:root{--bg-page: #f0f2f5;--bg-card: #ffffff;--bg-subtle: #f8f9fa;--bg-hover: #fafafa;--bg-input: #ffffff;--bg-th: #f8f9fa;--bg-inactive: #f9f9f9;--bg-trash: #fff5f5;--text-primary: #1a1a2e;--text-secondary: #333333;--text-muted: #555555;--text-faint: #888888;--text-placeholder: #999999;--border: #d0d0d0;--border-subtle: #e5e7eb;--border-faint: #f0f0f0;--error-bg: #fff0f0;--error-border: #ffcccc;--error-text: #c0392b;--reply-bg: #f0f4ff;--reply-border: #c7d2fe;--reply-accent: #6366f1;--badge-inactive-bg: #f5f5f5;--badge-inactive-color: #999999;--badge-inactive-border:#e0e0e0;--shadow-card: rgba(0, 0, 0, .08);--shadow-modal: rgba(0, 0, 0, .18);--overlay-bg: rgba(0, 0, 0, .5)}[data-theme=dark]{--bg-page: #1e2025;--bg-card: #2a2d35;--bg-subtle: #30333d;--bg-hover: #353840;--bg-input: #30333d;--bg-th: #30333d;--bg-inactive: #282b33;--bg-trash: #2d1a1a;--text-primary: #e8e9eb;--text-secondary: #c8c9cc;--text-muted: #9a9da6;--text-faint: #6b6e78;--text-placeholder: #5a5d68;--border: #474c5a;--border-subtle: #3a3d48;--border-faint: #2e3140;--error-bg: #2d1a1a;--error-border: #5c2626;--error-text: #f87171;--reply-bg: #1e2240;--reply-border: #3b4a9c;--reply-accent: #818cf8;--badge-inactive-bg: #30333d;--badge-inactive-color: #6b6e78;--badge-inactive-border:#3a3d48;--shadow-card: rgba(0, 0, 0, .4);--shadow-modal: rgba(0, 0, 0, .55);--overlay-bg: rgba(0, 0, 0, .75)}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:var(--bg-page);color:var(--text-primary);transition:background-color .2s ease,color .2s ease}input:not([type=color]):not([type=checkbox]):not([type=radio]),select,textarea{background-color:var(--bg-input)!important;color:var(--text-primary)!important}input::placeholder,textarea::placeholder{color:var(--text-placeholder)}[data-theme=dark] ::-webkit-scrollbar{width:7px;height:7px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg-page)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
