@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800;900&family=Newsreader:ital,opsz,wght@0,6..72,500;0,6..72,700;0,6..72,800;1,6..72,500&family=Public+Sans:wght@400;500;600;700;800&display=swap";:root{--paper: #fbfaf5;--paper-2: #f4efe2;--card: #ffffff;--navy: #111a2d;--navy-2: #22304a;--muted: #6d778a;--line: rgba(17, 26, 45, .12);--line-strong: rgba(17, 26, 45, .2);--gold: #c6a243;--gold-soft: #f5e9bd;--red: #a43b34;--red-soft: #f6e0db;--green: #1f6b50;--green-soft: #dff1e8;--blue-soft: #e8eefc;--shadow: 0 22px 60px rgba(17, 26, 45, .08)}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%;margin:0;background:radial-gradient(circle at top left,rgba(198,162,67,.14),transparent 30rem),linear-gradient(180deg,#fffdf6 0%,var(--paper) 28rem);color:var(--navy);font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}button,select,input{font:inherit}button{cursor:pointer}h1,h2,h3{margin:0;font-family:Newsreader,Georgia,serif;letter-spacing:-.03em;line-height:1.02}p{margin:0}.app-shell{width:min(1440px,calc(100vw - 48px));margin:0 auto;padding:34px 0 48px}.eyebrow{color:var(--red);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.app-header{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;padding-bottom:24px;border-bottom:1px solid var(--line)}.brand-panel h1{margin:12px 0;font-size:clamp(54px,8vw,108px)}.brand-panel p:last-child{max-width:760px;color:var(--navy-2);font-family:Newsreader,Georgia,serif;font-size:clamp(23px,2.5vw,34px);font-style:italic}.controls-panel{display:flex;flex-direction:column;align-items:stretch;gap:14px}.controls-panel label,.game-select,.season-row label{display:grid;gap:6px;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}select{min-height:44px;border:1px solid var(--line-strong);border-radius:12px;background:var(--card);color:var(--navy);padding:0 14px}.controls-panel button,.panel-title button,.pitch-controls button,.text-button{min-height:42px;border:1px solid var(--navy);border-radius:999px;background:var(--navy);color:#fff;padding:0 18px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.text-button{margin-top:14px;background:transparent;color:var(--navy)}.status-pill{justify-self:end;display:inline-flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:var(--card);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.status-pill i{width:9px;height:9px;border-radius:999px;background:var(--gold);box-shadow:0 0 0 4px #c6a24333}.status-pill i.ready{background:var(--green);box-shadow:0 0 0 4px #1f6b502e}.workflow-nav{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.workflow-nav button{min-height:94px;border:1px solid var(--line);border-radius:18px;background:#ffffffb3;color:var(--navy);padding:18px;text-align:left;transition:transform .16s ease,border-color .16s ease,background .16s ease}.workflow-nav button:hover,.workflow-nav button.active{transform:translateY(-2px);border-color:var(--navy);background:var(--card)}.workflow-nav strong{display:block;margin-bottom:8px;font-size:17px}.workflow-nav span{display:block;color:var(--muted);font-size:13px}.season-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:24px 0;padding:14px 18px;border:1px solid var(--line);border-radius:18px;background:#ffffffb8}.season-row>span{font-family:IBM Plex Mono,monospace;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.workflow{display:grid;gap:22px}.page-lead{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px;border:1px solid var(--line);border-radius:26px;background:var(--card);box-shadow:var(--shadow)}.page-lead.compact{align-items:end}.page-lead h2{margin:8px 0 10px;font-size:clamp(36px,4.6vw,68px)}.page-lead p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:17px}.team-logo{display:grid;place-items:center;width:86px;height:86px;border:1px solid var(--line);border-radius:22px;background:var(--paper);overflow:hidden}.team-logo img{width:72%;height:72%;object-fit:contain}.kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.kpi{min-height:154px;padding:20px;border:1px solid var(--line);border-radius:22px;background:var(--card)}.kpi span{display:block;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.kpi strong{display:block;margin:16px 0 10px;color:var(--navy);font-size:34px;font-weight:800;letter-spacing:-.04em}.kpi p{color:var(--muted);font-size:13px}.kpi--gold{background:linear-gradient(140deg,var(--gold-soft),#fff);border-color:#c6a24359}.kpi--bad{background:linear-gradient(140deg,var(--red-soft),#fff);border-color:#a43b3438}.two-column,.roster-actions{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:18px}.panel{border:1px solid var(--line);border-radius:24px;background:var(--card);padding:22px;box-shadow:0 1px #111a2d0a}.panel-title{margin-bottom:18px}.panel-title.horizontal{display:flex;align-items:center;justify-content:space-between;gap:18px}.panel-title h3,.insight-panel h3{margin-top:8px;font-size:32px}.panel-title p:not(.eyebrow),.insight-panel p{margin-top:10px;color:var(--muted)}.matrix-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.matrix-cell{min-height:160px;border:1px solid var(--line);border-radius:18px;background:var(--paper);color:var(--navy);padding:18px;text-align:left}.matrix-cell span{display:block;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.matrix-cell strong{display:block;margin:16px 0 20px;font-family:Newsreader,Georgia,serif;font-size:27px}.matrix-cell em{color:var(--navy-2);font-style:normal;font-weight:700}.matrix-cell.target{background:linear-gradient(145deg,var(--red-soft),#fff);border-color:#a43b3452}.insight-panel{display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(160deg,#fff,var(--paper-2))}.source-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.source-tag{border-radius:999px;padding:7px 10px;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.source-tag--official{background:var(--green-soft);color:var(--green)}.source-tag--model,.source-tag--rule{background:var(--blue-soft);color:var(--navy-2)}.source-tag--unavailable{background:var(--red-soft);color:var(--red)}.calibrated-panel{background:linear-gradient(140deg,rgba(198,162,67,.12),transparent 42%),var(--card)}.calibrated-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.calibrated-metrics .kpi{min-height:128px;box-shadow:none}.calibrated-list{display:grid;gap:10px}.matrix-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 14px}.matrix-filter-row button{border:1px solid var(--line);border-radius:999px;background:#ffffffd1;color:var(--navy);padding:10px 13px;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.matrix-filter-row button.active{border-color:#111a2d59;background:var(--navy);color:#fff}.matrix-filter-row button.target:not(.active){border-color:#a43b3447;background:var(--red-soft);color:var(--red)}.matrix-filter-row span{margin-left:8px;opacity:.72}.calibrated-row{display:grid;grid-template-columns:1.05fr 1.2fr .85fr .75fr 1.1fr;gap:14px;align-items:center;border:1px solid var(--line);border-radius:18px;background:#ffffffc7;color:var(--navy);padding:16px;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.calibrated-row:hover{border-color:#111a2d52;box-shadow:0 12px 32px #111a2d14;transform:translateY(-1px)}.calibrated-row strong,.calibrated-row span{display:block}.calibrated-row strong{color:var(--navy)}.calibrated-row span{margin-top:4px;color:var(--muted);font-size:12px}.driver-list{display:flex;flex-wrap:wrap;gap:7px}.driver-chip{margin-top:0!important;border-radius:999px;background:var(--gold-soft);color:var(--navy-2)!important;padding:6px 9px;font-family:IBM Plex Mono,monospace;font-size:9px!important;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.deployment-summary{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px;align-items:start;margin-top:22px;border-top:1px solid var(--line);padding-top:20px}.decision-filter-summary{margin:6px 0 20px;border-top:0;border-bottom:1px solid var(--line);padding:0 0 20px}.deployment-summary h4{margin:0 0 6px;color:var(--navy);font-size:26px}.deployment-summary p{margin:0;color:var(--muted);line-height:1.48}.deployment-bucket-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.deployment-bucket{width:100%;min-height:144px;border:1px solid var(--line);border-radius:18px;background:#ffffffc7;color:var(--navy);padding:16px;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.deployment-bucket.target{border-color:#a43b3447;background:linear-gradient(140deg,#a43b341f,#fffc)}.deployment-bucket:hover,.deployment-bucket.active{border-color:#111a2d61;box-shadow:0 14px 32px #111a2d1a;transform:translateY(-1px)}.deployment-bucket.active{background:var(--navy)}.deployment-bucket.active strong,.deployment-bucket.active span,.deployment-bucket.active p{color:#fff}.deployment-bucket strong,.deployment-bucket span{display:block}.deployment-bucket strong{color:var(--navy);font-size:30px}.deployment-bucket span{margin-top:6px;color:var(--navy);font-weight:800}.deployment-bucket p{margin-top:8px;font-size:12px}.opportunity-table{display:grid;gap:8px}.table-head,.table-row{display:grid;grid-template-columns:1.2fr 1fr 1.1fr .9fr .7fr;gap:14px;align-items:center}.table-head{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.table-row{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--navy);padding:15px;text-align:left}.table-row strong,.table-row em{display:block}.table-row em{margin-top:4px;color:var(--muted);font-size:12px;font-style:normal}.table-row .runs{color:var(--red);font-size:18px;font-weight:800}.audit-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.replay-panel{padding:0;overflow:hidden}.signal-banner{display:flex;align-items:center;justify-content:flex-start;gap:18px;padding:18px 24px;background:var(--gold-soft);color:var(--navy)}.signal-banner strong{font-family:Newsreader,Georgia,serif;font-size:44px;letter-spacing:.1em}.signal-pull_now{background:var(--red);color:#fff}.signal-prep{background:#f1c779}.signal-watch{background:var(--gold-soft)}.signal-stay{background:var(--blue-soft);color:var(--navy)}.signal-ok{background:#3172551f;color:var(--green)}.signal-distress{background:#6d1f1a;color:#fff}.replay-layout{display:grid;grid-template-columns:250px minmax(360px,1fr) 360px;gap:18px;padding:22px}.situation-card,.model-card,.model-synthesis-card{border:1px solid var(--line);border-radius:20px;background:var(--paper);padding:18px}.model-synthesis-card{display:grid;gap:14px;align-content:start;background:radial-gradient(circle at top right,rgba(198,162,67,.14),transparent 15rem),var(--paper)}.situation-card h3{margin:12px 0 16px;font-size:28px}.situation-list,.metric-list{display:grid;gap:9px;margin-top:18px}.situation-list span,.metric-list span{display:flex;justify-content:space-between;gap:14px;color:var(--muted);font-size:13px}.situation-list strong,.metric-list strong{color:var(--navy)}.signal-leverage{display:inline-flex;align-items:baseline;gap:10px;color:currentColor}.signal-leverage strong{font-size:26px}.event-callout{display:flex;justify-content:space-between;gap:18px;margin:16px 22px 0;border:1px solid var(--line);border-radius:16px;background:var(--paper);padding:13px 16px}.event-callout strong{color:var(--navy)}.event-callout span{color:var(--muted);text-align:right}.event-callout--gold{border-color:#c6a24359;background:var(--gold-soft)}.event-callout--bad{border-color:#a43b3447;background:#a43b3414}.decision-score-row{display:grid;grid-template-columns:116px minmax(0,1fr);gap:14px;align-items:center}.decision-score-row>div:last-child{display:grid;gap:2px}.decision-score-row span,.decision-score-row em{color:var(--muted);font-size:12px;font-style:normal}.decision-score-row>div:last-child>strong{color:var(--red);font-family:"Source Serif 4",serif;font-size:34px;line-height:1}.degradation-ring{--ring: 0%;display:grid;place-items:center;width:106px;height:106px;border-radius:50%;background:radial-gradient(circle,var(--paper) 57%,transparent 58%),conic-gradient(var(--red) var(--ring),rgba(17,26,45,.1) 0)}.degradation-ring strong{color:var(--navy);font-size:24px}.degradation-ring span{margin-top:-28px;color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:8px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.decision-gauge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.decision-gauge-grid .evidence-gauge{padding:10px}.decision-delta{border:1px solid rgba(17,26,45,.1);border-radius:16px;background:#ffffffad;padding:13px}.decision-delta strong{color:var(--navy)}.decision-delta p{margin:6px 0 0;color:var(--muted);font-size:13px}.decision-delta b{color:var(--red)}.bases-outs{display:flex;align-items:center;gap:22px}.outs{display:flex;gap:7px}.outs span{width:18px;height:18px;border:2px solid #cbd3df;border-radius:999px}.outs .filled{border-color:var(--gold);background:var(--gold)}.bases{position:relative;width:54px;height:44px}.bases i{position:absolute;width:17px;height:17px;border:2px solid #cbd3df;background:#fff;transform:rotate(45deg)}.bases .second{top:0;left:18px}.bases .third{top:20px;left:0}.bases .first{top:20px;right:0}.bases .filled{border-color:var(--gold);background:var(--gold)}.strike-zone-card{display:grid;place-items:center;min-height:460px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(90deg,transparent 49.8%,rgba(17,26,45,.07) 50%,transparent 50.2%),linear-gradient(0deg,transparent 49.8%,rgba(17,26,45,.07) 50%,transparent 50.2%),#f8f9fb}.plate-zone{position:relative;width:min(100%,520px);aspect-ratio:1 / 1}.zone-box{position:absolute;left:31%;top:23%;width:38%;height:50%;border:3px solid rgba(17,26,45,.36);border-radius:4px}.pitch-dot{position:absolute;display:grid;place-items:center;width:10px;height:10px;border-radius:999px;background:#c6a24373;color:#fff;font-size:9px;transform:translate(-50%,-50%)}.pitch-dot.selected{width:32px;height:32px;border:4px solid rgba(164,59,52,.18);background:var(--red);font-weight:800}.pitch-controls{display:grid;grid-template-columns:auto 1fr auto auto auto;gap:12px;align-items:center;padding:0 22px 22px}.appearance-switcher{display:flex;gap:10px;overflow-x:auto;padding:0 22px 16px}.appearance-switcher button{border:1px solid var(--line);border-radius:999px;background:var(--paper);color:var(--navy);padding:10px 14px;white-space:nowrap}.appearance-switcher button.active{background:var(--navy);border-color:var(--navy);color:#fff}.appearance-switcher span{display:block;color:inherit;font-size:11px;opacity:.7}.pitch-controls input{width:100%}.pitch-controls button.active{background:var(--navy);color:#fff}.signal-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(8px,1fr));gap:2px;padding:0 22px 10px}.timeline-segment{min-width:0;height:11px;border:0;border-radius:2px;background:#d9dee7;padding:0}.timeline-segment.selected{box-shadow:0 0 0 2px var(--navy)}.timeline-watch{background:#f5ce69}.timeline-prep{background:#ee9a55}.timeline-pull_now{background:#e76f75}.timeline-distress{background:#6d1f1a}.evidence-panel{background:linear-gradient(145deg,rgba(198,162,67,.07),transparent 24rem),var(--card)}.evidence-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:14px}.evidence-grid section{display:grid;gap:12px;align-content:start;border:1px solid var(--line);border-radius:20px;background:#ffffffb8;padding:16px}.evidence-grid h4{margin:0 0 2px;color:var(--red);font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase}.evidence-gauge,.sparkline-card{border:1px solid rgba(17,26,45,.08);border-radius:16px;background:var(--paper);padding:12px}.evidence-gauge-head,.sparkline-card>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:baseline}.evidence-gauge span,.sparkline-card span{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.evidence-gauge strong,.sparkline-card strong{color:var(--navy);font-size:19px;font-weight:800;text-align:right}.evidence-gauge em,.sparkline-card em{display:block;grid-column:1 / -1;margin-top:5px;color:var(--muted);font-size:12px;font-style:normal}.gauge-track{position:relative;height:8px;margin-top:10px;overflow:hidden;border-radius:999px;background:#111a2d14}.gauge-track i{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:var(--navy-2)}.evidence-gauge--good .gauge-track i{background:var(--green)}.evidence-gauge--warn .gauge-track i,.evidence-gauge--gold .gauge-track i{background:var(--gold)}.evidence-gauge--bad .gauge-track i{background:var(--red)}.sparkline-card svg{display:block;width:100%;height:54px;margin-top:10px}.sparkline-baseline{fill:none;stroke:#111a2d1a;stroke-width:2}.sparkline-path{fill:none;stroke:var(--navy-2);stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.component-strip{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:16px}.component-strip span{color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.component-strip em{border-radius:999px;background:var(--gold-soft);color:var(--navy);padding:8px 11px;font-family:IBM Plex Mono,monospace;font-size:10px;font-style:normal;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.recap-briefing{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.recap-briefing div{border:1px solid var(--line);border-radius:18px;background:var(--paper);padding:16px}.rss-panel{background:linear-gradient(145deg,rgba(49,114,85,.08),transparent 24rem),var(--card)}.rss-table{display:grid;gap:10px}.rss-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(230px,1.2fr) minmax(210px,1fr);gap:14px;align-items:start;border:1px solid var(--line);border-radius:16px;background:var(--paper);padding:14px}.rss-row div{display:grid;gap:4px}.rss-row strong{color:var(--navy)}.rss-row span{color:var(--muted);font-size:13px}.rss-component-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px!important;margin-top:8px}.rss-component{display:grid;gap:2px;border:1px solid var(--line);border-radius:10px;background:#ffffff9e;padding:7px}.rss-component em{color:var(--muted);font-size:9px;font-style:normal;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.rss-component b{color:var(--navy);font-size:13px}.recap-briefing strong{display:block;margin-bottom:8px;font-family:Newsreader,Georgia,serif;font-size:23px}.recap-briefing p{color:var(--muted)}.counterfactual-panel h3{margin:8px 0 18px;font-size:34px}.counterfactual-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.counterfactual-grid div{border:1px solid var(--line);border-radius:18px;background:var(--paper);padding:18px}.counterfactual-grid strong{display:block;margin-bottom:8px;font-family:Newsreader,Georgia,serif;font-size:22px}.counterfactual-grid p,.small-muted{color:var(--muted)}.mini-metric-list{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0;padding:0;list-style:none}.mini-metric-list li{border:1px solid var(--line);border-radius:999px;background:#fff;padding:8px 10px;color:var(--muted);font-size:13px}.mini-metric-list b{color:var(--navy)}.briefing-settings-grid{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(320px,1fr) minmax(320px,1fr);gap:18px}.briefing-workflow{gap:22px}.generate-recap-panel{padding:0;overflow:hidden}.generate-recap-header{border-bottom:1px solid var(--line);padding:28px 30px 24px}.generate-recap-header h2{margin:0 0 8px;font-family:Oswald,sans-serif;font-size:24px;text-transform:uppercase}.generate-recap-header p{margin:0;color:var(--muted)}.generate-recap-controls{display:flex;flex-wrap:wrap;align-items:end;gap:14px;padding:26px 30px}.generate-recap-controls label{display:grid;gap:8px;min-width:185px;color:var(--muted);font-size:13px;font-weight:800}.generate-recap-controls input,.generate-recap-controls select,.legacy-settings-form input,.legacy-settings-form select{border:1px solid var(--line-strong);border-radius:10px;background:#fff;padding:13px 15px;color:var(--navy);font:inherit;font-weight:700}.generate-recap-controls button,.legacy-settings-form button{min-height:48px;justify-content:center}.generate-recap-controls .send-button{border-color:#31725559;background:#3172557a;color:#fff}.quick-picks{display:flex;align-items:center;gap:8px;padding-bottom:2px}.quick-picks span{color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.quick-picks button{min-height:40px;border-radius:999px;padding:8px 18px;background:var(--card)}.quick-picks button.active{border-color:var(--blue);background:var(--blue);color:#fff}.briefing-empty-preview{display:grid;min-height:280px;place-items:center;border-style:dashed;text-align:center}.briefing-empty-preview strong{display:block;margin-bottom:12px;color:var(--navy);font-size:26px}.briefing-empty-preview p{max-width:520px;margin:0 auto;color:var(--muted)}.briefing-preview-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow-soft)}.briefing-preview-html-card{background:var(--paper)}.briefing-preview-browser-header{display:flex;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:#fff;padding:14px 18px;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.briefing-preview-browser-header strong{color:var(--navy);letter-spacing:0;text-transform:none}.briefing-html-preview{max-height:980px;overflow:auto;background:#f8f6f0}.briefing-html-preview table{max-width:100%}.briefing-email-header{padding:34px 42px;background:var(--navy);color:#fff}.briefing-email-header h3{margin:10px 0 16px;color:#fff;font-family:Newsreader,Georgia,serif;font-size:clamp(34px,4vw,52px)}.briefing-email-header span{color:#ffffffc2;font-weight:800}.briefing-preview-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding:30px 42px 14px}.briefing-preview-title{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding:28px 42px}.briefing-preview-title h3{margin:0 0 8px;font-family:Newsreader,Georgia,serif;font-size:34px}.briefing-preview-title p{margin:6px 0 0;color:var(--muted);font-weight:800}.briefing-preview-title button{border-color:#2f6fe047;background:var(--blue-soft);color:var(--blue)}.briefing-preview-table{margin:0 42px 26px;border-top:5px solid var(--navy)}.briefing-preview-table-head,.briefing-preview-table-row{display:grid;grid-template-columns:1.1fr 1fr 1.4fr .6fr;gap:18px;align-items:center}.briefing-preview-table-head{padding:14px 18px;background:var(--navy);color:#fff;font-family:Oswald,sans-serif;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.briefing-preview-table-row{border-bottom:1px solid var(--line);padding:14px 18px;color:var(--muted)}.briefing-preview-table-row strong{color:var(--navy)}.mound-signal-preview{margin:0 42px 28px;border:1px solid var(--line-strong);border-radius:14px;background:var(--paper);padding:22px 26px}.mound-signal-preview p:not(.eyebrow){margin:8px 0 0;color:var(--navy);font-size:18px}.briefing-preview-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0 42px 42px}.briefing-preview-sections section{border:1px solid var(--line);border-radius:18px;background:var(--paper);padding:20px}.briefing-preview-sections h4{margin:8px 0 10px;font-family:Newsreader,Georgia,serif;font-size:24px}.briefing-preview-sections p{color:var(--muted)}.delivery-settings-panel{padding:30px}.legacy-settings-form{display:grid;gap:16px;max-width:920px;margin-top:22px}.legacy-settings-row{display:grid;grid-template-columns:190px minmax(280px,1fr);gap:12px 22px;align-items:center}.legacy-settings-row>span{color:var(--muted);font-weight:900}.legacy-settings-row>strong{width:max-content;border-radius:8px;background:#31725521;padding:10px 22px;color:var(--green)}.legacy-settings-row>em{grid-column:2;color:var(--muted);font-size:13px;font-style:normal}.team-add-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.recipient-block-row{align-items:start}.recipient-team-table{display:grid;gap:10px}.recipient-team-row{display:grid;grid-template-columns:80px minmax(0,1fr);gap:16px;align-items:center}.recipient-team-row strong{color:var(--navy);font-size:20px}.settings-status-list,.settings-form{display:grid;gap:14px}.settings-status-list span{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:10px;color:var(--muted)}.settings-status-list strong{color:var(--navy)}.settings-status-message{margin-top:16px;color:var(--muted)}.delivery-toggle-grid{display:grid;gap:10px;margin-top:18px}.delivery-toggle-grid button,.team-add-row button{justify-content:center;border-color:var(--line-strong);background:var(--paper)}.delivery-toggle-grid button.active{border-color:#31725559;background:#3172551f;color:var(--green)}.settings-form label{display:grid;gap:8px;color:var(--navy);font-weight:800}.settings-form input,.settings-form textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:var(--paper);padding:12px 14px;color:var(--navy);font:inherit;font-weight:600}.settings-form textarea{min-height:116px;resize:vertical}.team-add-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end}.settings-form label span,.recipient-preview span{color:var(--muted);font-size:13px;font-weight:500}.recipient-preview{display:flex;flex-wrap:wrap;gap:8px}.recipient-preview em{border-radius:999px;background:var(--blue-soft);padding:7px 10px;color:var(--navy);font-size:12px;font-style:normal;font-weight:800}.toggle{display:flex;gap:8px;padding:6px;border:1px solid var(--line);border-radius:999px;background:var(--card)}.toggle button{border:0;border-radius:999px;background:transparent;color:var(--navy);padding:12px 18px;font-weight:700}.toggle button.active{background:var(--navy);color:#fff}.profile-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.profile-card{display:grid;gap:16px;border:1px solid var(--line);border-radius:24px;background:var(--card);padding:20px}.profile-card h3{margin:8px 0 5px;font-size:31px}.profile-card p{color:var(--muted)}.profile-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profile-stats span{border:1px solid var(--line);border-radius:14px;background:var(--paper);padding:10px;color:var(--muted);font-size:12px}.profile-stats strong{display:block;margin-top:4px;color:var(--navy);font-size:17px}.mini-curve{width:100%;height:72px}.mini-curve path{stroke:#111a2d1f;stroke-width:1}.mini-curve polyline{fill:none;stroke:var(--red);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.recommendation-copy{padding-top:12px;border-top:1px solid var(--line)}.compact-list{display:grid;gap:10px}.compact-row{display:grid;grid-template-columns:1.3fr repeat(4,minmax(80px,1fr));gap:10px;align-items:center;border:1px solid var(--line);border-radius:15px;background:var(--paper);padding:13px}.compact-row span{color:var(--muted);font-size:13px}.action-list{display:grid;gap:14px;padding:0;margin:0;list-style:none}.action-list li{border-left:4px solid var(--gold);padding:8px 0 8px 14px}.action-list strong,.action-list span{display:block}.action-list span{color:var(--muted)}.candidate-list{display:grid;gap:12px}.candidate-card{display:grid;gap:7px;border:1px solid var(--line);border-radius:16px;background:var(--paper);padding:15px}.candidate-card strong{font-size:18px}.candidate-card span,.candidate-card em{color:var(--muted);font-size:13px;font-style:normal}.candidate-card div{display:flex;flex-wrap:wrap;gap:8px}.candidate-card div span{border-radius:999px;background:#fff;padding:5px 9px}.empty-state{border:1px dashed var(--line-strong);border-radius:22px;background:#ffffffa6;padding:30px;text-align:center}.empty-state strong{display:block;margin-bottom:8px;font-family:Newsreader,Georgia,serif;font-size:30px}.empty-state p{color:var(--muted)}.app-footer{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-top:34px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}@media (max-width: 1100px){.app-header,.two-column,.roster-actions,.replay-layout,.deployment-summary,.briefing-settings-grid{grid-template-columns:1fr}.workflow-nav,.kpi-row,.calibrated-metrics,.audit-summary-grid,.deployment-bucket-grid,.counterfactual-grid,.profile-board,.briefing-preview-kpis,.briefing-preview-sections,.calibrated-row{grid-template-columns:repeat(2,minmax(0,1fr))}.controls-panel{align-items:stretch}}@media (max-width: 760px){.app-shell{width:min(100vw - 24px,1440px);padding-top:18px}.workflow-nav,.kpi-row,.calibrated-metrics,.calibrated-row,.audit-summary-grid,.counterfactual-grid,.evidence-grid,.recap-briefing,.profile-board,.matrix-grid,.deployment-bucket-grid,.table-head,.table-row,.compact-row,.pitch-controls,.page-lead,.generate-recap-controls,.briefing-preview-kpis,.briefing-preview-title,.briefing-preview-table-head,.briefing-preview-table-row,.briefing-preview-sections,.legacy-settings-row,.recipient-team-row,.team-add-inline,.team-add-row,.briefing-settings-grid{grid-template-columns:1fr}.generate-recap-controls,.quick-picks{align-items:stretch}.legacy-settings-row>em{grid-column:1}.briefing-email-header,.briefing-preview-title,.briefing-preview-kpis,.briefing-preview-sections{padding-left:22px;padding-right:22px}.briefing-preview-table,.mound-signal-preview{margin-left:22px;margin-right:22px}.table-head{display:none}.brand-panel h1{font-size:52px}.signal-banner,.season-row,.panel-title.horizontal{align-items:flex-start;flex-direction:column}}.command-dashboard{grid-template-columns:minmax(0,1fr);gap:16px}.command-dashboard .command-masthead{min-height:92px;padding:18px 22px;border-radius:0 0 22px 22px;border-top:0;background:linear-gradient(90deg,#fffffff0,#ffffffc7),radial-gradient(circle at 82% 20%,rgba(63,102,242,.1),transparent 17rem);box-shadow:none}.command-dashboard .command-masthead h2{max-width:760px;font-size:clamp(24px,2.3vw,34px);letter-spacing:-.04em}.command-dashboard .command-masthead p:not(.eyebrow){max-width:840px;font-size:14px}.command-dashboard .command-masthead .team-logo{width:58px;height:58px;border-radius:16px}.command-dashboard .command-stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-radius:22px;background:#fffdfa}.command-dashboard .command-stat-strip .kpi{min-height:112px;padding:17px 20px}.command-dashboard .command-stat-strip .kpi span{color:#8090aa;font-size:10px;letter-spacing:.18em}.command-dashboard .command-stat-strip .kpi strong{margin:10px 0 7px;font-family:IBM Plex Mono,monospace;font-size:29px;letter-spacing:-.08em}.command-dashboard .command-stat-strip .kpi p{color:#667085;font-size:12px}.command-dashboard .command-board-panel{padding:0;overflow:hidden;border-radius:24px;background:#fffdfa}.command-dashboard .command-board-panel>.panel-title{margin:0;padding:22px 24px 18px;border-bottom:1px solid rgba(17,26,45,.08);background:linear-gradient(180deg,#fffdfa,#faf8f2)}.command-dashboard .command-board-panel>.panel-title h3{font-size:clamp(24px,2.1vw,32px)}.command-board-layout{display:grid;grid-template-columns:330px minmax(0,1fr);min-height:620px}.command-filter-rail{display:block;margin:0;border:0;border-right:1px solid rgba(17,26,45,.08);padding:22px;background:#f5f2ea}.command-filter-rail>div:first-child{margin-bottom:16px}.command-filter-rail h4{margin-top:6px;font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:800;letter-spacing:-.025em}.command-filter-rail p{color:#667085;font-size:12px}.command-filter-rail .deployment-bucket-grid{display:grid;grid-template-columns:1fr;gap:8px}.command-filter-rail .deployment-bucket{display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-areas:"count title" "count detail";column-gap:12px;align-items:center;min-height:unset;border-radius:14px;background:#fffdfa;padding:13px}.command-filter-rail .deployment-bucket strong{grid-area:count;color:var(--cobalt);font-family:IBM Plex Mono,monospace;font-size:26px;letter-spacing:-.08em}.command-filter-rail .deployment-bucket span{grid-area:title;margin:0;color:#111827;font-size:13px}.command-filter-rail .deployment-bucket p{grid-area:detail;margin:3px 0 0;color:#7b8494;font-size:11px}.command-filter-rail .deployment-bucket.active{border-color:var(--slate-950);background:var(--slate-950)}.command-filter-rail .deployment-bucket.active strong{color:#fff}.command-filter-rail .deployment-bucket.active span,.command-filter-rail .deployment-bucket.active p{color:#ffffffd6}.command-review-module{display:grid;grid-template-rows:auto minmax(0,1fr);min-width:0;padding:22px}.command-dashboard .command-evidence-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:hidden;margin:0 0 14px;border:1px solid rgba(17,26,45,.08);border-radius:18px;background:#fff}.command-dashboard .command-evidence-strip .kpi{min-height:100px;border:0;border-right:1px solid rgba(17,26,45,.08);border-radius:0;background:#fff;padding:15px 17px}.command-dashboard .command-evidence-strip .kpi strong{margin:8px 0 5px;font-family:IBM Plex Mono,monospace;font-size:26px}.command-review-list{gap:8px}.command-dashboard .command-review-list .calibrated-row{grid-template-columns:1.02fr 1.22fr .94fr .84fr 1.05fr;min-height:86px;border-radius:17px;background:#fff;box-shadow:0 1px #111a2d08}.command-dashboard .command-review-list .calibrated-row:hover{border-color:#3f66f25c;box-shadow:0 10px 26px #11172214}.command-dashboard .command-review-list .calibrated-row strong{font-size:14px;letter-spacing:-.02em}.command-dashboard .command-review-list .calibrated-row span{color:#737d8f;font-size:11px;line-height:1.35}.command-dashboard .command-review-list .driver-list{justify-content:flex-end}.command-dashboard .command-review-list .driver-chip{background:#e7edff;color:#3154c8!important}@media (max-width: 1180px){.command-board-layout{grid-template-columns:1fr}.command-filter-rail{border-right:0;border-bottom:1px solid rgba(17,26,45,.08)}.command-filter-rail .deployment-bucket-grid,.command-dashboard .command-review-list .calibrated-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.command-dashboard .command-stat-strip,.command-dashboard .command-evidence-strip,.command-filter-rail .deployment-bucket-grid,.command-dashboard .command-review-list .calibrated-row{grid-template-columns:1fr}}:root{--slate-950: #111722;--slate-900: #151d2b;--slate-800: #202a3b;--slate-700: #334056;--cobalt: #3f66f2;--cobalt-soft: #e8edff;--surface: #f6f4ee;--surface-card: #fffdf8;--surface-panel: #ffffff;--ink: #111827;--ink-muted: #667085}body{background:linear-gradient(90deg,var(--slate-950) 0 280px,transparent 280px),radial-gradient(circle at 80% 4%,rgba(63,102,242,.08),transparent 28rem),var(--surface);color:var(--ink)}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);width:100%;min-height:100vh;margin:0;padding:0}.app-main{min-width:0;width:100%;max-width:1540px;margin:0 auto;padding:22px 34px 42px}.app-sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;border-right:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 70% 0%,rgba(63,102,242,.16),transparent 18rem),linear-gradient(180deg,var(--slate-900),var(--slate-950));color:#fff;padding:26px 22px}.sidebar-brand{display:flex;align-items:center;min-height:86px;margin-bottom:18px}.sidebar-brand img{width:184px;height:auto;display:block}.sidebar-club-picker{display:grid;gap:9px;margin-bottom:26px;color:#ffffff8c;font-family:IBM Plex Mono,monospace;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.sidebar-club-picker select{min-height:50px;border-color:#ffffff21;background:#ffffff12;color:#fff;box-shadow:inset 0 1px #ffffff0f}.sidebar-club-picker option{color:var(--ink)}.app-sidebar .workflow-nav{display:grid;grid-template-columns:1fr;gap:8px}.app-sidebar .workflow-nav button{min-height:unset;border:1px solid transparent;border-radius:14px;background:transparent;color:#ffffffb8;padding:13px 14px;transform:none}.app-sidebar .workflow-nav button:hover,.app-sidebar .workflow-nav button.active{transform:none;border-color:#ffffff1c;background:#ffffff14;color:#fff}.app-sidebar .workflow-nav button.active{box-shadow:inset 3px 0 0 var(--cobalt)}.app-sidebar .workflow-nav strong{margin:0;font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.01em}.app-sidebar .workflow-nav span{margin-top:4px;color:#ffffff75;font-size:11px;line-height:1.35}.sidebar-footer{display:grid;gap:12px;margin-top:auto;padding-top:22px;border-top:1px solid rgba(255,255,255,.1)}.sidebar-footer .status-pill{justify-self:stretch;justify-content:center;border-color:#ffffff1f;background:#ffffff12;color:#ffffffd1}.sidebar-footer button{min-height:42px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:var(--cobalt);color:#fff;padding:0 18px;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.season-row{position:sticky;top:0;z-index:10;margin:-22px -34px 24px;padding:18px 34px;border:0;border-bottom:1px solid rgba(17,26,45,.1);border-radius:0;background:#f6f4eeeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar-copy{display:grid;gap:3px}.topbar-copy span,.topbar-copy em{color:#8b95a7;font-family:IBM Plex Mono,monospace;font-size:10px;font-style:normal;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.topbar-copy strong{color:var(--ink);font-size:21px;letter-spacing:-.02em}.topbar-copy em{color:var(--ink-muted);font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;letter-spacing:0;text-transform:none}.season-row label{min-width:132px}.season-row select{border-radius:12px;background:var(--surface-panel)}.command-dashboard{gap:18px}.command-dashboard .page-lead{grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:22px 24px;border-color:#111a2d1a;border-radius:24px;background:linear-gradient(135deg,rgba(63,102,242,.08),transparent 34%),var(--surface-panel);box-shadow:0 16px 48px #1117220f}.command-dashboard .page-lead h2{margin:6px 0 8px;font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(28px,2.7vw,42px);font-weight:800;letter-spacing:-.055em}.command-dashboard .page-lead p:not(.eyebrow){max-width:840px;font-size:15px;line-height:1.55}.command-dashboard .team-logo{width:72px;height:72px;border-radius:18px;background:var(--surface-card)}.command-dashboard .kpi-row{gap:0;overflow:hidden;border:1px solid rgba(17,26,45,.11);border-radius:22px;background:var(--surface-panel);box-shadow:0 1px #111a2d0a}.command-dashboard .kpi-row .kpi{min-height:126px;border:0;border-right:1px solid rgba(17,26,45,.09);border-radius:0;background:var(--surface-panel);padding:18px 20px}.command-dashboard .kpi-row .kpi:last-child{border-right:0}.command-dashboard .kpi-row .kpi--gold{background:linear-gradient(145deg,#c6a24329,#ffffffb8)}.command-dashboard .kpi-row .kpi--bad{background:linear-gradient(145deg,#a43b3414,#ffffffb8)}.command-dashboard .kpi strong{margin:12px 0 8px;font-size:32px}.command-dashboard .kpi p{max-width:320px;font-size:12px;line-height:1.5}.command-dashboard .panel{border-color:#111a2d1a;border-radius:24px;background:var(--surface-panel);box-shadow:0 18px 52px #1117220f}.command-dashboard .calibrated-panel{background:radial-gradient(circle at 0 0,rgba(198,162,67,.12),transparent 24rem),var(--surface-panel)}.command-dashboard .panel-title.horizontal{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;margin-bottom:18px}.command-dashboard .panel-title h3{margin-top:5px;font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(26px,2.6vw,38px);font-weight:800;letter-spacing:-.05em}.command-dashboard .deployment-summary{grid-template-columns:minmax(260px,.46fr) minmax(0,1fr);gap:16px}.command-dashboard .deployment-summary h4{font-size:20px}.command-dashboard .deployment-bucket-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.command-dashboard .deployment-bucket{min-height:124px;border-radius:16px;padding:14px;background:var(--surface-card)}.command-dashboard .deployment-bucket strong{font-size:26px}.command-dashboard .deployment-bucket span{font-size:13px}.command-dashboard .deployment-bucket p{font-size:11px;line-height:1.4}.command-dashboard .calibrated-metrics .kpi{min-height:118px;border-radius:18px;background:var(--surface-card)}.command-dashboard .calibrated-row{border-color:#111a2d17;border-radius:16px;background:var(--surface-card);padding:15px 16px}.command-dashboard .calibrated-row strong{font-size:15px}.command-dashboard .driver-chip{background:#edf2ff;color:var(--slate-800)!important}@media (max-width: 1180px){body{background:var(--surface)}.app-shell{grid-template-columns:1fr}.app-sidebar{position:relative;height:auto;padding:18px 22px}.sidebar-brand{min-height:unset}.app-sidebar .workflow-nav{grid-template-columns:repeat(5,minmax(0,1fr));overflow-x:auto}.app-sidebar .workflow-nav button{min-width:170px}.sidebar-footer{grid-template-columns:minmax(0,1fr) auto}.command-dashboard .deployment-summary,.command-dashboard .deployment-bucket-grid{grid-template-columns:1fr}}@media (max-width: 760px){.app-main{padding:16px 14px 32px}.season-row{position:relative;margin:-16px -14px 18px;padding:16px 14px}.app-sidebar .workflow-nav,.command-dashboard .kpi-row,.command-dashboard .calibrated-metrics{grid-template-columns:1fr}.command-dashboard .kpi-row .kpi{border-right:0;border-bottom:1px solid rgba(17,26,45,.09)}.command-dashboard .kpi-row .kpi:last-child{border-bottom:0}}.app-main,.command-dashboard,.app-sidebar{font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif}.season-row{min-height:78px;background:linear-gradient(180deg,#faf8f2f5,#f6f4eee6)}.topbar-copy span{color:#8795ad;font-size:11px;letter-spacing:.18em}.topbar-copy strong{font-size:22px;font-weight:800;letter-spacing:-.04em}.topbar-copy em{max-width:680px;color:#5f6b7d;font-size:13px}.command-dashboard{gap:14px}.command-dashboard .command-masthead{min-height:124px;padding:22px 24px;border:1px solid #dad7ce;border-radius:22px;background:linear-gradient(90deg,#fffdf8fa,#fffdf8c2),radial-gradient(circle at 92% 20%,rgba(63,102,242,.12),transparent 18rem);box-shadow:0 14px 34px #1117220b}.command-dashboard .command-masthead h2{max-width:760px;margin:6px 0;color:#111722;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(30px,3vw,46px);font-weight:850;letter-spacing:-.075em;line-height:.98}.command-dashboard .command-masthead p:not(.eyebrow){max-width:860px;color:#647086;font-size:15px;line-height:1.55}.command-dashboard .command-masthead .team-logo{width:64px;height:64px;border:1px solid #dcd8ce;border-radius:16px;background:#fffdf8;box-shadow:inset 0 1px #fffc}.command-dashboard .eyebrow,.command-dashboard .kpi span,.command-dashboard .deployment-bucket span,.command-dashboard .driver-chip{font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.command-dashboard .command-stat-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid #d8d4ca;border-radius:22px;background:#fffdf8;box-shadow:0 1px #1117220a}.command-dashboard .command-stat-strip .kpi{min-height:104px;border:0;border-right:1px solid #e1ded5;border-radius:0;background:transparent;padding:16px 18px}.command-dashboard .command-stat-strip .kpi:last-child{border-right:0}.command-dashboard .command-stat-strip .kpi--gold,.command-dashboard .command-stat-strip .kpi--bad{background:transparent}.command-dashboard .command-stat-strip .kpi span{color:#7e8ba1;font-size:10px;letter-spacing:.18em}.command-dashboard .command-stat-strip .kpi strong{margin:8px 0 5px;color:#101726;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:30px;font-weight:700;letter-spacing:-.08em;line-height:1}.command-dashboard .command-stat-strip .kpi p{max-width:300px;color:#667085;font-size:12px;line-height:1.35}.command-dashboard .command-board-panel{overflow:hidden;border:1px solid #d8d4ca;border-radius:22px;background:#fffdf8;box-shadow:0 16px 38px #1117220e}.command-dashboard .command-board-panel>.panel-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;margin:0;padding:22px 24px;border-bottom:1px solid #e6e2d8;background:#fffdf8}.command-dashboard .command-board-panel>.panel-title h3{margin:5px 0 6px;color:#111722;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(25px,2.4vw,36px);font-weight:850;letter-spacing:-.07em;line-height:1}.command-dashboard .command-board-panel>.panel-title p:not(.eyebrow){max-width:1040px;color:#667085;font-size:14px;line-height:1.45}.command-board-layout{display:grid;grid-template-columns:minmax(0,1fr);min-height:unset}.command-filter-rail{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px;margin:0;padding:18px 24px;border:0;border-bottom:1px solid #e6e2d8;background:#f4f1e9}.command-filter-rail>div:first-child{margin:0}.command-filter-rail h4{margin:5px 0 8px;color:#121a29;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:820;letter-spacing:-.04em;line-height:1.15}.command-filter-rail p{color:#6f7b8e;font-size:12px;line-height:1.35}.command-filter-rail .deployment-bucket-grid{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr));gap:8px}.command-filter-rail .deployment-bucket{display:grid;grid-template-columns:1fr;min-height:116px;border:1px solid #ddd8cd;border-radius:16px;background:#fffdf8;padding:14px;text-align:left}.command-filter-rail .deployment-bucket strong{color:#3f66f2;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:26px;letter-spacing:-.08em;line-height:1}.command-filter-rail .deployment-bucket span{margin-top:8px;color:#111722;font-size:11px;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.command-filter-rail .deployment-bucket p{margin-top:8px;color:#6f7b8e;font-size:11px;line-height:1.3}.command-filter-rail .deployment-bucket:hover{border-color:#3f66f26b;background:#fff}.command-filter-rail .deployment-bucket.active{border-color:#111722;background:#111722;box-shadow:0 12px 26px #11172229}.command-filter-rail .deployment-bucket.active strong,.command-filter-rail .deployment-bucket.active span{color:#fff}.command-filter-rail .deployment-bucket.active p{color:#ffffffb8}.command-review-module{display:grid;gap:14px;min-width:0;padding:18px 24px 24px}.command-dashboard .command-evidence-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:hidden;margin:0;border:1px solid #e1ded5;border-radius:18px;background:#fffdf8}.command-dashboard .command-evidence-strip .kpi{min-height:92px;border:0;border-right:1px solid #e6e2d8;border-radius:0;background:transparent;padding:15px 16px}.command-dashboard .command-evidence-strip .kpi:last-child{border-right:0}.command-dashboard .command-evidence-strip .kpi strong{margin:7px 0 4px;color:#111722;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:25px;letter-spacing:-.07em}.command-review-list{display:grid;gap:8px}.command-dashboard .command-review-list .calibrated-row{display:grid;grid-template-columns:1.12fr 1.32fr 1fr .92fr minmax(210px,1fr);gap:18px;align-items:center;min-height:86px;border:1px solid #e2ded5;border-radius:17px;background:#fff;padding:14px 16px;text-align:left;box-shadow:0 1px #11172206}.command-dashboard .command-review-list .calibrated-row:hover{transform:translateY(-1px);border-color:#3f66f275;box-shadow:0 12px 28px #11172214}.command-dashboard .command-review-list .calibrated-row strong{color:#111722;font-size:14px;font-weight:800;letter-spacing:-.025em;line-height:1.2}.command-dashboard .command-review-list .calibrated-row span{color:#717b8d;font-size:11px;line-height:1.35}.command-dashboard .command-review-list .driver-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.command-dashboard .command-review-list .driver-chip{border-radius:999px;background:#e7edff;color:#3154c8!important;padding:6px 9px;font-size:9px;font-weight:700;letter-spacing:.08em;line-height:1;white-space:nowrap;text-transform:uppercase}@media (max-width: 1280px){.command-filter-rail{grid-template-columns:1fr}.command-dashboard .command-review-list .calibrated-row{grid-template-columns:repeat(2,minmax(0,1fr))}.command-dashboard .command-review-list .driver-list{justify-content:flex-start}}@media (max-width: 900px){.command-dashboard .command-stat-strip,.command-dashboard .command-evidence-strip,.command-filter-rail .deployment-bucket-grid,.command-dashboard .command-review-list .calibrated-row{grid-template-columns:1fr}.command-dashboard .command-stat-strip .kpi,.command-dashboard .command-evidence-strip .kpi{border-right:0;border-bottom:1px solid #e6e2d8}.command-dashboard .command-stat-strip .kpi:last-child,.command-dashboard .command-evidence-strip .kpi:last-child{border-bottom:0}}body{background:linear-gradient(90deg,var(--slate-950) 0 280px,transparent 280px),#faf9f4}.app-main{background:#faf9f4}.app-sidebar .workflow-nav{gap:10px}.app-sidebar .workflow-nav button{padding:16px}.app-sidebar .workflow-nav strong{font-size:18px;line-height:1.1}.app-sidebar .workflow-nav span{margin-top:6px;font-size:13px;line-height:1.3}.command-dashboard{margin-top:6px}.command-dashboard .command-board-panel{border-color:#dcd8ce;background:#fff}.command-dashboard .command-board-panel>.panel-title{padding:24px 26px 22px;background:#fff}.command-dashboard .command-board-panel>.panel-title h3{font-size:clamp(28px,2.6vw,40px)}.command-filter-rail{background:#f8f6f0}.command-filter-rail .deployment-bucket,.command-dashboard .command-evidence-strip,.command-dashboard .command-evidence-strip .kpi,.command-dashboard .command-review-list .calibrated-row{background:#fff}.command-dashboard .command-evidence-strip{grid-template-columns:.85fr 1fr .9fr;border-color:#dcd8ce}.command-dashboard .kpi strong,.command-dashboard .command-evidence-strip .kpi strong,.command-filter-rail .deployment-bucket strong{font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"zero" 0;letter-spacing:-.06em}.command-dashboard .command-evidence-strip .kpi{min-height:108px;padding:18px 19px}.command-dashboard .command-evidence-strip .kpi strong{font-size:31px;font-weight:850}.command-dashboard .command-evidence-strip .kpi span{color:#7e8ba1;font-size:10px;letter-spacing:.18em}.command-dashboard .command-evidence-strip .kpi p{max-width:360px;font-size:12px;line-height:1.4}@media (max-width: 1180px){body{background:#faf9f4}.app-sidebar .workflow-nav strong{font-size:16px}.app-sidebar .workflow-nav span{font-size:12px}}@media (max-width: 900px){.command-dashboard .command-evidence-strip{grid-template-columns:1fr}}body{background:linear-gradient(90deg,var(--slate-950) 0 280px,transparent 280px),#fff}.app-main{background:#fff}.season-row{background:#fffffff5}.sidebar-brand{min-height:106px;margin-bottom:12px}.sidebar-brand img{width:238px;max-width:100%}.sidebar-control-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end;margin-bottom:24px}.sidebar-club-picker{min-width:0;margin:0;gap:7px}.sidebar-select-wrap:after{content:"⌄";position:absolute;right:12px;top:50%;transform:translateY(-56%);color:#ffffffa3;font-size:16px;line-height:1;pointer-events:none}.sidebar-club-picker select{width:178px;min-height:38px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:12px;padding:0 30px 0 12px;font-size:12px;font-weight:700}.sidebar-data-actions{display:inline-flex;align-items:center;gap:8px;padding-bottom:1px}.sidebar-data-dot{width:11px;height:11px;border-radius:999px;background:#d95c52;box-shadow:0 0 0 4px #d95c5229}.sidebar-data-dot.ready{background:#35c981;box-shadow:0 0 0 4px #35c98129}.sidebar-data-actions button{display:grid;place-items:center;width:38px;height:38px;min-height:38px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff14;color:#fff;padding:0;font-size:18px;line-height:1}.sidebar-data-actions button:hover{border-color:#ffffff47;background:#ffffff24}.app-sidebar .workflow-nav strong{font-size:18px}.app-sidebar .workflow-nav span{font-size:13px}.command-dashboard .command-board-panel,.command-dashboard .command-board-panel>.panel-title,.command-filter-rail,.command-filter-rail .deployment-bucket,.command-dashboard .command-evidence-strip,.command-dashboard .command-evidence-strip .kpi,.command-dashboard .command-review-list .calibrated-row{background:#fff}.command-dashboard .command-board-panel{border-color:#e4e7ee;box-shadow:0 16px 42px #1117220f}.command-dashboard .command-board-panel>.panel-title{border-bottom-color:#e8ebf1}.command-filter-rail{border-bottom-color:#e8ebf1}.command-filter-rail .deployment-bucket{border-color:#e2e6ee}.command-filter-rail .deployment-bucket p{color:#68758a}.command-dashboard .command-evidence-strip{border-color:#e2e6ee}.command-dashboard .command-evidence-strip .kpi{border-right-color:#e8ebf1}.command-dashboard .command-review-list .calibrated-row{border-color:#e2e6ee}.command-dashboard .command-review-list .driver-chip{background:#eaf0ff;color:#3154c8!important}.command-dashboard .command-review-list .driver-chip--base{background:#f4e6b6;color:#7a5813!important}.command-dashboard .command-review-list .driver-chip--leverage{background:#eadcf8;color:#6840a3!important}.command-dashboard .command-review-list .driver-chip--stuff{background:#f8ddd7;color:#9e3a2f!important}.command-dashboard .command-review-list .driver-chip--relief{background:#dff1e8;color:#1f6b50!important}.command-dashboard .command-review-list .driver-chip--workload{background:#e7e2d6;color:#675846!important}.sidebar-brand{min-height:118px}.sidebar-brand img{width:258px}.sidebar-control-row{grid-template-columns:158px auto;gap:10px;align-items:end}.sidebar-club-picker span:first-child{color:#ffffff94;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.sidebar-select-wrap:after{right:14px;color:#ffffffb3;font-size:14px}.sidebar-club-picker select{width:158px;min-height:42px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:linear-gradient(180deg,#ffffff1b,#fff1),#1b2432;color:#fff;padding:0 34px 0 13px;font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:800;box-shadow:inset 0 1px #ffffff14,0 10px 22px #0000001f}.sidebar-data-actions{padding-bottom:0}.sidebar-data-button{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;width:74px!important;height:42px!important;min-height:42px!important;border:0!important;border-radius:13px!important;padding:0 10px!important;color:#07121d!important;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px!important;font-weight:900;letter-spacing:.14em;line-height:1;box-shadow:inset 0 1px #ffffff57,0 10px 22px #0000002e}.sidebar-data-button.ready{background:#35c981!important}.sidebar-data-button.pending{background:#d95c52!important;color:#fff!important}.sidebar-data-button i{font-family:Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-style:normal;letter-spacing:0;transform:translateY(-1px)}.command-filter-rail .deployment-bucket{align-content:center;justify-items:center;min-height:112px;padding:15px 10px;text-align:center}.command-filter-rail .deployment-bucket span{max-width:130px;margin:0;color:#152033;font-size:14px;font-weight:900;letter-spacing:.08em;line-height:1.12}.command-filter-rail .deployment-bucket strong{margin-top:11px;color:#2f5cf4;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:38px;font-weight:900;letter-spacing:-.075em}.command-filter-rail .deployment-bucket p{max-height:0;margin:0;overflow:hidden;color:#68758a;font-size:11px;line-height:1.32;opacity:0;transition:max-height .16s ease,margin-top .16s ease,opacity .16s ease}.command-filter-rail .deployment-bucket:hover p,.command-filter-rail .deployment-bucket:focus-visible p{max-height:120px;margin-top:10px;opacity:1}.command-filter-rail .deployment-bucket.active span,.command-filter-rail .deployment-bucket.active strong{color:#fff}.command-filter-rail .deployment-bucket.active:hover p,.command-filter-rail .deployment-bucket.active:focus-visible p{color:#ffffffbd}.command-dashboard .command-evidence-strip{border-color:#111722;background:#111722}.command-dashboard .command-evidence-strip .kpi{background:linear-gradient(180deg,#ffffff0a,#fff0),#111722;border-right-color:#ffffff1f}.command-dashboard .command-evidence-strip .kpi span{color:#9badc9}.command-dashboard .command-evidence-strip .kpi strong{color:#fff}.command-dashboard .command-evidence-strip .kpi p{color:#b9c4d6}.command-dashboard .command-review-list .calibrated-row{border-color:#1d2737;background:linear-gradient(180deg,#ffffff09,#fff0),#111722;box-shadow:0 10px 28px #1117221a}.command-dashboard .command-review-list .calibrated-row:hover{border-color:#4472f59e;box-shadow:0 16px 36px #1117222e}.command-dashboard .command-review-list .calibrated-row strong{color:#fff}.command-dashboard .command-review-list .calibrated-row span{color:#aebbd0}:root{--ops-bg: #f5f7fb;--ops-card: #ffffff;--ops-ink: #101827;--ops-muted: #64748b;--ops-faint: #94a3b8;--ops-line: #dce3ee;--ops-line-soft: #edf1f6;--ops-blue: #2f66f2;--ops-blue-soft: #e9f0ff;--ops-green: #159a64;--ops-green-soft: #e4f8ee;--ops-red: #d53f3f}body{background:linear-gradient(90deg,var(--slate-950) 0 280px,transparent 280px),var(--ops-bg);color:var(--ops-ink);font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif}.app-main{max-width:none;background:var(--ops-bg);padding:28px 38px 52px}.season-row{position:relative;top:auto;z-index:1;margin:0 0 34px;padding:0 0 24px;border-bottom:1px solid var(--ops-line);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.topbar-copy span{color:#8fa0bb;font-size:10px;font-weight:800;letter-spacing:.22em}.topbar-copy strong{color:var(--ops-ink);font-size:clamp(30px,3vw,44px);font-weight:900;letter-spacing:-.065em;line-height:1}.topbar-copy em{display:inline-flex;align-items:center;gap:8px;color:#56657b;font-size:14px;line-height:1.4}.topbar-copy em:before{content:"i";display:inline-grid;place-items:center;width:12px;height:12px;border-radius:999px;background:#9aa8bd;color:#fff;font-size:8px;font-weight:900;line-height:1}.season-row label{min-width:180px;border:1px solid var(--ops-line);border-radius:14px;background:var(--ops-card);padding:10px 10px 10px 20px;box-shadow:0 10px 28px #0f172a0f}.season-row label,.season-row label select{color:#7f8da4;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.season-row label select{min-height:34px;border:0;background:#f8fafc;color:var(--ops-ink);padding:0 30px 0 10px;font-size:12px;letter-spacing:0}.command-dashboard{gap:26px}.command-top-cards{display:grid;grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(190px,1fr));gap:16px}.command-top-card{min-height:148px;border:1px solid var(--ops-line);border-radius:14px;background:var(--ops-card);color:var(--ops-ink);padding:24px 26px;text-align:left;box-shadow:0 14px 36px #0f172a0d;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.command-top-card:hover,.command-top-card.active{transform:translateY(-1px);border-color:#2f66f273;box-shadow:0 18px 42px #2f66f21c}.command-top-card span{display:block;max-width:150px;color:#70819b;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:800;letter-spacing:.16em;line-height:1.35;text-transform:uppercase}.command-top-card strong{display:block;margin-top:22px;color:var(--ops-ink);font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:54px;font-weight:900;letter-spacing:-.075em;line-height:.9;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.command-top-card--primary,.command-top-card--primary.active{position:relative;overflow:hidden;border-color:#0b1220;background:#0b1220;color:#fff;box-shadow:0 18px 44px #0f172a38}.command-top-card--primary:after{content:"";position:absolute;right:24px;top:28px;width:48px;height:40px;border-radius:7px;background:linear-gradient(90deg,transparent 8px,rgba(255,255,255,.18) 8px 13px,transparent 13px),#ffffff1f;box-shadow:9px 7px #ffffff14}.command-top-card--primary span{color:#aebbd0}.command-top-card--primary strong{color:#fff}.command-top-card:not(.command-top-card--primary).active strong,.command-top-card:not(.command-top-card--primary):hover strong{color:var(--ops-blue)}.command-top-card.is-empty{border-style:dashed;background:#ffffff73}.command-top-card.is-empty span,.command-top-card.is-empty strong{color:#c0cad8}.command-dashboard .command-board-panel.command-queue-panel{overflow:hidden;border:1px solid var(--ops-line);border-radius:14px;background:var(--ops-card);box-shadow:0 18px 46px #0f172a0f}.command-dashboard .command-board-panel.command-queue-panel>.command-queue-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);gap:32px;align-items:center;padding:32px;border-bottom:1px solid var(--ops-line-soft);background:var(--ops-card)}.command-queue-tags{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px}.command-queue-tags>span{display:inline-flex;align-items:center;min-height:26px;border:1px solid #bdd0ff;border-radius:4px;background:var(--ops-blue-soft);color:var(--ops-blue);padding:0 10px;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.command-queue-tags .source-tag{min-height:26px;border-radius:4px;background:var(--ops-green-soft);color:var(--ops-green)}.command-dashboard .command-queue-head h3{color:var(--ops-ink);font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(28px,2.5vw,36px);font-weight:900;letter-spacing:-.07em;line-height:1}.command-dashboard .command-queue-head p{max-width:860px;margin-top:16px;color:#60708a;font-size:16px;line-height:1.55}.command-queue-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-radius:14px;background:#0f172a;color:#fff;padding:22px 18px;box-shadow:0 18px 36px #0f172a38}.command-queue-summary div{display:grid;gap:6px;padding:0 18px;border-right:1px solid rgba(255,255,255,.12)}.command-queue-summary div:last-child{border-right:0}.command-queue-summary span,.command-queue-summary em{color:#95a3bb;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-style:normal;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.command-queue-summary strong{color:#fff;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:900;letter-spacing:-.06em;line-height:1;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.command-queue-summary div:nth-child(2) strong{color:var(--ops-blue)}.command-queue-summary em{color:#64748b;font-size:9px;letter-spacing:0;text-transform:none}.command-board-layout{display:block;background:#fbfcfe;padding:0}.command-review-module{display:grid;gap:12px;padding:0}.command-bucket-note{margin:18px 32px 0;color:#77859b;font-size:12px;line-height:1.45}.command-dashboard .command-review-list{display:grid;gap:12px;padding:18px 32px 32px}.command-dashboard .command-review-list .calibrated-row{position:relative;display:grid;grid-template-columns:minmax(160px,1.05fr) minmax(190px,1.25fr) minmax(170px,1fr) minmax(170px,1fr) minmax(210px,1.15fr);gap:0;min-height:124px;overflow:hidden;border:1px solid var(--ops-line);border-radius:12px;background:#fff;color:var(--ops-ink);padding:0;text-align:left;box-shadow:0 10px 26px #0f172a0a}.command-dashboard .command-review-list .calibrated-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--ops-blue)}.command-dashboard .command-review-list .calibrated-row:hover{transform:none;border-color:#2f66f26b;box-shadow:0 16px 36px #2f66f21a}.command-dashboard .command-review-list .calibrated-row>div{display:grid;align-content:center;gap:8px;min-width:0;border-right:1px solid var(--ops-line-soft);padding:22px 26px}.command-dashboard .command-review-list .calibrated-row>div:first-child{padding-left:32px}.command-dashboard .command-review-list .calibrated-row>div:last-child{border-right:0}.command-dashboard .command-review-list .calibrated-row strong{color:var(--ops-ink);font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:17px;font-weight:900;letter-spacing:-.035em;line-height:1.12}.command-dashboard .command-review-list .calibrated-row div:nth-child(4) strong{color:var(--ops-blue);font-size:22px}.command-dashboard .command-review-list .calibrated-row span{color:#6d7b92;font-size:12px;line-height:1.45}.command-dashboard .command-review-list .driver-list{display:flex!important;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px!important}.command-dashboard .command-review-list .driver-chip{display:inline-flex;justify-content:center;width:fit-content;max-width:100%;border:0!important;border-radius:6px;background:#eef4ff;color:#43546d!important;padding:6px 10px;font-size:10px;font-weight:900;letter-spacing:.08em}.command-dashboard .command-review-list .driver-chip--base{background:#eef4ff;color:#43546d!important}.command-dashboard .command-review-list .driver-chip--leverage{background:#edf0ff;color:#3154c8!important}.command-dashboard .command-review-list .driver-chip--stuff{background:#fef2f2;color:#bf3d3d!important}.command-dashboard .command-review-list .driver-chip--relief{background:#e8f8ef;color:#14754f!important}.command-dashboard .command-review-list .driver-chip--workload{background:#f4f0e7;color:#6f5d35!important}@media (max-width: 1280px){.command-top-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.command-dashboard .command-board-panel.command-queue-panel>.command-queue-head{grid-template-columns:1fr}.command-queue-summary{max-width:560px}.command-dashboard .command-review-list .calibrated-row{grid-template-columns:1fr 1fr}.command-dashboard .command-review-list .calibrated-row>div{border-right:0;border-bottom:1px solid var(--ops-line-soft)}}@media (max-width: 760px){.app-main{padding:22px 18px 42px}.command-top-cards,.command-queue-summary,.command-dashboard .command-review-list .calibrated-row{grid-template-columns:1fr}.command-dashboard .command-board-panel.command-queue-panel>.command-queue-head,.command-dashboard .command-review-list{padding:22px}.command-queue-summary div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:14px 0}}.app-sidebar{display:flex;flex-direction:column;width:280px;min-height:100vh;padding:22px 14px;background:radial-gradient(circle at 68% 0%,rgba(47,102,242,.18),transparent 18rem),linear-gradient(180deg,#121a27,#0b111d);border-right:1px solid rgba(255,255,255,.08)}.sidebar-brand{min-height:86px;margin:0 8px 16px}.sidebar-brand img{width:172px;max-width:100%}.sidebar-control-row{display:grid;grid-template-columns:1fr;gap:8px;align-items:stretch;margin:0 0 30px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:#ffffff0b;box-shadow:inset 0 1px #ffffff0f}.sidebar-club-picker{display:block;margin:0}.sidebar-club-picker>span:first-child{display:none}.sidebar-select-wrap{position:relative;display:block}.sidebar-select-wrap:after{content:"⌄";position:absolute;right:14px;top:50%;transform:translateY(-52%);color:#e2e8f0a8;font-size:14px;line-height:1;pointer-events:none}.sidebar-club-picker select{width:100%;min-height:46px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff12;color:#f8fafc;padding:0 36px 0 14px;font-size:13px;font-weight:800;letter-spacing:-.01em}.sidebar-data-actions{display:block;width:100%;padding:0}.sidebar-data-button{display:grid!important;grid-template-columns:auto auto;place-content:center;align-items:center;gap:8px;width:100%!important;height:38px!important;min-height:38px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:10px!important;background:#2f66f22e!important;color:#6f95ff!important;box-shadow:none!important;padding:0!important;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px!important;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sidebar-data-button.ready{background:#35c98129!important;color:#39e291!important}.sidebar-data-button.pending{background:#d95c522e!important;color:#ff8b82!important}.sidebar-data-button i{font-size:12px;font-style:normal}.app-sidebar .workflow-nav{display:grid;gap:4px}.app-sidebar .workflow-nav button{display:grid;grid-template-columns:22px minmax(0,1fr);gap:12px;align-items:start;min-height:70px;border:1px solid transparent;border-left:3px solid transparent;border-radius:0 12px 12px 0;background:transparent;color:#cbd5e1;padding:14px 12px;text-align:left;transition:background .14s ease,border-color .14s ease,color .14s ease}.app-sidebar .workflow-nav button:hover{background:#ffffff0d}.app-sidebar .workflow-nav button.active{border-left-color:#2f66f2;background:linear-gradient(90deg,#2f66f238,#2f66f20f);color:#fff;box-shadow:none}.workflow-icon{display:grid;place-items:center;width:22px;height:22px;color:#93a4bd;font-size:13px;line-height:1}.workflow-copy{display:grid!important;gap:4px;margin:0!important}.app-sidebar .workflow-copy strong{color:inherit;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:850;letter-spacing:-.02em;line-height:1.12}.app-sidebar .workflow-copy span{margin:0;color:#8592a6;font-size:12px;line-height:1.28}.app-sidebar .workflow-nav button.active .workflow-copy span{color:#91a3c2}.sidebar-system-status{margin-top:auto;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0b;padding:14px 16px}.sidebar-system-status>span{display:block;color:#8190a7;font-family:IBM Plex Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sidebar-system-status strong{display:inline-flex;gap:8px;align-items:center;margin-top:10px;color:#dbe7f7;font-size:12px;font-weight:800}.sidebar-system-status i{width:9px;height:9px;border-radius:999px;background:#d95c52;box-shadow:0 0 0 4px #d95c5224}.sidebar-system-status i.ready{background:#35c981;box-shadow:0 0 0 4px #35c98124}.calibrated-row:disabled{cursor:not-allowed;opacity:.72}.app-shell{background:#f8fafc!important}.app-main{background:#f8fafc!important;padding:0!important}.app-sidebar{width:280px!important;padding:0!important;background:#0a0f1c!important;border-right:1px solid rgba(255,255,255,.08)!important;box-shadow:18px 0 48px #0f172a2e!important}.sidebar-brand{min-height:108px!important;margin:0!important;padding:28px 22px 18px!important}.sidebar-brand img{width:142px!important;max-width:100%!important}.sidebar-control-row{margin:0 14px 30px!important;padding:6px!important;border-radius:13px!important;border:1px solid rgba(255,255,255,.08)!important;background:#151e2e!important;box-shadow:none!important}.sidebar-club-picker select{min-height:46px!important;border-radius:10px!important;border-color:#ffffff14!important;background:transparent!important;color:#fff!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:14px!important;font-weight:750!important;letter-spacing:-.01em!important}.sidebar-data-button{margin-top:2px!important;min-height:38px!important;border-radius:8px!important;background:#ffffff0e!important;color:#3473ff!important}.sidebar-data-button.ready{background:#34d3991a!important;color:#34d399!important}.app-sidebar .workflow-nav{padding:0 6px!important}.app-sidebar .workflow-nav button{grid-template-columns:24px minmax(0,1fr)!important;gap:12px!important;min-height:74px!important;border-radius:0 10px 10px 0!important;padding:14px 18px!important}.app-sidebar .workflow-nav button.active{border-left-color:#2563eb!important;background:linear-gradient(90deg,#2563eb2e,#2563eb0a)!important}.app-sidebar .workflow-copy strong{font-size:14px!important;font-weight:800!important}.sidebar-system-status{margin:auto 14px 14px!important;background:#151e2e!important}.season-row{min-height:132px!important;margin:0!important;padding:28px 42px 26px!important;border-bottom:1px solid #e2e8f0!important;background:#f8fafc!important}.topbar-copy span{color:#8aa0bc!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:11px!important;font-weight:850!important;letter-spacing:.18em!important}.topbar-copy strong{color:#0f172a!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:clamp(34px,3.2vw,44px)!important;font-weight:900!important;letter-spacing:-.06em!important}.topbar-copy em{color:#5b6b83!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:500!important}.season-row label{min-width:184px!important;display:flex!important;align-items:center!important;gap:12px!important;border-radius:12px!important;background:#fff!important;box-shadow:0 10px 26px #0f172a0f!important}.season-row label,.season-row label select{font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important}.season-row label select{background:#f1f5f9!important;border-radius:8px!important;font-weight:800!important}.command-dashboard{max-width:none!important;padding:0 42px 56px!important;gap:24px!important;background:#f8fafc!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important}.command-top-cards{display:grid!important;grid-template-columns:repeat(5,minmax(150px,1fr))!important;gap:16px!important;margin:22px 0 24px!important}.command-top-card{min-height:148px!important;border:1px solid #dbe3ee!important;border-radius:16px!important;background:#fff!important;padding:24px!important;box-shadow:0 12px 28px #0f172a0f!important}.command-top-card:hover,.command-top-card.active{border-color:#2563eb73!important;box-shadow:0 18px 36px #2563eb1f!important}.command-top-card span{color:#64748b!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:11px!important;font-weight:850!important;letter-spacing:.15em!important}.command-top-card strong{color:#0f172a!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:50px!important;font-weight:900!important;letter-spacing:-.06em!important;font-variant-numeric:tabular-nums!important;font-feature-settings:"tnum" 1!important}.command-top-card--primary,.command-top-card--primary.active{background:#0a0f1c!important;border-color:#0a0f1c!important;box-shadow:0 20px 44px #0f172a38!important}.command-top-card.is-empty{background:#ffffff8a!important}.command-dashboard .command-board-panel.command-queue-panel{overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:16px!important;background:#fff!important;box-shadow:0 14px 34px #0f172a0f!important}.command-dashboard .command-board-panel.command-queue-panel>.command-queue-head{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(420px,440px)!important;align-items:center!important;gap:34px!important;padding:32px!important;background:#fff!important}.command-queue-tags>span,.command-queue-tags .source-tag{min-height:26px!important;border-radius:4px!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important}.command-dashboard .command-queue-head h3{color:#0f172a!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:clamp(30px,2.8vw,38px)!important;font-weight:900!important;letter-spacing:-.065em!important;line-height:1!important}.command-dashboard .command-queue-head p{max-width:760px!important;color:#5b6b83!important;font-size:14px!important;line-height:1.55!important}.command-queue-summary{border-radius:18px!important;background:#0f172a!important;padding:10px!important;box-shadow:0 18px 36px #0f172a33!important}.command-queue-summary div{padding:16px 22px!important}.command-queue-summary span,.command-queue-summary em{font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;letter-spacing:.11em!important}.command-queue-summary strong{font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:32px!important;letter-spacing:-.055em!important}.command-board-layout{background:#f8fafc!important}.command-bucket-note{margin:18px 32px 0!important;color:#64748b!important;font-size:12px!important}.command-dashboard .command-review-list{display:grid!important;gap:12px!important;padding:18px 32px 32px!important}.command-dashboard .command-review-list .calibrated-row{position:relative!important;display:grid!important;grid-template-columns:220px 280px 240px minmax(220px,1fr) 250px!important;min-height:124px!important;overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:14px!important;background:#fff!important;padding:0!important;text-align:left!important;box-shadow:0 10px 24px #0f172a0b!important}.command-dashboard .command-review-list .calibrated-row:hover{border-color:#2563eb6b!important;box-shadow:0 18px 40px #2563eb1f!important}.command-dashboard .command-review-list .calibrated-row>div{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:8px!important;min-width:0!important;padding:24px 26px!important;border-right:1px solid #eef2f7!important}.review-pitcher-cell{background:#f8fafcbf!important}.pitcher-avatar{display:inline-grid!important;place-items:center!important;flex:0 0 auto!important;width:32px!important;height:32px!important;border-radius:999px!important;border:1px solid #cbd5e1!important;background:#e2e8f0!important;color:#475569!important;font-size:11px!important;font-weight:900!important;letter-spacing:0!important;line-height:1!important}.review-status-badge{display:inline-flex!important;width:fit-content!important;border-radius:4px!important;padding:6px 9px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;line-height:1!important;text-transform:uppercase!important}.review-status-stay{background:#e2e8f0!important;color:#475569!important}.review-status-watch{background:#fef3c7!important;color:#b45309!important}.review-status-prep{background:#ffedd5!important;color:#c2410c!important}.review-status-pull_now,.review-status-distress{background:#fee2e2!important;color:#dc2626!important}.command-dashboard .command-review-list .calibrated-row strong{color:#0f172a!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:16px!important;font-weight:850!important;letter-spacing:-.025em!important}.command-dashboard .command-review-list .calibrated-row span{color:#64748b!important;font-size:12px!important;line-height:1.4!important}.command-dashboard .command-review-list .driver-list{align-items:flex-end!important}.command-dashboard .command-review-list .driver-chip{border-radius:6px!important;background:#f1f5f9!important;color:#475569!important;padding:6px 10px!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:10px!important;font-weight:850!important;letter-spacing:.07em!important}@media (max-width: 1280px){.command-top-cards{grid-template-columns:repeat(3,minmax(180px,1fr))!important}.command-dashboard .command-board-panel.command-queue-panel>.command-queue-head{grid-template-columns:1fr!important}.command-dashboard .command-review-list .calibrated-row{grid-template-columns:1fr 1fr!important}.command-dashboard .command-review-list .calibrated-row>div{border-bottom:1px solid #eef2f7!important}}@media (max-width: 760px){.command-dashboard,.season-row{padding-left:20px!important;padding-right:20px!important}.command-top-cards,.command-queue-summary,.command-dashboard .command-review-list .calibrated-row{grid-template-columns:1fr!important}}body,.app-shell,.app-main{background:#f8fafc!important}.app-shell{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;width:100%!important;min-height:100vh!important;padding:0!important;margin:0!important;color:#0f172a!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important}.app-sidebar{width:280px!important;padding:26px 14px 18px!important;background:#0a0f1c!important;border-right:0!important;box-shadow:20px 0 48px #0f172a29!important}.sidebar-brand{width:100%!important;padding:8px 10px 22px!important;margin:0!important}.sidebar-brand img{width:136px!important;max-width:136px!important;height:auto!important;object-fit:contain!important}.sidebar-control-row{display:grid!important;gap:10px!important;margin:0 0 28px!important;padding:8px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important;background:#151e2e!important}.sidebar-club-picker{display:block!important;margin:0!important}.sidebar-select-wrap{display:block!important;position:relative!important;width:100%!important}.sidebar-select-wrap:after{content:"⌄"!important;position:absolute!important;right:13px!important;top:50%!important;transform:translateY(-50%)!important;color:#64748b!important;font-size:16px!important;line-height:1!important;pointer-events:none!important}.sidebar-select-wrap select{width:100%!important;min-height:44px!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;padding:0 40px 0 16px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#fff!important;font-size:14px!important;font-weight:700!important;letter-spacing:-.01em!important;box-shadow:none!important}.sidebar-data-actions{display:block!important;width:100%!important}.sidebar-data-button{width:100%!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:0 14px!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.08)!important;background:#ffffff0d!important;color:#2563eb!important;font-size:11px!important;font-weight:850!important;letter-spacing:.16em!important;text-transform:uppercase!important}.sidebar-data-button.ready{background:#ffffff0d!important;border-color:#ffffff14!important;color:#2563eb!important}.app-sidebar .workflow-nav button{display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;min-height:78px!important;padding:15px 18px!important;border:0!important;border-left:3px solid transparent!important;border-radius:0 10px 10px 0!important;background:transparent!important;box-shadow:none!important}.app-sidebar .workflow-nav button:hover{background:#ffffff0d!important}.app-sidebar .workflow-nav button.active{border-left-color:#2563eb!important;background:linear-gradient(90deg,#2563eb29,#2563eb08)!important}.workflow-icon{display:inline-grid!important;place-items:center!important;color:#64748b!important;padding-top:1px!important}.workflow-icon-svg{display:block!important;color:currentColor!important;stroke:currentColor!important}.sidebar-system-status{left:14px!important;right:14px!important;bottom:16px!important;padding:15px!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.08)!important;background:#151e2e!important}.sidebar-system-status i.ready{background:#34d399!important;box-shadow:0 0 12px #34d399b3!important}.app-main{width:100%!important;max-width:none!important;min-width:0!important;padding:0!important;overflow-x:hidden!important}.topbar-copy strong{margin-top:5px!important;color:#0f172a!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:40px!important;font-weight:900!important;letter-spacing:-.075em!important;line-height:.98!important}.season-row label{display:inline-flex!important;align-items:center!important;gap:12px!important;padding:7px 8px 7px 18px!important;border:1px solid #dbe3ee!important;border-radius:12px!important;background:#fff!important;color:#94a3b8!important;box-shadow:0 16px 34px #0f172a14!important;font-size:10px!important;font-weight:850!important;letter-spacing:.16em!important;text-transform:uppercase!important}.season-row label select{min-width:92px!important;padding:10px 34px 10px 14px!important;border:0!important;border-radius:9px!important;background:#f8fafc!important;color:#0f172a!important;font-size:14px!important;font-weight:800!important;letter-spacing:-.01em!important;text-transform:none!important}.command-dashboard{width:100%!important;max-width:none!important;padding:30px 40px 48px!important;margin:0!important;background:#f8fafc!important;color:#0f172a!important;font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important}.command-dashboard h1,.command-dashboard h2,.command-dashboard h3,.command-dashboard h4,.command-dashboard strong{font-family:Inter,Public Sans,-apple-system,BlinkMacSystemFont,sans-serif!important}.command-top-card{min-height:148px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;padding:26px 25px!important;border-radius:14px!important;border:1px solid #dbe3ee!important;background:#fff!important;box-shadow:0 14px 32px #0f172a0b!important;text-align:left!important;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease!important}.command-top-card:hover,.command-top-card.active{transform:translateY(-1px)!important;border-color:#2563eb47!important;box-shadow:0 18px 38px #0f172a17!important}.command-dashboard .command-board-panel.command-queue-panel{overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:16px!important;background:#fff!important;box-shadow:0 14px 32px #0f172a0a!important}.command-dashboard .command-board-panel.command-queue-panel>.command-queue-head{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(410px,430px)!important;align-items:center!important;gap:36px!important;padding:32px!important;border-bottom:0!important;background:#fff!important}.command-queue-tags>span,.command-queue-tags .source-tag{min-height:26px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:4px!important;padding:0 10px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.075em!important;line-height:1!important;text-transform:uppercase!important}.command-dashboard .command-queue-head h3{margin:0!important;color:#0f172a!important;font-size:32px!important;font-weight:900!important;letter-spacing:-.075em!important;line-height:1.02!important}.command-dashboard .command-queue-head p{max-width:720px!important;margin:14px 0 0!important;color:#64748b!important;font-size:14px!important;font-weight:500!important;line-height:1.55!important}.command-queue-summary span{color:#94a3b8!important;font-size:10px!important;font-weight:850!important;letter-spacing:.12em!important;line-height:1.2!important;text-transform:uppercase!important}.command-queue-summary em{display:block!important;margin-top:8px!important;color:#64748b!important;font-size:10px!important;font-style:normal!important;font-weight:500!important;letter-spacing:0!important;line-height:1.2!important;text-transform:none!important}.command-dashboard .command-review-list{display:grid!important;gap:12px!important;padding:18px 32px 32px!important;background:#fff!important}.command-dashboard .command-review-list .calibrated-row{position:relative!important;display:grid!important;grid-template-columns:220px 280px 240px minmax(250px,1fr) 230px!important;min-height:124px!important;overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:12px!important;background:#fff!important;padding:0!important;text-align:left!important;box-shadow:0 10px 24px #0f172a0a!important;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease!important}.command-dashboard .command-review-list .calibrated-row:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:6px!important;background:#2563eb!important}.command-dashboard .command-review-list .calibrated-row:hover{transform:translateY(-1px)!important;border-color:#2563eb6b!important;box-shadow:0 18px 40px #2563eb1f!important}.command-dashboard .command-review-list .calibrated-row>div{display:flex!important;min-width:0!important;flex-direction:column!important;justify-content:center!important;gap:8px!important;padding:24px 26px!important;border-right:1px solid #eef2f7!important}.command-dashboard .command-review-list .calibrated-row>div:first-child{padding-left:34px!important}.command-dashboard .command-review-list .calibrated-row>div:last-child{border-right:0!important}.pitcher-avatar{display:inline-grid!important;width:32px!important;height:32px!important;place-items:center!important;flex:0 0 32px!important;border:1px solid #cbd5e1!important;border-radius:999px!important;background:#e2e8f0!important;color:#475569!important;font-size:11px!important;font-weight:900!important;letter-spacing:0!important;line-height:1!important}.command-dashboard .command-review-list .calibrated-row strong{color:#0f172a!important;font-size:16px!important;font-weight:850!important;letter-spacing:-.025em!important;line-height:1.2!important}.command-dashboard .command-review-list .calibrated-row span{color:#64748b!important;font-size:12px!important;font-weight:500!important;line-height:1.4!important}.command-dashboard .command-review-list .driver-list{align-items:flex-end!important;gap:7px!important}.command-dashboard .command-review-list .driver-chip{display:inline-flex!important;width:fit-content!important;max-width:100%!important;align-items:center!important;justify-content:center!important;border:1px solid #e2e8f0!important;border-radius:6px!important;background:#f1f5f9!important;color:#475569!important;padding:6px 10px!important;font-size:10px!important;font-weight:850!important;letter-spacing:.07em!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important}.command-dashboard .command-review-list .driver-chip--base,.command-dashboard .command-review-list .driver-chip--leverage,.command-dashboard .command-review-list .driver-chip--stuff,.command-dashboard .command-review-list .driver-chip--relief,.command-dashboard .command-review-list .driver-chip--workload,.command-dashboard .command-review-list .driver-chip--more{border-color:#e2e8f0!important;background:#f1f5f9!important;color:#475569!important}@media (max-width: 1440px){.command-dashboard .command-review-list .calibrated-row{grid-template-columns:190px 250px 210px minmax(210px,1fr) 200px!important}.command-dashboard .command-review-list .calibrated-row>div{padding-left:22px!important;padding-right:22px!important}}@media (max-width: 1180px){.app-shell{grid-template-columns:1fr!important}.app-sidebar{position:relative!important;width:100%!important;min-height:auto!important}.sidebar-system-status{position:static!important;margin-top:18px!important}.command-top-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.command-dashboard .command-board-panel.command-queue-panel>.command-queue-head,.command-dashboard .command-review-list .calibrated-row{grid-template-columns:1fr!important}.command-dashboard .command-review-list .calibrated-row>div{border-right:0!important;border-bottom:1px solid #eef2f7!important}}:root{--rp-ink: #0f172a;--rp-muted: #64748b;--rp-faint: #94a3b8;--rp-line: #dbe3ee;--rp-line-soft: #e8eef6;--rp-bg: #f3f6fa;--rp-card: #ffffff;--rp-sidebar: #0a0f1c;--rp-sidebar-2: #111827;--rp-blue: #2563eb;--rp-blue-soft: #e8f0ff;--rp-teal: #123b39;--rp-teal-2: #1f5752;--rp-mint: #dff7ed;--rp-mint-text: #187056;--rp-rust: #9d4038}body{background:var(--rp-bg)!important}.app-shell{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;width:100vw!important;max-width:none!important;min-height:100vh!important;margin:0!important;padding:0!important;background:var(--rp-bg)!important;color:var(--rp-ink)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.app-main{min-width:0!important;overflow-x:hidden!important;background:var(--rp-bg)!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.rp-board{min-height:100vh!important;padding:30px 32px 56px!important;background:var(--rp-bg)!important;color:var(--rp-ink)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.rp-board *,.rp-board *:before,.rp-board *:after{box-sizing:border-box!important}.rp-board button,.rp-board select,.rp-board input{font-family:inherit!important}.rp-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:24px!important;margin-bottom:24px!important}.rp-kicker{display:block!important;margin-bottom:7px!important;color:var(--rp-rust)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.34em!important;line-height:1!important;text-transform:uppercase!important}.rp-header h1{max-width:820px!important;margin:0!important;color:var(--rp-ink)!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:clamp(38px,3.2vw,56px)!important;font-weight:950!important;letter-spacing:-.075em!important;line-height:.94!important}.rp-header p{max-width:780px!important;margin:9px 0 0!important;color:var(--rp-muted)!important;font-size:16px!important;font-weight:500!important;line-height:1.45!important}.rp-controls{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important}.rp-controls>span,.rp-controls label,.rp-controls button{display:inline-flex!important;min-height:46px!important;align-items:center!important;justify-content:center!important;border:1px solid #e2e8f0!important;border-radius:12px!important;background:#fffefa!important;color:var(--rp-ink)!important;box-shadow:0 8px 22px #0f172a0a!important}.rp-controls>span{padding:0 17px!important;font-size:15px!important;font-weight:850!important;letter-spacing:-.02em!important}.rp-controls label{position:relative!important;padding:0!important}.rp-controls select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;min-width:102px!important;height:44px!important;border:0!important;border-radius:12px!important;background:transparent!important;color:var(--rp-ink)!important;padding:0 34px 0 16px!important;font-size:14px!important;font-weight:850!important;cursor:pointer!important;outline:none!important}.rp-controls label:after{content:"⌄"!important;position:absolute!important;right:13px!important;top:50%!important;transform:translateY(-58%)!important;color:var(--rp-blue)!important;font-size:18px!important;font-weight:900!important;pointer-events:none!important}.rp-controls button{gap:8px!important;padding:0 17px!important;font-size:15px!important;font-weight:900!important;cursor:pointer!important;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease!important}.rp-controls button:hover{border-color:#bfdbfe!important;box-shadow:0 12px 24px #2563eb1f!important;transform:translateY(-1px)!important}.rp-intel-band{display:grid!important;grid-template-columns:minmax(420px,1.08fr) minmax(520px,1fr) 150px!important;gap:16px!important;margin-bottom:18px!important;padding:16px!important;border:1px solid var(--rp-line)!important;border-radius:24px!important;background:var(--rp-card)!important;box-shadow:0 18px 40px #0f172a0a!important}.rp-intel-card{min-height:230px!important;padding:28px 30px!important;border-radius:15px!important;background:radial-gradient(circle at 100% 0%,rgba(92,211,190,.18),transparent 42%),linear-gradient(135deg,#102f2d 0%,var(--rp-teal) 46%,var(--rp-teal-2) 100%)!important;color:#fff!important;box-shadow:inset 0 1px #ffffff24!important}.rp-intel-card span{display:block!important;margin-bottom:12px!important;color:#a8fff0!important;font-size:12px!important;font-weight:950!important;letter-spacing:.34em!important;line-height:1.1!important;text-transform:uppercase!important}.rp-intel-card h2{margin:0 0 8px!important;color:#fff!important;font-size:clamp(42px,3.3vw,62px)!important;font-weight:950!important;letter-spacing:-.095em!important;line-height:.9!important}.rp-intel-card strong{display:block!important;max-width:760px!important;margin:0 0 14px!important;color:#fff!important;font-size:23px!important;font-weight:900!important;letter-spacing:-.04em!important;line-height:1.15!important}.rp-intel-card p{max-width:760px!important;margin:0!important;color:#ffffffbd!important;font-size:16px!important;font-weight:600!important;line-height:1.45!important}.rp-intel-metrics{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;overflow:hidden!important;border:1px solid var(--rp-line)!important;border-radius:15px!important;background:#fbfdff!important}.rp-intel-metrics>div{display:flex!important;min-width:0!important;flex-direction:column!important;justify-content:center!important;gap:14px!important;padding:24px 18px!important;border-right:1px solid var(--rp-line)!important}.rp-intel-metrics>div:last-child{border-right:0!important}.rp-intel-metrics span,.rp-evidence-card span{color:var(--rp-faint)!important;font-size:12px!important;font-weight:950!important;letter-spacing:.24em!important;line-height:1.16!important;text-transform:uppercase!important}.rp-intel-metrics strong{color:var(--rp-ink)!important;font-size:40px!important;font-weight:950!important;letter-spacing:-.075em!important;line-height:.9!important}.rp-intel-metrics small{display:block!important;margin-top:4px!important;color:var(--rp-ink)!important;font-size:24px!important;font-weight:950!important;letter-spacing:-.06em!important}.rp-evidence-card{display:flex!important;min-height:100%!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;border:1px solid #a7f3d0!important;border-radius:15px!important;background:#e7fbf5!important;color:var(--rp-mint-text)!important}.rp-evidence-card strong{color:var(--rp-mint-text)!important;font-size:22px!important;font-weight:950!important;letter-spacing:-.04em!important;line-height:1!important}.rp-board-grid{display:grid!important;grid-template-columns:340px minmax(600px,1fr) 400px!important;gap:18px!important;align-items:start!important}.rp-question-list,.rp-current-question,.rp-right-rail>section{border:1px solid var(--rp-line)!important;border-radius:20px!important;background:var(--rp-card)!important;box-shadow:0 16px 34px #0f172a0a!important}.rp-question-list{display:flex!important;flex-direction:column!important;gap:10px!important;padding:18px!important}.rp-question-list>span,.rp-current-head>div>span,.rp-recommendation span,.rp-detail-card>span,.rp-pattern-card>span{color:var(--rp-faint)!important;font-size:12px!important;font-weight:950!important;letter-spacing:.27em!important;line-height:1!important;text-transform:uppercase!important}.rp-question-list button{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:4px 14px!important;align-items:center!important;width:100%!important;min-height:90px!important;border:1px solid var(--rp-line)!important;border-radius:14px!important;background:#fbfdff!important;padding:16px!important;color:var(--rp-ink)!important;text-align:left!important;cursor:pointer!important;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease!important}.rp-question-list button:hover{border-color:#b7c7da!important;transform:translateY(-1px)!important}.rp-question-list button.active{border-color:#315d57!important;background:var(--rp-teal)!important;box-shadow:0 14px 30px #123b3933!important}.rp-question-list strong{color:inherit!important;font-size:19px!important;font-weight:950!important;letter-spacing:-.055em!important;line-height:1.05!important}.rp-question-list em,.rp-question-list b{color:var(--rp-muted)!important;font-size:15px!important;font-style:normal!important;font-weight:850!important;line-height:1.2!important;text-align:right!important}.rp-question-list b{grid-column:2!important}.rp-question-list button.active strong,.rp-question-list button.active em,.rp-question-list button.active b{color:#fff!important}.rp-current-question{overflow:hidden!important}.rp-current-head{display:grid!important;grid-template-columns:minmax(0,1fr) 390px!important;gap:24px!important;align-items:center!important;padding:28px 30px 22px!important}.rp-current-head h2{max-width:760px!important;margin:8px 0!important;color:var(--rp-ink)!important;font-size:clamp(32px,2.6vw,46px)!important;font-weight:950!important;letter-spacing:-.09em!important;line-height:.94!important}.rp-current-head p{max-width:760px!important;margin:0!important;color:var(--rp-muted)!important;font-size:16px!important;font-weight:600!important;line-height:1.42!important}.rp-search{display:flex!important;height:50px!important;align-items:center!important;gap:12px!important;border:1px solid var(--rp-line)!important;border-radius:14px!important;background:#fbfdff!important;padding:0 18px!important;color:var(--rp-muted)!important;font-size:15px!important;font-weight:750!important;box-shadow:inset 0 1px #ffffffb3!important}.rp-recommendation{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:22px!important;align-items:center!important;padding:24px 30px!important;border-top:1px solid var(--rp-line)!important;border-bottom:1px solid var(--rp-line)!important;background:#f2fbf8!important}.rp-recommendation p{max-width:780px!important;margin:8px 0 0!important;color:#193b36!important;font-size:18px!important;font-weight:850!important;letter-spacing:-.035em!important;line-height:1.28!important}.rp-recommendation-tags{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px!important;max-width:360px!important}.rp-recommendation-tags span{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#dcf2eb!important;color:#123b39!important;padding:9px 13px!important;font-size:12px!important;font-weight:950!important;letter-spacing:.14em!important;line-height:1!important;text-transform:uppercase!important}.rp-game-list{display:flex!important;flex-direction:column!important;background:#fff!important}.rp-game-list button{display:grid!important;grid-template-columns:44px 180px 250px minmax(220px,1fr) 160px 24px!important;gap:18px!important;align-items:center!important;width:100%!important;min-height:118px!important;border:0!important;border-bottom:1px solid var(--rp-line)!important;background:#fff!important;padding:20px 28px 20px 20px!important;color:var(--rp-ink)!important;text-align:left!important;cursor:pointer!important;transition:background .15s ease!important}.rp-game-list button:last-child{border-bottom:0!important}.rp-game-list button:hover,.rp-game-list button.active{background:#f8fafc!important}.rp-row-rank{display:inline-grid!important;width:36px!important;height:36px!important;place-items:center!important;border-radius:999px!important;background:#e8eef5!important;color:#475569!important;font-size:15px!important;font-weight:950!important}.rp-game-list strong{display:block!important;color:var(--rp-ink)!important;font-size:18px!important;font-weight:950!important;letter-spacing:-.045em!important;line-height:1.1!important}.rp-game-list em{display:block!important;margin-top:5px!important;color:var(--rp-muted)!important;font-size:14px!important;font-style:normal!important;font-weight:650!important;line-height:1.2!important}.rp-row-impact strong{color:#a84d43!important;font-size:23px!important}.rp-game-list button>b{color:var(--rp-ink)!important;font-size:34px!important;font-weight:500!important;line-height:1!important}.rp-right-rail{display:flex!important;flex-direction:column!important;gap:18px!important}.rp-detail-card,.rp-pattern-card{padding:22px!important}.rp-detail-card h3,.rp-pattern-card h3{margin:10px 0 14px!important;color:var(--rp-ink)!important;font-size:30px!important;font-weight:950!important;letter-spacing:-.08em!important;line-height:.98!important}.rp-detail-callout{margin:0 0 18px!important;border-left:5px solid #51b2a5!important;background:#e9f9f5!important;padding:16px 18px!important}.rp-detail-callout strong{display:block!important;color:#153b37!important;font-size:19px!important;font-weight:950!important;letter-spacing:-.04em!important}.rp-detail-callout p{margin:6px 0 0!important;color:#45635f!important;font-size:15px!important;font-weight:650!important;line-height:1.32!important}.rp-detail-card dl{margin:0 0 18px!important}.rp-detail-card dl div,.rp-detail-card dt,.rp-detail-card dd{margin:0!important}.rp-detail-card dl{display:grid!important;grid-template-columns:1fr auto!important}.rp-detail-card dt,.rp-detail-card dd{border-bottom:1px solid var(--rp-line)!important;padding:10px 0!important}.rp-detail-card dt{color:var(--rp-faint)!important;font-size:13px!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}.rp-detail-card dd{color:var(--rp-ink)!important;font-size:15px!important;font-weight:900!important;text-align:right!important}.rp-detail-card button{width:100%!important;min-height:49px!important;border:0!important;border-radius:10px!important;background:var(--rp-sidebar)!important;color:#fff!important;font-size:15px!important;font-weight:950!important;letter-spacing:-.025em!important;cursor:pointer!important}.rp-detail-card button:disabled{opacity:.5!important;cursor:not-allowed!important}.rp-pattern-card>div{margin-top:13px!important}.rp-pattern-card p{display:flex!important;justify-content:space-between!important;gap:14px!important;margin:0 0 6px!important}.rp-pattern-card p strong{color:var(--rp-ink)!important;font-size:15px!important;font-weight:950!important;letter-spacing:-.035em!important}.rp-pattern-card p em{color:var(--rp-muted)!important;font-size:13px!important;font-style:normal!important;font-weight:800!important}.rp-pattern-card div>span{display:block!important;height:8px!important;max-width:100%!important;border-radius:999px!important;background:#4ba89b!important}.app-sidebar{background:var(--rp-sidebar)!important}.app-sidebar .workflow-nav button{min-height:74px!important}.app-sidebar .workflow-copy strong{font-size:14px!important;letter-spacing:-.02em!important}.app-sidebar .workflow-copy span{font-size:11px!important;line-height:1.35!important}@media (max-width: 1580px){.rp-intel-band{grid-template-columns:1fr!important}.rp-evidence-card{min-height:110px!important}.rp-board-grid{grid-template-columns:300px minmax(0,1fr)!important}.rp-right-rail{grid-column:1 / -1!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}}@media (max-width: 1240px){.app-shell{grid-template-columns:1fr!important}.rp-board{padding:24px 20px 44px!important}.rp-header,.rp-current-head,.rp-recommendation{grid-template-columns:1fr!important;flex-direction:column!important;align-items:flex-start!important}.rp-controls{flex-wrap:wrap!important}.rp-intel-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.rp-board-grid,.rp-right-rail{grid-template-columns:1fr!important}.rp-game-list button{grid-template-columns:38px 1fr!important}.rp-game-list button>span:not(.rp-row-rank),.rp-game-list button>b{grid-column:2!important}}.audit-command-redesign{width:100%;min-height:100%;padding:30px 40px 56px;background:#f3f6fa;color:#0f172a;font-family:Inter,IBM Plex Sans,Helvetica Neue,Arial,sans-serif}.audit-command-redesign,.audit-command-redesign *{font-family:Inter,IBM Plex Sans,Helvetica Neue,Arial,sans-serif!important}.audit-overview-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.audit-breadcrumb{display:inline-flex;align-items:center;gap:9px;margin-bottom:9px;color:#8aa0bc;font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}.audit-breadcrumb b{color:#cbd5e1;font-weight:900}.audit-overview-header h1,.audit-overview-header h2{margin:0;color:#0f172a;font-size:clamp(34px,4vw,48px);font-weight:950;letter-spacing:-.08em;line-height:.95}.audit-overview-header p{margin:12px 0 0;color:#64748b;font-size:14px;font-weight:650}.audit-control-row{display:flex;align-items:center;gap:10px;flex-shrink:0}.audit-control-pill,.audit-control-row label,.audit-control-row button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;box-shadow:0 8px 20px #0f172a0d;color:#0f172a;font-size:14px;font-weight:900}.audit-control-pill{min-width:76px;padding:0 20px}.audit-control-row label{min-width:116px}.audit-control-row select{width:100%;min-height:46px;padding:0 38px 0 18px;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(45deg,transparent 50%,#2563eb 50%) calc(100% - 19px) 21px / 6px 6px no-repeat,linear-gradient(135deg,#2563eb 50%,transparent 50%) calc(100% - 14px) 21px / 6px 6px no-repeat,transparent;color:#0f172a;font-size:14px;font-weight:900;outline:none}.audit-control-row button{gap:9px;min-width:134px;padding:0 20px;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.audit-control-row button:hover{transform:translateY(-1px);border-color:#2563eb61;box-shadow:0 14px 28px #0f172a14}.audit-section-label{margin:0 0 16px}.audit-section-label h2{margin:0;color:#1e293b;font-size:19px;font-weight:950;letter-spacing:-.055em;line-height:1.05}.audit-section-label p{margin:5px 0 0;color:#64748b;font-size:13px;font-weight:650}.audit-bucket-grid{display:grid;grid-template-columns:1.18fr repeat(4,minmax(170px,1fr));gap:16px;margin-bottom:28px}.audit-bucket-card{position:relative;min-height:148px;padding:24px 26px;overflow:hidden;border:1px solid #dbe3ee;border-radius:16px;background:#fff;box-shadow:0 12px 28px #0f172a0a;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.audit-bucket-card:hover,.audit-bucket-card.active{transform:translateY(-1px);border-color:#2563eb73;box-shadow:0 18px 34px #0f172a14}.audit-bucket-card span{display:block;max-width:160px;color:#64748b;font-size:11px;font-weight:850;letter-spacing:.14em;line-height:1.45;text-transform:uppercase}.audit-bucket-value{display:block;margin-top:18px;color:#0f172a;font-size:50px;font-weight:950;letter-spacing:-.07em;line-height:.9}.audit-bucket-card em{display:block;margin-top:13px;color:#64748b;font-size:12px;font-style:normal;font-weight:750}.audit-bucket-card--all{border-color:#0a0f1c;background:#0a0f1c;box-shadow:0 22px 42px #0f172a2e}.audit-bucket-card--all:after{content:"";position:absolute;top:30px;right:30px;width:54px;height:38px;border-radius:7px;background:#ffffff21;box-shadow:10px 8px #ffffff14}.audit-bucket-card--all span{color:#a7b3c6}.audit-bucket-card--all .audit-bucket-value{color:#fff}.audit-bucket-card--all em{color:#64748b}.audit-bucket-card--tandem .audit-bucket-value{color:#2563eb}.audit-bucket-card.is-empty{border-style:dashed;background:#ffffff8c;box-shadow:none}.audit-bucket-card.is-empty span,.audit-bucket-card.is-empty .audit-bucket-value,.audit-bucket-card.is-empty em{color:#cbd5e1}.audit-queue-panel{overflow:hidden;border:1px solid #dbe3ee;border-radius:18px;background:#fff;box-shadow:0 16px 34px #0f172a0d}.audit-queue-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,432px);gap:28px;align-items:center;padding:32px 34px}.audit-queue-copy{max-width:760px}.audit-queue-tags{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}.audit-tag,.audit-queue-tags .source-tag{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:6px 12px;border:1px solid #bfdbfe;border-radius:5px;background:#eff6ff;color:#2563eb;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.audit-queue-tags .source-tag{border-color:#bbf7d0;background:#ecfdf5;color:#059669}.audit-queue-copy h3{margin:0 0 12px;color:#0f172a;font-size:34px;font-weight:950;letter-spacing:-.065em;line-height:1}.audit-queue-copy p{max-width:790px;margin:0;color:#64748b;font-size:14px;font-weight:500;line-height:1.65}.audit-summary-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-radius:16px;background:#0f172a;box-shadow:0 18px 34px #0f172a2e}.audit-summary-strip div{padding:20px 24px;border-right:1px solid rgba(148,163,184,.16)}.audit-summary-strip div:last-child{border-right:0}.audit-summary-strip span{display:block;margin-bottom:7px;color:#94a3b8;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.audit-summary-strip strong{display:block;color:#fff;font-size:32px;font-weight:950;letter-spacing:-.06em;line-height:1}.audit-summary-strip div:nth-child(2) strong{color:#2563eb}.audit-summary-strip em{display:block;margin-top:7px;color:#64748b;font-size:10px;font-style:normal;font-weight:650}.audit-bucket-note{margin:0;padding:14px 34px;border-top:1px solid #eef2f7;background:#f8fafc;color:#64748b;font-size:12px;font-weight:500;line-height:1.6}.audit-review-list{display:grid;gap:12px;padding:18px 34px 34px}.audit-review-row{position:relative;display:grid;grid-template-columns:220px 280px 240px minmax(240px,1fr) 260px;min-height:124px;overflow:hidden;border:1px solid #dbe3ee;border-radius:12px;background:#fff;box-shadow:0 12px 26px #0f172a0a;color:#0f172a;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.audit-review-row:before{content:"";position:absolute;top:0;bottom:0;left:0;width:6px;background:#2563eb;transition:width .15s ease}.audit-review-row:hover{transform:translateY(-1px);border-color:#2563eb73;box-shadow:0 18px 34px #0f172a14}.audit-review-row:hover:before{width:8px}.audit-review-row:disabled{cursor:default;opacity:.7}.audit-review-row>div{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:8px;padding:24px 26px;border-right:1px solid #eef2f7}.audit-review-row>div:last-child{border-right:0}.audit-row-pitcher{background:#f8fafc}.audit-row-game strong,.audit-pitcher-line strong{color:#0f172a;font-size:16px;font-weight:900;letter-spacing:-.025em}.audit-row-game span,.audit-row-game em,.audit-row-pitcher em,.audit-row-decision em,.audit-row-impact em{display:flex;align-items:center;gap:6px;color:#64748b;font-size:12px;font-style:normal;font-weight:600;line-height:1.35}.audit-row-game span{color:#475569;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.audit-pitcher-line{display:flex;align-items:center;gap:12px}.audit-pitcher-avatar{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:999px;background:#e2e8f0;color:#64748b;font-size:11px;font-weight:900}.audit-row-decision span{color:#64748b;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.audit-row-decision strong{display:inline-flex;align-items:center;gap:9px;color:#0f172a;font-size:14px;font-weight:900}.audit-status-badge{display:inline-flex;align-items:center;min-height:26px;padding:5px 9px;border-radius:5px;font-size:10px;font-weight:950;letter-spacing:.07em;text-transform:uppercase}.audit-status-pull{border:1px solid #fecaca;background:#fef2f2;color:#dc2626}.audit-status-prep{border:1px solid #fed7aa;background:#fff7ed;color:#ea580c}.audit-status-watch{border:1px solid #fde68a;background:#fffbeb;color:#b45309}.audit-status-stay{border:1px solid #dbe3ee;background:#f8fafc;color:#64748b}.audit-row-impact strong{color:#2563eb;font-size:22px;font-weight:950;letter-spacing:-.045em;line-height:1}.audit-row-impact strong:first-letter{letter-spacing:-.08em}.audit-row-reasons{align-items:flex-end;gap:7px!important}.audit-driver-chip{display:inline-flex;max-width:100%;align-items:center;justify-content:center;gap:6px;padding:7px 10px;border:1px solid #e2e8f0;border-radius:6px;background:#f1f5f9;color:#475569;font-size:10px;font-weight:900;letter-spacing:.075em;line-height:1;text-transform:uppercase;white-space:nowrap}.audit-driver-chip svg{flex:0 0 auto;color:#94a3b8}@media (max-width: 1500px){.audit-bucket-grid{grid-template-columns:1.1fr repeat(4,minmax(150px,1fr))}.audit-review-row{grid-template-columns:190px 250px 210px minmax(210px,1fr) 220px}.audit-review-row>div{padding-left:22px;padding-right:22px}}@media (max-width: 1180px){.audit-command-redesign{padding:24px}.audit-bucket-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-queue-head,.audit-review-row{grid-template-columns:1fr}.audit-review-row>div{border-right:0;border-bottom:1px solid #eef2f7}.audit-row-reasons{align-items:flex-start}}body{background:#f8fafc!important}.app-shell{grid-template-columns:280px minmax(0,1fr)!important;background:#f8fafc!important;color:#0f172a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.app-sidebar{width:280px!important;min-height:100vh!important;padding:26px 14px!important;background:#0a0f1c!important;box-shadow:22px 0 52px #0f172a33!important}.sidebar-brand{min-height:78px!important;display:flex!important;align-items:flex-start!important;padding:4px 10px 0!important;margin:0 0 15px!important}.sidebar-brand img{width:172px!important;max-width:172px!important;max-height:72px!important;object-fit:contain!important;object-position:left top!important}.sidebar-control-row{display:grid!important;gap:0!important;margin:0 0 30px!important;padding:6px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important;background:#151e2e!important}.sidebar-club-picker{display:block!important;min-width:0!important;margin:0!important}.sidebar-club-picker>span:first-child{display:none!important}.sidebar-select-wrap{position:relative!important;display:block!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;border-radius:10px 10px 4px 4px!important;background:transparent!important;box-shadow:none!important}.sidebar-select-wrap:after{content:"⌄"!important;position:absolute!important;right:15px!important;top:50%!important;transform:translateY(-58%)!important;color:#64748b!important;font-size:18px!important;font-weight:800!important;pointer-events:none!important}.sidebar-select-wrap select{width:100%!important;min-height:44px!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;border-radius:10px!important;padding:0 42px 0 16px!important;background:transparent!important;color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:14px!important;font-weight:800!important;letter-spacing:-.01em!important}.sidebar-data-button{width:100%!important;min-height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;margin-top:6px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:8px!important;background:#ffffff0d!important;color:#2563eb!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:11px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.sidebar-data-button.ready{color:#2563eb!important}.sidebar-data-button.pending{color:#ef4444!important}.app-sidebar .workflow-nav{display:grid!important;gap:4px!important;margin:0 -8px!important;padding:0!important}.app-sidebar .workflow-nav button{display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;gap:10px!important;align-items:start!important;min-height:78px!important;padding:15px 18px!important;border:0!important;border-left:3px solid transparent!important;border-radius:0 10px 10px 0!important;background:transparent!important;box-shadow:none!important;text-align:left!important}.app-sidebar .workflow-nav button.active{border-left-color:#2563eb!important;background:linear-gradient(90deg,#2563eb2e,#2563eb09)!important}.workflow-icon{display:inline-grid!important;place-items:center!important;color:#64748b!important}.app-sidebar .workflow-nav button.active .workflow-icon{color:#2563eb!important}.app-sidebar .workflow-copy strong{color:#cbd5e1!important;font-size:14px!important;font-weight:850!important;letter-spacing:-.02em!important;line-height:1.15!important}.app-sidebar .workflow-nav button.active .workflow-copy strong,.app-sidebar .workflow-nav button:hover .workflow-copy strong{color:#fff!important}.app-sidebar .workflow-copy span{margin-top:3px!important;color:#64748b!important;font-size:11px!important;font-weight:500!important;line-height:1.35!important;letter-spacing:0!important;text-transform:none!important}.sidebar-system-status{left:14px!important;right:14px!important;bottom:16px!important;padding:15px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:8px!important;background:#151e2e!important}.sidebar-system-status span{color:#64748b!important;font-size:10px!important;font-weight:850!important;letter-spacing:.16em!important}.sidebar-system-status strong{color:#e2e8f0!important;font-size:12px!important}.app-main{width:100%!important;max-width:none!important;min-width:0!important;overflow-x:hidden!important;background:#f8fafc!important}.season-row{min-height:136px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:28px 40px!important;margin:0!important;border-bottom:1px solid #dbe3ee!important;background:#f8fafc!important}.topbar-copy span{color:#94a3b8!important;font-size:11px!important;font-weight:850!important;letter-spacing:.2em!important;text-transform:uppercase!important}.topbar-copy strong{margin-top:5px!important;color:#0f172a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:40px!important;font-weight:900!important;letter-spacing:-.075em!important;line-height:.98!important}.topbar-copy em{margin-top:8px!important;color:#5b6b83!important;font-size:14px!important;font-style:normal!important;font-weight:500!important}.season-row label{display:inline-flex!important;align-items:center!important;gap:12px!important;padding:7px 8px 7px 18px!important;border:1px solid #dbe3ee!important;border-radius:12px!important;background:#fff!important;box-shadow:0 16px 34px #0f172a14!important;color:#94a3b8!important;font-size:10px!important;font-weight:850!important;letter-spacing:.16em!important;text-transform:uppercase!important}.season-row label select{min-width:92px!important;padding:10px 34px 10px 14px!important;border:0!important;border-radius:9px!important;background:#f1f5f9!important;color:#0f172a!important;font-size:14px!important;font-weight:850!important;letter-spacing:-.01em!important}.command-dashboard{width:100%!important;max-width:none!important;padding:30px 40px 48px!important;margin:0!important;background:#f8fafc!important;color:#0f172a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.command-top-cards{display:grid!important;grid-template-columns:1.18fr repeat(4,minmax(190px,1fr))!important;gap:16px!important;margin:0 0 28px!important}.command-top-card{min-height:148px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;padding:26px 25px!important;border:1px solid #dbe3ee!important;border-radius:14px!important;background:#fff!important;box-shadow:0 14px 32px #0f172a0b!important;text-align:left!important}.command-top-card span{color:#64748b!important;font-size:11px!important;font-weight:850!important;letter-spacing:.16em!important;line-height:1.35!important;text-transform:uppercase!important}.command-top-card strong{color:#0f172a!important;font-size:48px!important;font-weight:900!important;letter-spacing:-.07em!important;line-height:.95!important}.command-top-card--primary,.command-top-card--primary.active{position:relative!important;overflow:hidden!important;border-color:#0a0f1c!important;background:#0a0f1c!important;box-shadow:0 22px 42px #0f172a38!important}.command-top-card--primary:after{content:""!important;position:absolute!important;top:34px!important;right:22px!important;width:46px!important;height:34px!important;border-radius:5px!important;background:linear-gradient(90deg,rgba(255,255,255,.16) 0 8px,transparent 8px 13px,rgba(255,255,255,.12) 13px 100%),#ffffff14!important;box-shadow:10px 6px #ffffff0d!important}.command-top-card--primary span,.command-top-card--primary strong{color:#fff!important}.command-top-card--tandem strong{color:#2563eb!important}.command-top-card.is-empty{border-style:dashed!important;background:#ffffff94!important;box-shadow:none!important}.command-top-card.is-empty span,.command-top-card.is-empty strong{color:#cbd5e1!important}.command-board-panel.command-queue-panel{overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:16px!important;background:#fff!important;box-shadow:0 14px 32px #0f172a0a!important}.command-board-panel.command-queue-panel>.command-queue-head{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(410px,430px)!important;align-items:center!important;gap:36px!important;padding:32px!important;border-bottom:0!important;background:#fff!important}.command-queue-tags{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px!important;margin-bottom:16px!important}.command-queue-tags>span,.command-queue-tags .source-tag{min-height:26px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:4px!important;padding:0 10px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.075em!important;text-transform:uppercase!important}.command-queue-tags>span{border:1px solid rgba(37,99,235,.26)!important;background:#2563eb14!important;color:#2563eb!important}.command-queue-tags .source-tag{border:1px solid rgba(16,185,129,.28)!important;background:#10b98114!important;color:#059669!important}.command-queue-head h3{margin:0!important;color:#0f172a!important;font-size:32px!important;font-weight:900!important;letter-spacing:-.075em!important;line-height:1.02!important}.command-queue-head p{max-width:720px!important;margin:14px 0 0!important;color:#64748b!important;font-size:14px!important;font-weight:500!important;line-height:1.55!important}.command-queue-summary{display:flex!important;justify-content:stretch!important;border-radius:16px!important;background:#0f172a!important;padding:9px!important;box-shadow:0 18px 38px #0f172a33!important}.command-queue-summary div{min-width:0!important;flex:1 1 0!important;padding:16px 22px!important;border-right:1px solid rgba(148,163,184,.18)!important}.command-queue-summary div:last-child{border-right:0!important}.command-queue-summary span{color:#94a3b8!important;font-size:10px!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important}.command-queue-summary strong{display:block!important;margin-top:7px!important;color:#fff!important;font-size:32px!important;font-weight:900!important;letter-spacing:-.06em!important;line-height:.95!important}.command-queue-summary div:nth-child(2) strong{color:#2563eb!important}.command-queue-summary em{display:block!important;margin-top:8px!important;color:#64748b!important;font-size:10px!important;font-style:normal!important;font-weight:500!important;text-transform:none!important}.command-board-layout{background:#fff!important}.command-bucket-note{margin:0!important;padding:16px 32px!important;border-top:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;background:#f8fafc!important;color:#64748b!important;font-size:12px!important;line-height:1.5!important}.command-review-list{display:grid!important;gap:12px!important;padding:18px 32px 32px!important;background:#fff!important}.command-review-list .calibrated-row{position:relative!important;display:grid!important;grid-template-columns:220px 280px 240px minmax(250px,1fr) 230px!important;min-height:124px!important;overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:12px!important;background:#fff!important;padding:0!important;text-align:left!important;box-shadow:0 10px 24px #0f172a0a!important}.command-review-list .calibrated-row:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:6px!important;background:#2563eb!important}.command-review-list .calibrated-row>div{display:flex!important;min-width:0!important;flex-direction:column!important;justify-content:center!important;gap:8px!important;padding:24px 26px!important;border-right:1px solid #eef2f7!important}.command-review-list .calibrated-row>div:first-child{padding-left:34px!important}.command-review-list .calibrated-row>div:last-child{border-right:0!important}.review-pitcher-cell{background:#f8fafcb8!important}.review-pitcher-line{display:flex!important;align-items:center!important;gap:12px!important}.pitcher-avatar{display:inline-grid!important;width:32px!important;height:32px!important;place-items:center!important;flex:0 0 32px!important;border:1px solid #cbd5e1!important;border-radius:999px!important;background:#e2e8f0!important;color:#475569!important;font-size:11px!important;font-weight:900!important;letter-spacing:0!important}.review-date-line{display:inline-flex!important;align-items:center!important;gap:6px!important;text-transform:uppercase!important;letter-spacing:.055em!important}.review-overline{color:#94a3b8!important;font-size:11px!important;font-weight:900!important;letter-spacing:.13em!important;text-transform:uppercase!important}.review-decision-stack{display:flex!important;align-items:center!important;gap:10px!important}.review-status-badge{display:inline-flex!important;width:fit-content!important;align-items:center!important;justify-content:center!important;border:1px solid transparent!important;border-radius:4px!important;padding:6px 9px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;line-height:1!important;text-transform:uppercase!important}.review-status-pull_now,.review-status-distress{border-color:#fecaca!important;background:#fee2e2!important;color:#dc2626!important}.review-status-prep{border-color:#fed7aa!important;background:#ffedd5!important;color:#c2410c!important}.review-status-watch{border-color:#fde68a!important;background:#fef3c7!important;color:#b45309!important}.review-status-stay{border-color:#cbd5e1!important;background:#e2e8f0!important;color:#475569!important}.command-review-list .calibrated-row strong{color:#0f172a!important;font-size:16px!important;font-weight:850!important;letter-spacing:-.025em!important;line-height:1.2!important}.review-edge-cell strong{color:#2563eb!important;font-size:23px!important;font-weight:900!important;letter-spacing:-.045em!important}.command-review-list .calibrated-row span{color:#64748b!important;font-size:12px!important;font-weight:500!important;line-height:1.4!important}.command-review-list .driver-list{align-items:flex-end!important;gap:7px!important}.command-review-list .driver-chip{display:inline-flex!important;width:fit-content!important;max-width:100%!important;align-items:center!important;justify-content:center!important;gap:6px!important;border:1px solid #e2e8f0!important;border-radius:6px!important;background:#f1f5f9!important;color:#475569!important;padding:6px 10px!important;font-size:10px!important;font-weight:850!important;letter-spacing:.07em!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.command-review-list .driver-chip svg{width:12px!important;height:12px!important;flex:0 0 12px!important;color:#94a3b8!important}.command-review-list .driver-chip--base svg,.command-review-list .driver-chip--leverage svg{color:#64748b!important}.command-review-list .driver-chip--stuff svg{color:#64748b!important}@media (max-width: 1440px){.command-top-cards{grid-template-columns:1.15fr repeat(4,minmax(160px,1fr))!important}.command-review-list .calibrated-row{grid-template-columns:190px 250px 210px minmax(210px,1fr) 200px!important}.command-review-list .calibrated-row>div{padding-left:22px!important;padding-right:22px!important}}@media (max-width: 1180px){.app-shell{grid-template-columns:1fr!important}.app-sidebar{position:relative!important;width:100%!important;min-height:auto!important}.sidebar-system-status{position:static!important;margin-top:18px!important}.command-top-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.command-board-panel.command-queue-panel>.command-queue-head,.command-review-list .calibrated-row{grid-template-columns:1fr!important}.command-review-list .calibrated-row>div{border-right:0!important;border-bottom:1px solid #eef2f7!important}}.audit-command-redesign{width:100%!important;max-width:1240px!important;min-height:100%!important;margin:0 auto!important;padding:38px 34px 56px!important;background:#f8fafc!important;color:#0f172a!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.audit-command-redesign,.audit-command-redesign *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.audit-overview-header{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:24px!important;margin:0 0 34px!important}.audit-breadcrumb{margin:0 0 10px!important;color:#8ea0ba!important;font-size:11px!important;font-weight:850!important;letter-spacing:.22em!important;text-transform:uppercase!important}.audit-overview-header h1,.audit-overview-header h2{margin:0!important;color:#013b7f!important;font-size:clamp(34px,3.1vw,48px)!important;font-weight:950!important;letter-spacing:-.085em!important;line-height:.96!important}.audit-overview-header p{margin:11px 0 0!important;color:#5b6b83!important;font-size:14px!important;font-weight:500!important}.audit-control-row{display:flex!important;align-items:center!important;gap:10px!important;flex-shrink:0!important}.audit-control-pill,.audit-control-row label,.audit-control-row button{min-height:48px!important;border:1px solid #dbe3ee!important;border-radius:12px!important;background:#fff!important;box-shadow:0 16px 34px #0f172a14!important;color:#0f172a!important;font-size:14px!important;font-weight:900!important}.audit-control-pill{min-width:72px!important;padding:0 18px!important}.audit-control-row label{min-width:116px!important;padding:0!important}.audit-control-row select{min-height:46px!important;padding:0 40px 0 18px!important;color:#0f172a!important;font-size:14px!important;font-weight:900!important}.audit-control-row button{gap:9px!important;min-width:128px!important;padding:0 19px!important}.audit-section-label{margin:0 0 16px!important}.audit-section-label h2{margin:0!important;color:#1e293b!important;font-size:18px!important;font-weight:950!important;letter-spacing:-.045em!important;line-height:1.05!important}.audit-section-label p{margin:6px 0 0!important;color:#5b6b83!important;font-size:13px!important;font-weight:500!important}.audit-bucket-grid{display:grid!important;grid-template-columns:1.18fr repeat(4,minmax(150px,1fr))!important;gap:16px!important;margin:0 0 30px!important}.audit-bucket-card{position:relative!important;min-height:140px!important;padding:24px 25px!important;overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:16px!important;background:#fff!important;box-shadow:0 14px 32px #0f172a0b!important;text-align:left!important}.audit-bucket-card:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:4px!important;background:#013b7f!important;opacity:.92!important}.audit-bucket-card:hover,.audit-bucket-card.active{transform:translateY(-1px)!important;border-color:#2563eb52!important;box-shadow:0 20px 38px #0f172a17!important}.audit-bucket-card span{display:block!important;max-width:170px!important;padding-left:4px!important;color:#64748b!important;font-size:10px!important;font-weight:900!important;letter-spacing:.16em!important;line-height:1.45!important;text-transform:uppercase!important}.audit-bucket-value{display:block!important;margin:18px 0 0!important;padding-left:4px!important;color:#013b7f!important;font-size:48px!important;font-weight:950!important;letter-spacing:-.075em!important;line-height:.92!important}.audit-bucket-card em{display:block!important;margin-top:12px!important;padding-left:4px!important;color:#64748b!important;font-size:12px!important;font-style:normal!important;font-weight:750!important}.audit-bucket-card--all,.audit-bucket-card--all.active{border-color:#013b7f!important;background:#013b7f!important;box-shadow:0 22px 42px #013b7f38!important}.audit-bucket-card--all:before{display:none!important}.audit-bucket-card--all:after{top:28px!important;right:24px!important;width:50px!important;height:38px!important;border-radius:7px!important;background:#ffffff1f!important;box-shadow:10px 7px #ffffff0f!important}.audit-bucket-card--all span{color:#bfdbfeb8!important}.audit-bucket-card--all .audit-bucket-value{color:#fff!important}.audit-bucket-card--all em{color:#dbeafead!important}.audit-bucket-card--tandem:before{background:#ce1141!important}.audit-bucket-card--tandem span,.audit-bucket-card--tandem .audit-bucket-value{color:#ce1141!important}.audit-bucket-card--push:before,.audit-bucket-card--workload:before{background:#cbd5e1!important}.audit-bucket-card.is-empty{border-style:dashed!important;background:#ffffff94!important;box-shadow:none!important}.audit-bucket-card.is-empty span,.audit-bucket-card.is-empty .audit-bucket-value,.audit-bucket-card.is-empty em{color:#cbd5e1!important}.audit-queue-panel{overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:18px!important;background:#fff!important;box-shadow:0 14px 32px #0f172a0b!important}.audit-queue-head{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(390px,430px)!important;gap:34px!important;align-items:center!important;padding:32px!important;background:#fff!important}.audit-queue-copy{max-width:730px!important}.audit-queue-tags{display:flex!important;gap:10px!important;align-items:center!important;margin-bottom:16px!important}.audit-tag,.audit-queue-tags .source-tag{min-height:26px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 10px!important;border-radius:4px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.075em!important;text-transform:uppercase!important}.audit-tag{border:1px solid rgba(37,99,235,.26)!important;background:#2563eb14!important;color:#2563eb!important}.audit-queue-tags .source-tag{border:1px solid rgba(16,185,129,.28)!important;background:#10b98114!important;color:#059669!important}.audit-queue-tags .source-tag>span{width:6px!important;height:6px!important;border-radius:999px!important;background:#10b981!important}.audit-queue-copy h3{margin:0 0 12px!important;color:#0f172a!important;font-size:32px!important;font-weight:950!important;letter-spacing:-.075em!important;line-height:1.02!important}.audit-queue-copy p{max-width:735px!important;margin:0!important;color:#5b6b83!important;font-size:14px!important;font-weight:500!important;line-height:1.55!important}.audit-summary-strip{display:flex!important;justify-content:stretch!important;border-radius:16px!important;background:#0f172a!important;padding:9px!important;box-shadow:0 18px 38px #0f172a33!important}.audit-summary-strip div{min-width:0!important;flex:1 1 0!important;padding:16px 22px!important;border-right:1px solid rgba(148,163,184,.18)!important}.audit-summary-strip div:last-child{border-right:0!important}.audit-summary-strip span{color:#94a3b8!important;font-size:10px!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important}.audit-summary-strip strong{display:block!important;margin-top:7px!important;color:#fff!important;font-size:32px!important;font-weight:950!important;letter-spacing:-.06em!important;line-height:.95!important}.audit-summary-strip div:nth-child(2) strong{color:#2563eb!important}.audit-summary-strip em{display:block!important;margin-top:8px!important;color:#64748b!important;font-size:10px!important;font-style:normal!important;font-weight:500!important}.audit-bucket-note{margin:0!important;padding:16px 32px!important;border-top:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;background:#f8fafc!important;color:#64748b!important;font-size:12px!important;font-weight:500!important;line-height:1.5!important}.audit-review-list{display:grid!important;gap:12px!important;padding:18px 32px 32px!important;background:#fff!important}.audit-review-row{position:relative!important;display:grid!important;grid-template-columns:220px 280px 240px minmax(250px,1fr) 230px!important;min-height:124px!important;overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:12px!important;background:#fff!important;padding:0!important;box-shadow:0 10px 24px #0f172a0a!important}.audit-review-row:before{width:6px!important;background:#2563eb!important}.audit-review-row:hover{transform:translateY(-1px)!important;border-color:#ce11414d!important;box-shadow:0 16px 34px #0f172a14!important}.audit-review-row>div{display:flex!important;min-width:0!important;flex-direction:column!important;justify-content:center!important;gap:8px!important;padding:24px 26px!important;border-right:1px solid #eef2f7!important}.audit-row-game{padding-left:34px!important}.audit-row-pitcher{background:#f8fafcb8!important}.audit-row-game strong,.audit-pitcher-line strong{color:#0f172a!important;font-size:16px!important;font-weight:900!important;letter-spacing:-.025em!important}.audit-row-game span,.audit-row-game em,.audit-row-pitcher em,.audit-row-decision em,.audit-row-impact em{color:#64748b!important;font-size:12px!important;font-weight:500!important;line-height:1.4!important;text-transform:none!important;letter-spacing:0!important}.audit-row-game span{color:#475569!important;font-weight:750!important;letter-spacing:.055em!important;text-transform:uppercase!important}.audit-pitcher-avatar{width:32px!important;height:32px!important;border:1px solid #cbd5e1!important;background:#e2e8f0!important;color:#475569!important;font-size:11px!important;font-weight:900!important}.audit-row-decision span{color:#94a3b8!important;font-size:11px!important;font-weight:900!important;letter-spacing:.13em!important;text-transform:uppercase!important}.audit-row-decision strong{gap:10px!important;color:#0f172a!important;font-size:14px!important;font-weight:900!important}.audit-status-badge{min-height:24px!important;padding:6px 9px!important;border-radius:4px!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important}.audit-status-pull{border-color:#fecaca!important;background:#fee2e2!important;color:#dc2626!important}.audit-row-impact strong{color:#2563eb!important;font-size:23px!important;font-weight:950!important;letter-spacing:-.045em!important}.audit-row-reasons{align-items:flex-end!important;gap:7px!important}.audit-driver-chip{width:fit-content!important;max-width:100%!important;gap:6px!important;border:1px solid #e2e8f0!important;border-radius:6px!important;background:#f1f5f9!important;color:#475569!important;padding:6px 10px!important;font-size:10px!important;font-weight:850!important;letter-spacing:.07em!important;line-height:1!important}.audit-driver-chip svg{width:12px!important;height:12px!important;flex:0 0 12px!important;color:#64748b!important}@media (max-width: 1500px){.audit-command-redesign{padding-left:28px!important;padding-right:28px!important}.audit-bucket-grid{grid-template-columns:1.1fr repeat(4,minmax(135px,1fr))!important}.audit-review-row{grid-template-columns:190px 250px 210px minmax(210px,1fr) 205px!important}.audit-review-row>div{padding-left:22px!important;padding-right:22px!important}}@media (max-width: 1180px){.audit-overview-header,.audit-queue-head{grid-template-columns:1fr!important;display:grid!important}.audit-bucket-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.audit-review-row{grid-template-columns:1fr!important}.audit-review-row>div{border-right:0!important;border-bottom:1px solid #eef2f7!important}.audit-row-reasons{align-items:flex-start!important}}.audit-command-exact{--exact-blue: #013b7f;--exact-red: #ce1141;--exact-bg: #f8f9fa;--exact-ink: #0f172a;--exact-muted: #64748b;flex:1;min-height:100%;overflow-y:auto;background:var(--exact-bg);color:var(--exact-ink);padding:40px 32px 64px}.audit-command-exact,.audit-command-exact *{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;box-sizing:border-box}.audit-command-exact::selection{background:var(--exact-red);color:#fff}.audit-exact-header,.audit-exact-overview,.audit-exact-queue{width:min(100%,1320px);margin-inline:auto}.audit-exact-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:44px}.audit-exact-crumb{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#64748b;font-size:12px;font-weight:700}.audit-exact-crumb span{border-radius:4px;background:#fee2e2;color:var(--exact-red);padding:3px 8px;font-size:10px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.audit-exact-crumb svg{color:#cbd5e1}.audit-exact-crumb b{color:#64748b;font-size:12px;font-weight:700}.audit-exact-title h1{margin:0 0 8px;color:var(--exact-blue);font-size:clamp(42px,4.3vw,56px);font-weight:950;letter-spacing:-.075em;line-height:.96}.audit-exact-title p{margin:0;color:#64748b;font-size:15px;font-weight:650}.audit-exact-head-strip{display:flex;align-items:stretch;flex-shrink:0;overflow:hidden;border:1px solid rgba(203,213,225,.78);border-radius:18px;background:#fff;box-shadow:0 12px 32px #0f172a12;padding:6px}.audit-exact-head-strip div{min-width:128px;padding:12px 20px;border-right:1px solid #eef2f7}.audit-exact-head-strip div:first-child{border-radius:12px 0 0 12px;background:#f8fafcd1}.audit-exact-head-strip span{display:block;color:#94a3b8;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.audit-exact-head-strip strong{display:block;margin-top:4px;color:var(--exact-blue);font-size:28px;font-weight:950;letter-spacing:-.055em;line-height:1}.audit-exact-head-strip div:nth-child(2) strong{color:var(--exact-red)}.audit-exact-head-strip label{display:flex;align-items:center;justify-content:center;min-width:105px;border-radius:0 12px 12px 0;background:var(--exact-blue);color:#fff;padding:0 16px}.audit-exact-head-strip select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#fff;cursor:pointer;font-size:13px;font-weight:950;letter-spacing:.09em;outline:0;padding:0}.audit-exact-head-strip option{color:#0f172a}.audit-exact-overview{margin-bottom:40px}.audit-exact-section-title{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px}.audit-exact-section-title svg{margin-top:2px;color:#ce114170}.audit-exact-section-title h2{margin:0;color:var(--exact-blue);font-size:22px;font-weight:950;letter-spacing:-.045em;line-height:1.05}.audit-exact-section-title p{margin:6px 0 0;color:#64748b;font-size:14px;font-weight:550}.audit-exact-stat-grid{display:grid;grid-template-columns:1.25fr repeat(4,minmax(150px,1fr));gap:18px}.audit-exact-stat-card{position:relative;min-height:148px;overflow:hidden;border:1px solid rgba(203,213,225,.78);border-radius:18px;background:#fff;box-shadow:0 10px 24px #0f172a09;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;padding:28px 30px;text-align:left;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.audit-exact-stat-card:hover,.audit-exact-stat-card.active{border-color:#ce114157;box-shadow:0 18px 42px #0f172a14;transform:translateY(-1px)}.audit-exact-stat-card span{position:relative;z-index:1;color:#64748b;font-size:10px;font-weight:950;letter-spacing:.13em;line-height:1.45;text-transform:uppercase}.audit-exact-stat-card strong{position:relative;z-index:1;color:var(--exact-blue);font-size:52px;font-weight:950;letter-spacing:-.065em;line-height:.9}.audit-exact-stat-card em{position:relative;z-index:1;margin-top:10px;color:#64748b;font-size:14px;font-style:normal;font-weight:750}.audit-exact-stat-card--all{border-color:var(--exact-blue);background:var(--exact-blue);box-shadow:0 18px 38px #013b7f2e}.audit-exact-stat-card--all span,.audit-exact-stat-card--all em{color:#dbeafebd}.audit-exact-stat-card--all strong{color:#fff}.audit-exact-stat-card--all svg{position:absolute;right:-22px;bottom:-20px;color:#ffffff0e;transition:color .16s ease}.audit-exact-stat-card--all:hover svg,.audit-exact-stat-card--all.active svg{color:#ce11411f}.audit-exact-stat-card--tandem{border-left:5px solid var(--exact-red)}.audit-exact-stat-card--tandem span{color:#ce1141b8}.audit-exact-stat-card--tandem strong{color:var(--exact-red)}.audit-exact-stat-card--empty{border-left:5px solid #cbd5e1;background:#ffffffa8}.audit-exact-stat-card--empty span,.audit-exact-stat-card--empty strong{color:#cbd5e1}.audit-exact-stat-card--standard,.audit-exact-stat-card--workload,.audit-exact-stat-card--push{border-left:5px solid var(--exact-blue)}.audit-exact-queue{padding-bottom:48px}.audit-exact-queue-title{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}.audit-exact-queue-title>div{display:flex;align-items:center;gap:12px;min-width:0}.audit-exact-queue-title svg{color:#ce114170}.audit-exact-queue-title h2{margin:0;color:var(--exact-blue);font-size:24px;font-weight:950;letter-spacing:-.05em;line-height:1.05}.audit-exact-source-ready,.audit-exact-source-pending{display:inline-flex;align-items:center;gap:7px;border-radius:7px;border:1px solid #bbf7d0;background:#dcfce7;color:#047857;padding:7px 11px;font-size:10px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.audit-exact-source-pending{border-color:#fed7aa;background:#ffedd5;color:#c2410c}.audit-exact-source-ready i,.audit-exact-source-pending i{width:7px;height:7px;border-radius:999px;background:currentColor}.audit-exact-queue-title button{display:inline-flex;align-items:center;gap:8px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;color:#64748b;box-shadow:0 4px 14px #0f172a09;cursor:pointer;font-size:13px;font-weight:850;padding:9px 14px}.audit-exact-row-list{display:flex;flex-direction:column;gap:18px}.audit-exact-row{position:relative;overflow:hidden;border:1px solid rgba(203,213,225,.78);border-radius:18px;background:#fff;box-shadow:0 10px 24px #0f172a09;cursor:pointer;padding:0;text-align:left;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.audit-exact-row:before{content:"";position:absolute;inset:0 auto 0 0;width:0;background:var(--exact-red);transition:width .16s ease}.audit-exact-row:hover{border-color:#ce114152;box-shadow:0 16px 34px #0f172a12;transform:translateY(-1px)}.audit-exact-row:hover:before{width:5px}.audit-exact-row:disabled{cursor:not-allowed;opacity:.72}.audit-exact-row-top{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #eef2f7;background:#f8fafc;padding:16px 22px}.audit-exact-row-meta{display:flex;align-items:center;gap:18px}.audit-exact-row-meta strong{display:inline-flex;align-items:center;border-radius:9px;background:var(--exact-blue);color:#fff;font-size:15px;font-weight:950;letter-spacing:-.02em;line-height:1;padding:11px 15px;text-transform:uppercase}.audit-exact-row-meta span{display:inline-flex;align-items:center;gap:7px;color:#64748b;font-size:14px;font-weight:800}.audit-exact-impact-badge{display:flex;align-items:baseline;gap:9px}.audit-exact-impact-badge span{color:#94a3b8;font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.audit-exact-impact-badge strong{border:1px solid #fecaca;border-radius:7px;background:#fef2f2;color:var(--exact-red);font-size:28px;font-weight:950;letter-spacing:-.055em;line-height:1;padding:6px 9px}.audit-exact-row-body{display:grid;grid-template-columns:minmax(250px,1.25fr) minmax(340px,1.45fr) minmax(240px,.9fr);align-items:center;gap:0;padding:24px 28px}.audit-exact-pitcher-cell{display:flex;align-items:center;gap:18px;min-width:0}.audit-exact-avatar{display:inline-flex;width:56px;height:56px;flex:0 0 56px;align-items:center;justify-content:center;border:2px solid #ffffff;border-radius:999px;background:#f1f5f9;box-shadow:0 0 0 1px #dbe3ee;color:#64748b;font-size:18px;font-weight:950}.audit-exact-pitcher-cell strong{display:block;color:var(--exact-blue);font-size:22px;font-weight:950;letter-spacing:-.04em;line-height:1.05}.audit-exact-pitcher-cell em{display:inline-flex;margin-top:8px;max-width:100%;border:1px solid #eef2f7;border-radius:8px;background:#f8fafc;color:#64748b;font-size:13px;font-style:normal;font-weight:700;line-height:1.35;padding:6px 10px}.audit-exact-rec-cell{position:relative;border-left:1px solid #eef2f7;border-right:1px solid #eef2f7;padding:4px 28px}.audit-exact-rec-cell>span{display:block;margin-bottom:9px;color:#94a3b8;font-size:10px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.audit-exact-rec-cell strong{display:inline-flex;align-items:center;gap:12px;border:1px solid #eef2f7;border-radius:12px;background:#f8fafc;color:#334155;font-size:16px;font-weight:900;padding:9px 12px}.audit-exact-rec-cell svg{color:#94a3b8}.audit-exact-status{border-radius:8px;color:#fff;font-size:11px;font-weight:950;letter-spacing:.12em;line-height:1;padding:9px 13px;text-transform:uppercase}.audit-exact-status--pull{background:var(--exact-red)}.audit-exact-status--prep{background:#f97316}.audit-exact-status--watch{background:#d97706}.audit-exact-status--stay,.audit-exact-status--ok{background:#475569}.audit-exact-rec-cell em{display:block;margin-top:9px;color:#64748b;font-size:13px;font-style:normal;font-weight:650}.audit-exact-reason-cell{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap;padding-left:28px}.audit-exact-reason-cell .audit-driver-chip,.audit-exact-driver-chip{display:inline-flex;width:auto!important;max-width:100%;align-items:center;gap:7px;border:1px solid #dbe3ee!important;border-radius:9px!important;background:#fff!important;box-shadow:0 4px 12px #0f172a09;color:#475569!important;font-size:12px!important;font-weight:900!important;letter-spacing:0!important;line-height:1!important;padding:10px 13px!important;text-transform:none!important}.audit-exact-reason-cell .audit-driver-chip svg{color:var(--exact-blue)!important}.audit-exact-row-pitcher-meta{display:block;padding:0 28px 20px;color:#94a3b8;font-size:12px;font-weight:650}@media (max-width: 1400px){.audit-exact-header{align-items:flex-start;flex-direction:column}.audit-exact-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-exact-row-body{grid-template-columns:1fr;gap:22px}.audit-exact-rec-cell{border:0;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;padding:18px 0}.audit-exact-reason-cell{justify-content:flex-start;padding-left:0}}@media (max-width: 760px){.audit-command-exact{padding:28px 18px 48px}.audit-exact-head-strip{width:100%;flex-wrap:wrap}.audit-exact-stat-grid{grid-template-columns:1fr}.audit-exact-row-top,.audit-exact-row-meta{align-items:flex-start;flex-direction:column}}:root{--bb-exact-bg: #f8f9fa;--bb-exact-black: #000000;--bb-exact-navy: #0b1020;--bb-exact-panel: #111827;--bb-exact-blue: #1e4388;--bb-exact-action-blue: #2563eb;--bb-exact-red: #c62f4a;--bb-exact-soft-red: #f7dce3;--bb-exact-text: #0f172a;--bb-exact-muted: #64748b;--bb-exact-faint: #94a3b8;--bb-exact-line: #e2e8f0;--bb-exact-card: #ffffff;--bb-exact-green: #0f8f5f;--bb-exact-green-bg: #dcfce7}.app-shell{min-height:100vh!important;height:100vh!important;display:flex!important;overflow:hidden!important;background:var(--bb-exact-bg)!important;color:var(--bb-exact-text)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.app-main{flex:1 1 auto!important;min-width:0!important;height:100vh!important;overflow-y:auto!important;background:var(--bb-exact-bg)!important}.app-sidebar{width:306px!important;flex:0 0 306px!important;height:100vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:var(--bb-exact-black)!important;border-right:1px solid #1f2937!important;box-shadow:18px 0 44px #0f172a1f!important;color:#fff!important}.sidebar-brand{height:86px!important;display:flex!important;align-items:center!important;padding:0 28px!important;border-bottom:1px solid #1f2937!important;background:#000!important}.sidebar-brand img{width:155px!important;height:auto!important;max-height:48px!important;object-fit:contain!important;object-position:left center!important}.workflow-nav{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;gap:6px!important;overflow-y:auto!important;padding:34px 18px 22px!important;background:#000!important}.sidebar-nav-section{display:block!important;margin:0 10px 10px!important;color:#6b7280!important;font-size:12px!important;font-weight:950!important;letter-spacing:.13em!important;line-height:1!important;text-transform:uppercase!important}.sidebar-nav-section--planning{margin-top:26px!important}.workflow-nav button{width:100%!important;min-height:64px!important;display:grid!important;grid-template-columns:24px minmax(0,1fr)!important;align-items:center!important;column-gap:12px!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;color:#9ca3af!important;padding:11px 16px!important;text-align:left!important;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease!important}.workflow-nav button:hover{background:#ffffff0b!important;color:#fff!important}.workflow-nav button.active{background:#1f2937!important;border-color:#374151!important;color:#fff!important;box-shadow:inset 0 0 0 1px #ffffff04!important}.workflow-icon{width:24px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#9ca3af!important}.workflow-nav button.active .workflow-icon{color:var(--bb-exact-red)!important}.workflow-icon-svg{width:18px!important;height:18px!important}.workflow-copy{min-width:0!important;display:block!important}.workflow-copy strong{display:block!important;color:inherit!important;font-size:17px!important;font-weight:900!important;letter-spacing:-.015em!important;line-height:1.1!important}.workflow-copy span{display:block!important;margin-top:5px!important;color:#6b7280!important;font-size:12px!important;font-weight:700!important;line-height:1.35!important}.sidebar-footer-panel{flex:0 0 auto!important;display:flex!important;flex-direction:column!important;gap:14px!important;padding:18px 20px 22px!important;border-top:1px solid #1f2937!important;background:#111827!important}.sidebar-user-card{display:flex!important;align-items:center!important;gap:12px!important}.sidebar-user-avatar,.sidebar-team-abbr{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#374151!important;color:#fff!important;font-weight:950!important}.sidebar-user-avatar{width:40px!important;height:40px!important;font-size:13px!important}.sidebar-user-card strong{display:block!important;color:#fff!important;font-size:16px!important;font-weight:950!important;line-height:1.1!important}.sidebar-user-card em{display:block!important;margin-top:3px!important;color:#6b7280!important;font-size:11px!important;font-style:normal!important;font-weight:850!important;letter-spacing:.09em!important;text-transform:uppercase!important}.sidebar-footer-club-picker{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;border:1px solid #374151!important;border-radius:12px!important;background:#000!important;padding:7px 10px!important}.sidebar-team-abbr{width:36px!important;height:36px!important;border-radius:10px!important;border:1px solid #4b5563!important;font-size:14px!important}.sidebar-footer-select-wrap{position:relative!important;display:block!important}.sidebar-footer-select-wrap:after{content:"⌄"!important;position:absolute!important;right:2px!important;top:50%!important;transform:translateY(-54%)!important;color:#9ca3af!important;font-size:16px!important;pointer-events:none!important}.sidebar-footer-select-wrap select{width:100%!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;background:transparent!important;color:#fff!important;font-size:16px!important;font-weight:950!important;line-height:1!important;outline:none!important;padding:8px 24px 8px 0!important}.sidebar-refresh-wide{width:100%!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;border:0!important;border-radius:8px!important;background:#374151!important;color:#fff!important;font-size:14px!important;font-weight:900!important;letter-spacing:-.01em!important;text-transform:none!important}.sidebar-refresh-wide.ready{background:#374151!important}.sidebar-refresh-wide.pending{background:#5f1d29!important}.sidebar-system-status{display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}.sidebar-system-status strong{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#9ca3af!important;font-size:12px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.sidebar-system-status i{width:9px!important;height:9px!important;border-radius:999px!important;background:#34d399!important;box-shadow:0 0 10px #34d399cc!important}.sidebar-system-status i.pending{background:#ef4444!important;box-shadow:0 0 10px #ef4444b3!important}.audit-command-exact{min-height:100vh!important;background:var(--bb-exact-bg)!important;padding:36px 32px 72px!important;color:var(--bb-exact-text)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.audit-command-exact,.audit-command-exact *{box-sizing:border-box!important}.audit-exact-header,.audit-exact-overview,.audit-exact-queue{width:min(100%,1360px)!important;margin-left:auto!important;margin-right:auto!important}.audit-exact-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:32px!important;margin-bottom:46px!important;padding:0!important}.audit-exact-title{min-width:0!important}.audit-exact-crumb{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:14px!important;color:#94a3b8!important;font-size:12px!important;font-weight:950!important;letter-spacing:.18em!important;text-transform:uppercase!important}.audit-exact-crumb span{border-radius:5px!important;background:#fee2e8!important;color:var(--bb-exact-red)!important;padding:5px 10px!important}.audit-exact-crumb b{color:#64748b!important;font-size:13px!important;letter-spacing:0!important;text-transform:none!important}.audit-exact-title h1{margin:0!important;color:var(--bb-exact-blue)!important;font-size:58px!important;font-weight:950!important;letter-spacing:-.075em!important;line-height:.92!important}.audit-exact-title p{margin:14px 0 0!important;color:#64748b!important;font-size:17px!important;font-weight:650!important;line-height:1.35!important}.audit-exact-head-strip{min-width:536px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr)) 112px!important;align-items:stretch!important;gap:0!important;border:1px solid #dbe3ee!important;border-radius:17px!important;background:#fff!important;box-shadow:0 14px 35px #0f172a12!important;overflow:hidden!important}.audit-exact-head-strip>div{min-height:88px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border-right:1px solid #eef2f7!important;padding:16px 24px!important}.audit-exact-head-strip span{display:block!important;color:#94a3b8!important;font-size:11px!important;font-weight:950!important;letter-spacing:.14em!important;line-height:1.25!important;text-transform:uppercase!important}.audit-exact-head-strip strong{margin-top:5px!important;color:var(--bb-exact-blue)!important;font-size:30px!important;font-weight:950!important;letter-spacing:-.045em!important;line-height:1!important}.audit-exact-head-strip label{min-height:88px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--bb-exact-blue)!important;margin:0!important;padding:0!important}.audit-exact-head-strip select{width:100%!important;height:100%!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;background:var(--bb-exact-blue)!important;color:#fff!important;cursor:pointer!important;font-size:17px!important;font-weight:950!important;letter-spacing:.1em!important;outline:none!important;padding:0 24px!important;text-align:center!important}.audit-exact-section-title{display:flex!important;align-items:flex-start!important;gap:12px!important;margin-bottom:26px!important}.audit-exact-section-title svg{margin-top:3px!important;color:#e7a1b1!important}.audit-exact-section-title h2{margin:0!important;color:var(--bb-exact-blue)!important;font-size:26px!important;font-weight:950!important;letter-spacing:-.055em!important;line-height:1!important}.audit-exact-section-title p{margin:8px 0 0!important;color:#64748b!important;font-size:16px!important;font-weight:650!important}.audit-exact-stat-grid{display:grid!important;grid-template-columns:1.15fr repeat(4,minmax(0,1fr))!important;gap:20px!important}.audit-exact-stat-card{position:relative!important;min-height:176px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;overflow:hidden!important;border:1px solid #dbe3ee!important;border-left:5px solid transparent!important;border-radius:16px!important;background:#fff!important;box-shadow:0 16px 32px #0f172a0b!important;color:var(--bb-exact-text)!important;cursor:pointer!important;padding:28px 30px!important;text-align:left!important}.audit-exact-stat-card span{position:relative!important;z-index:1!important;color:#718096!important;font-size:12px!important;font-weight:950!important;letter-spacing:.16em!important;line-height:1.45!important;text-transform:uppercase!important}.audit-exact-stat-card strong{position:relative!important;z-index:1!important;display:block!important;margin-top:auto!important;color:var(--bb-exact-blue)!important;font-size:58px!important;font-weight:950!important;letter-spacing:-.065em!important;line-height:.92!important}.audit-exact-stat-card em{position:relative!important;z-index:1!important;display:block!important;margin-top:10px!important;color:#64748b!important;font-size:14px!important;font-style:normal!important;font-weight:850!important}.audit-exact-stat-card svg{position:absolute!important;right:-6px!important;bottom:-9px!important;color:#ffffff1a!important}.audit-exact-stat-card--all{border-color:var(--bb-exact-blue)!important;background:var(--bb-exact-blue)!important;box-shadow:0 18px 34px #1e438833!important}.audit-exact-stat-card--all span,.audit-exact-stat-card--all em{color:#ffffff9e!important}.audit-exact-stat-card--all svg{right:18px!important;bottom:22px!important;color:#ffffff1f!important}.audit-exact-stat-card--tandem{border-left-color:var(--bb-exact-red)!important}.audit-exact-stat-card--tandem span,.audit-exact-stat-card--tandem strong{color:var(--bb-exact-red)!important}.audit-exact-stat-card--workload,.audit-exact-stat-card--push{border-left-color:#cbd5e1!important}.audit-exact-stat-card--workload span,.audit-exact-stat-card--push span{color:#a3b0c2!important}.audit-exact-stat-card--workload strong,.audit-exact-stat-card--push strong{color:#cbd5e1!important}.audit-exact-stat-card--standard{border-left-color:var(--bb-exact-blue)!important}.audit-exact-queue{margin-top:0!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:0 0 30px!important}.audit-exact-queue-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;margin-bottom:24px!important;padding:0!important;border:0!important;background:transparent!important}.audit-exact-queue-title>div{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important}.audit-exact-queue-title svg{color:#e7a1b1!important}.audit-exact-queue-title h2{margin:0!important;color:var(--bb-exact-blue)!important;font-size:28px!important;font-weight:950!important;letter-spacing:-.06em!important;line-height:1!important}.audit-exact-source-ready,.audit-exact-source-pending{display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid #a7f3d0!important;border-radius:6px!important;background:#d1fae5!important;color:var(--bb-exact-green)!important;font-size:12px!important;font-weight:950!important;letter-spacing:.09em!important;line-height:1!important;padding:9px 13px!important;text-transform:uppercase!important}.audit-exact-source-pending{border-color:#fecaca!important;background:#fee2e2!important;color:#b91c1c!important}.audit-exact-source-ready i,.audit-exact-source-pending i{width:7px!important;height:7px!important;border-radius:999px!important;background:currentColor!important}.audit-exact-queue-title button{height:40px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid #dbe3ee!important;border-radius:9px!important;background:#fff!important;box-shadow:0 8px 18px #0f172a0a!important;color:#64748b!important;font-size:14px!important;font-weight:900!important;padding:0 16px!important}.audit-exact-row{position:relative!important;display:block!important;width:100%!important;overflow:hidden!important;border:1px solid #dbe3ee!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 22px #0f172a0a!important;color:var(--bb-exact-text)!important;cursor:pointer!important;padding:0!important;text-align:left!important;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease!important}.audit-exact-row:before{content:none!important}.audit-exact-row:hover{border-color:#2563eb6b!important;box-shadow:0 16px 28px #0f172a12!important;transform:translateY(-1px)!important}.audit-exact-row-top{min-height:72px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;border-bottom:1px solid #eef2f7!important;background:#f8fafc!important;padding:16px 30px!important}.audit-exact-row-meta{display:flex!important;align-items:center!important;gap:24px!important}.audit-exact-row-meta strong{display:inline-flex!important;align-items:center!important;gap:9px!important;border-radius:7px!important;background:var(--bb-exact-blue)!important;color:#fff!important;font-size:18px!important;font-weight:950!important;letter-spacing:-.01em!important;line-height:1!important;padding:10px 16px!important}.audit-exact-row-meta strong:first-letter{letter-spacing:0!important}.audit-exact-row-meta span{display:inline-flex!important;align-items:center!important;gap:9px!important;color:#64748b!important;font-size:16px!important;font-weight:850!important}.audit-exact-impact-badge{display:inline-flex!important;align-items:center!important;gap:13px!important}.audit-exact-impact-badge span{color:#94a3b8!important;font-size:11px!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase!important}.audit-exact-impact-badge strong{border:1px solid #fecaca!important;border-radius:6px!important;background:#fff1f2!important;color:var(--bb-exact-red)!important;font-size:30px!important;font-weight:950!important;letter-spacing:-.055em!important;line-height:1!important;padding:7px 11px!important}.audit-exact-row-body{display:grid!important;grid-template-columns:minmax(320px,1.1fr) minmax(410px,1.28fr) minmax(220px,.82fr)!important;align-items:center!important;gap:0!important;padding:30px!important}.audit-exact-pitcher-cell{display:flex!important;align-items:center!important;gap:22px!important;min-width:0!important}.audit-exact-avatar{position:relative!important;width:66px!important;height:66px!important;flex:0 0 66px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:2px solid #ffffff!important;border-radius:999px!important;background:#f1f5f9!important;box-shadow:0 0 0 1px #dbe3ee!important;color:#64748b!important;font-size:18px!important;font-weight:950!important}.audit-exact-avatar:after{content:""!important;position:absolute!important;right:-1px!important;bottom:7px!important;width:18px!important;height:18px!important;border:3px solid #ffffff!important;border-radius:999px!important;background:var(--bb-exact-red)!important;box-shadow:0 1px 4px #0f172a1f!important}.audit-exact-pitcher-cell strong{color:var(--bb-exact-blue)!important;font-size:27px!important;font-weight:950!important;letter-spacing:-.055em!important;line-height:1!important}.audit-exact-pitcher-cell em{display:inline-flex!important;margin-top:10px!important;max-width:100%!important;border:1px solid #eef2f7!important;border-radius:7px!important;background:#f8fafc!important;color:#475569!important;font-size:14px!important;font-style:normal!important;font-weight:800!important;line-height:1.25!important;padding:7px 11px!important}.audit-exact-rec-cell{min-height:74px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border-left:1px solid #eef2f7!important;border-right:1px solid #eef2f7!important;padding:0 36px!important}.audit-exact-rec-cell>span{color:#94a3b8!important;font-size:11px!important;font-weight:950!important;letter-spacing:.13em!important;margin-bottom:9px!important;text-transform:uppercase!important}.audit-exact-rec-cell strong{width:fit-content!important;display:inline-flex!important;align-items:center!important;gap:14px!important;border:1px solid #eef2f7!important;border-radius:13px!important;background:#f8fafc!important;color:#334155!important;font-size:19px!important;font-weight:900!important;padding:10px 14px!important}.audit-exact-status{border-radius:8px!important;background:var(--bb-exact-red)!important;color:#fff!important;font-size:12px!important;font-weight:950!important;letter-spacing:.1em!important;line-height:1!important;padding:11px 15px!important;text-transform:uppercase!important}.audit-exact-status--prep{background:#f97316!important}.audit-exact-status--watch{background:#d97706!important}.audit-exact-status--stay,.audit-exact-status--ok{background:#475569!important}.audit-exact-rec-cell em{margin-top:10px!important;color:#64748b!important;font-size:14px!important;font-style:normal!important;font-weight:700!important}.audit-exact-reason-cell{display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:center!important;gap:9px!important;padding-left:36px!important}.audit-exact-reason-cell .audit-driver-chip,.audit-exact-driver-chip{width:fit-content!important;max-width:100%!important;min-height:34px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid #dbe3ee!important;border-radius:8px!important;background:#fff!important;box-shadow:0 4px 12px #0f172a09!important;color:#475569!important;font-size:14px!important;font-weight:900!important;letter-spacing:0!important;line-height:1!important;padding:9px 14px!important;text-transform:none!important}.audit-exact-reason-cell .audit-driver-chip svg{color:var(--bb-exact-blue)!important}.audit-exact-row-pitcher-meta{display:none!important}@media (max-width: 1500px){.app-sidebar{width:280px!important;flex-basis:280px!important}.audit-command-exact{padding-inline:28px!important}.audit-exact-header,.audit-exact-overview,.audit-exact-queue{width:min(100%,1260px)!important}.audit-exact-title h1{font-size:50px!important}.audit-exact-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 1100px){.app-shell{height:auto!important;min-height:100vh!important;overflow:visible!important;flex-direction:column!important}.app-sidebar{width:100%!important;flex:0 0 auto!important;height:auto!important}.workflow-nav,.sidebar-footer-panel{display:none!important}.audit-exact-header{flex-direction:column!important}.audit-exact-head-strip{min-width:0!important;width:100%!important}.audit-exact-row-body{grid-template-columns:1fr!important;gap:22px!important}.audit-exact-rec-cell{border:0!important;border-top:1px solid #eef2f7!important;border-bottom:1px solid #eef2f7!important;padding:20px 0!important}.audit-exact-reason-cell{align-items:flex-start!important;padding-left:0!important}}:root{--rs-bg: #f7f9fc;--rs-sidebar: #000000;--rs-sidebar-panel: #111827;--rs-sidebar-active: #1f2937;--rs-ink: #0f172a;--rs-muted: #64748b;--rs-soft: #94a3b8;--rs-blue: #1f4388;--rs-bright-blue: #2563eb;--rs-red: #c62f4a;--rs-pink: #e89aaa;--rs-border: #dbe3ee;--rs-card: #ffffff;--rs-green: #2f8a64}.app-shell{display:flex!important;width:100vw!important;height:100vh!important;min-height:100vh!important;overflow:hidden!important;background:var(--rs-bg)!important;color:var(--rs-ink)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.app-main{flex:1 1 auto!important;min-width:0!important;height:100vh!important;overflow:auto!important;background:var(--rs-bg)!important;padding:0!important}.app-sidebar{width:256px!important;flex:0 0 256px!important;height:100vh!important;min-height:100vh!important;overflow:hidden!important;padding:0!important;border-right:1px solid #1f2937!important;background:var(--rs-sidebar)!important;color:#fff!important;box-shadow:16px 0 42px #0f172a1f!important}.sidebar-brand{height:80px!important;min-height:80px!important;padding:0 24px!important;border-bottom:1px solid #1f2937!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;background:#000!important}.sidebar-brand img{display:block!important;width:132px!important;max-width:132px!important;height:auto!important;max-height:54px!important;object-fit:contain!important}.workflow-nav{flex:1 1 auto!important;padding:26px 16px!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:4px!important;overflow-y:auto!important;background:#000!important}.sidebar-nav-section{display:block!important;margin:6px 0 12px!important;padding:0 8px!important;color:#6b7280!important;font-size:10px!important;font-weight:900!important;letter-spacing:.16em!important;line-height:1!important;text-transform:uppercase!important}.sidebar-nav-section--planning{margin-top:28px!important}.workflow-nav button{width:100%!important;min-height:48px!important;padding:12px 14px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#9ca3af!important;display:flex!important;align-items:center!important;gap:12px!important;text-align:left!important;box-shadow:none!important;transform:none!important}.workflow-nav button:hover{background:#ffffff0d!important;color:#fff!important}.workflow-nav button.active{background:var(--rs-sidebar-active)!important;border:1px solid #374151!important;color:#fff!important;box-shadow:inset 0 1px #ffffff0a!important}.workflow-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;color:currentColor!important;background:transparent!important;border:0!important}.workflow-nav button.active .workflow-icon{color:var(--rs-red)!important}.workflow-copy{gap:0!important;min-width:0!important}.workflow-copy strong{color:inherit!important;font-size:14px!important;font-weight:850!important;letter-spacing:-.01em!important;line-height:1.15!important}.workflow-copy span{display:none!important}.sidebar-footer-panel{margin-top:auto!important;padding:16px!important;border-top:1px solid #1f2937!important;background:var(--rs-sidebar-panel)!important;display:flex!important;flex-direction:column!important;gap:12px!important}.sidebar-user-card{display:grid!important;grid-template-columns:36px 1fr!important;gap:12px!important;align-items:center!important;padding:0!important}.sidebar-user-avatar{width:36px!important;height:36px!important;border-radius:999px!important;background:#374151!important;color:#fff!important;border:1px solid #4b5563!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:900!important}.sidebar-user-meta strong{display:block!important;color:#fff!important;font-size:14px!important;font-weight:850!important;line-height:1.1!important}.sidebar-user-meta span{display:block!important;margin-top:2px!important;color:#6b7280!important;font-size:10px!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.sidebar-footer-club-picker{width:100%!important;height:46px!important;padding:0 12px!important;border:1px solid #374151!important;border-radius:12px!important;background:#000!important;color:#fff!important;display:grid!important;grid-template-columns:34px 1fr 18px!important;gap:10px!important;align-items:center!important}.sidebar-club-mark{width:30px!important;height:30px!important;border-radius:9px!important;background:#1f2937!important;border:1px solid #4b5563!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:900!important}.sidebar-footer-club-picker select{min-width:0!important;width:100%!important;border:0!important;background:transparent!important;color:#fff!important;font-size:13px!important;font-weight:850!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;outline:none!important}.sidebar-footer-club-picker svg{color:#6b7280!important}.sidebar-refresh-wide{width:100%!important;height:38px!important;border:0!important;border-radius:8px!important;background:#374151!important;color:#fff!important;font-size:12px!important;font-weight:850!important;letter-spacing:0!important;text-transform:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.sidebar-system-status{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;color:#9ca3af!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.sidebar-status-dot{width:8px!important;height:8px!important;border-radius:999px!important;background:#34d399!important;box-shadow:0 0 12px #34d399cc!important}.audit-command-exact{width:100%!important;min-height:100vh!important;padding:38px 64px 72px!important;background:var(--rs-bg)!important;color:var(--rs-ink)!important}.audit-exact-header,.audit-exact-overview,.audit-exact-queue{width:min(100%,1320px)!important;margin-right:auto!important;margin-left:auto!important}.audit-exact-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:48px!important;margin-bottom:44px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.audit-exact-title{max-width:720px!important;padding:0!important}.audit-exact-crumb{display:inline-flex!important;align-items:center!important;gap:10px!important;margin-bottom:14px!important;color:var(--rs-muted)!important;font-size:13px!important;font-weight:850!important;letter-spacing:.02em!important}.audit-exact-crumb span{display:inline-flex!important;align-items:center!important;height:24px!important;padding:0 10px!important;border-radius:5px!important;background:#fee2e8!important;color:var(--rs-red)!important;font-size:11px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.audit-exact-crumb b{color:var(--rs-muted)!important;font-size:14px!important;font-weight:800!important}.audit-exact-crumb svg{color:#cbd5e1!important}.audit-exact-title h1{margin:0!important;color:var(--rs-blue)!important;font-size:clamp(44px,3.55vw,60px)!important;font-weight:950!important;letter-spacing:-.075em!important;line-height:.92!important;text-wrap:balance!important}.audit-exact-title p{margin:14px 0 0!important;color:var(--rs-muted)!important;font-size:17px!important;font-weight:650!important;line-height:1.45!important}.audit-exact-head-strip{flex:0 0 540px!important;width:540px!important;min-width:540px!important;height:90px!important;border:1px solid var(--rs-border)!important;border-radius:18px!important;background:var(--rs-card)!important;box-shadow:0 18px 42px #0f172a14!important;overflow:hidden!important;display:grid!important;grid-template-columns:repeat(3,1fr) 114px!important;align-items:stretch!important}.audit-exact-head-metric,.audit-exact-head-season{min-width:0!important;padding:18px 26px!important;border-right:1px solid #edf2f7!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:7px!important}.audit-exact-head-metric span,.audit-exact-head-season span{color:var(--rs-soft)!important;font-size:10px!important;font-weight:950!important;letter-spacing:.14em!important;line-height:1!important;text-transform:uppercase!important}.audit-exact-head-metric strong,.audit-exact-head-season strong{color:var(--rs-blue)!important;font-size:28px!important;font-weight:950!important;letter-spacing:-.04em!important;line-height:1!important}.audit-exact-head-metric:nth-child(2) strong{color:var(--rs-red)!important}.audit-exact-head-season{border-right:0!important;align-items:center!important;background:var(--rs-blue)!important}.audit-exact-head-season span,.audit-exact-head-season strong,.audit-exact-head-season svg{color:#fff!important}.audit-exact-overview{margin-bottom:42px!important}.audit-exact-section-title{margin:0 0 28px!important;padding:0!important;display:grid!important;grid-template-columns:22px 1fr!important;column-gap:10px!important;align-items:start!important}.audit-exact-section-title svg{width:18px!important;height:18px!important;margin-top:5px!important;color:var(--rs-pink)!important}.audit-exact-section-title h2{margin:0!important;color:var(--rs-blue)!important;font-size:27px!important;font-weight:950!important;letter-spacing:-.055em!important;line-height:1!important}.audit-exact-section-title p{grid-column:2!important;margin:7px 0 0!important;color:var(--rs-muted)!important;font-size:16px!important;line-height:1.35!important}.audit-exact-stat-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:20px!important}.audit-exact-stat-card{min-width:0!important;min-height:176px!important;padding:28px 30px!important;border:1px solid var(--rs-border)!important;border-radius:18px!important;background:var(--rs-card)!important;box-shadow:0 14px 34px #0f172a0d!important;position:relative!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:space-between!important;overflow:hidden!important}.audit-exact-stat-card--all,.audit-exact-stat-card--all.active{background:var(--rs-blue)!important;border-color:var(--rs-blue)!important;color:#fff!important;box-shadow:0 20px 38px #1f438838!important}.audit-exact-stat-card--tandem{border-left:4px solid var(--rs-red)!important}.audit-exact-stat-card--push,.audit-exact-stat-card--workload{border-left:4px solid #cbd5e1!important}.audit-exact-stat-card--standard{border-left:4px solid var(--rs-blue)!important}.audit-exact-stat-card span{max-width:150px!important;color:var(--rs-muted)!important;font-size:11px!important;font-weight:950!important;letter-spacing:.14em!important;line-height:1.38!important;text-transform:uppercase!important}.audit-exact-stat-card--all span,.audit-exact-stat-card--all em,.audit-exact-stat-card--all svg{color:#ffffff94!important}.audit-exact-stat-card strong{color:var(--rs-ink)!important;font-size:54px!important;font-weight:950!important;letter-spacing:-.08em!important;line-height:.95!important}.audit-exact-stat-card--all strong{color:#fff!important}.audit-exact-stat-card--tandem strong{color:var(--rs-red)!important}.audit-exact-stat-card--push strong,.audit-exact-stat-card--workload strong{color:#cbd5e1!important}.audit-exact-stat-card--standard strong{color:var(--rs-blue)!important}.audit-exact-stat-card em{margin:0!important;color:var(--rs-muted)!important;font-style:normal!important;font-size:13px!important;font-weight:850!important;line-height:1!important}.audit-exact-stat-card svg{position:absolute!important;right:24px!important;bottom:16px!important;width:78px!important;height:78px!important;color:#ffffff1f!important}.audit-exact-queue{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.audit-exact-queue-title{margin:0 0 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;background:transparent!important;border:0!important;padding:0!important}.audit-exact-queue-title>div{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}.audit-exact-queue-title svg{width:18px!important;height:18px!important;color:var(--rs-pink)!important}.audit-exact-queue-title h2{margin:0!important;color:var(--rs-blue)!important;font-size:27px!important;font-weight:950!important;letter-spacing:-.055em!important;line-height:1!important}.audit-exact-queue-title .audit-evidence-chip,.audit-evidence-chip{min-height:28px!important;padding:0 12px!important;border:1px solid #a7f3d0!important;border-radius:5px!important;background:#dcfce7!important;color:var(--rs-green)!important;display:inline-flex!important;align-items:center!important;gap:7px!important;font-size:11px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.audit-evidence-chip:before{width:6px!important;height:6px!important;border-radius:999px!important;background:#34d399!important;content:""!important}.audit-sort-button{height:38px!important;padding:0 16px!important;border:1px solid var(--rs-border)!important;border-radius:9px!important;background:#fff!important;color:var(--rs-muted)!important;box-shadow:0 8px 18px #0f172a0d!important;font-size:13px!important;font-weight:850!important}.audit-exact-row-list{display:flex!important;flex-direction:column!important;gap:22px!important}.audit-exact-row{width:100%!important;min-height:184px!important;padding:0!important;border:1px solid var(--rs-border)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 30px #0f172a0a!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;text-align:left!important;position:relative!important}.audit-exact-row:before{position:absolute!important;inset:0 auto 0 0!important;width:5px!important;background:var(--rs-bright-blue)!important;content:""!important}.audit-exact-row:hover{transform:none!important;border-color:#2563eb73!important;box-shadow:0 16px 36px #0f172a14!important}.audit-exact-row-top{height:64px!important;padding:18px 28px 18px 30px!important;border-bottom:1px solid #edf2f7!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:22px!important;background:#fbfdff!important}.audit-exact-row-meta{display:flex!important;align-items:center!important;gap:22px!important;min-width:0!important}.audit-exact-row-meta strong{min-width:136px!important;height:38px!important;padding:0 18px!important;border-radius:7px!important;background:var(--rs-blue)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:17px!important;font-weight:950!important;letter-spacing:-.02em!important;line-height:1!important;white-space:nowrap!important}.audit-exact-row-meta span{display:inline-flex!important;align-items:center!important;gap:8px!important;color:var(--rs-muted)!important;font-size:15px!important;font-weight:750!important;white-space:nowrap!important}.audit-exact-row-meta svg{color:var(--rs-soft)!important}.audit-exact-impact-badge{display:inline-flex!important;align-items:center!important;gap:16px!important;margin-left:auto!important}.audit-exact-impact-badge span{color:var(--rs-soft)!important;font-size:11px!important;font-weight:950!important;letter-spacing:.12em!important;line-height:1!important;text-transform:uppercase!important}.audit-exact-impact-badge strong{min-width:102px!important;min-height:46px!important;padding:0 14px!important;border:1px solid #fecaca!important;border-radius:7px!important;background:#fff1f2!important;color:var(--rs-red)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:28px!important;font-weight:950!important;letter-spacing:-.04em!important;line-height:1!important}.audit-exact-row-body{min-height:118px!important;padding:0!important;display:grid!important;grid-template-columns:420px 1fr 260px!important;align-items:stretch!important;gap:0!important}.audit-exact-pitcher-cell{min-width:0!important;padding:28px 32px!important;border-right:1px solid #edf2f7!important;display:flex!important;align-items:center!important;gap:20px!important;background:#fff!important}.audit-exact-avatar{width:58px!important;height:58px!important;border-radius:999px!important;background:#f8fafc!important;border:2px solid #e2e8f0!important;box-shadow:0 0 0 4px #fff!important;color:var(--rs-muted)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 58px!important;font-size:18px!important;font-weight:950!important;position:relative!important}.audit-exact-pitcher-cell strong{color:var(--rs-blue)!important;font-size:22px!important;font-weight:950!important;letter-spacing:-.045em!important;line-height:1.05!important}.audit-exact-pitcher-cell em{display:inline-flex!important;align-items:center!important;gap:9px!important;width:fit-content!important;margin-top:9px!important;padding:6px 11px!important;border:1px solid #e5eaf2!important;border-radius:7px!important;background:#f8fafc!important;color:var(--rs-muted)!important;font-size:13px!important;font-weight:750!important;line-height:1!important;font-style:normal!important}.audit-exact-rec-cell{padding:28px 32px!important;border-right:1px solid #edf2f7!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:9px!important;background:#fff!important}.audit-exact-rec-cell>span{color:var(--rs-soft)!important;font-size:11px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important}.audit-exact-rec-cell strong{width:fit-content!important;min-height:46px!important;padding:10px 15px!important;border:1px solid #edf2f7!important;border-radius:10px!important;background:#f8fafc!important;color:var(--rs-ink)!important;display:inline-flex!important;align-items:center!important;gap:14px!important;font-size:16px!important;font-weight:900!important}.audit-exact-status{min-height:32px!important;padding:0 16px!important;border:0!important;border-radius:8px!important;background:var(--rs-red)!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.audit-exact-rec-cell em{color:var(--rs-muted)!important;font-size:13px!important;font-style:normal!important;font-weight:700!important}.audit-exact-reason-cell{padding:28px 32px!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:center!important;gap:10px!important;background:#fff!important}.audit-driver-chip{min-height:34px!important;padding:0 13px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;background:#fff!important;box-shadow:0 4px 10px #0f172a0a!important;color:#475569!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:12px!important;font-weight:850!important;letter-spacing:0!important;text-transform:none!important;white-space:nowrap!important}.audit-driver-chip svg{width:15px!important;height:15px!important;color:var(--rs-blue)!important}@media (max-width: 1680px){.audit-command-exact{padding-inline:48px!important}.audit-exact-header,.audit-exact-overview,.audit-exact-queue{width:min(100%,1220px)!important}.audit-exact-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}.audit-exact-row-body{grid-template-columns:360px 1fr 230px!important}}@media (max-width: 1320px){.audit-exact-header{flex-direction:column!important}.audit-exact-head-strip{width:100%!important;min-width:0!important;flex-basis:auto!important}.audit-exact-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.audit-exact-row-body{grid-template-columns:1fr!important}.audit-exact-pitcher-cell,.audit-exact-rec-cell{border-right:0!important;border-bottom:1px solid #edf2f7!important}.audit-exact-reason-cell{align-items:flex-start!important}}.app-shell:has(.audit-command-exact){grid-template-columns:240px minmax(0,1fr)!important}.app-sidebar{width:240px!important;flex-basis:240px!important}.sidebar-brand{height:66px!important;min-height:66px!important;padding:0 18px!important}.sidebar-brand img{width:116px!important;max-height:46px!important}.workflow-nav{padding:18px 8px!important;gap:2px!important}.sidebar-nav-section{margin:0 0 10px 14px!important;font-size:10px!important;letter-spacing:.16em!important}.sidebar-nav-section--planning{margin-top:22px!important}.workflow-nav button{min-height:42px!important;padding:9px 12px!important;border-radius:8px!important;gap:11px!important}.workflow-icon{width:17px!important;height:17px!important;flex:0 0 17px!important}.workflow-copy strong{font-size:13px!important;line-height:1.05!important}.sidebar-footer-panel{padding:12px 14px 14px!important;gap:10px!important}.sidebar-user{gap:9px!important}.sidebar-user-avatar{width:30px!important;height:30px!important;font-size:11px!important}.sidebar-user-name{font-size:13px!important}.sidebar-user-role{font-size:9px!important;letter-spacing:.13em!important}.sidebar-team-select{min-height:40px!important;padding:5px 9px!important}.sidebar-team-abbr{width:30px!important;height:30px!important;font-size:12px!important}.sidebar-team-name{font-size:13px!important}.sidebar-refresh-button{min-height:36px!important;font-size:12px!important}.sidebar-system-status{padding-top:6px!important;font-size:9px!important}.audit-command-exact{padding:26px 40px 52px!important}.audit-exact-header,.audit-exact-overview,.audit-exact-queue{width:min(100%,1240px)!important}.audit-exact-header{margin:0 auto 30px!important;gap:36px!important}.audit-exact-crumb{margin-bottom:8px!important;font-size:11px!important;letter-spacing:.18em!important}.audit-exact-title h1{max-width:680px!important;font-size:clamp(42px,4.2vw,56px)!important;letter-spacing:-.07em!important}.audit-exact-head-strip{width:480px!important;height:72px!important;flex:0 0 480px!important;grid-template-columns:repeat(3,minmax(0,1fr)) 90px!important;border-radius:16px!important}.audit-exact-head-metric{padding:13px 18px!important}.audit-exact-head-metric span{font-size:10px!important;letter-spacing:.13em!important}.audit-exact-head-metric strong{margin-top:4px!important;font-size:27px!important}.audit-exact-head-season{padding:0 20px!important;font-size:20px!important}.audit-exact-section-title{margin-bottom:22px!important}.audit-exact-section-title h2{font-size:25px!important}.audit-exact-section-title p{margin-top:6px!important;font-size:14px!important}.audit-exact-overview{margin:0 auto 36px!important}.audit-exact-stat-grid{gap:16px!important}.audit-exact-stat-card{min-height:142px!important;padding:22px 24px!important;border-radius:15px!important}.audit-exact-stat-card span{font-size:10.5px!important;letter-spacing:.13em!important}.audit-exact-stat-card strong{margin-top:22px!important;font-size:46px!important}.audit-exact-stat-card small{margin-top:5px!important;font-size:12px!important}.audit-exact-stat-card--primary:after{right:18px!important;bottom:17px!important;width:58px!important;height:58px!important}.audit-exact-queue{margin:0 auto!important}.audit-exact-queue-title{margin-bottom:18px!important;gap:12px!important}.audit-exact-queue-title h2{font-size:26px!important}.audit-exact-ready-badge{min-height:29px!important;padding:0 12px!important;font-size:11px!important}.audit-exact-sort-button{min-height:36px!important;padding:0 14px!important;font-size:12px!important}.audit-exact-row-list{gap:14px!important}.audit-exact-row{min-height:148px!important;border-radius:15px!important}.audit-exact-row-top{height:52px!important;padding:12px 22px 12px 24px!important}.audit-exact-row-meta{gap:18px!important;font-size:14px!important}.audit-exact-matchup-pill{min-height:34px!important;padding:0 20px!important;border-radius:7px!important;font-size:16px!important}.audit-exact-row-date{font-size:14px!important}.audit-exact-impact-badge{gap:14px!important}.audit-exact-impact-badge span{font-size:10.5px!important;letter-spacing:.12em!important}.audit-exact-impact-badge strong{min-width:86px!important;min-height:38px!important;padding:0 11px!important;font-size:24px!important}.audit-exact-row-body{min-height:96px!important;grid-template-columns:335px 1fr 215px!important}.audit-exact-pitcher-cell{padding:19px 24px!important;gap:16px!important}.audit-exact-avatar{width:48px!important;height:48px!important;flex-basis:48px!important;font-size:15px!important}.audit-exact-avatar:after{right:-2px!important;bottom:2px!important;width:14px!important;height:14px!important}.audit-exact-pitcher-cell strong{font-size:20px!important}.audit-exact-pitcher-cell em{margin-top:7px!important;padding:5px 9px!important;font-size:12px!important}.audit-exact-rec-cell{padding:18px 24px!important;gap:7px!important}.audit-exact-rec-cell>span{font-size:10px!important;letter-spacing:.11em!important}.audit-exact-rec-cell strong{min-height:40px!important;padding:8px 12px!important;gap:12px!important;font-size:15px!important;border-radius:9px!important}.audit-exact-status{min-height:29px!important;padding:0 14px!important;font-size:11px!important}.audit-exact-rec-cell em{font-size:12px!important}.audit-exact-reason-cell{padding:18px 24px!important;gap:8px!important}.audit-driver-chip{min-height:29px!important;padding:0 11px!important;font-size:11.5px!important;border-radius:7px!important;gap:7px!important}.audit-driver-chip svg{width:13px!important;height:13px!important}@media (max-width: 1680px){.audit-command-exact{padding-inline:34px!important}.audit-exact-header,.audit-exact-overview,.audit-exact-queue{width:min(100%,1160px)!important}.audit-exact-stat-grid{gap:14px!important}.audit-exact-row-body{grid-template-columns:310px 1fr 205px!important}}@media (max-width: 1320px){.app-shell:has(.audit-command-exact){grid-template-columns:minmax(0,1fr)!important}.audit-command-exact{padding:22px 22px 42px!important}.audit-exact-header{flex-direction:column!important}.audit-exact-head-strip{width:100%!important;flex-basis:auto!important}.audit-exact-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.audit-exact-row-body{grid-template-columns:1fr!important}.audit-exact-pitcher-cell,.audit-exact-rec-cell{border-right:0!important;border-bottom:1px solid #edf2f7!important}.audit-exact-reason-cell{align-items:flex-start!important}}.audit-command-exact{padding:34px 48px 64px!important;overflow-x:hidden!important}.audit-exact-header,.audit-exact-overview,.audit-exact-queue{width:min(100%,1288px)!important}.audit-exact-header{align-items:flex-start!important;gap:48px!important;margin:0 auto 36px!important}.audit-exact-title h1{font-size:clamp(46px,3.75vw,58px)!important;line-height:.95!important}.audit-exact-title p{margin-top:10px!important;font-size:15px!important}.audit-exact-head-strip{width:560px!important;min-width:560px!important;flex:0 0 560px!important;height:94px!important;grid-template-columns:repeat(3,minmax(0,1fr)) 104px!important;overflow:hidden!important}.audit-exact-head-strip>div,.audit-exact-head-strip>label{min-height:94px!important;padding:18px 22px!important;align-items:flex-start!important;justify-content:center!important;gap:8px!important}.audit-exact-head-strip span{font-size:11px!important;line-height:1.1!important}.audit-exact-head-strip strong{font-size:31px!important;line-height:1!important}.audit-exact-head-strip label{align-items:center!important;padding:0!important}.audit-exact-head-strip select{height:100%!important;padding:0 28px!important;font-size:18px!important;text-align:center!important;border-radius:0 14px 14px 0!important}.audit-exact-overview{margin:0 auto 38px!important}.audit-exact-stat-grid{gap:20px!important}.audit-exact-stat-card{min-height:156px!important;padding:24px 28px!important;border-radius:17px!important}.audit-exact-stat-card strong{margin-top:24px!important;font-size:50px!important;line-height:.95!important}.audit-exact-queue-title{margin-bottom:22px!important;gap:14px!important}.audit-exact-queue-title h2{font-size:29px!important;line-height:1!important}.audit-exact-ready-badge{min-height:34px!important;padding:0 16px!important;border-radius:7px!important;font-size:12px!important}.audit-exact-sort-button{min-height:42px!important;padding:0 18px!important;border-radius:9px!important;font-size:13px!important}.audit-exact-row-list{gap:20px!important}.audit-exact-row{min-height:204px!important;border-radius:18px!important;overflow:hidden!important}.audit-exact-row-top{height:72px!important;padding:17px 28px 17px 30px!important}.audit-exact-row-meta{gap:22px!important;font-size:15px!important}.audit-exact-row-meta strong{min-width:136px!important;height:38px!important;padding:0 18px!important;border-radius:7px!important;font-size:17px!important;line-height:38px!important}.audit-exact-row-meta span{font-size:15px!important}.audit-exact-impact-badge{gap:16px!important}.audit-exact-impact-badge span{font-size:11px!important}.audit-exact-impact-badge strong{min-width:102px!important;min-height:46px!important;padding:0 14px!important;font-size:28px!important}.audit-exact-row-body{min-height:132px!important;grid-template-columns:380px minmax(0,1fr) 250px!important}.audit-exact-pitcher-cell,.audit-exact-rec-cell,.audit-exact-reason-cell{min-height:132px!important}.audit-exact-pitcher-cell{padding:24px 30px!important;gap:18px!important}.audit-exact-avatar{width:58px!important;height:58px!important;flex:0 0 58px!important;font-size:18px!important}.audit-exact-avatar:after{right:-3px!important;bottom:4px!important;width:16px!important;height:16px!important}.audit-exact-pitcher-cell strong{font-size:23px!important;line-height:1.05!important}.audit-exact-pitcher-cell em{max-width:326px!important;margin-top:9px!important;padding:7px 11px!important;white-space:normal!important;line-height:1.12!important;font-size:13px!important}.audit-exact-rec-cell{padding:24px 30px!important;justify-content:center!important;gap:10px!important}.audit-exact-rec-cell>span{font-size:11px!important}.audit-exact-rec-cell strong{min-height:46px!important;padding:10px 15px!important;gap:14px!important;border-radius:10px!important;font-size:16px!important}.audit-exact-status{min-height:32px!important;padding:0 15px!important;font-size:11px!important}.audit-exact-rec-cell em{display:none!important}.audit-exact-reason-cell{padding:24px 30px!important;justify-content:center!important;gap:10px!important}.audit-driver-chip{min-height:36px!important;padding:0 14px!important;border-radius:8px!important;gap:8px!important;font-size:13px!important}.audit-driver-chip svg{width:14px!important;height:14px!important}@media (max-width: 1680px){.audit-command-exact{padding-inline:40px!important}.audit-exact-header,.audit-exact-overview,.audit-exact-queue{width:min(100%,1220px)!important}.audit-exact-row-body{grid-template-columns:350px minmax(0,1fr) 230px!important}.audit-exact-pitcher-cell em{max-width:296px!important}}:root{--rs-sidebar-width: 306px;--rs-bg: #f6f8fb;--rs-ink: #0b1220;--rs-navy: #0d1422;--rs-black: #020617;--rs-blue: #1e4387;--rs-cobalt: #2563eb;--rs-red: #c7354d;--rs-rose: #e8a7b5;--rs-muted: #64748b;--rs-soft: #94a3b8;--rs-line: #dbe4ef;--rs-line-soft: #e6edf5}.app-shell{display:grid!important;grid-template-columns:var(--rs-sidebar-width) minmax(0,1fr)!important;min-height:100vh!important;width:100%!important;background:var(--rs-bg)!important;color:var(--rs-ink)!important;font-family:Inter,Avenir Next,Helvetica Neue,Arial,sans-serif!important}.app-main{min-width:0!important;width:100%!important;background:var(--rs-bg)!important;padding:0!important;overflow-x:hidden!important}.rs-sidebar{width:var(--rs-sidebar-width)!important;min-width:var(--rs-sidebar-width)!important;max-width:var(--rs-sidebar-width)!important;height:100vh!important;min-height:100vh!important;position:sticky!important;top:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#000!important;color:#fff!important;border-right:1px solid rgba(255,255,255,.14)!important;box-shadow:none!important;z-index:20!important}.rs-sidebar-brand{height:96px!important;min-height:96px!important;padding:20px 28px!important;display:flex!important;align-items:center!important;border-bottom:1px solid rgba(255,255,255,.14)!important}.rs-sidebar-brand img{width:145px!important;max-width:145px!important;max-height:60px!important;object-fit:contain!important;object-position:left center!important}.rs-sidebar-nav{flex:1 1 auto!important;min-height:0!important;padding:34px 20px 20px!important;display:flex!important;flex-direction:column!important;gap:10px!important;overflow-y:auto!important;scrollbar-width:thin!important;scrollbar-color:#334155 transparent!important}.rs-sidebar-section{margin:0 10px 8px!important;color:#6b7280!important;font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.rs-sidebar-section--planning{margin-top:20px!important}.rs-nav-item{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;background:transparent!important;width:100%!important;min-height:60px!important;display:grid!important;grid-template-columns:28px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;padding:12px 14px!important;border-radius:10px!important;color:#9ca3af!important;text-align:left!important;cursor:pointer!important;transition:background .16s ease,color .16s ease!important;box-shadow:none!important}.rs-nav-item:hover{background:#ffffff0d!important;color:#f8fafc!important}.rs-nav-item.active{background:#1f2937!important;color:#fff!important;box-shadow:inset 0 0 0 1px #ffffff14!important}.rs-nav-icon{display:flex!important;align-items:center!important;justify-content:center!important;color:#9ca3af!important}.rs-nav-icon svg{width:18px!important;height:18px!important}.rs-nav-item.active .rs-nav-icon{color:var(--rs-red)!important}.rs-nav-copy strong{display:block!important;color:inherit!important;font-size:17px!important;line-height:1.1!important;font-weight:900!important;letter-spacing:-.02em!important}.rs-nav-copy span{display:block!important;margin-top:5px!important;color:#6b7280!important;font-size:12px!important;line-height:1.35!important;font-weight:650!important}.rs-sidebar-footer{flex:0 0 auto!important;padding:18px 20px 22px!important;display:grid!important;gap:14px!important;background:#111827!important;border-top:1px solid rgba(255,255,255,.14)!important}.rs-sidebar-user{display:flex!important;align-items:center!important;gap:12px!important}.rs-sidebar-user-avatar{width:40px!important;height:40px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#374151!important;color:#fff!important;font-size:14px!important;font-weight:900!important}.rs-sidebar-user strong{display:block!important;color:#fff!important;font-size:17px!important;line-height:1.1!important;font-weight:900!important}.rs-sidebar-user em{display:block!important;margin-top:3px!important;color:#6b7280!important;font-size:12px!important;line-height:1!important;font-style:normal!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.rs-sidebar-team{min-height:54px!important;padding:8px 12px!important;display:flex!important;align-items:center!important;gap:10px!important;background:#000!important;border:1px solid #374151!important;border-radius:12px!important}.rs-sidebar-team-abbr{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:9px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#1f2937!important;border:1px solid #4b5563!important;color:#fff!important;font-size:14px!important;font-weight:900!important}.rs-sidebar-select-wrap{position:relative!important;flex:1 1 auto!important;min-width:0!important}.rs-sidebar-select-wrap select{width:100%!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;font-size:15px!important;line-height:1!important;font-weight:900!important;padding:8px 22px 8px 0!important;cursor:pointer!important}.rs-sidebar-select-wrap option{color:#111827!important}.rs-sidebar-select-wrap:after{content:"⌄"!important;position:absolute!important;right:0!important;top:50%!important;transform:translateY(-52%)!important;color:#94a3b8!important;pointer-events:none!important;font-size:14px!important}.rs-sidebar-refresh{min-height:42px!important;border:0!important;border-radius:8px!important;background:#374151!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;font-size:14px!important;line-height:1!important;font-weight:900!important;cursor:pointer!important;box-shadow:none!important}.rs-sidebar-refresh.ready{color:#fff!important}.rs-sidebar-refresh.pending{color:#fecaca!important}.rs-sidebar-refresh svg{width:15px!important;height:15px!important;color:currentColor!important}.rs-sidebar-status{display:flex!important;justify-content:center!important;align-items:center!important;color:#9ca3af!important;font-size:12px!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.16em!important;font-weight:900!important}.rs-sidebar-status strong{display:inline-flex!important;align-items:center!important;gap:8px!important;color:#9ca3af!important;font-size:12px!important;line-height:1!important;font-weight:900!important}.rs-sidebar-status i{width:10px!important;height:10px!important;border-radius:999px!important;background:#34d399!important;box-shadow:0 0 14px #34d399cc!important}.rs-sidebar-status i.pending{background:#ef4444!important;box-shadow:0 0 14px #ef4444a6!important}.rs-command{min-height:100vh!important;padding:44px clamp(30px,4vw,64px) 80px!important;background:var(--rs-bg)!important;color:var(--rs-ink)!important;font-family:Inter,Avenir Next,Helvetica Neue,Arial,sans-serif!important}.rs-command,.rs-command *{box-sizing:border-box!important}.rs-command-header,.rs-overview,.rs-queue{width:min(100%,1328px)!important;margin-left:auto!important;margin-right:auto!important}.rs-command-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:44px!important;margin-bottom:44px!important}.rs-command-title{min-width:0!important}.rs-command-crumb{display:flex!important;align-items:center!important;gap:12px!important;color:#64748b!important;font-size:13px!important;line-height:1!important;font-weight:900!important}.rs-command-crumb span{height:28px!important;padding:0 12px!important;border-radius:6px!important;display:inline-flex!important;align-items:center!important;background:#ffe2e8!important;color:var(--rs-red)!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.1em!important;text-transform:uppercase!important}.rs-command-crumb b{color:#64748b!important;font-size:13px!important;line-height:1!important;font-weight:900!important}.rs-command-title h1{margin:18px 0 10px!important;color:var(--rs-blue)!important;font-size:clamp(46px,4.3vw,64px)!important;line-height:.88!important;font-weight:950!important;letter-spacing:-.075em!important}.rs-command-title p{margin:0!important;color:#64748b!important;font-size:18px!important;line-height:1.35!important;font-weight:750!important}.rs-head-strip{flex:0 0 590px!important;height:90px!important;min-height:90px!important;display:grid!important;grid-template-columns:1fr 1.18fr 1fr 110px!important;overflow:hidden!important;margin-top:34px!important;background:#fff!important;border:1px solid var(--rs-line)!important;border-radius:17px!important;box-shadow:0 12px 36px #0f172a14!important}.rs-head-strip>div,.rs-head-strip>label{min-width:0!important;height:100%!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:16px 22px!important;border-right:1px solid var(--rs-line-soft)!important}.rs-head-strip>label{padding:0!important;align-items:center!important;background:var(--rs-blue)!important;color:#fff!important;border-right:0!important;border-radius:0 15px 15px 0!important}.rs-head-strip span{color:#94a3b8!important;font-size:11px!important;line-height:1.1!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}.rs-head-strip strong{display:block!important;margin-top:6px!important;color:var(--rs-blue)!important;font-size:32px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.045em!important;white-space:nowrap!important}.rs-head-strip>div:nth-child(2) strong{color:var(--rs-red)!important}.rs-head-strip label select{width:100%!important;height:100%!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;text-align:center!important;padding:0 18px!important;font-size:19px!important;line-height:1!important;font-weight:950!important;letter-spacing:.06em!important;cursor:pointer!important}.rs-head-strip label option{color:#111827!important}.rs-overview{margin-bottom:42px!important}.rs-section-title{display:flex!important;align-items:flex-start!important;gap:12px!important;margin:0 0 20px!important;color:var(--rs-blue)!important}.rs-section-title svg{flex:0 0 auto!important;width:20px!important;height:20px!important;margin-top:7px!important;color:var(--rs-rose)!important}.rs-section-title h2{margin:0!important;color:var(--rs-blue)!important;font-size:28px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important}.rs-section-title p{margin:8px 0 0!important;color:#64748b!important;font-size:16px!important;line-height:1.3!important;font-weight:700!important}.rs-stat-grid{display:grid!important;grid-template-columns:1.18fr repeat(4,1fr)!important;gap:20px!important}.rs-stat-card{position:relative!important;min-height:152px!important;padding:28px 28px 24px!important;overflow:hidden!important;border:1px solid var(--rs-line)!important;border-radius:16px!important;background:#fff!important;color:var(--rs-ink)!important;text-align:left!important;cursor:pointer!important;box-shadow:0 14px 35px #0f172a0f!important;transition:transform .16s ease,box-shadow .16s ease!important}.rs-stat-card:hover{transform:translateY(-1px)!important;box-shadow:0 18px 42px #0f172a17!important}.rs-stat-card span{display:block!important;color:#708098!important;font-size:12px!important;line-height:1.35!important;font-weight:950!important;letter-spacing:.17em!important;text-transform:uppercase!important}.rs-stat-card strong{display:block!important;margin-top:26px!important;color:var(--rs-blue)!important;font-size:54px!important;line-height:.9!important;font-weight:950!important;letter-spacing:-.045em!important}.rs-stat-card em{display:block!important;margin-top:8px!important;color:#64748b!important;font-size:14px!important;line-height:1!important;font-style:normal!important;font-weight:900!important;letter-spacing:-.02em!important}.rs-stat-card--all{background:var(--rs-blue)!important;border-color:var(--rs-blue)!important;box-shadow:0 18px 42px #1e438747!important}.rs-stat-card--all span,.rs-stat-card--all em{color:#ffffff94!important}.rs-stat-card--all strong{color:#fff!important}.rs-stat-card--all svg{position:absolute!important;right:28px!important;bottom:22px!important;width:88px!important;height:88px!important;color:#fff!important;opacity:.13!important}.rs-stat-card--tandem{border-left:5px solid var(--rs-red)!important}.rs-stat-card--tandem span,.rs-stat-card--tandem strong{color:var(--rs-red)!important}.rs-stat-card--push,.rs-stat-card--workload,.rs-stat-card--standard{border-left:5px solid var(--rs-blue)!important}.rs-stat-card--empty{border-left-color:#cbd5e1!important;opacity:.72!important}.rs-stat-card--empty strong{color:#cbd5e1!important}.rs-queue{margin-top:8px!important}.rs-queue-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin:0 0 20px!important}.rs-queue-title>div{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important}.rs-queue-title svg{flex:0 0 auto!important;width:20px!important;height:20px!important;color:var(--rs-rose)!important}.rs-queue-title h2{margin:0!important;color:var(--rs-blue)!important;font-size:28px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.055em!important;white-space:nowrap!important}.rs-source-ready,.rs-source-pending{height:32px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;padding:0 14px!important;border-radius:6px!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;white-space:nowrap!important}.rs-source-ready{background:#dffbe9!important;border:1px solid #a7f3d0!important;color:#267c55!important}.rs-source-pending{background:#fff7ed!important;border:1px solid #fed7aa!important;color:#c2410c!important}.rs-source-ready i,.rs-source-pending i{width:7px!important;height:7px!important;border-radius:999px!important;background:currentColor!important}.rs-sort-button{height:42px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;gap:9px!important;border:1px solid var(--rs-line)!important;border-radius:10px!important;background:#fff!important;color:#64748b!important;font-size:14px!important;line-height:1!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 8px 18px #0f172a0f!important}.rs-sort-button svg{width:15px!important;height:15px!important;color:var(--rs-rose)!important}.rs-row-list{display:grid!important;gap:20px!important}.rs-queue-row{position:relative!important;width:100%!important;min-height:202px!important;display:block!important;overflow:hidden!important;border:1px solid var(--rs-line)!important;border-radius:16px!important;background:#fff!important;color:var(--rs-ink)!important;text-align:left!important;cursor:pointer!important;box-shadow:0 10px 28px #0f172a0e!important;transition:transform .16s ease,box-shadow .16s ease!important}.rs-queue-row:hover{transform:translateY(-1px)!important;box-shadow:0 16px 34px #0f172a17!important}.rs-queue-row:disabled{cursor:default!important;opacity:.7!important}.rs-queue-row:before{content:""!important;position:absolute!important;inset:0 auto 0 0!important;width:5px!important;background:var(--rs-cobalt)!important}.rs-row-top{height:70px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;padding:0 28px 0 34px!important;border-bottom:1px solid var(--rs-line-soft)!important;background:#fbfcfe!important}.rs-row-meta{min-width:0!important;display:flex!important;align-items:center!important;gap:22px!important}.rs-matchup-pill{min-width:128px!important;height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 18px!important;border-radius:8px!important;background:var(--rs-blue)!important;color:#fff!important;font-size:18px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.025em!important;white-space:nowrap!important}.rs-row-date{display:inline-flex!important;align-items:center!important;gap:10px!important;color:#64748b!important;font-size:16px!important;line-height:1!important;font-weight:850!important;white-space:nowrap!important}.rs-row-date svg{width:15px!important;height:15px!important;color:#94a3b8!important}.rs-impact-badge{display:flex!important;align-items:center!important;gap:16px!important;flex:0 0 auto!important}.rs-impact-badge span{color:#94a3b8!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.17em!important;text-transform:uppercase!important;white-space:nowrap!important}.rs-impact-badge strong{min-width:104px!important;height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;border-radius:7px!important;background:#fff1f2!important;border:1px solid #fecdd3!important;color:var(--rs-red)!important;font-size:30px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.035em!important}.rs-row-body{min-height:132px!important;display:grid!important;grid-template-columns:1.08fr 1.24fr .82fr!important;align-items:stretch!important}.rs-pitcher-cell{display:flex!important;align-items:center!important;gap:22px!important;padding:26px 36px!important;border-right:1px solid var(--rs-line-soft)!important}.rs-avatar{position:relative!important;width:64px!important;height:64px!important;flex:0 0 64px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#f8fafc!important;border:2px solid #e2e8f0!important;color:#64748b!important;font-size:19px!important;line-height:1!important;font-weight:950!important}.rs-avatar:after{content:""!important;position:absolute!important;right:-3px!important;bottom:8px!important;width:18px!important;height:18px!important;border-radius:999px!important;background:var(--rs-red)!important;border:3px solid #fff!important;box-shadow:0 0 0 1px #fecdd3!important}.rs-pitcher-cell strong{display:block!important;color:var(--rs-blue)!important;font-size:27px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.04em!important}.rs-pitcher-cell em{display:inline-block!important;max-width:370px!important;margin-top:10px!important;padding:7px 10px!important;border-radius:6px!important;background:#fbfcfe!important;border:1px solid var(--rs-line-soft)!important;color:var(--rs-blue)!important;font-size:14px!important;line-height:1.15!important;font-weight:800!important;font-style:normal!important}.rs-rec-cell{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:10px!important;padding:25px 36px!important;border-right:1px solid var(--rs-line-soft)!important}.rs-rec-cell>span{color:#94a3b8!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}.rs-rec-cell strong{width:max-content!important;max-width:100%!important;min-height:52px!important;display:inline-flex!important;align-items:center!important;gap:17px!important;padding:8px 17px!important;border-radius:10px!important;background:#fbfcfe!important;border:1px solid var(--rs-line-soft)!important;color:#1f2937!important;font-size:19px!important;line-height:1!important;font-weight:950!important}.rs-rec-cell strong svg{width:19px!important;height:19px!important;color:#94a3b8!important}.rs-status{height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 18px!important;border-radius:8px!important;background:var(--rs-red)!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;white-space:nowrap!important}.rs-status--prep{background:#f59e0b!important;color:#111827!important}.rs-status--watch{background:#eab308!important;color:#111827!important}.rs-status--stay,.rs-status--ok{background:#64748b!important;color:#fff!important}.rs-rec-cell em{color:#64748b!important;font-size:14px!important;line-height:1!important;font-style:normal!important;font-weight:800!important}.rs-reason-cell{display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:center!important;gap:12px!important;padding:25px 28px!important}.rs-driver-chip{min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 15px!important;border-radius:8px!important;border:1px solid var(--rs-line)!important;background:#fff!important;box-shadow:0 6px 14px #0f172a0b!important;color:#475569!important;font-size:14px!important;line-height:1!important;font-weight:900!important;text-transform:none!important;white-space:nowrap!important}.rs-driver-chip svg{width:14px!important;height:14px!important;color:var(--rs-blue)!important}.rs-row-pitcher-meta{display:none!important}@media (max-width: 1680px){:root{--rs-sidebar-width: 280px}.rs-command{padding-left:40px!important;padding-right:40px!important}.rs-command-header,.rs-overview,.rs-queue{width:min(100%,1220px)!important}.rs-command-title h1{font-size:54px!important}.rs-head-strip{flex-basis:520px!important;grid-template-columns:.9fr 1.12fr .9fr 96px!important}.rs-stat-card{min-height:140px!important;padding:24px!important}.rs-stat-card strong{font-size:48px!important}.rs-row-body{grid-template-columns:340px minmax(0,1fr) 220px!important}.rs-pitcher-cell{padding:24px 28px!important;gap:18px!important}.rs-pitcher-cell em{max-width:260px!important}.rs-rec-cell{padding:24px 28px!important}.rs-reason-cell{padding:24px!important}}@media (max-width: 1180px){:root{--rs-sidebar-width: 250px}.rs-command{padding:30px 24px 60px!important}.rs-command-header{display:grid!important;gap:22px!important}.rs-head-strip{width:100%!important;flex-basis:auto!important;margin-top:0!important}.rs-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.rs-row-body{grid-template-columns:1fr!important}.rs-pitcher-cell,.rs-rec-cell,.rs-reason-cell{border-right:0!important;border-bottom:1px solid var(--rs-line-soft)!important}.rs-reason-cell{align-items:flex-start!important;border-bottom:0!important}}:root{--cmdx-sidebar: 306px;--cmdx-page-bg: #f6f8fb;--cmdx-ink: #0b1224;--cmdx-muted: #64748b;--cmdx-soft: #94a3b8;--cmdx-line: #dce4ef;--cmdx-line-soft: #e8eef6;--cmdx-blue: #1f478c;--cmdx-blue-2: #2f66e6;--cmdx-red: #c3314b;--cmdx-red-soft: #fff1f2;--cmdx-pink: #e7a8b6;--cmdx-green: #27a66b;--cmdx-green-soft: #dcfce7;--cmdx-sidebar-bg: #05070b;--cmdx-sidebar-panel: #111827;--cmdx-shadow: 0 18px 40px rgba(15, 23, 42, .08)}.app-shell{min-height:100vh!important;width:100%!important;display:flex!important;align-items:stretch!important;background:var(--cmdx-page-bg)!important;color:var(--cmdx-ink)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;overflow:hidden!important}.app-main{min-width:0!important;flex:1 1 auto!important;height:100vh!important;overflow:auto!important;background:radial-gradient(circle at 32% 0%,rgba(219,226,239,.58),transparent 34%),linear-gradient(180deg,#f8fafc 0%,var(--cmdx-page-bg) 100%)!important}.cmdx-sidebar{width:var(--cmdx-sidebar)!important;min-width:var(--cmdx-sidebar)!important;height:100vh!important;display:flex!important;flex-direction:column!important;background:var(--cmdx-sidebar-bg)!important;border-right:1px solid rgba(148,163,184,.18)!important;color:#fff!important;overflow:hidden!important;box-shadow:20px 0 45px #0f172a29!important}.cmdx-sidebar-brand{height:88px!important;display:flex!important;align-items:center!important;padding:0 30px!important;border-bottom:1px solid rgba(148,163,184,.18)!important}.cmdx-sidebar-brand img{width:140px!important;height:auto!important;display:block!important}.cmdx-sidebar-nav{flex:1 1 auto!important;min-height:0!important;padding:32px 20px 22px!important;display:flex!important;flex-direction:column!important;gap:10px!important;overflow-y:auto!important}.cmdx-sidebar-section{margin:0 8px 8px!important;color:#6b7280!important;font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.cmdx-sidebar-section--planning{margin-top:20px!important}.cmdx-nav-item{width:100%!important;min-height:58px!important;display:grid!important;grid-template-columns:26px minmax(0,1fr)!important;align-items:center!important;gap:14px!important;padding:12px 16px!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;color:#aeb8c7!important;text-align:left!important;cursor:pointer!important;transition:background .16s ease,border-color .16s ease,color .16s ease!important}.cmdx-nav-item:hover{background:#ffffff0d!important;color:#fff!important}.cmdx-nav-item.active{background:#202836!important;border-color:#334155!important;color:#fff!important}.cmdx-nav-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#9ca3af!important}.cmdx-nav-item.active .cmdx-nav-icon{color:var(--cmdx-red)!important}.cmdx-nav-copy{min-width:0!important;display:flex!important;flex-direction:column!important;gap:4px!important}.cmdx-nav-copy strong{color:inherit!important;font-size:16px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.02em!important}.cmdx-nav-copy span{color:#7b8798!important;font-size:12px!important;line-height:1.25!important;font-weight:600!important}.cmdx-sidebar-footer{flex:0 0 auto!important;padding:20px!important;background:#111827!important;border-top:1px solid rgba(148,163,184,.18)!important}.cmdx-sidebar-user{display:flex!important;align-items:center!important;gap:14px!important;margin-bottom:14px!important}.cmdx-sidebar-user-avatar,.cmdx-sidebar-team-abbr{width:42px!important;height:42px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;background:#374151!important;border:1px solid #4b5563!important;color:#fff!important;font-size:14px!important;font-weight:900!important}.cmdx-sidebar-user strong,.cmdx-sidebar-user em{display:block!important;font-style:normal!important}.cmdx-sidebar-user strong{color:#fff!important;font-size:16px!important;line-height:1.1!important;font-weight:900!important}.cmdx-sidebar-user em{margin-top:3px!important;color:#7b8798!important;font-size:11px!important;line-height:1!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important}.cmdx-sidebar-team{height:54px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;padding:6px!important;border-radius:10px!important;background:#020617!important;border:1px solid #334155!important}.cmdx-sidebar-team-abbr{border-radius:10px!important;background:#1f2937!important}.cmdx-sidebar-select-wrap{position:relative!important;min-width:0!important}.cmdx-sidebar-select-wrap:after{content:"⌄"!important;position:absolute!important;right:10px!important;top:50%!important;transform:translateY(-56%)!important;color:#94a3b8!important;font-size:15px!important;pointer-events:none!important}.cmdx-sidebar-select-wrap select{width:100%!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;background:transparent!important;color:#fff!important;outline:0!important;padding:0 30px 0 0!important;font-size:15px!important;font-weight:900!important}.cmdx-sidebar-refresh{width:100%!important;height:43px!important;margin-top:16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;border:0!important;border-radius:9px!important;background:#374151!important;color:#fff!important;font-size:14px!important;font-weight:900!important;cursor:pointer!important}.cmdx-sidebar-refresh.ready{color:#e5e7eb!important}.cmdx-sidebar-refresh.pending{color:#fecaca!important}.cmdx-sidebar-status{margin-top:18px!important;padding-top:17px!important;border-top:1px solid rgba(148,163,184,.16)!important}.cmdx-sidebar-status strong{display:inline-flex!important;align-items:center!important;gap:9px!important;color:#9ca3af!important;font-size:12px!important;line-height:1!important;font-weight:900!important;letter-spacing:.12em!important;text-transform:uppercase!important}.cmdx-sidebar-status i{width:10px!important;height:10px!important;border-radius:999px!important;background:#ef4444!important;box-shadow:0 0 14px #ef444473!important}.cmdx-sidebar-status i.ready{background:#34d399!important;box-shadow:0 0 14px #34d39980!important}.cmdx-command{width:min(1320px,calc(100vw - var(--cmdx-sidebar) - 120px))!important;margin:0 auto!important;padding:42px 0 70px!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;color:var(--cmdx-ink)!important}.cmdx-command-header{display:grid!important;grid-template-columns:minmax(0,1fr) 580px!important;align-items:start!important;gap:48px!important;margin-bottom:54px!important}.cmdx-command-crumb{display:flex!important;align-items:center!important;gap:13px!important;margin-bottom:15px!important;color:#66758a!important;font-size:13px!important;line-height:1!important;font-weight:900!important}.cmdx-command-crumb span{display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 11px!important;border-radius:5px!important;background:#ffe4e9!important;color:var(--cmdx-red)!important;letter-spacing:.08em!important;text-transform:uppercase!important}.cmdx-command-crumb svg{color:#cbd5e1!important}.cmdx-command-crumb b{color:#64748b!important;font-weight:900!important}.cmdx-command-title h1{margin:0!important;color:var(--cmdx-blue)!important;font-size:58px!important;line-height:.96!important;font-weight:950!important;letter-spacing:-.07em!important}.cmdx-command-title p{margin:12px 0 0!important;color:#64748b!important;font-size:16px!important;line-height:1.35!important;font-weight:700!important}.cmdx-head-strip{height:92px!important;align-self:center!important;display:grid!important;grid-template-columns:1fr 1.12fr .96fr 92px!important;overflow:hidden!important;border:1px solid var(--cmdx-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 14px 30px #0f172a14!important}.cmdx-head-strip>div{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:0 28px!important;border-right:1px solid var(--cmdx-line-soft)!important}.cmdx-head-strip span,.cmdx-head-strip label>span:not(.sr-only){color:#9aa9bd!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.15em!important;text-transform:uppercase!important}.cmdx-head-strip strong{margin-top:8px!important;color:var(--cmdx-blue)!important;font-size:31px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.04em!important;white-space:nowrap!important}.cmdx-head-strip label{height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--cmdx-blue)!important}.cmdx-head-strip select{width:100%!important;height:100%!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:0!important;outline:0!important;background:var(--cmdx-blue)!important;color:#fff!important;text-align:center!important;font-size:18px!important;font-weight:950!important;letter-spacing:.08em!important;cursor:pointer!important}.cmdx-overview{margin-bottom:52px!important}.cmdx-section-title{display:flex!important;align-items:flex-start!important;gap:13px!important;margin-bottom:26px!important}.cmdx-section-title svg{margin-top:6px!important;color:var(--cmdx-pink)!important}.cmdx-section-title h2,.cmdx-queue-title h2{margin:0!important;color:var(--cmdx-blue)!important;font-size:28px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.06em!important}.cmdx-section-title p{margin:8px 0 0!important;color:#64748b!important;font-size:16px!important;line-height:1.35!important;font-weight:600!important}.cmdx-stat-grid{display:grid!important;grid-template-columns:1.12fr 1fr 1fr 1fr 1fr!important;gap:18px!important}.cmdx-stat-card{position:relative!important;min-height:176px!important;padding:32px 34px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:space-between!important;overflow:hidden!important;border:1px solid var(--cmdx-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 24px #0f172a0b!important;text-align:left!important;cursor:pointer!important}.cmdx-stat-card:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:5px!important;background:var(--cmdx-blue)!important;opacity:0!important}.cmdx-stat-card--tandem:before{background:var(--cmdx-red)!important;opacity:1!important}.cmdx-stat-card--push:before,.cmdx-stat-card--workload:before,.cmdx-stat-card--standard:before{opacity:1!important}.cmdx-stat-card--all{background:var(--cmdx-blue)!important;border-color:transparent!important;box-shadow:0 18px 30px #1e43873d!important}.cmdx-stat-card--empty{background:#ffffff8a!important;border-style:dashed!important}.cmdx-stat-card>svg{position:absolute!important;right:20px!important;bottom:18px!important;color:#ffffff1f!important}.cmdx-stat-card span{position:relative!important;z-index:1!important;max-width:160px!important;color:#7b8aa0!important;font-size:12px!important;line-height:1.35!important;font-weight:950!important;letter-spacing:.15em!important;text-transform:uppercase!important}.cmdx-stat-card--all span{color:#ffffff94!important}.cmdx-stat-card--tandem span{color:#d35b70!important}.cmdx-stat-card strong{position:relative!important;z-index:1!important;color:var(--cmdx-blue)!important;font-size:58px!important;line-height:.9!important;font-weight:950!important;letter-spacing:-.06em!important}.cmdx-stat-card--all strong{color:#fff!important}.cmdx-stat-card--tandem strong{color:var(--cmdx-red)!important}.cmdx-stat-card--empty strong{color:#cbd5e1!important}.cmdx-stat-card em{position:relative!important;z-index:1!important;color:#64748b!important;font-style:normal!important;font-size:14px!important;line-height:1!important;font-weight:900!important}.cmdx-stat-card--all em{color:#ffffff85!important}.cmdx-queue{margin-top:0!important}.cmdx-queue-title{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:22px!important}.cmdx-queue-title>div{display:flex!important;align-items:center!important;gap:14px!important}.cmdx-queue-title svg{color:var(--cmdx-pink)!important}.cmdx-source-ready,.cmdx-source-pending{height:32px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;padding:0 16px!important;border-radius:6px!important;border:1px solid #9eeac2!important;background:var(--cmdx-green-soft)!important;color:#237451!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important}.cmdx-source-ready i,.cmdx-source-pending i{width:8px!important;height:8px!important;border-radius:999px!important;background:var(--cmdx-green)!important}.cmdx-source-pending{border-color:#fecaca!important;background:#fef2f2!important;color:#b91c1c!important}.cmdx-source-pending i{background:#ef4444!important}.cmdx-sort-button{height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:0 17px!important;border-radius:10px!important;border:1px solid var(--cmdx-line)!important;background:#fff!important;color:#64748b!important;box-shadow:0 6px 14px #0f172a0f!important;font-size:14px!important;line-height:1!important;font-weight:900!important;cursor:pointer!important}.cmdx-row-list{display:flex!important;flex-direction:column!important;gap:18px!important}.cmdx-queue-row{position:relative!important;width:100%!important;min-height:204px!important;display:grid!important;grid-template-rows:72px minmax(126px,auto)!important;overflow:hidden!important;padding:0!important;border:1px solid var(--cmdx-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 22px #0f172a0b!important;color:inherit!important;text-align:left!important;cursor:pointer!important}.cmdx-queue-row:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:6px!important;background:var(--cmdx-blue-2)!important}.cmdx-row-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;padding:0 30px 0 36px!important;border-bottom:1px solid var(--cmdx-line-soft)!important;background:#fbfcff!important}.cmdx-row-meta{display:flex!important;align-items:center!important;gap:24px!important;min-width:0!important}.cmdx-matchup-pill{min-width:126px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 18px!important;border-radius:7px!important;background:var(--cmdx-blue)!important;color:#fff!important;font-size:18px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.02em!important}.cmdx-row-date{display:inline-flex!important;align-items:center!important;gap:10px!important;color:#64748b!important;font-size:16px!important;line-height:1!important;font-weight:800!important}.cmdx-row-date svg{color:#94a3b8!important}.cmdx-impact-badge{display:inline-flex!important;align-items:center!important;gap:14px!important}.cmdx-impact-badge span{color:#94a3b8!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}.cmdx-impact-badge strong{min-width:112px!important;min-height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 14px!important;border-radius:7px!important;border:1px solid #fecdd3!important;background:var(--cmdx-red-soft)!important;color:var(--cmdx-red)!important;font-size:30px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.05em!important}.cmdx-row-body{display:grid!important;grid-template-columns:410px minmax(0,1fr) 260px!important;align-items:stretch!important}.cmdx-pitcher-cell,.cmdx-rec-cell,.cmdx-reason-cell{min-width:0!important;display:flex!important;align-items:center!important}.cmdx-pitcher-cell{gap:22px!important;padding:28px 42px!important;border-right:1px solid var(--cmdx-line-soft)!important}.cmdx-avatar{position:relative!important;width:68px!important;height:68px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;border-radius:999px!important;border:2px solid var(--cmdx-line)!important;background:#f8fafc!important;box-shadow:inset 0 0 0 4px #fff!important;color:#64748b!important;font-size:21px!important;font-weight:950!important}.cmdx-avatar:after{content:""!important;position:absolute!important;right:-4px!important;bottom:10px!important;width:18px!important;height:18px!important;border-radius:999px!important;background:var(--cmdx-red)!important;border:3px solid #fff!important;box-shadow:0 0 0 1px #fecdd3!important}.cmdx-pitcher-cell strong{display:block!important;color:var(--cmdx-blue)!important;font-size:26px!important;line-height:1!important;font-weight:950!important;letter-spacing:-.06em!important}.cmdx-pitcher-cell em{max-width:280px!important;margin-top:10px!important;display:inline-flex!important;padding:7px 12px!important;border-radius:7px!important;border:1px solid var(--cmdx-line-soft)!important;background:#f8fafc!important;color:var(--cmdx-blue)!important;font-size:14px!important;line-height:1.12!important;font-weight:850!important;font-style:normal!important}.cmdx-rec-cell{flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;gap:11px!important;padding:26px 38px!important;border-right:1px solid var(--cmdx-line-soft)!important}.cmdx-rec-cell>span{color:#94a3b8!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.15em!important;text-transform:uppercase!important}.cmdx-rec-cell strong{min-height:54px!important;display:inline-flex!important;align-items:center!important;gap:16px!important;padding:8px 16px!important;border-radius:10px!important;border:1px solid var(--cmdx-line-soft)!important;background:#f8fafc!important;color:#1f2937!important;font-size:19px!important;line-height:1!important;font-weight:950!important}.cmdx-rec-cell strong svg{color:#94a3b8!important}.cmdx-status{height:35px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 18px!important;border-radius:8px!important;background:var(--cmdx-red)!important;color:#fff!important;font-size:12px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;white-space:nowrap!important}.cmdx-status--prep{background:#f59e0b!important;color:#111827!important}.cmdx-status--watch{background:#eab308!important;color:#111827!important}.cmdx-status--stay,.cmdx-status--ok{background:#64748b!important}.cmdx-rec-cell em{color:#64748b!important;font-size:14px!important;line-height:1!important;font-style:normal!important;font-weight:800!important}.cmdx-reason-cell{flex-direction:column!important;justify-content:center!important;align-items:flex-end!important;gap:12px!important;padding:26px 30px!important}.cmdx-driver-chip{min-height:39px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 16px!important;border-radius:8px!important;border:1px solid var(--cmdx-line)!important;background:#fff!important;color:#334155!important;box-shadow:0 5px 12px #0f172a0b!important;font-size:14px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important}.cmdx-driver-chip svg{color:var(--cmdx-blue)!important}.cmdx-row-pitcher-meta{display:none!important}@media (max-width: 1680px){:root{--cmdx-sidebar: 280px}.cmdx-command{width:min(1220px,calc(100vw - var(--cmdx-sidebar) - 80px))!important;padding-top:36px!important}.cmdx-command-header{grid-template-columns:minmax(0,1fr) 520px!important;margin-bottom:46px!important}.cmdx-command-title h1{font-size:52px!important}.cmdx-head-strip{height:84px!important;grid-template-columns:.9fr 1.14fr .92fr 86px!important}.cmdx-head-strip>div{padding:0 22px!important}.cmdx-head-strip strong{font-size:28px!important}.cmdx-stat-card{min-height:154px!important;padding:28px!important}.cmdx-stat-card strong{font-size:52px!important}.cmdx-row-body{grid-template-columns:350px minmax(0,1fr) 220px!important}.cmdx-pitcher-cell{padding:24px 30px!important;gap:18px!important}.cmdx-pitcher-cell em{max-width:240px!important}.cmdx-rec-cell{padding:24px 30px!important}}:root{--cmdx-sidebar: 280px}.cmdx-sidebar{width:var(--cmdx-sidebar)!important;min-width:var(--cmdx-sidebar)!important}.cmdx-sidebar-brand{height:84px!important;padding:0 26px!important}.cmdx-sidebar-brand img{width:126px!important}.cmdx-sidebar-nav{padding:28px 14px 18px!important;gap:8px!important}.cmdx-sidebar-section{margin:0 14px 12px!important;font-size:11px!important}.cmdx-nav-item{min-height:56px!important;grid-template-columns:24px minmax(0,1fr)!important;gap:12px!important;padding:11px 14px!important}.cmdx-nav-copy strong{font-size:15px!important}.cmdx-nav-copy span{font-size:11px!important;line-height:1.25!important}.cmdx-sidebar-footer{padding:18px!important}.cmdx-sidebar-user-avatar,.cmdx-sidebar-team-abbr{width:38px!important;height:38px!important}.cmdx-sidebar-team{height:50px!important;grid-template-columns:38px minmax(0,1fr)!important}.cmdx-sidebar-refresh{height:40px!important;margin-top:14px!important;font-size:13px!important}.cmdx-command{width:min(1180px,calc(100vw - var(--cmdx-sidebar) - 96px))!important;padding:34px 0 58px!important}.cmdx-command-header{grid-template-columns:minmax(0,1fr) 500px!important;gap:40px!important;margin-bottom:44px!important}.cmdx-command-crumb{margin-bottom:12px!important;font-size:12px!important}.cmdx-command-crumb span{min-height:22px!important;padding:0 10px!important}.cmdx-command-title h1{font-size:49px!important;line-height:.96!important}.cmdx-command-title p{margin-top:10px!important;font-size:15px!important}.cmdx-head-strip{height:78px!important;grid-template-columns:.9fr 1.12fr .92fr 82px!important;border-radius:14px!important}.cmdx-head-strip>div{padding:0 22px!important}.cmdx-head-strip span,.cmdx-head-strip label>span:not(.sr-only){font-size:10.5px!important}.cmdx-head-strip strong{margin-top:7px!important;font-size:27px!important}.cmdx-head-strip select{font-size:16px!important}.cmdx-overview{margin-bottom:42px!important}.cmdx-section-title{margin-bottom:20px!important;gap:12px!important}.cmdx-section-title h2,.cmdx-queue-title h2{font-size:25px!important}.cmdx-section-title p{margin-top:6px!important;font-size:14px!important}.cmdx-stat-grid{gap:16px!important}.cmdx-stat-card{min-height:136px!important;padding:24px 27px!important;border-radius:14px!important}.cmdx-stat-card>svg{width:72px!important;height:72px!important;right:16px!important;bottom:14px!important}.cmdx-stat-card span{max-width:145px!important;font-size:11px!important}.cmdx-stat-card strong{font-size:47px!important}.cmdx-stat-card em{font-size:12px!important}.cmdx-queue-title{margin-bottom:18px!important}.cmdx-source-ready,.cmdx-source-pending{height:28px!important;padding:0 13px!important;font-size:11px!important}.cmdx-sort-button{height:38px!important;padding:0 15px!important;font-size:13px!important}.cmdx-row-list{gap:16px!important}.cmdx-queue-row{min-height:170px!important;grid-template-rows:58px minmax(112px,auto)!important;border-radius:14px!important}.cmdx-row-top{padding:0 24px 0 31px!important}.cmdx-row-meta{gap:20px!important}.cmdx-matchup-pill{min-width:108px!important;height:36px!important;padding:0 16px!important;font-size:16px!important}.cmdx-row-date{gap:9px!important;font-size:15px!important}.cmdx-impact-badge{gap:12px!important}.cmdx-impact-badge span{font-size:11px!important}.cmdx-impact-badge strong{min-width:98px!important;min-height:42px!important;font-size:27px!important}.cmdx-impact-value-stack{display:inline-flex!important;flex-direction:column!important;align-items:flex-end!important;gap:4px!important}.cmdx-impact-value-stack em{color:#64748b!important;font-size:10px!important;line-height:1!important;font-style:normal!important;font-weight:900!important;letter-spacing:.02em!important;white-space:nowrap!important}.cmdx-row-body{grid-template-columns:330px minmax(0,1fr) 220px!important}.cmdx-pitcher-cell{gap:18px!important;padding:22px 30px!important}.cmdx-avatar{width:58px!important;height:58px!important;font-size:18px!important}.cmdx-avatar:after{right:-3px!important;bottom:8px!important;width:16px!important;height:16px!important}.cmdx-pitcher-cell strong{font-size:23px!important}.cmdx-pitcher-cell em{max-width:235px!important;margin-top:8px!important;padding:6px 10px!important;font-size:13px!important}.cmdx-rec-cell{gap:9px!important;padding:22px 30px!important}.cmdx-rec-cell>span{font-size:11px!important}.cmdx-rec-cell strong{min-height:46px!important;padding:7px 14px!important;gap:14px!important;font-size:17px!important}.cmdx-status{height:32px!important;padding:0 16px!important;font-size:11px!important}.cmdx-rec-cell em{font-size:13px!important}.cmdx-reason-cell{gap:10px!important;padding:22px 24px!important}.cmdx-driver-chip{min-height:34px!important;padding:0 13px!important;gap:7px!important;font-size:13px!important}@media (max-width: 1680px){:root{--cmdx-sidebar: 250px}.cmdx-command{width:min(1120px,calc(100vw - var(--cmdx-sidebar) - 72px))!important;padding-top:30px!important}.cmdx-command-header{grid-template-columns:minmax(0,1fr) 460px!important;gap:34px!important;margin-bottom:38px!important}.cmdx-command-title h1{font-size:43px!important}.cmdx-command-title p{font-size:14px!important}.cmdx-head-strip{height:72px!important;grid-template-columns:.9fr 1.12fr .92fr 76px!important}.cmdx-head-strip>div{padding:0 18px!important}.cmdx-head-strip strong{font-size:24px!important}.cmdx-overview{margin-bottom:36px!important}.cmdx-stat-card{min-height:124px!important;padding:22px 24px!important}.cmdx-stat-card strong{font-size:42px!important}.cmdx-stat-card>svg{width:64px!important;height:64px!important}.cmdx-row-body{grid-template-columns:300px minmax(0,1fr) 195px!important}.cmdx-pitcher-cell{padding:20px 26px!important;gap:16px!important}.cmdx-avatar{width:54px!important;height:54px!important}.cmdx-pitcher-cell strong{font-size:21px!important}.cmdx-pitcher-cell em{max-width:215px!important}.cmdx-rec-cell{padding:20px 26px!important}.cmdx-reason-cell{padding:20px 22px!important}.cmdx-driver-chip{font-size:12px!important}}.cmdx-command{padding-top:24px!important}.cmdx-command-header{align-items:start!important;margin-bottom:30px!important}.cmdx-command-title{padding-top:0!important}.cmdx-command-title h1{margin:0!important}.cmdx-head-strip span,.cmdx-head-strip label>span{white-space:nowrap!important}.cmdx-head-strip label.cmdx-season-select{min-width:0!important;height:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 10px!important;border:0!important;background:var(--cmdx-blue)!important}.cmdx-head-strip label.cmdx-season-select>span:first-child{color:#ffffffad!important;font-size:9px!important;line-height:1!important;font-weight:950!important;letter-spacing:.16em!important;text-transform:uppercase!important}.cmdx-head-strip .cmdx-season-control{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;color:#fff!important;font-size:16px!important;line-height:1!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:none!important}.cmdx-head-strip .cmdx-season-control select{width:auto!important;height:auto!important;min-width:0!important;padding:0!important;border:0!important;outline:0!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:transparent!important;color:#fff!important;text-align:left!important;font:inherit!important;letter-spacing:inherit!important;cursor:pointer!important}.cmdx-head-strip .cmdx-season-control svg{flex:0 0 auto!important;color:var(--cmdx-red)!important}.cmdx-overview{margin-top:0!important}:root{--cmdx-sidebar: 248px;--cmdx-page-bg: #f5f7fb;--cmdx-ink: #0b1224;--cmdx-muted: #667085;--cmdx-line: #dbe3ef;--cmdx-blue: #173d7a;--cmdx-blue-2: #2563eb;--cmdx-red: #c3314b;--cmdx-red-soft: #fff1f3}.cmdx-sidebar{width:var(--cmdx-sidebar)!important;min-width:var(--cmdx-sidebar)!important;background:#05070c!important}.cmdx-sidebar-brand{height:72px!important;padding:0 22px!important}.cmdx-sidebar-brand img{width:116px!important}.cmdx-sidebar-nav{padding:20px 12px 16px!important;gap:6px!important}.cmdx-sidebar-section{margin:0 12px 9px!important;font-size:10px!important}.cmdx-sidebar-section--planning{margin-top:14px!important}.cmdx-nav-item{min-height:50px!important;grid-template-columns:22px minmax(0,1fr)!important;gap:10px!important;padding:9px 12px!important;border-radius:8px!important}.cmdx-nav-copy strong{font-size:14px!important;letter-spacing:0!important}.cmdx-nav-copy span{font-size:10.5px!important}.cmdx-sidebar-footer{padding:14px!important}.cmdx-sidebar-user{gap:10px!important;margin-bottom:12px!important}.cmdx-sidebar-user-avatar,.cmdx-sidebar-team-abbr{width:34px!important;height:34px!important;font-size:12px!important}.cmdx-sidebar-user strong{font-size:14px!important}.cmdx-sidebar-user em{font-size:10px!important}.cmdx-sidebar-team{height:46px!important;grid-template-columns:34px minmax(0,1fr)!important;gap:9px!important}.cmdx-sidebar-select-wrap select{font-size:13px!important}.cmdx-sidebar-refresh{height:38px!important;margin-top:12px!important;border-radius:8px!important;font-size:12px!important}.cmdx-sidebar-status{margin-top:13px!important;padding-top:13px!important}.cmdx-sidebar-status strong{font-size:10.5px!important}.cmdx-command{width:min(1160px,calc(100vw - var(--cmdx-sidebar) - 72px))!important;margin:0 auto!important;padding:26px 0 56px!important}.cmdx-command-header{grid-template-columns:minmax(260px,1fr) minmax(500px,590px)!important;gap:30px!important;align-items:start!important;margin-bottom:28px!important}.cmdx-command-title h1{color:var(--cmdx-blue)!important;font-size:42px!important;line-height:1!important;font-weight:950!important;letter-spacing:0!important}.cmdx-command-crumb,.cmdx-command-title p{display:none!important}.cmdx-head-strip{height:74px!important;grid-template-columns:.82fr 1.28fr .92fr 82px!important;border-radius:12px!important;overflow:hidden!important}.cmdx-head-strip>div{padding:0 16px!important}.cmdx-head-strip span,.cmdx-head-strip label>span:not(.cmdx-season-control){font-size:9.5px!important;letter-spacing:.12em!important;white-space:nowrap!important}.cmdx-head-strip strong{max-width:100%!important;margin-top:7px!important;overflow:visible!important;color:var(--cmdx-blue)!important;font-size:23px!important;line-height:1!important;letter-spacing:0!important;white-space:nowrap!important}.cmdx-head-strip>div:nth-child(2) strong{color:var(--cmdx-red)!important}.cmdx-overview{margin-bottom:32px!important}.cmdx-section-title{margin-bottom:16px!important}.cmdx-section-title h2,.cmdx-queue-title h2{font-size:23px!important;letter-spacing:0!important}.cmdx-section-title p{font-size:13px!important}.cmdx-stat-grid{grid-template-columns:1.08fr repeat(4,minmax(0,1fr))!important;gap:12px!important}.cmdx-stat-card{min-height:118px!important;padding:18px 18px 16px!important;border-radius:10px!important}.cmdx-stat-card span{max-width:138px!important;font-size:10px!important;line-height:1.25!important}.cmdx-stat-card strong{font-size:38px!important;line-height:.95!important;letter-spacing:0!important}.cmdx-stat-card em{font-size:11px!important;line-height:1.2!important}.cmdx-stat-card>svg{width:58px!important;height:58px!important}.cmdx-queue-title{margin-bottom:14px!important}.cmdx-sort-button{height:36px!important;padding:0 13px!important;border-radius:8px!important;font-size:12px!important}.cmdx-row-list{gap:13px!important}.cmdx-queue-row{min-height:148px!important;grid-template-rows:52px minmax(96px,auto)!important;border-radius:11px!important}.cmdx-row-top{padding:0 20px 0 28px!important}.cmdx-matchup-pill{min-width:96px!important;height:32px!important;padding:0 12px!important;border-radius:6px!important;font-size:14px!important}.cmdx-row-date{font-size:13px!important}.cmdx-impact-badge{gap:10px!important}.cmdx-impact-badge span{font-size:10px!important}.cmdx-impact-badge strong{min-width:94px!important;min-height:38px!important;padding:0 12px!important;font-size:24px!important;letter-spacing:0!important}.cmdx-impact-value-stack em{max-width:180px!important;overflow:hidden!important;text-overflow:ellipsis!important}.cmdx-row-body{grid-template-columns:280px minmax(0,1fr) 190px!important}.cmdx-pitcher-cell{gap:14px!important;padding:18px 22px!important}.cmdx-avatar{width:48px!important;height:48px!important;font-size:16px!important}.cmdx-avatar:after{width:13px!important;height:13px!important}.cmdx-pitcher-cell strong{font-size:19px!important;line-height:1.05!important;letter-spacing:0!important}.cmdx-pitcher-cell em{max-width:195px!important;margin-top:7px!important;padding:5px 8px!important;font-size:11.5px!important}.cmdx-rec-cell{gap:8px!important;padding:18px 22px!important}.cmdx-rec-cell>span{font-size:10px!important}.cmdx-rec-cell strong{min-height:40px!important;gap:10px!important;padding:6px 10px!important;font-size:15px!important}.cmdx-status{height:28px!important;padding:0 12px!important;font-size:10px!important}.cmdx-rec-cell em{max-width:100%!important;overflow:hidden!important;color:var(--cmdx-muted)!important;font-size:12px!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important}.cmdx-reason-cell{gap:8px!important;padding:18px!important}.cmdx-driver-chip{min-height:31px!important;max-width:100%!important;padding:0 10px!important;overflow:hidden!important;border-radius:7px!important;font-size:11.5px!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media (max-width: 1180px){.cmdx-command{width:calc(100vw - var(--cmdx-sidebar) - 36px)!important}.cmdx-command-header,.cmdx-stat-grid,.cmdx-row-body{grid-template-columns:1fr!important}.cmdx-head-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important}.cmdx-pitcher-cell,.cmdx-rec-cell{border-right:0!important;border-bottom:1px solid var(--cmdx-line)!important}.cmdx-reason-cell{align-items:flex-start!important}}.cmdx-queue-row{min-height:176px!important;grid-template-rows:52px minmax(124px,auto)!important}.cmdx-row-body{grid-template-columns:280px minmax(0,1fr) 270px!important}.cmdx-rec-cell em,.cmdx-pitcher-cell em,.cmdx-impact-value-stack em{max-width:100%!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.cmdx-reason-cell{align-items:flex-start!important;align-content:center!important}.cmdx-driver-chip{justify-content:flex-start!important;width:100%!important;min-height:30px!important;height:auto!important;padding:7px 10px!important;overflow:visible!important;line-height:1.15!important;text-overflow:clip!important;white-space:normal!important}
