:root{color-scheme:light}
.access-tools{display:flex;align-items:center;gap:12px}
button.theme-toggle,.cms button.theme-toggle{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;min-height:44px;padding:10px;border:0;border-radius:7px;background:transparent;color:var(--brand,#0c2663)}
button.theme-toggle:hover{background:#edf2f9}
.theme-toggle svg{width:22px;height:22px;flex-shrink:0}
.theme-sun{display:none}
[data-theme=dark] .theme-moon{display:none}
[data-theme=dark] .theme-sun{display:block}
[data-theme=dark]{color-scheme:dark;--ink:#e6edf7;--brand:#adc8ff;--muted:#a5b2c6;--line:#33435a;--border:#33435a;--accent:#ff8c6c;--surface:#142135;--raised:#1b2b42;--page:#0c1524;--primary:#244b96}
[data-theme=dark] body{background:var(--page);color:var(--ink)}
[data-theme=dark] .cms,[data-theme=dark] .login-page,[data-theme=dark] .panel-page,[data-theme=dark] .error-page{background:var(--page)}
[data-theme=dark] .topbar,[data-theme=dark] .card,[data-theme=dark] .access-panel,[data-theme=dark] .popover-panel,[data-theme=dark] .error-card,[data-theme=dark] dl,[data-theme=dark] .notice,[data-theme=dark] .entry-table td:first-child{background:var(--surface);border-color:var(--line)}
[data-theme=dark] .sidebar,[data-theme=dark] .bottom-nav,[data-theme=dark] .panel-header{background:#071120}
[data-theme=dark] .bottom-nav a{color:#a8b9d2}
[data-theme=dark] .bottom-nav a[aria-current]{color:#fff}
[data-theme=dark] input:not([type=hidden]),[data-theme=dark] .cms input:not([type=checkbox]):not([type=hidden]),[data-theme=dark] .cms select,[data-theme=dark] .cms textarea{background:#101c2e;border-color:#42536e;color:var(--ink)}
[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#94a3b8}
[data-theme=dark] .cms input:not([type=checkbox]):not([type=hidden]):disabled,[data-theme=dark] .cms select:disabled,[data-theme=dark] .cms textarea:disabled{background:#202c40;color:#aebbd0}
[data-theme=dark] input[type=checkbox]{accent-color:#779fea}
[data-theme=dark] button,[data-theme=dark] .action-link{background:var(--primary);border-color:#5279bd;color:#fff}
[data-theme=dark] button:hover,[data-theme=dark] .action-link:hover{background:#315da8;color:#fff}
[data-theme=dark] .cms .secondary{background:var(--raised);color:var(--brand);border-color:var(--line)}
[data-theme=dark] .cms .secondary:hover{background:#263d5c}
[data-theme=dark] .cms .danger-text{color:#ffb5ac;background:#38242d;border-color:#76505a}
[data-theme=dark] button.theme-toggle,[data-theme=dark] .cms button.theme-toggle,[data-theme=dark] .password-toggle{background:transparent;color:var(--brand);border:0}
[data-theme=dark] button.theme-toggle:hover,[data-theme=dark] .password-toggle:hover,[data-theme=dark] .topbar-popover>summary:hover,[data-theme=dark] .topbar-popover[open]>summary,[data-theme=dark] .popover-panel a:hover,[data-theme=dark] .popover-panel a[aria-current]{background:var(--raised)}
[data-theme=dark] .cms th{background:#18273c}
[data-theme=dark] .cms td,[data-theme=dark] .cms th{border-color:var(--line)}
[data-theme=dark] .environment,[data-theme=dark] .badge{background:#253956;color:#d8e7ff}
[data-theme=dark] .integration-note{background:#30291c;color:#f1d7a5}
[data-theme=dark] .alert{background:#382126;color:#ffc0b2}
[data-theme=dark] .success{background:#17362d;color:#b9efd1;border-color:#68bf90}
[data-theme=dark] .save-bar{background:#142135f5;border-color:var(--line)}
[data-theme=dark] .asset-card{background:var(--raised);border-color:var(--line)}
[data-theme=dark] .thumb,[data-theme=dark] .asset-preview{background:#29394e}
[data-theme=dark] .document-icon{background:#443041;color:#ffbecf}
[data-theme=dark] .cms-skip{background:var(--surface);color:var(--brand)}
[data-theme=dark] a{color:var(--brand)}
[data-theme=dark] .cms .action-link{color:#fff}
[data-theme=dark] .pending-badge{color:#1b1720}
@media(max-width:850px){.section-picker{max-width:calc(100% - 145px)}}
