:root{font-family:Inter,system-ui,-apple-system,sans-serif;--color-bg-primary: #f8fafc;--color-bg-surface: #ffffff;--color-bg-muted: #f1f5f9;--color-bg-hover: #e2e8f0;--color-text-primary: #0f172a;--color-text-secondary: #475569;--color-text-muted: #64748b;--color-text-light: #94a3b8;--color-border-default: #cbd5f5;--color-border-light: #e2e8f0;--color-border-muted: #f1f5f9;--color-accent-blue: #2563eb;--color-accent-success: #16a34a;--color-accent-error: #dc2626;--color-accent-info: #2563eb;--color-accent-cyan: #0ea5e9;--color-accent-green: #15803d;--color-shadow: rgba(15, 23, 42, .08);color:var(--color-text-primary);background-color:var(--color-bg-primary);transition:color .2s ease,background-color .2s ease}@media (prefers-color-scheme: dark){:root{--color-bg-primary: #0f172a;--color-bg-surface: #1e293b;--color-bg-muted: #334155;--color-bg-hover: #475569;--color-text-primary: #f1f5f9;--color-text-secondary: #cbd5e1;--color-text-muted: #94a3b8;--color-text-light: #64748b;--color-border-default: #475569;--color-border-light: #334155;--color-border-muted: #1e293b;--color-accent-blue: #3b82f6;--color-accent-success: #22c55e;--color-accent-error: #ef4444;--color-accent-info: #3b82f6;--color-accent-cyan: #06b6d4;--color-accent-green: #16a34a;--color-shadow: rgba(0, 0, 0, .3)}}*{box-sizing:border-box}body{margin:0;transition:color .2s ease,background-color .2s ease}a{color:inherit;transition:color .2s ease,background-color .2s ease}button{border:none;cursor:pointer;transition:background-color .2s ease,color .2s ease}input,select,textarea{font:inherit;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
