@charset "UTF-8";:root{--c-primary-100: #e0ecff;--c-primary-500: #3b82f6;--c-primary-600: #2563eb;--c-primary-700: #1d4ed8;--c-primary-900: #172554;--c-bg: #f1f5f9;--c-bg-alt: #f8fafc;--c-surface: #ffffff;--c-border: #e2e8f0;--c-border-strong: #cbd5e1;--c-text: #0f172a;--c-text-muted: #64748b;--c-success: #16a34a;--c-warning: #d97706;--c-danger: #dc2626;--c-danger-bg: #fee2e2}@media(prefers-color-scheme:dark){:root[data-theme=dark],:root:not([data-theme=light]){--c-primary-100: #1e3a5f;--c-primary-500: #60a5fa;--c-primary-600: #3b82f6;--c-primary-700: #60a5fa;--c-primary-900: #0b1220;--c-bg: #0f172a;--c-bg-alt: #1e293b;--c-surface: #1e293b;--c-border: #334155;--c-border-strong: #475569;--c-text: #e2e8f0;--c-text-muted: #94a3b8;--c-success: #22c55e;--c-warning: #f59e0b;--c-danger: #f87171;--c-danger-bg: #7f1d1d}}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100dvh;background:var(--c-bg);color:var(--c-text);font-family:Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}
