@charset "UTF-8";body,#app{background-color:var(--bg-page);font-size:14px;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0;padding:0}*{scrollbar-width:none;-ms-overflow-style:none;-webkit-tap-highlight-color:transparent}*::-webkit-scrollbar{display:none}input::placeholder,textarea::placeholder{color:var(--text-placeholder)}:root{--theme: #4fc3f7;--theme-light: #e1f5fe;--theme-dark: #29b6f6;--bg-page: #f5f5f5;--bg-card: #ffffff;--bg-table-header: #f7f8fa;--bg-alt-row: #fafbfc;--bg-input: #f5f5f5;--bg-hover: #f9f9f9;--bg-active: #f0f0f0;--bg-overlay: rgba(0, 0, 0, .5);--bg-toast: rgba(0, 0, 0, .7);--text-primary: #333333;--text-secondary: #666666;--text-muted: #999999;--text-placeholder: #bbbbbb;--text-white: #ffffff;--accent-red: #e34d59;--accent-blue: #0052d9;--accent-blue-light: #00a3ff;--accent-orange: #fa4126;--accent-green: #4caf50;--accent-warn: #ff9800;--accent-promo-bg: #ffece9;--border-light: #f0f0f0;--border-medium: #eeeeee;--border-heavy: #e9e9e9;--border-component: #d0d0d0;--shadow-color: rgba(0, 0, 0, .06);--shadow-heavy: rgba(0, 0, 0, .08);--gradient-start: #ffffff;--gradient-end: #f5f5f5;--status-orange-bg: #fff3e0;--status-orange-border: #ffcc80;--status-yellow-bg: #fff8e1;--status-red-bg: #fff5f5;--status-red-border: #fecaca;--status-urgent-bg: #fff8f8;--status-green-bg: #e8f5e9;--status-green-border: #a5d6a7;--status-blue-bg: #e3f2fd;--status-blue-border: #90caf9;--status-pink-bg: #fce4ec;--status-pink-border: #ef9a9a;--status-purple-bg: #ede7f6;--status-purple-light-bg: #f3e5f5;--status-brown-bg: #efebe9;--status-gray-bg: #e5e7eb;--status-red-light-bg: #fef0f0;--status-reserve-bg: #fff7ed;--status-reserve-border: #fdba74}html[data-theme=dark]{--theme: #c9a84c;--theme-light: #2a2318;--theme-dark: #d4b85c;--bg-page: #121010;--bg-card: #1c1916;--bg-table-header: #262220;--bg-alt-row: #211e1b;--bg-input: #262220;--bg-hover: #262220;--bg-active: #332e28;--bg-overlay: rgba(0, 0, 0, .7);--bg-toast: rgba(30, 26, 22, .9);--text-primary: #e8e0d4;--text-secondary: #b0a898;--text-muted: #7a7060;--text-placeholder: #5a5248;--text-white: #e8e0d4;--accent-red: #d4645a;--accent-blue: #c9a84c;--accent-blue-light: #d4b85c;--accent-orange: #e8834a;--accent-green: #6ba06f;--accent-warn: #d9a14b;--accent-promo-bg: #3a2a22;--border-light: #2a2520;--border-medium: #332e28;--border-heavy: #3d3730;--border-component: #3d3730;--shadow-color: rgba(0, 0, 0, .35);--shadow-heavy: rgba(0, 0, 0, .5);--gradient-start: #1c1916;--gradient-end: #121010;--status-orange-bg: #2a2218;--status-orange-border: #5a4520;--status-yellow-bg: #2a2518;--status-red-bg: #2a1e1e;--status-red-border: #4a2828;--status-urgent-bg: #2a1e1e;--status-green-bg: #1a2a1e;--status-green-border: #2e5a3a;--status-blue-bg: #1a2230;--status-blue-border: #2a4a6a;--status-pink-bg: #2a1e22;--status-pink-border: #5a2a30;--status-purple-bg: #221e2a;--status-purple-light-bg: #261e2e;--status-brown-bg: #2a2420;--status-gray-bg: #3d3730;--status-red-light-bg: #2a1e1e;--status-reserve-bg: #2a2218;--status-reserve-border: #5a4520}body,#app,.page,.card,.section,.header,input,button,textarea,select{transition:background-color .25s ease,color .25s ease,border-color .25s ease}
