:root{--background:#f4f6f5;--foreground:#202522;--muted:#66706a;--muted-light:#88938c;--line:#dfe5e1;--line-soft:rgba(223,229,225,0.72);--panel:#ffffff;--panel-soft:#f8faf9;--panel-subtle:#fbfcfb;--nav:#252a27;--nav-muted:#c2cbc5;--accent:#176b87;--accent-strong:#0e5368;--accent-soft:#eaf4f6;--success:#27724f;--success-bg:#eaf6ef;--warning:#8a620f;--warning-bg:#fff6df;--risk:#a63b34;--risk-bg:#faecea;--muted-bg:#eef2f1;--radius:8px;--shadow:0 8px 20px rgba(32,37,34,0.045);--shadow-soft:0 1px 2px rgba(32,37,34,0.035)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}a{color:inherit}button,input,select{font:inherit}.shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:var(--nav);color:#f8fafc;padding:28px 18px;display:flex;flex-direction:column;gap:28px}.sidebar h2{margin:6px 0 0;font-size:22px;line-height:1.2}.eyebrow{margin:0;color:var(--nav-muted);font-size:12px;letter-spacing:0;text-transform:uppercase}.page-eyebrow{color:var(--accent);font-weight:700}nav{display:grid;grid-gap:6px;gap:6px}nav a{text-decoration:none;padding:11px 12px;border-radius:var(--radius);color:#e8edf2;font-size:14px;line-height:1.25}nav a:focus,nav a:hover{background:#313b47;outline:none}main{min-width:0;padding:26px}.page-stack{display:grid;grid-gap:16px;gap:16px}.page-topline{display:grid;grid-template-columns:minmax(280px,1fr) minmax(560px,1.5fr);grid-gap:18px;gap:18px;align-items:start}.page-header{display:grid;grid-gap:8px;gap:8px}.page-header h1{margin:0;font-size:30px;line-height:1.18;font-weight:800;letter-spacing:0}.alert-item p,.dashboard-summary-card p,.filter-bar p,.kpi-stat-bottom,.mini-heading p,.page-header p,.section-card-heading p,.table-caption,.timeline-item p{margin:0;color:var(--muted);line-height:1.45}.filter-bar{position:-webkit-sticky;position:sticky;top:14px;z-index:5;background:var(--panel);border:1px solid var(--line-soft);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;justify-content:flex-end;grid-gap:8px;gap:8px}.filter-bar-actions,.filter-bar-fields{display:flex;align-items:end;gap:8px;min-width:0}.filter-bar label{display:grid;grid-gap:4px;gap:4px;color:var(--muted);font-size:12px}.filter-bar input,.filter-bar select{height:34px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0 10px;color:var(--foreground)}.filter-search input{width:220px}.filter-bar button{height:34px;border:1px solid var(--accent);border-radius:var(--radius);padding:0 14px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.filter-result-count{min-height:34px;display:inline-flex;align-items:center;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--panel-soft);color:var(--muted);padding:0 10px;font-size:12px;font-weight:700;white-space:nowrap}.filter-bar .button-secondary{background:#fff;color:var(--accent);border-color:var(--line)}.filter-bar p{grid-column:1/-1;font-size:12px;align-self:center;white-space:nowrap;text-align:right}.dashboard-summary-card,.section-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.section-card{padding:18px;display:grid;grid-gap:16px;gap:16px;min-width:0}.section-card-compact{align-content:start}.section-card-heading{display:grid;grid-gap:6px;gap:6px}.mini-heading h3,.section-card-heading h2{margin:0;font-size:17px;line-height:1.25;letter-spacing:0}.dashboard-grid{display:grid;grid-gap:16px;gap:16px}.dashboard-tier{display:grid;grid-gap:12px;gap:12px}.dashboard-tier-heading{display:flex;justify-content:space-between;gap:18px;align-items:end}.dashboard-tier-heading span{color:var(--foreground);font-size:15px;font-weight:800}.dashboard-tier-heading p{margin:0;max-width:520px;color:var(--muted);font-size:13px;line-height:1.45;text-align:right}.dashboard-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-summary-card{min-height:118px;padding:16px;text-decoration:none;display:grid;grid-gap:8px;gap:8px;border-left:3px solid var(--accent);transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.dashboard-summary-card:hover{transform:translateY(-1px);border-color:#cbd5d0}.dashboard-summary-card span{color:var(--muted);font-size:14px}.dashboard-summary-card strong{font-size:28px;line-height:1.08;letter-spacing:0}.dashboard-hero-grid .dashboard-summary-card{min-height:146px;background:linear-gradient(180deg,#fff,#f8faf8)}.dashboard-summary-hero{padding:20px;gap:10px;border-color:rgba(23,107,135,.18);box-shadow:0 10px 24px rgba(32,37,34,.07)}.dashboard-summary-hero span{font-size:13px;font-weight:800}.dashboard-summary-hero strong{font-size:36px}.dashboard-summary-hero p{font-size:13px}.dashboard-ops-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;overflow:hidden;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow-soft)}.dashboard-summary-ops{min-height:98px;border:0;border-right:1px solid var(--line-soft);border-left:0;border-radius:0;box-shadow:none;padding:14px 16px;background:transparent}.dashboard-summary-ops:last-child{border-right:0}.dashboard-summary-ops strong{font-size:24px}.dashboard-summary-ops p,.dashboard-summary-ops span{font-size:12px}.dashboard-watch-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.dashboard-summary-mini{min-height:70px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 12px;border-color:var(--line-soft);border-left-width:1px;box-shadow:none;padding:12px 14px;background:var(--panel-subtle)}.dashboard-summary-mini span{font-size:12px;font-weight:700}.dashboard-summary-mini strong{grid-row:1/3;grid-column:2;font-size:20px}.dashboard-summary-mini p{font-size:12px}.summary-warning{border-left-color:var(--warning)}.summary-risk{border-left-color:var(--risk)}.summary-success{border-left-color:var(--success)}.dashboard-action-grid,.dashboard-alert-update-grid,.dashboard-decision-grid,.dashboard-lower-grid,.dashboard-work-grid{display:grid;grid-gap:16px;gap:16px}.dashboard-alert-update-grid,.dashboard-decision-grid,.dashboard-lower-grid,.dashboard-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-action-grid{grid-template-columns:minmax(0,1.45fr) minmax(360px,.9fr);align-items:start}.dashboard-work-grid{grid-template-columns:1fr}.kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:16px;gap:16px}.kpi-stat-card{min-height:132px;background:var(--panel-subtle);border:1px solid var(--line);border-radius:var(--radius);padding:15px;display:grid;grid-gap:10px;gap:10px;box-shadow:var(--shadow-soft)}.kpi-stat-bottom,.kpi-stat-top{display:flex;justify-content:space-between;gap:10px;align-items:center}.kpi-stat-top span{color:var(--muted);font-size:13px}.kpi-stat-card strong{font-size:26px;line-height:1.1;letter-spacing:0}.kpi-stat-bottom{font-size:12px}.kpi-stat-bottom em{color:var(--accent);font-style:normal}.kpi-stat-bottom em,.status-badge{font-weight:700;white-space:nowrap}.status-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border:1px solid transparent;border-radius:var(--radius);padding:3px 8px;font-size:12px;line-height:1.25}.status-badge-normal{background:var(--accent-soft);border-color:rgba(23,107,135,.12);color:var(--accent-strong)}.status-badge-warning{background:var(--warning-bg);border-color:rgba(138,98,15,.14);color:var(--warning)}.status-badge-risk{background:var(--risk-bg);border-color:rgba(166,59,52,.14);color:var(--risk)}.status-badge-success{background:var(--success-bg);border-color:rgba(39,114,79,.14);color:var(--success)}.status-badge-muted{background:var(--muted-bg);border-color:rgba(102,112,106,.14);color:var(--muted)}.table-region{display:grid;grid-gap:10px;gap:10px;min-width:0}.table-toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;gap:12px;align-items:center;min-height:34px;border:1px solid var(--line-soft);border-radius:var(--radius);background:rgba(255,255,255,.9);padding:8px 10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.table-caption{font-size:13px}.table-toolbar-right{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.table-feedback{color:var(--success);font-size:12px;font-weight:700;white-space:nowrap}.table-bulkbar{display:flex;align-items:center;gap:8px;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--panel-subtle);padding:8px 10px}.table-bulkbar span{margin-right:auto;color:var(--muted);font-size:12px;font-weight:800}.table-bulkbar.is-active{background:var(--accent-soft);border-color:rgba(23,107,135,.16)}.table-bulkbar button{min-height:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--foreground);cursor:pointer;font-size:12px;font-weight:700;padding:0 10px}.table-bulkbar button:disabled{cursor:not-allowed;color:var(--muted-light);background:#f3f6f4}.table-wrap{overflow-x:auto;border:1px solid var(--line-soft);border-radius:var(--radius);max-height:520px}table{width:100%;min-width:1080px;border-collapse:collapse;background:#fff}td,th{text-align:left;vertical-align:top;border-bottom:1px solid var(--line-soft);padding:10px 12px;font-size:14px}th{position:-webkit-sticky;position:sticky;top:0;z-index:1;color:var(--muted);background:var(--panel-soft);font-size:12px;font-weight:800;letter-spacing:0}tbody tr:hover td{background:#f4f8f6;box-shadow:inset 0 1px 0 rgba(23,107,135,.05),inset 0 -1px 0 rgba(23,107,135,.05)}tbody tr.is-selected td{background:#eef6f4}tbody tr.is-checked td{background:#f2f8f7}tr:last-child td{border-bottom:0}.extra-column{color:#596677}.table-action-cell,.table-action-head,.table-select-cell{position:-webkit-sticky;position:sticky;background:#fff}.table-action-cell,.table-action-head{right:0;box-shadow:-1px 0 0 var(--line-soft)}.table-select-cell{left:0;z-index:1;width:42px;min-width:42px;box-shadow:1px 0 0 var(--line-soft);text-align:center}.table-action-head{background:#f1f5f3}.table-select-cell input{width:15px;height:15px;accent-color:var(--accent)}.table-primary-link{border:0;background:transparent;color:var(--accent-strong);cursor:pointer;padding:0;text-align:left;font:inherit;font-weight:800}.table-primary-link:focus,.table-primary-link:hover{color:var(--accent);text-decoration:underline;outline:none}.table-actions{display:inline-flex;gap:6px;white-space:nowrap}.drawer-footer-actions button,.drawer-header button,.drawer-next-action button,.state-card button,.table-actions button{min-height:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--foreground);cursor:pointer;font-weight:700}.table-actions button{padding:0 9px;font-size:12px}.table-actions .table-action-primary{border-color:var(--accent);background:var(--accent);color:#fff}.table-actions .table-action-detail,.table-actions .table-action-secondary{color:var(--accent-strong);background:#fff}.table-action-more{color:var(--muted)}.insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.alert-panel,.dashboard-trend-panel,.funnel-card,.timeline-card,.trend-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-subtle);padding:15px;display:grid;grid-gap:12px;gap:12px;min-width:0;box-shadow:var(--shadow-soft)}.mini-heading{display:grid;grid-gap:4px;gap:4px}.alert-list,.funnel-list,.timeline-list,.trend-bars{display:grid;grid-gap:10px;gap:10px}.funnel-item,.trend-bar{display:grid;grid-template-columns:86px minmax(120px,1fr) 48px;grid-gap:10px;gap:10px;align-items:center;font-size:13px}.funnel-item strong,.trend-bar strong{text-align:right}.funnel-track,.trend-track{height:8px;border-radius:var(--radius);background:#edf2ef;overflow:hidden}.funnel-track i,.trend-track i{display:block;height:100%;border-radius:var(--radius);background:var(--accent)}.funnel-item:nth-child(2n) .funnel-track i,.trend-bar:nth-child(2n) .trend-track i{background:var(--success)}.alert-item{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--line);border-left-width:3px;border-radius:var(--radius);background:#fff;padding:12px}.alert-item strong,.timeline-item strong{display:block;margin-bottom:4px}.alert-warning{border-left-color:var(--warning)}.alert-risk{border-left-color:var(--risk)}.alert-success{border-left-color:var(--success)}.alert-muted,.alert-normal{border-left-color:var(--accent)}.timeline-item{display:grid;grid-template-columns:54px minmax(0,1fr);grid-gap:12px;gap:12px;border-bottom:1px solid var(--line);padding-bottom:10px}.timeline-item:last-child{border-bottom:0;padding-bottom:0}.timeline-item time{color:var(--accent);font-size:13px;font-weight:800}.state-card{background:var(--panel-soft);padding:18px;display:grid;grid-gap:8px;gap:8px}.state-card,.state-kicker{border:1px solid var(--line-soft);border-radius:var(--radius);color:var(--muted)}.state-kicker{width:-moz-fit-content;width:fit-content;background:#fff;padding:3px 7px;font-size:12px;font-weight:800}.state-card strong{color:var(--foreground)}.state-card p{margin:0}.state-card button{width:-moz-fit-content;width:fit-content;padding:0 12px}.error-state{border-color:rgba(166,59,52,.22);background:var(--risk-bg)}.loading-state{background:#fff}.skeleton-stack{display:grid;grid-gap:10px;gap:10px}.skeleton-line{height:14px;border-radius:var(--radius);background:linear-gradient(90deg,#e8eeea,#f7faf8 46%,#e8eeea);background-size:180% 100%;animation:skeleton-pulse 1.2s ease-in-out infinite}.skeleton-line:nth-child(2n){width:82%}@keyframes skeleton-pulse{0%{background-position:100% 0}to{background-position:0 0}}.summary-pill{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border:1px solid rgba(23,107,135,.12);border-radius:var(--radius);padding:5px 9px;background:var(--accent-soft);color:var(--accent-strong);font-size:12px;font-weight:700;white-space:nowrap}.summary-pill-success{background:var(--success-bg);color:var(--success)}.summary-pill-warning{background:var(--warning-bg);color:var(--warning)}.summary-pill-risk{background:var(--risk-bg);color:var(--risk)}.summary-pill-muted{background:var(--muted-bg);color:var(--muted)}.drawer-layer{position:fixed;inset:0;z-index:20}.drawer-mask{position:absolute;inset:0;border:0;background:rgba(32,37,34,.36);cursor:pointer}.detail-drawer{position:absolute;top:0;right:0;width:min(520px,100%);height:100%;overflow-y:auto;background:#fff;border-left:1px solid var(--line);box-shadow:-12px 0 24px rgba(32,37,34,.12);padding:18px;display:grid;align-content:start;grid-gap:14px;gap:14px}.drawer-header{display:flex;justify-content:space-between;gap:12px;align-items:start;border-bottom:1px solid var(--line);padding-bottom:14px}.drawer-header span,.drawer-section dt,.drawer-section span{color:var(--muted);font-size:12px}.drawer-header h2,.drawer-section h3{margin:0}.drawer-header h2{font-size:22px}.drawer-header button{padding:0 12px}.drawer-section{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-subtle);padding:13px;display:grid;grid-gap:10px;gap:10px}.drawer-section h3{font-size:15px}.drawer-section p{margin:0;color:var(--foreground);line-height:1.5}.drawer-status-row{grid-template-columns:repeat(4,minmax(0,1fr))}.drawer-status-row div{display:grid;grid-gap:6px;gap:6px}.drawer-section dl{margin:0;display:grid;grid-gap:8px;gap:8px}.drawer-section dl div{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:10px;gap:10px}.drawer-section dd{margin:0;min-width:0;overflow-wrap:anywhere}.drawer-activity-list{display:grid;grid-gap:8px;gap:8px}.drawer-activity-list p{border-left:2px solid var(--line);padding-left:10px}.drawer-next-action{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.drawer-footer-actions button:first-child,.drawer-next-action button{border-color:var(--accent);background:var(--accent);color:#fff}.drawer-footer-actions{position:-webkit-sticky;position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line-soft);background:rgba(255,255,255,.94);padding:12px 0 0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.drawer-footer-actions button{padding:0 12px}.dashboard-sparkline{position:relative;min-height:132px;border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(180deg,#ffffff 0,var(--panel-subtle) 100%);padding:8px 8px 4px;overflow:hidden}.dashboard-sparkline svg{width:100%;height:132px;overflow:visible}.sparkline-grid-line{stroke:rgba(151,164,156,.18);stroke-width:1;vector-effect:non-scaling-stroke}.sparkline-area{fill:url(#dashboard-revenue-fill);stroke:none}.sparkline-line{fill:none;stroke:#176b87;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.sparkline-end-dot{fill:#fff;stroke:#176b87;stroke-width:1.45;vector-effect:non-scaling-stroke}.dashboard-trend-header{display:grid;grid-gap:12px;gap:12px}.dashboard-trend-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.dashboard-trend-summary div{min-width:0;border:1px solid var(--line-soft);border-radius:var(--radius);background:#fff;padding:9px 10px;display:grid;grid-gap:4px;gap:4px}.dashboard-trend-summary span{color:var(--muted-light);font-size:11px;line-height:1}.dashboard-trend-summary strong{color:var(--foreground);font-size:16px;line-height:1.1}.dashboard-trend-summary .dashboard-trend-positive{color:#2e7d5a}.dashboard-trend-summary .dashboard-trend-negative{color:var(--risk)}.dashboard-trend-labels{display:flex;justify-content:space-between;color:#8a948e;font-size:11px;line-height:1}.dashboard-funnel-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-subtle);padding:15px;min-width:0}.dashboard-funnel-header,.dashboard-funnel-panel{display:grid;grid-gap:12px;gap:12px}.dashboard-funnel-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.dashboard-funnel-summary div{min-width:0;border:1px solid var(--line-soft);border-radius:var(--radius);background:#fff;padding:9px 10px;display:grid;grid-gap:4px;gap:4px}.dashboard-funnel-summary span{color:var(--muted-light);font-size:11px;line-height:1}.dashboard-funnel-summary strong{color:var(--foreground);font-size:16px;line-height:1.1}.dashboard-funnel-stage-list{display:grid;grid-gap:8px;gap:8px}.dashboard-funnel-stage{display:grid;grid-template-columns:74px minmax(150px,1fr) 74px;grid-gap:10px;gap:10px;align-items:center;min-width:0}.dashboard-funnel-stage-meta{display:grid;grid-gap:3px;gap:3px}.dashboard-funnel-stage-meta span,.dashboard-funnel-stage-note{color:var(--muted);font-size:12px;line-height:1.2}.dashboard-funnel-stage-meta strong{color:var(--foreground);font-size:18px;line-height:1.1}.dashboard-funnel-band-wrap{min-width:0;border-left:1px solid var(--line-soft);padding-left:10px;padding-right:18px;overflow:hidden}.dashboard-funnel-band{min-width:90px;max-width:90%;min-height:38px;border:1px solid rgba(23,107,135,.12);border-radius:var(--radius);background:linear-gradient(90deg,#eef7f9,#d4eaf0);color:var(--accent-strong);display:flex;align-items:center;justify-content:flex-end;padding:0 13px;font-size:12px;font-weight:800;-webkit-clip-path:polygon(0 0,100% 8%,94% 100%,0 92%);clip-path:polygon(0 0,100% 8%,94% 100%,0 92%)}.dashboard-funnel-stage-success .dashboard-funnel-band{border-color:rgba(31,122,77,.14);background:linear-gradient(90deg,#edf8f2,#cfe9d9);color:var(--success)}.dashboard-funnel-stage-warning .dashboard-funnel-band{border-color:rgba(154,91,0,.14);background:linear-gradient(90deg,#fff8e8,#f3dda9);color:var(--warning)}.dashboard-funnel-stage-note{text-align:right;font-weight:800}.dashboard-funnel-stage-note-warning{color:var(--warning)}.dashboard-funnel-conclusion{margin:0;border:1px solid var(--line-soft);border-radius:var(--radius);background:#fff;padding:10px 11px;color:var(--muted);font-size:13px;line-height:1.45}@media (max-width:1180px){.dashboard-action-grid,.dashboard-alert-update-grid,.dashboard-decision-grid,.dashboard-grid-four,.dashboard-grid-three,.dashboard-lower-grid,.dashboard-ops-grid,.dashboard-watch-strip,.insight-grid,.page-topline{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}nav{grid-template-columns:1fr}main{padding:18px}.filter-bar{position:static;grid-template-columns:1fr;justify-content:stretch}.dashboard-tier-heading,.filter-bar-actions,.filter-bar-fields,.table-bulkbar{display:grid;grid-template-columns:1fr}.filter-bar button,.filter-bar input,.filter-bar label,.filter-bar select,.filter-result-count,.filter-search input,.table-bulkbar button{width:100%}.dashboard-tier-heading p,.filter-bar p{text-align:left}.funnel-item,.kpi-grid,.trend-bar{grid-template-columns:1fr}.funnel-item,.trend-bar{gap:6px}.funnel-item strong,.trend-bar strong{text-align:left}.dashboard-funnel-summary,.dashboard-trend-summary,.drawer-footer-actions,.drawer-next-action,.drawer-section dl div,.drawer-status-row,.table-toolbar{grid-template-columns:1fr}.table-toolbar{display:grid;position:static}.drawer-footer-actions,.table-toolbar-right{justify-content:stretch}.drawer-footer-actions button{width:100%}.dashboard-funnel-summary div,.dashboard-trend-summary div{padding:8px 10px}.dashboard-funnel-stage{grid-template-columns:1fr;gap:6px}.dashboard-funnel-band-wrap{border-left:0;padding-left:0;padding-right:12px}.dashboard-funnel-stage-note{text-align:left}.dashboard-trend-labels span:nth-child(2n){display:none}}.reports-roi-topline{grid-template-columns:minmax(280px,.95fr) minmax(660px,1.6fr)}.reports-roi-filter{align-items:end}.reports-roi-bottom-grid,.reports-roi-main-grid,.reports-roi-two-column{display:grid;grid-gap:16px;gap:16px;align-items:stretch}.reports-roi-main-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.reports-roi-bottom-grid,.reports-roi-two-column{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr)}.reports-roi-card-header{display:flex;justify-content:space-between;gap:16px;align-items:start}.reports-roi-tabs{display:inline-flex;border:1px solid var(--line-soft);border-radius:var(--radius);background:rgba(248,250,248,.72);padding:2px;gap:2px}.reports-roi-link-button,.reports-roi-tabs button{border:0;border-radius:var(--radius);cursor:pointer;font-weight:700}.reports-roi-tabs button{background:transparent;color:var(--muted);padding:5px 9px;font-size:12px;line-height:1.2}.reports-roi-tabs button.active{background:#fff;color:var(--accent-strong);box-shadow:var(--shadow-soft)}.reports-roi-hero-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(180deg,#ffffff 0,var(--panel-subtle) 100%);overflow:hidden}.reports-roi-insight-card,.reports-roi-list-card,.reports-roi-source-metrics div,.reports-roi-target{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-subtle)}.reports-roi-source-metrics div,.reports-roi-target{padding:11px;display:grid;grid-gap:5px;gap:5px}.reports-roi-summary-item{min-height:64px;padding:10px 14px;display:grid;align-content:center;grid-gap:4px;gap:4px;border-right:1px solid var(--line-soft)}.reports-roi-summary-item:last-child{border-right:0}.reports-roi-hero-summary span,.reports-roi-insight-card span,.reports-roi-source-item span,.reports-roi-source-metrics span,.reports-roi-source-summary span,.reports-roi-target span{color:var(--muted);font-size:12px}.reports-roi-summary-item strong{color:var(--foreground);font-size:19px;line-height:1.15;letter-spacing:0}.reports-roi-positive{color:var(--success)}.reports-roi-negative{color:var(--risk)}.reports-roi-chart{position:relative;min-height:340px;border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(180deg,#ffffff 0,var(--panel-subtle) 100%);padding:42px 22px 38px 48px;overflow:hidden}.reports-roi-chart:before{content:"";position:absolute;left:48px;right:22px;bottom:38px;height:1px;background:rgba(151,164,156,.26)}.reports-roi-chart-meta{position:absolute;top:13px;left:48px;right:22px;z-index:3;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:12px;gap:12px;color:var(--muted-light);font-size:11px}.reports-roi-chart-meta>span:last-child{text-align:right}.reports-roi-y-axis{position:absolute;top:58px;bottom:52px;left:14px;z-index:2;display:flex;flex-direction:column;justify-content:space-between;color:var(--muted-light);font-size:11px;line-height:1}.reports-roi-chart svg{position:absolute;inset:42px 22px 38px 48px;width:calc(100% - 70px);height:calc(100% - 80px);z-index:1}.reports-roi-grid-line{stroke:rgba(151,164,156,.18);stroke-width:1;vector-effect:non-scaling-stroke}.reports-roi-grid-line-vertical{stroke:rgba(151,164,156,.13)}.reports-roi-area{stroke:none}.reports-roi-area-revenue{fill:url(#reports-roi-revenue-fill)}.reports-roi-line{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.reports-roi-line-revenue{stroke:#176b87;stroke-width:2}.reports-roi-line-roi{stroke:#2e7d5a;stroke-width:1.35}.reports-roi-end-dot{fill:#fff;stroke-width:1.5;vector-effect:non-scaling-stroke}.reports-roi-end-dot-revenue{stroke:#176b87}.reports-roi-end-dot-roi{stroke:#2e7d5a}.reports-roi-chart-hover-layer{position:absolute;inset:42px 22px 38px 48px;z-index:4;display:grid}.reports-roi-hover-zone{position:relative;min-width:0}.reports-roi-hover-rule{position:absolute;top:0;bottom:0;left:50%;width:1px;background:rgba(23,107,135,.2);opacity:0;transform:translateX(-50%);transition:opacity .16s ease}.reports-roi-tooltip{position:absolute;top:12px;left:50%;z-index:5;min-width:118px;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.96);box-shadow:0 10px 24px rgba(32,37,34,.1);color:var(--foreground);display:grid;grid-gap:4px;gap:4px;font-size:12px;line-height:1.25;opacity:0;pointer-events:none;transform:translate(-50%,-6px);transition:opacity .16s ease,transform .16s ease}.reports-roi-tooltip strong{font-size:12px;line-height:1.2}.reports-roi-tooltip span{color:var(--muted)}.reports-roi-hover-zone:first-child .reports-roi-tooltip{left:0;transform:translateY(-6px)}.reports-roi-hover-zone:last-child .reports-roi-tooltip{right:0;left:auto;transform:translateY(-6px)}.reports-roi-hover-zone:focus-within .reports-roi-hover-rule,.reports-roi-hover-zone:focus-within .reports-roi-tooltip,.reports-roi-hover-zone:hover .reports-roi-hover-rule,.reports-roi-hover-zone:hover .reports-roi-tooltip{opacity:1}.reports-roi-hover-zone:focus-within .reports-roi-tooltip,.reports-roi-hover-zone:hover .reports-roi-tooltip{transform:translate(-50%)}.reports-roi-hover-zone:first-child:focus-within .reports-roi-tooltip,.reports-roi-hover-zone:first-child:hover .reports-roi-tooltip,.reports-roi-hover-zone:last-child:focus-within .reports-roi-tooltip,.reports-roi-hover-zone:last-child:hover .reports-roi-tooltip{transform:translate(0)}.reports-roi-chart-labels{position:absolute;left:48px;right:22px;bottom:13px;justify-content:space-between}.reports-roi-chart-labels,.reports-roi-legend{display:flex;color:var(--muted);font-size:11px}.reports-roi-legend{gap:12px}.reports-roi-legend span{display:inline-flex;align-items:center;gap:7px}.reports-roi-legend i{width:14px;height:2px;border-radius:var(--radius)}.legend-revenue{background:#176b87}.legend-roi{background:#2e7d5a}.reports-roi-source-card{align-content:start;gap:15px}.reports-roi-source-summary{border:1px solid var(--line-soft);border-radius:var(--radius);background:linear-gradient(180deg,#ffffff 0,var(--panel-subtle) 100%);padding:14px;display:grid;grid-gap:8px;gap:8px}.reports-roi-source-summary div{display:flex;justify-content:space-between;align-items:end;gap:12px}.reports-roi-source-summary strong{color:var(--foreground);font-size:26px;line-height:1;letter-spacing:0;text-align:right}.reports-roi-source-summary p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.reports-roi-alert-list,.reports-roi-funnel-list,.reports-roi-source-list{display:grid;grid-gap:8px;gap:8px}.reports-roi-source-item{display:grid;grid-template-columns:28px minmax(0,1fr);grid-gap:9px;gap:9px;align-items:start;padding:9px 0;border-bottom:1px solid var(--line-soft)}.reports-roi-source-item:last-child{border-bottom:0}.reports-roi-source-rank{color:var(--muted-light);font-size:12px;line-height:1.2;font-weight:700}.reports-roi-source-channel{display:grid;grid-template-columns:minmax(0,1fr) 42px;grid-gap:10px;gap:10px;align-items:end}.reports-roi-source-channel div{display:flex;justify-content:space-between;gap:10px;min-width:0}.reports-roi-source-channel strong{color:var(--foreground);font-size:13px;line-height:1.2;white-space:nowrap}.reports-roi-source-channel em{color:var(--muted);font-size:12px;font-style:normal;font-weight:700;line-height:1.2;text-align:right}.reports-roi-source-track{grid-column:2;height:7px;border-radius:var(--radius);background:#edf2ef;overflow:hidden}.reports-roi-source-track i{display:block;height:100%;border-radius:var(--radius);background:var(--accent)}.reports-roi-source-item:nth-child(2n) .reports-roi-source-track i{background:var(--success)}.reports-roi-source-metrics{display:flex;justify-content:space-between;gap:0;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);padding:10px 0}.reports-roi-source-metrics div{min-width:0;border:0;border-radius:0;background:transparent;padding:0 12px;display:grid;grid-gap:4px;gap:4px;flex:1 1;border-right:1px solid var(--line-soft)}.reports-roi-source-metrics div:first-child{padding-left:0}.reports-roi-source-metrics div:last-child{border-right:0;padding-right:0}.reports-roi-source-metrics strong{color:var(--foreground);font-size:17px;line-height:1.15}.reports-roi-link-button{justify-self:start;min-height:34px;border:1px solid var(--line);background:#fff;color:var(--accent-strong);padding:0 12px;font-size:13px;box-shadow:var(--shadow-soft)}.reports-roi-target{min-width:112px}.reports-roi-funnel-row{display:grid;grid-template-columns:96px minmax(180px,1fr) 58px;grid-gap:12px;gap:12px;align-items:center}.reports-roi-funnel-meta{display:grid;grid-gap:3px;gap:3px}.reports-roi-funnel-meta span{color:var(--muted);font-size:12px}.reports-roi-funnel-shape{min-width:84px;max-width:100%;min-height:42px;border-radius:var(--radius);background:linear-gradient(90deg,var(--accent-soft) 0,#c7e2ea 100%);color:var(--accent-strong);display:flex;align-items:center;justify-content:flex-end;padding:0 14px;font-weight:800;-webkit-clip-path:polygon(0 0,100% 9%,94% 100%,0 91%);clip-path:polygon(0 0,100% 9%,94% 100%,0 91%)}.reports-roi-funnel-row:nth-child(2n) .reports-roi-funnel-shape{background:linear-gradient(90deg,#e3f4eb,#bddfcd);color:var(--success)}.reports-roi-funnel-row:nth-child(5) .reports-roi-funnel-shape,.reports-roi-funnel-row:nth-child(6) .reports-roi-funnel-shape{background:linear-gradient(90deg,#fff3d8,#f0d59b);color:var(--warning)}.reports-roi-funnel-row em{font-style:normal;font-size:13px;font-weight:800;text-align:right}.reports-roi-insight-section{align-content:start}.reports-roi-insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.reports-roi-insight-card{min-height:154px;padding:13px;display:grid;grid-gap:10px;gap:10px;border-left-width:4px;align-content:start}.reports-roi-insight-card div{display:flex;align-items:center;justify-content:space-between;gap:8px}.reports-roi-insight-card strong{font-size:22px;line-height:1.15}.reports-roi-insight-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.reports-roi-insight-success{border-left-color:var(--success)}.reports-roi-insight-warning{border-left-color:var(--warning)}.reports-roi-insight-risk{border-left-color:var(--risk)}.reports-roi-insight-muted,.reports-roi-insight-normal{border-left-color:var(--accent)}.reports-roi-table-card table{min-width:1120px}.reports-roi-issue-panel{align-content:start}.reports-roi-list-card{padding:12px;display:grid;grid-gap:10px;gap:10px}.reports-roi-list-card .alert-item{padding:10px}@media (max-width:1180px){.reports-roi-bottom-grid,.reports-roi-main-grid,.reports-roi-topline,.reports-roi-two-column{grid-template-columns:1fr}}@media (max-width:760px){.reports-roi-card-header,.reports-roi-hero-summary,.reports-roi-insight-grid,.reports-roi-source-metrics{grid-template-columns:1fr}.reports-roi-card-header{display:grid}.reports-roi-tabs{width:100%}.reports-roi-tabs button{flex:1 1}.reports-roi-summary-item{min-height:56px;border-right:0;border-bottom:1px solid var(--line-soft)}.reports-roi-summary-item:last-child{border-bottom:0}.reports-roi-chart{min-height:300px;padding-left:44px}.reports-roi-chart-labels,.reports-roi-chart-meta,.reports-roi-chart:before{left:44px}.reports-roi-chart svg,.reports-roi-chart-hover-layer{left:44px;width:calc(100% - 66px)}.reports-roi-funnel-row,.reports-roi-source-item{grid-template-columns:1fr}.reports-roi-source-rank,.reports-roi-source-track{grid-column:auto}.reports-roi-source-metrics{display:grid}.reports-roi-source-metrics div{border-right:0;padding:0}.reports-roi-funnel-row em{text-align:left}}