:root{--bg-page:#f0f2f5;--bg-card:#fff;--bg-subtle:#f8f9fa;--bg-hover:#fafafa;--bg-input:#fff;--bg-th:#f8f9fa;--bg-inactive:#f9f9f9;--bg-trash:#fff5f5;--bg-weekend:#f4f4f8;--text-primary:#1a1a2e;--text-secondary:#333;--text-muted:#555;--text-faint:#888;--text-placeholder:#999;--border:#d0d0d0;--border-subtle:#e5e7eb;--border-faint:#f0f0f0;--error-bg:#fff0f0;--error-border:#fcc;--error-text:#c0392b;--warning-bg:#fff3cd;--warning-border:#fcd34d;--warning-text:#92400e;--success-bg:#eafaf1;--success-border:#a9dfbf;--success-text:#15803d;--info-bg:#eef2ff;--info-border:#c7d2fe;--info-text:#2c3e8c;--danger-bg:#fff0f0;--danger-border:#fcc;--danger-text:#c0392b;--reply-bg:#f0f4ff;--reply-border:#c7d2fe;--reply-accent:#6366f1;--annotation-bg:#faf5ff;--annotation-border:#7c3aed;--annotation-text:#7c3aed;--badge-inactive-bg:#f5f5f5;--badge-inactive-color:#999;--badge-inactive-border:#e0e0e0;--shadow-card:#00000014;--shadow-modal:#0000002e;--overlay-bg:#00000080;--highlight-bg:#fef08a;--highlight-text:#713f12;--brand:#2c3e8c;--scrollbar-thumb:#1a1a2e4d;--scrollbar-thumb-hover:#1a1a2e80}[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;--bg-weekend:#272a33;--text-primary:#e8e9eb;--text-secondary:#c8c9cc;--text-muted:#b3b6bf;--text-faint:#a4a8b2;--text-placeholder:#9ea3ae;--border:#474c5a;--border-subtle:#3a3d48;--border-faint:#2e3140;--error-bg:#2d1a1a;--error-border:#5c2626;--error-text:#f87171;--warning-bg:#3d2817;--warning-border:#92400e;--warning-text:#fcd34d;--success-bg:#0f2e1f;--success-border:#15803d;--success-text:#86efac;--info-bg:#1e2240;--info-border:#3b4a9c;--info-text:#a5b4fc;--danger-bg:#2d1a1a;--danger-border:#5c2626;--danger-text:#fca5a5;--reply-bg:#1e2240;--reply-border:#3b4a9c;--reply-accent:#818cf8;--annotation-bg:#2a1f3d;--annotation-border:#a78bfa;--annotation-text:#c4b5fd;--badge-inactive-bg:#30333d;--badge-inactive-color:#9ea3ae;--badge-inactive-border:#3a3d48;--shadow-card:#0006;--shadow-modal:#0000008c;--overlay-bg:#000000bf;--highlight-bg:#713f12;--highlight-text:#fef08a;--brand:#5e6fc4;--scrollbar-thumb:#ffffff38;--scrollbar-thumb-hover:#ffffff61}*,:before,:after{box-sizing:border-box}body{background-color:var(--bg-page);color:var(--text-primary);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .2s,color .2s}input:not([type=color]):not([type=checkbox]):not([type=radio]),select,textarea{background-color:var(--bg-input);color:var(--text-primary)}input::placeholder,textarea::placeholder{color:var(--text-placeholder)}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);background-clip:content-box;border:3px solid #0000;border-radius:999px;min-height:32px}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}::-webkit-scrollbar-corner{background:0 0}@supports ((-moz-appearance:none)){*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}}
