.header{background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{border-bottom-color:#0000000d;box-shadow:var(--shadow-md)}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem}.logo{display:flex;flex-direction:column;gap:.25rem}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700}.logo .tagline{color:var(--text-secondary);font-size:.75rem;font-weight:500}.nav{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:var(--text-primary);cursor:pointer;font-size:1rem;font-weight:500;position:relative;transition:color .3s ease}.nav-link:after{background:var(--accent);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:var(--accent)}.nav-link:hover:after{width:100%}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:.3rem}.hamburger span{background:var(--primary);border-radius:var(--radius-full);height:3px;transition:all .3s ease;width:25px}.hamburger.open span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.header-container{padding:1rem}.logo h1{font-size:1.25rem}.nav{align-items:flex-start;background:var(--surface);flex-direction:column;gap:2rem;height:100vh;justify-content:flex-start;padding:6rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:100%;z-index:999}.nav.open{right:0}.hamburger{display:flex}}.hero{background:linear-gradient(135deg,#0f34600d,#00d4ff0d);padding:5rem 0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 var(--spacing-xl)}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-greeting{color:var(--accent);font-size:1.25rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.hero-title{color:var(--primary);font-size:3.5rem;font-weight:800;line-height:1.2}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent),var(--accent-dark));-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-secondary);font-size:1.5rem;font-weight:600}.hero-description{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.hero-cta{display:flex;gap:1rem;margin-top:1rem}.hero-image{display:flex;justify-content:center;position:relative}.hero-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);max-width:400px;transition:transform .3s ease;width:100%}.hero-image img:hover{transform:translateY(-8px)}@media (max-width:1024px){.hero-content{gap:2rem;grid-template-columns:1fr}.hero{padding:3rem 0}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-cta{flex-direction:column}.hero-image img{max-width:300px}}#about{background:var(--background)}.about-content{gap:3rem}.about-content,.about-text{display:flex;flex-direction:column}.about-text{gap:1.5rem;line-height:1.8}.about-text p{color:var(--text-secondary);font-size:1.05rem}.about-text h3{color:var(--primary);font-size:1.5rem;margin-bottom:.5rem;margin-top:.5rem}.about-list{display:flex;flex-direction:column;gap:1rem;list-style:none}.about-list li{color:var(--text-secondary);display:flex;gap:1rem;padding-left:1rem;position:relative}.about-list li:before{color:var(--accent);content:"✓";font-size:1.25rem;font-weight:700;left:0;position:absolute}.about-list strong{color:var(--primary)}.about-highlights{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:700px}.highlight-card{align-items:center;aspect-ratio:1;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;justify-content:center;padding:1rem;text-align:center;transition:all .3s ease}.highlight-card:hover{border-color:var(--accent);box-shadow:0 8px 16px #00d4ff1a;transform:translateY(-4px)}.highlight-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:.35rem}.highlight-label{color:var(--text-secondary);font-size:.8rem;font-weight:600}@media (max-width:1024px){.about-highlights{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.about-highlights{gap:.75rem;grid-template-columns:1fr 1fr 1fr;max-width:100%}.highlight-card{padding:.75rem}.highlight-number{font-size:1.5rem}.highlight-label{font-size:.75rem}}#experience{background:var(--surface)}.experience-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.experience-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;overflow:hidden;padding:1.5rem;transition:all .3s ease}.experience-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.experience-card.expanded{border-color:var(--accent);box-shadow:var(--shadow-xl);grid-column:span 1}.experience-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.company-info{align-items:center;display:flex;flex:1 1;gap:1rem}.company-logo{background:var(--background);border-radius:var(--radius-md);flex-shrink:0;height:120px;object-fit:contain;padding:.75rem;width:120px}.job-info{flex:1 1;min-width:0}.job-title{color:var(--primary);font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.company-name{color:var(--text-primary);font-size:.95rem;font-weight:600;margin-bottom:.25rem}@media (max-width:768px){.experience-grid{grid-template-columns:1fr}.experience-card.expanded{grid-column:1}.company-logo{height:70px;padding:.5rem;width:70px}.company-info{flex-direction:row}}.experience-details{animation:slideDown .3s ease;border-top:2px solid var(--border);margin-top:1rem;padding-top:1rem}.achievements{margin-bottom:1rem}.achievements h4{color:var(--primary);font-size:.95rem;font-weight:600;margin-bottom:.75rem}.achievements ul{display:flex;flex-direction:column;gap:.5rem;list-style:none}.achievements li{color:var(--text-secondary);font-size:.9rem;padding-left:1.25rem;position:relative}.achievements li:before{color:var(--accent);content:"▸";font-weight:700;left:0;position:absolute}.external-link{align-items:center;color:var(--accent);display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s ease}.external-link:hover{color:var(--accent-dark);gap:.75rem}@media (max-width:768px){.experience-grid{grid-template-columns:1fr}.experience-card.expanded{grid-column:1}.company-info{flex-direction:row}}#education{background:var(--background)}.education-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.education-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;padding:1.5rem;transition:all .3s ease}.education-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.education-card.expanded{border-color:var(--accent);box-shadow:var(--shadow-xl)}.education-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.school-info{align-items:center;display:flex;flex:1 1;gap:1rem}.school-logo{background:var(--background);border-radius:var(--radius-md);flex-shrink:0;height:120px;object-fit:contain;padding:.75rem;width:120px}.expand-btn{align-items:center;background:none;border:2px solid var(--border);border-radius:50%;color:var(--accent);cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:32px;justify-content:center;line-height:1;padding:0;transition:all .3s ease;width:32px}.expand-btn:hover{background:#00d4ff1a;border-color:var(--accent);transform:scale(1.1)}.education-title h3{color:var(--primary);font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.school-name{color:var(--text-primary);font-size:.95rem;font-weight:600;margin-bottom:.25rem}.period{color:var(--text-secondary);font-size:.85rem}.education-details{animation:slideDown .3s ease;border-top:2px solid var(--border);margin-top:1rem;padding-top:1rem}.highlights{margin-bottom:0}.highlights h4{color:var(--primary);font-size:.95rem;font-weight:600;margin-bottom:.75rem}.highlights ul{display:flex;flex-direction:column;gap:.5rem;list-style:none}.highlights li{color:var(--text-secondary);font-size:.9rem;padding-left:1.25rem;position:relative}.highlights li:before{color:var(--accent);content:"✓";font-weight:700;left:0;position:absolute}@media (max-width:768px){.education-grid{grid-template-columns:1fr}.school-logo{height:60px;padding:.5rem;width:60px}}#projects{background:var(--surface)}.filter-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.tag{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-full);color:var(--text-primary);cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.tag:hover{border-color:var(--accent);color:var(--accent)}.tag.active{background:linear-gradient(135deg,var(--primary),var(--primary-light));border-color:#0000;color:#fff}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;padding:1.5rem;transition:all .3s ease}.project-card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.project-card.expanded{border-color:var(--accent);box-shadow:var(--shadow-xl)}.project-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.project-info-header{align-items:center;display:flex;flex:1 1;gap:1rem}.project-logo{background:var(--background);border-radius:var(--radius-md);flex-shrink:0;height:120px;object-fit:cover;width:120px}.project-title-section{flex:1 1;min-width:0}.project-title-section h3{color:var(--primary);font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.category{color:var(--text-secondary);display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:.25rem}.project-tags-preview{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.project-details{animation:slideDown .3s ease;border-top:2px solid var(--border);margin-top:1rem;padding-top:1rem}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.description,.project-tags{margin-bottom:1rem}.project-tags h4{color:var(--primary);font-size:.95rem;font-weight:600;margin-bottom:.75rem}.tags-container{display:flex;flex-wrap:wrap;gap:.75rem}.tag-badge{font-size:.8rem;padding:.4rem .8rem}.tag-badge,.tag-badge-small{background:#00d4ff26;border-radius:var(--radius-full);color:var(--accent);display:inline-block;font-weight:600}.tag-badge-small{font-size:.75rem;padding:.3rem .6rem}.project-links{display:flex;flex-wrap:wrap;gap:1rem}.link-btn{align-items:center;border:2px solid;border-radius:var(--radius-md);display:inline-flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease}.link-btn.live{background:var(--primary);border-color:var(--primary);color:#fff}.link-btn.live:hover{background:var(--primary-light);border-color:var(--primary-light)}.link-btn.github{background:#0000;border-color:var(--primary);color:var(--primary)}.link-btn.github:hover{background:var(--primary);color:#fff}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.project-logo{height:80px;width:80px}.filter-tags{gap:.75rem}.tag{font-size:.9rem;padding:.5rem 1rem}}#skills{background:var(--surface)}.skills-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:4rem}.skill-category{background:linear-gradient(135deg,#0f346005,#00d4ff05);border:2px solid var(--border);border-radius:var(--radius-lg);padding:2rem;transition:all .3s ease}.skill-category:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.skill-category h3{align-items:center;color:var(--primary);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem;margin-bottom:1.5rem}.skill-list{display:flex;flex-wrap:wrap;gap:.75rem}.skill-badge{background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-full);color:var(--text-primary);display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.skill-badge:hover{background:#00d4ff1a;border-color:var(--accent);color:var(--accent)}.core-competencies{background:linear-gradient(135deg,#0f34600d,#00d4ff0d);border:2px solid var(--border);border-radius:var(--radius-lg);padding:3rem}.core-competencies h3{color:var(--primary);font-size:1.75rem;font-weight:700;margin-bottom:2rem;text-align:center}.competencies-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.competency{text-align:center}.competency h4{color:var(--primary);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.competency p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}@media (max-width:768px){.skills-grid{grid-template-columns:1fr}.core-competencies{padding:2rem}.competencies-list{grid-template-columns:1fr}}#contact{background:linear-gradient(135deg,#0f34600d,#00d4ff0d)}.contact-intro{color:#0a0a0a;font-size:1.1rem;font-weight:500;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}p.contact-intro{color:#000}.contact-methods{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:900px}.contact-method{align-items:center;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);color:inherit;display:flex;flex-direction:column;gap:1rem;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease}.contact-method:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.method-icon{align-items:center;display:flex;font-size:2.5rem;justify-content:center}.contact-method h3{color:var(--primary);font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.contact-method p{color:var(--text-secondary);font-size:.95rem;font-weight:600}@media (max-width:768px){.contact-methods{grid-template-columns:1fr}.contact-method{padding:1.5rem}}.contact-header{margin-bottom:4rem;text-align:center}.contact-header h2{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#0ff,#0080ff);-webkit-background-clip:text;background-clip:text;display:flex;font-size:3rem;font-weight:700;gap:1rem;justify-content:center;margin-bottom:1.5rem}.header-icon{filter:drop-shadow(0 0 20px rgba(0,255,255,.5));font-size:3.5rem}.contact-intro{color:#8ec5d9;font-size:1.2rem;font-weight:300;line-height:1.8;margin:0 auto;max-width:700px}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.contact-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#00325066,#001e3299);border:2px solid #00c8ff4d;border-radius:20px;color:#c0e8ff;display:flex;flex-direction:column;gap:1rem;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-card:before{background:linear-gradient(135deg,#00c8ff1a,#0000);content:"";inset:0;opacity:0;position:absolute;transition:opacity .4s ease}.contact-card:hover{border-color:#00c8ff;box-shadow:0 20px 60px #00c8ff4d;transform:translateY(-10px)}.contact-card:hover:before{opacity:1}.card-icon{filter:drop-shadow(0 0 15px rgba(0,255,255,.4));font-size:3.5rem;margin-bottom:.5rem;transition:transform .4s ease}.contact-card:hover .card-icon{transform:scale(1.15) rotate(-5deg)}.linkedin-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ff,#0080ff);-webkit-background-clip:text;background-clip:text;font-family:Inter,sans-serif;font-size:3rem;font-weight:700}.contact-card h3{color:#0ff;font-size:1.5rem;font-weight:600;margin:0}.contact-card p{color:#8ec5d9;font-size:1rem;font-weight:300;margin:0}.card-action{color:#00c8ff;font-size:.95rem;font-weight:500;margin-top:.5rem;opacity:0;transform:translateY(10px);transition:all .3s ease}.contact-card:hover .card-action{opacity:1;transform:translateY(0)}.contact-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0032504d,#001e3280);border:2px solid #00c8ff33;border-radius:16px;padding:2rem;text-align:center}.contact-footer p{color:#8ec5d9;font-size:1.1rem;font-weight:400;margin:0}.phone-card:hover{border-color:#0f8;box-shadow:0 20px 60px #00ff6433}.email-card:hover{border-color:#fa0;box-shadow:0 20px 60px #ff640033}.linkedin-card:hover{border-color:#0077b5;box-shadow:0 20px 60px #0077b54d}@media (max-width:768px){.contact-wrapper{padding:2rem 1rem}.contact-header{margin-bottom:2.5rem}.contact-header h2{flex-direction:column;font-size:2.2rem;gap:.5rem}.header-icon{font-size:2.8rem}.contact-intro{font-size:1.1rem}.contact-grid{gap:1.5rem;grid-template-columns:1fr;margin-bottom:2rem}.contact-card{padding:2rem 1.5rem}.card-icon{font-size:3rem}.contact-card h3{font-size:1.3rem}.contact-footer p{font-size:1rem}}.footer{background:linear-gradient(180deg,var(--primary),#051a33);border-top:2px solid var(--accent);color:#fff;margin-top:2rem;padding:3rem 0 1.5rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 2rem;max-width:1200px;padding:0 var(--spacing-xl)}.footer-section h3{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.footer-section h4{color:#fff;font-size:1rem;font-weight:700;margin-bottom:.75rem}.footer-section p{color:#fffc;font-size:.95rem}.footer-links,.social-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a,.social-links a{align-items:center;color:#fffc;display:flex;font-size:.95rem;gap:.5rem;text-decoration:none;transition:all .3s ease;width:fit-content}.footer-links a:hover,.social-links a:hover{color:var(--accent);transform:translateX(4px)}.footer-bottom{border-top:1px solid #ffffff1a;color:#ffffffb3;font-size:.9rem;padding-top:1.5rem;text-align:center}@media (max-width:768px){.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer{padding:2rem 0 1rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0f3460;--primary-light:#1a5490;--accent:#00d4ff;--accent-dark:#00a8cc;--background:#f8f9fa;--surface:#fff;--text-primary:#1a1a1a;--text-secondary:#666;--border:#e0e0e0;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;background-color:var(--background);color:#1a1a1a;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}.app-root{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.container{margin:0 auto;max-width:1200px;padding:2rem;padding:var(--spacing-xl)}section{padding:4rem 0}.section-title{color:#0f3460;color:var(--primary);font-size:2.5rem;font-weight:700;margin-bottom:2.5rem;padding-bottom:1rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#00d4ff,#00a8cc);background:linear-gradient(90deg,var(--accent),var(--accent-dark));border-radius:9999px;border-radius:var(--radius-full);bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.btn{align-items:center;border:none;border-radius:.5rem;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#0f3460,#1a5490);background:linear-gradient(135deg,var(--primary),var(--primary-light));box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#1a5490,#0f3460);background:linear-gradient(135deg,var(--primary-light),var(--primary));box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #0f3460;border:2px solid var(--primary);color:#0f3460;color:var(--primary)}.btn-secondary:hover{background:#0f3460;background:var(--primary);color:#fff}@media (max-width:768px){.container{padding:1.5rem;padding:var(--spacing-lg)}section{padding:2.5rem 0}.section-title{font-size:1.75rem;margin-bottom:1.5rem}}@media (max-width:400px){.nav-item{font-size:.85rem;padding:5px 4px}}
/*# sourceMappingURL=main.74f38491.css.map*/