.briefing-section{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start;margin:0 0 112px;padding-top:30px;border-top:1px solid var(--line)}
.briefing-copy h2{max-width:380px;margin:0 0 16px;font-size:34px;line-height:1.05;letter-spacing:-.045em}
.briefing-copy p{max-width:470px;margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.briefing-points{display:grid;gap:20px}
.briefing-points div{display:grid;grid-template-columns:130px 1fr;gap:20px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.briefing-points strong{font-size:12px;color:var(--blue)}
.briefing-points span{font-size:13px;color:var(--muted);line-height:1.5}
.admin-users{margin-bottom:56px}
.admin-users-layout{display:grid;grid-template-columns:minmax(0,1.5fr) 280px;gap:38px}
.admin-user-list{display:grid;border-top:1px solid var(--line)}
.admin-user-row{display:grid;grid-template-columns:120px 1fr 120px 1.1fr 70px 70px;align-items:end;gap:10px;padding:17px 0;border-bottom:1px solid var(--line)}
.admin-user-identity{align-self:center;display:grid;gap:5px}
.admin-user-identity strong{font-size:13px}
.admin-user-identity span,.admin-password span{font-size:10px;color:var(--muted);font-weight:400}
.admin-user-row label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:700}
.admin-user-row .field,.admin-user-row select{padding:9px 10px;font-size:12px}
.active-toggle{display:flex!important;align-items:center;gap:6px;height:38px;white-space:nowrap}
.active-toggle input{accent-color:var(--blue)}
.small-button{height:38px;padding:9px 10px}
.button.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}
.admin-user-create{padding-left:28px;border-left:1px solid var(--line)}
.admin-user-create h3{margin:0 0 8px;font-size:18px}
.admin-user-create p{margin:0 0 20px;font-size:12px}
@media(max-width:900px){.briefing-section{grid-template-columns:1fr;gap:34px;margin-bottom:80px}.admin-users-layout{grid-template-columns:1fr}.admin-user-create{padding:24px 0 0;border-left:0;border-top:1px solid var(--line)}.admin-user-row{grid-template-columns:1fr 1fr 1fr}.admin-user-identity{grid-column:1/-1}.admin-user-row .admin-password{grid-column:1/-1}.admin-user-row .small-button{grid-column:3}}
@media(max-width:560px){.briefing-points div{grid-template-columns:1fr;gap:7px}.admin-user-row{grid-template-columns:1fr 1fr}.admin-user-row .small-button{grid-column:1/-1}.admin-user-row .active-toggle{grid-column:1/-1}}

/* Theme tokens. The default follows the operating system; data-theme is the saved manual choice. */
html[data-theme="dark"]{color-scheme:dark;--ink:#edf3f8;--muted:#a5b2c0;--line:#344453;--paper:#141b23;--surface:#1d2732;--soft-blue:#192e55;--blue:#78a4ff;--blue-dark:#9abaff;--green:#6fdaa8;--red:#ff938b}
html[data-theme="system"]{color-scheme:light dark}
@media(prefers-color-scheme:dark){html:not([data-theme="light"]){color-scheme:dark;--ink:#edf3f8;--muted:#a5b2c0;--line:#344453;--paper:#141b23;--surface:#1d2732;--soft-blue:#192e55;--blue:#78a4ff;--blue-dark:#9abaff;--green:#6fdaa8;--red:#ff938b}}
html[data-theme="light"]{color-scheme:light;--ink:#172331;--muted:#687586;--line:#dbe2e8;--paper:#f5f7f8;--surface:#fff;--soft-blue:#eaf1ff;--blue:#1959d1;--blue-dark:#1243a1;--green:#1d8a61;--red:#ad3b34}
html[data-theme="dark"] body,html[data-theme="system"] body{background:var(--paper);color:var(--ink)}
@media(prefers-color-scheme:dark){html:not([data-theme="light"]) body{background:var(--paper);color:var(--ink)}}
html[data-theme="dark"] .nav-link,html[data-theme="dark"] .panel,html[data-theme="dark"] .recommendation-icon,html[data-theme="dark"] .button.secondary{background:var(--surface);color:var(--ink)}
html[data-theme="dark"] .field,html[data-theme="dark"] .file-field,html[data-theme="dark"] select{background:#18232e;color:var(--ink);border-color:var(--line)}
html[data-theme="dark"] .field::placeholder{color:#8291a0}
html[data-theme="dark"] .platform-link,html[data-theme="dark"] .button.secondary{border-color:var(--line)}
html[data-theme="dark"] .platform-link:hover{background:#203a68;border-color:#5177bd}
@media(prefers-color-scheme:dark){html:not([data-theme="light"]) .nav-link,html:not([data-theme="light"]) .panel,html:not([data-theme="light"]) .recommendation-icon,html:not([data-theme="light"]) .button.secondary{background:var(--surface);color:var(--ink)}html:not([data-theme="light"]) .field,html:not([data-theme="light"]) .file-field,html:not([data-theme="light"]) select{background:#18232e;color:var(--ink);border-color:var(--line)}html:not([data-theme="light"]) .field::placeholder{color:#8291a0}html:not([data-theme="light"]) .platform-link,html:not([data-theme="light"]) .button.secondary{border-color:var(--line)}html:not([data-theme="light"]) .platform-link:hover{background:#203a68;border-color:#5177bd}}
.theme-control{position:fixed;right:24px;bottom:24px;z-index:20;font-size:12px}
.theme-trigger{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);box-shadow:0 10px 28px rgba(15,28,44,.14);font-size:12px}
.theme-swatch{color:var(--blue);font-size:15px;line-height:1}.theme-chevron{color:var(--muted);font-size:14px;line-height:1}.theme-menu{position:absolute;right:0;bottom:calc(100% + 8px);display:none;min-width:130px;padding:6px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 16px 34px rgba(15,28,44,.18)}.theme-control.is-open .theme-menu{display:grid;gap:2px}.theme-menu button{display:flex;width:100%;padding:9px 10px;border:0;border-radius:8px;background:transparent;color:var(--muted);text-align:left;font-size:12px}.theme-menu button:hover,.theme-menu button[aria-checked="true"]{background:var(--soft-blue);color:var(--blue)}
@media(max-width:560px){.theme-control{right:16px;bottom:16px}.theme-trigger{padding:9px 11px}}
