:root{
  --ink:#172033;--muted:#748197;--line:#e7eaf1;--blue:#5b78ee;--violet:#7e68d7;
  --teal:#22a995;--green:#31a86d;--amber:#df9b42;--red:#d95f71;--canvas:#f5f7fb;
  --shadow:0 10px 30px rgba(33,47,81,.06),0 1px 2px rgba(33,47,81,.04)
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--canvas);color:var(--ink)}
body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}
.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}
.sidebar{position:fixed;inset:0 auto 0 0;width:248px;padding:26px 18px 18px;background:rgba(255,255,255,.94);border-right:1px solid rgba(225,229,239,.9);backdrop-filter:blur(24px);display:flex;flex-direction:column;z-index:20}
.brand{display:flex;align-items:center;gap:11px;padding:0 10px 18px}.brand>span:last-child{display:grid}.brand b{font-size:18px;letter-spacing:-.4px}.brand small{margin-top:4px;color:#96a0b2;font-size:9px;font-weight:700;letter-spacing:.1em}
.brand-mark{width:35px;height:35px;border-radius:11px;background:linear-gradient(145deg,#5b7cfa,#7761ed);position:relative;box-shadow:0 7px 16px rgba(88,105,234,.25);overflow:hidden}.brand-mark i{position:absolute;border-radius:50%;background:white}.brand-mark i:nth-child(1){width:13px;height:13px;left:7px;top:6px}.brand-mark i:nth-child(2){width:12px;height:12px;right:5px;bottom:6px;opacity:.7}.brand-mark i:nth-child(3){width:7px;height:7px;right:7px;top:7px;opacity:.45}
.workspace-card{display:flex;align-items:center;padding:10px;gap:9px;border:1px solid var(--line);border-radius:14px;background:#fafbfe;margin-bottom:18px}.workspace-logo{flex:0 0 34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#e8ecff;color:#596bd6;font-size:11px;font-weight:800}.workspace-card>span:nth-child(2){display:grid;flex:1}.workspace-card b{font-size:11px}.workspace-card small{font-size:9px;color:#8994a7;margin-top:2px}.workspace-card button{border:0;background:transparent;color:#8c97a8}
.nav-caption{font-size:9px;font-weight:750;color:#acb4c2;letter-spacing:.13em;padding:0 12px;margin:0 0 8px}.sidebar nav{display:grid;gap:3px;overflow:auto;min-height:0;padding-right:3px}.nav-item{width:100%;min-height:37px;display:flex;align-items:center;gap:9px;border:0;border-radius:11px;padding:0 10px;background:transparent;color:#657188;font-size:10px;font-weight:600;text-align:left;transition:.18s}.nav-item:hover{background:#f2f4f9;color:#28334b}.nav-item.active{background:linear-gradient(135deg,#eef1ff,#f3f0ff);color:#5165da;font-weight:750}.nav-icon{width:20px;height:20px;display:grid;place-items:center;font-size:14px}.nav-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:7px;background:#ffedf0;color:#dc6375;font-size:9px;display:grid;place-items:center}.sidebar-footer{margin-top:8px;display:grid;gap:10px}.help-card{padding:10px 11px;border-radius:14px;background:linear-gradient(145deg,#f1f3ff,#f8f5ff);display:flex;gap:9px;align-items:center}.help-card>span{width:27px;height:27px;border-radius:9px;background:#fff;color:#6b73db;display:grid;place-items:center;font-weight:800}.help-card div{display:grid;flex:1}.help-card b{font-size:10px}.help-card small{font-size:8px;color:#8791a6;margin-top:2px}.help-card button{border:0;background:transparent;color:#6b73db}
.app-main{grid-column:2;min-width:0}.topbar{height:84px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(228,232,241,.8);background:rgba(247,249,252,.82);backdrop-filter:blur(20px);position:sticky;top:0;z-index:10}.eyebrow{font-size:9px;color:#9aa4b5;letter-spacing:.08em;margin:0 0 4px}.topbar h1{font-size:19px;letter-spacing:-.4px;margin:0}.top-actions{display:flex;align-items:center;gap:9px}.search-box{height:39px;width:240px;background:#fff;border:1px solid #e5e8ef;border-radius:11px;display:flex;align-items:center;padding:0 10px;gap:8px;color:#9ca6b6}.search-box input{border:0;outline:0;min-width:0;flex:1;font-size:11px}.search-box kbd{border:1px solid #e5e8ee;border-radius:5px;background:#fafbfc;font-size:8px;padding:2px 5px}.icon-button{width:39px;height:39px;border:1px solid #e5e8ef;border-radius:11px;background:#fff;position:relative;font-size:18px}.icon-button i{position:absolute;width:6px;height:6px;border-radius:50%;background:#f05c70;right:8px;top:7px;border:2px solid white}.profile-button{height:44px;border:0;background:transparent;border-left:1px solid #e0e4ed;margin-left:4px;padding-left:13px;display:flex;align-items:center;gap:8px}.avatar{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#f3c5a4,#d78664);display:grid;place-items:center;color:#fff;font-size:10px;font-weight:800}.profile-copy{display:grid;text-align:left;min-width:84px}.profile-copy b{font-size:10px}.profile-copy small{font-size:8px;color:#8b95a7;margin-top:2px}
#app{padding:27px 34px 50px;max-width:1500px;margin:0 auto}.page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.page-head h2{font-size:22px;letter-spacing:-.6px;margin:0 0 5px}.page-head p{font-size:11px;color:#7f8ba0;margin:0;max-width:690px;line-height:1.5}.report-level{font-size:7px!important;font-weight:800;letter-spacing:.13em;color:#6578dc!important;margin:0 0 5px!important}.page-actions,.segmented{display:flex;align-items:center;gap:8px}.segmented{background:#e9edf5;padding:3px;border-radius:10px}.segmented button{height:30px;padding:0 13px;border:0;border-radius:8px;background:transparent;font-size:9px;color:#7c8799}.segmented button.active{background:#fff;color:#2a3448;font-weight:700;box-shadow:0 2px 7px rgba(42,53,81,.08)}
.panel,.metric,.kpi{background:#fff;border:1px solid rgba(230,233,241,.95);border-radius:16px;box-shadow:var(--shadow)}.panel{padding:18px;min-width:0}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.panel-head h3{font-size:12px;margin:0 0 4px}.panel-head p{font-size:8px;color:#9ba5b5;margin:0}.text-btn,.more-btn{border:0;background:transparent;color:#596ed8;font-size:8px;font-weight:700}.more-btn{color:#aab2bf;letter-spacing:2px}.primary,.secondary{height:36px;border-radius:10px;padding:0 14px;font-size:9px;font-weight:700;border:0}.primary{color:#fff;background:linear-gradient(135deg,#5c7cf7,#6e65e7);box-shadow:0 6px 14px rgba(87,104,226,.2)}.secondary{border:1px solid #e3e7ef;background:#fff;color:#516078}.chip{font-size:7px;padding:5px 7px;border-radius:6px;background:#e8f7ef;color:#2d9b69;font-weight:700}.chip.warn{background:#fff1dd;color:#c27d2d}.chip.red{background:#ffedf0;color:#d65d6f}
.section{margin-top:14px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;padding:0 2px}.section-title>div{display:flex;align-items:center;gap:8px}.section-title i{width:24px;height:24px;border-radius:8px;background:#e9edff;color:#5b70db;display:grid;place-items:center;font-size:8px;font-style:normal;font-weight:800}.section-title h3{font-size:11px;margin:0}.section-title p{font-size:8px;color:#97a1b1;margin:0}
.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.metric{min-height:104px;padding:14px;display:grid;grid-template-columns:34px 1fr auto;align-items:start;gap:10px;position:relative;overflow:hidden}.metric:after,.kpi:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--tone,var(--blue))}.metric-icon{width:34px;height:34px;border-radius:11px;background:color-mix(in srgb,var(--tone,var(--blue)) 13%,white);color:var(--tone,var(--blue));display:grid;place-items:center;font-size:12px;font-weight:800}.metric-copy{display:grid}.metric-copy span,.kpi span{font-size:8px;color:#768297;font-weight:650}.metric-copy b{font-size:22px;letter-spacing:-.7px;margin:4px 0 2px}.metric-copy small,.kpi small{font-size:7px;color:#9ca5b3}.metric>em{font-size:7px;font-style:normal;border-radius:6px;padding:4px 6px;background:#eaf7f0;color:#2d9c69;font-weight:750}
.blue{--tone:var(--blue)}.green{--tone:var(--green)}.violet{--tone:var(--violet)}.teal{--tone:var(--teal)}.amber{--tone:var(--amber)}.red{--tone:var(--red)}
.grid-2{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;margin-top:14px}.grid-equal{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kpi-grid.six{grid-template-columns:repeat(6,1fr)}.kpi{min-height:110px;padding:15px;display:grid;align-content:start;position:relative;overflow:hidden}.kpi b{font-size:24px;letter-spacing:-.8px;margin:9px 0 3px}.kpi em{position:absolute;right:13px;top:13px;font-size:7px;font-style:normal;padding:4px 6px;border-radius:6px;background:#e7f6ee;color:#2d9d69;font-weight:700}
.mini-bars{height:150px;margin-top:16px;display:flex;align-items:flex-end;gap:7px;border-bottom:1px solid #edf0f5;background:repeating-linear-gradient(to bottom,#edf0f5 0,#edf0f5 1px,transparent 1px,transparent 37px)}.mini-bars i{flex:1;border-radius:5px 5px 1px 1px;background:linear-gradient(180deg,#a9b8fa,#d8dffc)}.chart-labels{display:flex;justify-content:space-between;font-size:7px;color:#a8b0bd;padding-top:7px}.chart-summary{margin-top:14px;display:flex;align-items:center;gap:8px}.chart-summary b{font-size:24px}.chart-summary span{font-size:8px;color:#27a562;font-weight:750}.chart-summary small{font-size:8px;color:#a0a8b6}
.funnel{margin-top:18px;display:grid;gap:11px}.funnel-row{display:grid;grid-template-columns:92px 1fr 36px;align-items:center;gap:8px}.funnel-row span{font-size:8px;color:#69758a}.funnel-row>i{height:8px;background:#f0f2f6;border-radius:5px;overflow:hidden}.funnel-row>i>em{display:block;height:100%;border-radius:5px;background:var(--tone)}.funnel-row b{font-size:9px;text-align:right}.outcomes{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;border-top:1px solid #edf0f4;padding-top:13px;margin-top:4px}.outcome{height:35px;border-radius:9px;background:#fff6e9;color:#aa732f;padding:0 8px;display:flex;align-items:center;gap:6px;font-size:7px}.outcome:nth-child(2){background:#f3effc;color:#765fa7}.outcome:nth-child(3){background:#ffeff1;color:#ac5260}.outcome b{margin-left:auto}
.data-table{margin-top:14px;overflow:auto}.table-head,.table-row{display:grid;align-items:center;gap:8px;padding:0 9px;min-width:640px}.table-head{height:29px;background:#f8f9fb;border-radius:7px;color:#9ba4b2;font-size:7px;font-weight:750}.table-row{min-height:45px;border-bottom:1px solid #f0f2f5;color:#69758a;font-size:8px}.table-row b{color:#354157}.table-5{grid-template-columns:1.4fr repeat(3,.65fr) 1fr}.table-6{grid-template-columns:1.4fr repeat(5,.65fr)}.table-7{grid-template-columns:1.5fr repeat(6,.65fr)}.person{display:flex;align-items:center;gap:7px}.person i{width:26px;height:26px;border-radius:8px;background:#e8edff;color:#5b6fd5;display:grid;place-items:center;font-style:normal;font-size:7px;font-weight:800}.person small{display:grid;color:#9aa4b3;font-size:6px;margin-top:2px}.progress{display:flex;align-items:center;gap:6px}.progress i,.bar-list i{height:6px;flex:1;border-radius:5px;background:#edf0f4;overflow:hidden}.progress i em,.bar-list i em{display:block;height:100%;border-radius:5px;background:linear-gradient(90deg,#617bea,#31ad7a)}.progress small{font-size:7px}
.bar-list{display:grid;gap:11px;margin-top:16px}.bar-list>div{display:grid;grid-template-columns:110px 1fr 35px;align-items:center;gap:8px}.bar-list span{font-size:7px;color:#6f7b8e}.bar-list b{font-size:8px;text-align:right}.bar-list.colored>div:nth-child(2) em{background:#7c6bd6}.bar-list.colored>div:nth-child(3) em{background:#20a995}.bar-list.colored>div:nth-child(4) em{background:#df9b42}.bar-list.colored>div:nth-child(5) em{background:#d95f71}
.stage-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:16px}.stage-card{min-height:78px;border-radius:11px;background:#edf1ff;padding:10px;display:grid;align-content:start}.stage-card:nth-child(2){background:#f1edff}.stage-card:nth-child(3){background:#e8f7f4}.stage-card:nth-child(4){background:#fff4e5}.stage-card:nth-child(5){background:#e9f7ef}.stage-card span{font-size:7px;color:#6575b3}.stage-card b{font-size:18px;margin:9px 0 2px}.stage-card small{font-size:6px;color:#8e9ac0}
.forecast-total{display:flex;align-items:baseline;gap:7px;margin-top:14px}.forecast-total b{font-size:29px}.forecast-total span{font-size:8px;color:#748095}.forecast-total em{margin-left:auto;font-size:7px;font-style:normal;color:#2d9b69;background:#e7f6ee;border-radius:6px;padding:5px 7px}
.target-wrap{display:grid;grid-template-columns:105px 1fr;align-items:center;margin-top:10px}.target-ring{width:94px;height:94px;border-radius:50%;background:conic-gradient(#5f7bec 0 85.7%,#e9edf5 85.7% 100%);display:grid;place-items:center;position:relative}.target-ring:after{content:"";position:absolute;inset:9px;border-radius:50%;background:#fff}.target-ring div{position:relative;z-index:1;display:grid;text-align:center}.target-ring b{font-size:20px}.target-ring span{font-size:7px;color:#8b96a7}.target-copy{display:grid}.target-copy b{font-size:10px}.target-copy p{font-size:7px;color:#8b96a7}.target-copy i{height:7px;border-radius:5px;background:#edf0f4;overflow:hidden}.target-copy i em{display:block;width:85.7%;height:100%;background:linear-gradient(90deg,#607ced,#7e70df)}
.insight{background:linear-gradient(145deg,#566fe4,#745fd5);color:#fff;border:0}.insight>span{font-size:6px;letter-spacing:.12em;color:#dfe3ff;font-weight:800}.insight h3{font-size:16px;line-height:1.35;margin:12px 0 7px}.insight p{font-size:8px;line-height:1.55;color:#e2e5fb}.insight dl{margin:13px 0 0}.insight dl div{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.16);padding:9px 0}.insight dt{font-size:7px;color:#d8ddf9}.insight dd{font-size:11px;font-weight:800;margin:0}
.form-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.55fr);gap:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:17px}.form-grid.three{grid-template-columns:repeat(3,1fr)}.field{display:grid;gap:7px}.field>span{font-size:8px;color:#5f6b80;font-weight:680}.field input,.field select,.field textarea{width:100%;border:1px solid #e3e7ee;border-radius:10px;background:#fbfcfe;outline:0;color:#364258;font-size:9px;padding:0 11px}.field input,.field select{height:38px}.field textarea{padding-top:10px;min-height:90px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#94a3f5;background:#fff;box-shadow:0 0 0 3px rgba(94,119,241,.08)}.form-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid #edf0f5}.preview-card{overflow:hidden;padding:0}.preview-banner{height:54px;padding:0 16px;background:linear-gradient(135deg,#536ce5,#7c62dd);display:flex;align-items:center;justify-content:space-between;color:#fff}.preview-banner span{font-size:10px;font-weight:700}.preview-body{padding:17px}.preview-body h3{font-size:16px;margin:0 0 5px}.preview-body p{font-size:8px;color:#8b95a6}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #edf0f4}.preview-stats div{padding:13px 8px;display:grid;text-align:center;border-right:1px solid #edf0f4}.preview-stats div:last-child{border:0}.preview-stats b{font-size:13px}.preview-stats small{font-size:6px;color:#929cab;margin-top:3px}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.stat{height:74px;border:1px solid #e7eaf1;border-radius:15px;background:#fff;display:flex;align-items:center;gap:10px;padding:13px;box-shadow:var(--shadow)}.stat>i{width:37px;height:37px;border-radius:11px;background:#eaf0ff;color:#5c76da;display:grid;place-items:center;font-style:normal;font-weight:800}.stat div{display:grid}.stat small{font-size:7px;color:#8d98aa}.stat b{font-size:16px;margin-top:3px}.stat em{margin-left:auto;font-style:normal;font-size:7px;color:#2ca16a}
.queue-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:14px}.queue-list{display:grid;gap:6px;margin-top:14px}.queue-item{border:1px solid #e7eaf1;border-radius:11px;background:#fbfcfe;padding:11px;text-align:left}.queue-item.active{border-color:#9cabf1;background:#f0f3ff}.queue-item b{display:block;font-size:9px}.queue-item small{font-size:7px;color:#929cad}.queue-item span{float:right;font-size:8px;color:#5f72d7;font-weight:800}.score-meter{height:12px;border-radius:7px;background:linear-gradient(90deg,#e56c76 0 25%,#e3aa4c 25% 50%,#4cb78a 50% 75%,#5e7bea 75%);position:relative;margin:20px 0 8px}.score-meter i{position:absolute;top:-5px;left:82%;width:22px;height:22px;border-radius:50%;background:#fff;border:5px solid #5e7bea;box-shadow:0 2px 8px rgba(30,40,60,.2)}
.activity-list{display:grid;gap:8px;margin-top:14px}.activity{display:flex;align-items:center;gap:10px;padding:11px;border-radius:11px;background:#fafbfc}.activity>i{width:31px;height:31px;border-radius:9px;background:#e9edff;color:#5f72d7;display:grid;place-items:center;font-style:normal}.activity div{display:grid;flex:1}.activity b{font-size:8px}.activity small{font-size:7px;color:#929cad;margin-top:3px}.activity em{font-size:7px;font-style:normal;color:#8e98a8}.timeline{display:grid;margin-top:18px}.timeline-step{display:grid;grid-template-columns:34px 1fr;gap:10px;position:relative;padding-bottom:15px}.timeline-step:before{content:"";position:absolute;left:16px;top:34px;bottom:0;width:1px;background:#e5e8ef}.timeline-step:last-child:before{display:none}.timeline-step>i{width:34px;height:34px;border-radius:10px;background:#e8edff;color:#5d70d8;display:grid;place-items:center;font-style:normal}.timeline-step article{border:1px solid #e7eaf1;border-radius:11px;padding:12px}.timeline-step h4{font-size:9px;margin:0 0 5px}.timeline-step p{font-size:7px;color:#6d798e;margin:0}.timeline-step small{display:block;font-size:6px;color:#9da6b4;margin-top:6px}
.settings-list{display:grid;gap:7px;margin-top:14px}.setting-row{min-height:52px;padding:9px 11px;border:1px solid #edf0f5;border-radius:11px;display:flex;align-items:center;gap:12px;background:#fbfcfe}.setting-row>span{display:grid;flex:1}.setting-row b{font-size:9px}.setting-row small{font-size:7px;color:#929cad;margin-top:3px}.setting-row input{position:absolute;opacity:0;pointer-events:none}.setting-row>i{width:34px;height:20px;border-radius:12px;background:#dfe4ec;position:relative;transition:.2s}.setting-row>i:after{content:"";position:absolute;width:16px;height:16px;left:2px;top:2px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(31,43,65,.2);transition:.2s}.setting-row input:checked+i{background:#6178e8}.setting-row input:checked+i:after{transform:translateX(14px)}
.mobile-nav,.toast{display:none}.toast{position:fixed;right:24px;bottom:24px;z-index:50;min-height:48px;padding:0 16px 0 10px;border-radius:13px;background:#20293b;color:#fff;align-items:center;gap:10px;font-size:9px;box-shadow:0 14px 38px rgba(17,25,44,.25)}.toast[hidden]{display:none}.toast:not([hidden]){display:flex}.toast span{width:27px;height:27px;border-radius:9px;background:#3cb879;display:grid;place-items:center}
@media(max-width:1250px){.kpi-grid.six{grid-template-columns:repeat(3,1fr)}.form-layout{grid-template-columns:1fr}.preview-card{max-width:520px}.stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1050px){.metric-grid{grid-template-columns:1fr 1fr}.grid-2,.grid-equal{grid-template-columns:1fr}.kpi-grid{grid-template-columns:1fr}.stage-cards{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.app-shell{display:block;padding-bottom:67px}.sidebar{display:none}.app-main{display:block}.topbar{height:69px;padding:0 17px}.eyebrow{display:none}.search-box,.profile-copy,.profile-button>span:last-child{display:none}.profile-button{padding-left:8px}.topbar h1{font-size:17px}#app{padding:19px 14px 30px}.page-head{display:block}.segmented{margin-top:15px;overflow:auto}.segmented button{flex:1;white-space:nowrap}.metric-grid{grid-template-columns:1fr 1fr}.kpi-grid.six{grid-template-columns:1fr 1fr}.form-grid,.form-grid.three{grid-template-columns:1fr}.stat-grid{grid-template-columns:1fr 1fr}.queue-layout{grid-template-columns:1fr}.stage-cards{grid-template-columns:1fr 1fr}.mobile-nav{position:fixed;z-index:30;display:flex;align-items:center;inset:auto 0 0;background:rgba(255,255,255,.96);border-top:1px solid #e5e9f1;backdrop-filter:blur(20px);padding:7px 5px calc(7px + env(safe-area-inset-bottom));overflow-x:auto}.mobile-nav button{flex:0 0 72px;border:0;background:transparent;color:#8d97a8;display:grid;place-items:center;gap:2px}.mobile-nav button span{font-size:16px}.mobile-nav button small{font-size:6px}.mobile-nav button.active{color:#5a6edd}.toast{left:14px;right:14px;bottom:76px}}
@media(max-width:430px){.metric-grid,.kpi-grid.six,.stat-grid{grid-template-columns:1fr}.metric{min-height:96px}.page-actions{margin-top:14px;flex-wrap:wrap}.target-wrap{grid-template-columns:1fr}.target-ring{justify-self:center}.target-copy{text-align:center}.stage-cards{grid-template-columns:1fr 1fr}}

/* Readable, high-contrast presentation scale */
:root{
  --ink:#111a2e;--muted:#5f6f88;--line:#dde3ed;--canvas:#f3f6fb;
  --shadow:0 12px 32px rgba(27,42,74,.08),0 2px 5px rgba(27,42,74,.04)
}
body{font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
.app-shell{grid-template-columns:280px minmax(0,1fr)}
.sidebar{width:280px;padding:28px 20px 20px;box-shadow:8px 0 30px rgba(38,54,88,.035)}
.brand{gap:13px;padding:0 10px 22px}.brand-mark{width:42px;height:42px;border-radius:13px}.brand b{font-size:22px}.brand small{font-size:11px;letter-spacing:.12em}
.workspace-card{padding:13px;gap:11px;border-radius:17px;margin-bottom:22px;background:linear-gradient(145deg,#fbfcff,#f6f8fd)}
.workspace-logo{flex-basis:42px;height:42px;border-radius:12px;font-size:14px}.workspace-card b{font-size:14px}.workspace-card small{font-size:11px}.workspace-card button{font-size:15px}
.nav-caption{font-size:11px;padding:0 12px;margin:10px 0 10px}.sidebar nav{gap:4px}.nav-item{min-height:48px;gap:11px;padding:0 12px;font-size:14px;border-radius:13px}.nav-icon{width:24px;height:24px;font-size:18px}.nav-badge{min-width:24px;height:24px;font-size:11px;border-radius:8px}
.help-card{padding:13px;border-radius:16px}.help-card>span{width:34px;height:34px;font-size:16px}.help-card b{font-size:12px}.help-card small{font-size:10px}.help-card button{font-size:16px}
.app-main{grid-column:2}.topbar{height:96px;padding:0 40px;background:rgba(247,249,253,.9)}.eyebrow{font-size:11px;margin-bottom:5px}.topbar h1{font-size:25px;letter-spacing:-.6px}.top-actions{gap:11px}.search-box{height:48px;width:300px;border-radius:14px;padding:0 14px;gap:10px}.search-box input{font-size:13px}.search-box kbd{font-size:10px;padding:3px 6px}.icon-button{width:48px;height:48px;border-radius:14px}.profile-button{height:52px;padding-left:16px;gap:10px}.avatar{width:42px;height:42px;border-radius:13px;font-size:12px}.profile-copy{min-width:108px}.profile-copy b{font-size:13px}.profile-copy small{font-size:10px}
#app{padding:36px 40px 64px;max-width:1680px}.page-head{margin-bottom:28px}.page-head h2{font-size:31px;line-height:1.18;letter-spacing:-1px;margin-bottom:8px}.page-head p{font-size:15px;line-height:1.65;max-width:780px}.report-level{font-size:11px!important;margin-bottom:7px!important}.page-actions,.segmented{gap:9px}.segmented{padding:5px;border-radius:13px}.segmented button{height:38px;padding:0 18px;border-radius:10px;font-size:12px}
.panel,.metric,.kpi{border-radius:20px;border-color:#e0e5ee;box-shadow:var(--shadow)}.panel{padding:24px}.panel-head{gap:16px}.panel-head h3{font-size:16px;line-height:1.35;margin-bottom:6px}.panel-head p{font-size:12px;line-height:1.5}.text-btn,.more-btn{font-size:12px}.primary,.secondary{height:44px;padding:0 18px;border-radius:12px;font-size:12px}.chip{font-size:10px;padding:6px 9px;border-radius:8px}
.section{margin-top:20px}.section-title{margin-bottom:12px}.section-title>div{gap:11px}.section-title i{width:32px;height:32px;border-radius:10px;font-size:11px}.section-title h3{font-size:15px}.section-title p{font-size:11px}
.metric-grid{gap:14px}.metric{min-height:132px;padding:18px;grid-template-columns:44px 1fr auto;gap:13px}.metric:after,.kpi:after{height:4px}.metric-icon{width:44px;height:44px;border-radius:13px;font-size:16px}.metric-copy span,.kpi span{font-size:13px}.metric-copy b{font-size:30px;margin:5px 0 3px}.metric-copy small,.kpi small{font-size:12px;line-height:1.4}.metric>em{font-size:11px;padding:5px 7px;border-radius:7px}
.grid-2,.grid-equal{gap:18px;margin-top:18px}.kpi-grid{gap:14px}.kpi{min-height:132px;padding:20px}.kpi b{font-size:31px;margin:10px 0 5px}.kpi em{font-size:10px;right:16px;top:16px;padding:5px 7px}
.chart-summary{margin-top:18px;gap:10px}.chart-summary b{font-size:32px}.chart-summary span,.chart-summary small{font-size:11px}.mini-bars{height:185px;margin-top:20px}.chart-labels{font-size:10px;padding-top:9px}
.funnel{margin-top:22px;gap:14px}.funnel-row{grid-template-columns:120px 1fr 44px;gap:11px}.funnel-row span{font-size:12px}.funnel-row>i{height:9px}.funnel-row b{font-size:12px}.outcomes{gap:9px;padding-top:16px}.outcome{height:42px;padding:0 10px;font-size:10px}
.data-table{margin-top:18px}.table-head,.table-row{gap:10px;padding:0 12px}.table-head{height:38px;font-size:10px}.table-row{min-height:56px;font-size:12px}.person{gap:9px}.person i{width:34px;height:34px;border-radius:10px;font-size:10px}.person small{font-size:9px}.progress{gap:8px}.progress i,.bar-list i{height:8px}.progress small{font-size:10px}
.panel-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.followup-btn{width:max-content;min-height:36px;padding:0 13px;border:1px solid #9eacf0;border-radius:10px;background:#eef1ff;color:#4059d2;font-size:11px;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 3px 10px rgba(79,99,197,.12)}.followup-btn:hover{background:#dfe5ff;border-color:#7286e5}.followup-btn-primary{border-color:#5e73df;background:#5e73df;color:#fff;box-shadow:0 6px 14px rgba(79,99,197,.25)}.followup-btn-primary:hover{background:#4e63cf;border-color:#4e63cf}
.lead-table-7{grid-template-columns:1.35fr .85fr .9fr .7fr .7fr .42fr 2.15fr;min-width:1160px}.followup-actions{display:flex;align-items:center;gap:6px}.history-btn{min-height:36px;padding:0 8px;border:0;background:transparent;color:#5068d8;font-size:10px;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer;white-space:nowrap}.history-btn:hover{color:#263fae}.outcome-link{color:#168d68}.outcome-link:hover{color:#096a4c}.entry-dialog.history-dialog{width:min(720px,calc(100vw - 32px));height:auto;max-height:82vh}.followup-history-list{display:grid;gap:12px;max-height:58vh;overflow:auto;padding:20px 24px 24px;background:#f7f9fd}.followup-history-card{padding:16px;border:1px solid #e1e6f0;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(31,48,94,.06)}.history-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.history-meta b{color:#17233c;font-size:13px}.history-meta time{margin-left:auto;color:#8792a8;font-size:11px}.followup-history-card p{margin:12px 0;color:#4e5d77;font-size:13px;line-height:1.6}.followup-history-card footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:11px;border-top:1px solid #edf0f5;color:#7c879c;font-size:11px}.followup-history-card footer b{color:#3d4a63}.history-empty{display:grid;place-items:center;gap:5px;padding:42px;border:1px dashed #cfd7e7;border-radius:14px;background:#fff;color:#7f8ba0}.history-empty b{color:#33415b;font-size:14px}
.sdr-member-link{width:100%;padding:5px 7px;margin:-5px -7px;border:1px solid transparent;border-radius:10px;background:transparent;text-align:left;cursor:pointer}.sdr-member-link:hover{border-color:#cbd5fa;background:#f0f3ff}.sdr-member-link b{color:#4059d2;text-decoration:underline;text-underline-offset:3px}
.sdr-profile-card{display:grid;grid-template-columns:auto 1fr auto minmax(190px,260px);align-items:center;gap:18px;margin-bottom:18px;padding:22px 24px;border:1px solid #dfe5f2;border-radius:18px;background:linear-gradient(135deg,#fff,#f5f7ff);box-shadow:0 10px 28px rgba(39,54,94,.08)}.sdr-profile-avatar{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#6278eb,#7b63dd);color:#fff;font-size:18px;font-weight:850;box-shadow:0 8px 18px rgba(86,104,210,.26)}.sdr-profile-card h3{margin:0 0 5px;font-size:20px;color:#17233c}.sdr-profile-card p{margin:0;color:#718098;font-size:12px}.sdr-capacity{display:grid;grid-template-columns:1fr auto;gap:5px 10px;align-items:center}.sdr-capacity small{font-size:9px;font-weight:800;color:#8792a8;letter-spacing:.08em}.sdr-capacity b{font-size:13px;color:#2f3d58}.sdr-capacity i{grid-column:1/-1;height:8px;border-radius:8px;background:#e6eaf2;overflow:hidden}.sdr-capacity i em{display:block;height:100%;border-radius:8px;background:linear-gradient(90deg,#617bea,#31ad7a)}
@media(max-width:900px){.sdr-profile-card{grid-template-columns:auto 1fr auto}.sdr-capacity{grid-column:1/-1}}
.sdr-portal-mode .sidebar-footer{display:none}.sdr-alert-center{margin-bottom:18px;padding:20px;border:1px solid #dce3f1;border-radius:18px;background:linear-gradient(145deg,#f7f9ff,#fff);box-shadow:0 10px 28px rgba(39,54,94,.07)}.sdr-alert-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.sdr-alert-head p{margin:0 0 4px;color:#5d73df;font-size:9px;font-weight:850;letter-spacing:.12em}.sdr-alert-head h3{margin:0;color:#17233c;font-size:18px}.sdr-alert-head>span{color:#8b96aa;font-size:10px}.sdr-alert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.sdr-alert{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding:14px;border:1px solid #e1e6ef;border-radius:14px;background:#fff;text-align:left;cursor:pointer}.sdr-alert:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(40,55,92,.1)}.sdr-alert i{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:#edf1ff;color:#5068db;font-style:normal;font-size:16px;font-weight:850}.sdr-alert span{display:grid;gap:4px}.sdr-alert b{color:#25324b;font-size:11px}.sdr-alert small{color:#7c899e;font-size:9px;line-height:1.45}.sdr-alert em{color:#536bd8;font-size:9px;font-style:normal;font-weight:800;white-space:nowrap}.sdr-alert.appointment i{background:#e8f8f3;color:#199a70}.sdr-alert.overdue i{background:#fff0f1;color:#dc5c68}.sdr-alert.overdue{border-color:#f3d3d7}.sdr-alert.urgent{border-color:#d6defb}
@media(max-width:1050px){.sdr-alert-grid{grid-template-columns:1fr}.sdr-alert{min-height:72px}}
.sdr-notice-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px;padding:10px;border:1px solid #e0e5ef;border-radius:16px;background:#f7f9fc}.sdr-notice-badge{display:grid;grid-template-columns:34px auto 1fr;align-items:center;gap:10px;min-height:58px;padding:10px 12px;border:1px solid #e2e7f0;border-radius:12px;background:#fff;text-align:left;color:#283750;box-shadow:0 3px 10px rgba(41,56,91,.05)}button.sdr-notice-badge{cursor:pointer}.sdr-notice-badge:hover{border-color:#cbd5e8;box-shadow:0 6px 14px rgba(41,56,91,.09)}.sdr-notice-badge i{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#edf1ff;color:#5570dd;font-style:normal;font-size:14px;font-weight:850}.sdr-notice-badge span{display:grid;gap:1px}.sdr-notice-badge small{color:#8994a7;font-size:8px;font-weight:850;letter-spacing:.07em}.sdr-notice-badge b{color:#18253e;font-size:20px;line-height:1}.sdr-notice-badge em{justify-self:end;color:#7a879b;font-size:9px;font-style:normal;white-space:nowrap}.sdr-notice-badge.violet i{background:#f0edff;color:#735bd6}.sdr-notice-badge.green i{background:#e8f7f1;color:#1d9b72}.sdr-notice-badge.amber i{background:#fff3df;color:#d48a22}.sdr-notice-badge.amber{border-color:#f1dfbf}
@media(max-width:1000px){.sdr-notice-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.sdr-notice-strip{grid-template-columns:1fr}.sdr-notice-badge{min-height:54px}}
.report-center-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}.report-hub-card{position:relative;display:grid;grid-template-columns:50px 1fr;grid-template-rows:auto auto;gap:15px;padding:22px;border:1px solid #dfe5f0;border-radius:18px;background:linear-gradient(145deg,#fff,#f8faff);text-align:left;color:#26344e;cursor:pointer;overflow:hidden;box-shadow:0 9px 25px rgba(36,51,86,.08)}.report-hub-card:before{content:"";position:absolute;inset:auto 0 0;height:4px;background:#5d76e8}.report-hub-card.violet:before{background:#765fdc}.report-hub-card.green:before{background:#27a97c}.report-hub-card:hover{transform:translateY(-3px);border-color:#c5d0f3;box-shadow:0 15px 34px rgba(36,51,86,.13)}.report-hub-icon{width:50px;height:50px;border-radius:15px;display:grid;place-items:center;background:#eaf0ff;color:#536ddd;font-size:22px;font-weight:850}.report-hub-card.violet .report-hub-icon{background:#f0edff;color:#735bd5}.report-hub-card.green .report-hub-icon{background:#e7f7f1;color:#1c9b70}.report-hub-copy{display:grid;gap:5px}.report-hub-copy small{color:#8b96aa;font-size:8px;font-weight:850;letter-spacing:.1em}.report-hub-copy b{font-size:17px;color:#17243d}.report-hub-copy p{margin:0;color:#738198;font-size:11px;line-height:1.55}.report-hub-preview{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.report-hub-preview em,.report-hub-preview strong{padding:8px;border-radius:9px;background:#f1f4fa;color:#66758e;font-size:9px;font-style:normal;text-align:center}.report-hub-preview strong{background:#eaf7f1;color:#16875f}.report-hub-card>i{grid-column:1/-1;color:#536bd8;font-size:10px;font-style:normal;font-weight:850;text-align:right}.report-hub-card.green>i{color:#16875f}
.report-group{margin-bottom:26px}.report-group-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding:0 3px}.report-group-title h3{margin:0;color:#25324b;font-size:15px}.report-group-title span{padding:5px 9px;border-radius:9px;background:#e9edf7;color:#718098;font-size:9px;font-weight:800}.report-hub-card.amber:before{background:#df9a35}.report-hub-card.amber .report-hub-icon{background:#fff3df;color:#cf8620}
@media(max-width:1100px){.report-center-grid{grid-template-columns:1fr}.report-hub-card{grid-template-columns:50px 1fr auto;grid-template-rows:auto}.report-hub-preview{grid-column:auto;min-width:300px}.report-hub-card>i{grid-column:1/-1}}@media(max-width:700px){.report-hub-card{grid-template-columns:44px 1fr}.report-hub-icon{width:44px;height:44px}.report-hub-preview{grid-column:1/-1;min-width:0}.report-center-grid{gap:12px}}
.bar-list{gap:14px;margin-top:20px}.bar-list>div{grid-template-columns:145px 1fr 48px;gap:11px}.bar-list span{font-size:11px}.bar-list b{font-size:11px}.stage-cards{gap:10px;margin-top:20px}.stage-card{min-height:98px;border-radius:14px;padding:13px}.stage-card span{font-size:10px}.stage-card b{font-size:24px;margin:10px 0 3px}.stage-card small{font-size:9px}
.forecast-total{gap:9px;margin-top:18px}.forecast-total b{font-size:36px}.forecast-total span{font-size:12px}.forecast-total em{font-size:10px;padding:6px 9px}.target-copy b{font-size:13px}.target-copy p{font-size:10px}.insight>span{font-size:9px}.insight h3{font-size:22px}.insight p{font-size:12px}.insight dt{font-size:11px}.insight dd{font-size:14px}
.form-grid{gap:17px;margin-top:21px}.field{gap:9px}.field>span{font-size:12px}.field input,.field select,.field textarea{font-size:13px;padding:0 14px;border-radius:12px}.field input,.field select{height:46px}.field textarea{padding-top:13px;min-height:112px}.form-footer{gap:10px;margin-top:22px;padding-top:20px}
.stat-grid{gap:14px;margin-bottom:18px}.stat{height:94px;border-radius:18px;padding:16px;gap:13px}.stat>i{width:46px;height:46px;border-radius:13px;font-size:15px}.stat small{font-size:11px}.stat b{font-size:22px}.stat em{font-size:10px}.queue-layout{grid-template-columns:310px minmax(0,1fr);gap:18px}.queue-list{gap:8px;margin-top:18px}.queue-item{border-radius:13px;padding:14px}.queue-item b{font-size:12px}.queue-item small{font-size:10px}.queue-item span{font-size:11px}
.activity-list{gap:10px;margin-top:18px}.activity{gap:13px;padding:14px;border-radius:13px}.activity>i{width:40px;height:40px;border-radius:11px;font-size:12px}.activity b{font-size:12px}.activity small{font-size:10px;margin-top:4px}.activity em{font-size:10px}.timeline{margin-top:22px}.timeline-step{grid-template-columns:42px 1fr;gap:13px;padding-bottom:18px}.timeline-step:before{left:20px;top:42px}.timeline-step>i{width:42px;height:42px;border-radius:12px}.timeline-step article{border-radius:13px;padding:15px}.timeline-step h4{font-size:13px}.timeline-step p{font-size:11px;line-height:1.5}.timeline-step small{font-size:9px;margin-top:8px}
.settings-list{gap:9px;margin-top:18px}.setting-row{min-height:64px;padding:12px 14px;border-radius:13px}.setting-row b{font-size:12px}.setting-row small{font-size:10px}.setting-row>i{width:42px;height:24px}.setting-row>i:after{width:20px;height:20px}.setting-row input:checked+i:after{transform:translateX(18px)}
.toast{min-height:56px;padding:0 20px 0 12px;border-radius:15px;font-size:12px}.toast span{width:34px;height:34px}
.entry-dialog{width:min(820px,calc(100vw - 32px));max-height:min(86vh,820px);margin:auto;padding:0;border:0;border-radius:24px;background:#fff;color:var(--ink);box-shadow:0 30px 90px rgba(19,31,58,.28);overflow:hidden}.entry-dialog::backdrop{background:rgba(22,31,50,.48);backdrop-filter:blur(5px)}.entry-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:26px 28px 22px;background:linear-gradient(145deg,#f5f7ff,#fafbff);border-bottom:1px solid #e5e9f1}.entry-dialog-head>div{display:grid}.entry-dialog-head p{margin:0 0 6px;color:#6074dc;font-size:10px;font-weight:800;letter-spacing:.12em}.entry-dialog-head h2{margin:0 0 7px;font-size:25px;line-height:1.2;letter-spacing:-.5px}.entry-dialog-head span{color:#65748b;font-size:13px;line-height:1.55}.dialog-close{flex:0 0 40px;width:40px;height:40px;border:1px solid #dfe4ed;border-radius:12px;background:#fff;color:#68758a;font-size:24px;line-height:1}.entry-dialog form{max-height:calc(86vh - 130px);overflow:auto;padding:2px 28px 28px}.modal-form-grid{margin-top:24px}.dialog-footer{position:sticky;bottom:-28px;margin:24px -28px -28px;padding:18px 28px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 -8px 22px rgba(31,44,72,.05)}
.page-actions{flex-wrap:wrap;justify-content:flex-end}.module-listing{overflow:hidden}.list-toolbar{display:flex;align-items:center;gap:10px;margin-top:20px;padding:14px;border:1px solid #e6eaf1;border-radius:15px;background:#f8faff}.list-search{height:44px;min-width:250px;flex:1;display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid #dfe4ed;border-radius:12px;background:#fff;color:#8a96a8}.list-search input{width:100%;border:0;outline:0;background:transparent;font-size:13px}.list-toolbar select{height:44px;min-width:170px;padding:0 38px 0 13px;border:1px solid #dfe4ed;border-radius:12px;background:#fff;font-size:12px}.module-table{margin-top:16px;overflow-x:auto;border:1px solid #e5e9f0;border-radius:15px}.module-table-head,.module-table-row{min-width:920px;display:grid;grid-template-columns:repeat(var(--list-cols),minmax(120px,1fr));align-items:center;gap:12px;padding:0 16px}.module-table-head{height:44px;background:#f5f7fb;color:#7e8b9f;font-size:10px;font-weight:800;letter-spacing:.04em}.module-table-row{min-height:62px;border-top:1px solid #edf0f5;color:#596980;font-size:12px;transition:.18s}.module-table-row:hover{background:#fafbff}.module-table-row>span:first-child{color:#27354d;font-weight:750}.module-table-row .chip{width:max-content}.module-table-row[hidden]{display:none}.list-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;color:#758297;font-size:11px}.list-footer>div{display:flex;gap:7px}.list-footer .primary,.list-footer .secondary{width:38px;height:36px;padding:0}
.related-workflows{margin-top:26px;padding:24px;border:1px solid #dfe5f1;border-radius:22px;background:linear-gradient(145deg,#f9faff,#f4f7ff);box-shadow:0 12px 30px rgba(48,66,112,.06)}.related-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.related-head>div{display:grid}.related-head p{margin:0 0 5px;color:#6174da;font-size:10px;font-weight:800;letter-spacing:.12em}.related-head h3{margin:0 0 5px;font-size:19px;letter-spacing:-.35px}.related-head span{color:#6c7a90;font-size:12px}.related-head>i{width:42px;height:42px;border-radius:13px;background:#e7ebff;color:#5e70da;display:grid;place-items:center;font-size:18px;font-style:normal}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.related-card{min-width:0;min-height:88px;padding:15px;border:1px solid #dfe5ef;border-radius:16px;background:#fff;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;text-align:left;box-shadow:0 5px 16px rgba(42,58,91,.045);transition:transform .18s,border-color .18s,box-shadow .18s}.related-card:hover{transform:translateY(-2px);border-color:#aebaf0;box-shadow:0 10px 24px rgba(55,72,124,.1)}.related-icon{width:42px;height:42px;border-radius:12px;background:#edf1ff;color:#5c70da;display:grid;place-items:center;font-size:18px}.related-card>span:nth-child(2){display:grid;min-width:0}.related-card b{font-size:13px}.related-card small{margin-top:4px;color:#7c899c;font-size:10px;line-height:1.4}.related-card em{color:#6073db;font-size:10px;font-style:normal;font-weight:750;white-space:nowrap}

@media(max-width:1250px){.app-shell{grid-template-columns:260px minmax(0,1fr)}.sidebar{width:260px}.topbar,#app{padding-left:28px;padding-right:28px}.metric-grid{grid-template-columns:repeat(2,1fr)}.kpi-grid.six{grid-template-columns:repeat(3,1fr)}.related-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.app-shell{display:block}.sidebar{display:none}.app-main{display:block}.topbar{height:76px;padding:0 18px}.topbar h1{font-size:20px}#app{padding:24px 16px 42px}.page-head h2{font-size:26px}.page-head p{font-size:13px}.metric-grid{grid-template-columns:1fr}.metric{min-height:120px}.kpi-grid.six,.stat-grid{grid-template-columns:1fr}.panel{padding:20px}.section-title p{display:none}.mobile-nav button{flex-basis:86px}.mobile-nav button span{font-size:20px}.mobile-nav button small{font-size:9px}.bar-list>div{grid-template-columns:120px 1fr 42px}.queue-layout{grid-template-columns:1fr}.list-toolbar{align-items:stretch;flex-direction:column;padding:12px}.list-search,.list-toolbar select{width:100%;min-width:0}.list-footer{align-items:flex-start;flex-direction:column}.related-workflows{padding:19px}.related-grid{grid-template-columns:1fr}.related-card{grid-template-columns:42px 1fr}.related-card em{display:none}.entry-dialog{width:calc(100vw - 18px);max-height:92vh;border-radius:19px}.entry-dialog-head{padding:20px 18px 17px}.entry-dialog-head h2{font-size:22px}.entry-dialog form{max-height:calc(92vh - 116px);padding:2px 18px 22px}.modal-form-grid{grid-template-columns:1fr;margin-top:18px}.modal-form-grid .field{grid-column:1!important}.dialog-footer{bottom:-22px;margin:20px -18px -22px;padding:15px 18px}.dialog-footer .primary,.dialog-footer .secondary{flex:1}}

/* Compact report navigation and summary cards */
.report-group{margin-bottom:17px}.report-group-title{margin-bottom:8px}.report-group-title h3{font-size:13px}.report-group-title span{padding:4px 7px;font-size:8px}.report-center-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:0}.report-hub-card{min-height:70px;grid-template-columns:38px minmax(0,1fr) 20px;grid-template-rows:1fr;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;box-shadow:0 3px 10px rgba(36,51,86,.055)}.report-hub-card:hover{transform:translateY(-1px);box-shadow:0 7px 16px rgba(36,51,86,.09)}.report-hub-card:before{height:3px}.report-hub-icon{width:38px;height:38px;border-radius:10px;font-size:16px}.report-hub-copy{display:grid;gap:3px;min-width:0}.report-hub-copy b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-hub-copy small{display:block;color:#8490a4;font-size:8px;font-weight:500;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report-hub-card>i{grid-column:auto;font-size:17px;text-align:right}.report-hub-preview{display:none}.kpi-grid.report-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:14px}.report-kpis .kpi{min-height:82px;padding:12px 14px;border-radius:13px;box-shadow:0 4px 12px rgba(39,54,94,.055)}.report-kpis .kpi>span{font-size:10px}.report-kpis .kpi b{font-size:21px;margin:5px 0 2px;letter-spacing:-.4px}.report-kpis .kpi small{font-size:9px}.report-kpis .kpi em{top:10px;right:10px;font-size:8px}
@media(max-width:1300px){.report-center-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:980px){.report-center-grid,.kpi-grid.report-kpis{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.report-center-grid,.kpi-grid.report-kpis{grid-template-columns:1fr}.report-hub-card{min-height:64px}.report-kpis .kpi{min-height:76px}}
.report-graph-panel{margin-bottom:14px;padding:18px 20px}.report-graph{display:grid;gap:10px;margin-top:15px}.report-graph-row{display:grid;grid-template-columns:minmax(120px,190px) minmax(160px,1fr) minmax(58px,auto);align-items:center;gap:12px;min-height:25px}.report-graph-row>span{overflow:hidden;color:#536178;font-size:10px;font-weight:700;white-space:nowrap;text-overflow:ellipsis}.report-graph-row>i{height:10px;border-radius:10px;background:#eef1f6;overflow:hidden}.report-graph-row>i>em{display:block;height:100%;min-width:3px;border-radius:10px;background:linear-gradient(90deg,#5d76ea,#7588f1);box-shadow:0 2px 6px rgba(82,106,216,.2)}.report-graph-row:nth-child(3n+2)>i>em{background:linear-gradient(90deg,#755edb,#9178e8)}.report-graph-row:nth-child(3n)>i>em{background:linear-gradient(90deg,#24a97b,#52c599)}.report-graph-row>b{color:#26354e;font-size:10px;text-align:right;white-space:nowrap}.report-graph-panel .panel-head h3{font-size:14px}.report-graph-panel .panel-head p{font-size:10px}
@media(max-width:650px){.report-graph-panel{padding:15px}.report-graph-row{grid-template-columns:95px 1fr 48px;gap:8px}.report-graph-row>span,.report-graph-row>b{font-size:9px}}
.source-chart-legend{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.source-chart-legend span{display:inline-flex;align-items:center;gap:6px;color:#65738a;font-size:10px;font-weight:700}.source-chart-legend i{width:9px;height:9px;border-radius:3px}.source-chart-legend .blue i,.source-column.blue{background:linear-gradient(180deg,#6e84ef,#526bdf)}.source-chart-legend .violet i,.source-column.violet{background:linear-gradient(180deg,#9a7bea,#7457d6)}.source-chart-legend .green i,.source-column.green{background:linear-gradient(180deg,#50c99a,#22a879)}
.source-column-chart{height:260px;display:grid;grid-template-columns:repeat(5,minmax(90px,1fr));align-items:end;gap:18px;margin-top:18px;padding:22px 12px 0;border-bottom:1px solid #e5eaf2;background:repeating-linear-gradient(to top,transparent 0,transparent 51px,#eef1f6 52px)}.source-column-group{height:100%;min-width:0;display:grid;grid-template-rows:1fr 38px;gap:9px}.source-columns{height:100%;display:flex;align-items:end;justify-content:center;gap:7px}.source-column{position:relative;width:min(25%,28px);min-width:15px;border-radius:7px 7px 2px 2px;box-shadow:0 5px 12px rgba(61,80,151,.14);transition:transform .18s ease}.source-column:hover{transform:translateY(-3px)}.source-column b{position:absolute;left:50%;top:-18px;transform:translateX(-50%);color:#34425c;font-size:9px;white-space:nowrap}.source-column-group>span{overflow:hidden;color:#5c6b83;font-size:10px;font-weight:700;line-height:14px;text-align:center;text-overflow:ellipsis}
@media(max-width:720px){.source-column-panel{overflow-x:auto}.source-column-chart{min-width:620px}.source-chart-legend{gap:9px}}
.marketing-flow{margin-bottom:20px;background:linear-gradient(135deg,#fff,#f8f9ff)}.marketing-flow>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.marketing-flow>div:last-child>span{flex:1;display:grid;grid-template-columns:32px 1fr;gap:2px 10px;align-items:center}.marketing-flow>div:last-child i{grid-row:1/3;width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#e9edff;color:#576ddd;font-style:normal;font-weight:800}.marketing-flow>div:last-child b{font-size:11px;color:#26344e}.marketing-flow>div:last-child small{font-size:9px;color:#8792a7}.marketing-flow>div:last-child>em{color:#a1aabb;font-style:normal}
.marketing-brief-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.marketing-brief-card{padding:19px;border:1px solid #e0e5ef;border-radius:17px;background:#fff;box-shadow:0 8px 24px rgba(35,51,90,.07)}.marketing-brief-card.urgent{border-color:#f0cfd5;box-shadow:inset 4px 0 #e66778,0 8px 24px rgba(35,51,90,.07)}.marketing-brief-card.important{box-shadow:inset 4px 0 #775fdd,0 8px 24px rgba(35,51,90,.07)}.marketing-brief-card header{display:flex;align-items:center;justify-content:space-between}.marketing-brief-card header span,.marketing-brief-card header em{padding:5px 8px;border-radius:7px;background:#eef1ff;color:#5368d6;font-size:9px;font-weight:800;font-style:normal}.marketing-brief-card header em{background:#fff0e1;color:#ba7430}.marketing-brief-card h3{margin:13px 0 7px;font-size:15px;color:#17243d}.marketing-brief-card>p{min-height:40px;margin:0 0 15px;color:#66758d;font-size:11px;line-height:1.6}.marketing-brief-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:12px;border-radius:12px;background:#f7f9fc}.marketing-brief-meta span{display:grid;gap:2px}.marketing-brief-meta small{color:#96a0b2;font-size:8px;font-weight:800;letter-spacing:.06em}.marketing-brief-meta b{overflow:hidden;color:#3c4a63;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.marketing-brief-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid #edf0f5}.marketing-brief-card footer>span{color:#7c899e;font-size:9px}.marketing-brief-card footer>div{display:flex;gap:6px}.marketing-empty{display:grid;place-items:center;gap:5px;padding:40px;border:1px dashed #ced6e5;border-radius:16px;background:#fff;color:#8290a6}.marketing-empty b{color:#34415a}
.sdr-alert-grid{grid-template-columns:repeat(4,1fr)}.sdr-alert.marketing i{background:#f0ecff;color:#755cd6}.sdr-alert.marketing{border-color:#ddd5f5}.sdr-notice-strip{grid-template-columns:repeat(5,minmax(0,1fr))}.sdr-notice-badge.marketing i{background:#f0ecff;color:#755cd6}.sdr-notice-badge.marketing{border-color:#ddd5f5}
@media(max-width:1100px){.marketing-flow>div:last-child{display:grid;grid-template-columns:1fr 1fr}.marketing-flow>div:last-child>em{display:none}.sdr-alert-grid{grid-template-columns:repeat(2,1fr)}.sdr-notice-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.marketing-brief-grid{grid-template-columns:1fr}.marketing-flow>div:last-child,.sdr-alert-grid,.sdr-notice-strip{grid-template-columns:1fr}.marketing-brief-card footer{align-items:flex-start;flex-direction:column}.marketing-brief-card footer>div{width:100%;justify-content:flex-end}}
.dashboard-link-card{position:relative;width:100%;font:inherit;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.dashboard-link-card:hover,.dashboard-link-card:focus-visible,.dashboard-panel-link:hover,.dashboard-panel-link:focus-visible{transform:translateY(-2px);border-color:#bfcaf4;box-shadow:0 14px 34px rgba(45,65,126,.14);outline:none}.dashboard-link-card .metric-copy{padding-right:48px}.card-link-arrow{position:absolute;right:16px;bottom:13px;color:#566bd8;font-size:9px;font-weight:800;opacity:0;transform:translateX(-4px);transition:.18s}.dashboard-link-card:hover .card-link-arrow,.dashboard-link-card:focus-visible .card-link-arrow{opacity:1;transform:none}.dashboard-panel-link{position:relative;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.panel-link-label{display:block;margin-top:12px;color:#576bd6;font-size:10px;font-weight:800;text-align:right}.dashboard-panel-link .text-btn,.dashboard-panel-link .more-btn{position:relative;z-index:2}
@media(max-width:760px){.card-link-arrow{opacity:1;transform:none}.dashboard-link-card .metric-copy{padding-right:40px}}
.marketing-auto-route{margin-bottom:18px;border-color:#cfe7dc;background:linear-gradient(135deg,#f7fffb,#fff)}.auto-route-flow{display:flex;align-items:center;gap:12px;margin-top:17px}.auto-route-flow>span{flex:1;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:2px 10px}.auto-route-flow>span>i{grid-row:1/3;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#e4f7ee;color:#20966d;font-style:normal;font-weight:850}.auto-route-flow b{font-size:11px;color:#2d3b53}.auto-route-flow small{overflow:hidden;color:#8290a5;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.auto-route-flow>em{color:#75b99e;font-style:normal;font-weight:800}
@media(max-width:1100px){.auto-route-flow{display:grid;grid-template-columns:1fr 1fr}.auto-route-flow>em{display:none}}
@media(max-width:650px){.auto-route-flow{grid-template-columns:1fr}}
.module-table-head>span:last-child,.module-table-row>button:last-child{justify-self:start;text-align:left}
.appointment-view-dialog{width:min(680px,calc(100vw - 32px))}.appointment-view-body{display:grid;gap:16px;padding:22px 24px;background:#f7f9fd}.appointment-view-hero{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px;border:1px solid #dfe5f0;border-radius:16px;background:linear-gradient(135deg,#fff,#f4f7ff)}.appointment-view-time{width:76px;height:76px;border-radius:18px;display:grid;place-items:center;align-content:center;background:linear-gradient(145deg,#6079eb,#765fda);color:#fff;box-shadow:0 9px 20px rgba(84,101,205,.24)}.appointment-view-time b{font-size:20px}.appointment-view-time small{font-size:9px;opacity:.8}.appointment-view-hero>div p,.appointment-outcome-preview p{margin:0 0 4px;color:#6b7de0;font-size:8px;font-weight:850;letter-spacing:.1em}.appointment-view-hero h3,.appointment-outcome-preview h3{margin:0 0 4px;color:#1f2c45;font-size:16px}.appointment-view-hero>div>span,.appointment-outcome-preview div>span{color:#748198;font-size:10px}.appointment-view-hero>em{font-style:normal}.appointment-view-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.appointment-view-grid>span{display:grid;gap:4px;padding:12px;border:1px solid #e2e7ef;border-radius:12px;background:#fff}.appointment-view-grid small{color:#909bad;font-size:8px;font-weight:800;letter-spacing:.06em}.appointment-view-grid b{color:#34425a;font-size:11px}.appointment-outcome-preview{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid #e1e6ef;border-radius:14px;background:#fff}.appointment-view-footer{margin:0;padding:16px 24px;background:#fff}
@media(max-width:600px){.appointment-view-hero{grid-template-columns:auto 1fr}.appointment-view-hero>em{grid-column:1/-1;width:max-content}.appointment-view-grid{grid-template-columns:1fr 1fr}}

/* Theme-wide compact readability refinement */
:root{--canvas:#f4f7fb;--ink:#121c31;--muted:#607089;--line:#dce3ed;--shadow:0 8px 24px rgba(28,43,76,.075),0 1px 3px rgba(28,43,76,.04)}
body{font-size:16px;line-height:1.55;background:radial-gradient(circle at 75% -10%,rgba(113,132,235,.08),transparent 32%),var(--canvas);letter-spacing:.005em}
.app-shell{grid-template-columns:268px minmax(0,1fr)}.sidebar{width:268px;padding:24px 18px 16px}.brand{padding-bottom:17px}.brand b{font-size:22px}.brand small{font-size:11.5px}.workspace-card{margin-bottom:16px;padding:11px}.workspace-card b{font-size:14px}.workspace-card small{font-size:11.5px}.nav-caption{font-size:11.5px;margin:7px 0}.sidebar nav{gap:2px}.nav-item{min-height:44px;padding:0 11px;font-size:14.5px;border-radius:12px}.nav-badge{font-size:11.5px}
.app-main{grid-column:2}.topbar{height:84px;padding:0 32px}.topbar h1{font-size:24px}.eyebrow{font-size:11.5px}.search-box{height:44px}.search-box input{font-size:14px}.profile-copy b{font-size:13.5px}.profile-copy small{font-size:11px}#app{padding:28px 32px 50px}.page-head{margin-bottom:22px}.page-head h2{font-size:30px;margin-bottom:6px}.page-head p{font-size:15.5px;line-height:1.55}.report-level{font-size:11.5px!important}
.panel,.metric,.kpi{border-radius:17px;border-color:#dfe5ee;box-shadow:var(--shadow)}.panel{padding:20px}.panel-head h3{font-size:17px}.panel-head p{font-size:12.5px}.primary,.secondary{height:40px;padding:0 15px;font-size:13px;border-radius:11px}.text-btn,.more-btn{font-size:12.5px}.chip{font-size:11px;padding:5px 8px}.section{margin-top:16px}.section-title{margin-bottom:9px}.section-title h3{font-size:16px}.section-title p{font-size:12px}
.metric-grid,.kpi-grid{gap:10px}.metric{min-height:112px;padding:15px;gap:11px}.metric-icon{width:42px;height:42px}.metric-copy span,.kpi>span{font-size:13.5px}.metric-copy b{font-size:28px}.metric-copy small,.kpi small{font-size:12.5px}.metric>em,.kpi em{font-size:10.5px}.kpi{min-height:108px;padding:17px}.kpi b{font-size:28px;margin:7px 0 3px}.grid-2,.grid-equal{gap:14px;margin-top:14px}
.stat-grid{gap:10px}.stat{height:84px;padding:13px;border-radius:15px}.stat>i{width:42px;height:42px}.stat small{font-size:12px}.stat b{font-size:22px}.stat em{font-size:11px}.activity-list{gap:8px;margin-top:14px}.activity{padding:12px}.activity b{font-size:13.5px}.activity small{font-size:11.5px}.activity em{font-size:11px}.bar-list{gap:11px;margin-top:15px}.bar-list span,.bar-list b{font-size:12px}.funnel-row span,.funnel-row b{font-size:12.5px}.outcome{font-size:11px}
.data-table{margin-top:14px}.table-head{font-size:11.5px}.table-row{font-size:13px}.module-table-head{font-size:11.5px}.module-table-row{min-height:58px;font-size:13px}.list-toolbar{margin-top:15px;padding:11px}.list-search,.list-toolbar select{height:40px}.list-search input,.list-toolbar select{font-size:13px}.list-footer{font-size:12px}.field>span{font-size:13px}.field input,.field select,.field textarea{font-size:14px}.field input,.field select{height:43px}.field textarea{min-height:100px}.form-grid{gap:13px;margin-top:17px}
.report-group-title h3{font-size:14px}.report-group-title span{font-size:10px}.report-center-grid{gap:10px}.report-hub-card{min-height:78px;padding:12px 13px}.report-hub-copy b{font-size:14px}.report-hub-copy small{font-size:10.5px;line-height:1.35}.report-kpis .kpi{min-height:90px;padding:13px 15px}.report-kpis .kpi>span{font-size:12px}.report-kpis .kpi b{font-size:23px}.report-kpis .kpi small{font-size:10.5px}.report-kpis .kpi em{font-size:9.5px}.report-graph-panel .panel-head h3{font-size:16px}.report-graph-panel .panel-head p{font-size:12px}.report-graph-row>span,.report-graph-row>b,.source-column-group>span{font-size:11.5px}.source-chart-legend span{font-size:11px}.source-column b{font-size:10.5px}
.sdr-alert-center{padding:17px}.sdr-alert-head p{font-size:10px}.sdr-alert-head h3{font-size:18px}.sdr-alert-head>span{font-size:11px}.sdr-alert-grid{gap:9px}.sdr-alert{padding:12px;gap:9px}.sdr-alert b{font-size:13px}.sdr-alert small{font-size:11px}.sdr-alert em{font-size:10.5px}.sdr-notice-strip{gap:8px;padding:8px}.sdr-notice-badge{padding:9px 10px}.sdr-notice-badge small{font-size:9.5px}.sdr-notice-badge b{font-size:21px}.sdr-notice-badge em{font-size:10.5px}.sdr-profile-card p{font-size:13px}.sdr-capacity small{font-size:10.5px}.sdr-capacity b{font-size:14px}
.marketing-brief-grid{gap:11px}.marketing-brief-card{padding:16px}.marketing-brief-card header span,.marketing-brief-card header em{font-size:10.5px}.marketing-brief-card h3{font-size:16px}.marketing-brief-card>p{font-size:12.5px}.marketing-brief-meta small{font-size:9.5px}.marketing-brief-meta b{font-size:11.5px}.marketing-brief-card footer>span{font-size:10.5px}.marketing-flow>div:last-child b,.auto-route-flow b{font-size:12.5px}.marketing-flow>div:last-child small,.auto-route-flow small{font-size:10.5px}.related-head p{font-size:11px}.related-head h3{font-size:18px}.related-head span{font-size:13px}.related-card b{font-size:14px}.related-card small,.related-card em{font-size:11.5px}
.entry-dialog-head p,.dialog-head p{font-size:11px}.entry-dialog-head h2,.dialog-head h2{font-size:24px}.entry-dialog-head span,.dialog-head span{font-size:13.5px}.appointment-view-hero>div p,.appointment-outcome-preview p{font-size:10px}.appointment-view-hero h3,.appointment-outcome-preview h3{font-size:17px}.appointment-view-hero>div>span,.appointment-outcome-preview div>span{font-size:12px}.appointment-view-grid small{font-size:9.5px}.appointment-view-grid b{font-size:12.5px}.toast{font-size:13px}
@media(max-width:1250px){.app-shell{grid-template-columns:252px minmax(0,1fr)}.sidebar{width:252px}.nav-item{font-size:13.5px}.topbar,#app{padding-left:24px;padding-right:24px}}
@media(max-width:760px){body{font-size:15px}.topbar{height:72px}.topbar h1{font-size:20px}#app{padding:20px 14px 38px}.page-head h2{font-size:26px}.page-head p{font-size:14px}.panel{padding:17px}.metric{min-height:106px}.module-table-row{font-size:12.5px}.marketing-brief-card>p{min-height:0}}

/* Manager SDR daily operating performance */
.manager-sdr-overview{margin-top:16px;border-color:#d6def1;background:linear-gradient(145deg,#fff,#f8faff)}.manager-summary-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:16px}.manager-summary-card{position:relative;min-height:78px;padding:11px 12px;border:1px solid #e0e5ef;border-radius:13px;background:#fff;text-align:left;overflow:hidden}.manager-summary-card:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:#5d76e8}.manager-summary-card.green:after{background:#27a879}.manager-summary-card.red:after{background:#dc6676}.manager-summary-card.amber:after{background:#dd9632}.manager-summary-card.violet:after{background:#765fdc}.manager-summary-card.teal:after{background:#27a9a0}.manager-summary-card small{display:block;color:#7d899d;font-size:10.5px}.manager-summary-card b{display:block;margin:3px 0;color:#17243d;font-size:23px}.manager-summary-card span{color:#6478db;font-size:9.5px;font-weight:750}.manager-summary-card:hover{transform:translateY(-1px);border-color:#bfcaf1;box-shadow:0 7px 16px rgba(39,55,100,.09)}
.manager-sdr-table{margin-top:13px;overflow-x:auto;border:1px solid #e2e7ef;border-radius:14px;background:#fff}.manager-sdr-head,.manager-sdr-row{min-width:1120px;display:grid;grid-template-columns:190px repeat(8,minmax(90px,1fr));align-items:center;gap:8px;padding:0 14px}.manager-sdr-head{height:40px;background:#f4f7fb;color:#7d899d;font-size:9.5px;font-weight:850}.manager-sdr-row{min-height:58px;border-top:1px solid #edf0f5}.manager-sdr-person{display:flex;align-items:center;gap:9px;border:0;background:transparent;text-align:left}.manager-sdr-person i{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#edf1ff;color:#576cda;font-size:10px;font-style:normal;font-weight:850}.manager-sdr-person span{display:grid}.manager-sdr-person b{font-size:12.5px}.manager-sdr-person small{color:#8793a7;font-size:9.5px}.performance-number{justify-self:start;min-width:36px;height:30px;padding:0 9px;border:1px solid #dfe5ef;border-radius:9px;background:#f8faff;color:#485dca;font-size:12px;font-weight:850}.performance-number:hover{border-color:#9faff0;background:#edf1ff}.performance-number.danger{border-color:#f1ccd2;background:#fff0f2;color:#d04f62}.performance-number.success{border-color:#cfe8dc;background:#eefaf4;color:#18845e}.performance-score{display:grid;justify-items:center;gap:1px;width:max-content;min-width:55px;padding:6px 8px;border-radius:10px;background:#eef8f3;color:#1d8c65}.performance-score.warn{background:#fff4e4;color:#b77727}.performance-score b{font-size:13px}.performance-score small{font-size:8px;white-space:nowrap}
.performance-filter-bar{display:flex;align-items:center;gap:16px;margin-bottom:12px;padding:11px 13px;border:1px solid #dfe5ee;border-radius:15px;background:#fff;box-shadow:var(--shadow)}.performance-filter-bar>div:first-child{display:grid;min-width:125px}.performance-filter-bar small{color:#8b96a8;font-size:9px;font-weight:850}.performance-filter-bar b{font-size:12px}.performance-owner-tabs{display:flex;align-items:center;gap:5px;flex:1;padding:4px;border-radius:11px;background:#f0f3f8}.performance-owner-tabs button{height:32px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:#6e7c91;font-size:10.5px;font-weight:700}.performance-owner-tabs button.active{background:#fff;color:#4058c9;box-shadow:0 3px 9px rgba(46,63,107,.09)}.performance-kpis{grid-template-columns:repeat(4,1fr)!important}.performance-exceptions{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:13px}.performance-exceptions>button{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;min-height:66px;padding:11px;border:1px solid #eadfe2;border-radius:13px;background:#fff;text-align:left}.performance-exceptions i{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#fff0f2;color:#d35769;font-style:normal;font-weight:850}.performance-exceptions span{display:grid;gap:2px}.performance-exceptions b{font-size:11.5px}.performance-exceptions small{color:#8591a4;font-size:9.5px}.performance-exceptions em{color:#6073d7;font-size:9.5px;font-style:normal;font-weight:800}.performance-exceptions>button:hover{border-color:#bdc8ef;box-shadow:0 7px 16px rgba(38,54,98,.08)}
.performance-graphs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.performance-graphs .report-graph-panel{height:100%;margin:0;padding:15px}.performance-graphs .panel-head{display:grid}.performance-graphs .source-chart-legend{margin-top:8px}.performance-graphs .source-column-chart{height:220px;grid-template-columns:repeat(4,minmax(55px,1fr));gap:8px;margin-top:10px;padding:20px 5px 0}.performance-graphs .source-column-group>span{font-size:9.5px}.performance-graphs .source-columns{gap:4px}.performance-graphs .source-column{min-width:10px}.performance-graphs .source-column b{font-size:9px}
.performance-matrix-scroll{margin-top:15px;overflow-x:auto;border:1px solid #e2e7ef;border-radius:14px}.performance-matrix-head,.performance-matrix-row{min-width:1740px;display:grid;grid-template-columns:150px repeat(13,minmax(100px,1fr));align-items:center;gap:8px;padding:0 13px}.performance-matrix-head{height:42px;background:#f4f7fb;color:#77859a;font-size:9.5px;font-weight:850}.performance-matrix-row{min-height:58px;border-top:1px solid #edf0f5;color:#4f5f77;font-size:11.5px}.performance-matrix-row>b{font-size:11.5px}.performance-score-guide>div:last-child{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:14px}.performance-score-guide>div:last-child span{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px;border:1px solid #e2e7ef;border-radius:11px;background:#f9faff}.performance-score-guide b{font-size:10.5px}.performance-score-guide em{color:#586dd6;font-size:11px;font-style:normal;font-weight:850}
@media(max-width:1250px){.manager-summary-strip{grid-template-columns:repeat(3,1fr)}.performance-exceptions{grid-template-columns:repeat(2,1fr)}.performance-graphs{grid-template-columns:1fr}.performance-graphs .source-column-chart{grid-template-columns:repeat(4,minmax(80px,1fr))}.performance-score-guide>div:last-child{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.manager-summary-strip,.performance-exceptions,.performance-score-guide>div:last-child{grid-template-columns:1fr 1fr}.performance-filter-bar{align-items:stretch;flex-direction:column}.performance-owner-tabs{width:100%;overflow-x:auto}.performance-owner-tabs button{white-space:nowrap}.performance-kpis{grid-template-columns:1fr 1fr!important}.performance-graphs .source-column-chart{min-width:520px}.performance-graphs>div{overflow-x:auto}}
@media(max-width:480px){.manager-summary-strip,.performance-exceptions,.performance-score-guide>div:last-child,.performance-kpis{grid-template-columns:1fr!important}}

/* Manager-focused screen simplification */
.manager-alert-strip{display:flex;align-items:center;gap:8px;margin-bottom:14px;padding:10px 12px;border:1px solid #efd8b5;border-radius:14px;background:#fffaf1;overflow-x:auto}.manager-alert-strip>b{margin-right:4px;color:#8c611f;font-size:12px;white-space:nowrap}.manager-alert-strip button{display:flex;align-items:center;gap:7px;min-height:34px;padding:6px 10px;border:1px solid #eadfcb;border-radius:10px;background:#fff;color:#59677d;font-size:11px;white-space:nowrap}.manager-alert-strip button:hover{border-color:#d4b67f;background:#fff7e9}.manager-alert-strip i{min-width:21px;height:21px;padding:0 5px;border-radius:7px;background:#fff0d5;color:#b8781f;display:grid;place-items:center;font-size:10px;font-style:normal;font-weight:850}
.compact-dashboard-section{margin-top:0}.manager-kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.manager-kpi-grid .metric{min-height:96px;padding:13px;grid-template-columns:36px 1fr auto}.manager-kpi-grid .metric-icon{width:36px;height:36px}.manager-kpi-grid .metric-copy b{font-size:24px}.manager-kpi-grid .metric-copy span{font-size:11px}.manager-kpi-grid .metric-copy small{font-size:10px}.manager-sdr-overview{margin-top:14px}.manager-sdr-overview .manager-sdr-table{margin-top:10px}.manager-sdr-overview .manager-sdr-head,.manager-sdr-overview .manager-sdr-row{min-width:820px;grid-template-columns:180px repeat(6,minmax(82px,1fr))}.manager-dashboard-lower{align-items:stretch}.manager-dashboard-lower>.panel{height:100%;margin:0}.manager-priority-queue>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 4px;border:0;border-top:1px solid #edf0f5;background:transparent;text-align:left}.manager-priority-queue>button:first-of-type{margin-top:8px}.manager-priority-queue>button span{display:grid;gap:3px}.manager-priority-queue>button b{font-size:12px}.manager-priority-queue>button small{color:#8390a4;font-size:10px}.manager-priority-queue>button em{padding:6px 9px;border-radius:8px;background:#edf1ff;color:#5368d5;font-size:9px;font-style:normal;font-weight:800}
.context-links{display:flex;align-items:center;gap:7px;margin-top:16px;padding-top:12px;border-top:1px solid #e2e7ef;overflow-x:auto}.context-links>span{color:#8995a7;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.context-links button{display:flex;align-items:center;gap:7px;padding:7px 9px;border:1px solid #e0e5ee;border-radius:9px;background:#fff;color:#596a84;font-size:10px;font-weight:700;white-space:nowrap}.context-links button:hover{border-color:#bac5ee;color:#5065d2}.context-links i{color:#6073da;font-style:normal}
.performance-kpis{grid-template-columns:repeat(6,minmax(0,1fr))!important}.performance-exceptions.compact{grid-template-columns:repeat(3,1fr)}.performance-graphs.compact{grid-template-columns:1fr}.performance-graphs.compact .source-column-chart{height:230px;grid-template-columns:repeat(4,minmax(80px,1fr));max-width:900px;margin-left:auto;margin-right:auto}.performance-matrix.simplified .performance-matrix-head,.performance-matrix.simplified .performance-matrix-row{min-width:980px;grid-template-columns:160px repeat(8,minmax(85px,1fr))}
.additional-reports{margin-top:14px;padding:0;overflow:hidden}.additional-reports summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 19px;cursor:pointer;list-style:none}.additional-reports summary::-webkit-details-marker{display:none}.additional-reports summary span{display:grid;gap:3px}.additional-reports summary b{font-size:14px}.additional-reports summary small{color:#8490a4;font-size:10.5px}.additional-reports summary em{padding:6px 9px;border-radius:9px;background:#eef1f7;color:#718097;font-size:9px;font-style:normal;font-weight:800}.additional-reports[open] summary{border-bottom:1px solid #e7ebf1}.additional-report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e7ebf1}.additional-report-grid button{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;min-height:54px;padding:10px 13px;border:0;background:#fff;text-align:left}.additional-report-grid button:hover{background:#f7f9ff}.additional-report-grid span{color:#6073d9;font-size:14px}.additional-report-grid b{font-size:10.5px}.additional-report-grid i{color:#7483a0;font-size:10px;font-style:normal}
@media(max-width:1250px){.manager-kpi-grid,.performance-kpis{grid-template-columns:repeat(3,1fr)!important}.additional-report-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.manager-kpi-grid,.performance-kpis,.performance-exceptions.compact{grid-template-columns:1fr 1fr!important}.manager-alert-strip{margin-left:-4px;margin-right:-4px}.additional-report-grid{grid-template-columns:1fr}.additional-reports summary small{display:none}}
@media(max-width:480px){.manager-kpi-grid,.performance-kpis,.performance-exceptions.compact{grid-template-columns:1fr!important}}

/* Compact operational modules: keep the working list visible, defer explanations */
.manager-simplified .stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.manager-simplified .stat{min-height:70px;padding:10px 12px;border-radius:12px;box-shadow:0 3px 10px rgba(38,53,89,.05)}.manager-simplified .stat>i{width:34px;height:34px;border-radius:10px;font-size:14px}.manager-simplified .stat small{font-size:10px}.manager-simplified .stat b{font-size:20px}.manager-simplified .stat em{font-size:9px}.manager-simplified>.kpi-grid:not(.performance-kpis){grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.manager-simplified>.kpi-grid:not(.performance-kpis) .kpi{min-height:82px;padding:12px 14px;border-radius:13px}.manager-simplified>.kpi-grid:not(.performance-kpis) .kpi b{font-size:22px;margin:4px 0 2px}.manager-simplified>.kpi-grid:not(.performance-kpis) .kpi>span{font-size:11px}.manager-simplified>.kpi-grid:not(.performance-kpis) .kpi small{font-size:10px}.manager-simplified .module-listing{margin-top:12px}.manager-simplified .module-listing .panel-head{margin-bottom:10px}.manager-simplified .list-toolbar{padding-top:9px;padding-bottom:9px}.manager-simplified .module-table-row{min-height:48px}
.compact-details{margin-top:12px;border:1px solid #dfe5ef;border-radius:14px;background:#fff;box-shadow:0 4px 14px rgba(38,53,89,.045);overflow:hidden}.compact-details>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:52px;padding:10px 14px;cursor:pointer;list-style:none}.compact-details>summary::-webkit-details-marker{display:none}.compact-details>summary span{display:grid;gap:2px}.compact-details>summary b{color:#2a3851;font-size:12px}.compact-details>summary small{color:#8b96a7;font-size:9.5px}.compact-details>summary i{width:27px;height:27px;border-radius:8px;background:#eef1f8;color:#65758f;display:grid;place-items:center;font-size:12px;font-style:normal;transition:transform .18s}.compact-details[open]>summary{border-bottom:1px solid #e7ebf1}.compact-details[open]>summary i{transform:rotate(180deg)}.compact-details>section,.compact-details>.grid-2,.compact-details>.grid-equal,.compact-details>.form-layout{margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}.compact-details>.module-listing{padding-top:14px}.compact-details>.grid-2,.compact-details>.grid-equal,.compact-details>.form-layout{padding:14px;background:#f8faff}.compact-details>.grid-2>.panel,.compact-details>.grid-equal>.panel,.compact-details>.form-layout>.panel{margin:0;box-shadow:none}
.manager-simplified .sdr-notice-strip{display:none}.manager-simplified .sdr-alert-center{margin-bottom:12px}.manager-simplified .sdr-alert-grid{grid-template-columns:repeat(2,1fr);gap:8px}.manager-simplified .sdr-alert{min-height:68px;padding:10px 12px}.manager-simplified .marketing-auto-route,.manager-simplified .marketing-flow{box-shadow:none}.manager-simplified .settings-list{max-height:520px;overflow:auto;padding-right:4px}.manager-simplified .preview-card{align-self:start}
@media(max-width:1100px){.manager-simplified .stat-grid,.manager-simplified>.kpi-grid:not(.performance-kpis){grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.manager-simplified .stat-grid,.manager-simplified>.kpi-grid:not(.performance-kpis),.manager-simplified .sdr-alert-grid{grid-template-columns:1fr}.compact-details>summary{min-height:48px}}

/* Top-level workspace switcher */
.topbar{gap:16px}.topbar>div:first-child{min-width:205px}.top-workspace-nav{display:flex;align-items:center;gap:6px;padding:5px;border:1px solid #dfe5ef;border-radius:14px;background:rgba(237,241,248,.88)}.top-workspace-nav button{position:relative;min-width:132px;height:42px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;padding:0 9px;border:1px solid transparent;border-radius:10px;background:transparent;color:#617087;text-align:left}.top-workspace-nav button:hover{border-color:#d8dff0;background:rgba(255,255,255,.72)}.top-workspace-nav button.active{border-color:#d5dcf4;background:#fff;color:#3f55c5;box-shadow:0 4px 12px rgba(42,57,100,.09)}.top-workspace-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#e8edff;color:#5d70da;font-size:13px;font-weight:850}.top-workspace-nav button:nth-child(2) .top-workspace-icon{background:#eeeaff;color:#7159d3}.top-workspace-copy{display:grid;line-height:1.15}.top-workspace-copy b{font-size:11.5px}.top-workspace-copy small{margin-top:2px;color:#8a95a7;font-size:9px}.top-workspace-nav em{min-width:20px;height:20px;display:grid;place-items:center;border-radius:7px;background:#ffedf1;color:#d65b6e;font-size:9px;font-style:normal;font-weight:800}
@media(max-width:1400px){.topbar h1{font-size:21px;white-space:nowrap}.top-workspace-nav button{min-width:50px;width:50px;grid-template-columns:1fr;padding:0 8px}.top-workspace-copy{display:none}.top-workspace-nav em{position:absolute;right:2px;top:1px;min-width:16px;height:16px;font-size:8px}.top-workspace-icon{justify-self:center}}
@media(max-width:760px){.topbar{gap:8px}.topbar>div:first-child{min-width:0;flex:1}.top-workspace-nav{flex:0 0 auto;padding:3px}.top-workspace-nav button{width:42px;min-width:42px;height:38px}.top-workspace-icon{width:30px;height:30px}.top-actions{flex:0 0 auto}}
.topbar>.top-actions{min-width:0!important;margin-left:auto}.topbar>.top-workspace-nav{margin-right:auto}
