:root{--bg:#0a0e14;--bg-card:#11161f;--bg-card-hover:#161d29;--border:#1f2733;--text:#e6edf3;--text-muted:#8b96a5;--accent:#4cc9f0;--accent-dim:rgba(76,201,240,0.12);--max-width:1080px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}::selection{background:var(--accent);color:var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.header{position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(10,14,20,.8);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo{font-weight:700;font-size:1.1rem;color:var(--text)}.logo:hover{text-decoration:none;color:var(--accent)}.nav{display:flex;gap:1.5rem}.nav a{color:var(--text-muted);font-size:.95rem;transition:color .2s}.nav a:hover{color:var(--accent);text-decoration:none}@media (max-width:600px){.nav{gap:1rem;font-size:.85rem}}@media (max-width:768px){.header-inner{flex-direction:column;height:auto;padding:.75rem 0;gap:.5rem}.nav{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;font-size:.85rem}.hero{min-height:auto;padding:4.5rem 0 5rem;align-items:flex-start}.hero p{font-size:1rem}.hero-actions{margin-top:2rem;gap:.75rem}.btn{padding:.7rem 1.2rem;font-size:.9rem}.section{padding:3.5rem 0}.section-title{font-size:1.4rem;margin-bottom:1.75rem}.card{padding:1.25rem}.exp-header{flex-direction:column;gap:.15rem}.exp-highlights{padding-left:1.1rem}.contact{padding:3.5rem 0 5rem}.footer-socials{flex-wrap:wrap;gap:1rem 1.5rem}}@media (max-width:400px){.container{padding:0 1rem}.hero-actions{flex-direction:column}.hero-actions .btn{text-align:center}}.hero{min-height:calc(100vh - 64px);display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(76,201,240,.08) 0,transparent 70%);pointer-events:none}.hero-kicker{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95rem;margin-bottom:1rem}.hero h1{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}.hero h2{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;margin-top:.5rem;letter-spacing:-.01em}.hero h2,.hero p{color:var(--text-muted)}.hero p{max-width:540px;margin-top:1.5rem;font-size:1.1rem}.hero-actions{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:transform .2s,background .2s,box-shadow .2s}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn-primary{background:var(--accent);color:#06121a}.btn-primary:hover{box-shadow:0 8px 24px rgba(76,201,240,.25)}.btn-ghost{border:1px solid var(--border);color:var(--text)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.section{padding:6rem 0;border-top:1px solid var(--border)}.section-title{font-size:1.75rem;font-weight:700;margin-bottom:2.5rem;display:flex;align-items:center;gap:1rem}.section-title:after{content:"";flex:1 1;max-width:200px;height:1px;background:var(--border)}.section-num{color:var(--accent);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.1rem;font-weight:400}.about p{color:var(--text-muted);max-width:700px;margin-bottom:1rem;font-size:1.05rem}.timeline{display:flex;flex-direction:column;gap:1.5rem}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.75rem;transition:border-color .2s,background .2s,transform .2s}.card:hover{border-color:rgba(76,201,240,.4);background:var(--bg-card-hover);transform:translateY(-2px)}.exp-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:.5rem}.exp-role{font-size:1.15rem;font-weight:700}.exp-company{color:var(--accent)}.exp-period{font-size:.9rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.exp-desc,.exp-period{color:var(--text-muted)}.exp-desc{margin-top:.75rem}.exp-highlights{margin-top:1rem;padding-left:1.25rem;color:var(--text-muted)}.exp-highlights li{margin-bottom:.4rem}.exp-highlights li::marker{color:var(--accent)}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.tag{background:var(--accent-dim);color:var(--accent);font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;padding:.25rem .75rem;border-radius:999px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));grid-gap:1.5rem;gap:1.5rem}.project-card{display:flex;flex-direction:column}.project-name{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.project-desc{color:var(--text-muted);flex:1 1}.project-links{display:flex;gap:1rem;margin-top:1rem;font-size:.9rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));grid-gap:1.5rem;gap:1.5rem}.skill-category{font-weight:700;margin-bottom:1rem;color:var(--accent)}.skill-list{list-style:none;color:var(--text-muted)}.skill-list li{padding:.3rem 0;border-bottom:1px solid var(--border)}.skill-list li:last-child{border-bottom:none}.contact{text-align:center;padding:6rem 0 8rem}.contact p{max-width:500px;margin:0 auto 2rem;font-size:1.05rem}.contact p,.footer{color:var(--text-muted)}.footer{border-top:1px solid var(--border);padding:2rem 0;text-align:center;font-size:.85rem}.footer-socials{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem}@media (prefers-reduced-motion:no-preference){.reveal{animation:fade-up .6s ease both}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}}