*{margin:0;padding:0;box-sizing:border-box}:root{--bg-dark:#011627;--bg-lighter:#0b2942;--text-primary:#d6deeb;--text-muted:#7fdbca;--accent:#82aaff;--accent-hover:#c792ea}@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Inter:wght@300;400;600&display=swap');body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg-dark);color:var(--text-primary)}.home{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3rem}.home h1{font-size:2.5rem;font-weight:300;letter-spacing:-0.02em;color:var(--text-primary)}.home h1::before{content:"~/";color:var(--text-muted);font-family:'Fira Code',monospace;font-size:1.8rem;margin-right:0.3rem}.home nav{display:flex;flex-direction:column;gap:1rem}.link{color:var(--accent);text-decoration:none;font-size:1.1rem;padding:1rem 2rem;border:1px solid var(--bg-lighter);background:var(--bg-lighter);border-radius:8px;transition:all 0.2s ease;text-align:center}.link:hover{border-color:var(--accent);color:var(--accent-hover);transform:translateY(-2px)}