:root{--accent:#16b8b8;--accent-hover:#13a0a0;--bg:#fff;--bg-elevated:#f7f7f7;--bg-subtle:#f0f0f0;--fg:#111;--fg-muted:#555;--fg-subtle:#888;--border:#e0e0e0;--shadow:#00000014;--card-bg:#fff;--card-border:#e5e5e5;--success:#22c55e;--warning:#f59e0b;--info:#3b82f6;--radius:.75rem}@media (prefers-color-scheme:dark){:root{--bg:#0a0a0a;--bg-elevated:#141414;--bg-subtle:#1a1a1a;--fg:#f0f0f0;--fg-muted:#a0a0a0;--fg-subtle:#666;--border:#222;--shadow:#00000059;--card-bg:#111;--card-border:#222}}html[data-theme=light]{--bg:#fff;--bg-elevated:#f7f7f7;--bg-subtle:#f0f0f0;--fg:#111;--fg-muted:#555;--fg-subtle:#888;--border:#e0e0e0;--shadow:#00000014;--card-bg:#fff;--card-border:#e5e5e5}html[data-theme=dark]{--bg:#0a0a0a;--bg-elevated:#141414;--bg-subtle:#1a1a1a;--fg:#f0f0f0;--fg-muted:#a0a0a0;--fg-subtle:#666;--border:#222;--shadow:#00000059;--card-bg:#111;--card-border:#222}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg);color:var(--fg);line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-hover);text-decoration:underline}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto}.container{width:100%;max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.section{padding-top:4rem;padding-bottom:4rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}button.svelte-1cmi4dh{-webkit-border-radius:var(--radius);border-radius:var(--radius);width:2.25rem;height:2.25rem;color:var(--fg-muted);background-color:var(--bg-elevated);border:1px solid var(--border);justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}button.svelte-1cmi4dh:hover{color:var(--fg);background-color:var(--bg-subtle)}button.svelte-1cmi4dh svg{width:20px;height:20px}.shell.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}main.svelte-12qhfyh{flex:1 0 auto}.top-bar.svelte-12qhfyh{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:color-mix(in srgb, var(--bg) 85%, transparent);border-bottom:1px solid var(--border);position:sticky;top:0}.top-bar.svelte-12qhfyh .container:where(.svelte-12qhfyh){justify-content:space-between;align-items:center;height:3.5rem;display:flex}.brand.svelte-12qhfyh{color:var(--fg);letter-spacing:-.01em;font-size:1.125rem;font-weight:700;text-decoration:none}.brand.svelte-12qhfyh:hover{color:var(--accent);text-decoration:none}
