:root{--bg: #07080f;--surface: #0c0e1c;--surface-2: #131526;--blue: #4080ff;--blue-glow: rgba(64, 128, 255, .18);--gold: #c9973a;--gold-light: #e8c06a;--gold-dim: rgba(201, 151, 58, .12);--text: #e4dfd2;--text-dim: #7c7a8a;--border: rgba(255, 255, 255, .06);--border-gold:rgba(201, 151, 58, .25);--font-display: "Cormorant Garamond", serif;--font-body: "DM Sans", sans-serif;--font-mono: "JetBrains Mono", monospace;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:400;line-height:1.7;overflow-x:hidden;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E")}::selection{background:var(--gold);color:var(--bg)}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:2px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 clamp(1.5rem,5vw,4rem);height:70px;display:flex;align-items:center;justify-content:space-between;transition:background .4s var(--ease-out-expo),backdrop-filter .4s,border-color .4s;border-bottom:1px solid transparent}.nav.scrolled{background:#07080fd9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:var(--border)}.nav-logo{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--text);letter-spacing:.02em}.nav-logo span{color:var(--gold)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);transition:color .2s;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transition:transform .3s var(--ease-out-expo)}.nav-links a:hover{color:var(--text)}.nav-links a:hover:after{transform:scaleX(1)}.nav-progress{position:absolute;bottom:-1px;left:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--blue));transition:width .1s linear}.hero{min-height:100svh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:6rem 2rem 4rem}.hero-bg-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(64,128,255,.08) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-60%);pointer-events:none}.hero-video-wrapper{position:relative;width:min(1080px,100vw);aspect-ratio:16 / 9;border-radius:24px;overflow:hidden;border:1px solid var(--border-gold);box-shadow:0 0 60px #c9973a1f,0 0 120px #4080ff14,inset 0 1px #ffffff14}.hero-video{width:100%;height:100%;object-fit:cover}.hero-video-placeholder{width:100%;height:100%;background:var(--surface-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-dim);font-size:.85rem;text-align:center;padding:2rem}.hero-video-placeholder .placeholder-icon{font-size:3rem;opacity:.5}.hero-text{margin-top:3rem;text-align:center}.hero-name{font-family:var(--font-display);font-size:clamp(3rem,10vw,7rem);font-weight:600;line-height:1;letter-spacing:-.02em;color:var(--text)}.hero-name em{font-style:italic;color:var(--gold-light)}.hero-title{margin-top:1rem;font-size:clamp(.85rem,2vw,1rem);font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:var(--text-dim)}.hero-title span{color:var(--gold);margin:0 .75rem;opacity:.6}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);cursor:pointer}.hero-scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.1)}}.section{padding:clamp(5rem,10vw,9rem) clamp(1.5rem,8vw,7rem);position:relative;max-width:1200px;margin:0 auto}.section-full{padding:clamp(5rem,10vw,9rem) clamp(1.5rem,8vw,7rem);position:relative}.chapter{position:relative;margin-bottom:4rem}.chapter-number{font-family:var(--font-display);font-size:clamp(7rem,18vw,16rem);font-weight:700;color:transparent;-webkit-text-stroke:1px var(--gold);opacity:.07;line-height:1;position:absolute;top:-.3em;left:-.05em;pointer-events:none;-webkit-user-select:none;user-select:none}.chapter-label{font-family:var(--font-mono);font-size:.72rem;color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.chapter-label:before{content:"";display:block;width:24px;height:1px;background:var(--gold)}.chapter-title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);font-weight:600;line-height:1.1;letter-spacing:-.01em;color:var(--text)}.chapter-title em{font-style:italic;color:var(--gold-light)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-top:4rem}.about-text p{font-size:1.1rem;line-height:1.85;color:var(--text-dim);margin-bottom:1.5rem}.about-text p strong{color:var(--text);font-weight:500}.about-quote{margin-top:2.5rem;padding:1.75rem 2rem;border-left:2px solid var(--gold);background:var(--gold-dim);border-radius:0 12px 12px 0}.about-quote p{font-family:var(--font-display);font-size:1.15rem;font-style:italic;line-height:1.7;color:var(--text);margin:0}.about-stats{display:flex;flex-direction:column;gap:1.5rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.25rem;transition:border-color .3s,background .3s}.stat-card:hover{border-color:var(--border-gold);background:var(--surface-2)}.stat-icon{font-size:1.75rem;flex-shrink:0;width:48px;text-align:center}.stat-info{flex:1}.stat-label{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim);font-family:var(--font-mono);margin-bottom:.2rem}.stat-value{font-size:1.05rem;font-weight:500;color:var(--text)}.education-timeline{margin-top:4rem;position:relative;padding-left:3rem}.education-timeline:before{content:"";position:absolute;left:8px;top:8px;bottom:8px;width:1px;background:linear-gradient(to bottom,var(--gold),var(--blue),transparent)}.edu-item{position:relative;margin-bottom:3rem}.edu-dot{position:absolute;left:calc(-3rem + 4px);top:8px;width:10px;height:10px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px var(--gold);transform:translate(-50%)}.edu-dot.active{background:var(--blue);box-shadow:0 0 12px var(--blue);animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{box-shadow:0 0 8px var(--blue)}50%{box-shadow:0 0 20px var(--blue),0 0 40px #4080ff4d}}.edu-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:border-color .3s,transform .3s}.edu-card:hover{border-color:var(--border-gold);transform:translate(4px)}.edu-badge{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:#4080ff1a;border:1px solid rgba(64,128,255,.2);padding:.25rem .75rem;border-radius:100px;margin-bottom:1rem}.edu-degree{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.edu-school{font-size:1rem;font-weight:500;color:var(--gold-light);margin-bottom:.75rem}.edu-date{font-family:var(--font-mono);font-size:.78rem;color:var(--text-dim);letter-spacing:.05em}.experience-list{margin-top:4rem;display:flex;flex-direction:column;gap:2rem}.exp-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;transition:border-color .3s,transform .3s}.exp-card:hover{border-color:var(--border-gold);transform:translateY(-3px)}.exp-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(to bottom,var(--gold),transparent);opacity:0;transition:opacity .3s}.exp-card:hover:before{opacity:1}.exp-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}.exp-company{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem}.exp-role{font-family:var(--font-display);font-size:1.6rem;font-weight:600;color:var(--text);line-height:1.2}.exp-meta{text-align:right;flex-shrink:0}.exp-date{font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim);margin-bottom:.3rem}.exp-location{font-size:.8rem;color:var(--text-dim)}.exp-desc{font-size:.95rem;line-height:1.75;color:var(--text-dim);margin-bottom:1.5rem}.exp-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.05em;color:var(--text-dim);background:var(--surface-2);border:1px solid var(--border);padding:.2rem .65rem;border-radius:4px;transition:border-color .2s,color .2s}.skill-tag:hover{border-color:var(--border-gold);color:var(--gold-light)}.volunteer-hero{margin-top:4rem;background:linear-gradient(135deg,var(--surface) 0%,var(--surface-2) 100%);border:1px solid var(--border-gold);border-radius:24px;padding:3rem;display:flex;gap:3rem;align-items:center;flex-wrap:wrap;margin-bottom:3rem}.volunteer-badge-big{font-size:5rem;flex-shrink:0}.volunteer-hero-text h3{font-family:var(--font-display);font-size:2.2rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.volunteer-hero-text p{color:var(--text-dim);font-size:.95rem;line-height:1.7;max-width:500px}.volunteer-roles{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.volunteer-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.75rem;transition:border-color .3s,transform .3s}.volunteer-card:hover{border-color:var(--border-gold);transform:translateY(-3px)}.volunteer-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.volunteer-icon{font-size:1.25rem}.volunteer-role{font-weight:600;font-size:.95rem;color:var(--text)}.volunteer-date{font-family:var(--font-mono);font-size:.72rem;color:var(--gold);margin-bottom:.5rem}.volunteer-desc{font-size:.88rem;color:var(--text-dim);line-height:1.65}.projects-header-row{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.projects-github-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-dim);border:1px solid var(--border);padding:.5rem 1.1rem;border-radius:100px;transition:all .3s;font-family:var(--font-mono)}.projects-github-link:hover{border-color:var(--border-gold);color:var(--gold-light)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;cursor:pointer;transition:border-color .3s,transform .3s,box-shadow .3s;text-decoration:none;color:inherit}.project-card:hover{border-color:var(--border-gold);transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.project-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-icon{font-size:1.3rem}.project-stars{display:flex;align-items:center;gap:.3rem;font-family:var(--font-mono);font-size:.78rem;color:var(--text-dim)}.project-name{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--text);margin-bottom:.5rem;line-height:1.2}.project-desc{font-size:.875rem;color:var(--text-dim);line-height:1.65;flex:1;margin-bottom:1.25rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.project-lang{display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim)}.lang-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.project-arrow{font-size:1.1rem;color:var(--text-dim);transition:transform .2s,color .2s}.project-card:hover .project-arrow{transform:translate(3px,-3px);color:var(--gold-light)}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface-2) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.75rem;display:flex;flex-direction:column;gap:.75rem}.projects-error{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:var(--text-dim);border:1px dashed var(--border);border-radius:16px}.projects-error code{display:block;margin-top:.75rem;font-family:var(--font-mono);font-size:.8rem;color:var(--gold)}.footer{border-top:1px solid var(--border);padding:4rem clamp(1.5rem,8vw,7rem);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-left{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--text)}.footer-left span{color:var(--gold)}.footer-links{display:flex;gap:1.5rem}.footer-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;font-size:1.1rem;color:var(--text-dim);transition:all .3s}.footer-link:hover{border-color:var(--border-gold);color:var(--gold-light);transform:translateY(-2px)}.footer-copy{font-family:var(--font-mono);font-size:.72rem;color:var(--text-dim);letter-spacing:.05em}@media (max-width: 768px){.nav-links{display:none}.about-grid{grid-template-columns:1fr;gap:3rem}.exp-header{flex-direction:column}.exp-meta{text-align:left}.volunteer-hero,.footer{flex-direction:column;text-align:center}.chapter-number{font-size:clamp(4rem,25vw,10rem)}}.section-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--border-gold),transparent);margin:0 auto;max-width:1200px}
