:root[data-theme="light"]{color-scheme:light;--bg:#f5f6fa;--surface:#fff;--ink:#172139;--muted:#59677d;--line:#dce2ec;--accent:#6549de;--accent-dark:#5136c2;--soft:#eef0f7}
:root[data-theme="dark"]{color-scheme:dark;--bg:#10141d;--surface:#1a2130;--ink:#edf1fa;--muted:#abb7cb;--line:#354056;--accent:#b3a0ff;--accent-dark:#9c83f7;--soft:#252e42}
html[data-theme] body{color:var(--ink);background:var(--bg)}
html[data-theme] .container-page{background:var(--bg);color:var(--ink)}
/* Custom properties inherit from the chosen theme on the root. */
html[data-theme] .container-page{--ink:var(--theme-ink);--muted:var(--theme-muted);--line:var(--theme-line);--surface:var(--theme-surface)}
:root[data-theme="light"]{--theme-ink:#172139;--theme-muted:#59677d;--theme-line:#dce2ec;--theme-surface:#fff}
:root[data-theme="dark"]{--theme-ink:#edf1fa;--theme-muted:#abb7cb;--theme-line:#354056;--theme-surface:#1a2130}
html[data-theme] .topbar,html[data-theme] .container-nav,html[data-theme] .metrics,html[data-theme] .card,html[data-theme] .panel,html[data-theme] .selection-tools,html[data-theme] .status-filters a,html[data-theme] .host-cloud span{background:var(--surface);color:var(--ink);border-color:var(--line)}
html[data-theme] .container-page .file-row{background:var(--surface);border-color:var(--line)}
html[data-theme] .container-page a:not(.button):not(.brand){color:var(--accent)}
html[data-theme] .container-nav .brand{color:var(--ink)}
html[data-theme] input:not([type=checkbox]):not([type=hidden]),html[data-theme] textarea,html[data-theme] select{background:var(--surface);color:var(--ink);border-color:var(--line);color-scheme:inherit}
html[data-theme] input::placeholder,html[data-theme] textarea::placeholder{color:var(--muted);opacity:1}
html[data-theme] .button.secondary,html[data-theme] .container-page .button.secondary{background:var(--soft);color:var(--ink);border-color:var(--line)}
html[data-theme] .button.secondary:hover{filter:brightness(.94)}
html[data-theme="dark"] .button:not(.secondary):not(.cnl):not(.dlc){background:#7354de;color:white}
html[data-theme] th,html[data-theme] .bulkbar{background:var(--soft);color:var(--muted)}
html[data-theme] td{border-color:var(--line)}
html[data-theme] .selection-dialog{background:var(--bg);color:var(--ink)}
html[data-theme] .selection-tools button,html[data-theme] .status-filters a{color:var(--ink)}
html[data-theme] .status-filters a[aria-current="page"],html[data-theme] .status-filters a:hover,html[data-theme] .container-overview tr.is-selected,html[data-theme] .selection-tools button:hover{background:var(--soft)}
html[data-theme="dark"] .online{background:#173e30;color:#84e0b0}html[data-theme="dark"] .offline{background:#482630;color:#ffa9b5}html[data-theme="dark"] .partial{background:#45381f;color:#f3ca76}
html[data-theme="dark"] .badge:not(.online):not(.offline):not(.partial){background:#303b50;color:#c3cde0}
html[data-theme="dark"] .status-filters .state-online strong{color:#84e0b0}html[data-theme="dark"] .status-filters .state-offline strong{color:#ffa9b5}html[data-theme="dark"] .status-filters .state-partial strong{color:#f3ca76}
html[data-theme="light"] .container-page .online{background:#e7f6ee;color:#237e52}html[data-theme="light"] .container-page .offline{background:#fceced;color:#b64653}html[data-theme="light"] .container-page .badge:not(.online):not(.offline):not(.partial){background:#edf0f5;color:#536178}
html[data-theme] .container-page .file-icon{background:var(--soft)}
html[data-theme] .container-page .eyebrow{color:var(--accent)}
.theme-toggle{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;gap:8px;border:1px solid var(--line);background:var(--soft);color:var(--ink);border-radius:999px;padding:9px 14px;min-height:40px;font-size:13px;font-weight:600}
.container-nav nav{display:flex;align-items:center;gap:20px}
.brand-mark{display:block;flex-shrink:0;width:40px;height:40px;filter:drop-shadow(0 3px 8px #6549de30)}.brand-word{font-size:24px;font-weight:750;letter-spacing:-1px}.brand-word>span{font-weight:450}.brand-word i{font-style:normal;color:#9479f7}.brand{gap:10px}
.mirror .section-head{justify-content:flex-start;flex-wrap:wrap;gap:10px}.mirror .section-head h2{margin-right:auto}.episode-control{margin:0!important;display:inline-flex;align-items:center;min-width:155px}.episode-control[hidden]{display:none}.episode-control select{width:auto!important;min-width:155px;font-size:14px;font-weight:600;padding:10px 32px 10px 12px!important;cursor:pointer}.episode-summary{margin:0 0 14px;font-size:12px}
@media(max-width:600px){.brand-word{font-size:20px}.brand-mark{width:34px;height:34px}.container-nav{height:auto;min-height:82px;gap:16px;flex-wrap:wrap;padding:18px}.container-nav nav{gap:12px}.theme-toggle{padding:8px 11px}.mirror .section-head h2{flex-basis:100%}.episode-control{flex:1}.episode-control select{width:100%!important}.top-actions{flex-wrap:wrap}}
