@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";:root{--red:#d91218;--red-dark:#b80e13;--blue:#2a5094;--yellow:#faf100;--light-red:#fce4e4;--light-blue:#e8eef6;--ink:#1a1a1a;--muted:#69717d;--bg:#f4f5f7;--line:#e5e7eb;--white:#fff;--green:#14804a;color:var(--ink);background:var(--bg);font-synthesis:none;font-family:Poppins,Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button{font:inherit}.app{min-height:100vh}.sidebar{color:#fff;z-index:30;background:#17191d;flex-direction:column;width:248px;display:flex;position:fixed;inset:0 auto 0 0}.brand-row{border-bottom:1px solid #2a2d32;align-items:center;height:82px;padding:0 25px;display:flex}.logo{color:#fff;line-height:.8}.logo span{letter-spacing:-1.7px;font-size:25px;font-style:italic;font-weight:900}.logo small{letter-spacing:2px;color:#b9bdc5;margin-top:8px;font-size:7px;display:block}.close-menu{display:none}.sidebar nav{flex:1;padding:19px 12px}.sidebar nav p{color:#777e88;letter-spacing:1.5px;margin:17px 12px 8px;font-size:9px;font-weight:700}.sidebar nav button{color:#adb3bc;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:100%;margin:2px 0;padding:10px 12px;font-size:13px;font-weight:500;display:flex}.sidebar nav button:hover,.sidebar nav button.active{background:var(--red);color:#fff}.sidebar nav button b{background:#ffffff29;border-radius:10px;place-items:center;min-width:20px;height:20px;margin-left:auto;font-size:10px;display:grid}.coach-card{background:linear-gradient(135deg,#8f080d,var(--red));cursor:pointer;border-radius:10px;align-items:center;gap:10px;margin:12px;padding:14px;display:flex}.coach-card div{flex-direction:column;flex:1;display:flex}.coach-card strong{font-size:12px}.coach-card span{opacity:.8;margin-top:2px;font-size:9px}.sidebar-foot{color:#888e97;border-top:1px solid #2a2d32;padding:16px 24px 21px;font-size:9px}.status-dot{background:#25b86a;border-radius:50%;width:7px;height:7px;margin-right:8px;display:inline-block}.workspace{min-height:100vh;margin-left:248px}.topbar{border-bottom:1px solid var(--line);z-index:20;background:#fff;align-items:center;height:82px;padding:0 30px;display:flex;position:sticky;top:0}.mobile-logo{display:none}.context-selectors{gap:10px;display:flex}.selector{border:1px solid var(--line);color:#343941;cursor:pointer;text-align:left;background:#fff;border-radius:8px;align-items:center;gap:20px;height:45px;padding:0 12px;display:flex}.selector span{flex-direction:column;font-size:12px;font-weight:600;display:flex}.selector small{letter-spacing:1px;color:#9298a2;font-size:8px}.selector.date{color:#5e6570;gap:9px;font-size:11px;font-weight:500}.selector.date span{display:block}.header-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.sync{color:var(--green);align-items:center;gap:6px;margin-right:8px;font-size:10px;font-weight:600;display:flex}.icon-button{border:1px solid var(--line);color:#58606b;cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:relative}.icon-button i{background:var(--red);color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:16px;height:16px;font-size:8px;font-style:normal;display:grid;position:absolute;top:-4px;right:-2px}.profile{cursor:pointer;background:#fff;border:0;align-items:center;gap:10px;margin-left:5px;display:flex}.profile>span{background:var(--light-red);width:38px;height:38px;color:var(--red);border-radius:50%;place-items:center;font-size:12px;font-weight:700;display:grid}.profile div{text-align:left;flex-direction:column;display:flex}.profile strong{font-size:11px}.profile small{color:var(--muted);font-size:9px}main{max-width:1600px;margin:auto;padding:28px 32px 70px}.welcome{justify-content:space-between;align-items:flex-end;margin-bottom:23px;display:flex}.welcome p,.eyebrow{color:var(--red);letter-spacing:1.3px;margin:0 0 6px;font-size:9px;font-weight:800}.welcome h1{letter-spacing:-.8px;margin:0 0 4px;font-size:27px;font-weight:800;line-height:1.25}.welcome>div>span{color:var(--muted);font-size:12px}.primary-button{background:var(--red);color:#fff;cursor:pointer;border:0;border-radius:8px;align-items:center;gap:8px;padding:11px 17px;font-size:11px;font-weight:700;display:flex;box-shadow:0 4px 12px #d912182e}.primary-button:hover{background:var(--red-dark)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:15px;display:grid}.stat-card{border:1px solid var(--line);background:#fff;border-radius:10px;padding:16px 17px;position:relative;overflow:hidden}.stat-card:before{content:"";background:var(--red);width:3px;position:absolute;top:0;bottom:0;left:0}.stat-card.blue:before{background:var(--blue)}.stat-card.yellow:before{background:#e5ae00}.stat-card.green:before{background:var(--green)}.stat-head{color:var(--muted);justify-content:space-between;align-items:center;font-size:10px;font-weight:600;display:flex}.stat-head button{color:#777;background:#f7f7f8;border:0;border-radius:50%;place-items:center;width:25px;height:25px;display:grid}.stat-card>strong{letter-spacing:-.8px;margin:5px 0;font-size:24px;display:block}.positive,.negative{color:var(--green);align-items:center;gap:5px;font-size:9px;font-weight:600;display:flex}.dashboard-grid{grid-template-columns:1.55fr 1fr;gap:15px;display:grid}.panel{border:1px solid var(--line);background:#fff;border-radius:10px;padding:20px}.panel-head{justify-content:space-between;align-items:flex-start;display:flex}.panel h2{margin:0;font-size:15px;font-weight:700}.legend{color:var(--muted);gap:14px;font-size:9px;display:flex}.legend span{align-items:center;gap:5px;display:flex}.legend i{border-top:2px dashed #aeb4bd;width:16px;display:block}.legend i.actual{border-top:2px solid var(--red)}.chart-total{align-items:baseline;gap:8px;margin:18px 0 7px;display:flex}.chart-total strong{font-size:20px}.chart-total span{color:var(--green);font-size:9px}.line-chart{background:repeating-linear-gradient(#0000 0 43px,#edf0f2 44px);height:200px;padding:0 0 22px 38px;position:relative}.line-chart svg{width:100%;height:100%;overflow:visible}.actual-line,.target-line{fill:none;stroke:var(--red);stroke-width:1.5px;vector-effect:non-scaling-stroke}.target-line{stroke:#aeb4bd;stroke-dasharray:4 4;stroke-width:1px}.y-labels{color:#9ba1a9;flex-direction:column;justify-content:space-between;font-size:8px;display:flex;position:absolute;top:0;bottom:22px;left:0}.x-labels{color:#9ba1a9;justify-content:space-between;font-size:8px;display:flex;position:absolute;bottom:0;left:38px;right:0}.count{background:var(--light-red);color:var(--red);border-radius:12px;padding:4px 8px;font-size:8px;font-weight:700}.action-list{margin-top:11px}.action{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eee;align-items:center;gap:10px;width:100%;padding:13px 0;display:flex}.action-icon{background:var(--light-red);width:35px;height:35px;color:var(--red);border-radius:8px;flex:none;place-items:center;display:grid}.action-icon.yellow{color:#ad7d00;background:#fff8d5}.action-icon.blue{background:var(--light-blue);color:var(--blue)}.action>div{flex-direction:column;flex:1;display:flex}.action strong{font-size:10px}.action span{color:var(--muted);margin-top:2px;font-size:8px}.action small{color:var(--red);font-size:8px;font-weight:700}.text-button,.view-all{color:var(--red);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-top:12px;padding:0;font-size:9px;font-weight:700;display:flex}.score-wrap{align-items:center;gap:18px;padding:14px 0;display:flex}.score-ring{background:conic-gradient(var(--green) 0 82%,#edf0f2 82%);border-radius:50%;place-items:center;width:84px;height:84px;display:grid;position:relative}.score-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:7px}.score-ring div{z-index:1;flex-direction:column;align-items:center;display:flex}.score-ring strong{font-size:25px}.score-ring span{color:var(--green);font-size:7px;font-weight:800}.score-copy{flex-direction:column;display:flex}.score-copy strong{font-size:13px}.score-copy span{color:var(--muted);font-size:9px}.more{color:#9298a2;background:0 0;border:0}.health-bars>div{grid-template-columns:65px 1fr 25px;align-items:center;gap:8px;margin:8px 0;font-size:8px;display:grid}.health-bars>div>div{background:#edf0f2;border-radius:5px;height:5px;overflow:hidden}.health-bars i{background:var(--green);border-radius:5px;height:100%;display:block}.health-bars strong{text-align:right}.alert-row{border-bottom:1px solid #eee;align-items:center;gap:11px;padding:13px 0;display:flex}.alert-row:last-child{border-bottom:0}.severity{width:34px;height:34px;color:var(--red);background:var(--light-red);border-radius:8px;place-items:center;display:grid}.severity.medium{color:#a87600;background:#fff6cf}.severity.info{color:var(--blue);background:var(--light-blue)}.alert-row div{flex-direction:column;flex:1;display:flex}.alert-row strong{font-size:10px}.alert-row div span{color:var(--muted);font-size:8px}.alert-row time{color:#999;font-size:8px}.placeholder{text-align:center;max-width:620px;margin:60px auto;padding:55px}.placeholder-icon{background:var(--light-red);width:64px;height:64px;color:var(--red);border-radius:18px;place-items:center;margin:0 auto 18px;display:grid}.placeholder h1{margin:8px;font-size:28px}.placeholder p{color:var(--muted);font-size:12px;line-height:1.8}.placeholder .primary-button{margin:20px auto 0}.bottom-nav,.scrim{display:none}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.sync{display:none}}@media (width<=760px){.sidebar{transition:transform .25s;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:8px 0 30px #00000038}.close-menu{color:#fff;background:0 0;border:0;margin-left:auto;display:block}.scrim{z-index:25;background:#00000059;border:0;display:block;position:fixed;inset:0}.workspace{margin-left:0}.topbar{height:67px;padding:0 15px}.mobile-logo{background:var(--red);border:0;height:67px;margin:-15px 0 -15px -15px;padding:0 18px;display:block}.mobile-logo .logo span{font-size:19px}.mobile-logo .logo small{font-size:5px}.context-selectors{margin-left:12px}.selector{height:39px;padding:0 8px}.selector.date{display:none}.selector span{font-size:10px}.header-actions{gap:5px}.header-actions .icon-button:first-of-type,.profile div,.profile svg{display:none}.profile{margin:0;padding:0}.profile>span{width:36px;height:36px}.welcome{align-items:flex-start}.welcome h1{font-size:23px}.welcome .primary-button{padding:10px;font-size:0}.welcome .primary-button svg{margin:0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:9px}.stat-card{padding:14px}.stat-card>strong{font-size:19px}.dashboard-grid{gap:10px}.panel{padding:16px}.sales-panel{overflow:hidden}main{padding:22px 14px 90px}.bottom-nav{border-top:1px solid var(--line);z-index:18;height:68px;padding-bottom:env(safe-area-inset-bottom);background:#fff;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:#8b9199;background:#fff;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:58px;font-size:8px;display:flex}.bottom-nav button.active{color:var(--red);font-weight:700}.action small{display:none}}@media (width<=420px){.stats-grid{grid-template-columns:1fr 1fr}.stat-head button{display:none}.stat-card>strong{font-size:17px}.welcome>div>span{font-size:10px}.line-chart{height:175px}.action>svg{display:none}}.sidebar nav{min-height:0;overflow-y:auto}.sidebar nav::-webkit-scrollbar{width:4px}.sidebar nav::-webkit-scrollbar-thumb{background:#41454c;border-radius:4px}.coach-card{color:#fff;text-align:left;border:0;width:calc(100% - 24px)}.construction-page{max-width:980px;margin:24px auto}.construction-hero{color:#fff;background:linear-gradient(118deg,#181a1e 0%,#24272d 58%,#7b090d 100%);border-radius:16px;align-items:center;gap:27px;min-height:245px;padding:42px;display:flex;position:relative;overflow:hidden}.construction-hero:after{content:"";border:44px solid #d9121838;border-radius:50%;width:240px;height:240px;position:absolute;top:-75px;right:-55px}.construction-icon{background:var(--red);border-radius:20px;flex:none;place-items:center;width:78px;height:78px;display:grid;box-shadow:0 12px 25px #d912184d}.construction-hero>div:last-child{z-index:1;position:relative}.construction-status{background:var(--yellow);color:#181a1e;letter-spacing:1.2px;border-radius:4px;margin-bottom:14px;padding:5px 9px;font-size:8px;font-weight:900;display:inline-block}.construction-hero .eyebrow{color:#ff777b}.construction-hero h1{letter-spacing:-1.2px;margin:4px 0 8px;font-size:35px}.construction-hero p:last-child{color:#c5c9d0;max-width:610px;margin:0;font-size:12px;line-height:1.7}.construction-content{z-index:2;margin:-22px 22px 0;padding:27px;position:relative}.blueprint-head{color:var(--blue);justify-content:space-between;align-items:center;display:flex}.blueprint-head h2{color:var(--ink);font-size:19px}.feature-grid{grid-template-columns:repeat(4,1fr);gap:11px;margin:20px 0;display:grid}.feature-card{background:#f7f8fa;border:1px solid #eaecf0;border-radius:9px;flex-direction:column;min-height:112px;padding:16px;display:flex}.feature-card>span{color:var(--red);font-size:9px;font-weight:800}.feature-card strong{margin-top:auto;font-size:11px}.feature-card small{color:var(--muted);margin-top:3px;font-size:8px}.construction-note{background:var(--light-blue);color:var(--blue);border-radius:8px;align-items:center;gap:11px;margin-bottom:20px;padding:13px;display:flex}.construction-note div{flex-direction:column;display:flex}.construction-note strong{font-size:10px}.construction-note span{color:#57709a;font-size:8px}.construction-content>.primary-button{margin-left:auto}@media (width<=760px){.construction-page{margin:0}.construction-hero{border-radius:12px;flex-direction:column;align-items:flex-start;gap:17px;min-height:260px;padding:28px 22px}.construction-icon{border-radius:15px;width:60px;height:60px}.construction-hero h1{font-size:27px}.construction-content{margin:-15px 10px 0;padding:18px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card{min-height:100px}.construction-content>.primary-button{justify-content:center;width:100%;margin:0}}.nav-parent>svg:last-child{margin-left:auto;transition:transform .2s}.nav-parent>svg.rotated{transform:rotate(180deg)}.sidebar nav button.active-parent{color:#fff;background:#282b31}.nav-children{margin:2px 0 8px;padding-left:16px;position:relative}.nav-children:before{content:"";background:#3c4047;width:1px;position:absolute;top:4px;bottom:4px;left:21px}.sidebar nav .nav-children button{padding:8px 10px 8px 15px;font-size:11px;position:relative}.sidebar nav .nav-children button svg{margin-left:0}.module-main{max-width:1680px;padding-top:25px}.module-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px;display:flex}.module-heading h1{letter-spacing:-.8px;margin:2px 0 4px;font-size:28px}.module-heading p{color:var(--muted);margin:0;font-size:11px}.module-actions,.data-actions,.planning-toolbar{align-items:center;gap:8px;display:flex}.secondary-button,.filter-button,.data-actions button,.planning-toolbar>button{border:1px solid var(--line);color:#4d5560;cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:7px;padding:10px 13px;font-size:10px;font-weight:700;display:flex}.secondary-button:hover,.filter-button:hover,.data-actions button:hover{background:#fafafa;border-color:#c6cbd2}.success-toast{z-index:50;color:#fff;background:#153f2b;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:11px;display:flex;position:fixed;top:96px;right:28px;box-shadow:0 10px 28px #0003}.plan-context{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:stretch;gap:8px;margin-bottom:14px;padding:9px;display:flex}.plan-context>button{border:0;border-right:1px solid var(--line);text-align:left;color:#444b55;cursor:pointer;background:#fff;align-items:center;gap:9px;min-width:205px;padding:3px 13px;display:flex}.plan-context>button span{flex-direction:column;flex:1;gap:2px;font-size:10px;font-weight:600;display:flex}.plan-context small{color:#8a919b;letter-spacing:1px;font-size:7px}.freshness{color:var(--green);align-items:center;gap:8px;margin-left:auto;padding:0 12px;display:flex}.freshness>span{color:var(--muted);flex-direction:column;font-size:8px;display:flex}.freshness strong{color:#4a515a;font-size:8px}.planning-metrics{grid-template-columns:repeat(4,1fr);gap:11px;margin:14px 0;display:grid}.planning-metric{border:1px solid var(--line);background:#fff;border-top:3px solid #aab0b8;border-radius:9px;flex-direction:column;padding:14px 15px;display:flex}.planning-metric.red{border-top-color:var(--red)}.planning-metric.blue{border-top-color:var(--blue)}.planning-metric.green{border-top-color:var(--green)}.planning-metric.amber{border-top-color:#e0a300}.planning-metric>span{color:var(--muted);font-size:9px;font-weight:600}.planning-metric strong{letter-spacing:-.5px;margin:3px 0;font-size:21px}.planning-metric small{color:#8a919b;font-size:8px}.operational-callout{background:#fff7f7;border:1px solid #f0c9ca;border-radius:9px;align-items:center;gap:11px;margin-bottom:14px;padding:12px 14px;display:flex}.operational-callout>span{background:var(--light-red);width:37px;height:37px;color:var(--red);border-radius:8px;flex:none;place-items:center;display:grid}.operational-callout div{flex:1}.operational-callout strong{font-size:11px}.operational-callout p{color:var(--muted);margin:2px 0 0;font-size:8px}.operational-callout button{color:var(--red);cursor:pointer;background:0 0;border:0;align-items:center;font-size:9px;font-weight:700;display:flex}.data-panel{padding:0;overflow:hidden}.data-panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.data-panel-head h2{font-size:15px}.data-panel-head .eyebrow{margin-bottom:3px}.table-wrap{width:100%;overflow:auto}.planning-table{border-collapse:collapse;width:100%;min-width:1050px}.planning-table th{color:#6f7781;letter-spacing:.55px;text-transform:uppercase;text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;background:#f7f8fa;padding:9px 11px;font-size:7.5px}.planning-table td{vertical-align:middle;color:#3d444e;white-space:nowrap;border-bottom:1px solid #eceef1;padding:11px;font-size:9px}.planning-table tbody tr:hover{background:#fcfcfd}.planning-table td>strong{color:#20242a;font-size:9.5px;display:block}.planning-table td>small{color:#9298a1;margin-top:2px;font-size:7.5px;display:block}.product-cell{align-items:center;gap:10px;display:flex}.product-cell time{color:var(--blue);width:34px;font-weight:800}.product-cell span{flex-direction:column;display:flex}.product-cell strong{font-size:9.5px}.product-cell small{color:#9097a0;font-size:7px}.recommendation{font-weight:800;color:var(--red)!important;font-size:13px!important}.recommendation small{font-weight:400}.status-badge{color:#616873;background:#f0f1f3;border-radius:12px;align-items:center;gap:5px;padding:4px 7px;font-size:7px;font-weight:700;display:inline-flex}.status-badge i{background:currentColor;border-radius:50%;width:5px;height:5px}.status-badge.completed,.status-badge.in-stock,.status-badge.low{color:#167947;background:#e5f5ec}.status-badge.prepare-now,.status-badge.overdue,.status-badge.high,.status-badge.out-of-stock{background:var(--light-red);color:var(--red)}.status-badge.due-soon,.status-badge.medium,.status-badge.low-stock,.status-badge.below-par{color:#9a7000;background:#fff5cd}.status-badge.in-progress{background:var(--light-blue);color:var(--blue)}.status-badge.excess-stock{color:#6843a5;background:#efeafd}.qty-input{text-align:center;border:1px solid #d9dde2;border-radius:6px;outline:none;width:48px;padding:6px;font-size:9px}.qty-input:focus{border-color:var(--red);box-shadow:0 0 0 2px var(--light-red)}.variance-high{font-weight:700;color:var(--red)!important}.variance-good{font-weight:700;color:var(--green)!important}.table-foot{color:#7d848d;background:#fafbfc;justify-content:space-between;align-items:center;padding:11px 17px;font-size:8px;display:flex}.table-foot .secondary-button{padding:7px 11px}.segmented{background:#e9ebee;border-radius:8px;margin-bottom:0;padding:3px;display:inline-flex}.segmented button{color:#6f7680;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:7px 13px;font-size:9px}.segmented button.active{color:var(--red);background:#fff;font-weight:700;box-shadow:0 1px 4px #0000001f}.table-search{border:1px solid var(--line);color:#8c939d;background:#fff;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 10px;display:flex}.table-search input{border:0;outline:0;width:130px;font-size:9px}.row-reason{white-space:normal;color:#757c86;max-width:220px;margin-top:4px;font-size:7px;line-height:1.4;display:block}.planning-table input[type=checkbox]{accent-color:var(--red)}.order-total{color:#fff;background:#17191d;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.order-total>span{color:#aab0b8;font-size:9px}.order-total div{align-items:center;gap:14px;display:flex}.order-total small{color:#aab0b8;letter-spacing:.8px;font-size:7px}.order-total strong{font-size:18px}.row-action{color:var(--red);cursor:pointer;background:0 0;border:0;align-items:center;font-size:8px;font-weight:700;display:flex}.report-grid{grid-template-columns:repeat(2,1fr);gap:11px;margin-top:16px;display:grid}.report-card{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:13px;padding:15px;display:flex}.report-card>span{border-radius:9px;flex:none;place-items:center;width:42px;height:42px;display:grid}.report-card>span.red{background:var(--light-red);color:var(--red)}.report-card>span.blue{background:var(--light-blue);color:var(--blue)}.report-card>span.yellow{color:#9b7500;background:#fff8c9}.report-card div{flex:1}.report-card h2{margin:0;font-size:11px}.report-card p{color:var(--muted);margin:3px 0;font-size:8px}.report-card small{color:#999;font-size:7px}.report-card>button{border:1px solid var(--line);color:#7d848d;cursor:pointer;background:#fff;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}@media (width<=1200px){.plan-context{overflow-x:auto}.planning-metrics{grid-template-columns:repeat(2,1fr)}.freshness{min-width:160px}.report-grid{grid-template-columns:1fr}}@media (width<=760px){.module-main{padding:18px 12px 90px}.module-heading{flex-direction:column;align-items:flex-start;margin-bottom:14px}.module-heading h1{font-size:24px}.module-actions{width:100%}.module-actions button{flex:1;justify-content:center}.plan-context{margin:0 -2px 12px;padding:7px}.plan-context>button{min-width:180px;padding:2px 8px}.freshness{min-width:145px}.planning-metrics{gap:8px;margin:10px 0}.planning-metric{padding:11px}.planning-metric strong{font-size:17px}.operational-callout{align-items:flex-start}.operational-callout button{display:none}.data-panel-head{flex-direction:column;align-items:flex-start;gap:10px;padding:14px}.data-actions,.planning-toolbar{width:100%;overflow-x:auto}.table-search{flex:1}.table-search input{width:100%}.table-foot{align-items:flex-start;gap:10px}.success-toast{top:78px;left:12px;right:12px}.report-grid{margin-top:12px}.report-card{padding:12px}.order-total{position:sticky;left:0}.segmented{width:100%;margin-bottom:3px}.segmented button{flex:1}.sidebar nav .nav-children button{padding-top:7px;padding-bottom:7px}}@media (width<=420px){.planning-metrics{grid-template-columns:1fr 1fr}.planning-metric>span{font-size:8px}.planning-metric strong{font-size:15px}.planning-metric small{font-size:7px}.report-card>span{width:36px;height:36px}.module-heading p{font-size:10px}}.admin-console{max-width:1510px;margin:0 auto}.admin-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;display:flex}.admin-heading h1{letter-spacing:-.8px;margin:2px 0 4px;font-size:28px}.admin-heading p{color:var(--muted);margin:0;font-size:11px}.admin-heading-actions{align-items:center;gap:8px;display:flex}.admin-heading-actions button:disabled{opacity:.55;cursor:default}.admin-scope{min-width:195px}.admin-scope>span{text-align:left;flex-direction:column;flex:1;display:flex}.admin-scope small{letter-spacing:.8px;color:#9399a1;font-size:6px}.admin-summary{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:repeat(4,minmax(135px,1fr)) minmax(210px,1.35fr);margin-bottom:14px;display:grid;overflow:hidden}.admin-summary>div{border-right:1px solid var(--line);align-items:center;gap:10px;min-height:72px;padding:13px 16px;display:flex}.admin-summary>div:last-child{border:0}.admin-summary-icon{border-radius:8px;flex:none;place-items:center;width:34px;height:34px;display:grid}.admin-summary-icon.blue{background:var(--light-blue);color:var(--blue)}.admin-summary p{flex-direction:column;margin:0;display:flex}.admin-summary strong{font-size:17px}.admin-summary small{color:#8b929c;letter-spacing:.65px;font-size:6.5px}.admin-health{justify-content:center;margin-left:auto;flex-direction:column!important;align-items:flex-start!important}.admin-health span{font-size:10px;font-weight:700}.admin-health span i,.admin-module-state i{background:#a9afb8;border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block}.admin-health span i,.admin-module-state i.enabled{background:var(--green);box-shadow:0 0 0 3px #e1f2e8}.admin-health small{color:var(--muted);font-size:8px}.admin-layout{grid-template-columns:265px minmax(0,1fr);align-items:start;gap:14px;display:grid}.admin-tabs,.admin-config-panel{border:1px solid var(--line);background:#fff;border-radius:10px}.admin-tabs{padding:13px;position:sticky;top:85px}.admin-tabs-head{justify-content:space-between;align-items:center;padding:2px 3px 12px;display:flex}.admin-tabs-head>div{flex-direction:column;display:flex}.admin-tabs-head strong{font-size:11px}.admin-tabs-head span{color:var(--muted);margin-top:2px;font-size:8px}.admin-tabs-head button{background:0 0;border:0;display:none}.admin-search{border:1px solid var(--line);color:#969ca4;background:#fafbfc;border-radius:7px;align-items:center;gap:7px;height:35px;padding:0 9px;display:flex}.admin-search input{background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:9px}.admin-tab-group{margin-top:13px}.admin-tab-group>p{color:#989ea7;letter-spacing:1px;margin:0 7px 5px;font-size:6.5px;font-weight:800}.admin-tab-group button{color:#626a74;cursor:pointer;text-align:left;background:#fff;border:0;border-radius:7px;align-items:center;gap:9px;width:100%;height:35px;padding:0 9px;font-size:9px;display:flex}.admin-tab-group button:hover{background:#f7f8fa}.admin-tab-group button.active{background:var(--light-red);color:var(--red);font-weight:700}.admin-tab-group button span{flex:1}.admin-tab-group button i{background:#d4d7dc;border-radius:50%;width:6px;height:6px}.admin-tab-group button i.enabled{background:var(--green)}.admin-tabs-foot{border-top:1px solid var(--line);color:var(--blue);gap:8px;margin-top:13px;padding:13px 5px 2px;display:flex}.admin-tabs-foot span{flex-direction:column;display:flex}.admin-tabs-foot strong{font-size:8px}.admin-tabs-foot small{color:#949aa3;font-size:7px}.admin-config-panel{overflow:hidden}.admin-mobile-tab{display:none}.admin-config-hero{border-bottom:1px solid var(--line);background:linear-gradient(105deg,#fff 0% 68%,#fafbfc 100%);align-items:center;gap:13px;min-height:104px;padding:20px 22px;display:flex}.admin-module-icon{background:var(--light-red);width:48px;height:48px;color:var(--red);border-radius:11px;flex:none;place-items:center;display:grid}.admin-config-hero>div:nth-child(2){flex:1}.admin-config-hero>div:nth-child(2)>span{letter-spacing:1px;color:var(--red);font-size:6.5px;font-weight:800}.admin-config-hero h2{margin:2px 0;font-size:18px}.admin-config-hero p{color:var(--muted);margin:0;font-size:9px}.admin-module-state{border-left:1px solid var(--line);align-items:center;gap:14px;padding-left:20px;display:flex}.admin-module-state>span{color:#636a73;font-size:9px;font-weight:700}.admin-toggle{cursor:pointer;background:#c9cdd2;border:0;border-radius:13px;width:38px;height:21px;padding:3px;transition:background .18s}.admin-toggle span{background:#fff;border-radius:50%;width:15px;height:15px;transition:transform .18s;display:block;box-shadow:0 1px 3px #0003}.admin-toggle.on{background:var(--red)}.admin-toggle.on span{transform:translate(17px)}.admin-warning{color:#9b7500;background:#fffaf0;border:1px solid #eed68c;border-radius:8px;align-items:center;gap:10px;margin:14px 20px 0;padding:10px 12px;display:flex}.admin-warning div{flex-direction:column;display:flex}.admin-warning strong{font-size:9px}.admin-warning span{color:#8c7950;font-size:7.5px}.admin-section-head{justify-content:space-between;align-items:flex-start;padding:21px 22px 12px;display:flex}.admin-section-head h3{margin:2px 0;font-size:13px}.admin-section-head p{color:var(--muted);margin:0;font-size:8px}.admin-config-count{color:var(--blue);background:var(--light-blue);border-radius:12px;padding:5px 8px;font-size:7px;font-weight:700}.admin-fields{border:1px solid var(--line);border-radius:8px;margin:0 22px;overflow:hidden}.admin-field{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:22px;min-height:68px;padding:12px 15px;display:flex}.admin-field:last-child{border:0}.admin-field label{font-size:9px;font-weight:700}.admin-field p{color:var(--muted);margin:3px 0 0;font-size:7.5px}.admin-control{justify-content:flex-end;min-width:205px;display:flex}.admin-input,.admin-select{background:#fff;border:1px solid #d8dce1;border-radius:7px;align-items:center;min-width:168px;height:34px;display:flex;overflow:hidden}.admin-input:focus-within,.admin-select:focus-within{border-color:var(--red);box-shadow:0 0 0 2px var(--light-red)}.admin-input input,.admin-select select{background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 10px;font:600 9px Poppins,Arial}.admin-input span{border-left:1px solid var(--line);color:#747b84;background:#f5f6f8;align-items:center;height:100%;padding:0 9px;font-size:7.5px;display:flex}.admin-select{position:relative}.admin-select select{appearance:none;padding-right:26px}.admin-select svg{pointer-events:none;color:#8a919a;position:absolute;right:8px}.admin-subgrid{grid-template-columns:1fr 1fr;gap:11px;margin:14px 22px 20px;display:grid}.admin-subcard{border:1px solid var(--line);border-radius:8px;padding:14px}.admin-subcard-head{border-bottom:1px solid var(--line);align-items:center;gap:10px;margin-bottom:4px;padding-bottom:12px;display:flex}.admin-subcard-head h3{margin:0;font-size:10px}.admin-subcard-head p{color:var(--muted);margin:2px 0 0;font-size:7px}.admin-mini-row{border-bottom:1px solid #eef0f2;justify-content:space-between;align-items:center;gap:12px;min-height:48px;display:flex}.admin-mini-row:last-child{border:0}.admin-mini-row>span:first-child{flex-direction:column;display:flex}.admin-mini-row strong{font-size:8px}.admin-mini-row small{color:var(--muted);font-size:7px}.admin-mini-row button{color:var(--blue);background:0 0;border:0;align-items:center;gap:4px;font-size:7.5px;font-weight:700;display:flex}.country-pills{gap:4px;display:flex}.country-pills i{background:#eff1f3;border-radius:4px;padding:4px 6px;font-size:7px;font-style:normal;font-weight:800}.admin-role-list{flex-direction:column;display:flex}.admin-role-list>span{border-bottom:1px solid #eef0f2;grid-template-columns:25px 1fr auto;align-items:center;gap:8px;min-height:39px;display:grid}.admin-role-list>span:last-child{border:0}.admin-role-list i{color:#606771;background:#f0f1f3;border-radius:50%;place-items:center;width:24px;height:24px;font-size:6px;font-style:normal;font-weight:800;display:grid}.admin-role-list b{font-size:8px}.admin-role-list small{color:var(--muted);font-size:7px}.admin-panel-foot{border-top:1px solid var(--line);color:#838a94;background:#fafbfc;justify-content:space-between;align-items:center;min-height:47px;padding:0 22px;font-size:7.5px;display:flex}.admin-panel-foot span,.admin-panel-foot button{align-items:center;gap:6px;display:flex}.admin-panel-foot button{color:var(--red);background:0 0;border:0;font-size:8px;font-weight:700}.admin-toast{z-index:60;color:#fff;background:#153f2b;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:10px;display:flex;position:fixed;top:95px;right:28px;box-shadow:0 10px 28px #0003}.admin-tabs-scrim{display:none}@media (width<=1220px){.admin-heading{align-items:flex-start}.admin-heading-actions{flex-wrap:wrap;justify-content:flex-end}.admin-summary{grid-template-columns:repeat(4,1fr)}.admin-health{display:none!important}.admin-layout{grid-template-columns:235px minmax(0,1fr)}}@media (width<=900px){.admin-heading{flex-direction:column}.admin-heading-actions{justify-content:flex-start;width:100%}.admin-layout{grid-template-columns:1fr}.admin-tabs{display:none}.admin-tabs.open{z-index:71;border-radius:0;width:285px;display:block;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.admin-tabs-head button{display:block}.admin-tabs-scrim{z-index:70;background:#0006;border:0;display:block;position:fixed;inset:0}.admin-mobile-tab{border:0;border-bottom:1px solid var(--line);width:100%;height:46px;color:var(--red);background:#fafbfc;align-items:center;gap:9px;padding:0 17px;font-size:10px;font-weight:700;display:flex}.admin-mobile-tab span{text-align:left;flex:1}.admin-subgrid{grid-template-columns:1fr}}@media (width<=760px){.admin-heading h1{font-size:24px}.admin-heading-actions{grid-template-columns:1fr 1fr;display:grid}.admin-scope{grid-column:1/-1}.admin-heading-actions button{justify-content:center}.admin-summary{grid-template-columns:1fr 1fr}.admin-summary>div:nth-child(2){border-right:0}.admin-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.admin-config-hero{align-items:flex-start;padding:16px}.admin-module-icon{width:42px;height:42px}.admin-module-state{border:0;padding:0}.admin-module-state>span{display:none}.admin-section-head{padding:18px 16px 11px}.admin-fields{margin:0 16px}.admin-field{flex-direction:column;align-items:flex-start;gap:11px}.admin-control{justify-content:flex-start;width:100%;min-width:0}.admin-input,.admin-select{width:100%;min-width:0}.admin-subgrid{margin:12px 16px 16px}.admin-panel-foot{gap:8px;padding:10px 16px}.admin-panel-foot>span{display:none}.admin-toast{justify-content:center;top:78px;left:12px;right:12px}}@media (width<=420px){.admin-config-hero p{max-width:190px}.admin-module-icon{display:none}.admin-subcard{padding:12px}.admin-panel-foot{justify-content:flex-end}}.admin-people-tab{border-bottom:1px solid var(--line);margin-top:10px;padding-bottom:10px}.people-hero{border-bottom:1px solid var(--line);background:linear-gradient(105deg,#fff 0% 68%,#fafbfc 100%);align-items:center;gap:13px;min-height:104px;padding:20px 22px;display:flex}.people-hero>div:nth-child(2){flex:1}.people-hero>div:nth-child(2)>span{letter-spacing:1px;color:var(--red);font-size:6.5px;font-weight:800}.people-hero h2{margin:2px 0;font-size:18px}.people-hero p{color:var(--muted);margin:0;font-size:9px}.people-metrics{border-bottom:1px solid var(--line);background:#fafbfc;grid-template-columns:repeat(4,1fr);display:grid}.people-metrics>div{border-right:1px solid var(--line);flex-direction:column;padding:15px 20px;display:flex}.people-metrics>div:last-child{border:0}.people-metrics strong{font-size:16px}.people-metrics span{color:var(--muted);margin-top:2px;font-size:7px}.people-toolbar{justify-content:space-between;align-items:flex-end;gap:15px;padding:18px 22px 12px;display:flex}.people-toolbar h3{margin:2px 0;font-size:13px}.people-search{border:1px solid var(--line);color:#9299a2;border-radius:7px;align-items:center;gap:7px;width:285px;height:35px;padding:0 10px;display:flex}.people-search input{border:0;outline:0;width:100%;font-size:8px}.people-table-wrap{border:1px solid var(--line);border-radius:8px;margin:0 22px 20px;overflow:auto}.people-table{border-collapse:collapse;width:100%;min-width:800px}.people-table th{text-align:left;color:#7b828c;letter-spacing:.65px;text-transform:uppercase;border-bottom:1px solid var(--line);background:#f7f8fa;padding:9px 12px;font-size:6.5px}.people-table td{border-bottom:1px solid #eceef1;padding:11px 12px;font-size:8px}.people-table tbody tr:last-child td{border-bottom:0}.people-table tbody tr:hover{background:#fdfdfd}.person-cell{align-items:center;gap:9px;min-width:190px;display:flex}.person-cell>span,.remove-person-preview>span{background:var(--light-red);width:31px;height:31px;color:var(--red);border-radius:50%;flex:none;place-items:center;font-size:8px;font-weight:800;display:grid}.person-cell>div{flex-direction:column;display:flex}.person-cell strong{font-size:8.5px}.person-cell small{color:#9198a1;align-items:center;gap:3px;margin-top:2px;font-size:6.8px;display:flex}.person-role{color:var(--blue);white-space:nowrap;align-items:center;gap:5px;font-weight:700;display:inline-flex}.person-assignment{white-space:nowrap;font-size:7.5px}.person-status{color:#167947;background:#e5f5ec;border-radius:12px;align-items:center;gap:5px;padding:4px 7px;font-size:7px;font-weight:700;display:inline-flex}.person-status.invited{color:#9a7000;background:#fff5cd}.person-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.person-last-active{color:#7f8690;white-space:nowrap}.person-remove{color:#9298a1;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:4px;padding:6px 7px;font-size:7px;display:flex}.person-remove:hover{background:var(--light-red);color:var(--red);border-color:#f0c9ca}.people-empty{color:#939aa3;flex-direction:column;align-items:center;padding:35px;display:flex}.people-empty strong{color:var(--ink);margin-top:7px;font-size:10px}.people-empty span{font-size:8px}.people-foot>span:last-child{margin-left:auto}.admin-modal-layer{z-index:100;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.admin-modal-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#12141894;border:0;position:absolute;inset:0}.admin-modal{z-index:1;background:#fff;border-radius:12px;width:min(530px,100%);position:relative;overflow:hidden;box-shadow:0 25px 70px #00000047}.admin-modal-head{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding:18px 20px;display:flex}.admin-modal-head>div:nth-child(2){flex:1}.admin-modal-head h2{margin:0;font-size:15px}.admin-modal-head p{color:var(--muted);margin:2px 0 0;font-size:8px}.admin-modal-head>button{color:#838a94;background:0 0;border:0}.admin-modal-fields{flex-direction:column;gap:13px;padding:18px 20px;display:flex}.admin-modal-fields label{color:#4f5660;flex-direction:column;gap:5px;font-size:8px;font-weight:700;display:flex}.admin-modal-fields input,.admin-modal-fields select{background:#fff;border:1px solid #d7dbe0;border-radius:7px;outline:0;height:38px;padding:0 10px;font:500 9px Poppins,Arial}.admin-modal-fields input:focus,.admin-modal-fields select:focus{border-color:var(--red);box-shadow:0 0 0 2px var(--light-red)}.admin-modal-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.admin-modal-note{background:var(--light-blue);color:var(--blue);border-radius:8px;align-items:center;gap:9px;margin:0 20px 17px;padding:11px 12px;display:flex}.admin-modal-note>span{flex-direction:column;display:flex}.admin-modal-note strong{font-size:8px}.admin-modal-note small{color:#647da5;font-size:7px}.admin-modal-actions{border-top:1px solid var(--line);background:#fafbfc;justify-content:flex-end;gap:8px;padding:13px 20px;display:flex}.admin-modal-actions button:disabled{opacity:.5;cursor:default}.danger-button{background:var(--red);color:#fff;border:0;border-radius:8px;align-items:center;gap:6px;padding:10px 14px;font-size:9px;font-weight:700;display:flex}.remove-modal{text-align:center;padding-top:25px}.remove-icon{background:var(--light-red);width:52px;height:52px;color:var(--red);border-radius:50%;place-items:center;margin:0 auto 11px;display:grid}.remove-modal>h2{margin:0;font-size:16px}.remove-modal>p{color:var(--muted);max-width:390px;margin:7px auto 17px;padding:0 20px;font-size:8.5px;line-height:1.6}.remove-person-preview{border:1px solid var(--line);text-align:left;background:#f7f8fa;border-radius:8px;align-items:center;gap:9px;margin:0 20px 20px;padding:10px 12px;display:flex}.remove-person-preview>div{flex-direction:column;display:flex}.remove-person-preview>div strong{font-size:9px}.remove-person-preview>div small{color:var(--muted);font-size:7px}@media (width<=900px){.people-hero>.primary-button{display:none}.people-table-wrap{margin-bottom:16px}.people-metrics{grid-template-columns:repeat(2,1fr)}.people-metrics>div:nth-child(2){border-right:0}.people-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (width<=760px){.people-hero{padding:16px}.people-toolbar{flex-direction:column;align-items:stretch;padding:16px}.people-search{width:100%}.people-table-wrap{margin:0 16px 16px}.people-table{min-width:0;display:block}.people-table thead{display:none}.people-table tbody{display:block}.people-table tr{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:8px;padding:13px;display:grid}.people-table td{border:0;padding:0;display:block}.people-table td:nth-child(2),.people-table td:nth-child(3),.people-table td:nth-child(5){grid-column:1}.people-table td:nth-child(4){grid-area:1/2}.people-table td:nth-child(6){grid-area:2/2/5;align-self:end}.person-cell{min-width:0}.person-role,.person-assignment,.person-last-active{font-size:7px}.person-remove span{display:none}.people-foot>span:first-child{display:flex}.admin-modal-row{grid-template-columns:1fr}.admin-modal-actions>button{flex:1;justify-content:center}.admin-modal-layer{align-items:end;padding:0}.admin-modal{border-radius:14px 14px 0 0}.remove-modal{padding-top:22px}.people-hero .admin-module-icon{display:grid}}.person-remove:hover:not(:disabled){background:var(--light-red);color:var(--red);border-color:#f0c9ca}.person-remove:disabled{opacity:.42;cursor:not-allowed}.person-remove:disabled:hover{color:#9298a1;background:0 0;border-color:#0000}.admin-modal-row.role-only{grid-template-columns:minmax(0,1fr)}.access-scope-fieldset{border:0;min-width:0;margin:0;padding:0}.access-scope-fieldset legend{color:#4f5660;padding:0;font-size:8px;font-weight:700}.access-scope-fieldset>p{color:var(--muted);margin:3px 0 7px;font-size:7px}.access-scope-list{border:1px solid #d7dbe0;border-radius:8px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.access-scope-list label{cursor:pointer;border-bottom:1px solid #eceef1;flex-direction:row;align-items:center;gap:8px;min-height:38px;padding:8px 10px;font-size:7.5px;font-weight:600;display:flex}.access-scope-list label:nth-child(2n):not(.all-locations){border-right:1px solid #eceef1}.access-scope-list label.all-locations{background:#fafbfc;border-bottom:1px solid #dfe2e6;grid-column:1/-1}.access-scope-list input{width:14px;height:14px;accent-color:var(--red);flex:none}.access-scope-list label>span{flex-direction:column;gap:1px;display:flex}.access-scope-list strong{font-size:8px}.access-scope-list small{color:var(--muted);font-size:6.5px;font-weight:500}.access-scope-summary{color:var(--blue);margin-top:6px;font-size:6.8px;font-weight:700;display:block}@media (width<=760px){.admin-modal{max-height:94vh;overflow:auto}.access-scope-list{grid-template-columns:1fr}.access-scope-list label:nth-child(2n):not(.all-locations){border-right:0}.person-assignment{white-space:normal}}.finance-module{max-width:1510px;margin:0 auto}.finance-heading{margin-bottom:16px}.finance-filter-shell{margin-bottom:12px}.finance-filter-bar{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:stretch;min-height:52px;display:flex;overflow:auto}.finance-filter-bar>button{border:0;border-right:1px solid var(--line);color:#535a64;white-space:nowrap;cursor:pointer;background:#fff;align-items:center;gap:8px;padding:7px 14px;display:flex}.finance-filter-bar>button:first-child{font-size:9px;font-weight:700}.finance-filter-bar>button:first-child.active{background:var(--light-red);color:var(--red)}.finance-filter-bar>button>b{background:var(--red);color:#fff;border-radius:10px;padding:2px 5px;font-size:7px}.finance-filter-bar>button>span{text-align:left;flex-direction:column;min-width:120px;font-size:9px;font-weight:600;display:flex}.finance-filter-bar small,.finance-watermark small{letter-spacing:.8px;color:#979da5;font-size:6px}.finance-watermark{align-items:center;gap:9px;min-width:185px;margin-left:auto;padding:7px 16px;display:flex}.finance-watermark>i{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #e3f3e9}.finance-watermark>span{flex-direction:column;font-size:8px;font-weight:700;display:flex}.finance-filter-drawer{border:1px solid var(--line);background:#fff;border-top:0;border-radius:0 0 10px 10px;grid-template-columns:repeat(6,1fr) auto;gap:8px;padding:12px;display:grid}.finance-filter-drawer label{color:#757c86;flex-direction:column;gap:4px;font-size:7px;font-weight:700;display:flex}.finance-filter-drawer select{background:#fff;border:1px solid #d9dde2;border-radius:7px;min-width:0;height:34px;padding:0 8px;font:500 8px Poppins,Arial}.finance-more-filters{border:1px solid var(--line);height:34px;color:var(--blue);background:#fff;border-radius:7px;align-self:end;align-items:center;gap:5px;padding:0 10px;font-size:8px;font-weight:700;display:flex}.finance-view-tabs{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;margin-bottom:12px;padding:4px;display:flex;overflow:auto}.finance-view-tabs button{color:#6f7680;white-space:nowrap;background:#fff;border:0;border-radius:7px;align-items:center;gap:7px;height:35px;padding:0 12px;font-size:8.5px;display:flex}.finance-view-tabs button.active{color:#fff;background:#17191d;font-weight:700}.finance-view-tabs button b{color:#747b84;background:#eff1f3;border-radius:8px;padding:2px 5px;font-size:6px}.finance-view-tabs button.active b{color:#fff;background:#3b3e44}.finance-view-tabs>span{flex:1;min-width:20px}.finance-view-tabs>button:last-child{color:var(--red);font-weight:700}.finance-kpi-grid{grid-template-columns:repeat(6,1fr);gap:9px;margin-bottom:12px;display:grid}.finance-kpi{border:1px solid var(--line);background:#fff;border-top:3px solid #aab0b8;border-radius:9px;padding:12px 13px}.finance-kpi.red{border-top-color:var(--red)}.finance-kpi.blue{border-top-color:var(--blue)}.finance-kpi.green{border-top-color:var(--green)}.finance-kpi.amber{border-top-color:#d69f00}.finance-kpi>div{color:#737a84;justify-content:space-between;align-items:center;font-size:8px;font-weight:600;display:flex}.finance-kpi>div button{color:#a1a6ad;background:0 0;border:0}.finance-kpi>strong{letter-spacing:-.4px;margin:5px 0 3px;font-size:16px;display:block}.finance-kpi>small{color:#a16f00;align-items:center;gap:4px;font-size:6.5px;display:flex}.finance-kpi>small.positive{color:var(--green)}.finance-dashboard-grid{grid-template-columns:1.45fr 1fr;gap:12px;display:grid}.finance-chart-panel,.finance-hourly,.finance-driver-panel,.finance-ai-panel{min-height:315px}.finance-chart-legend{color:#777e87;gap:12px;font-size:7px;display:flex}.finance-chart-legend span{align-items:center;gap:4px;display:flex}.finance-chart-legend i{border-top:2px solid var(--red);width:15px}.finance-chart-legend i.gp{border-color:var(--blue);border-style:dashed}.finance-chart-value{align-items:baseline;gap:10px;margin:12px 0;display:flex}.finance-chart-value strong{font-size:20px}.finance-chart-value span{color:var(--green);font-size:8px}.finance-main-chart{background:repeating-linear-gradient(#0000 0 46px,#edf0f2 47px);height:205px;padding:0 0 20px 40px;position:relative}.finance-main-chart svg{width:100%;height:100%;overflow:visible}.finance-sales-line,.finance-gp-line{fill:none;stroke:var(--red);stroke-width:1.8px;vector-effect:non-scaling-stroke}.finance-gp-line{stroke:var(--blue);stroke-width:1.2px;stroke-dasharray:4 3}.finance-y-labels{color:#9a9fa7;flex-direction:column;justify-content:space-between;font-size:7px;display:flex;position:absolute;top:0;bottom:20px;left:0}.finance-x-labels{color:#9a9fa7;justify-content:space-between;font-size:7px;display:flex;position:absolute;bottom:0;left:40px;right:0}.finance-forecast-pill{color:var(--blue);background:var(--light-blue);border-radius:11px;padding:5px 8px;font-size:7px;font-weight:700}.hour-bars{align-items:end;gap:5px;height:180px;padding:20px 3px 25px;display:flex}.hour-bars>div{flex:1;align-items:end;height:100%;display:flex;position:relative}.hour-bars span{background:var(--red);border-radius:3px 3px 0 0;width:100%;min-height:4px;display:block}.hour-bars span.forecast{background:repeating-linear-gradient(45deg,#f7b8ba,#f7b8ba 3px,#fff 3px 6px);border:1px solid #ef9da0}.hour-bars small{color:#999;white-space:nowrap;font-size:6px;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)}.finance-recommendation{background:var(--light-blue);color:var(--blue);border-radius:8px;align-items:center;gap:8px;padding:10px;display:flex}.finance-recommendation>div{flex-direction:column;flex:1;display:flex}.finance-recommendation strong{font-size:8px}.finance-recommendation span{color:#6680a8;font-size:6.5px}.finance-driver-list{margin-top:9px}.finance-driver-list>button{text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f2;align-items:center;gap:9px;width:100%;padding:11px 0;display:flex}.finance-driver-list>button>b{color:#666d76;background:#f2f3f5;border-radius:6px;place-items:center;width:24px;height:24px;font-size:8px;display:grid}.finance-driver-list>button>span{flex-direction:column;flex:1;display:flex}.finance-driver-list strong{font-size:8.5px}.finance-driver-list small{color:#90969e;font-size:6.5px}.finance-driver-list em{font-size:8px;font-style:normal;font-weight:700}.finance-driver-list em.red{color:var(--red)}.finance-driver-list em.amber{color:#a97800}.finance-driver-list em.blue{color:var(--blue)}.finance-insights{flex-direction:column;gap:8px;margin-top:12px;display:flex}.finance-insights article{border:1px solid #eceef1;border-left:3px solid var(--red);border-radius:8px;gap:9px;padding:10px;display:flex}.finance-insights article.amber{border-left-color:#d69f00}.finance-insights article.green{border-left-color:var(--green)}.finance-insights article>span{background:var(--light-red);width:29px;height:29px;color:var(--red);border-radius:7px;flex:none;place-items:center;display:grid}.finance-insights article.amber>span{color:#9d7400;background:#fff7cf}.finance-insights article.green>span{color:var(--green);background:#e5f5ec}.finance-insights article>div{flex:1}.finance-insights strong{font-size:8.5px}.finance-insights p{color:#848b94;margin:2px 0 4px;font-size:6.5px;line-height:1.5}.finance-insights button{color:var(--red);background:0 0;border:0;align-items:center;gap:3px;padding:0;font-size:6.5px;font-weight:700;display:flex}.finance-library{border:1px solid var(--line);background:#fff;border-radius:10px;padding:22px}.finance-library-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;padding-bottom:17px;display:flex}.finance-library-head h2{margin:3px 0;font-size:18px}.finance-library-head p{color:var(--muted);margin:0;font-size:8px}.finance-library-head>label,.finance-table-toolbar>label{border:1px solid var(--line);color:#969ca4;border-radius:7px;align-items:center;gap:7px;width:270px;height:36px;padding:0 10px;display:flex}.finance-library-head input,.finance-table-toolbar input{border:0;outline:0;width:100%;font-size:8px}.finance-library>section{margin-top:20px}.finance-group-title{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.finance-group-title h3{margin:0;font-size:11px}.finance-group-title span{color:#979da5;font-size:7px}.finance-report-grid{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.finance-report-grid>button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;align-items:flex-start;gap:10px;min-height:105px;padding:13px;display:flex}.finance-report-grid>button:hover{border-color:#e7aeb0;box-shadow:0 5px 15px #0000000d}.finance-report-grid>button>span{background:var(--light-red);width:35px;height:35px;color:var(--red);border-radius:8px;flex:none;place-items:center;display:grid}.finance-report-grid>button>span.blue{background:var(--light-blue);color:var(--blue)}.finance-report-grid>button>span.yellow{color:#9a7500;background:#fff8cf}.finance-report-grid>button>div{flex-direction:column;flex:1;display:flex}.finance-report-grid strong{font-size:9px}.finance-report-grid p{color:#858c95;margin:3px 0 7px;font-size:6.5px;line-height:1.5}.finance-report-grid small{color:#999;align-items:center;gap:4px;font-size:6px;display:flex}.finance-report-grid>button>svg{color:#a0a5ac;align-self:center}.finance-bonus>div:last-child{flex-wrap:wrap;gap:6px;display:flex}.finance-bonus button{border:1px solid var(--line);color:#626973;background:#fafbfc;border-radius:7px;align-items:center;gap:6px;padding:7px 9px;font-size:7px;display:flex}.finance-bonus button em{color:#a0a5ac;background:#eceef1;border-radius:4px;padding:2px 4px;font-size:5.5px;font-style:normal}.finance-report-workspace{border:1px solid var(--line);background:#fff;border-radius:10px;overflow:hidden}.finance-report-workspace>header{border-bottom:1px solid var(--line);color:#8b9199;background:#fafbfc;align-items:center;gap:5px;padding:10px 18px;font-size:7px;display:flex}.finance-back{color:var(--red);background:0 0;border:0;padding:0;font-size:7px;font-weight:700}.finance-report-title{justify-content:space-between;align-items:flex-end;gap:20px;padding:18px 20px;display:flex}.finance-report-title h2{margin:3px 0;font-size:20px}.finance-report-title p{color:var(--muted);margin:0;font-size:8px}.finance-report-title small{color:#8e949c;align-items:center;gap:4px;margin-top:6px;font-size:6.5px;display:flex}.finance-report-actions{gap:6px;display:flex}.finance-report-actions button,.finance-table-toolbar>button{border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:7px;align-items:center;gap:5px;padding:8px 10px;font-size:7px;font-weight:700;display:flex}.finance-report-actions button.export{background:var(--red);color:#fff;border-color:var(--red)}.finance-report-summary{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fafbfc;grid-template-columns:repeat(3,150px) 1fr;display:grid}.finance-report-summary>article{border-right:1px solid var(--line);flex-direction:column;padding:12px 16px;display:flex}.finance-report-summary article span{color:#9298a0;font-size:6.5px}.finance-report-summary article strong{margin:2px 0;font-size:12px}.finance-report-summary article small{color:#979da5;font-size:6px}.finance-good{color:var(--green)}.finance-report-ai{color:var(--blue);align-items:center;gap:8px;padding:10px 15px;display:flex}.finance-report-ai>span{flex-direction:column;display:flex}.finance-report-ai strong{font-size:7px}.finance-report-ai small{color:#667fa5;font-size:6.5px}.finance-table-toolbar{justify-content:flex-end;gap:6px;padding:12px 16px;display:flex}.finance-table-toolbar>label{width:250px;height:33px;margin-right:auto}.finance-table-wrap{border-top:1px solid var(--line);overflow:auto}.finance-table{border-collapse:collapse;width:100%;min-width:1000px}.finance-table th{color:#707781;text-align:left;letter-spacing:.5px;text-transform:uppercase;border-bottom:1px solid var(--line);white-space:nowrap;background:#f7f8fa;padding:8px 10px;font-size:6px}.finance-table td{color:#454c55;white-space:nowrap;border-bottom:1px solid #eceef1;padding:10px;font-size:7.5px}.finance-table tbody tr:hover{background:#fdfdfd}.finance-table td:first-child{color:#22272d;font-weight:700}.finance-table td.finance-negative{color:var(--red);font-weight:700}.finance-table td.finance-positive{color:var(--green);font-weight:700}.finance-table td:last-child button{color:var(--red);background:0 0;border:0;align-items:center;font-size:6.5px;font-weight:700;display:flex}.finance-empty{color:#969ca4;flex-direction:column;align-items:center;padding:35px;display:flex}.finance-empty strong{color:#333;margin-top:6px;font-size:9px}.finance-empty span{font-size:7px}.finance-table-foot{color:#8a9199;background:#fafbfc;justify-content:space-between;align-items:center;padding:10px 16px;font-size:6.5px;display:flex}.finance-table-foot>div{align-items:center;gap:5px;display:flex}.finance-table-foot button,.finance-table-foot b{border:1px solid var(--line);background:#fff;border-radius:5px;padding:5px 7px;font-size:6px}.finance-table-foot b{background:var(--red);border-color:var(--red);color:#fff}.finance-drawer-layer{z-index:90;position:fixed;inset:0}.finance-drawer-scrim{background:#0e101373;border:0;position:absolute;inset:0}.finance-drill-drawer{background:#fff;flex-direction:column;width:min(520px,94vw);display:flex;position:absolute;top:0;bottom:0;right:0;overflow:auto;box-shadow:-12px 0 40px #0003}.finance-drill-drawer>header{border-bottom:1px solid var(--line);justify-content:space-between;padding:20px;display:flex}.finance-drill-drawer h2{margin:3px 0;font-size:18px}.finance-drill-drawer header p{color:var(--muted);margin:0;font-size:8px}.finance-drill-drawer header button{background:0 0;border:0}.finance-breadcrumb{color:#8a919a;white-space:nowrap;background:#fafbfc;align-items:center;gap:5px;padding:10px 20px;font-size:6.5px;display:flex;overflow:auto}.finance-breadcrumb strong{color:var(--red)}.finance-drill-drawer>section{border-bottom:1px solid var(--line);padding:18px 20px}.finance-detail-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.finance-detail-grid>div{border:1px solid var(--line);border-radius:7px;flex-direction:column;padding:9px;display:flex}.finance-detail-grid small{text-transform:uppercase;color:#9399a1;font-size:6px}.finance-detail-grid strong{margin-top:2px;font-size:8px}.finance-source-list{margin-top:9px}.finance-source-list button{text-align:left;width:100%;color:var(--blue);background:#fff;border:0;border-bottom:1px solid #eceef1;align-items:center;gap:9px;padding:10px 0;display:flex}.finance-source-list button span{flex-direction:column;flex:1;display:flex}.finance-source-list strong{color:#333;font-size:8px}.finance-source-list small{color:#949aa2;font-size:6.5px}.finance-drill-drawer>footer{background:#fafbfc;justify-content:flex-end;gap:7px;margin-top:auto;padding:14px 20px;display:flex}@media (width<=1250px){.finance-kpi-grid,.finance-filter-drawer{grid-template-columns:repeat(4,1fr)}.finance-report-grid{grid-template-columns:repeat(2,1fr)}.finance-report-summary{grid-template-columns:repeat(3,1fr)}.finance-report-ai{border-top:1px solid var(--line);grid-column:1/-1}}@media (width<=900px){.finance-kpi-grid{grid-template-columns:repeat(3,1fr)}.finance-dashboard-grid{grid-template-columns:1fr}.finance-filter-drawer{grid-template-columns:repeat(3,1fr)}.finance-report-title{flex-direction:column;align-items:flex-start}.finance-report-actions{width:100%;overflow:auto}.finance-library-head{flex-direction:column;align-items:flex-start;gap:12px}.finance-library-head>label{width:100%}}@media (width<=760px){.finance-heading .module-actions{grid-template-columns:1fr 1fr;display:grid}.finance-filter-bar{margin:0 -2px}.finance-filter-bar>button>span{min-width:105px}.finance-watermark{min-width:160px}.finance-filter-drawer{grid-template-columns:1fr 1fr}.finance-view-tabs{margin:0 -2px 10px}.finance-view-tabs>span,.finance-view-tabs>button:last-child{display:none}.finance-kpi-grid{grid-template-columns:repeat(2,1fr);gap:7px}.finance-kpi{padding:10px}.finance-kpi>strong{font-size:14px}.finance-chart-panel,.finance-hourly,.finance-driver-panel,.finance-ai-panel{min-height:0}.finance-main-chart{height:180px}.finance-library{padding:15px}.finance-report-grid{grid-template-columns:1fr}.finance-report-grid>button{min-height:95px}.finance-report-title{padding:15px}.finance-report-actions button{padding:9px;font-size:0}.finance-report-actions button svg{margin:0}.finance-report-actions button.export{font-size:7px}.finance-report-summary{grid-template-columns:repeat(3,1fr)}.finance-report-summary>article{padding:10px}.finance-report-summary article strong{font-size:9px}.finance-table-toolbar{overflow:auto}.finance-table-toolbar>label{min-width:180px}.finance-table-foot>span{max-width:200px}.finance-drill-drawer>footer button{flex:1;justify-content:center}.finance-detail-grid{grid-template-columns:1fr 1fr}}@media (width<=420px){.finance-filter-drawer{grid-template-columns:1fr}.finance-filter-drawer .finance-more-filters{justify-content:center;width:100%}.finance-kpi>small{font-size:6px}.finance-report-summary{grid-template-columns:1fr 1fr}.finance-report-summary>article:nth-child(3){display:none}.finance-detail-grid{grid-template-columns:1fr}.finance-table-foot>span{display:none}}.integration-module{max-width:1510px;margin:0 auto}.integration-heading{margin-bottom:16px}.integration-summary{grid-template-columns:repeat(5,1fr);gap:9px;margin-bottom:12px;display:grid}.integration-summary article{border:1px solid var(--line);background:#fff;border-top:3px solid #aab0b8;border-radius:9px;align-items:center;gap:10px;padding:13px;display:flex}.integration-summary article.green{border-top-color:var(--green)}.integration-summary article.amber{border-top-color:#d49c00}.integration-summary article.red{border-top-color:var(--red)}.integration-summary article.blue{border-top-color:var(--blue)}.integration-summary article>span{color:#676e77;background:#f0f1f3;border-radius:8px;flex:none;place-items:center;width:34px;height:34px;display:grid}.integration-summary article.green>span{color:var(--green);background:#e5f5ec}.integration-summary article.amber>span{color:#9a7000;background:#fff6cd}.integration-summary article.red>span{background:var(--light-red);color:var(--red)}.integration-summary article.blue>span{background:var(--light-blue);color:var(--blue)}.integration-summary article>div{flex-direction:column;display:flex}.integration-summary small{letter-spacing:.55px;color:#9298a1;font-size:6px}.integration-summary strong{margin:2px 0;font-size:15px}.integration-summary em{color:#848b94;font-size:6px;font-style:normal}.integration-tabs{border:1px solid var(--line);background:#fff;border-radius:10px;margin-bottom:12px;padding:4px;display:flex;overflow:auto}.integration-tabs button{color:#6d747e;white-space:nowrap;background:#fff;border:0;border-radius:7px;align-items:center;gap:6px;height:35px;padding:0 12px;font-size:8px;display:flex}.integration-tabs button.active{color:#fff;background:#17191d;font-weight:700}.integration-tabs b{color:#777e87;background:#eceef1;border-radius:9px;padding:2px 5px;font-size:6px}.integration-tabs button.active b{color:#fff;background:#3a3d43}.integration-overview-grid{grid-template-columns:1.3fr 1fr;gap:12px;margin-bottom:12px;display:grid}.integration-volume,.integration-attention{min-height:278px}.integration-live{color:var(--green);align-items:center;gap:5px;font-size:7px;font-weight:700;display:flex}.integration-live i{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #e3f3e9}.integration-volume-value{align-items:baseline;gap:8px;margin:13px 0 2px;display:flex}.integration-volume-value strong{font-size:21px}.integration-volume-value span{color:var(--green);font-size:7px}.integration-line-chart{background:repeating-linear-gradient(#0000 0 47px,#edf0f2 48px);height:178px;padding-bottom:20px;position:relative}.integration-line-chart svg{width:100%;height:100%}.integration-line-chart polyline{fill:none;stroke:var(--blue);stroke-width:1.7px;vector-effect:non-scaling-stroke}.integration-line-chart>div{color:#969ca4;justify-content:space-between;font-size:6px;display:flex;position:absolute;bottom:0;left:0;right:0}.integration-section-head{justify-content:space-between;align-items:flex-end;margin:17px 2px 9px;display:flex}.integration-section-head h2{margin:2px 0;font-size:15px}.integration-section-head>span{color:#8c939c;font-size:7px}.integration-source-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px;display:grid}.integration-source-card{border:1px solid var(--line);border-top:3px solid var(--green);background:#fff;border-radius:9px;overflow:hidden}.integration-source-card.delayed{border-top-color:#d49c00}.integration-source-card.failed{border-top-color:var(--red)}.integration-source-card.paused{border-top-color:#8b9199}.integration-source-card>header{border-bottom:1px solid #eceef1;align-items:center;gap:8px;padding:13px;display:flex}.integration-source-card>header>span{background:var(--light-blue);width:34px;height:34px;color:var(--blue);border-radius:8px;place-items:center;display:grid}.integration-source-card>header>div{flex-direction:column;flex:1;display:flex}.integration-source-card>header strong{font-size:9px}.integration-source-card>header small{color:#9097a0;font-size:6.5px}.integration-source-card>header>button{color:#959ba3;background:0 0;border:0}.integration-status{color:#167947;white-space:nowrap;background:#e5f5ec;border-radius:12px;align-items:center;gap:5px;padding:4px 7px;font-size:6.5px;font-weight:700;display:inline-flex}.integration-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.integration-status.delayed,.integration-status.partial,.integration-status.queued{color:#997000;background:#fff5cd}.integration-status.failed,.integration-status.escalated{background:var(--light-red);color:var(--red)}.integration-status.paused,.integration-status.open{color:#666d76;background:#eceef1}.integration-status.running,.integration-status.retrying{background:var(--light-blue);color:var(--blue)}.integration-source-stats{grid-template-columns:repeat(3,1fr);padding:12px 13px 8px;display:grid}.integration-source-stats div{border-right:1px solid #eceef1;flex-direction:column;padding-left:9px;display:flex}.integration-source-stats div:first-child{padding-left:0}.integration-source-stats div:last-child{border:0}.integration-source-stats small{color:#999fa7;font-size:5.5px}.integration-source-stats strong{margin-top:2px;font-size:8px}.integration-freshness{padding:2px 13px 10px}.integration-freshness>span{background:#eceef1;border-radius:5px;height:4px;display:block;overflow:hidden}.integration-freshness>span i{background:var(--green);height:100%;display:block}.integration-source-card.delayed .integration-freshness i{background:#d49c00}.integration-source-card.failed .integration-freshness i{background:var(--red)}.integration-source-card.paused .integration-freshness i{background:#8b9199}.integration-freshness small{color:#858c95;font-size:6px}.integration-source-card>footer{background:#fafbfc;border-top:1px solid #eceef1;align-items:center;gap:7px;min-height:39px;padding:0 11px;display:flex}.integration-source-card>footer>span{color:#8e949d;flex:1;align-items:center;gap:4px;font-size:6px;display:flex}.integration-source-card>footer button{color:var(--red);background:0 0;border:0;align-items:center;gap:3px;font-size:6.5px;font-weight:700;display:flex}.integration-source-card>footer button.source-action{color:var(--blue);border-left:1px solid var(--line);padding-left:7px}.integration-recent{padding:0;overflow:hidden}.integration-recent>.panel-head{padding:16px 18px}.integration-table-wrap{overflow:auto}.integration-table{border-collapse:collapse;width:100%;min-width:1060px}.integration-table th{text-align:left;color:#727983;letter-spacing:.55px;text-transform:uppercase;border-top:1px solid var(--line);border-bottom:1px solid var(--line);white-space:nowrap;background:#f7f8fa;padding:8px 10px;font-size:6px}.integration-table td{white-space:nowrap;color:#454c55;border-bottom:1px solid #eceef1;padding:10px;font-size:7.5px}.integration-table td>strong{color:#252a30;font-size:7.5px;display:block}.integration-table td>small{color:#9298a1;margin-top:2px;font-size:6px;display:block}.integration-bad{font-weight:700;color:var(--red)!important}.integration-row-actions{gap:4px;display:flex}.integration-row-actions button{border:1px solid var(--line);color:#737a83;background:#fff;border-radius:6px;place-items:center;width:25px;height:25px;display:grid}.integration-row-actions button:last-child{color:var(--red)}.integration-failure-list{flex-direction:column;display:flex}.integration-failure-list>article{border-bottom:1px solid #eceef1;align-items:center;gap:10px;padding:12px 0;display:flex}.integration-failure-list>article:last-child{border-bottom:0}.integration-failure-icon{background:var(--light-red);width:34px;height:34px;color:var(--red);border-radius:8px;flex:none;place-items:center;display:grid}.integration-failure-list article.medium .integration-failure-icon{color:#997000;background:#fff5cd}.integration-failure-copy{flex:1}.integration-failure-copy>div{align-items:center;gap:7px;display:flex}.integration-failure-copy strong{font-size:8.5px}.integration-failure-copy p{color:#747b84;margin:2px 0;font-size:6.5px}.integration-failure-copy>small{color:#969ca4;font-size:6px}.integration-severity{color:#9a7000;background:#fff5cd;border-radius:10px;padding:4px 6px;font-size:6px;font-weight:800}.integration-severity.critical,.integration-severity.high{color:var(--red);background:var(--light-red)}.integration-failure-list>article>button:not(.secondary-button):not(.text-button){color:var(--red);background:0 0;border:0;align-items:center;gap:3px;font-size:6.5px;font-weight:700;display:flex}.integration-failure-list>article>.secondary-button{padding:7px 9px;font-size:6.5px}.integration-failure-list>article>.text-button{margin:0;font-size:6.5px}.integration-page{padding:0;overflow:hidden}.integration-page-head{justify-content:space-between;align-items:flex-end;gap:15px;padding:18px;display:flex}.integration-page-head h2{margin:2px 0;font-size:17px}.integration-page-head p{color:var(--muted);margin:0;font-size:7.5px}.integration-tools{gap:6px;display:flex}.integration-tools label,.integration-tools>button{border:1px solid var(--line);color:#8b929b;background:#fff;border-radius:7px;align-items:center;gap:6px;height:34px;padding:0 9px;display:flex}.integration-tools input{border:0;outline:0;width:190px;font-size:7px}.integration-tools select{appearance:none;background:0 0;border:0;outline:0;font-size:7px}.integration-table-foot{color:#8d949c;background:#fafbfc;padding:10px 16px;font-size:6.5px}.integration-audit-list{border-top:1px solid var(--line)}.integration-audit-list article{border-bottom:1px solid #eceef1;grid-template-columns:34px 1fr 120px 60px 25px;align-items:center;gap:9px;padding:12px 18px;display:grid}.integration-audit-list article>span{background:var(--light-blue);width:32px;height:32px;color:var(--blue);border-radius:8px;place-items:center;display:grid}.integration-audit-list article>div{flex-direction:column;display:flex}.integration-audit-list strong{font-size:8px}.integration-audit-list small{color:#9097a0;font-size:6.5px}.integration-audit-list b{font-size:7px}.integration-audit-list time{color:#858c95;font-size:7px}.integration-audit-list button{color:#8b929b;background:0 0;border:0}.integration-drawer-layer,.integration-modal-layer{z-index:95;position:fixed;inset:0}.integration-drawer-scrim,.integration-modal-scrim{background:#0e10137a;border:0;position:absolute;inset:0}.integration-drawer{background:#fff;flex-direction:column;width:min(510px,94vw);display:flex;position:absolute;top:0;bottom:0;right:0;overflow:auto;box-shadow:-12px 0 40px #0003}.integration-drawer>header{border-bottom:1px solid var(--line);justify-content:space-between;padding:20px;display:flex}.integration-drawer h2{margin:3px 0;font-size:17px}.integration-drawer header p{color:#888f98;margin:0;font-size:7.5px}.integration-drawer header button{background:0 0;border:0}.integration-safety-note{background:var(--light-blue);color:var(--blue);border-radius:8px;align-items:center;gap:8px;margin:14px 18px 0;padding:10px;display:flex}.integration-safety-note span{flex-direction:column;display:flex}.integration-safety-note strong{font-size:7.5px}.integration-safety-note small{color:#637ca4;font-size:6.5px}.integration-drawer>section{border-bottom:1px solid var(--line);padding:17px 18px}.integration-detail-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:9px;display:grid}.integration-detail-grid>div{border:1px solid var(--line);border-radius:7px;flex-direction:column;padding:9px;display:flex}.integration-detail-grid>div.wide{grid-column:1/-1}.integration-detail-grid small{color:#9399a1;text-transform:uppercase;font-size:6px}.integration-detail-grid strong{margin-top:3px;font-size:8px}.integration-detail-grid code{color:#4f5660;white-space:normal;margin-top:4px;font-size:7px}.integration-timeline{margin-top:10px}.integration-timeline>div{grid-template-columns:12px 1fr 55px;gap:7px;padding-bottom:15px;display:grid;position:relative}.integration-timeline>div:not(:last-child):before{content:"";background:#dfe2e6;width:1px;position:absolute;top:9px;bottom:-1px;left:4px}.integration-timeline i{z-index:1;background:#d49c00;border-radius:50%;width:9px;height:9px}.integration-timeline i.green{background:var(--green)}.integration-timeline i.red{background:var(--red)}.integration-timeline span{flex-direction:column;display:flex}.integration-timeline strong{font-size:7.5px}.integration-timeline small{color:#9298a1;font-size:6.5px}.integration-timeline time{color:#969ca4;font-size:6px}.integration-drawer>footer{background:#fafbfc;justify-content:flex-end;gap:7px;margin-top:auto;padding:13px 18px;display:flex}.integration-modal-layer{place-items:center;padding:18px;display:grid}.integration-modal{z-index:1;background:#fff;border-radius:12px;width:min(450px,100%);padding:22px;position:relative;box-shadow:0 24px 70px #00000047}.integration-modal>span{background:var(--light-blue);width:48px;height:48px;color:var(--blue);border-radius:50%;place-items:center;display:grid}.integration-modal>span.danger{background:var(--light-red);color:var(--red)}.integration-modal h2{margin:12px 0 5px;font-size:15px}.integration-modal>p{color:#777e87;font-size:7.5px;line-height:1.6}.integration-modal label{flex-direction:column;gap:5px;margin-top:14px;font-size:7px;font-weight:700;display:flex}.integration-modal textarea{border:1px solid var(--line);resize:vertical;border-radius:7px;min-height:75px;padding:9px;font:500 8px Poppins,Arial}.integration-modal>div{justify-content:flex-end;gap:7px;margin-top:15px;display:flex}.integration-modal button:disabled{opacity:.5}.integration-danger-button{background:var(--red);color:#fff;border:0;border-radius:8px;padding:10px 14px;font-size:8px;font-weight:700}@media (width<=1200px){.integration-summary{grid-template-columns:repeat(3,1fr)}.integration-source-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.integration-overview-grid{grid-template-columns:1fr}.integration-source-grid{grid-template-columns:1fr 1fr}.integration-page-head{flex-direction:column;align-items:flex-start}.integration-tools{width:100%}.integration-tools label{flex:1}.integration-tools input{width:100%}}@media (width<=760px){.integration-summary{grid-template-columns:1fr 1fr;gap:7px}.integration-summary article{padding:10px}.integration-summary article:last-child{display:none}.integration-source-grid{grid-template-columns:1fr}.integration-tabs{margin:0 -2px 10px}.integration-failure-list>article{flex-wrap:wrap;align-items:flex-start}.integration-failure-copy{min-width:calc(100% - 46px)}.integration-severity{margin-left:44px}.integration-failure-list>article>button{margin-left:0}.integration-page-head{padding:15px}.integration-tools{overflow:auto}.integration-tools label{min-width:190px}.integration-audit-list article{grid-template-columns:34px 1fr 45px 20px}.integration-audit-list b{display:none}.integration-drawer>footer button{flex:1;justify-content:center}.integration-modal-layer{align-items:end;padding:0}.integration-modal{border-radius:14px 14px 0 0}.integration-detail-grid{grid-template-columns:1fr 1fr}}@media (width<=420px){.integration-summary strong{font-size:12px}.integration-summary article>span{display:none}.integration-detail-grid{grid-template-columns:1fr}.integration-audit-list time{display:none}.integration-audit-list article{grid-template-columns:34px 1fr 20px}}.health-hero-panel{margin-bottom:12px}.health-dashboard-grid{grid-template-columns:1.45fr 1fr;gap:12px;display:grid}.health-side-stack{flex-direction:column;gap:12px;display:flex}.health-band{color:#666;background:#edf0f2;border-radius:20px;padding:5px 11px;font-size:7.5px;font-weight:800}.health-band-excellent,.health-band-good{color:var(--green);background:#e5f5ec}.health-band-fair{color:#a87600;background:#fff6cf}.health-band-at-risk{background:var(--light-red);color:var(--red)}.health-hero-wrap{align-items:center;gap:22px;margin-top:16px;display:flex}.health-gauge{border-radius:50%;flex:none;place-items:center;width:118px;height:118px;display:grid;position:relative}.health-gauge:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:9px}.health-gauge div{z-index:1;align-items:baseline;gap:3px;display:flex}.health-gauge strong{letter-spacing:-1px;font-size:32px}.health-gauge span{color:var(--muted);font-size:10px;font-weight:700}.health-hero-copy{flex-direction:column;gap:8px;display:flex}.health-hero-copy>div{align-items:center;gap:6px;font-size:10px;font-weight:700;display:flex}.health-hero-copy p{color:var(--muted);max-width:280px;margin:0;font-size:9px;line-height:1.6}.health-component-list{margin-top:10px}.health-component-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #eceef1;grid-template-columns:150px 1fr 28px 62px 46px 16px;align-items:center;gap:10px;width:100%;padding:10px 0;display:grid}.health-component-row:last-child{border-bottom:0}.health-component-row:hover{background:#fafbfc}.health-component-label{flex-direction:column;display:flex}.health-component-label strong{font-size:8.5px}.health-component-label small{color:#90969e;margin-top:2px;font-size:6.5px}.health-component-bar{background:#edf0f2;border-radius:5px;height:5px;overflow:hidden}.health-component-bar i{border-radius:5px;height:100%;display:block}.health-component-bar i.tone-green{background:var(--green)}.health-component-bar i.tone-blue{background:var(--blue)}.health-component-bar i.tone-amber{background:#d69f00}.health-component-bar i.tone-red{background:var(--red)}.health-component-score{text-align:right;font-size:9px;font-weight:800}.health-component-weight{color:#90969e;white-space:nowrap;font-size:6.5px}.health-component-trend{align-items:center;gap:3px;font-size:7px;font-weight:700;display:flex}.health-history-line{fill:none;stroke:var(--green);stroke-width:1.8px;vector-effect:non-scaling-stroke}.health-ranking-panel{grid-column:1/-1}.health-ranking-table{min-width:0}.health-current-store{background:#fbfbfc}.health-current-store td:first-child{color:var(--red)}.health-explanation{color:#8a6400;background:#fff6cf;border-radius:8px;align-items:flex-start;gap:9px;padding:12px;display:flex}.health-explanation strong{color:#333;font-size:8.5px;display:block}.health-explanation p{color:#6d6350;margin:4px 0 0;font-size:7.5px;line-height:1.6}@media (width<=900px){.health-dashboard-grid{grid-template-columns:1fr}.health-ranking-panel{grid-column:auto}.health-component-row{grid-template-columns:110px 1fr 24px 0 40px 14px}.health-component-weight{display:none}}@media (width<=420px){.health-hero-wrap{flex-direction:column;align-items:flex-start;gap:14px}.health-component-row{grid-template-columns:1fr 24px 40px 14px}.health-component-bar{display:none}}.admin-modal-fields textarea{resize:vertical;background:#fff;border:1px solid #d7dbe0;border-radius:7px;min-height:80px;padding:9px 10px;font:500 9px Poppins,Arial}.sa-metrics{margin-bottom:12px}.sa-severity{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:5px 9px;font-size:7px;font-weight:800;display:inline-flex}.sa-severity-critical{background:var(--light-red);color:var(--red)}.sa-severity-high{color:#b8460e;background:#fde3d0}.sa-severity-medium{color:#a87600;background:#fff6cf}.sa-severity-low{background:var(--light-blue);color:var(--blue)}.sa-status{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:7px;font-weight:700;display:inline-flex}.sa-status i{border-radius:50%;width:6px;height:6px}.sa-status-open{background:var(--light-red);color:var(--red)}.sa-status-open i{background:var(--red)}.sa-status-acknowledged{background:var(--light-blue);color:var(--blue)}.sa-status-acknowledged i{background:var(--blue)}.sa-status-resolved{color:var(--green);background:#e5f5ec}.sa-status-resolved i{background:var(--green)}.sa-feed{flex-direction:column;gap:10px;display:flex}.sa-alert{border:1px solid var(--line);background:#fff;border-radius:10px;padding:14px 16px}.sa-alert-main{cursor:pointer;grid-template-columns:auto 1fr auto 16px;align-items:center;gap:14px;display:grid}.sa-alert-body strong{font-size:9.5px;display:block}.sa-alert-body p{color:var(--muted);margin:3px 0 0;font-size:7.5px;line-height:1.6}.sa-alert-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px;display:flex}.sa-alert-meta span{color:#8b929a;align-items:center;gap:4px;font-size:6.5px;display:flex}.sa-category-tag{color:#5c636c;background:#eff1f3;border-radius:6px;padding:2px 7px;font-weight:700}.sa-alert-actions{border-top:1px solid #f0f1f3;gap:8px;margin-top:12px;padding-top:12px;display:flex}.sa-timeline{flex-direction:column;gap:0;margin-top:9px;display:flex}.sa-timeline-row{border-left:2px solid #edf0f2;gap:11px;margin-left:5px;padding:9px 0 9px 16px;display:flex;position:relative}.sa-timeline-row i{background:var(--red);border-radius:50%;width:8px;height:8px;position:absolute;top:11px;left:-5px}.sa-timeline-row:last-child{border-left-color:#0000}.sa-timeline-row strong{font-size:8px;display:block}.sa-timeline-row small{color:#90969e;font-size:6.5px}@media (width<=900px){.sa-alert-main{grid-template-columns:auto 1fr 16px}.sa-alert-main>.sa-status{display:none}}@media (width<=420px){.sa-alert-meta{gap:7px}.sa-alert-actions{flex-direction:column}.sa-alert-actions button{justify-content:center;width:100%}}.tc-status-pending{color:#5c636c;background:#eff1f3}.tc-status-pending i{background:#9aa0a8}.tc-status-in-progress{background:var(--light-blue);color:var(--blue)}.tc-status-in-progress i{background:var(--blue)}.tc-status-overdue{background:var(--light-red);color:var(--red)}.tc-status-overdue i{background:var(--red)}.tc-status-completed{color:var(--green);background:#e5f5ec}.tc-status-completed i{background:var(--green)}.tc-status-failed{color:#b8460e;background:#fde3d0}.tc-status-failed i{background:#b8460e}.tc-category-icon{color:#5c636c;background:#eff1f3;border-radius:8px;flex:none;place-items:center;width:35px;height:35px;display:grid}.tc-evidence-row{flex-wrap:wrap;gap:6px;margin-top:7px;display:flex}.tc-evidence-chip{color:#5c636c;white-space:nowrap;background:#eff1f3;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:6.5px;font-weight:700;display:inline-flex}.tc-evidence-chip.tc-offline{color:#a87600;background:#fff6cf}.tc-template-grid>button{flex-direction:column;align-items:flex-start;min-height:0}.tc-template-card small{color:#999;align-items:center;gap:4px;margin-top:7px;display:flex}.tc-item-list{flex-direction:column;gap:2px;margin-top:9px;display:flex}.tc-item-row{border-bottom:1px solid #eceef1;align-items:center;gap:11px;padding:10px 0;display:flex}.tc-item-row:last-child{border-bottom:0}.tc-item-row>div{flex:1}.tc-item-row strong{font-size:8.5px;display:block}.tc-item-row p{color:#8a6400;background:#fff6cf;border-radius:6px;margin:5px 0 0;padding:6px 8px;font-size:7px}.tc-item-row em{color:#a0a5ac;background:#f2f3f5;border-radius:4px;padding:2px 6px;font-size:6px;font-style:normal}.tc-item-check{color:#fff;cursor:pointer;background:#fff;border:2px solid #d5d8dc;border-radius:50%;flex:none;place-items:center;width:19px;height:19px;padding:0;display:grid}.tc-item-check.done{background:var(--green);border-color:var(--green)}.tc-complete-modal{width:94vw;max-width:560px}.tc-complete-items{flex-direction:column;gap:2px;max-height:340px;padding:16px 20px;display:flex;overflow:auto}.tc-complete-row{border-bottom:1px solid #eceef1;align-items:flex-start;gap:11px;padding:10px 0;display:flex}.tc-complete-row:last-child{border-bottom:0}.tc-complete-row>div{flex-direction:column;flex:1;gap:5px;display:flex}.tc-complete-row strong{font-size:8.5px}.tc-complete-row em{color:#a0a5ac;background:#f2f3f5;border-radius:4px;width:fit-content;padding:2px 6px;font-size:6px;font-style:normal}.tc-complete-row input{border:1px solid #d7dbe0;border-radius:6px;width:100%;padding:7px 9px;font:500 8px Poppins,Arial}.tc-complete-evidence{padding:0 20px 4px}.tc-ranking-panel{margin-top:12px}@media (width<=900px){.tc-evidence-row{gap:4px}}.risk-filter-drawer{grid-template-columns:repeat(4,1fr)}.risk-metrics{margin-bottom:12px}.risk-live{color:var(--green);align-items:center;gap:5px;font-size:7px;font-weight:700;display:flex}.risk-live i{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #e3f3e9}.risk-exposure-panel{margin-bottom:12px}.risk-exposure-grid{border-top:1px solid var(--line);grid-template-columns:repeat(7,1fr);display:grid}.risk-exposure-grid article{border-right:1px solid #eceef1;grid-template-columns:32px 1fr auto 13px;align-items:center;gap:7px;padding:12px 10px;display:grid}.risk-exposure-grid article:last-child{border:0}.risk-exposure-grid article>div{flex-direction:column;display:flex}.risk-exposure-grid article strong{font-size:7.5px}.risk-exposure-grid article small{color:#9298a1;font-size:6px}.risk-exposure-grid article>b{font-size:9px}.risk-up{color:var(--red)}.risk-down{color:var(--green)}.risk-flat{color:#969ca4;font-size:9px}.risk-category-icon{background:var(--light-blue);width:36px;height:36px;color:var(--blue);border-radius:9px;flex:none;place-items:center;display:grid}.risk-category-icon.stock{color:#997000;background:#fff5cd}.risk-category-icon.labour{color:#65429c;background:#eee9f8}.risk-category-icon.gp{color:var(--green);background:#e5f5ec}.risk-category-icon.service{background:var(--light-red);color:var(--red)}.risk-category-icon.equipment{color:#b65b16;background:#fdebdc}.risk-category-icon.integration{background:var(--light-blue);color:var(--blue)}.risk-category-icon.compliance{color:#18766a;background:#e9f3f1}.risk-category-icon.small{vertical-align:middle;width:27px;height:27px;margin-right:7px;display:inline-grid}.risk-main-grid{grid-template-columns:minmax(0,1.65fr) minmax(260px,.65fr);gap:12px;display:grid}.risk-feed-panel{padding:0;overflow:hidden}.risk-feed-panel>.panel-head,.risk-outlook-panel>.panel-head{padding:16px 18px}.risk-feed-panel>.panel-head>span{color:#90969e;font-size:7px}.risk-feed{border-top:1px solid var(--line);flex-direction:column;display:flex}.risk-row{text-align:left;color:inherit;background:#fff;border:0;border-bottom:1px solid #eceef1;grid-template-columns:36px minmax(210px,1.7fr) minmax(120px,.9fr) 92px 53px 16px;align-items:center;gap:12px;padding:13px 16px;display:grid}.risk-row:hover{background:#fafbfc}.risk-row:last-child{border-bottom:0}.risk-row-copy{flex-direction:column;min-width:0;display:flex}.risk-row-copy>span{align-items:center;gap:5px;margin-bottom:4px;display:flex}.risk-row-copy em{color:#747b84;background:#eff1f3;border-radius:5px;padding:3px 6px;font-size:5.8px;font-style:normal}.risk-row-copy>strong{white-space:nowrap;text-overflow:ellipsis;font-size:8.5px;overflow:hidden}.risk-row-copy>small{color:#8e959e;margin-top:3px;font-size:6.3px}.risk-severity{text-transform:uppercase;color:#5d646d;background:#eff1f3;border-radius:5px;padding:3px 6px;font-size:5.8px;font-weight:800}.risk-severity.critical{background:var(--light-red);color:var(--red)}.risk-severity.high{color:#b8460e;background:#fde3d0}.risk-severity.medium{color:#997000;background:#fff5cd}.risk-severity.low{background:var(--light-blue);color:var(--blue)}.risk-impact,.risk-probability{flex-direction:column;display:flex}.risk-impact small,.risk-probability small{color:#9a9fa7;font-size:5.5px}.risk-impact strong{margin-top:3px;font-size:7.2px}.risk-probability strong{font-size:12px}.risk-probability>i{background:#eceef1;border-radius:4px;width:100%;height:4px;overflow:hidden}.risk-probability>i b{background:var(--red);border-radius:4px;height:100%;display:block}.risk-confidence-ring{border-radius:50%;flex:none;place-items:center;width:80px;height:80px;display:grid;position:relative}.risk-confidence-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:7px}.risk-confidence-ring>div{z-index:1;flex-direction:column;align-items:center;display:flex}.risk-confidence-ring strong{font-size:15px}.risk-confidence-ring span{color:#8f969e;font-size:5px;font-weight:700}.risk-confidence-ring.compact{width:48px;height:48px}.risk-confidence-ring.compact:after{inset:5px}.risk-confidence-ring.compact strong{font-size:9px}.risk-confidence-ring.compact span{font-size:4px}.risk-outlook-panel{height:fit-content;padding:0}.risk-outlook-clock{align-items:center;padding:4px 18px 13px;display:flex}.risk-outlook-clock span{color:#8e959d;font-size:5.8px}.risk-outlook-clock i{background:#e4e7ea;flex:1;height:2px;margin:0 4px;position:relative}.risk-outlook-clock i:after{content:"";background:var(--red);border-radius:50%;width:6px;height:6px;position:absolute;top:-2px;right:0}.risk-outlook-list{border-top:1px solid var(--line)}.risk-outlook-list article{border-bottom:1px solid #eceef1;align-items:center;gap:9px;padding:12px 16px;display:flex}.risk-severity-dot{background:#d49c00;border-radius:50%;width:8px;height:8px}.risk-severity-dot.critical{background:var(--red);box-shadow:0 0 0 4px var(--light-red)}.risk-severity-dot.high{background:#d86b24}.risk-outlook-list article>div{flex-direction:column;flex:1;display:flex}.risk-outlook-list strong{font-size:7.5px}.risk-outlook-list small{color:#9399a1;font-size:6px}.risk-outlook-list b{font-size:8px}.risk-coaching-note{background:var(--light-blue);color:var(--blue);border-radius:8px;align-items:flex-start;gap:8px;margin:14px;padding:11px;display:flex}.risk-coaching-note div{flex-direction:column;display:flex}.risk-coaching-note strong{font-size:7.5px}.risk-coaching-note span{color:#617aa1;font-size:6.5px;line-height:1.5}.risk-accuracy-grid{grid-template-columns:1.4fr .8fr;gap:12px;display:grid}.risk-accuracy-trend,.risk-learning-panel{min-height:280px}.risk-accuracy-total{align-items:baseline;gap:8px;padding:10px 18px 0;display:flex}.risk-accuracy-total strong{font-size:24px}.risk-accuracy-total span{color:#858c95;font-size:7px}.risk-line-chart{background:repeating-linear-gradient(#0000 0 46px,#edf0f2 47px);height:175px;margin:0 18px 12px;padding-bottom:20px;position:relative}.risk-line-chart svg{width:100%;height:100%}.risk-line-chart polyline{fill:none;stroke:var(--red);stroke-width:1.8px;vector-effect:non-scaling-stroke}.risk-line-chart>div{color:#969ca4;justify-content:space-between;font-size:6px;display:flex;position:absolute;bottom:0;left:0;right:0}.risk-learning-stats{grid-template-columns:1fr 1fr;gap:8px;padding:10px 16px;display:grid}.risk-learning-stats div{border:1px solid var(--line);border-radius:8px;flex-direction:column;padding:11px;display:flex}.risk-learning-stats strong{font-size:14px}.risk-learning-stats span{color:#9097a0;font-size:6px}.risk-learning-note{color:var(--green);background:#e5f5ec;border-radius:8px;align-items:flex-start;gap:8px;margin:0 16px;padding:11px;display:flex}.risk-learning-note div{flex-direction:column;display:flex}.risk-learning-note strong{font-size:7px}.risk-learning-note span{color:#4d8066;font-size:6px;line-height:1.5}.risk-accuracy-table-panel{grid-column:1/-1;padding:0;overflow:hidden}.risk-accuracy-table-panel>.panel-head{padding:16px 18px}.risk-accuracy-table td:first-child{align-items:center;display:flex}.risk-drawer-summary{align-items:center;gap:12px;display:flex}.risk-drawer-summary>div:nth-child(2){flex-direction:column;flex:1;align-items:flex-start;gap:4px;display:flex}.risk-drawer-summary>div:nth-child(2)>strong{font-size:15px}.risk-drawer-summary>div:nth-child(2)>small{color:#8e959d;font-size:7px}.risk-detail-copy{color:#666e77;font-size:8px;line-height:1.65}.risk-recommendation{color:#906900;background:#fff5cd;border-radius:8px;align-items:flex-start;gap:9px;margin-top:9px;padding:12px;display:flex}.risk-recommendation strong{color:#292e34;font-size:8px}.risk-recommendation p{color:#6c624b;margin:4px 0 0;font-size:7px;line-height:1.6}.risk-factor-list{margin-top:9px}.risk-factor-list article{border-bottom:1px solid #eceef1;grid-template-columns:1.1fr 1fr 33px;align-items:center;gap:8px;padding:9px 0;display:grid}.risk-factor-list article>div,.risk-factor-list article>span{flex-direction:column;display:flex}.risk-factor-list strong,.risk-factor-list b{font-size:7.5px}.risk-factor-list small{color:#9298a1;font-size:6px}.risk-factor-list em{color:var(--red);text-align:right;font-size:8px;font-style:normal;font-weight:800}.risk-source-freshness{background:var(--light-blue);color:var(--blue);border-radius:7px;align-items:center;gap:8px;margin-top:10px;padding:9px;display:flex}.risk-source-freshness span{flex-direction:column;display:flex}.risk-source-freshness strong{font-size:7px}.risk-source-freshness small{color:#647da5;font-size:6px}@media (width<=1200px){.risk-exposure-grid{grid-template-columns:repeat(4,1fr)}.risk-exposure-grid article:nth-child(4){border-right:0}.risk-main-grid{grid-template-columns:1fr}.risk-outlook-panel{grid-template-columns:1fr 1fr;display:grid}.risk-outlook-panel>.panel-head,.risk-outlook-clock,.risk-coaching-note{grid-column:1/-1}.risk-outlook-list{grid-template-columns:repeat(3,1fr);display:grid}}@media (width<=900px){.risk-filter-drawer{grid-template-columns:1fr 1fr}.risk-exposure-grid{grid-template-columns:repeat(2,1fr)}.risk-exposure-grid article:nth-child(2n){border-right:0}.risk-row{grid-template-columns:36px 1fr 75px 16px}.risk-impact,.risk-confidence-ring.compact{display:none}.risk-accuracy-grid{grid-template-columns:1fr}.risk-accuracy-table-panel{grid-column:auto}.risk-outlook-panel,.risk-outlook-list{display:block}}@media (width<=560px){.risk-filter-drawer{grid-template-columns:1fr}.risk-exposure-grid{grid-template-columns:1fr 1fr}.risk-exposure-grid article{grid-template-columns:30px 1fr auto;padding:9px 8px}.risk-exposure-grid article>svg,.risk-flat{display:none}.risk-row{grid-template-columns:34px 1fr 14px;padding:12px}.risk-row .risk-probability{flex-direction:row;grid-column:2;align-items:center;gap:7px}.risk-probability>i{width:75px}.risk-learning-stats{grid-template-columns:1fr 1fr}.risk-drawer-summary{align-items:flex-start}.risk-drawer-summary .risk-confidence-ring{width:62px;height:62px}.risk-factor-list article{grid-template-columns:1fr 35px}.risk-factor-list article>span{display:none}}.hr-tabs{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:0 0 12px;padding:6px;display:grid;overflow:visible;box-shadow:0 5px 18px #181b1f0d}.hr-tabs button{color:#656c75;letter-spacing:.01em;cursor:pointer;background:#f5f6f7;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-width:0;min-height:46px;padding:9px 12px;font:700 9px Poppins,Arial;transition:background .18s,border-color .18s,color .18s,box-shadow .18s,transform .18s;display:flex;position:relative}.hr-tabs button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hr-tabs button svg{color:#8b929b;transition:color .18s}.hr-tabs button:hover{color:#24282d;background:#fff;border-color:#d7dbe0;transform:translateY(-1px);box-shadow:0 3px 10px #181b1f0f}.hr-tabs button:focus-visible{outline-offset:2px;outline:3px solid #d912182e}.hr-tabs button.active{color:#fff;background:#1b1e22;border-color:#1b1e22;box-shadow:0 5px 13px #181b1f33}.hr-tabs button.active svg{color:#ff3d43}.hr-tabs b{min-width:20px;height:20px;color:var(--red);background:#fff;border-radius:10px;place-items:center;padding:0 6px;font-size:7px;line-height:1;display:grid}.hr-tabs button.active b{background:var(--red);color:#fff}@media (width<=700px){.hr-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:5px;overflow:visible}.hr-tabs button{white-space:normal;justify-content:flex-start;min-height:43px;padding:8px 10px;font-size:8px}.hr-tabs button span{white-space:normal;text-align:left;line-height:1.25}.hr-tabs b{margin-left:auto}}.hr-tabs b,.hr-tabs button.active b{background:var(--red);color:#fff;box-shadow:0 0 0 3px var(--light-red)}.hr-module{padding-bottom:28px}.hr-hero{margin-bottom:10px}.hr-access-banner{color:var(--blue);background:#eaf3ff;border:1px solid #cbdff8;border-radius:9px;align-items:center;gap:11px;margin-bottom:12px;padding:10px 13px;display:flex}.hr-access-banner>div{flex-direction:column;flex:1;display:flex}.hr-access-banner strong{font-size:8px}.hr-access-banner span{color:#607a9e;font-size:6.5px;line-height:1.5}.hr-access-banner>span{white-space:nowrap;background:#fff;border-radius:6px;align-items:center;gap:5px;padding:5px 8px;font-weight:700;display:flex}.hr-metrics,.hr-tabs{margin-bottom:12px}.hr-tabs button{align-items:center;gap:6px;display:flex}.hr-tabs b{background:var(--light-red);color:var(--red);border-radius:8px;padding:2px 5px;font-size:6px}.hr-filters{margin-bottom:12px}.hr-search{align-items:center;gap:6px;min-width:250px;padding:0 10px;display:flex}.hr-search input{width:100%;color:var(--text);background:0 0;border:0;outline:0;font:500 7px Poppins,Arial}.hr-filter-drawer{grid-template-columns:1fr 1fr}.hr-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.hr-person-card{border:1px solid var(--line);text-align:left;color:inherit;background:#fff;border-radius:10px;grid-template-columns:42px 1fr auto 15px;align-items:center;gap:11px;padding:14px;display:grid}.hr-person-card:hover{border-color:#c8cdd3;box-shadow:0 4px 14px #16202a0c}.hr-avatar{color:#fff;background:#181b1f;border-radius:10px;place-items:center;width:40px;height:40px;font-size:9px;font-weight:800;display:grid}.hr-avatar.large{width:48px;height:48px;font-size:11px}.hr-person-copy{flex-direction:column;min-width:0;display:flex}.hr-person-copy strong{font-size:8.5px}.hr-person-copy>span{color:#696f77;font-size:7px}.hr-person-copy small{color:#9a9fa6;align-items:center;gap:4px;margin-top:4px;font-size:6px;display:flex}.hr-status{color:#626971;white-space:nowrap;background:#eff1f3;border-radius:7px;align-items:center;gap:5px;padding:4px 7px;font-size:6px;font-weight:700;display:inline-flex}.hr-status i{background:#8e959d;border-radius:50%;width:5px;height:5px}.hr-status-active,.hr-status-approved,.hr-status-complete,.hr-status-current{color:var(--green);background:#e5f5ec}.hr-status-active i,.hr-status-approved i,.hr-status-complete i,.hr-status-current i{background:var(--green)}.hr-status-on-leave,.hr-status-in-progress{background:var(--light-blue);color:var(--blue)}.hr-status-on-leave i,.hr-status-in-progress i{background:var(--blue)}.hr-status-probation,.hr-status-pending,.hr-status-expiring,.hr-status-not-started{color:#997000;background:#fff5cd}.hr-status-probation i,.hr-status-pending i,.hr-status-expiring i,.hr-status-not-started i{background:#d2a000}.hr-status-exiting,.hr-status-declined,.hr-status-expired,.hr-status-overdue{background:var(--light-red);color:var(--red)}.hr-status-exiting i,.hr-status-declined i,.hr-status-expired i,.hr-status-overdue i{background:var(--red)}.hr-person-health{border-top:1px solid #eef0f2;grid-column:1/-1;grid-template-columns:repeat(3,1fr);margin-top:2px;padding-top:10px;display:grid}.hr-person-health span{border-right:1px solid #eef0f2;flex-direction:column;padding-left:10px;display:flex}.hr-person-health span:first-child{padding-left:0}.hr-person-health span:last-child{border:0}.hr-person-health small{color:#969ca4;font-size:5.8px}.hr-person-health b{font-size:8px}.hr-queue-panel,.hr-leave-panel,.hr-attendance-panel,.hr-training-panel,.hr-compliance-panel{padding:0;overflow:hidden}.hr-queue-panel>.panel-head,.hr-leave-panel>.panel-head,.hr-attendance-panel>.panel-head,.hr-training-panel>.panel-head,.hr-compliance-panel>.panel-head{padding:16px 18px}.hr-lifecycle-list{border-top:1px solid var(--line)}.hr-lifecycle-list>button{text-align:left;width:100%;color:inherit;background:#fff;border:0;border-bottom:1px solid #eceef1;grid-template-columns:32px minmax(180px,1fr) 110px 90px 15px;align-items:center;gap:11px;padding:12px 16px;display:grid}.hr-lifecycle-list>button:hover{background:#fafbfc}.hr-priority{color:#a17400;background:#fff5cd;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.hr-priority.critical{background:var(--light-red);color:var(--red)}.hr-priority.high{color:#b65b16;background:#fdebdc}.hr-lifecycle-list div{flex-direction:column;display:flex}.hr-lifecycle-list div strong{font-size:8px}.hr-lifecycle-list div span,.hr-lifecycle-list small{color:#8e959e;font-size:6.3px}.hr-lifecycle-list b{color:#5e656d;font-size:6.5px}.hr-two-column{grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);gap:12px;display:grid}.hr-leave-list,.hr-training-list{border-top:1px solid var(--line)}.hr-leave-list article{border-bottom:1px solid #eceef1;grid-template-columns:34px minmax(170px,1fr) auto;align-items:center;gap:11px;padding:13px 16px;display:grid}.hr-leave-icon,.hr-training-icon{background:var(--light-blue);width:32px;height:32px;color:var(--blue);border-radius:8px;place-items:center;display:grid}.hr-leave-list article>div:not(.hr-inline-actions){flex-direction:column;display:flex}.hr-leave-list strong{font-size:8px}.hr-leave-list span,.hr-leave-list small{color:#868d96;font-size:6.3px}.hr-inline-actions{grid-column:2/-1;justify-content:flex-end;gap:7px;display:flex}.hr-exception-list{border-top:1px solid var(--line)}.hr-exception-list article{border-bottom:1px solid #eceef1;gap:9px;padding:12px 16px;display:flex}.hr-exception-list article>span{color:#bd8700}.hr-exception-list article>div{flex-direction:column;display:flex}.hr-exception-list strong{font-size:7.5px}.hr-exception-list p{color:#6d747c;margin:2px 0;font-size:6.5px}.hr-exception-list small{color:#999fa7;font-size:6px}.hr-safe-note{color:var(--blue);background:#eaf3ff;border-radius:8px;align-items:flex-start;gap:8px;margin:13px;padding:10px;font-size:6.5px;line-height:1.5;display:flex}.hr-safe-note.warning{color:#8d6800;background:#fff5cd}.hr-training-list article{border-bottom:1px solid #eceef1;grid-template-columns:32px minmax(150px,1fr) auto 70px;align-items:center;gap:10px;padding:12px 16px;display:grid}.hr-training-list article>div{flex-direction:column;display:flex}.hr-training-list strong{font-size:7.5px}.hr-training-list span,.hr-training-list>article>small{color:#8e959d;font-size:6px}.hr-progress{align-items:center;gap:7px;margin-top:5px;flex-direction:row!important;display:flex!important}.hr-progress i,.hr-compliance-bars i{background:#eceef1;border-radius:4px;flex:1;height:4px;overflow:hidden}.hr-progress i b,.hr-compliance-bars i b{background:var(--red);border-radius:4px;height:100%;display:block}.hr-progress small{font-size:5.5px}.hr-compliance-score{flex-direction:column;align-items:center;padding:20px;display:flex}.hr-compliance-score strong{font-size:28px}.hr-compliance-score span{color:#8e959d;font-size:7px}.hr-compliance-bars{flex-direction:column;gap:10px;padding:0 16px;display:flex}.hr-compliance-bars div{grid-template-columns:85px 1fr 30px;align-items:center;gap:7px;display:grid}.hr-compliance-bars span,.hr-compliance-bars strong{font-size:6.5px}.hr-profile-drawer{max-width:590px}.hr-profile-head{align-items:center;gap:11px;display:flex}.hr-profile-tabs{border-bottom:1px solid var(--line);padding:0 18px;display:flex;overflow:auto}.hr-profile-tabs button{color:#8d949c;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:4px;padding:11px 9px;font:700 6.2px Poppins,Arial;display:flex}.hr-profile-tabs button.active{color:var(--red);border-bottom-color:var(--red)}.hr-detail-grid{grid-template-columns:1fr 1fr;gap:9px;margin-top:10px;display:grid}.hr-detail-grid>div{border:1px solid var(--line);border-radius:7px;flex-direction:column;gap:4px;padding:9px;display:flex}.hr-detail-grid small{color:#969ca4;font-size:6px}.hr-detail-grid strong{font-size:7.5px}.hr-contact-list{flex-direction:column;gap:8px;margin-top:10px;display:flex}.hr-contact-list span{color:#656c74;align-items:center;gap:7px;font-size:7px;display:flex}.hr-profile-kpis{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;display:grid}.hr-profile-kpis>div{border:1px solid var(--line);border-radius:8px;flex-direction:column;padding:11px;display:flex}.hr-profile-kpis strong{font-size:14px}.hr-profile-kpis span{color:#9097a0;font-size:6px}.hr-document-list{flex-direction:column;margin-top:9px;display:flex}.hr-document-list button{text-align:left;background:#fff;border:0;border-bottom:1px solid #eceef1;align-items:center;gap:9px;padding:10px 0;display:flex}.hr-document-list button span{flex-direction:column;flex:1;display:flex}.hr-document-list strong{font-size:7.5px}.hr-document-list small{color:#9298a0;font-size:6px}.hr-locked-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.hr-locked-state>span{background:var(--light-red);width:48px;height:48px;color:var(--red);border-radius:13px;place-items:center;margin-bottom:12px;display:grid}.hr-locked-state strong{font-size:11px}.hr-locked-state p{color:#7c838c;max-width:360px;font-size:7.5px;line-height:1.6}.hr-profile-drawer footer>span{color:#7d858e;align-items:center;gap:5px;font-size:6px;display:flex}@media (width<=1000px){.hr-two-column,.hr-directory-grid{grid-template-columns:1fr}.hr-search{min-width:180px}.hr-lifecycle-list>button{grid-template-columns:32px 1fr 80px 15px}.hr-lifecycle-list>button>small{display:none}}@media (width<=700px){.hr-access-banner>span{display:none}.hr-tabs{overflow:auto}.hr-tabs button{white-space:nowrap}.hr-filter-drawer{grid-template-columns:1fr}.hr-search{grid-column:1/-1;min-width:0;height:36px}.hr-lifecycle-list>button{grid-template-columns:30px 1fr 14px}.hr-lifecycle-list>button>b{grid-column:2}.hr-leave-list article{grid-template-columns:32px 1fr}.hr-leave-list article>.hr-status{grid-column:2;width:fit-content}.hr-training-list article{grid-template-columns:30px 1fr auto}.hr-training-list>article>small{grid-column:2}.hr-profile-tabs{padding:0 8px}.hr-profile-kpis{grid-template-columns:1fr 1fr}}@media (width<=430px){.hr-person-card{grid-template-columns:38px 1fr 14px}.hr-person-card>.hr-status{grid-column:2}.hr-detail-grid{grid-template-columns:1fr}.hr-inline-actions{grid-column:1/-1}.hr-training-list article>.hr-status{display:none}}.shift-module{padding-bottom:28px}.shift-filter-drawer{grid-template-columns:repeat(3,1fr)}.shift-tabs{margin-bottom:12px}.shift-live-hero{border-top:3px solid var(--red);grid-template-columns:1.2fr .8fr .85fr;align-items:center;gap:20px;margin-bottom:12px;padding:20px;display:grid}.shift-live-copy{flex-direction:column;align-items:flex-start;display:flex}.shift-state{color:var(--green);background:#e5f5ec;border-radius:7px;align-items:center;gap:5px;margin-bottom:8px;padding:4px 7px;font-size:6px;font-weight:800;display:inline-flex}.shift-state i{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #e3f3e9}.shift-live-copy h2{margin:3px 0;font-size:18px}.shift-live-copy>p:last-of-type{color:#7f8690;margin:0;font-size:7px}.shift-live-actions{align-items:center;gap:10px;margin-top:13px;display:flex}.shift-live-actions>span{color:#9198a1;align-items:center;gap:4px;font-size:6px;display:flex}.shift-hero-score{border-left:1px solid #eceef1;align-items:center;gap:14px;padding-left:20px;display:flex}.shift-hero-score>div:last-child{flex-direction:column;display:flex}.shift-hero-score>div:last-child strong{font-size:10px}.shift-hero-score>div:last-child span{color:var(--green);font-size:7px;font-weight:700}.shift-hero-score>div:last-child small{color:#949aa3;margin-top:5px;font-size:6px}.shift-score-gauge{border-radius:50%;flex:none;place-items:center;width:94px;height:94px;display:grid;position:relative}.shift-score-gauge:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:8px}.shift-score-gauge>div{z-index:1;align-items:baseline;display:flex}.shift-score-gauge strong{font-size:25px}.shift-score-gauge span{color:#9298a0;font-size:7px}.shift-score-gauge.compact{width:52px;height:52px}.shift-score-gauge.compact:after{inset:5px}.shift-score-gauge.compact strong{font-size:12px}.shift-hero-summary{grid-template-columns:1fr 1fr;gap:8px;display:grid}.shift-hero-summary>div{border:1px solid var(--line);border-radius:8px;flex-direction:column;padding:10px;display:flex}.shift-hero-summary>div:first-child{grid-column:1/-1}.shift-hero-summary small{color:#969ca4;text-transform:uppercase;font-size:5.5px}.shift-hero-summary strong{font-size:11px}.shift-hero-summary span{color:#858c95;font-size:6px}.shift-metric-grid{grid-template-columns:repeat(5,1fr);gap:9px;margin-bottom:12px;display:grid}.shift-metric-card{border:1px solid var(--line);border-top:3px solid var(--blue);background:#fff;border-radius:9px;padding:12px}.shift-metric-card.green{border-top-color:var(--green)}.shift-metric-card.amber{border-top-color:#d69f00}.shift-metric-card.red{border-top-color:var(--red)}.shift-metric-card header{align-items:center;gap:6px;display:flex}.shift-metric-card header>span{background:var(--light-blue);width:27px;height:27px;color:var(--blue);border-radius:7px;place-items:center;display:grid}.shift-metric-card.green header>span{color:var(--green);background:#e5f5ec}.shift-metric-card.amber header>span{color:#9a7100;background:#fff5cd}.shift-metric-card header small{color:#747b84;flex:1;font-size:6.5px}.shift-metric-card header b{color:#969ca4;font-size:5.5px}.shift-metric-card>strong{margin:9px 0 3px;font-size:15px;display:block}.shift-metric-card>div{color:#9298a1;justify-content:space-between;font-size:6px;display:flex}.shift-metric-card>div em{color:#50565e;font-style:normal;font-weight:700}.shift-metric-card footer{align-items:center;gap:7px;margin-top:10px;display:flex}.shift-metric-card footer i{background:#eceef1;border-radius:4px;flex:1;height:4px;overflow:hidden}.shift-metric-card footer i b{background:var(--blue);border-radius:4px;height:100%;display:block}.shift-metric-card.green footer i b{background:var(--green)}.shift-metric-card.amber footer i b{background:#d69f00}.shift-metric-card footer strong{font-size:7px}.shift-dashboard-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.shift-breakdown,.shift-rounds,.shift-coaching{padding:0;overflow:hidden}.shift-breakdown>.panel-head,.shift-rounds>.panel-head,.shift-coaching>.panel-head{padding:16px 18px}.shift-breakdown>.panel-head>span{color:#9298a1;font-size:6px}.shift-breakdown-list{border-top:1px solid var(--line)}.shift-breakdown-list button{text-align:left;width:100%;color:inherit;background:#fff;border:0;border-bottom:1px solid #eceef1;grid-template-columns:8px minmax(120px,1fr) minmax(80px,1fr) 60px 25px 14px;align-items:center;gap:9px;padding:11px 16px;display:grid}.shift-breakdown-list button:hover{background:#fafbfc}.shift-tone-dot{background:var(--blue);border-radius:50%;width:7px;height:7px}.shift-tone-dot.green{background:var(--green)}.shift-tone-dot.amber{background:#d69f00}.shift-tone-dot.red{background:var(--red)}.shift-breakdown-list button>div{flex-direction:column;display:flex}.shift-breakdown-list strong{font-size:7.5px}.shift-breakdown-list small{color:#9198a1;font-size:6px}.shift-break-bar{background:#eceef1;border-radius:5px;height:5px;overflow:hidden}.shift-break-bar i{background:var(--red);height:100%;display:block}.shift-breakdown-list em{color:#8e959d;font-size:6px;font-style:normal}.shift-breakdown-list button>b{text-align:right;font-size:8px}.shift-legend{gap:10px;display:flex}.shift-legend span{color:#848b94;align-items:center;gap:4px;font-size:6px;display:flex}.shift-legend i{background:var(--red);border-radius:2px;width:7px;height:7px}.shift-legend span:last-child i{background:var(--blue);border-radius:50%}.shift-round-chart{border-top:1px solid var(--line);background:repeating-linear-gradient(#0000 0 50px,#eef0f2 51px);align-items:flex-end;gap:8px;height:210px;padding:15px 18px 9px;display:flex}.shift-round-chart>div{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.shift-round-bars{justify-content:center;align-items:flex-end;width:100%;height:155px;display:flex;position:relative}.shift-round-bars>i{background:linear-gradient(180deg,var(--red),#ef5a5f);border-radius:5px 5px 2px 2px;width:50%;max-width:27px}.shift-round-bars>b{background:var(--blue);width:8px;height:8px;box-shadow:0 0 0 1px var(--blue);border:2px solid #fff;border-radius:50%;position:absolute}.shift-round-chart strong{margin-top:5px;font-size:6px}.shift-round-chart small{color:#979da5;font-size:5.5px}.shift-rounds>footer{border-top:1px solid var(--line);color:#858c95;background:#fafbfc;justify-content:space-between;padding:10px 16px;font-size:6px;display:flex}.shift-rounds>footer strong{color:#333940}.shift-coaching{grid-column:1/-1}.shift-insight-list{grid-template-columns:repeat(2,1fr);gap:8px;padding:0 16px 14px;display:grid}.shift-insight-list article{border:1px solid var(--line);border-radius:8px;align-items:flex-start;gap:9px;padding:11px;display:flex}.shift-insight-list article>span{width:29px;height:29px;color:var(--green);background:#e5f5ec;border-radius:7px;flex:none;place-items:center;display:grid}.shift-insight-list article.opportunity>span{color:#9a7100;background:#fff5cd}.shift-insight-list article>div{flex-direction:column;display:flex}.shift-insight-list b{color:var(--green);font-size:5.5px}.shift-insight-list .opportunity b{color:#a17400}.shift-insight-list strong{margin:2px 0;font-size:8px}.shift-insight-list p{color:#696f77;margin:0;font-size:6.5px;line-height:1.5}.shift-insight-list small{color:#959ba3;margin-top:5px;font-size:6px}.shift-insight-list em{color:#41474e;background:#f5f6f7;border-radius:6px;margin-top:7px;padding:7px;font-size:6.5px;font-style:normal}.shift-fair-use{background:var(--light-blue);color:var(--blue);border-radius:8px;align-items:flex-start;gap:8px;margin:0 16px 15px;padding:10px;display:flex}.shift-fair-use span{flex-direction:column;display:flex}.shift-fair-use strong{font-size:7px}.shift-fair-use small{color:#617aa1;font-size:6.3px;line-height:1.5}.shift-history-panel{padding:0;overflow:hidden}.shift-history-panel>.panel-head{padding:16px 18px}.shift-history-panel>.panel-head>span{color:#9298a1;font-size:7px}.shift-history-table td:first-child strong,.shift-history-table td:first-child small{display:block}.shift-history-table td:first-child small{color:#949aa2;font-size:6px}.shift-grade{color:#626971;white-space:nowrap;background:#eff1f3;border-radius:7px;padding:4px 7px;font-size:6px;font-weight:800;display:inline-flex}.shift-grade.excellent{color:var(--green);background:#e5f5ec}.shift-grade.strong{background:var(--light-blue);color:var(--blue)}.shift-grade.watch{color:#997000;background:#fff5cd}.shift-grade.at-risk{background:var(--light-red);color:var(--red)}.shift-recognition-grid{grid-template-columns:1.35fr .65fr;gap:12px;display:grid}.shift-recognition-list,.shift-rankings{padding:0;overflow:hidden}.shift-recognition-list>.panel-head,.shift-rankings>.panel-head{padding:16px 18px}.shift-recognition-list>article{border-top:1px solid #eceef1;align-items:flex-start;gap:11px;padding:14px 16px;display:flex}.shift-recognition-avatar{width:39px;height:39px;color:var(--pedros-yellow,#faf100);background:#17191d;border-radius:10px;flex:none;place-items:center;font-size:8px;font-weight:800;display:grid}.shift-recognition-list article>div{flex-direction:column;flex:1;display:flex}.shift-recognition-list article>div>span{gap:6px;display:flex}.shift-recognition-list b,.shift-recognition-list em{color:#927000;background:#fff5cd;border-radius:5px;padding:3px 6px;font-size:5.5px;font-style:normal}.shift-recognition-list em{color:var(--green);background:#e5f5ec}.shift-recognition-list strong{margin-top:4px;font-size:8.5px}.shift-recognition-list small{color:#9298a0;font-size:6px}.shift-recognition-list p{color:#676e76;margin:6px 0 0;font-size:6.5px;line-height:1.55}.shift-recognition-list>article>svg{color:#d7a100}.shift-rankings>article{border-top:1px solid #eceef1;grid-template-columns:20px 1fr 45px 25px 14px 15px;align-items:center;gap:7px;padding:12px 15px;display:grid}.shift-rankings article>b{font-size:8px}.shift-rankings article>div,.shift-rankings article>span{flex-direction:column;display:flex}.shift-rankings strong{font-size:7px}.shift-rankings small{color:#949ba3;font-size:5.5px}.shift-rankings em{font-size:6.5px;font-style:normal}.shift-rankings>article>svg{color:#d7a100}.shift-drawer-score{align-items:center;gap:14px;display:flex}.shift-drawer-score>div:last-child{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.shift-drawer-score>div:last-child>strong{font-size:10px}.shift-drawer-score>div:last-child>small{color:#9298a0;font-size:6px}.shift-drawer-metrics{margin-top:8px}.shift-drawer-metrics button{text-align:left;background:#fff;border:0;border-bottom:1px solid #eceef1;grid-template-columns:8px 1fr 25px 14px;align-items:center;gap:8px;width:100%;padding:10px 0;display:grid}.shift-drawer-metrics button>div{flex-direction:column;display:flex}.shift-drawer-metrics strong{font-size:7.5px}.shift-drawer-metrics small{color:#9298a0;font-size:6px}.shift-drawer-metrics b{font-size:8px}.shift-metric-explanation{color:#6c737b;font-size:7.5px;line-height:1.65}.shift-exception-list{margin-top:8px}.shift-exception-list article{border-bottom:1px solid #eceef1;gap:9px;padding:10px 0;display:flex}.shift-exception-list article>svg{color:#bd8700;flex:none}.shift-exception-list article>div{flex-direction:column;flex:1;display:flex}.shift-exception-list strong{font-size:7.5px}.shift-exception-list p{color:#6a7179;margin:3px 0;font-size:6.5px;line-height:1.5}.shift-exception-list small{color:#959ba3;font-size:6px}.shift-drawer section>.shift-fair-use{margin:0}.admin-summary-icon.yellow{color:#9a7100;background:#fff5cd}@media (width<=1100px){.shift-live-hero{grid-template-columns:1fr 1fr}.shift-hero-summary{grid-column:1/-1;grid-template-columns:repeat(3,1fr)}.shift-hero-summary>div:first-child{grid-column:auto}.shift-metric-grid{grid-template-columns:repeat(3,1fr)}.shift-recognition-grid{grid-template-columns:1fr}}@media (width<=800px){.shift-filter-drawer,.shift-live-hero{grid-template-columns:1fr}.shift-hero-score{border-top:1px solid #eceef1;border-left:0;padding:15px 0 0}.shift-hero-summary{grid-template-columns:1fr 1fr}.shift-hero-summary>div:first-child{grid-column:1/-1}.shift-metric-grid{grid-template-columns:1fr 1fr}.shift-dashboard-grid{grid-template-columns:1fr}.shift-coaching{grid-column:auto}.shift-insight-list{grid-template-columns:1fr}.shift-rounds>footer{flex-direction:column;gap:3px}.shift-breakdown-list button{grid-template-columns:8px 1fr 70px 25px 14px}.shift-breakdown-list em{display:none}}@media (width<=480px){.shift-metric-grid{grid-template-columns:1fr}.shift-live-actions{flex-direction:column;align-items:flex-start}.shift-hero-summary{grid-template-columns:1fr}.shift-hero-summary>div:first-child{grid-column:auto}.shift-breakdown-list button{grid-template-columns:8px 1fr 25px 14px}.shift-break-bar{grid-column:2}.shift-round-chart{padding-left:8px;padding-right:8px}.shift-recognition-list>.panel-head{align-items:flex-start;gap:8px}.shift-rankings>article{grid-template-columns:18px 1fr 36px 20px}.shift-rankings>article>svg,.shift-rankings>article>small{display:none}}.coach-stale-chip{color:#a87600;white-space:nowrap;background:#fff6cf;border-radius:6px;align-items:center;gap:4px;padding:3px 7px;font-size:6.5px;font-weight:700;display:inline-flex}.coach-actions-row{align-items:center}.coach-feedback{gap:6px;margin-left:auto;display:flex}.coach-feedback button{border:1px solid var(--line);color:#7d848c;background:#fff;border-radius:7px;place-items:center;width:28px;height:28px;display:grid}.coach-feedback button:hover{background:#fafbfc}.coach-outcome{border-top:1px solid #f0f1f3;align-items:center;gap:9px;margin-top:12px;padding-top:12px;display:flex}.coach-feedback-tag{color:#5c636c;background:#eff1f3;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:6.5px;font-weight:700;display:inline-flex}.coach-closed-head{margin:14px 0 8px}.coach-confirm-icon{background:var(--light-blue);color:var(--blue)}.coach-confirm-preview{background:#fafbfc}.ops-chat-module{height:calc(100vh - 74px);min-height:590px;padding:0}.ops-chat-shell{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:230px minmax(0,1fr);height:100%;display:grid;overflow:hidden}.ops-chat-history{border-right:1px solid var(--line);background:#f8f9fa;flex-direction:column;min-width:0;display:flex}.ops-chat-history>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:57px;padding:0 15px;display:flex}.ops-chat-history>header>div{align-items:center;gap:7px;display:flex}.ops-chat-history>header strong{font-size:8.5px}.ops-chat-history>header button{background:0 0;border:0;display:none}.ops-new-chat{color:#fff;background:#17191d;border:0;border-radius:7px;justify-content:center;align-items:center;gap:6px;height:34px;margin:13px 13px 8px;font:700 7px Poppins,Arial;display:flex}.ops-history-search{color:#9298a1;background:#fff;border:1px solid #dfe2e6;border-radius:7px;align-items:center;gap:6px;height:32px;margin:0 13px 12px;padding:0 8px;display:flex}.ops-history-search input{border:0;outline:0;width:100%;font:500 7px Poppins,Arial}.ops-thread-list{flex-direction:column;gap:3px;padding:0 8px;display:flex;overflow:auto}.ops-thread-list>span{color:#9aa0a8;padding:5px 8px;font-size:5.5px;font-weight:800}.ops-thread-list button{text-align:left;color:#747b84;background:0 0;border:0;border-radius:7px;grid-template-columns:16px 1fr auto;align-items:start;gap:7px;padding:9px 8px;display:grid}.ops-thread-list button.active{color:#252a30;background:#fff;box-shadow:0 2px 8px #17202a0d}.ops-thread-list button>div{flex-direction:column;min-width:0;display:flex}.ops-thread-list strong{white-space:nowrap;text-overflow:ellipsis;font-size:7px;overflow:hidden}.ops-thread-list small{color:#989ea6;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:5.8px;overflow:hidden}.ops-thread-list time{color:#a0a5ac;font-size:5.5px}.ops-chat-history>footer{border-top:1px solid var(--line);color:var(--blue);align-items:center;gap:8px;margin-top:auto;padding:12px 14px;display:flex}.ops-chat-history>footer span{flex-direction:column;display:flex}.ops-chat-history>footer strong{font-size:6.5px}.ops-chat-history>footer small{color:#89909a;font-size:5.5px}.ops-chat-main{background:#fff;grid-template-rows:auto auto 1fr auto auto;min-width:0;display:grid;position:relative}.ops-chat-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:10px 17px;display:flex}.ops-chat-header>div:first-child{align-items:center;gap:10px;display:flex}.ops-history-toggle{background:0 0;border:0;display:none}.ops-chat-bot{background:var(--red);color:#fff;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.ops-chat-header h1{margin:1px 0;font-size:13px}.ops-chat-header p{color:#9097a0;margin:0;font-size:6px}.ops-chat-context{align-items:center;gap:6px;display:flex}.ops-chat-context>span{border:1px solid var(--line);border-radius:7px;grid-template-columns:14px auto;align-items:center;column-gap:4px;padding:6px 8px;font-size:6px;font-weight:700;display:grid}.ops-chat-context>span svg{grid-row:1/3}.ops-chat-context small{color:#999fa7;font-size:4.8px}.ops-chat-context>button{border:1px solid var(--line);background:#fff;border-radius:7px;place-items:center;width:31px;height:31px;display:grid}.ops-mock-banner{color:#7e5b00;background:#fff8d8;border:1px solid #efd880;border-radius:8px;align-items:center;gap:9px;margin:10px 14px 0;padding:9px 11px;display:flex}.ops-mock-banner>span{width:29px;height:29px;color:var(--pedros-yellow,#faf100);background:#17191d;border-radius:7px;place-items:center;display:grid}.ops-mock-banner>div{flex:1}.ops-mock-banner strong{font-size:7.5px}.ops-mock-banner p{color:#806d34;margin:1px 0 0;font-size:6.3px}.ops-mock-banner>b{color:var(--pedros-yellow,#faf100);background:#17191d;border-radius:5px;padding:4px 7px;font-size:5.5px}.ops-chat-scroll{flex-direction:column;display:flex;overflow:auto}.ops-welcome{text-align:center;width:100%;max-width:720px;margin:auto;padding:28px 22px}.ops-welcome-icon{background:var(--light-red);width:56px;height:56px;color:var(--red);border-radius:16px;place-items:center;margin:0 auto 13px;display:grid}.ops-welcome h2{margin:0;font-size:18px}.ops-welcome>p{color:#7c838c;max-width:440px;margin:6px auto 18px;font-size:7.5px;line-height:1.6}.ops-suggestions{text-align:left;grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.ops-suggestions button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:8px;grid-template-columns:1fr 15px;padding:11px 12px;display:grid}.ops-suggestions button:hover{background:#fafbfc;border-color:#c3c8ce}.ops-suggestions button span{color:var(--red);text-transform:uppercase;grid-column:1/-1;font-size:5.5px;font-weight:800}.ops-suggestions button strong{margin-top:3px;font-size:7.5px}.ops-suggestions button svg{align-self:end}.ops-transcript{width:min(780px,100%);margin:0 auto;padding:18px 20px}.ops-message{grid-template-columns:31px 1fr;gap:9px;margin-bottom:18px;display:grid}.ops-message.user{margin-left:12%}.ops-message-avatar{color:#fff;background:#17191d;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.ops-message.user .ops-message-avatar{background:var(--red)}.ops-message-body>header{align-items:center;gap:7px;display:flex}.ops-message-body>header strong{font-size:7px}.ops-message-body>header time{color:#9a9fa7;font-size:5.5px}.ops-message-body>p{color:#424850;background:#f5f6f7;border-radius:2px 9px 9px;margin:5px 0 0;padding:10px 12px;font-size:8px;line-height:1.7}.ops-message.user .ops-message-body>p{background:var(--light-red);color:#5b3031}.ops-answer-sources{margin-top:9px}.ops-answer-sources>span{color:#727981;text-transform:uppercase;align-items:center;gap:4px;font-size:6px;font-weight:800;display:flex}.ops-answer-sources>div{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:6px;display:grid}.ops-answer-sources>small{color:#9a9fa7;font-size:5.8px}.ops-report-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:7px;grid-template-columns:26px 1fr 13px;align-items:center;gap:7px;padding:8px;display:grid}.ops-report-card>span{background:var(--light-blue);width:25px;height:25px;color:var(--blue);border-radius:6px;place-items:center;display:grid}.ops-report-card>div{flex-direction:column;min-width:0;display:flex}.ops-report-card strong{font-size:6.5px}.ops-report-card small{color:#9097a0;white-space:nowrap;text-overflow:ellipsis;font-size:5.4px;overflow:hidden}.ops-report-card em{color:#9ba1a8;align-items:center;gap:3px;margin-top:3px;font-size:5px;font-style:normal;display:flex}.ops-composer{background:#fff;padding:8px 16px 5px}.ops-composer>div{border:1px solid #cfd3d8;border-radius:10px;align-items:flex-end;gap:8px;padding:8px 8px 8px 11px;display:flex;box-shadow:0 3px 14px #17202a0c}.ops-composer textarea{resize:none;border:0;outline:0;flex:1;max-height:100px;font:500 8px/1.5 Poppins,Arial}.ops-composer>div>button{background:var(--red);color:#fff;border:0;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.ops-composer>div>button:disabled{color:#999fa7;background:#d8dbe0}.ops-composer footer{justify-content:space-between;padding:5px 3px 0;display:flex}.ops-composer footer span{color:#8f969e;align-items:center;gap:4px;font-size:5.5px;display:flex}.ops-composer footer small{color:#a0a5ac;font-size:5.5px}.ops-chat-disclaimer{text-align:center;color:#9298a0;justify-content:center;align-items:center;gap:4px;padding:0 10px 7px;font-size:5.5px;display:flex}.ops-history-scrim{display:none}@media (width<=900px){.ops-chat-shell{grid-template-columns:200px minmax(0,1fr)}.ops-answer-sources>div{grid-template-columns:1fr}.ops-chat-context>span:first-child{display:none}}@media (width<=700px){.ops-chat-module{height:calc(100vh - 125px);min-height:540px}.ops-chat-shell{display:block;position:relative}.ops-chat-history{z-index:4;width:min(260px,86vw);transition:transform .2s;position:absolute;top:0;bottom:0;left:0;transform:translate(-105%);box-shadow:10px 0 30px #0002}.history-open .ops-chat-history{transform:translate(0)}.ops-chat-history>header button,.ops-history-toggle{display:grid}.ops-history-scrim{z-index:3;background:#1118;border:0;display:block;position:absolute;inset:0}.ops-chat-main{height:100%}.ops-chat-context>span{display:none}.ops-suggestions{grid-template-columns:1fr 1fr}.ops-transcript{padding:15px 12px}.ops-message.user{margin-left:5%}}@media (width<=450px){.ops-chat-header{padding:8px 10px}.ops-chat-header p{display:none}.ops-chat-bot{width:32px;height:32px}.ops-mock-banner{margin:7px 8px 0;padding:7px 8px}.ops-mock-banner>b{display:none}.ops-suggestions{grid-template-columns:1fr}.ops-welcome{padding:18px 14px}.ops-welcome-icon{width:46px;height:46px}.ops-welcome h2{font-size:15px}.ops-message{grid-template-columns:27px 1fr}.ops-message-avatar{width:27px;height:27px}.ops-composer{padding:7px 8px 4px}.ops-answer-sources>div{grid-template-columns:1fr}}.sched-module{padding-bottom:25px}.sched-toolbar{align-items:stretch;gap:8px;margin-bottom:10px;display:flex}.sched-week-picker,.sched-store,.sched-sync{border:1px solid var(--line);background:#fff;border-radius:8px;align-items:center;min-height:42px;display:flex}.sched-week-picker>button{color:#777e87;background:0 0;border:0;align-self:stretch;width:34px}.sched-week-picker>span,.sched-store>span,.sched-sync>span{grid-template-columns:15px 1fr;align-items:center;column-gap:5px;padding:5px 7px;display:grid}.sched-week-picker svg,.sched-store svg,.sched-sync>i{grid-row:1/3}.sched-week-picker small,.sched-store small,.sched-sync small{color:#9a9fa7;font-size:5px;font-weight:700}.sched-week-picker strong,.sched-store strong,.sched-sync strong{white-space:nowrap;font-size:7px}.sched-store{color:inherit;gap:5px;padding:0 9px}.sched-store>span{padding:5px 2px}.sched-store>svg:last-child{margin-left:8px}.sched-sync{margin-left:auto;padding:0 10px}.sched-sync>span{flex-direction:column;align-items:flex-start;padding:4px;display:flex}.sched-sync>i{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #e4f4ea}.sched-state{color:#8d6800;background:#fff5cd;border-radius:8px;align-items:center;gap:5px;padding:0 11px;font-size:6.5px;font-weight:800;display:flex}.sched-state i{background:#d7a300;border-radius:50%;width:6px;height:6px}.sched-state.published{color:var(--green);background:#e5f5ec}.sched-state.published i{background:var(--green)}.sched-summary{grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:10px;display:grid}.sched-summary article{border:1px solid var(--line);border-top:3px solid var(--blue);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:10px;display:flex}.sched-summary article.green{border-top-color:var(--green)}.sched-summary article.amber{border-top-color:#d69f00}.sched-summary article.red{border-top-color:var(--red)}.sched-summary article>span{background:var(--light-blue);width:28px;height:28px;color:var(--blue);border-radius:7px;flex:none;place-items:center;display:grid}.sched-summary article.green>span{color:var(--green);background:#e5f5ec}.sched-summary article.amber>span{color:#9a7100;background:#fff5cd}.sched-summary article.red>span{background:var(--light-red);color:var(--red)}.sched-summary article>div{flex-direction:column;display:flex}.sched-summary small{color:#8c939b;font-size:5.5px}.sched-summary strong{font-size:11px;line-height:1.2}.sched-summary em{color:#9298a1;margin-top:2px;font-size:5.5px;font-style:normal}.sched-tabs{margin-bottom:10px}.sched-tabs button{align-items:center;gap:5px;display:flex}.sched-tabs b{background:var(--light-red);color:var(--red);border-radius:8px;padding:2px 5px;font-size:5.5px}.sched-content.with-exceptions{grid-template-columns:minmax(0,1fr) 270px;gap:10px;display:grid}.sched-roster-panel,.sched-team-panel,.sched-swap-panel,.sched-coverage-panel,.sched-demand-card,.sched-exceptions{padding:0;overflow:hidden}.sched-roster-panel>.panel-head,.sched-team-panel>.panel-head,.sched-swap-panel>.panel-head,.sched-coverage-panel>.panel-head,.sched-demand-card>.panel-head,.sched-exceptions>.panel-head{padding:14px 16px}.sched-roster-legend{gap:8px;display:flex}.sched-roster-legend span{color:#868d95;align-items:center;gap:4px;font-size:5.5px;display:flex}.sched-roster-legend i{background:var(--blue);border-radius:2px;width:7px;height:7px}.sched-roster-legend i.draft{background:#d2a000}.sched-roster-legend i.recommended{background:var(--red)}.sched-grid-scroll{border-top:1px solid var(--line);overflow:auto}.sched-grid{grid-template-columns:150px repeat(7,minmax(105px,1fr));min-width:900px;display:grid}.sched-grid-corner,.sched-day-head{border-right:1px solid #e7e9ec;border-bottom:1px solid var(--line);background:#f8f9fa;flex-direction:column;height:55px;padding:9px;display:flex}.sched-grid-corner strong,.sched-day-head strong{font-size:7px}.sched-grid-corner small,.sched-day-head span,.sched-day-head small{color:#9198a0;font-size:5.5px}.sched-day-head{text-align:center;align-items:center}.sched-day-head strong{color:var(--red)}.sched-grid-row{display:contents}.sched-person{background:#fff;border-bottom:1px solid #e7e9ec;border-right:1px solid #e7e9ec;align-items:flex-start;gap:8px;min-height:84px;padding:10px;display:flex}.sched-person>span{color:#fff;background:#17191d;border-radius:8px;flex:none;place-items:center;width:29px;height:29px;font-size:6.5px;font-weight:800;display:grid}.sched-person>div{flex-direction:column;display:flex}.sched-person strong{font-size:7px}.sched-person small{color:#858c95;font-size:5.5px}.sched-person em{color:#a0a5ac;margin-top:3px;font-size:5px;font-style:normal}.sched-cell{background:#fff;border-bottom:1px solid #e7e9ec;border-right:1px solid #e7e9ec;min-height:84px;padding:5px;position:relative}.sched-cell:hover{background:#fafbfc}.sched-cell.leave{background:repeating-linear-gradient(-45deg,#fff4f4,#fff4f4 6px,snow 6px 12px)}.sched-leave{text-align:center;color:var(--red);margin-top:4px;font-size:5.5px;font-weight:800;display:block}.sched-shift{border:0;border-left:3px solid var(--blue);background:var(--light-blue);width:100%;color:var(--blue);text-align:left;cursor:grab;border-radius:5px;align-items:center;gap:3px;margin-bottom:3px;padding:6px 4px;display:flex}.sched-shift.draft{color:#765900;background:#fff5cd;border-left-color:#d2a000}.sched-shift.recommended{border-left-color:var(--red);background:var(--light-red);color:#7c2428}.sched-shift>span{flex-direction:column;display:flex}.sched-shift strong{font-size:6px}.sched-shift small{opacity:.78;font-size:5px}.sched-add-cell{color:#a0a6ad;background:0 0;border:1px dashed #ccd1d7;border-radius:6px;place-items:center;width:22px;height:22px;margin:auto;display:grid}.sched-roster-foot{color:#68717b;background:#f8f9fa;align-items:center;gap:6px;padding:8px 12px;font-size:5.8px;display:flex}.sched-roster-foot svg{color:var(--blue)}.sched-roster-foot span{flex:1}.sched-roster-foot small{font-size:5.5px}.sched-exceptions>.panel-head>b{background:var(--light-red);color:var(--red);border-radius:8px;padding:3px 7px;font-size:7px}.sched-exceptions>article{border-top:1px solid #eceef1;gap:8px;padding:11px 13px;display:flex}.sched-exceptions>article>span{color:#9a7100;background:#fff5cd;border-radius:7px;flex:none;place-items:center;width:27px;height:27px;display:grid}.sched-exceptions>article.blocker>span{background:var(--light-red);color:var(--red)}.sched-exceptions>article>div{flex-direction:column;display:flex}.sched-exceptions article b{text-transform:uppercase;color:#9a7100;font-size:5px}.sched-exceptions article.blocker b{color:var(--red)}.sched-exceptions article strong{margin:2px 0;font-size:7px}.sched-exceptions article p{color:#747b84;margin:0;font-size:5.8px;line-height:1.5}.sched-exceptions article button{color:var(--blue);background:0 0;border:0;align-self:flex-start;align-items:center;gap:2px;padding:6px 0 0;font:700 5.8px Poppins,Arial;display:flex}.sched-rules{background:var(--light-blue);color:var(--blue);border-radius:7px;align-items:flex-start;gap:8px;margin:10px;padding:10px;display:flex}.sched-rules>div{flex-direction:column;display:flex}.sched-rules strong{margin-bottom:3px;font-size:6.5px}.sched-rules small{color:#61799d;font-size:5.3px;line-height:1.6}.sched-coverage-layout{grid-template-columns:1.3fr .7fr;gap:10px;display:grid}.sched-coverage-list{border-top:1px solid var(--line)}.sched-coverage-list article{border-bottom:1px solid #eceef1;padding:11px 15px}.sched-coverage-list header{justify-content:space-between;align-items:center;display:flex}.sched-coverage-list header>div{align-items:center;gap:8px;display:flex}.sched-coverage-list header>div>b{color:#fff;background:#17191d;border-radius:7px;place-items:center;width:27px;height:27px;font-size:6px;display:grid}.sched-coverage-list header span{flex-direction:column;display:flex}.sched-coverage-list header strong{font-size:7px}.sched-coverage-list header small{color:#9298a0;font-size:5.5px}.sched-coverage-list header em{font-size:6px;font-style:normal;font-weight:800}.sched-coverage-list article>div{align-items:center;gap:8px;margin-top:8px;display:flex}.sched-coverage-list article>div>i{background:#eceef1;border-radius:6px;flex:1;height:6px;overflow:hidden}.sched-coverage-list article>div>i b{background:var(--red);height:100%;display:block}.sched-coverage-list article>div>span{color:#8c939c;font-size:5.7px}.sched-coverage-list footer{justify-content:space-between;margin-top:5px;display:flex}.sched-coverage-list footer small{color:#9a9fa7;font-size:5.3px}.sched-coverage-list footer button{color:var(--blue);background:0 0;border:0;align-items:center;font:700 5.5px Poppins,Arial;display:flex}.sched-demand-bars{align-items:flex-end;gap:8px;height:250px;padding:15px 16px;display:flex}.sched-demand-bars>div{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.sched-demand-bars span{flex-direction:column;align-items:center;display:flex}.sched-demand-bars strong,.sched-demand-bars small,.sched-demand-bars em{font-size:5.5px;font-style:normal}.sched-demand-bars small{color:var(--green)}.sched-demand-bars i{background:#eceef1;border-radius:5px;align-items:flex-end;width:100%;max-width:26px;height:185px;margin:6px 0;display:flex;overflow:hidden}.sched-demand-bars i b{background:linear-gradient(var(--red),#f06468);border-radius:5px 5px 0 0;width:100%}.sched-demand-bars em{color:#9298a0}.sched-demand-note{color:#7e5d00;background:#fff5cd;border-radius:7px;align-items:flex-start;gap:8px;margin:0 13px 13px;padding:10px;display:flex}.sched-demand-note span{flex-direction:column;display:flex}.sched-demand-note strong{font-size:6.5px}.sched-demand-note small{font-size:5.5px;line-height:1.5}.sched-team-table td>strong,.sched-team-table td>small{display:block}.sched-table-person{align-items:center;gap:7px;display:flex}.sched-table-person>b{color:#fff;background:#17191d;border-radius:7px;place-items:center;width:27px;height:27px;font-size:6px;display:grid}.sched-table-person>span{flex-direction:column;display:flex}.sched-table-person strong{font-size:7px}.sched-table-person small{color:#9298a0;font-size:5.5px}.sched-skills{flex-wrap:wrap;gap:3px;display:flex}.sched-skills span{background:var(--light-blue);color:var(--blue);border-radius:5px;padding:3px 5px;font-size:5px}.sched-swap-list{border-top:1px solid var(--line)}.sched-swap-list article{border-bottom:1px solid #eceef1;grid-template-columns:35px 1fr auto;align-items:center;gap:10px;padding:14px 16px;display:grid}.sched-swap-icon{background:var(--light-blue);width:34px;height:34px;color:var(--blue);border-radius:8px;place-items:center;display:grid}.sched-swap-list article>div>header{align-items:center;gap:5px;display:flex}.sched-swap-list strong{font-size:7.5px}.sched-swap-list em{color:#8c6700;background:#fff5cd;border-radius:6px;margin-left:5px;padding:3px 6px;font-size:5.5px;font-style:normal}.sched-swap-list p{color:#838a93;margin:3px 0;font-size:6px}.sched-swap-list article>div>div{gap:5px;display:flex}.sched-swap-list article>div>div span{border-radius:5px;align-items:center;gap:3px;padding:3px 6px;font-size:5.5px;display:flex}.sched-swap-list .ok{color:var(--green);background:#e5f5ec}.sched-swap-list .bad{background:var(--light-red);color:var(--red)}.sched-swap-list .warn{color:#8d6800;background:#fff5cd}.sched-swap-list footer{gap:6px;display:flex}.sched-shift-fields{grid-template-columns:1fr 1fr}.sched-publish-summary{grid-template-columns:repeat(3,1fr);gap:8px;margin:2px 0 13px;display:grid}.sched-publish-summary>div{border:1px solid var(--line);border-radius:7px;flex-direction:column;padding:10px;display:flex}.sched-publish-summary small{color:#9097a0;font-size:5.5px}.sched-publish-summary strong{font-size:12px}.sched-publish-summary span{color:#787f88;font-size:5.5px}.sched-publish-block{background:var(--light-red);color:var(--red);border-radius:7px;gap:8px;padding:10px;display:flex}.sched-publish-block span{flex-direction:column;display:flex}.sched-publish-block strong{font-size:7px}.sched-publish-block small{font-size:6px;line-height:1.5}.admin-summary-icon.green{color:var(--green);background:#e5f5ec}.admin-summary-icon.red{background:var(--light-red);color:var(--red)}.sched-module-foot{color:#9298a0;justify-content:center;align-items:center;gap:5px;padding:10px;font-size:5.5px;display:flex}.positive{color:var(--green)!important}.negative{color:var(--red)!important}@media (width<=1150px){.sched-summary{grid-template-columns:repeat(3,1fr)}.sched-content.with-exceptions{grid-template-columns:1fr}.sched-exceptions{grid-template-columns:repeat(3,1fr);display:grid}.sched-exceptions>.panel-head,.sched-rules{grid-column:1/-1}.sched-coverage-layout{grid-template-columns:1fr}}@media (width<=760px){.sched-toolbar{overflow:auto}.sched-sync{margin-left:0}.sched-summary{grid-template-columns:repeat(2,1fr)}.sched-tabs{overflow:auto}.sched-tabs button{white-space:nowrap}.sched-roster-legend{display:none}.sched-exceptions{display:block}.sched-coverage-layout{grid-template-columns:1fr}.sched-swap-list article{grid-template-columns:32px 1fr}.sched-swap-list footer{grid-column:2}.sched-shift-fields{grid-template-columns:1fr}.sched-publish-summary{grid-template-columns:1fr 1fr}.sched-publish-summary>div:last-child{grid-column:1/-1}}@media (width<=450px){.sched-summary{grid-template-columns:1fr 1fr}.sched-summary article{padding:8px}.sched-summary article>span{display:none}.sched-week-picker strong,.sched-store strong{font-size:6px}.sched-sync{display:none}.sched-state{white-space:nowrap}.sched-publish-summary{grid-template-columns:1fr}.sched-publish-summary>div:last-child{grid-column:auto}.sched-swap-list article>div>div{flex-wrap:wrap}}.hourly-matrix-wrap{overscroll-behavior-inline:contain;scrollbar-gutter:stable;border-bottom:1px solid var(--line);outline:none;width:100%;overflow:auto}.hourly-matrix-wrap:focus-visible{box-shadow:inset 0 0 0 2px var(--blue)}.hourly-matrix{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;min-width:1450px}.hourly-matrix th,.hourly-matrix td{border-bottom:1px solid #eceef1;border-right:1px solid #eceef1}.hourly-matrix thead th{z-index:3;color:#68717c;text-align:center;letter-spacing:.45px;background:#f5f7f9;width:95px;padding:9px 7px;font-size:8px;position:sticky;top:0}.hourly-matrix thead th small{color:var(--red);letter-spacing:.6px;text-transform:uppercase;margin-top:2px;font-size:5.5px;display:block}.hourly-matrix .hourly-item-heading{z-index:5;text-align:left;text-transform:uppercase;width:180px;min-width:180px;padding-left:14px;left:0}.hourly-matrix tbody th{z-index:2;text-align:left;background:#fff;width:180px;min-width:180px;padding:10px 14px;position:sticky;left:0}.hourly-matrix tbody td{vertical-align:middle;background:#fff;height:72px;padding:6px}.hourly-matrix tbody tr:hover td,.hourly-matrix tbody tr:hover th{background:#fcfcfd}.hourly-matrix .hourly-current{background:#fff8f8}.hourly-matrix thead .hourly-current{box-shadow:inset 0 -2px var(--red)}.hourly-matrix td.hourly-current{box-shadow:inset 1px 0 #f4d7d8,inset -1px 0 #f4d7d8}.matrix-item{flex-direction:column;gap:2px;display:flex}.matrix-item strong{color:#252a31;font-size:9px}.matrix-item small{color:#8c939c;font-size:6.5px;font-weight:500}.matrix-plan-cell{border-left:3px solid #c7ccd2;justify-content:space-between;align-items:flex-end;gap:5px;padding-left:6px;display:flex;position:relative}.matrix-plan-cell.completed{border-left-color:var(--green)}.matrix-plan-cell.in-progress{border-left-color:var(--blue)}.matrix-plan-cell.prepare-now{border-left-color:var(--red)}.matrix-plan-cell.due-soon{border-left-color:#d9a200}.matrix-plan-cell>span,.matrix-plan-cell label{flex-direction:column;gap:2px;display:flex}.matrix-plan-cell small{color:#8f969f;text-transform:uppercase;letter-spacing:.35px;font-size:5.5px}.matrix-plan-cell strong{color:#252a30;font-size:14px;line-height:1}.matrix-plan-cell input{text-align:center;border:1px solid #d8dce1;border-radius:5px;outline:0;width:35px;height:25px;font:600 8px Poppins,Arial}.matrix-plan-cell input:focus{border-color:var(--red);box-shadow:0 0 0 2px var(--light-red)}.matrix-history-cell{flex-direction:column;align-items:center;gap:5px;display:flex}.matrix-history-cell>span{align-items:baseline;gap:3px;display:flex}.matrix-history-cell strong{font-size:13px}.matrix-history-cell small{color:#858d96;font-size:6px}.matrix-history-cell em{color:#707781;font-size:6px;font-style:normal}.matrix-history-cell em.variance-high{color:var(--red)!important}.matrix-history-cell em.variance-good{color:var(--green)!important}@media (width<=760px){.hourly-matrix{min-width:1370px}.hourly-matrix .hourly-item-heading,.hourly-matrix tbody th{width:145px;min-width:145px}.hourly-matrix tbody th{padding:9px 10px}.hourly-matrix tbody td{height:68px}.data-panel-head .data-actions:has(.segmented){flex-direction:column;align-items:stretch}.data-panel-head .data-actions:has(.segmented)>.filter-button{justify-content:center}}.base-unit-badge{color:#4d5966;letter-spacing:.3px;text-transform:none;background:#eef2f6;border-radius:12px;justify-content:center;align-items:center;min-width:38px;padding:4px 7px;font-size:7px;font-weight:800;display:inline-flex}
