:root{--primary: #ff8243;--primary-strong: #e56724;--primary-text: #c1501e;--accent-strong: #a8430f;--bg: #f7f7f7;--surface: #ffffff;--surface-alt: #f3f4f6;--text: #111827;--muted: #4b5563;--subtle: #6b7280;--border: #d9dde3;--danger: #c62828;--shadow: 0 8px 24px rgba(15, 23, 42, .08);--font-serif: "Bookerly", Georgia, "Book Antiqua", Palatino, "Palatino Linotype", "Times New Roman", serif;--font-ui: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "SFMono-Regular", "Cascadia Code", Consolas, "Liberation Mono", Menlo, monospace}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #0b1120;--surface: #111827;--surface-alt: #020617;--text: #f9fafb;--muted: #cbd5e1;--subtle: #94a3b8;--border: #2c3e50;--danger: #ff6b6b;--shadow: 0 12px 36px rgba(0, 0, 0, .28);--primary-text: var(--primary)}}:root[data-theme=dark]{--bg: #0b1120;--surface: #111827;--surface-alt: #020617;--text: #f9fafb;--muted: #cbd5e1;--subtle: #94a3b8;--border: #2c3e50;--danger: #ff6b6b;--shadow: 0 12px 36px rgba(0, 0, 0, .28);--primary-text: var(--primary)}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:var(--font-ui);color:var(--text);-webkit-font-smoothing:antialiased}.sw-theme-toggle{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-family:var(--font-ui);font-size:12.5px;font-weight:600;padding:6px 11px;border-radius:999px;cursor:pointer;line-height:1}.sw-theme-toggle:hover{color:var(--text);border-color:var(--subtle)}
