:root{--h-feature-surface: #f8fbfe;--h-feature-border: #b9d7ef;--h-feature-shadow: 0 10px 24px rgba(50, 84, 112, .1);--h-critical-header: #fff6f6;--h-critical-border: #e8aaa9;--h-panel-border: #dfe3e8;--h-row-alt: #fafbfc;--h-green-tint: #f4fbf7;--h-date-bg: #eaf2fb}[data-theme=dark]{--h-feature-surface: #20262d;--h-feature-border: #33576f;--h-feature-shadow: 0 14px 32px rgba(0, 0, 0, .22);--h-critical-header: #2b2224;--h-critical-border: #5a3436;--h-panel-border: #3c3f45;--h-row-alt: #28282c;--h-green-tint: #1d2b24;--h-date-bg: #1e2e3e}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--h-feature-surface: #20262d;--h-feature-border: #33576f;--h-feature-shadow: 0 14px 32px rgba(0, 0, 0, .22);--h-critical-header: #2b2224;--h-critical-border: #5a3436;--h-panel-border: #3c3f45;--h-row-alt: #28282c;--h-green-tint: #1d2b24;--h-date-bg: #1e2e3e}}.h-home{display:grid;gap:12px;min-width:0}.h-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.h-page-title{margin:0;color:var(--text-primary);font-size:18px;font-weight:800;line-height:1.2}.h-date-pill{padding:3px 9px;border:1px solid var(--border);border-radius:999px;background:var(--h-date-bg);color:var(--text-secondary);font-size:11px;font-weight:700;line-height:1.4;white-space:nowrap}.h-loading{padding:48px 24px;color:var(--text-tertiary);font-size:14px;text-align:center}.h-briefing{position:relative;margin:0;overflow:hidden;border:1px solid var(--h-feature-border);border-radius:var(--radius);background:var(--h-feature-surface);box-shadow:var(--h-feature-shadow)}.h-briefing:before{position:absolute;inset:0 auto 0 0;width:4px;background:var(--accent-blue);content:""}.h-briefing.empty{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px 14px 20px}.h-briefing-title{color:var(--accent-blue);font-size:13px;font-weight:800}.h-briefing-sub{margin-top:2px;color:var(--text-secondary);font-size:12px}.h-briefing-bar{min-height:44px;padding:10px 16px 10px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer}.h-briefing-meta{display:flex;align-items:center;gap:8px;color:var(--text-tertiary);font-size:11px;white-space:nowrap}.h-briefing-body{border-top:1px solid var(--border);background:var(--surface);position:relative;max-height:320px;overflow:hidden}.h-briefing-body[data-expanded="1"]{max-height:none}.h-briefing-body[data-expanded="0"]:after{position:absolute;right:0;bottom:0;left:0;height:42px;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--surface));content:"";pointer-events:none}[data-theme=dark] .h-briefing-body[data-expanded="0"]:after{background:linear-gradient(to bottom,rgba(42,42,46,0),var(--surface))}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .h-briefing-body[data-expanded="0"]:after{background:linear-gradient(to bottom,rgba(42,42,46,0),var(--surface))}}.h-briefing-expand{width:100%;min-height:34px;border:0;border-top:1px solid var(--border);background:var(--surface);color:var(--accent-blue);cursor:pointer;font-size:12px;font-weight:800}.h-briefing-expand:hover{background:var(--hover-bg)}.h-briefing-banner{border-top:1px solid var(--border);padding:8px 16px;font-size:12px;display:flex;align-items:center;gap:8px}.h-briefing-banner[data-partial="1"]{background:var(--state-info-bg, #f0f6ff);color:var(--state-info-fg, #1f4d8a)}.h-briefing-text{padding:14px 18px 14px 20px;color:var(--text-primary);font-size:13px;line-height:1.6;white-space:pre-wrap}.h-briefing-compact{padding:14px 18px 16px 20px;display:grid;grid-template-columns:minmax(220px,.85fr) minmax(280px,1.1fr) minmax(220px,.9fr);gap:18px;align-items:start}.h-briefing-overview,.h-briefing-section{min-width:0;padding-left:12px;border-left:2px solid var(--border)}.h-briefing-overview{border-left-color:var(--accent-blue)}.h-briefing-section-attention{border-left-color:var(--accent-red)}.h-briefing-section-win{border-left-color:var(--accent-green)}.h-briefing-kicker,.h-briefing-section-title{color:var(--text-tertiary);font-size:10px;font-weight:800;letter-spacing:.5px;line-height:1.3;text-transform:uppercase}.h-briefing-summary{margin-top:8px;display:grid;gap:5px}.h-briefing-summary-line{color:var(--text-primary);font-size:13px;line-height:1.45;text-wrap:pretty}.h-briefing-section{display:grid;gap:8px}.h-briefing-list{display:grid;gap:7px}.h-briefing-item{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:start}.h-briefing-item-index{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--accent-red-light);color:var(--accent-red);font-size:11px;font-weight:800}.h-briefing-item-win .h-briefing-item-index{background:var(--accent-green-light);color:var(--accent-green)}.h-briefing-item-text{color:var(--text-primary);font-size:12px;line-height:1.45;overflow-wrap:anywhere;text-wrap:pretty}.h-briefing-more{color:var(--text-tertiary);font-size:11px}.h-btn-gen,.h-btn-refresh{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text-secondary);cursor:pointer;font-weight:700}.h-btn-gen{padding:6px 14px;border-color:var(--accent-blue);color:var(--accent-blue);font-size:12px;white-space:nowrap}.h-btn-refresh{padding:2px 8px;font-size:11px}.h-btn-refresh[data-stale="1"]{border-color:var(--state-warning-fg, #8a5a00);background:var(--state-warning-bg, #fff7e6);color:var(--state-warning-fg, #8a5a00)}.h-btn-gen:hover,.h-btn-refresh:hover{background:var(--hover-bg)}.h-operations-heading{margin-top:2px;display:flex;align-items:end;justify-content:space-between;gap:12px}.h-operations-heading span{color:var(--text-tertiary);font-size:10px;font-weight:800;letter-spacing:.6px;line-height:1.3;text-transform:uppercase}.h-operations-heading strong{color:var(--text-secondary);font-size:11px;font-weight:800;line-height:1.3}.h-workgrid{display:grid;grid-template-columns:minmax(420px,1.1fr) minmax(300px,.9fr);gap:14px;align-items:start;margin-bottom:2px}.h-primary-column,.h-secondary-column{min-width:0;display:grid;gap:14px;align-content:start}.h-today-queue{margin-bottom:0;border-left:4px solid var(--accent-red)}.h-home .operator-action-queue,.h-home .operator-exception-strip{border-color:var(--h-panel-border);box-shadow:none}.h-home .h-today-queue{border-color:var(--h-critical-border);box-shadow:var(--shadow-light)}.h-home .operator-surface-header{min-height:42px;padding:10px 13px;background:transparent}.h-home .h-today-queue .operator-surface-header{background:var(--h-critical-header)}.h-home .operator-surface-header h2{font-size:11px;letter-spacing:.5px}.h-home .operator-surface-header span{background:var(--bg)}.h-home .operator-action-row{min-height:58px;padding:10px 13px;grid-template-columns:82px minmax(0,1fr) minmax(92px,auto)}.h-home .operator-action-row:nth-child(2n){background:var(--h-row-alt)}.h-home .operator-action-title,.h-home .operator-strip-copy span{font-weight:800;text-wrap:pretty}.h-home .operator-action-priority{width:82px;background:var(--surface)}.h-home .operator-action-priority.priority-critical{background:var(--accent-red-light)}.h-home .operator-action-priority.priority-high{background:var(--accent-orange-light)}.h-home .operator-action-priority.priority-medium{background:var(--accent-blue-light)}.h-cockpit-side{min-width:0;display:grid;gap:10px}.h-strip-messages{border-left:4px solid var(--accent-blue)}.h-strip-classes{border-left:4px solid var(--accent-green)}.h-strip-feedback{border-left:4px solid var(--accent-purple)}.h-strip-finance{border-left:4px solid var(--accent-orange)}.h-strip-messages .operator-surface-header h2{color:var(--accent-blue)}.h-strip-classes .operator-surface-header h2{color:var(--accent-green)}.h-strip-feedback .operator-surface-header h2{color:var(--accent-purple)}.h-strip-finance .operator-surface-header h2{color:var(--accent-orange)}.h-home .operator-strip-chip{min-height:48px}.h-section{min-width:0;margin-bottom:0}.h-sec-title{margin-bottom:8px;padding-bottom:5px;border-bottom:1px solid var(--border);color:var(--text-tertiary);font-size:10px;font-weight:800;letter-spacing:.6px;line-height:1.3;text-transform:uppercase}.h-reschedules-panel{border-left:4px solid var(--accent-orange)}.h-reschedule-list{display:grid;gap:6px}.h-reschedule-row{min-height:48px;padding:8px 10px;border:1px solid var(--border);border-left-width:4px;border-radius:var(--radius);background:var(--surface);color:inherit;display:grid;gap:5px;text-decoration:none}.h-reschedule-row:hover{background:var(--hover-bg)}.h-reschedule-row.is-stuck{border-left-color:var(--accent-red);background:var(--accent-red-light)}.h-reschedule-row.is-urgent{border-left-color:var(--accent-orange);background:var(--accent-orange-light)}.h-reschedule-row.is-normal{border-left-color:var(--accent-blue)}.h-reschedule-row.is-unscheduled{border-left-color:var(--text-tertiary)}.h-reschedule-main{min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.h-reschedule-class{min-width:0;color:var(--text-primary);font-size:12px;font-weight:800;overflow-wrap:anywhere}.h-reschedule-session{color:var(--text-secondary);font-size:11px;font-weight:700;white-space:nowrap}.h-reschedule-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:var(--text-tertiary);font-size:10px;font-weight:700}.h-reschedule-badge{padding:1px 6px;border-radius:999px;background:var(--bg);color:var(--text-secondary);font-size:9px;font-weight:800;line-height:1.4;text-transform:uppercase}.h-reschedule-badge.is-stuck{background:var(--accent-red);color:var(--bg)}.h-reschedule-badge.is-urgent{background:var(--accent-orange);color:var(--bg)}.h-reschedule-more{padding-top:6px;color:var(--text-tertiary);font-size:11px}.h-class-row{min-height:34px;padding:7px 0;border-bottom:1px solid var(--border-light);display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.h-class-row.today{margin-bottom:6px;padding:8px 10px;border:1px solid var(--border);border-left:4px solid var(--accent-green);border-radius:var(--radius);background:var(--h-green-tint)}.h-class-name{color:var(--text-primary);font-size:13px;font-weight:800;text-decoration:none}.h-class-name:hover{text-decoration:underline}.h-class-meta{color:var(--text-tertiary);font-size:11px}.h-trial-badge{color:var(--accent-green);font-size:10px;font-weight:800}.h-due-row,.h-risk-row{min-height:30px;border-bottom:1px solid var(--border-light);display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:2px 0}.h-due-row:last-child,.h-risk-row:last-child{border-bottom:0}.h-risk-draft-btn{margin-left:auto;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--accent-blue);cursor:pointer}.h-risk-draft-btn:hover:not(:disabled){border-color:var(--accent-blue)}.h-risk-draft-btn:disabled{opacity:.6;cursor:default}.h-risk-degraded{font-size:11px;color:var(--text-tertiary, var(--text-secondary));padding:4px 0 6px}.h-due-dot,.h-risk-dot{flex-shrink:0;border-radius:50%}.h-due-dot{width:6px;height:6px}.h-due-dot.todo{background:var(--accent-blue)}.h-due-dot.lead{background:var(--accent-orange)}.h-due-label{flex:1;min-width:0;color:var(--text-primary);font-size:12px;font-weight:700;overflow-wrap:anywhere;text-decoration:none}.h-due-label:hover{text-decoration:underline}.h-due-date{padding:1px 6px;border-radius:999px;background:var(--bg);color:var(--text-tertiary);font-size:10px;white-space:nowrap}.h-due-more{padding:5px 0;color:var(--text-tertiary);font-size:11px}.h-due-more a{color:var(--text-tertiary)}.h-risk-row{font-size:12px}.h-risk-dot{width:8px;height:8px}.h-risk-dot.red{background:var(--accent-red)}.h-risk-dot.yellow{background:var(--accent-orange)}.h-risk-name{color:var(--text-primary);font-weight:700;text-decoration:none}.h-risk-name:hover{text-decoration:underline}.h-risk-score{padding:1px 6px;border-radius:999px;background:var(--bg);color:var(--text-secondary);font-size:11px;font-weight:800}.h-risk-signal{margin-left:auto;color:var(--text-tertiary);font-size:11px;text-align:right}@media(max-width:1100px){.h-briefing-compact{grid-template-columns:1fr;gap:12px}.h-briefing-overview,.h-briefing-section{padding:0 0 0 12px}}@media(max-width:900px){.h-workgrid{grid-template-columns:1fr}.h-home .operator-action-row{grid-template-columns:78px minmax(0,1fr) minmax(84px,auto)}.h-home .operator-action-priority{width:78px}}@media(max-width:560px){.h-title-row,.h-briefing.empty,.h-briefing-bar{align-items:flex-start;flex-direction:column}.h-briefing-meta{flex-wrap:wrap;white-space:normal}}
