@charset "UTF-8";:root{--max-width-container: 1000px;--max-width-content: 800px;--max-width-narrow: 600px;--padding-container: 1.25rem;--padding-content: 1rem;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1200px;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.625;--line-height-loose: 2;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--transition-speed: .3s;--header-height: 60px;--accent-color: #569cd6}.light-theme{--primary-color: #ffffff;--secondary-color: #f8f9fa;--background-color: #ffffff;--text-color: #212529;--text-secondary: #6c757d;--border-color: #dee2e6;--card-background: #f8f9fa;--shadow-color: rgba(0, 0, 0, .1);--hover-color: #e9ecef;--accent-light: #7db8e8;--accent-dark: #4a7aa7}.dark-theme{--primary-color: #1e1e1e;--secondary-color: #d4d4d4;--background-color: #252526;--text-color: #d4d4d4;--text-secondary: #a3a3a3;--border-color: #3c3c3c;--card-background: #2d2d30;--shadow-color: rgba(0, 0, 0, .3);--hover-color: #3c3c3c;--accent-light: #7db8e8;--accent-dark: #4a7aa7}body{font-family:Fira Code,monospace;background-color:var(--background-color);color:var(--text-color);line-height:var(--line-height-normal);margin:0;padding:0;font-size:var(--font-size-base)}main{flex-grow:1;transition:margin-top var(--transition-speed)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}*::-webkit-scrollbar{width:6px}*::-webkit-scrollbar-track{background:#f1f1f1}*::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.page-container{max-width:var(--max-width-container);margin:0 auto;color:var(--text-color);overflow-x:hidden;padding:.5rem 1rem 2rem}.content-wrapper{display:flex;flex-direction:column;gap:2.5rem}.text-content{width:100%}.container,.container-wide{max-width:var(--max-width-container);margin:0 auto;padding:0 var(--padding-container)}.container-content{max-width:var(--max-width-content);margin:0 auto;padding:0 var(--padding-content)}.container-narrow{max-width:var(--max-width-narrow);margin:0 auto;padding:0 var(--padding-content)}.hero-section,.page-header{text-align:left;padding-top:1rem}.hero-section h1,.hero-section .name,.page-header h1,.page-header .name{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);margin-bottom:1rem;color:var(--text-color);cursor:pointer;transition:all var(--transition-speed) ease;display:flex;align-items:center;gap:.75rem}.hero-section h1:hover,.hero-section .name:hover,.page-header h1:hover,.page-header .name:hover{color:var(--accent-color);transform:translate(-2px)}.hero-section h1:hover fa-icon,.hero-section .name:hover fa-icon,.page-header h1:hover fa-icon,.page-header .name:hover fa-icon{transform:translate(-2px)}.hero-section h1 fa-icon,.hero-section .name fa-icon,.page-header h1 fa-icon,.page-header .name fa-icon{font-size:var(--font-size-2xl);transition:transform var(--transition-speed) ease}.hero-section .tagline,.page-header .tagline{font-size:var(--font-size-base);line-height:var(--line-height-relaxed);color:var(--text-color);margin:0 0 .75rem;opacity:.9;max-width:90%}.hero-section .location-info,.page-header .location-info{display:flex;align-items:center;gap:.5rem;font-size:var(--font-size-sm);color:var(--text-color);margin:.5rem 0 1.25rem;opacity:.8}.hero-section .location-info fa-icon,.page-header .location-info fa-icon{color:var(--accent-color);font-size:var(--font-size-sm)}.hero-content{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.hero-text{flex:1;min-width:0}.hero-image{flex-shrink:0;display:flex;justify-content:center;align-items:center;padding:.5rem}.profile-image{width:240px;height:320px;border-radius:16px;object-fit:cover;object-position:center top;border:4px solid var(--accent-color);box-shadow:0 12px 40px var(--shadow-color),0 4px 16px #569cd633;transition:all var(--transition-speed) ease;background:linear-gradient(135deg,var(--card-background),var(--hover-color));max-width:100%;height:auto;aspect-ratio:3/4}.profile-image:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px var(--shadow-color),0 8px 24px #569cd64d;border-color:var(--accent-light)}.light-theme .profile-image{filter:brightness(1.1) contrast(1.05) saturate(1.1)}.light-theme .profile-image:hover{filter:brightness(1.15) contrast(1.1) saturate(1.15)}.dark-theme .profile-image{filter:brightness(.9) contrast(1.1) saturate(.9) hue-rotate(5deg)}.dark-theme .profile-image:hover{filter:brightness(1) contrast(1.15) saturate(1) hue-rotate(5deg)}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text{order:1;text-align:left}.hero-image{order:2;padding:.25rem}.profile-image{width:200px;height:260px;border-radius:14px;border-width:3px}}@media (max-width: 480px){.hero-content{gap:1.5rem}.hero-image{padding:0}.profile-image{width:160px;height:220px;border-radius:12px;border-width:3px}.profile-image:hover{transform:translateY(-4px) scale(1.01)}}@media (max-width: 360px){.profile-image{width:140px;height:200px;border-radius:10px;border-width:2px}}.about-section,.about-text-container{margin-bottom:2.5rem}.content-text,.about-text{font-size:var(--font-size-base);line-height:var(--line-height-relaxed);color:var(--text-color);margin-bottom:1.5rem;text-align:left}.content-text:last-child,.about-text:last-child{margin-bottom:0}.content-text-large{font-size:var(--font-size-lg);line-height:var(--line-height-relaxed)}.section-heading{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);margin-bottom:2rem;color:var(--text-color);text-align:left;position:relative}.section-heading:after{content:"";position:absolute;bottom:-.5rem;left:0;width:3rem;height:2px;background:var(--accent-color)}.subsection-heading{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--text-color);margin-bottom:1rem;text-align:left}.social-links{margin-bottom:2.5rem;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.social-links .social-label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-color);margin:0;flex-shrink:0;opacity:.9}.social-links .social-icons{display:flex;gap:.875rem;flex-wrap:wrap}.social-links a,.social-links .social-icon-link{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:var(--background-color);color:var(--text-color);text-decoration:none;transition:all .3s ease;border:1px solid var(--border-color)}.social-links a:hover,.social-links .social-icon-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.social-links a:nth-child(1):hover,.social-links .social-icon-link:nth-child(1):hover{background:#333;color:#fff}.social-links a:nth-child(2):hover,.social-links .social-icon-link:nth-child(2):hover{background:#0077b5;color:#fff}.social-links a:nth-child(3):hover,.social-links .social-icon-link:nth-child(3):hover{background:#1da1f2;color:#fff}.social-links a:nth-child(4):hover,.social-links .social-icon-link:nth-child(4):hover{background:#f48024;color:#fff}.social-links a:nth-child(5):hover,.social-links .social-icon-link:nth-child(5):hover{background:#00ab6c;color:#fff}.social-links a:nth-child(6):hover,.social-links .social-icon-link:nth-child(6):hover{background:#ea4335;color:#fff}.social-links a:nth-child(7):hover,.social-links .social-icon-link:nth-child(7):hover{background:#ffa116;color:#fff}.social-links a fa-icon,.social-links .social-icon-link fa-icon{font-size:var(--font-size-base)}.cta-section{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.5rem;justify-content:flex-start}.cta-button,.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);line-height:var(--line-height-normal);transition:all .3s ease;border:2px solid;cursor:pointer;background:none;white-space:nowrap;min-width:160px;justify-content:center;text-align:center;text-transform:uppercase;letter-spacing:.5px}.cta-button.primary,.btn.primary{background:var(--accent-color);color:var(--background-color);border-color:var(--accent-color)}.cta-button.primary:hover,.btn.primary:hover{background:transparent;color:var(--accent-color);transform:translateY(-2px);box-shadow:0 4px 12px #569cd64d}.cta-button.secondary,.btn.secondary{background:transparent;color:var(--secondary-color);border-color:var(--primary-color)}.cta-button.secondary:hover,.btn.secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px)}.cta-button.tertiary,.btn.tertiary{background:var(--card-background);color:var(--text-color);border-color:var(--border-color)}.cta-button.tertiary:hover,.btn.tertiary:hover{border-color:var(--primary-color);color:var(--secondary-color);transform:translateY(-1px)}.cta-button.accent,.btn.accent{background:var(--accent-color);color:var(--background-color);border-color:var(--accent-color)}.cta-button.accent:hover,.btn.accent:hover{background:transparent;color:var(--accent-color);transform:translateY(-1px)}.cta-button fa-icon,.btn fa-icon{font-size:var(--font-size-xs);transition:transform var(--transition-speed) ease}.cta-button:hover fa-icon,.btn:hover fa-icon{transform:translate(2px)}.link-button,.view-link{display:flex;align-items:center;gap:.4rem;color:var(--accent-color);text-decoration:none;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);padding:.25rem .5rem;border-radius:6px;border:1px solid transparent;transition:all var(--transition-speed) ease}.link-button:hover,.view-link:hover{background:var(--card-background);border-color:var(--accent-color);transform:translateY(-1px)}.link-button fa-icon,.view-link fa-icon{font-size:var(--font-size-xs)}.tech-highlights,.project-tech{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.tech-highlights .tech-tag,.project-tech .tech-tag{padding:.3rem .8rem;background:var(--accent-color);color:var(--background-color);border-radius:20px;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:var(--line-height-normal);transition:all var(--transition-speed) ease}.tech-highlights .tech-tag:hover,.project-tech .tech-tag:hover{transform:translateY(-1px);box-shadow:0 4px 8px #569cd64d}.tech-highlights .tech-tag.primary,.project-tech .tech-tag.primary{background:var(--primary-color);color:#fff}.date-label,.info-label,.interest-label{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);line-height:var(--line-height-normal);padding:.25rem .75rem;background:var(--card-background);border-radius:20px;border:1px solid var(--border-color)}.date-label fa-icon,.info-label fa-icon,.interest-label fa-icon{font-size:var(--font-size-xs)}.interest-label{background:linear-gradient(135deg,var(--card-background) 0%,rgba(86,156,214,.1) 100%)}.timeline{display:flex;flex-direction:column;gap:3rem}.timeline-section{position:relative}.timeline-section:not(:last-child):after{content:"";position:absolute;left:.5rem;top:4rem;bottom:-3rem;width:2px;background:linear-gradient(180deg,var(--border-color) 0%,var(--border-color) 70%,transparent 100%);z-index:0}.timeline-section h2{font-size:1.75rem;font-weight:600;margin-bottom:2rem;color:var(--text-color);text-align:left;position:relative}.timeline-section h2:after{content:"";position:absolute;bottom:-.5rem;left:0;width:3rem;height:2px;background:var(--accent-color)}.timeline-section .timeline-item{position:relative;margin-bottom:2.5rem}.timeline-section .timeline-item:last-child{margin-bottom:0}.timeline-section .timeline-item .timeline-dot{position:absolute;left:0;top:.75rem;width:1rem;height:1rem;background:var(--accent-color);border:3px solid var(--background-color);border-radius:50%;z-index:1;box-shadow:0 0 0 2px var(--accent-color);transition:all var(--transition-speed) ease}.timeline-section .timeline-item .timeline-dot:hover{transform:scale(1.1);box-shadow:0 0 0 2px var(--accent-color),0 0 12px #569cd64d}.timeline-section .timeline-item .timeline-content{margin-left:2.5rem;padding:.5rem 0}.timeline-section .timeline-item .timeline-content .content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.timeline-section .timeline-item .timeline-content .content-header h3{font-size:1.25rem;font-weight:600;margin:0;color:var(--text-color)}.timeline-section .timeline-item .timeline-content p{font-size:1rem;line-height:1.7;margin:0 0 1rem;color:var(--text-color);text-align:left}.timeline-section .timeline-item .timeline-content.has-multiple-actions .view-link:not(:first-of-type),.timeline-section .timeline-item .timeline-content.has-multiple-actions .link-button:not(:first-of-type),.timeline-section .timeline-item .timeline-content.has-multiple-actions .date-label:not(:first-of-type),.timeline-section .timeline-item .timeline-content.has-multiple-actions .interest-label:not(:first-of-type){margin-left:.5rem}.featured-project-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.featured-project-section .section-header h2{font-size:1.75rem;font-weight:600;color:var(--text-color);margin:0;position:relative}.featured-project-section .section-header h2:after{content:"";position:absolute;bottom:-.5rem;left:0;width:3rem;height:2px;background:var(--accent-color)}.featured-project-section .project-item{margin-bottom:1.5rem}.featured-project-section .project-item:last-child{margin-bottom:0}.featured-project-section .project-item .project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.featured-project-section .project-item h3{font-size:1.3rem;font-weight:600;color:var(--text-color);margin:0}.featured-project-section .project-item .project-description{font-size:1rem;line-height:1.6;color:var(--text-color);margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-secondary{color:var(--text-secondary)}.text-accent{color:var(--accent-color)}.flex{display:flex}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:1rem}.gap-2{gap:2rem}a{color:var(--accent-color);text-decoration:none}a:hover{text-decoration:none}.inline-link{position:relative;text-decoration:none;color:var(--accent-color)}.inline-link:after{content:"";position:absolute;width:100%;height:1px;bottom:0;left:0;background-color:var(--accent-color);transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out}.inline-link:hover:after{transform:scaleX(1);transform-origin:bottom left}@media (max-width: 768px){:root{--font-size-xs: .7rem;--font-size-sm: .8rem;--font-size-base: .9rem;--font-size-lg: 1rem;--font-size-xl: 1.125rem;--font-size-2xl: 1.375rem;--font-size-3xl: 1.625rem;--font-size-4xl: 1.875rem;--font-size-5xl: 2.25rem}.page-container{padding:1.5rem 1rem}.hero-section,.page-header{margin-bottom:2.5rem;padding-top:.5rem}.hero-section h1,.hero-section .name,.page-header h1,.page-header .name{font-size:var(--font-size-4xl);margin-bottom:.75rem}.hero-section .tagline,.page-header .tagline{font-size:var(--font-size-base);margin-bottom:.75rem}.section-heading{font-size:var(--font-size-2xl)}.subsection-heading{font-size:var(--font-size-lg)}.social-links .social-icons{gap:.5rem}.social-links a,.social-links .social-icon-link{width:36px;height:36px}.social-links a fa-icon,.social-links .social-icon-link fa-icon{font-size:var(--font-size-base)}.cta-section{flex-direction:column;gap:.75rem;margin-top:1.5rem}.timeline-section h2{font-size:var(--font-size-2xl)}.timeline-section .timeline-item .timeline-content{margin-left:2rem}.timeline-section .timeline-item .timeline-content .content-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.timeline-section .timeline-item .timeline-content .content-header h3{font-size:var(--font-size-lg);margin:0;flex:1;min-width:0}.timeline-section .timeline-item .timeline-content .content-header .view-link,.timeline-section .timeline-item .timeline-content .content-header .link-button{font-size:var(--font-size-xs);flex-shrink:0;align-self:flex-start;white-space:nowrap}.timeline-section .timeline-item .timeline-content .content-header .date-label,.timeline-section .timeline-item .timeline-content .content-header .interest-label{font-size:var(--font-size-xs);flex-shrink:0;align-self:flex-start}.timeline-section .timeline-item .timeline-content .content-header .view-link+.date-label,.timeline-section .timeline-item .timeline-content .content-header .view-link+.interest-label,.timeline-section .timeline-item .timeline-content .content-header .link-button+.date-label,.timeline-section .timeline-item .timeline-content .content-header .link-button+.interest-label{margin-top:.5rem}.timeline-section .timeline-item .timeline-content p,.content-text,.about-text{font-size:var(--font-size-sm);line-height:var(--line-height-relaxed)}.featured-project-section{margin-bottom:2rem}.featured-project-section .section-header{flex-direction:column;align-items:flex-start;gap:1rem}.featured-project-section .section-header h2{font-size:var(--font-size-2xl)}.featured-project-section .project-item .project-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.featured-project-section .project-item h3{font-size:var(--font-size-lg);margin:0;flex:1;min-width:0}.featured-project-section .project-item .project-description{font-size:var(--font-size-sm)}.featured-project-section .project-item .link-button{font-size:var(--font-size-xs);flex-shrink:0;white-space:nowrap}}@media (max-width: 480px){:root{--font-size-xs: .65rem;--font-size-sm: .75rem;--font-size-base: .85rem;--font-size-lg: .95rem;--font-size-xl: 1.05rem;--font-size-2xl: 1.25rem;--font-size-3xl: 1.5rem;--font-size-4xl: 1.75rem;--font-size-5xl: 2rem}.page-container{padding:1rem .75rem}.hero-section,.page-header{margin-bottom:2rem;padding-top:0}.hero-section h1,.hero-section .name,.page-header h1,.page-header .name{font-size:var(--font-size-4xl);margin-bottom:.5rem}.hero-section .tagline,.page-header .tagline{font-size:var(--font-size-base);margin-bottom:.5rem}.section-heading{font-size:var(--font-size-2xl)}.subsection-heading{font-size:var(--font-size-xl)}.cta-section{gap:.5rem;margin-top:1rem}.timeline-section h2{font-size:var(--font-size-2xl)}.timeline-section:not(:last-child):after{left:.4rem}.timeline-section .timeline-item .timeline-dot{width:.8rem;height:.8rem;top:.8rem}.timeline-section .timeline-item .timeline-content{margin-left:1.75rem}.timeline-section .timeline-item .timeline-content .content-header{flex-direction:column;align-items:flex-start;gap:.5rem}.timeline-section .timeline-item .timeline-content .content-header h3{font-size:var(--font-size-xl)}.timeline-section .timeline-item .timeline-content .content-header .view-link,.timeline-section .timeline-item .timeline-content .content-header .link-button{font-size:var(--font-size-xs);align-self:flex-start}.timeline-section .timeline-item .timeline-content .content-header .date-label,.timeline-section .timeline-item .timeline-content .content-header .interest-label{padding:.2rem .6rem;font-size:var(--font-size-xs)}.timeline-section .timeline-item .timeline-content p{font-size:var(--font-size-sm)}.timeline-section .timeline-item .timeline-content .tech-highlights .tech-tag{font-size:var(--font-size-xs);padding:.25rem .6rem}.content-text,.about-text{font-size:var(--font-size-sm)}.featured-project-section .section-header h2{font-size:var(--font-size-2xl)}.featured-project-section .project-item .project-header{flex-direction:column;align-items:flex-start;gap:.5rem}.featured-project-section .project-item h3{font-size:var(--font-size-xl)}.featured-project-section .project-item .project-description{font-size:var(--font-size-sm)}.featured-project-section .project-item .link-button{font-size:var(--font-size-xs);align-self:flex-start}.featured-project-section .project-item .link-button fa-icon{font-size:var(--font-size-xs)}}.experience-section,.education-section,.skills-section,.certifications-section{margin-bottom:3rem}.experience-section .section-heading,.education-section .section-heading,.skills-section .section-heading,.certifications-section .section-heading{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);margin-bottom:2rem;color:var(--text-color);text-align:left;position:relative}.experience-section .section-heading:after,.education-section .section-heading:after,.skills-section .section-heading:after,.certifications-section .section-heading:after{content:"";position:absolute;bottom:-.5rem;left:0;width:3rem;height:2px;background:var(--accent-color)}.experience-container,.education-container{display:flex;flex-direction:column;gap:2rem}.experience-item,.education-item{padding:1.5rem;border:1px solid var(--border-color);border-radius:12px;background:var(--card-background);transition:all var(--transition-speed) ease}.experience-item:hover,.education-item:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.experience-header,.education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.experience-title,.education-title{flex:1;min-width:250px}.job-title,.degree-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-color);margin:0 0 .25rem}.company-name,.institution-name{font-size:var(--font-size-base);color:var(--accent-color);font-weight:var(--font-weight-medium);margin:0}.experience-meta,.education-meta{text-align:right;display:flex;flex-direction:column;gap:.25rem;min-width:180px}.job-period,.education-period{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:var(--font-weight-medium)}.job-location,.education-location{font-size:var(--font-size-sm);color:var(--text-secondary);display:flex;align-items:center;gap:.25rem;justify-content:flex-end}.job-location fa-icon,.education-location fa-icon{color:var(--accent-color)}.job-description,.education-description{font-size:var(--font-size-base);color:var(--text-color);line-height:var(--line-height-relaxed);margin-bottom:1rem}.job-achievements,.education-achievements{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.job-achievements li,.education-achievements li{position:relative;padding-left:1.5rem;font-size:var(--font-size-sm);color:var(--text-color);line-height:var(--line-height-relaxed)}.job-achievements li:before,.education-achievements li:before{content:"\25b6";position:absolute;left:0;color:var(--accent-color);font-size:var(--font-size-xs)}.skills-container{display:flex;flex-direction:column;gap:2.5rem}.skills-category-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-color);margin-bottom:1.5rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.skill-group{padding:1.25rem;border:1px solid var(--border-color);border-radius:10px;background:var(--card-background);transition:all var(--transition-speed) ease}.skill-group:hover{border-color:var(--primary-color);transform:translateY(-1px)}.skill-category{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--accent-color);margin:0 0 1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{display:inline-block;padding:.375rem .75rem;background:var(--accent-color);color:var(--background-color);border-radius:20px;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);transition:all var(--transition-speed) ease;border:1px solid var(--accent-color)}.skill-tag:hover{background:var(--text-color);color:var(--background-color);border-color:var(--text-color);transform:translateY(-1px)}.soft-skills-list{display:flex;flex-wrap:wrap;gap:.75rem}.soft-skill-tag{display:inline-block;padding:.5rem 1rem;background:var(--card-background);color:var(--text-color);border:1px solid var(--border-color);border-radius:25px;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);transition:all var(--transition-speed) ease}.soft-skill-tag:hover{border-color:var(--accent-color);color:var(--accent-color);transform:translateY(-1px)}.certifications-container{display:flex;flex-direction:column;gap:1.5rem}.certification-item{padding:1.5rem;border:1px solid var(--border-color);border-radius:12px;background:var(--card-background);transition:all var(--transition-speed) ease}.certification-item:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.certification-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.certification-title{flex:1;min-width:250px}.cert-name{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-color);margin:0 0 .25rem}.cert-issuer{font-size:var(--font-size-base);color:var(--accent-color);font-weight:var(--font-weight-medium);margin:0}.certification-meta{text-align:right;display:flex;flex-direction:column;gap:.25rem;min-width:150px}.cert-date{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:var(--font-weight-medium)}.cert-id{font-size:var(--font-size-xs);color:var(--text-secondary);font-family:monospace}.cert-description{font-size:var(--font-size-base);color:var(--text-color);line-height:var(--line-height-relaxed);margin:0}@media (max-width: 768px){.experience-header,.education-header,.certification-header{flex-direction:column;align-items:flex-start}.experience-meta,.education-meta,.certification-meta{text-align:left;width:100%}.job-location,.education-location{justify-content:flex-start}.skills-grid{grid-template-columns:1fr}.skill-group{padding:1rem}.experience-section,.education-section,.skills-section,.certifications-section{margin-bottom:2rem}.experience-section .section-heading,.education-section .section-heading,.skills-section .section-heading,.certifications-section .section-heading{font-size:var(--font-size-xl);margin-bottom:1.5rem}}@media (max-width: 480px){.experience-item,.education-item,.certification-item{padding:1rem}.job-title,.degree-title,.cert-name{font-size:var(--font-size-base)}.company-name,.institution-name,.cert-issuer{font-size:var(--font-size-sm)}.soft-skills-list{gap:.5rem}.soft-skill-tag{padding:.375rem .75rem;font-size:var(--font-size-xs)}}.portfolio-tabs-section{margin-bottom:3rem}.tab-navigation{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid var(--border-color);overflow-x:auto;padding-bottom:0}.tab-navigation::-webkit-scrollbar{height:4px}.tab-navigation::-webkit-scrollbar-track{background:var(--card-background)}.tab-navigation::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:2px}.tab-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:none;background:transparent;color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;border-radius:8px 8px 0 0;transition:all var(--transition-speed) ease;position:relative;white-space:nowrap;min-width:max-content}.tab-button:hover{color:var(--text-color);background:var(--card-background);transform:translateY(-2px)}.tab-button.active{color:var(--accent-color);background:var(--card-background);transform:translateY(-2px)}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--accent-color);border-radius:2px 2px 0 0}.tab-button fa-icon{font-size:var(--font-size-sm);transition:all var(--transition-speed) ease}.tab-button:hover fa-icon,.tab-button.active fa-icon{transform:scale(1.1)}.tab-content{min-height:400px;background:var(--card-background);border-radius:0 12px 12px;padding:2rem;border:1px solid var(--border-color);transition:all var(--transition-speed) ease}.tab-panel{animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.tab-navigation{gap:.25rem;margin-bottom:1.5rem}.tab-button{padding:.75rem 1rem;font-size:var(--font-size-xs)}.tab-button span{display:none}.tab-button fa-icon{font-size:var(--font-size-base)}.tab-content{padding:1.5rem;border-radius:8px}.portfolio-tabs-section{margin-bottom:2rem}}@media (max-width: 480px){.tab-navigation{justify-content:space-between;gap:0}.tab-button{flex:1;padding:.75rem .5rem;justify-content:center}.tab-content{padding:1rem}}
