.nav{position:sticky;top:0;z-index:100;background:#0a0a0fcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:.875rem 0}.nav-inner{display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1.05rem;color:var(--text);font-family:var(--font-mono)}.nav-logo:hover{color:var(--accent)}.nav-links{display:flex;align-items:center;gap:1.75rem}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--text)}.nav-links a.active:after{content:"";position:absolute;bottom:-6px;left:0;right:0;height:2px;background:var(--accent);border-radius:1px}@media(max-width:640px){.nav-links{gap:1rem}.nav-links a{font-size:.85rem}}.footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:4rem}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-copy{font-size:.85rem;color:var(--text-dim)}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--text-dim);transition:color .2s;display:flex}.footer-links a:hover{color:var(--accent)}@media(max-width:640px){.footer-inner{flex-direction:column;gap:1rem;text-align:center}}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .2s,transform .2s;display:block}a.card{color:inherit}a.card:hover,.card.interactive:hover{border-color:var(--accent);transform:translateY(-2px)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}@media(max-width:640px){.card-grid{grid-template-columns:1fr}}.tag{display:inline-block;padding:.2rem .6rem;border-radius:4px;font-size:.75rem;font-family:var(--font-mono);font-weight:500}.tag-default{background:var(--accent-glow);color:var(--accent-hover)}.tag-green{background:var(--green-dim);color:var(--green)}.tag-muted{background:#71717a1a;color:var(--text-muted)}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.hero{padding:4rem 0 3rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;background:var(--green-dim);color:var(--green);border-radius:20px;font-size:.8rem;font-weight:500;margin-bottom:1.5rem}.status-dot{width:7px;height:7px;background:var(--green);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(2.5rem,6vw,3.5rem);font-weight:700;line-height:1.1;margin-bottom:.5rem;letter-spacing:-.02em}.accent{color:var(--accent)}.hero-tagline{font-family:var(--font-mono);font-size:1rem;color:var(--text-dim);margin-bottom:1.25rem}.hero-subtitle{font-size:1.15rem;max-width:560px;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.hero-subtitle strong{color:var(--text);font-weight:500}.hero-cta{display:flex;gap:1rem;align-items:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;border-radius:var(--radius);font-size:.9rem;font-weight:500;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);color:#fff;transform:translateY(-1px)}.btn-ghost{color:var(--text-muted);border:1px solid var(--border);background:transparent}.btn-ghost:hover{border-color:var(--text-dim);color:var(--text)}.focus-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent-glow);color:var(--accent);border-radius:var(--radius);margin-bottom:.75rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.section-header h2{margin-bottom:0}.see-all{display:flex;align-items:center;gap:.25rem;font-size:.85rem;color:var(--text-muted)}.see-all:hover{color:var(--accent)}.project-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}@media(max-width:640px){.hero{padding:2rem 0}.hero-cta{flex-direction:column;align-items:flex-start}}.about-hero{padding-top:3rem}.about-hero h1{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.about-intro{max-width:640px}.about-intro p{margin-bottom:1rem}.about-intro p:last-child{margin-bottom:0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.skill-group{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.skill-category{color:var(--text-muted);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:7px;top:4px;bottom:4px;width:2px;background:var(--border)}.timeline-item{position:relative;padding-bottom:2rem}.timeline-item:last-child{padding-bottom:0}.timeline-marker{position:absolute;left:-2rem;top:6px;width:16px;height:16px;border-radius:50%;background:var(--bg);border:2px solid var(--accent);transform:translate(-.5px)}.timeline-period{font-size:.8rem;color:var(--text-dim)}.timeline-content h3{margin:.25rem 0 .15rem}.about-contact p{margin-bottom:1.25rem;max-width:480px}.contact-buttons{display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:640px){.about-hero{padding-top:1.5rem}.skills-grid{grid-template-columns:1fr}}.projects-hero{padding-top:3rem}.projects-hero h1{font-size:2.25rem;font-weight:700;margin-bottom:.75rem}.projects-hero p{max-width:520px;margin-bottom:2rem}.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.filter-btn{padding:.4rem .85rem;border-radius:20px;border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:.8rem;font-family:var(--font-sans);font-weight:500;cursor:pointer;transition:all .2s;text-transform:capitalize}.filter-btn:hover{border-color:var(--text-dim);color:var(--text)}.filter-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.project-card p{font-size:.9rem;margin-bottom:.75rem}.project-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem}.project-links{color:var(--text-dim);flex-shrink:0}.no-results{text-align:center;padding:3rem 0;color:var(--text-dim)}@media(max-width:640px){.projects-hero{padding-top:1.5rem}.filter-bar{gap:.35rem}}.page{min-height:calc(100vh - 140px);padding:2rem 0}.page-enter{opacity:0;transform:translateY(8px)}.page-visible{opacity:1;transform:translateY(0);transition:opacity .4s ease,transform .4s ease}section{margin-bottom:4rem}section:last-child{margin-bottom:2rem}h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text)}h3{font-size:1.1rem;font-weight:500;margin-bottom:.5rem}p{color:var(--text-muted);line-height:1.7}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0f;--bg-secondary: #12121a;--bg-card: #16161f;--border: #1e1e2e;--text: #e4e4e7;--text-muted: #71717a;--text-dim: #52525b;--accent: #6366f1;--accent-hover: #818cf8;--accent-glow: rgba(99, 102, 241, .15);--green: #22c55e;--green-dim: rgba(34, 197, 94, .1);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--max-width: 1100px;--radius: 8px;--radius-lg: 12px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}code,.mono{font-family:var(--font-mono)}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
