:root{--bg-page: #ffffff;--bg-card: #f8f9fa;--bg-btn: #eef6ff;--bg-btn-hover: #cce4ff;--bg-info: #f0f7ff;--border-info: #cce4ff;--text-primary: #2E96FF;--text-body: #333;--text-muted: #666;--border: #ddd;--bg-success: #e8f5e9;--border-success: #a5d6a7;--text-success: #2e7d32;--bg-warning: #fff3e0;--border-warning: #ffb300;--text-warning: #e65100;--bg-error: #ffebee;--border-error: #ef9a9a;--bg-future: #fff8e1;--border-future: #ffe082}[data-theme=dark]{--bg-page: #0f1117;--bg-card: #1a1f2e;--bg-btn: #1a2a3a;--bg-btn-hover: #1f3a54;--bg-info: #0d2137;--border-info: #1e3a5f;--text-primary: #99CCFF;--text-body: #dde2f0;--text-muted: #9aabbf;--border: #2e3a50;--bg-success: #0d2a14;--border-success: #1b5e20;--text-success: #81c784;--bg-warning: #1c1200;--border-warning: #5c4200;--text-warning: #ffb74d;--bg-error: #1a0808;--border-error: #5c1a1a;--bg-future: #1c1200;--border-future: #5c4200}*,*:before,*:after{box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body{margin:0;background:var(--bg-page);color:var(--text-body);transition:background .2s,color .2s}input,select,textarea{font-family:inherit;color:var(--text-body);background:var(--bg-page);border:1px solid var(--border);border-radius:4px;padding:4px 8px}button{font-family:inherit;color:var(--text-primary);background:var(--bg-btn);border:1px solid var(--text-primary);border-radius:4px;cursor:pointer}button:hover:not(:disabled){background:var(--bg-btn-hover)}button:disabled{opacity:.6;cursor:not-allowed}h1,h2,h3,label,a{color:var(--text-primary)}
