:root{--primary-color: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--secondary-color: #ec4899;--background: #0f172a;--surface: #1e293b;--surface-light: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--border-color: #475569;--success: #10b981;--warning: #f59e0b;--error: #ef4444}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:80px 0;position:relative}section:nth-child(2n){background-color:#1e293b80}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:10px;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.125rem;color:var(--text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.btn-secondary{background:transparent;color:#6366f1;border:2px solid #6366f1}.btn-secondary:hover{background:#6366f1;color:#fff}.btn-large{padding:16px 40px;font-size:1.125rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}@media(max-width:768px){section{padding:60px 0}.section-header{margin-bottom:40px}.section-title{font-size:2rem}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,85,105,.2);padding:1rem 0}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.logo{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-decoration:none;display:flex;align-items:center;gap:4px}.logo-text{background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-dot{color:#ec4899;font-size:2rem;line-height:1}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#6366f1}.nav-link.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,#6366f1,#ec4899)}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0}.menu-toggle span{width:25px;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease}@media(max-width:768px){.menu-toggle{display:flex}.nav{position:fixed;top:60px;left:0;right:0;flex-direction:column;gap:1rem;background:var(--surface);padding:2rem;border-bottom:1px solid var(--border-color);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav.active{transform:translateY(0);opacity:1;visibility:visible}.nav-link.active:after{display:none}.nav-link.active{color:#6366f1}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:80px;position:relative;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:-1}.gradient-blob{position:absolute;filter:blur(80px);opacity:.3;mix-blend-mode:screen}.gradient-blob-1{width:400px;height:400px;background:#6366f1;top:-100px;right:10%;animation:float 6s ease-in-out infinite}.gradient-blob-2{width:300px;height:300px;background:#ec4899;bottom:-50px;left:5%;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;z-index:1}.hero-text{animation:slideInLeft .8s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-greeting{display:block;font-size:1.25rem;color:var(--text-secondary);margin-bottom:.5rem}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.hero-name{background:linear-gradient(135deg,#6366f1,#ec4899,#6366f1);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0% center}50%{background-position:100% center}}.hero-subtitle{font-size:1.5rem;color:var(--primary-light);margin-bottom:1.5rem;font-weight:600}.hero-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2rem;max-width:500px}.hero-stats{display:flex;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.9rem;color:var(--text-secondary)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero-links{display:flex;gap:1rem;margin-top:2rem}.social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);transition:all .3s ease;text-decoration:none}.social-link:hover{border-color:#6366f1;background:#6366f11a;color:#6366f1;transform:translateY(-2px)}.hero-visual{animation:slideInRight .8s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.avatar-container{position:relative;height:400px}.avatar-placeholder{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,rgba(99,102,241,.2),transparent);border-radius:20px;border:2px solid rgba(99,102,241,.2);overflow:hidden}.avatar-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#6366f11a,#ec48991a);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{opacity:.5}50%{opacity:1}}.avatar-icon{font-size:8rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;z-index:1}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:20px;z-index:1;position:relative}@media(max-width:768px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-visual{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-stats{gap:1rem}.hero-buttons{flex-direction:column}.btn{width:100%}}.about{background:linear-gradient(135deg,#6366f10d,#ec48990d)}.about-content{max-width:800px;margin:0 auto}.about-text{font-size:1.125rem;color:var(--text-secondary);line-height:1.8;margin-bottom:2rem}.about-text strong{color:var(--text-primary)}.about-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem}.highlight-card{background:#6366f10d;border:1px solid rgba(99,102,241,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.highlight-card:hover{transform:translateY(-5px);border-color:#6366f14d;background:#6366f11a}.highlight-icon{font-size:2.5rem;margin-bottom:1rem}.highlight-card h3{font-size:1.125rem;margin-bottom:.75rem;color:var(--text-primary)}.highlight-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.6}@media(max-width:768px){.about-highlights{grid-template-columns:1fr}.about-text{font-size:1rem}}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.skill-category{background:#6366f10d;border:1px solid rgba(99,102,241,.1);border-radius:12px;padding:2rem;transition:all .3s ease}.skill-category:hover{transform:translateY(-5px);border-color:#6366f14d;background:#6366f11a}.category-title{font-size:1.25rem;font-weight:700;color:#6366f1;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:#6366f133;color:#a5b4fc;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(99,102,241,.3);transition:all .3s ease;white-space:nowrap}.skill-tag:hover{background:#6366f14d;border-color:#6366f180;transform:scale(1.05)}.skills-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;padding-top:3rem;border-top:1px solid var(--border-color)}.metric-card{background:linear-gradient(135deg,#6366f11a,#ec48991a);border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.metric-card:hover{transform:translateY(-3px);border-color:#6366f166}.metric-value{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.metric-label{font-size:.9rem;color:var(--text-secondary)}@media(max-width:768px){.skills-grid{grid-template-columns:1fr}.skills-metrics{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.experience-timeline{position:relative;max-width:900px;margin:0 auto}.timeline-item{display:grid;grid-template-columns:50px 1fr;gap:2rem;margin-bottom:2rem;position:relative}.timeline-marker{position:relative;display:flex;align-items:flex-start}.marker-dot{width:20px;height:20px;background:linear-gradient(135deg,#6366f1,#ec4899);border-radius:50%;position:relative;z-index:1;top:6px;box-shadow:0 0 20px #6366f180}.timeline-marker:before{content:"";position:absolute;left:8px;top:26px;bottom:-50px;width:4px;background:linear-gradient(180deg,rgba(99,102,241,.5),transparent)}.timeline-item:last-child .timeline-marker:before{display:none}.timeline-content{background:#6366f10d;border:1px solid rgba(99,102,241,.1);border-radius:12px;padding:2rem;transition:all .3s ease}.timeline-content:hover{transform:translate(10px);border-color:#6366f14d;background:#6366f11a}.experience-header{margin-bottom:1rem}.job-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.company{display:inline-block;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.job-period{font-size:.95rem;color:var(--text-secondary);margin-bottom:1rem}.job-responsibilities{list-style:none;padding:0}.job-responsibilities li{padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-secondary);line-height:1.6;position:relative}.job-responsibilities li:before{content:"▸";position:absolute;left:0;color:#6366f1;font-weight:700}.experience-note{text-align:center;margin-top:3rem;padding:2rem;background:#6366f10d;border:1px solid rgba(99,102,241,.1);border-radius:12px}.experience-note p{color:var(--text-secondary)}.experience-note strong{color:var(--text-primary)}@media(max-width:768px){.timeline-item{grid-template-columns:30px 1fr;gap:1rem}.timeline-content{padding:1.5rem}.job-title{font-size:1.25rem}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{background:#6366f10d;border:1px solid rgba(99,102,241,.1);border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.project-card:hover{transform:translateY(-8px);border-color:#6366f14d;background:#6366f11a;box-shadow:0 20px 40px #6366f11a}.project-header{padding:2rem;border-bottom:1px solid rgba(99,102,241,.1)}.project-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.project-subtitle{font-size:.95rem;color:#6366f1;font-weight:600}.project-body{flex:1;padding:2rem}.project-highlights{list-style:none;padding:0}.project-highlights li{padding-left:1.5rem;margin-bottom:.75rem;color:var(--text-secondary);font-size:.95rem;line-height:1.5;position:relative}.project-highlights li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.project-highlights .more-items{color:#6366f1;font-weight:600;padding-left:0;margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(99,102,241,.2)}.project-highlights .more-items:before{display:none}.project-footer{padding:0 2rem 2rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.75rem}.tech-badge{background:#6366f133;color:#a5b4fc;padding:.35rem .75rem;border-radius:20px;font-size:.8rem;border:1px solid rgba(99,102,241,.3);transition:all .3s ease}.tech-badge:hover{background:#6366f14d;border-color:#6366f180}.project-links{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(99,102,241,.2)}.project-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:2px solid rgba(99,102,241,.3);border-radius:8px;color:#a5b4fc;transition:all .3s ease;text-decoration:none}.project-link:hover{border-color:#6366f1;background:#6366f11a;color:#6366f1;transform:translateY(-2px)}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}.project-title{font-size:1.25rem}.project-header,.project-body{padding:1.5rem}}.education-card{background:linear-gradient(135deg,#6366f11a,#ec48990d);border:2px solid rgba(99,102,241,.2);border-radius:16px;padding:3rem;max-width:600px;margin:0 auto;transition:all .3s ease;display:flex;align-items:flex-start;gap:2rem}.education-card:hover{transform:translateY(-5px);border-color:#6366f166;background:linear-gradient(135deg,#6366f126,#ec48991a);box-shadow:0 20px 40px #6366f11a}.education-icon{font-size:3rem;flex-shrink:0}.education-content{flex:1}.degree{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.institution{font-size:1.1rem;color:#6366f1;font-weight:600;margin-bottom:1.5rem}.education-stats{display:flex;gap:2rem;flex-wrap:wrap}.education-stats .stat{display:flex;flex-direction:column}.education-stats .stat strong{color:var(--text-secondary);font-size:.9rem}.education-stats .stat span:last-child{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.education-card{flex-direction:column;padding:2rem;gap:1.5rem}.education-icon{font-size:2.5rem}.degree{font-size:1.25rem}.institution{font-size:1rem}}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.achievement-card{background:#6366f10d;border:1px solid rgba(99,102,241,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.achievement-card:hover{transform:translateY(-8px);border-color:#6366f14d;background:#6366f11a;box-shadow:0 20px 40px #6366f11a}.achievement-icon{font-size:3rem;margin-bottom:1rem;display:block}.achievement-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.achievement-description{font-size:.95rem;color:var(--text-secondary);line-height:1.6}@media(max-width:768px){.achievements-grid{grid-template-columns:1fr}.achievement-card{padding:1.5rem}.achievement-icon{font-size:2.5rem}.achievement-title{font-size:1.1rem}}.contact{background:linear-gradient(135deg,#6366f10d,#ec48990d)}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.contact-card{background:#6366f10d;border:1px solid rgba(99,102,241,.1);border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);border-color:#6366f14d;background:#6366f11a}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.contact-card a{color:#6366f1;text-decoration:none;font-weight:600;transition:color .3s ease;display:inline-block}.contact-card a:hover{color:#ec4899}.social-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.social-links a{display:inline-block;padding:.75rem 1.5rem;background:#6366f133;border:1px solid rgba(99,102,241,.3);border-radius:8px;color:#6366f1;text-decoration:none;transition:all .3s ease;font-weight:600}.social-links a:hover{background:#6366f1;color:#fff;border-color:#6366f1}.contact-cta{text-align:center;padding:3rem;background:linear-gradient(135deg,#6366f11a,#ec48990d);border:1px solid rgba(99,102,241,.2);border-radius:16px}.contact-cta p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem}.btn-large{margin-top:1rem}@media(max-width:768px){.contact-content{grid-template-columns:1fr}.contact-cta{padding:2rem}.contact-card a{display:block}}.footer{background:#0f172acc;border-top:1px solid rgba(71,85,105,.2);padding:3rem 0;margin-top:auto}.footer-content{text-align:center}.footer-text{color:var(--text-secondary);margin-bottom:.5rem;font-size:.95rem}.footer-credit{color:#6366f1;font-size:.9rem;font-weight:500}@media(max-width:768px){.footer{padding:2rem 0}.footer-text,.footer-credit{font-size:.85rem}}
