:root{--admin-canvas:#f5f7f3;--admin-canvas-accent:#e4eee5;--admin-surface:#fff;--admin-surface-subtle:#eef4ed;--admin-surface-strong:#e3ece3;--admin-text:#142016;--admin-muted:#4d6154;--admin-border:#c5d2c7;--admin-border-strong:#8ea494;--admin-brand:#176b37;--admin-brand-strong:#10552b;--admin-brand-soft:#dff2e4;--admin-on-brand:#fff;--admin-danger:#a92535;--admin-danger-soft:#fbe5e8;--admin-warning:#7a5310;--admin-warning-soft:#fff0cf;--admin-focus:#0b6b37;--admin-shadow:0 12px 32px #18341f1a;color:var(--admin-text);background:var(--admin-canvas);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{--admin-canvas:#0e1510;--admin-canvas-accent:#142119;--admin-surface:#17221a;--admin-surface-subtle:#1d2c21;--admin-surface-strong:#26382b;--admin-text:#f3f8f4;--admin-muted:#b7c6bb;--admin-border:#405247;--admin-border-strong:#6b8172;--admin-brand:#67c886;--admin-brand-strong:#8adea4;--admin-brand-soft:#173b25;--admin-on-brand:#07120a;--admin-danger:#ff9aa7;--admin-danger-soft:#3d1f25;--admin-warning:#f4c872;--admin-warning-soft:#3b301c;--admin-focus:#9be6b0;--admin-shadow:0 16px 44px #00000047}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;color:var(--admin-text);background:linear-gradient(180deg, var(--admin-canvas-accent) 0, var(--admin-canvas) 24rem);margin:0}button,input,select,textarea{color:inherit;font:inherit;min-height:44px}button{background:var(--admin-brand);color:var(--admin-on-brand);cursor:pointer;border:0;border-radius:12px;padding:.8rem 1rem;font-weight:800}button:disabled{cursor:wait;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--admin-focus);outline-offset:3px}h1,h2,h3,p{margin-top:0}.shell{width:min(100% - 1rem,1120px);margin:0 auto;padding:1rem 0 4rem}.hero{padding:2rem 0 1rem}.hero h1{letter-spacing:-.04em;margin-bottom:.5rem;font-size:clamp(2rem,8vw,3.5rem)}.hero>p:last-child{max-width:44rem;color:var(--admin-muted);line-height:1.6}.eyebrow{color:var(--admin-brand);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.4rem;font-size:.75rem;font-weight:900}.panel{border:1px solid var(--admin-border);background:var(--admin-surface);box-shadow:var(--admin-shadow);border-radius:18px;margin-top:1rem;padding:1rem}.lookup,.action-form{gap:1rem;display:grid}label{color:var(--admin-text);gap:.4rem;font-weight:700;display:grid}input,select,textarea{border:1px solid var(--admin-border-strong);background:var(--admin-surface);border-radius:10px;width:100%;padding:.7rem}textarea{resize:vertical}.notice{border:1px solid var(--admin-border-strong);background:var(--admin-brand-soft);border-radius:12px;margin:1rem 0 0;padding:.9rem 1rem}.section-heading,.attempt__heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.status{color:#caddf4;text-transform:capitalize;border:1px solid #416184;border-radius:999px;max-width:13rem;padding:.25rem .6rem;font-size:.78rem;display:inline-flex}.status--ready{color:#8af0ca;border-color:#2c9c75}.status--failed{color:#ffadb5;border-color:#c85f68}.status--maintenance{color:#ffd58c;border-color:#c6923d}.target-summary,.attempt__details,.metric-grid,.alert-grid{gap:.7rem;margin:1rem 0 0;display:grid}.operations-grid{gap:1rem;margin-top:1.25rem;display:grid}.operations-grid section{background:#0a1626;border-radius:12px;min-width:0;padding:1rem}.alpha-operations{align-items:start}.alpha-operations .panel{margin-top:0}.retention-panel,.admin-operational-stack,.build-list{gap:1rem;display:grid}.build-filters{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:.8rem;display:grid}.build-card,.profile-card{background:#0c182aeb;border:1px solid #263b5a;border-radius:1rem;padding:1rem;box-shadow:0 16px 50px #0003}.build-facts,.profile-facts{grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;margin:1rem 0;display:grid}.build-facts>div,.profile-facts>div{background:#0a1626;border-radius:.75rem;min-width:0;padding:.7rem}.build-facts dt,.profile-facts dt{color:#8fa4bf;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.build-facts dd,.profile-facts dd{overflow-wrap:anywhere;margin:0}.build-facts--detail{grid-template-columns:repeat(4,minmax(0,1fr))}.build-actions{flex-wrap:wrap;gap:.65rem;margin-top:1rem;display:flex}.profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.profile-card--forge{border-color:#55d6a8}.profile-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.digest{overflow-wrap:anywhere;font-size:.78rem}.support-projection{border:2px solid #f2bd64;border-radius:1rem;position:relative;overflow:hidden}.support-banner{z-index:2;color:#17120a;text-align:center;background:#f2bd64;margin:0;padding:.75rem 1rem;font-weight:800;position:sticky;top:0}.support-projection .panel{box-shadow:none;border:0;border-radius:0}.support-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}@media (max-width:960px){.build-filters,.build-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-grid{grid-template-columns:1fr}}@media (max-width:600px){.build-filters,.build-facts,.build-facts--detail,.profile-facts,.support-columns{grid-template-columns:1fr}.build-actions{display:grid}}.compact-list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.compact-list li{justify-content:space-between;gap:1rem;display:flex}.muted{color:#9eb0c7;line-height:1.5}.shell dl div{min-width:0}.shell dt{color:#8fa4bf;letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:800}.shell dd{overflow-wrap:anywhere;margin:.25rem 0 0}.metric-grid dd{color:#f1f7ff;font-size:1.65rem;font-weight:900}.timeline{gap:.75rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.attempt{background:#0a1626;border-left:4px solid #4b78ad;border-radius:12px;padding:1rem}.attempt h3{margin-bottom:0}.mono{font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.8rem}.confirmation{grid-template-columns:auto 1fr;align-items:center;min-height:44px}.confirmation input{width:22px;min-height:22px}.button--danger{color:#27080c;background:#f59ca5}.button--secondary{color:#dbe9fa;background:#10223a;border:1px solid #416184}.button--small{min-height:36px;padding:.45rem .7rem;font-size:.78rem}.users-panel{padding:1rem}.user-search,.inline-operation,.operation-confirmation,.detail-stack{gap:.8rem;display:grid}.user-search{margin-top:1.25rem}.user-workspace{gap:1rem;margin-top:1rem;display:grid}.user-list,.user-detail{background:#091522;border:1px solid #263b5a;border-radius:14px;min-width:0}.user-list{align-self:start;overflow:hidden}.user-list__meta,.pagination{justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem;display:flex}.user-row{color:#e8eef8;text-align:left;background:0 0;border-top:1px solid #263b5a;border-radius:0;gap:.3rem;width:100%;min-height:78px;padding:.8rem;display:grid}.user-row:hover,.user-row--active{background:#132a43}.user-row>span:first-child{gap:.2rem;display:grid}.user-row small{color:#9eb0c7;overflow-wrap:anywhere}.user-row .status{justify-self:start}.user-detail{padding:1rem}.user-detail--empty{place-items:center;min-height:14rem;display:grid}.user-detail__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.user-detail__header h3,.user-detail__header p{margin-bottom:.35rem}.account-record{background:#0b1a2b;border:1px solid #315173;border-radius:12px;overflow:hidden}.account-record__heading{border-bottom:1px solid #263b5a;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.account-record__heading h4,.account-record__heading p,.account-record__security-note{margin:0}.account-record__privacy{color:#9eb0c7;white-space:nowrap;border:1px solid #315173;border-radius:999px;padding:.3rem .55rem;font-size:.72rem}.account-record__grid{padding:1rem}.account-record__grid dd{overflow-wrap:anywhere}.account-record__security-note{color:#b9c9dc;background:#0d2136;border-top:1px solid #263b5a;padding:.85rem 1rem;font-size:.82rem;line-height:1.5}.account-record__access{border:1px solid #263b5a;border-radius:12px;padding:.85rem}.tab-list{gap:.35rem;margin:1rem 0;padding-bottom:.5rem;display:flex;overflow-x:auto}.tab{color:#c5d3e5;background:#0b1a2b;border:1px solid #314c6c;flex:none;min-height:38px;padding:.45rem .7rem;font-size:.82rem}.tab--active{color:#a7f3d0;background:#173b37;border-color:#55d6a8}.detail-grid{gap:.75rem;margin:0;display:grid}.detail-grid>div{background:#0d1d30;border-radius:10px;padding:.8rem}.sensitive-actions{flex-wrap:wrap;gap:.75rem;display:flex}.record-list{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.record-list li{background:#0c1a2b;border:1px solid #243b58;border-radius:10px;gap:.25rem;padding:.75rem;display:grid}.record-list span,.record-list small{color:#9eb0c7;overflow-wrap:anywhere}.record-list .button--small{justify-self:start}.operation-confirmation{border-top:1px solid #263b5a;margin-top:1.25rem;padding-top:1rem}.empty-state{color:#9eb0c7;margin:0;padding:1rem;line-height:1.5}.status--active{color:#8af0ca;border-color:#2c9c75}.status--suspended,.status--deletion_pending,.status--deleted{color:#ffadb5;border-color:#c85f68}.admin-notices{overflow:hidden}.notice-workspace,.notice-editor,.notice-list-pane,.notice-list,.notice-editor-grid,.notice-publish-summary,.notice-actions{gap:.85rem;display:grid}.notice-workspace{margin-top:1rem}.notice-list-pane{background:#0a1526;border:1px solid #2b405d;border-radius:14px;align-content:start;padding:.85rem}.notice-filters{gap:.75rem;display:grid}.notice-list-item{color:#e8eef8;text-align:left;background:#101e33;border:1px solid #2b405d;gap:.35rem;min-width:0;display:grid}.notice-list-item[aria-pressed=true]{background:#16342f;border-color:#55d6a8}.notice-list-item small{color:#b7c6da;font-weight:500}.notice-status{color:#d9e7f8;background:#24364f;border-radius:999px;width:-moz-fit-content;width:fit-content;padding:.2rem .5rem;font-size:.72rem;font-weight:800}.notice-status-active,.notice-status-scheduled{color:#9ff2d1;background:#164a3c}.notice-status-expired,.notice-status-archived,.notice-status-canceled{color:#d8ccd8;background:#3d3542}.notice-pagination,.notice-preview-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.notice-pagination button,.notice-preview-controls button,.notice-actions button:not(:first-child){color:#e8eef8;background:#13243a;border:1px solid #3b516d}.notice-editor{min-width:0}.notice-editor-grid{grid-template-columns:minmax(0,1fr)}.notice-preview{color:#142016;background:#fff;border:1px solid #cbd5e1;border-radius:14px;width:100%;margin-inline:auto;padding:1rem}.notice-preview h3,.notice-preview p{overflow-wrap:anywhere;white-space:pre-wrap}.notice-preview h3{margin:.35rem 0 .5rem;font-size:.9rem}.notice-preview p{font-size:1.06rem;font-weight:800;line-height:1.45}.notice-preview>span,.notice-preview>small{color:#526158;display:block}.notice-preview>span{text-transform:uppercase;margin-bottom:.65rem;font-size:.75rem;font-weight:800}.notice-preview button{color:#fff;background:#168344;margin-bottom:.75rem}.notice-preview-dark{color:#f8faf9;background:#090d0b;border-color:#34433a}.notice-preview-dark>span,.notice-preview-dark>small{color:#b7c6da}.notice-preview-mobile{max-width:360px}.notice-preview-tablet{max-width:620px}.notice-preview-desktop{max-width:900px}.notice-publish-summary{color:#b7c6da;background:#101e33;border-left:4px solid #55d6a8;padding:.85rem}.notice-publish-summary strong{color:#e8eef8}.notice-actions{grid-template-columns:minmax(0,1fr)}.notice-history{background:#0b1728;border:1px solid #2f4666;border-radius:14px;padding:1rem}.notice-history h3,.notice-history p{margin-bottom:.35rem}.notice-revision-list{gap:.65rem;margin:.75rem 0 0;padding:0;list-style:none;display:grid}.notice-revision-list li{background:#102038;border-left:3px solid #416184;gap:.3rem;padding:.65rem .75rem;display:grid}.notice-revision-list li>div{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.notice-revision-list small{overflow-wrap:anywhere;color:#aebed2}.notice-revision-published{color:#8af0ca;border:1px solid #2c9c75;border-radius:999px;padding:.15rem .45rem;font-size:.72rem;font-weight:800}.feature-flags-panel,.feature-flag-editor,.feature-flag-form,.feature-flag-history{min-width:0}.feature-flags-layout,.feature-flag-list,.feature-flag-editor,.feature-flag-form,.feature-flag-rules,.feature-flag-history-list{gap:.85rem;display:grid}.modrinth-controls-panel{gap:1.25rem;display:grid}.modrinth-controls-panel .compact-list li{align-items:center;gap:.75rem}.modrinth-controls-panel .mono{overflow-wrap:anywhere;max-width:100%}.modrinth-controls-panel textarea,.modrinth-controls-panel input,.modrinth-controls-panel select{width:100%}.feature-flags-layout{margin-top:1rem}.feature-flag-list{align-content:start}.feature-flag-card{color:#e8eef8;text-align:left;background:#101e33;border:1px solid #2b405d;justify-content:space-between;align-items:center;gap:.75rem;min-height:70px;display:flex}.feature-flag-card>span:first-child{gap:.2rem;min-width:0;display:grid}.feature-flag-card small{overflow-wrap:anywhere;color:#9eb0c7}.feature-flag-card.is-selected,.feature-flag-card[aria-current=page]{background:#16342f;border-color:#55d6a8}.feature-flag-editor{background:#0a1526;border:1px solid #2b405d;border-radius:14px;padding:1rem}.feature-flag-heading{align-items:flex-start}.feature-flag-heading h3,.feature-flag-heading p{margin-bottom:.35rem}.feature-flag-switches,.feature-flag-schedule{gap:.75rem;display:grid}.feature-flag-switches .confirmation{background:#101e33;border:1px solid #2f4666;border-radius:10px;min-height:52px;padding:.75rem}.feature-flag-switches .feature-flag-kill-switch{color:#ffd0d5;background:#2c1720;border-color:#8f4d56}.feature-flag-rules{border:1px solid #2f4666;border-radius:12px;margin:0;padding:.85rem}.feature-flag-rules legend{padding-inline:.4rem;font-weight:800}.feature-flag-rule{background:#0c1a2b;border:1px solid #243b58;border-radius:10px;gap:.65rem;padding:.75rem;display:grid}.button--quiet{color:#c5d3e5;background:0 0;border:1px solid #3b516d}.feature-flag-history{border-top:1px solid #2f4666;padding-top:1rem}.feature-flag-history-list{margin:0;padding:0;list-style:none}.feature-flag-history-list li{background:#102038;border-left:3px solid #416184;gap:.75rem;padding:.75rem;display:grid}.feature-flag-history-list li>div{gap:.2rem;display:grid}.feature-flag-history-list span,.feature-flag-history-list small{color:#aebed2;overflow-wrap:anywhere}.admin-governance-panel,.admin-subsection{gap:1rem;display:grid}.admin-subsection{background:#0a1526;border:1px solid #2b405d;border-radius:14px;min-width:0;padding:1rem}.admin-subsection h3,.admin-subsection p{margin-block:0}.internal-owner-cost{background:#0d2b24;border:1px solid #2f8b69;border-radius:12px;gap:.3rem;padding:1rem;display:grid}.cost-coverage-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}.cost-coverage-list li,.cost-resource-list li{background:#101e33;border:1px solid #2f4666;border-radius:10px;gap:.3rem;min-width:0;padding:.75rem;display:grid}.cost-coverage-list span,.cost-coverage-list strong,.cost-resource-list span,.cost-resource-list strong{overflow-wrap:anywhere}.inline-fields,.filter-grid{gap:.75rem;display:grid}.filter-grid{align-items:end}.button-row{flex-wrap:wrap;gap:.75rem;display:flex}.governance-card-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.governance-card-list li{background:#101e33;border:1px solid #2f4666;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;display:flex}.governance-card-list li>div{gap:.2rem;min-width:0;display:grid}.governance-card-list span{overflow-wrap:anywhere;color:#aebed2}.table-scroll{border:1px solid #2f4666;border-radius:10px;max-width:100%;overflow-x:auto}.table-scroll table{border-collapse:collapse;width:100%;min-width:42rem}.audit-table-scroll table{min-width:68rem}.table-scroll caption{color:#aebed2;text-align:left;padding:.75rem}.table-scroll th,.table-scroll td{vertical-align:top;text-align:left;border-top:1px solid #2b405d;padding:.75rem}.table-scroll th{color:#dfe9f7}.table-scroll td{color:#b8c8dc;overflow-wrap:anywhere}.table-scroll details{margin-top:.5rem}.table-scroll pre{white-space:pre-wrap;word-break:break-word;max-width:30rem;max-height:14rem;overflow:auto}.form-message--error{color:#ffb8c0}@media (min-width:720px){.shell{padding-top:2rem}.panel{padding:1.5rem}.lookup{grid-template-columns:1fr 1fr;align-items:end}.lookup h2{grid-column:1/-1}.lookup button{grid-column:1/-1;justify-self:start;min-width:14rem}.target-summary,.attempt__details,.metric-grid,.alert-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid,.alert-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.operations-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.action-form{grid-template-columns:minmax(13rem,.7fr) 1.3fr;align-items:start}.action-form>div,.action-form>.confirmation,.action-form>button{grid-column:1/-1}.action-form button{justify-self:start;min-width:14rem}.maintenance-form>button{min-width:14rem}.retention-panel{grid-template-columns:1fr auto;align-items:center}.user-search{grid-template-columns:minmax(16rem,1fr) minmax(12rem,.4fr) auto;align-items:end}.user-workspace{grid-template-columns:minmax(16rem,.75fr) minmax(0,1.5fr)}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-operation{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.inline-operation>button{justify-self:start}.notice-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.notice-field-wide{grid-column:1/-1}.notice-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-flag-switches,.feature-flag-schedule{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-flag-rule{grid-template-columns:minmax(6rem,.45fr) minmax(10rem,.8fr) minmax(8rem,.6fr) minmax(12rem,1fr);align-items:end}.feature-flag-rule>button{grid-column:1/-1;justify-self:start}.feature-flag-history-list li{grid-template-columns:minmax(0,1fr) auto;align-items:center}.inline-fields,.filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-grid button{justify-self:start}}@media (min-width:1040px){.inline-operation{grid-template-columns:repeat(3,minmax(0,1fr))}.notice-workspace{grid-template-columns:minmax(17rem,.7fr) minmax(0,1.5fr);align-items:start}.feature-flags-layout{grid-template-columns:minmax(17rem,.6fr) minmax(0,1.6fr);align-items:start}}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:100;background:var(--admin-brand);color:var(--admin-on-brand);border-radius:10px;padding:.75rem 1rem;font-weight:800;position:fixed;top:.5rem;left:.5rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.admin-app{min-height:100vh}.admin-topbar{z-index:20;border-bottom:1px solid var(--admin-border);background:var(--admin-surface);justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:.65rem max(.75rem,50vw - 720px);display:flex;position:sticky;top:0}.admin-brand,.admin-topbar-actions,.admin-dialog-heading{align-items:center;gap:.75rem;display:flex}.admin-brand{letter-spacing:-.02em;min-width:0;font-size:1.05rem;font-weight:900}.admin-brand strong{color:var(--admin-brand)}.admin-brand-mark{background:var(--admin-brand);width:38px;height:38px;color:var(--admin-on-brand);border-radius:10px;flex:none;place-items:center;display:grid}.admin-access-status{color:var(--admin-muted);font-size:.78rem;font-weight:800}.admin-theme-selector{border:1px solid var(--admin-border);background:var(--admin-surface-subtle);border-radius:12px;gap:.25rem;min-width:0;margin:0;padding:.25rem;display:flex}.admin-theme-option{min-height:44px;color:var(--admin-muted);background:0 0;border:1px solid #0000;padding:.4rem .65rem;font-size:.78rem}.admin-theme-option[aria-pressed=true]{border-color:var(--admin-border-strong);background:var(--admin-surface);color:var(--admin-text);box-shadow:0 2px 8px #1420161a}.admin-menu-button{display:inline-flex}.admin-layout{width:min(100% - 1rem,1440px);margin:0 auto;display:grid}.admin-sidebar{display:none}.admin-navigation{gap:.25rem;display:grid}.admin-navigation a{min-height:44px;color:var(--admin-muted);border-radius:10px;align-items:center;padding:.65rem .75rem;font-size:.88rem;font-weight:750;text-decoration:none;display:flex}.admin-navigation a:hover{background:var(--admin-surface-subtle);color:var(--admin-text)}.admin-navigation a[aria-current=page]{background:var(--admin-brand-soft);color:var(--admin-brand-strong)}.admin-content{outline:none;min-width:0;padding:1rem 0 4rem}.admin-page-heading{padding:1rem 0 .25rem}.admin-page-heading h1{letter-spacing:-.035em;margin-bottom:.35rem;font-size:clamp(1.9rem,5vw,2.8rem)}.admin-page-heading>p:last-child{max-width:48rem;color:var(--admin-muted);line-height:1.55}.admin-dialog-backdrop{z-index:50;background:#040c079e;align-items:end;padding:.5rem;display:grid;position:fixed;inset:0}.admin-navigation-dialog{border:1px solid var(--admin-border);background:var(--admin-surface);max-height:min(90vh,760px);color:var(--admin-text);border-radius:18px 18px 10px 10px;padding:1rem;overflow-y:auto;box-shadow:0 24px 70px #0000005c}.admin-dialog-heading{justify-content:space-between;margin-bottom:1rem}.admin-dialog-heading h2{margin:0;font-size:1.2rem}.admin-settings-panel{gap:1.25rem;display:grid}.admin-settings-panel .admin-theme-selector{width:-moz-fit-content;width:fit-content;max-width:100%}.status,.tab,.button--secondary,.button--quiet,.notice-pagination button,.notice-preview-controls button,.notice-actions button:not(:first-child){border-color:var(--admin-border-strong);background:var(--admin-surface-subtle);color:var(--admin-text)}.status--ready,.status--active,.notice-status-active,.notice-status-scheduled,.tab--active,.feature-flag-card.is-selected,.feature-flag-card[aria-current=page],.notice-list-item[aria-pressed=true]{border-color:var(--admin-brand);background:var(--admin-brand-soft);color:var(--admin-brand-strong)}.status--failed,.status--suspended,.status--deletion_pending,.status--deleted,.form-message--error{border-color:var(--admin-danger);color:var(--admin-danger)}.status--maintenance{border-color:var(--admin-warning);color:var(--admin-warning)}.button--danger{background:var(--admin-danger);color:var(--admin-surface)}.muted,.shell dt,.build-facts dt,.profile-facts dt,.record-list span,.record-list small,.notice-list-item small,.feature-flag-card small,.feature-flag-history-list span,.feature-flag-history-list small,.governance-card-list span,.table-scroll caption,.table-scroll td{color:var(--admin-muted)}.metric-grid dd,.notice-publish-summary strong,.table-scroll th{color:var(--admin-text)}.operations-grid section,.build-facts>div,.profile-facts>div,.attempt,.detail-grid>div,.record-list li,.notice-revision-list li,.feature-flag-rule,.feature-flag-history-list li,.cost-coverage-list li,.cost-resource-list li,.governance-card-list li{border-color:var(--admin-border);background:var(--admin-surface-subtle)}.build-card,.profile-card,.user-list,.user-detail,.notice-list-pane,.notice-history,.feature-flag-editor,.admin-subsection{border-color:var(--admin-border);background:var(--admin-surface);color:var(--admin-text);box-shadow:var(--admin-shadow)}.user-row,.notice-list-item,.feature-flag-card{border-color:var(--admin-border);color:var(--admin-text);background:0 0}.user-row:hover,.user-row--active,.feature-flag-switches .confirmation,.notice-publish-summary{border-color:var(--admin-border);background:var(--admin-brand-soft);color:var(--admin-text)}.feature-flag-switches .feature-flag-kill-switch{border-color:var(--admin-danger);background:var(--admin-danger-soft);color:var(--admin-danger)}.internal-owner-cost{border-color:var(--admin-brand);background:var(--admin-brand-soft)}.table-scroll{border-color:var(--admin-border);scrollbar-color:var(--admin-border-strong) var(--admin-surface-subtle)}.table-scroll th,.table-scroll td{border-color:var(--admin-border)}@media (max-width:640px){.admin-access-status,.admin-theme-selector--compact{display:none}.admin-brand>span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:8.5rem;overflow:hidden}.section-heading,.attempt__heading,.user-detail__header,.governance-card-list li,.compact-list li{flex-direction:column;align-items:stretch}.table-scroll{margin-inline:-.25rem}}@media (min-width:1040px){.admin-menu-button{display:none}.admin-layout{grid-template-columns:15rem minmax(0,1fr);gap:1.5rem}.admin-sidebar{align-self:start;max-height:calc(100vh - 96px);padding:1rem .25rem;display:block;position:sticky;top:80px;overflow-y:auto}.admin-sidebar>p{color:var(--admin-muted);text-transform:uppercase;margin:1rem .75rem;font-size:.75rem;font-weight:800}.admin-content{padding-top:1.5rem}.admin-dialog-backdrop{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}
