@import"https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap";:root{--bg: #0f111a;--card: #1a1d2b;--text: #e6e6f0;--subtext: #9aa0b3;--accent: #cba6f7;--surface0: #1f212d}body{margin:0;font-family:Fira Mono,monospace;background:linear-gradient(180deg,#0f111a,#141624);color:var(--text)}section{max-width:1100px;margin:0 auto;padding:3rem 2rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{opacity:.8;line-height:1.6;margin-bottom:.8rem}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}.projects h2{margin-bottom:1rem}.project-card{background:var(--card);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;color:inherit;transition:.2s}.project-card:hover{transform:translateY(-4px);color:var(--accent)}.project-card h3{margin-bottom:.6rem}.project-card p{opacity:.8;font-size:.95rem;line-height:1.4}.project-card span.card-link{margin-top:1rem;font-size:.9rem;opacity:.7}.project-card img,.project-card video{width:100%;border-radius:8px;margin-bottom:1rem;object-fit:cover}.navbar{display:flex;justify-content:flex-end;gap:2.5rem;padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav-link{text-decoration:none;color:var(--text);font-weight:500;transition:.2s}.nav-link:hover{color:var(--accent);transform:translateY(-2px)}
