/* GREAT Command Editorial UI, approved 20 September 2026. */
body.command-editorial-ui{
  --portal-sidebar-width:224px;
  --command-ink:#20232a;
  --command-muted:#646a73;
  --command-paper:#f3f0e9;
  --command-surface:#fffdfa;
  --command-soft:#ebe5da;
  --command-line:#dcd7cd;
  --command-red:#b32636;
  --command-red-dark:#8f1f2d;
  --command-success:#285f51;
  --command-warning:#84561b;
  --command-radius:12px;
  --command-shadow:0 14px 34px rgba(32,35,42,.07);
  --command-content:1320px;
  color:var(--command-ink);
  background:var(--command-paper);
}
body.command-editorial-ui .main-shell{background:var(--command-paper);padding-top:24px}
body.command-editorial-ui .portal-sidebar{width:var(--portal-sidebar-width);padding:20px 14px;background:#202229;border-right:1px solid rgba(255,255,255,.06)}
body.command-editorial-ui .topbar{left:0;background:#202229;border:0;box-shadow:none}
body.command-editorial-ui .portal-sidebar-nav button{min-height:44px;border-radius:8px;color:#c8cad0}
body.command-editorial-ui .portal-sidebar-nav button:is(.active,.selected){background:#343741;color:#fff;box-shadow:inset 3px 0 0 var(--command-red)}
body.command-editorial-ui .portal-nav-label{color:#8d9099;font-size:10px;letter-spacing:.13em}
body.command-editorial-ui .portal-sidebar-foot{color:#92959e}
body.command-editorial-ui .portal-role-badge{background:#343741;border-color:#4a4d57;color:#f2f2f0}
body.command-editorial-ui .view{width:min(100%,var(--command-content));margin-inline:auto}
body.command-editorial-ui #view-today{width:100%;max-width:none}
body.command-editorial-ui .today-master-head,
body.command-editorial-ui #issueHome,
body.command-editorial-ui #issueHomeHistory,
body.command-editorial-ui #nextAgendaHero,
body.command-editorial-ui .today-daybook,
body.command-editorial-ui #attentionSection,
body.command-editorial-ui #tomorrowPreview,
body.command-editorial-ui #todayScopeTabs,
body.command-editorial-ui #quickAnswerStrip{width:min(100%,var(--command-content));margin-inline:auto}
body.command-editorial-ui .today-master-head{padding:0 0 18px;border-bottom:1px solid var(--command-line);align-items:end}
body.command-editorial-ui #todayTitle{font-family:"Montserrat Variable","Inter Variable",Arial,sans-serif;font-size:clamp(27px,3vw,38px);font-weight:720;letter-spacing:-.035em;color:var(--command-ink)}
body.command-editorial-ui .today-clock{font-size:12px;color:var(--command-muted);font-variant-numeric:tabular-nums}
body.command-editorial-ui .command-page{width:min(100%,var(--command-content));margin-inline:auto}
body.command-editorial-ui .command-page-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin:0 0 20px}
body.command-editorial-ui .command-page-head h1,
body.command-editorial-ui .command-page-head h2{margin:0;font-family:"Montserrat Variable","Inter Variable",Arial,sans-serif;letter-spacing:-.03em}
body.command-editorial-ui .command-page-head p{margin:8px 0 0;color:var(--command-muted);max-width:68ch}
body.command-editorial-ui .command-focus-card{padding:20px;background:var(--command-surface);border:1px solid var(--command-line);border-radius:var(--command-radius);box-shadow:0 8px 24px rgba(32,35,42,.06)}
body.command-editorial-ui .command-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px);gap:24px;align-items:start}
body.command-editorial-ui .command-stage{margin-top:20px;padding-top:18px;border-top:1px solid var(--command-line)}
body.command-editorial-ui .command-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;padding:20px 0;border-bottom:1px solid var(--command-line)}
body.command-editorial-ui .command-row:last-child{border-bottom:0}
body.command-editorial-ui .command-row-copy{min-width:0;overflow-wrap:anywhere}
body.command-editorial-ui .command-row-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}
body.command-editorial-ui .command-meta{color:var(--command-muted);font-size:13px}
body.command-editorial-ui .command-status{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid var(--command-line);border-radius:999px;background:#f0ede7;color:#50545c;font-size:12px;font-weight:700}
body.command-editorial-ui .command-context-rail{padding:18px;border-radius:var(--command-radius);background:var(--command-soft);color:#555a61}
body.command-editorial-ui .command-empty{padding:20px 0;color:var(--command-muted)}
body.command-editorial-ui .command-error{padding:20px;border:1px solid #d4a5aa;border-radius:var(--command-radius);background:#fff7f6;color:#73222d}
body.command-editorial-ui [data-primary-action]{min-height:44px;background:var(--command-red)!important;border-color:var(--command-red)!important;color:#fff!important}
body.command-editorial-ui [data-primary-action]:hover{background:var(--command-red-dark)!important;border-color:var(--command-red-dark)!important}
body.command-editorial-ui :is(.btn,.tab,button,input,select,textarea):focus-visible{outline:3px solid rgba(179,38,54,.38);outline-offset:3px}
body.command-editorial-ui .panel,
body.command-editorial-ui .table-panel,
body.command-editorial-ui .brief-hub{border-color:var(--command-line);border-radius:var(--command-radius);box-shadow:none;background:var(--command-surface)}
body.command-editorial-ui .view>.brief-hub:not(.brief-detail){padding:0;border:0;border-radius:0;background:transparent}
body.command-editorial-ui .view>.brief-detail{padding:24px}
body.command-editorial-ui .brief-heading{align-items:end;margin-bottom:16px;padding:0 0 18px;border-bottom:1px solid var(--command-line)}
body.command-editorial-ui .brief-heading h1{font-size:32px}
body.command-editorial-ui .brief-tabs{margin:0 0 14px;padding:4px;border:1px solid var(--command-line);border-radius:10px;background:rgba(255,253,250,.72)}
body.command-editorial-ui .brief-tabs button{min-width:126px}
body.command-editorial-ui .brief-filters{display:grid;align-items:end;margin:0 0 12px}
body.command-editorial-ui [data-brief-kind="daily"] .brief-filters{grid-template-columns:minmax(260px,1.7fr) minmax(180px,1fr) minmax(180px,1fr) auto}
body.command-editorial-ui [data-brief-kind="weekly"] .brief-filters{grid-template-columns:minmax(220px,1.35fr) minmax(160px,1fr) minmax(170px,1fr) minmax(170px,1fr) auto}
body.command-editorial-ui .brief-filters label{font-size:12px;font-weight:700;color:var(--command-muted)}
body.command-editorial-ui .brief-row{margin:8px 0;padding:16px;border:1px solid var(--command-line);border-radius:10px;background:var(--command-surface)}
body.command-editorial-ui .brief-empty{min-height:0;padding:22px;border:1px dashed var(--command-line);border-radius:10px;background:rgba(255,253,250,.52)}
body.command-editorial-ui .brief-empty h2{margin-bottom:4px;font-size:18px}
body.command-editorial-ui .brief-empty p{margin:0;color:var(--command-muted)}
body.command-editorial-ui .page-head,
body.command-editorial-ui .agenda-page-head{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--command-line)}
body.command-editorial-ui .toolbar,
body.command-editorial-ui .agenda-toolbar,
body.command-editorial-ui .brief-filters{gap:12px;padding:16px;border:1px solid var(--command-line);border-radius:10px;background:#ece8df}
body.command-editorial-ui .tabs,
body.command-editorial-ui .brief-tabs{border-color:var(--command-line)}
body.command-editorial-ui .tab:is(.active,[aria-selected="true"]),
body.command-editorial-ui .brief-tabs [aria-pressed="true"]{color:var(--command-red);border-color:transparent;font-weight:700}
body.command-editorial-ui .brief-tabs button[aria-pressed="true"]{background:#fff;border:1px solid #d8d1c7;box-shadow:inset 0 -3px 0 var(--command-red),0 2px 8px rgba(32,35,42,.05)}
body.command-editorial-ui .brief-tabs button[aria-pressed="false"]{color:#5f646c;background:transparent}
body.command-editorial-ui :is(input,select,textarea){border-color:#c9c5bd;background:#fff;color:var(--command-ink)}
body.command-editorial-ui .today-operational-grid{width:min(100%,var(--command-content));margin:20px auto 0;grid-template-columns:minmax(0,1fr) minmax(210px,280px);gap:20px}
body.command-editorial-ui #nextAgendaHero,
body.command-editorial-ui .today-daybook,
body.command-editorial-ui #attentionSection{border-color:var(--command-line);background:var(--command-surface);box-shadow:none}
body.command-editorial-ui #nextAgendaHero{min-height:0;padding:16px 20px}
body.command-editorial-ui #nextAgendaHero .empty-focus{min-height:88px;padding-block:10px}
body.command-editorial-ui .today-daybook{padding:4px 14px}
body.command-editorial-ui #attentionSection{display:none!important;background:#e9e4da}
body.command-editorial-ui .today-operational-grid{grid-template-columns:1fr}
body.command-editorial-ui #issueHome .command-focus-card{margin-top:12px}
body.command-editorial-ui #issueHome,
body.command-editorial-ui #issueHomeHistory{max-width:var(--command-content)}
body.command-editorial-ui #issueHome .command-focus-card .brief-priority-summary{background:#f7f3eb}
body.command-editorial-ui #issueHome .command-stage+.command-stage{margin-top:8px}
body.command-editorial-ui #quickAnswerStrip{margin-top:18px;border-color:var(--command-line);background:#e9e4da}
body.command-editorial-ui #todayScopeTabs{margin-top:20px}
body.command-editorial-ui #issueHomeHistory{margin-top:18px}
body.command-editorial-ui.command-no-agenda #todayScopeTabs,
body.command-editorial-ui.command-no-agenda #quickAnswerStrip,
body.command-editorial-ui.command-no-agenda .today-daybook{display:none!important}
body.command-editorial-ui.command-no-agenda #nextAgendaHero{padding:18px 0;border:0;border-top:1px solid var(--command-line);border-radius:0;background:transparent}
body.command-editorial-ui.command-no-agenda #nextAgendaHero .section-kicker{margin-bottom:8px}
body.command-editorial-ui.command-no-agenda #nextAgendaHero .empty-focus{min-height:0;padding:0}
body.command-editorial-ui .day-column-hours{min-height:260px}
body.command-editorial-ui .portal-card-grid>.panel:only-child{grid-column:1/-1;max-width:760px}
body.command-editorial-ui .brief-file{overflow-wrap:anywhere;word-break:break-word}
body.command-editorial-ui .drawer{background:var(--command-paper)}
body.command-editorial-ui .drawer-content{background:var(--command-surface)}

/* Product-facing presentation. Keep system detail available only when it helps a decision. */
body.command-editorial-ui #portalUnitContext.hidden{display:none!important}
body.command-editorial-ui .today-master-head #todaySyncStatus:not(.load-warning),
body.command-editorial-ui .today-master-head .today-clock{display:none}
body.command-editorial-ui .today-master-head{display:block;margin-bottom:10px;padding-bottom:16px}
body.command-editorial-ui .today-master-head .eyebrow{margin-bottom:7px;color:var(--command-red);font-size:11px;letter-spacing:.11em}
body.command-editorial-ui .home-unit-label{display:none}
body.command-editorial-ui .home-brief-intro{padding-top:6px}
body.command-editorial-ui .home-brief-intro .command-meta{color:var(--command-red);font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
body.command-editorial-ui .home-brief-intro p:last-child{font-size:15px}
body.command-editorial-ui .home-brief-section>header{align-items:center}
body.command-editorial-ui .home-brief-hint{display:none}
body.command-editorial-ui .home-brief-count{display:grid;place-items:center;min-width:28px;height:28px;padding:0;border:1px solid var(--command-line);background:transparent;font-size:12px}
body.command-editorial-ui .home-brief-copy>p:not(.home-revision-note){color:#666b73}
body.command-editorial-ui #issueHomeHistory{opacity:.94}
body.command-editorial-ui .home-brief-section{padding-block:22px}
body.command-editorial-ui #issueHome .home-brief-section[data-home-group="choose"]{padding:20px;border:1px solid #e0c7c9;border-left:4px solid var(--command-red);border-radius:14px;background:linear-gradient(135deg,#fffdfa,#fff8f7)}
body.command-editorial-ui #issueHome .home-brief-section[data-home-group="selected"]{padding:18px 20px;border:1px solid #d8e5df;border-left:3px solid #5c8879;border-radius:14px;background:#fbfdfc}
body.command-editorial-ui #issueHome .home-brief-section[data-home-group="review"]{padding-top:24px}
body.command-editorial-ui #issueHome .home-brief-section[data-home-group="choose"] .home-brief-count{border-color:#e0c7c9;color:var(--command-red);background:#fff}
body.command-editorial-ui #issueHome .home-brief-section[data-home-group="selected"] .home-brief-count{border-color:#cbded8;color:var(--command-success);background:#fff}
body.command-editorial-ui .home-theme-status li{margin:7px 0;padding:8px 10px;border-radius:8px}
body.command-editorial-ui .home-theme-status li.is-pending{background:#fff0f0}
body.command-editorial-ui .home-theme-status li.is-pending strong{color:#8f1f2d}
body.command-editorial-ui .home-theme-status li.is-selected{background:#f0f6f3}
body.command-editorial-ui .home-theme-status li.is-selected strong{color:#386b5c}
body.command-editorial-ui .home-theme-status li span{font-weight:650}
body.command-editorial-ui .home-theme-status li.is-pending span{color:#a12635}
body.command-editorial-ui .home-theme-status li.is-selected span{color:#497969}
body.command-editorial-ui .home-stored-priorities{margin-top:12px;padding-top:12px;border-top:1px solid #dbe7e1}
body.command-editorial-ui .home-stored-priorities>summary{cursor:pointer;color:#386b5c;font-size:13px;font-weight:700}
body.command-editorial-ui .home-stored-theme{margin-top:14px;padding-top:14px;border-top:1px solid #e2ebe7}
body.command-editorial-ui .home-stored-theme h4{margin:0 0 8px;font-size:14px}
body.command-editorial-ui .home-stored-theme .command-priority-panel{margin:0;background:#f8f6ef}
body.command-editorial-ui .home-brief-row.command-row{margin-top:10px;padding:18px 20px;border:1px solid var(--command-line);border-radius:12px;background:rgba(255,253,250,.7)}
body.command-editorial-ui .home-brief-row.command-focus-card{padding:20px}
body.command-editorial-ui .home-brief-source{color:var(--command-warning)!important}
body.command-editorial-ui .home-brief-links{margin:18px 0 4px}
body.command-editorial-ui #nextAgendaHero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center}
body.command-editorial-ui #nextAgendaHero .section-kicker{display:none}
body.command-editorial-ui.command-no-agenda #nextAgendaHero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:22px 0;border-top:1px solid var(--command-line)}
body.command-editorial-ui.command-no-agenda #nextAgendaHero .empty-focus{display:contents}
body.command-editorial-ui.command-no-agenda #nextAgendaHero .empty-focus strong{font-size:20px;grid-column:1}
body.command-editorial-ui.command-no-agenda #nextAgendaHero .empty-focus p{margin:4px 0 0;grid-column:1;color:var(--command-muted)}
body.command-editorial-ui.command-no-agenda #nextAgendaHero .empty-focus .btn{grid-column:2;grid-row:1 / span 2;align-self:center}

body.command-editorial-ui #view-inbox>.page-head,
body.command-editorial-ui #view-calendar>.page-head,
body.command-editorial-ui #portalWeekly>.page-head{margin-bottom:20px;padding-bottom:20px}
body.command-editorial-ui #view-inbox>.page-head .eyebrow,
body.command-editorial-ui #view-calendar>.page-head .eyebrow,
body.command-editorial-ui #portalWeekly>.page-head .eyebrow{display:none}
body.command-editorial-ui :is(#view-inbox,#view-calendar,#portalWeekly)>.page-head h1{font-size:clamp(30px,3vw,40px)}
body.command-editorial-ui :is(#view-inbox,#view-calendar,#portalWeekly)>.page-head .muted,
body.command-editorial-ui #portalWeekly>.page-head p{max-width:58ch;margin-top:7px;color:var(--command-muted)}

body.command-editorial-ui #view-inbox>.tabs{display:flex;gap:18px;margin:0;padding:0;border:0;border-bottom:1px solid var(--command-line);background:transparent}
body.command-editorial-ui #view-inbox>.tabs .tab{min-height:46px;padding:0 2px;border:0;border-radius:0;background:transparent;color:#666b73}
body.command-editorial-ui #view-inbox>.tabs .tab.active{color:var(--command-ink);box-shadow:inset 0 -2px 0 var(--command-red)}
body.command-editorial-ui #followupQuickFilters{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 10px;padding:0;border:0;background:transparent}
body.command-editorial-ui #followupQuickFilters button{min-height:38px;padding:0 13px;border:1px solid var(--command-line);border-radius:999px;background:rgba(255,255,255,.55);color:#62676f;font-size:12px}
body.command-editorial-ui #followupQuickFilters button.active{border-color:#c7bfc0;background:#fff;color:var(--command-red);box-shadow:0 2px 8px rgba(32,35,42,.05)}
body.command-editorial-ui #workToolbar{grid-template-columns:minmax(0,1fr) minmax(180px,240px);margin:0 0 12px;padding:0;border:0;background:transparent}
body.command-editorial-ui #workContent{border:0;background:transparent}
body.command-editorial-ui .focus-list-head{min-height:46px;padding:0 2px 10px;border:0}
body.command-editorial-ui .focus-list-head strong{font-size:13px;color:var(--command-muted);font-weight:600}
body.command-editorial-ui .company-work-list{gap:10px}
body.command-editorial-ui .company-work-card{padding:18px;border:1px solid var(--command-line);border-radius:12px;background:var(--command-surface);box-shadow:0 5px 18px rgba(32,35,42,.035)}
body.command-editorial-ui .company-work-card:last-child{border-bottom:1px solid var(--command-line)}
body.command-editorial-ui .company-work-open>strong{font-size:17px}
body.command-editorial-ui .company-work-open>p{margin-block:7px;color:#4f555e}
body.command-editorial-ui .company-work-update{min-width:104px}

body.command-editorial-ui .agenda-toolbar{margin-bottom:12px;padding:0;border:0;background:transparent}
body.command-editorial-ui .agenda-toolbar :is(input,.btn,.agenda-view-toggle){background:#fff}
body.command-editorial-ui .week-calendar{border-radius:12px;background:var(--command-surface)}
body.command-editorial-ui .calendar-empty-state{display:grid;justify-items:start;align-content:center;min-height:310px;padding:38px;border-radius:12px;background:linear-gradient(145deg,#fffdfa,#f5f1e9)}
body.command-editorial-ui .calendar-empty-state>span{color:var(--command-red);font-size:11px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}
body.command-editorial-ui .calendar-empty-state h2{margin:9px 0 5px;font-size:25px;letter-spacing:-.02em}
body.command-editorial-ui .calendar-empty-state p{margin:0 0 18px;color:var(--command-muted)}
body.command-editorial-ui .agenda-unscheduled-wrap{margin-top:10px;border-color:var(--command-line);background:rgba(255,255,255,.62)}
body.command-editorial-ui .mobile-calendar-empty{display:none}

body.command-editorial-ui #portalWeekly .portal-card-grid>.panel:only-child{max-width:none;min-height:220px;padding:34px}
body.command-editorial-ui #portalWeekly .weekly-empty{display:grid;justify-items:start;align-content:center;background:linear-gradient(145deg,#fffdfa,#f5f1e9)}
body.command-editorial-ui #portalWeekly .weekly-empty h2{margin:0 0 6px;font-size:24px}
body.command-editorial-ui #portalWeekly .weekly-empty p{margin:0 0 18px;color:var(--command-muted)}

body.command-editorial-ui .brief-heading>div>.brief-muted:first-child{color:var(--command-red);font-size:11px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}
body.command-editorial-ui .brief-heading>div>p:last-child{max-width:58ch;color:var(--command-muted)}
body.command-editorial-ui .brief-actions>.brief-muted{align-self:center;padding:7px 11px;border-radius:999px;background:#e7f0ec;color:var(--command-success);font-size:12px;font-weight:650}
body.command-editorial-ui .brief-tabs{gap:18px;padding:0;border:0;border-bottom:1px solid var(--command-line);border-radius:0;background:transparent}
body.command-editorial-ui .brief-tabs button{min-width:0;padding:13px 2px;border-radius:0}
body.command-editorial-ui .brief-tabs button[aria-pressed="true"]{border:0;background:transparent;box-shadow:inset 0 -2px 0 var(--command-red)}
body.command-editorial-ui .brief-filters{padding:0;border:0;background:transparent}
body.command-editorial-ui .brief-filter-help{display:none}
body.command-editorial-ui .brief-row{padding:17px 18px}
body.command-editorial-ui #briefFilterStatus{margin:6px 2px 10px}
body.command-editorial-ui .daily-theme-group{display:grid;gap:14px}
body.command-editorial-ui .daily-theme-group-pending{margin-top:22px}
body.command-editorial-ui .daily-theme-group-pending>header{display:flex;justify-content:space-between;gap:16px;align-items:end;padding-bottom:12px;border-bottom:1px solid var(--command-line)}
body.command-editorial-ui .daily-theme-group-pending>header p{margin:0 0 5px;color:var(--command-red);font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
body.command-editorial-ui .daily-theme-group-pending>header h2{margin:0;font-size:20px}
body.command-editorial-ui .daily-theme-group-pending>header>span{color:var(--command-muted);font-size:13px;font-weight:650;white-space:nowrap}
body.command-editorial-ui .daily-stored-themes{margin-top:24px;padding-top:16px;border-top:1px solid var(--command-line)}
body.command-editorial-ui .daily-stored-themes>summary{display:flex;justify-content:space-between;gap:12px;cursor:pointer;color:#386b5c;font-size:14px}
body.command-editorial-ui .daily-stored-themes>summary strong{font-weight:700}
body.command-editorial-ui .daily-theme-group-stored{margin-top:16px;padding:16px;border:1px solid #dbe7e1;border-radius:12px;background:#fbfdfc}
body.command-editorial-ui .daily-theme-group-stored .daily-theme{border-color:#dce8e2;background:#fff}
body.command-editorial-ui .daily-theme-group-stored .daily-theme-status{background:#eef6f2;color:#386b5c}
body.command-editorial-ui .daily-theme-jumps a.is-pending{border-color:#e4c7c9;color:#9a2634}
body.command-editorial-ui .daily-theme-jumps a.is-stored{border-color:#d6e4dd;color:#477866}
body.command-editorial-ui .brief-candidate-reference{margin-top:18px;padding-top:14px;border-top:1px solid var(--command-line)}
body.command-editorial-ui .brief-candidate-reference>summary{cursor:pointer;color:var(--command-muted);font-size:14px;font-weight:650}

@media(max-width:1100px){
  body.command-editorial-ui{--portal-sidebar-width:210px}
  body.command-editorial-ui [data-brief-kind] .brief-filters{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.command-editorial-ui .brief-filters .btn{width:100%}
}
@media(max-width:980px){
  body.command-editorial-ui .command-layout,
  body.command-editorial-ui .today-operational-grid{grid-template-columns:1fr}
  body.command-editorial-ui .command-context-rail{order:2}
  body.command-editorial-ui .mobile-calendar-empty{display:grid;justify-items:start;align-content:center;min-height:280px;padding:26px 0}
  body.command-editorial-ui .mobile-calendar-empty>span{color:var(--command-red);font-size:11px;font-weight:750;letter-spacing:.09em;text-transform:uppercase}
  body.command-editorial-ui .mobile-calendar-empty h2{margin:9px 0 5px;font-size:24px;letter-spacing:-.02em}
  body.command-editorial-ui .mobile-calendar-empty p{margin:0 0 18px;color:var(--command-muted)}
}
@media(max-width:800px){
  body.command-editorial-ui .main-shell{padding-top:24px}
  body.command-editorial-ui .portal-sidebar{width:min(86vw,300px)}
}
@media(max-width:700px){
  body.command-editorial-ui .main-shell{padding-inline:16px}
  body.command-editorial-ui .command-page-head{grid-template-columns:1fr;gap:12px;margin-bottom:24px}
  body.command-editorial-ui .command-row{grid-template-columns:1fr;gap:14px}
  body.command-editorial-ui .command-row-actions{justify-self:stretch;justify-content:stretch}
  body.command-editorial-ui .command-row-actions .btn{width:100%}
  body.command-editorial-ui .today-master-head{align-items:start}
  body.command-editorial-ui .today-clock{margin-top:4px}
  body.command-editorial-ui .toolbar,
  body.command-editorial-ui .agenda-toolbar,
  body.command-editorial-ui [data-brief-kind] .brief-filters{grid-template-columns:1fr}
  body.command-editorial-ui .view>.brief-detail{padding:16px}
  body.command-editorial-ui .brief-tabs button{min-width:0;flex:1 1 auto}
  body.command-editorial-ui #view-inbox>.tabs{gap:12px;overflow-x:auto}
  body.command-editorial-ui #view-inbox>.tabs .tab{flex:0 0 auto;white-space:nowrap}
  body.command-editorial-ui #workToolbar{grid-template-columns:1fr}
  body.command-editorial-ui .calendar-empty-state{min-height:230px;padding:24px}
  body.command-editorial-ui .daily-theme-group-pending>header{align-items:start;flex-direction:column;gap:5px}
  body.command-editorial-ui .daily-stored-themes>summary{align-items:start;flex-direction:column}
  body.command-editorial-ui #nextAgendaHero,
  body.command-editorial-ui.command-no-agenda #nextAgendaHero{grid-template-columns:1fr;gap:10px}
  body.command-editorial-ui.command-no-agenda #nextAgendaHero .empty-focus strong,
  body.command-editorial-ui.command-no-agenda #nextAgendaHero .empty-focus p,
  body.command-editorial-ui.command-no-agenda #nextAgendaHero .empty-focus .btn{grid-column:1;grid-row:auto}
  body.command-editorial-ui.command-no-agenda #nextAgendaHero .empty-focus .btn{justify-self:start}
}
@media(prefers-reduced-motion:reduce){
  body.command-editorial-ui *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}
}
