@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:wght@300;400;500&display=swap";:root{--bg:#080c10;--bg2:#0d1117;--surface:#111820;--border:#1e2d3d;--accent:#00c8ff;--accent2:#07f;--text:#e8edf2;--text-muted:#6b7c93;--font-display:"Syne", sans-serif;--font-body:"DM Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:300;overflow-x:hidden}.section{padding:7rem 4rem}.section-dark{background:var(--bg2)}.section-inner{max-width:1000px;margin:0 auto}.section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:500}.section-title{font-family:var(--font-display);letter-spacing:-1.5px;color:var(--text);margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}@media (width<=768px){.section{padding:5rem 1.5rem}}.navbar{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#080c10d9;justify-content:space-between;align-items:center;padding:1.2rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{font-family:var(--font-display);color:var(--text);cursor:pointer;letter-spacing:-1px;font-size:1.5rem;font-weight:800}.nav-logo .dot{color:var(--accent)}.nav-links{align-items:center;gap:.5rem;display:flex}.nav-link{cursor:pointer;color:var(--text-muted);font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;background:0 0;border:none;border-radius:4px;padding:.4rem .8rem;font-size:.85rem;font-weight:400;transition:all .2s}.nav-link:hover,.nav-link.active{color:var(--accent)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}@media (width<=768px){.navbar{padding:1rem 1.5rem}.nav-links{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:none;position:fixed;inset:0}.nav-links.open{display:flex}.nav-link{font-size:1.1rem}.hamburger{display:flex}}.hero{background:radial-gradient(80% 60% at 50% -10%,#00c8ff14 0%,#0000 70%);justify-content:center;align-items:center;min-height:100vh;padding:8rem 4rem 4rem;display:flex;position:relative}.hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.grid-line{left:calc(var(--i) * 5%);background:linear-gradient(#0000,#00c8ff0a,#0000);width:1px;position:absolute;top:0;bottom:0}.hero-content{z-index:1;max-width:800px;position:relative}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:500;display:flex}.hero-eyebrow:before{content:"";background:var(--accent);width:32px;height:1px;display:block}.hero-name{font-family:var(--font-display);letter-spacing:-2px;color:var(--text);margin-bottom:1.5rem;font-size:clamp(3.5rem,8vw,6.5rem);font-weight:800;line-height:1}.hero-name .accent{color:var(--accent)}.hero-sub{color:var(--text-muted);max-width:540px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.hero-sub .highlight{color:var(--text);font-weight:500}.hero-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem;display:flex}.btn-primary{background:var(--accent);color:#000;font-family:var(--font-body);cursor:pointer;letter-spacing:.02em;border:none;border-radius:4px;padding:.8rem 2rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00c8ff40}.btn-ghost{color:var(--text);border:1px solid var(--border);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:4px;padding:.8rem 2rem;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .2s;display:inline-block}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.hero-stats{align-items:center;gap:2rem;display:flex}.stat{flex-direction:column;display:flex}.stat-num{font-family:var(--font-display);color:var(--text);font-size:1.8rem;font-weight:800;line-height:1}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-size:.75rem}.stat-div{background:var(--border);width:1px;height:40px}.hero-scroll{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-line{background:linear-gradient(to bottom, var(--text-muted), transparent);width:1px;height:40px;animation:1.8s ease-in-out infinite scrollPulse;display:block}@keyframes scrollPulse{0%,to{opacity:.3}50%{opacity:1}}@media (width<=768px){.hero{padding:7rem 1.5rem 4rem}.hero-name{font-size:3.5rem}.hero-stats{gap:1.25rem}}@media (width<=480px){.hero-name{letter-spacing:-1.5px;font-size:2.8rem}}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-text p{color:var(--text-muted);margin-bottom:1.2rem;font-size:.95rem;line-height:1.8}.about-text strong{color:var(--text);font-weight:500}.about-cards{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.about-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.4rem;padding:1.25rem;transition:border-color .2s;display:flex}.about-card:hover{border-color:var(--accent)}.card-icon{font-size:1.4rem}.about-card strong{color:var(--text);font-size:.9rem;font-weight:600}.about-card span{color:var(--text-muted);font-size:.8rem}@media (width<=768px){.about-grid{grid-template-columns:1fr;gap:2rem}}.timeline{padding-left:2rem;position:relative}.timeline-line{background:linear-gradient(to bottom, var(--accent), var(--border));width:1px;position:absolute;top:8px;bottom:8px;left:0}.timeline-item{margin-bottom:2.5rem;position:relative}.timeline-dot{background:var(--accent);border:2px solid var(--bg2);border-radius:50%;width:10px;height:10px;position:absolute;top:6px;left:-2.35rem;box-shadow:0 0 12px #00c8ff66}.timeline-content{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem 2rem;transition:border-color .2s}.timeline-content:hover{border-color:#00c8ff4d}.timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1rem;display:flex}.timeline-role{font-family:var(--font-display);color:var(--text);font-size:1rem;font-weight:700}.timeline-company{color:var(--accent);margin-top:.2rem;font-size:.85rem}.timeline-period{color:var(--text-muted);background:var(--bg);border:1px solid var(--border);white-space:nowrap;border-radius:20px;padding:.3rem .75rem;font-size:.78rem}.timeline-bullets{list-style:none}.timeline-bullets li{color:var(--text-muted);padding:.3rem 0 .3rem 1rem;font-size:.88rem;line-height:1.7;position:relative}.timeline-bullets li:before{content:"→";color:var(--accent);font-size:.75rem;position:absolute;top:.38rem;left:0}.skills-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.skill-group{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;transition:border-color .2s}.skill-group:hover{border-color:#00c8ff4d}.skill-category{font-family:var(--font-display);color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.85rem;font-weight:700}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{color:var(--text-muted);background:#00c8ff0f;border:1px solid #00c8ff26;border-radius:4px;padding:.25rem .65rem;font-size:.8rem;transition:all .2s}.skill-tag:hover{color:var(--text);background:#00c8ff1f}@media (width<=768px){.skills-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.skills-grid{grid-template-columns:1fr}}.projects-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:2rem;transition:all .3s;position:relative;overflow:hidden}.project-card:before{content:"";opacity:0;background:linear-gradient(135deg,#00c8ff08,#0000);transition:opacity .3s;position:absolute;inset:0}.project-card:hover{border-color:#00c8ff4d;transform:translateY(-3px)}.project-card:hover:before{opacity:1}.project-num{font-family:var(--font-display);color:#00c8ff14;margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1}.project-title{font-family:var(--font-display);color:var(--text);margin-bottom:.75rem;font-size:1.2rem;font-weight:700}.project-desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.88rem;line-height:1.7}.project-tech{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tag{color:#5ba3ff;background:#0077ff1a;border:1px solid #07f3;border-radius:4px;padding:.2rem .6rem;font-size:.78rem}@media (width<=768px){.projects-grid{grid-template-columns:1fr}}.contact-section{background:radial-gradient(70% 60% at 50% 100%,#00c8ff0f 0%,#0000 70%)}.contact-inner{text-align:center}.contact-inner .section-label{justify-content:center;display:flex}.contact-sub{color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem}.contact-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.contact-link{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:6px;align-items:center;gap:.6rem;padding:.85rem 1.5rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:flex}.contact-link:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.contact-icon{color:var(--accent);font-style:normal;font-weight:700}.footer{text-align:center;color:var(--text-muted);border-top:1px solid var(--border);margin-top:5rem;padding-top:2rem;font-size:.78rem}
