@charset "UTF-8";:root{--bg: #f5f6fa;--surface: #ffffff;--surface-2: #f9fafb;--surface-3: #f3f4f6;--surface-4: #e5e7eb;--surface-5: #d1d5db;--text: #111827;--text-2: #374151;--text-muted: #6b7280;--text-faint: #9ca3af;--border: #e5e7eb;--border-strong: #d1d5db;--border-soft: #f3f4f6;--accent: #6366f1;--accent-strong: #4f46e5;--accent-text: #3730a3;--accent-soft: #eef2ff;--accent-soft-2: #e0e7ff;--accent-border: #c7d2fe;--danger: #dc2626;--danger-strong: #b91c1c;--danger-text: #991b1b;--danger-soft: #fef2f2;--danger-border: #fecaca;--success: #10b981;--success-strong: #059669;--success-text: #065f46;--success-soft: #d1fae5;--success-border: #a7f3d0;--warn: #f59e0b;--warn-text: #92400e;--warn-soft: #fef3c7;--warn-border: #fde68a;--info: #3b82f6;--info-text: #1e40af;--info-soft: #dbeafe;--info-border: #bfdbfe;--orange: #f97316;--orange-strong: #ea580c;--orange-text: #c2410c;--orange-soft: #ffedd5;--violet: #8b5cf6;--pink: #ec4899;--toast-bg: #111827;--glass: rgba(255, 255, 255, .92);--glass-border: rgba(255, 255, 255, .4);color-scheme:light}:root[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--surface-2: #1a2436;--surface-3: #293548;--surface-4: #334155;--surface-5: #475569;--text: #f1f5f9;--text-2: #e2e8f0;--text-muted: #94a3b8;--text-faint: #7c8ba1;--border: #334155;--border-strong: #475569;--border-soft: #273449;--accent: #818cf8;--accent-strong: #a5b4fc;--accent-text: #c7d2fe;--accent-soft: #312e81;--accent-soft-2: #3730a3;--accent-border: #4c4fa8;--danger: #f87171;--danger-strong: #ef4444;--danger-text: #fca5a5;--danger-soft: #45161a;--danger-border: #7f1d1d;--success: #34d399;--success-strong: #10b981;--success-text: #6ee7b7;--success-soft: #0c3a2e;--success-border: #115e46;--warn: #fbbf24;--warn-text: #fcd34d;--warn-soft: #3d2c07;--warn-border: #78350f;--info: #60a5fa;--info-text: #93c5fd;--info-soft: #17304f;--info-border: #1e429f;--orange: #fb923c;--orange-strong: #f97316;--orange-text: #fdba74;--orange-soft: #3f2510;--violet: #a78bfa;--pink: #f472b6;--toast-bg: #334155;--glass: rgba(30, 41, 59, .92);--glass-border: rgba(148, 163, 184, .22);color-scheme:dark}html,body{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--text)}input,select,textarea,button{font-family:inherit}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea{background-color:var(--surface-2);color:var(--text)}:root[data-theme=dark] input::placeholder,:root[data-theme=dark] textarea::placeholder{color:var(--text-faint)}:root[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1) opacity(.7)}
