@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=DM+Mono:wght@400;500&display=swap";html.dark{--color-bg: #111110;--color-surface: #1C1C1B;--color-text: #F1F0EE;--color-muted: #888780;--color-border: rgba(255, 255, 255, .1);--color-border-hover: rgba(255, 255, 255, .22);--color-hover: rgba(255, 255, 255, .05);--color-accent: #F1F0EE}html.light{--color-bg: #F9F8F6;--color-surface: #FFFFFF;--color-text: #111110;--color-muted: #6B6A66;--color-border: rgba(0, 0, 0, .1);--color-border-hover: rgba(0, 0, 0, .22);--color-hover: rgba(0, 0, 0, .04);--color-accent: #111110}:root{--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", ui-monospace, monospace;--color-bg: #F9F8F6;--color-surface: #FFFFFF;--color-text: #111110;--color-muted: #6B6A66;--color-border: rgba(0, 0, 0, .1);--color-border-hover: rgba(0, 0, 0, .22);--color-hover: rgba(0, 0, 0, .04);--color-accent: #111110}@media(prefers-color-scheme:dark){:root{--color-bg: #111110;--color-surface: #1C1C1B;--color-text: #F1F0EE;--color-muted: #888780;--color-border: rgba(255, 255, 255, .1);--color-border-hover: rgba(255, 255, 255, .22);--color-hover: rgba(255, 255, 255, .05);--color-accent: #F1F0EE}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:56px;background:var(--color-bg);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:10}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:8px}.logo-text.svelte-12qhfyh{font-size:.9rem;font-weight:600;color:var(--color-text);letter-spacing:-.02em}.logo-img.svelte-12qhfyh{height:28px;width:auto;display:block;transition:filter .2s}html.dark .logo-img.svelte-12qhfyh{filter:invert(1)}@media(prefers-color-scheme:dark){html:not(.light) .logo-img.svelte-12qhfyh{filter:invert(1)}}.theme-toggle.svelte-12qhfyh{width:36px;height:36px;border-radius:8px;border:1px solid var(--color-border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-muted);transition:background .15s,color .15s}.theme-toggle.svelte-12qhfyh:hover{background:var(--color-hover);color:var(--color-text)}.theme-toggle.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:16px;height:16px}main.svelte-12qhfyh{background:var(--color-bg);min-height:calc(100dvh - 56px);transition:background .2s}
