:root{color-scheme:dark;--bg: #0b0d10;--fg: #e5e7eb;--muted: #9aa0a6;--card: #111318;--border: #1f2429;--accent: #7dd3fc}@media (prefers-color-scheme: light){:root{color-scheme:light;--bg: #f8fafc;--fg: #0b0d10;--muted: #475569;--card: #ffffff;--border: #e2e8f0;--accent: #0ea5e9}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{min-height:100vh;display:grid;place-items:center;padding:24px;align-items:start;padding-top:25vh}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:24px 28px}a.project{color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-size:20px}a.project:hover{text-decoration:underline}a.project:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:8px}.arrow{transition:transform .15s ease}a.project:hover .arrow{transform:translate(2px)}.muted{color:var(--muted)}
