*{margin:0;padding:0;box-sizing:border-box}.shooting-star-container{position:absolute;width:500vw;height:500vh;overflow:hidden;pointer-events:none;z-index:0}.shooting-star{position:absolute;width:2px;height:2px;background:linear-gradient(45deg,#c4b5fd,transparent);border-radius:50%;box-shadow:0 0 8px 3px rgba(196,181,253,.6);animation:shoot 20s linear infinite}@keyframes shoot{0%{transform:translate(0) scale(.1);opacity:1}70%{opacity:1}to{transform:translate(150vw,150vh) scale(.1);opacity:0}}.hero{justify-content:center;height:100vh;text-align:center;padding:0 24px}.hero,.hero-content{display:flex;flex-direction:column;align-items:center;position:relative}.hero-content{gap:10px;z-index:1}.photo-ring{width:152px;height:152px;border-radius:50%;padding:3px;background:linear-gradient(135deg,#8b5cf6,#22d3ee);box-shadow:0 0 60px rgba(139,92,246,.45),0 0 120px rgba(34,211,238,.15);margin-bottom:16px;flex-shrink:0}.hero-photo{border-radius:50%!important;object-fit:cover;display:block;width:146px!important;height:146px!important}.hero-name{font-size:clamp(28px,5.5vw,62px);font-weight:900;letter-spacing:4px;line-height:1.1;background:linear-gradient(135deg,#c4b5fd,#818cf8 40%,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-name,.hero-title{font-family:Orbitron,monospace}.hero-title{font-size:clamp(11px,1.8vw,16px);color:#94a3b8;letter-spacing:2px;margin-top:4px}.hero-location{font-size:13px;color:#475569;letter-spacing:1.5px}.social-row{display:flex;gap:12px;margin-top:12px}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;text-decoration:none;transition:all .25s ease}.social-link:hover{background:rgba(139,92,246,.2);border-color:rgba(139,92,246,.5);transform:translateY(-3px);box-shadow:0 8px 24px rgba(139,92,246,.3)}.scroll-cta{position:absolute;bottom:36px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;background:none;border:none;cursor:pointer;color:#475569;font-family:Orbitron,monospace;font-size:10px;letter-spacing:3px;text-transform:uppercase;transition:color .2s;z-index:1}.scroll-cta:hover{color:#94a3b8}.scroll-cta:hover .scroll-arrow-icon{transform:translateY(5px)}.scroll-arrow-icon{opacity:.5;transition:transform .35s ease}.music-controls{position:absolute;bottom:32px;right:24px;gap:8px;z-index:1}.music-btn,.music-controls{display:flex;align-items:center}.music-btn{justify-content:center;width:36px;height:36px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:8px;color:#64748b;font-size:18px;cursor:pointer;transition:all .2s;font-family:system-ui,sans-serif}.music-btn:hover{background:hsla(0,0%,100%,.1);color:#f1f5f9;border-color:hsla(0,0%,100%,.15)}.music-toggle{width:44px;height:44px;border-color:hsla(0,0%,100%,.12)}.section{display:flex;flex-direction:column;align-items:center;padding:56px 24px 48px}.section-eyebrow{font-family:Orbitron,monospace;font-size:10px;letter-spacing:5px;text-transform:uppercase;color:#7c3aed;margin-bottom:10px}.section-heading{font-family:Orbitron,monospace;font-size:clamp(22px,4vw,44px);font-weight:900;letter-spacing:3px;color:#f1f5f9;margin-bottom:40px}.timeline-list{display:flex;flex-direction:column;gap:16px;max-width:680px;width:100%;text-align:left}.timeline-item{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-left:3px solid #7c3aed;border-radius:0 14px 14px 0;padding:22px 26px;transition:border-left-color .3s ease,box-shadow .3s ease}.timeline-item:hover{border-left-color:#22d3ee;box-shadow:0 0 40px rgba(34,211,238,.07)}.timeline-year{font-family:Orbitron,monospace;font-size:10px;letter-spacing:2px;color:#7c3aed;margin-bottom:8px;text-transform:uppercase}.timeline-title{font-family:Orbitron,monospace;font-size:16px;font-weight:700;color:#f1f5f9;letter-spacing:1px;margin-bottom:10px}.timeline-body{font-size:14px;line-height:1.75;color:#94a3b8;font-family:system-ui,-apple-system,sans-serif}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;max-width:900px;width:100%;text-align:left}.project-card{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.07);border-radius:16px;padding:22px;text-decoration:none;display:flex;flex-direction:column;gap:10px;transition:all .3s ease;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(135deg,rgba(124,58,237,.08),rgba(34,211,238,.04));opacity:0;transition:opacity .3s ease}.project-card:hover{border-color:rgba(124,58,237,.4);transform:translateY(-6px);box-shadow:0 20px 48px rgba(124,58,237,.15)}.project-card:hover:before{opacity:1}.project-card:hover .project-arrow{transform:translate(3px,-3px)}.project-header{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}.project-name{font-family:Orbitron,monospace;font-size:15px;font-weight:700;color:#f1f5f9;letter-spacing:1px}.project-arrow{color:#7c3aed;font-size:18px;transition:transform .25s ease;line-height:1}.project-tagline{font-size:12px;color:#22d3ee;font-weight:500;letter-spacing:.5px}.project-desc,.project-tagline{font-family:system-ui,-apple-system,sans-serif;position:relative;z-index:1}.project-desc{font-size:13px;line-height:1.65;color:#94a3b8;flex:1 1}.tech-badges{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px;position:relative;z-index:1}.tech-badge{background:rgba(124,58,237,.1);border:1px solid rgba(124,58,237,.2);border-radius:999px;padding:3px 9px;font-size:10px;color:#c4b5fd;letter-spacing:.4px;white-space:nowrap;font-family:system-ui,-apple-system,sans-serif}.tech-grid{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;max-width:680px;margin-bottom:36px}.tech-item{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;transition:transform .2s ease}.tech-item:hover{transform:translateY(-6px)}.tech-item:hover .tech-label{color:#c4b5fd}.tech-label{font-family:Orbitron,monospace;font-size:9px;color:#475569;letter-spacing:1.5px;text-transform:uppercase;transition:color .2s}.tech-note{font-size:13px;line-height:1.75;color:#475569;max-width:500px;text-align:center;font-family:system-ui,-apple-system,sans-serif}.section-contact{justify-content:center;min-height:100vh;gap:20px}.contact-sub{font-size:15px;line-height:1.75;color:#94a3b8;max-width:460px;text-align:center;font-family:system-ui,-apple-system,sans-serif;margin-bottom:8px}.cta-btn{display:inline-flex;align-items:center;padding:16px 44px;background:linear-gradient(135deg,#7c3aed,#0891b2);border:none;border-radius:12px;font-family:Orbitron,monospace;font-size:14px;font-weight:700;color:#fff;letter-spacing:2.5px;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px rgba(124,58,237,.45);position:relative;overflow:hidden}.cta-btn:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.15),transparent);opacity:0;transition:opacity .3s}.cta-btn:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(124,58,237,.65)}.cta-btn:hover:after{opacity:1}.contact-chips{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.contact-chip{padding:9px 22px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.09);border-radius:999px;color:#94a3b8;font-size:13px;text-decoration:none;transition:all .2s ease;font-family:system-ui,-apple-system,sans-serif}.contact-chip:hover{background:rgba(124,58,237,.12);border-color:rgba(124,58,237,.35);color:#c4b5fd;transform:translateY(-2px)}.contact-note{font-size:12px;color:#334155;max-width:380px;text-align:center;line-height:1.6;font-family:system-ui,-apple-system,sans-serif}@media(max-width:768px){.projects-grid{grid-template-columns:1fr;max-width:540px}.tech-grid{gap:24px;max-width:440px}.section-heading{margin-bottom:28px}.music-controls{right:12px;bottom:20px}.scroll-cta{bottom:20px}.section{padding:48px 16px 36px}}@media(max-width:480px){.photo-ring{width:122px;height:122px}.hero-photo{width:116px!important;height:116px!important}.hero-name{font-size:24px;letter-spacing:2px}.projects-grid{gap:12px}.project-card{padding:18px}.tech-grid{gap:20px}.music-btn{width:30px;height:30px;font-size:14px}.music-toggle{width:36px;height:36px}.cta-btn{font-size:12px;padding:14px 32px}.contact-chips{gap:8px}.section{padding:40px 14px 28px}}