*{box-sizing:border-box}:root{--bg-page:#f5f6f8;--bg-surface:#fff;--bg-muted:#f1f3f4;--text-primary:#1a1d22;--text-muted:#5f6368;--border:#e6e8eb;--border-input:#ccd0d5;--accent:#1a73e8}html[data-theme=dark]{--bg-page:#0f172a;--bg-surface:#1e293b;--bg-muted:#334155;--text-primary:#e2e8f0;--text-muted:#94a3b8;--border:#334155;--border-input:#475569;--accent:#60a5fa}html,body{background:var(--bg-page);color:var(--text-primary);margin:0;padding:0;font-family:system-ui,-apple-system,sans-serif}button{font:inherit}input,select,textarea{font:inherit;background:var(--bg-surface);color:var(--text-primary);border-color:var(--border-input)}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{background:var(--bg-muted);color:var(--text-primary)}html[data-theme=dark] table{background:var(--bg-surface)!important}html[data-theme=dark] thead{background:var(--bg-muted)!important;color:var(--text-muted)!important}html[data-theme=dark] tr{border-top-color:var(--border)!important}html[data-theme=dark] a{color:var(--accent)}
