@theme{ --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; --font-mono: "JetBrains Mono", "Fira Code", Consolas, monospace; --font-display: "Inter", sans-serif;  --text-xs: .75rem;  --text-sm: .8125rem;  --text-base: .875rem;  --text-md: 1rem;  --text-lg: 1.125rem;  --text-xl: 1.25rem;  --text-2xl: 1.5rem;  --text-3xl: 1.875rem;   --spacing-0: 0; --spacing-1: .25rem;  --spacing-2: .5rem;  --spacing-3: .75rem;  --spacing-4: 1rem;  --spacing-5: 1.25rem;  --spacing-6: 1.5rem;  --spacing-8: 2rem;  --spacing-10: 2.5rem;  --spacing-12: 3rem;  --spacing-16: 4rem;   --radius-sm: 4px; --radius-md: 6px; --radius-lg: 8px; --radius-xl: 12px; --radius-full: 9999px;  --color-bg-default: #fff; --color-bg-surface: #fafafa; --color-bg-muted: #f4f4f5; --color-bg-inverse: #18181b; --color-bg-brand: #2563eb;  --color-bg-info: #dbeafe; --color-bg-success: #d1fae5; --color-bg-warning: #fef3c7; --color-bg-danger: #fee2e2; --color-fg-default: #18181b; --color-fg-muted: #71717a; --color-fg-subtle: #a1a1aa; --color-fg-inverse: #fafafa; --color-fg-on-brand: #fff; --color-fg-brand: #2563eb; --color-fg-info: #1e40af; --color-fg-success: #047857; --color-fg-warning: #b45309; --color-fg-danger: #b91c1c; --color-border-default: #e4e4e7; --color-border-strong: #d4d4d8; --color-border-brand: #2563eb; --color-border-focus: #3b82f6; --color-border-danger: #dc2626;  --color-score-cold: #71717a;  --color-score-warm: #f59e0b;  --color-score-hot: #ea580c;  --color-score-fire: #dc2626;   --z-dropdown: 1000; --z-sticky: 1020; --z-fixed: 1030; --z-modal-backdrop: 1040; --z-modal: 1050; --z-popover: 1060; --z-tooltip: 1070; --z-toast: 1080;}@media (prefers-color-scheme:dark){:root:not(.light){--color-bg-default:#09090b;--color-bg-surface:#18181b;--color-bg-muted:#27272a;--color-bg-inverse:#fafafa;--color-fg-default:#fafafa;--color-fg-muted:#a1a1aa;--color-fg-subtle:#71717a;--color-fg-inverse:#18181b;--color-border-default:#27272a;--color-border-strong:#3f3f46}}.dark{--color-bg-default:#09090b;--color-bg-surface:#18181b;--color-bg-muted:#27272a;--color-bg-inverse:#fafafa;--color-fg-default:#fafafa;--color-fg-muted:#a1a1aa;--color-fg-subtle:#71717a;--color-fg-inverse:#18181b;--color-border-default:#27272a;--color-border-strong:#3f3f46}
*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-sans);color:var(--color-fg-default);background:var(--color-bg-default);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}@media (max-width:640px){table{white-space:nowrap;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}
