@import "https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap";
:root{--ink:#0d090a;--muted:#797270;--line:#dedddd;--paper:#fff;--canvas:#f1f1f1;--violet:#1b43ad;--blue:#1b43ad;--orange:#797270;--green:#1b43ad}*{box-sizing:border-box}html{background:var(--canvas)}body{color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Lexend,Arial,sans-serif}button,select,input{font:inherit}.topbar{border-bottom:1px solid var(--line);z-index:10;background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 max(24px,50vw - 720px);display:flex;position:sticky;top:0}.header-left{align-items:center;gap:34px;height:100%;display:flex}.main-nav{align-items:center;gap:4px;height:100%;display:flex}.main-nav>a,.nav-dropdown>button{color:#797270;white-space:nowrap;align-items:center;height:100%;padding:0 13px;font-size:10px;font-weight:500;text-decoration:none;display:flex;position:relative}.nav-dropdown>button{cursor:pointer;background:0 0;border:0;gap:6px}.main-nav>a:hover,.nav-dropdown>button:hover{color:#1b43ad}.main-nav>a.active,.nav-dropdown>button.active{color:#1b43ad;font-weight:600}.main-nav>a.active:after,.nav-dropdown>button.active:after{content:"";background:#1b43ad;height:3px;position:absolute;bottom:0;left:13px;right:13px}.nav-dropdown{height:100%;position:relative}.nav-dropdown>button>span{border-bottom:1.5px solid;border-right:1.5px solid;width:6px;height:6px;transition:transform .16s;transform:rotate(45deg)translateY(-2px)}.nav-dropdown.open>button>span{transform:rotate(225deg)translate(-1px,-1px)}.nav-submenu{border:1px solid var(--line);opacity:0;visibility:hidden;z-index:20;background:#fff;border-radius:8px;width:190px;padding:7px;transition:opacity .14s,transform .14s,visibility .14s;position:absolute;top:calc(100% - 7px);left:4px;transform:translateY(-4px);box-shadow:0 12px 28px #0d090a21}.nav-dropdown.open .nav-submenu{opacity:1;visibility:visible;transform:translateY(0)}.nav-submenu a{color:#797270;white-space:nowrap;border-radius:5px;align-items:center;height:36px;padding:0 10px;font-size:10px;text-decoration:none;display:flex}.nav-submenu a:hover,.nav-submenu a.active{color:#1b43ad;background:#edf1fb}.nav-submenu a.active{font-weight:600}.brand{align-items:center;gap:18px;display:flex}.brand img{width:118px;height:auto;display:block}.brand>span{letter-spacing:.16em;color:#797270;border-left:1px solid #dedddd;padding-left:18px;font-size:9px}.header-actions{align-items:center;gap:10px;display:flex}.source-pill{color:#1b43ad;background:#edf1fb;border-radius:20px;align-items:center;gap:7px;height:34px;padding:0 12px;font-size:12px;font-weight:600;display:flex}.source-pill span{background:#1b43ad;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #dbe3f7}.source-pill.loading span{animation:1s infinite pulse}.source-pill.fallback{color:#797270;background:#efeeee}.source-pill.fallback span{background:#797270;box-shadow:0 0 0 3px #dedddd}@keyframes pulse{50%{opacity:.35}}.refresh{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.refresh:hover{background:#f7f8fb}.refresh svg{fill:none;stroke:#697184;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:17px}.sheet-link{color:#fff;background:#222a3b;border-radius:9px;align-items:center;height:34px;padding:0 14px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.export-button{color:#fff;cursor:pointer;white-space:nowrap;background:#1b43ad;border:1px solid #1b43ad;border-radius:7px;align-items:center;gap:6px;height:34px;padding:0 11px;font-size:9px;font-weight:600;display:flex}.export-button:hover{background:#12358f}.export-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:14px}.user-chip{border-right:1px solid var(--line);align-items:center;gap:8px;padding-right:10px;display:flex}.user-chip>span{color:#fff;background:#1b43ad;border-radius:4px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid}.user-chip strong,.user-chip small{text-overflow:ellipsis;white-space:nowrap;max-width:150px;display:block;overflow:hidden}.user-chip strong{font-size:10px}.user-chip small{color:#797270;margin-top:2px;font-size:8px}.header-actions form{margin:0}.logout{color:#797270;cursor:pointer;background:0 0;border:0;height:34px;padding:0 10px;font-size:11px;font-weight:600}.logout:hover{color:#1b43ad}.shell{max-width:1440px;margin:auto;padding:38px 24px 24px}.hero{justify-content:space-between;align-items:flex-end;margin-bottom:26px;display:flex}.eyebrow{letter-spacing:.16em;color:var(--violet);font-size:10px;font-weight:600}.hero h1{letter-spacing:-.035em;margin:8px 0;font:600 34px/1.1 Lexend}.hero p{color:var(--muted);margin:0;font-size:14px;font-weight:300}.hero-period{text-align:right}.hero-period span,.hero-period small{display:block}.hero-period span{letter-spacing:.13em;color:#797270;font-size:9px;font-weight:600}.hero-period strong{text-transform:capitalize;font:600 16px/1.8 Lexend}.hero-period small{color:#797270;font-size:11px}.filter-card,.panel{background:var(--paper);border:1px solid var(--line);border-radius:10px;box-shadow:0 3px 12px #0d090a09}.filter-card{border-top:3px solid #1b43ad;margin-bottom:18px;padding:17px 20px 20px}.filter-title{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.filter-title>div{align-items:center;gap:8px;display:flex}.filter-title strong{font-size:13px}.sliders{color:#1b43ad;font-size:19px;transform:rotate(90deg)}.filter-title button{color:#1b43ad;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:600}.filters{grid-template-columns:1fr 1fr 1.1fr 1.5fr;gap:14px;display:grid}.filters label>span{color:#797270;margin-bottom:6px;font-size:10px;font-weight:500;display:block}.filters select,.search{color:#0d090a;background:#fff;border:1px solid #dedddd;border-radius:6px;outline:none;width:100%;height:40px;padding:0 11px;font-size:12px}.filters select:focus,.search:focus-within{border-color:#1b43ad;box-shadow:0 0 0 3px #e1e7f7}.search{align-items:center;gap:7px;display:flex}.search>span{color:#797270;font-size:20px}.search input{background:0 0;border:0;outline:0;width:100%;font-size:12px}.kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.kpis article{border:1px solid var(--line);background:#fff;border-radius:10px;align-items:center;gap:13px;min-width:0;padding:18px;display:flex}.kpi-icon{border-radius:6px;flex:none;place-items:center;width:42px;height:42px;display:grid}.kpi-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px}.kpi-icon.violet,.kpi-icon.blue{color:#1b43ad;background:#e1e7f7}.kpi-icon.orange{color:#797270;background:#efeeee}.kpi-icon.green{color:#fff;background:#0d090a}.kpis article>div:last-child{min-width:0}.kpis span,.kpis small{color:#797270;display:block}.kpis span{margin-bottom:3px;font-size:10px;font-weight:500}.kpis strong{letter-spacing:-.03em;white-space:nowrap;font:600 20px/1.4 Lexend}.kpis small{font-size:9px;font-weight:300}.charts-grid{grid-template-columns:minmax(0,1.75fr) minmax(300px,.75fr);gap:18px;margin-bottom:18px;display:grid}.panel{padding:21px}.panel-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.panel h2{margin:0 0 4px;font:600 15px/1.3 Lexend}.panel-heading p{color:#797270;margin:0;font-size:10px;font-weight:300}.mini-legend{flex-wrap:wrap;justify-content:end;gap:10px;max-width:62%;display:flex}.mini-legend span{color:#797270;white-space:nowrap;font-size:9px}.mini-legend i{border-radius:1px;width:6px;height:6px;margin-right:4px;display:inline-block}.chart-wrap{margin-top:18px;overflow:hidden}.chart{width:100%;height:250px;display:block}.grid-line{stroke:#dedddd;stroke-width:1px;stroke-dasharray:3 4}.axis-text{fill:#797270;text-transform:capitalize;font:9px Lexend}.donut-layout{align-items:center;gap:24px;margin-top:25px;display:flex}.donut{flex:0 0 150px;width:150px;position:relative}.donut svg{width:100%;display:block}.donut-center{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.donut-center strong{font:600 17px Lexend}.donut-center span{color:#797270;font-size:9px}.legend{flex:1;min-width:0}.legend-row{color:#797270;grid-template-columns:8px 1fr auto;align-items:center;gap:7px;padding:6px 0;font-size:9px;display:grid}.legend-dot{border-radius:1px;width:7px;height:7px}.legend-row strong{color:#0d090a}.details{padding-bottom:8px}.updated{color:#9299a5;background:#f5f6f8;border-radius:8px;padding:6px 9px;font-size:9px}.table-wrap{margin:16px -21px 0;overflow:auto}.details table{border-collapse:collapse;width:100%;min-width:720px}.details th{text-align:left;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.07em;color:#9299a5;background:#fafbfc;padding:10px 21px;font-size:9px}.details th:last-child,.details td:last-child{text-align:right}.details td{color:#4c5464;border-bottom:1px solid #eef0f3;padding:12px 21px;font-size:11px}.details tbody tr:last-child td{border-bottom:0}.details td:first-child{color:#293142;font-weight:600}.item-dot{border-radius:50%;width:7px;height:7px;margin-right:9px;display:inline-block}.category-tag{background:#f3f4f7;border-radius:6px;padding:4px 7px;font-size:9px}.bar-cell{align-items:center;gap:8px;display:flex}.bar-cell>div{background:#edf0f3;border-radius:8px;width:120px;height:5px;overflow:hidden}.bar-cell>div span{border-radius:8px;height:100%;display:block}.bar-cell small{color:#818895;width:40px}.empty{text-align:center!important;color:#8a919e!important;padding:32px!important}footer{text-align:center;color:#9aa1ac;padding:22px 0 5px;font-size:9px}.login-page{background:linear-gradient(135deg,#03123ef5,#1b43ade6),repeating-linear-gradient(100deg,#0000 0 34px,#ffffff14 35px 36px),#1b43ad;place-items:center;min-height:100vh;padding:24px;display:grid}.login-page:before{content:"";pointer-events:none;background:radial-gradient(circle at 75% 20%,#4876e780,#0000 34%),linear-gradient(90deg,#0003,#0000 45%);position:fixed;inset:0}.login-card{background:#fff;border:1px solid #fff6;border-top:5px solid #1b43ad;border-radius:10px;width:min(100%,430px);padding:38px;position:relative;box-shadow:0 28px 80px #040a1d52}.login-brand{align-items:center;gap:16px;margin-bottom:42px;display:flex}.login-brand img{width:142px;height:auto;display:block}.login-brand>span{letter-spacing:.14em;color:#797270;border-left:1px solid #dedddd;padding-left:15px;font-size:8px}.login-copy>span{letter-spacing:.15em;color:#1b43ad;font-size:9px;font-weight:600}.login-copy h1{letter-spacing:-.035em;margin:9px 0;font:600 28px/1.2 Lexend}.login-copy p{color:#797270;margin:0 0 26px;font-size:12px;font-weight:300;line-height:1.6}.login-form{gap:16px;display:grid}.login-form label>span{color:#797270;margin-bottom:7px;font-size:10px;font-weight:500;display:block}.login-form input{background:#fff;border:1px solid #dedddd;border-radius:6px;outline:none;width:100%;height:46px;padding:0 13px;font-size:13px}.login-form input:focus{border-color:#1b43ad;box-shadow:0 0 0 3px #e1e7f7}.login-form button{color:#fff;cursor:pointer;background:#1b43ad;border:0;border-radius:6px;height:46px;margin-top:4px;font-size:12px;font-weight:600}.login-form button:hover{background:#12358f}.login-form button:disabled{opacity:.65;cursor:wait}.login-error{color:#0d090a;background:#f1f1f1;border-left:3px solid #1b43ad;border-radius:6px;padding:10px 12px;font-size:11px}.login-card footer{color:#797270;padding:28px 0 0}.history-lock{color:#1b43ad;background:#edf1fb;border-radius:4px;padding:6px 9px;font-size:9px;font-weight:500}.comparison-filters{grid-template-columns:1fr 1fr 1.7fr}.comparison-kpis .variance{font-size:inherit}.comparison-main{margin-bottom:18px}.comparison-legend{gap:14px;display:flex}.comparison-legend span{color:#797270;align-items:center;gap:6px;font-size:9px;display:flex}.comparison-legend i{border-radius:2px;width:9px;height:9px;display:inline-block}.comparison-legend .estimated{background:#a39e9c}.comparison-legend .realized{background:#1b43ad}.comparison-chart{height:270px}.variance{white-space:nowrap;font-weight:600}.variance.over{color:#a13a3a}.variance.under{color:#1b43ad}.variance.neutral{color:#797270}.comparison-details .item-dot{background:#1b43ad}.execution-cell{justify-content:flex-end;align-items:center;gap:8px;display:flex}.execution-cell>div{background:#dedddd;border-radius:4px;width:90px;height:5px;overflow:hidden}.execution-cell>div span{background:#1b43ad;border-radius:4px;height:100%;display:block}.execution-cell small{color:#797270;width:48px}.users-grid{grid-template-columns:minmax(260px,.7fr) minmax(620px,1.7fr);align-items:start;gap:18px;display:grid}.user-create form{gap:14px;margin-top:20px;display:grid}.user-create label>span{color:#797270;margin-bottom:6px;font-size:10px;display:block}.user-create input,.user-create select{background:#fff;border:1px solid #dedddd;border-radius:6px;outline:none;width:100%;height:42px;padding:0 11px;font-size:12px}.user-create input:focus,.user-create select:focus{border-color:#1b43ad;box-shadow:0 0 0 3px #e1e7f7}.user-create button{color:#fff;cursor:pointer;background:#1b43ad;border:0;border-radius:6px;height:42px;font-size:11px;font-weight:600}.user-create button:disabled,.small-action:disabled,.row-actions button:disabled{opacity:.5;cursor:not-allowed}.admin-message{border-radius:6px;margin-bottom:18px;padding:11px 14px;font-size:11px}.admin-message.success{color:#1b43ad;background:#edf1fb;border-left:3px solid #1b43ad}.admin-message.error{color:#8a2e2e;background:#f7eded;border-left:3px solid #a13a3a}.small-action,.row-actions button{color:#1b43ad;cursor:pointer;background:#fff;border:1px solid #dedddd;border-radius:5px;padding:7px 9px;font-size:9px;font-weight:600}.small-action:hover,.row-actions button:hover{background:#edf1fb}.users-list table{min-width:650px}.users-list th:last-child,.users-list td:last-child{text-align:left}.users-list td strong{display:block}.user-email{color:#797270;margin-top:3px;font-size:9px;display:block}.status-tag{align-items:center;gap:5px;font-size:9px;font-weight:600;display:inline-flex}.status-tag:before{content:"";border-radius:50%;width:6px;height:6px}.status-tag.active{color:#1b43ad}.status-tag.active:before{background:#1b43ad}.status-tag.inactive{color:#797270}.status-tag.inactive:before{background:#a39e9c}.row-actions{gap:6px;display:flex}.row-actions button.danger{color:#8a2e2e}.row-actions button.danger:hover{background:#f7eded}.managerial-filters{grid-template-columns:minmax(220px,.7fr) minmax(300px,1.3fr)}.executive-panel{border-top:3px solid #1b43ad;margin-bottom:18px}.executive-grid{grid-template-columns:1fr 1.2fr;gap:14px;margin-top:18px;display:grid}.advance-card,.budget-composition{background:#fafbfc;border:1px solid #dedddd;border-radius:8px;padding:20px}.advance-card{align-items:center;gap:22px;display:flex}.advance-card>div:last-child>span,.budget-composition>span{letter-spacing:.08em;color:#797270;font-size:9px;font-weight:600;display:block}.advance-card>div:last-child>strong{margin:7px 0 3px;font-size:21px;display:block}.advance-card>div:last-child>small{color:#797270;font-size:9px}.progress-ring{--progress:0deg;background:conic-gradient(#1b43ad var(--progress),#dedddd 0);border-radius:50%;flex:0 0 116px;place-items:center;width:116px;height:116px;display:grid;position:relative}.progress-ring:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:13px}.progress-ring>div{text-align:center;position:relative}.progress-ring strong,.progress-ring span{display:block}.progress-ring strong{font-size:20px}.progress-ring span{color:#797270;margin-top:2px;font-size:8px}.composition-track{background:#dedddd;border-radius:20px;height:16px;margin:20px 0 13px;overflow:hidden}.composition-track i{border-radius:inherit;background:#1b43ad;height:100%;display:block}.composition-labels{color:#797270;flex-wrap:wrap;gap:20px;font-size:9px;display:flex}.composition-labels span{align-items:center;gap:5px;display:flex}.composition-labels i{background:#a39e9c;border-radius:50%;width:7px;height:7px}.composition-labels i.done{background:#1b43ad}.composition-percentages{justify-content:space-between;margin-top:24px;display:flex}.composition-percentages strong{font-size:20px}.composition-percentages small{color:#797270;font-size:9px;font-weight:400}.managerial-grid{grid-template-columns:minmax(350px,.72fr) minmax(580px,1.28fr);gap:18px;margin-bottom:18px;display:grid}.ranking-list{gap:13px;margin-top:20px;display:grid}.ranking-row{grid-template-columns:18px minmax(130px,1fr) minmax(100px,1.3fr) 90px;align-items:center;gap:8px;display:grid}.ranking-row>span{color:#1b43ad;font-size:9px;font-weight:700}.ranking-row>strong{white-space:nowrap;text-overflow:ellipsis;font-size:9px;font-weight:500;overflow:hidden}.ranking-row>div{background:#dedddd;border-radius:8px;height:7px;overflow:hidden}.ranking-row>div i{background:#1b43ad;border-radius:8px;height:100%;display:block}.ranking-row>small{text-align:right;color:#4c5464;font-size:9px}.evolution-panel .chart-wrap{margin-top:22px}.managerial-kpis article{padding:16px}.work-filters{grid-template-columns:minmax(220px,.7fr) minmax(300px,1.3fr)}.work-status{border-top:3px solid #1b43ad;margin-bottom:18px}.work-status-grid{grid-template-columns:1fr 1fr 1.15fr;gap:14px;margin-top:18px;display:grid}.work-status-card,.work-composition{background:#fafbfc;border:1px solid #dedddd;border-radius:8px;padding:18px}.work-status-card{align-items:center;gap:18px;display:flex}.work-status-card>div:last-child>span,.work-composition>span{letter-spacing:.08em;color:#797270;font-size:8px;font-weight:600;display:block}.work-status-card>div:last-child>strong{margin:7px 0 3px;font-size:17px;display:block}.work-status-card>div:last-child>small{color:#797270;font-size:8px}.work-ring{--work-progress:0deg;background:conic-gradient(#1b43ad var(--work-progress),#dedddd 0);border-radius:50%;flex:0 0 100px;place-items:center;width:100px;height:100px;display:grid;position:relative}.work-ring:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:11px}.work-ring>div{text-align:center;padding:8px;position:relative}.work-ring strong,.work-ring span{display:block}.work-ring strong{font-size:17px}.work-ring span{color:#797270;margin-top:3px;font-size:7px;line-height:1.25}.work-composition>div{background:#dedddd;border-radius:20px;height:15px;margin:18px 0 12px;overflow:hidden}.work-composition>div i{border-radius:inherit;background:#1b43ad;height:100%;display:block}.work-composition p{color:#797270;flex-wrap:wrap;gap:15px;margin:0;font-size:8px;display:flex}.work-composition p span{align-items:center;gap:5px;display:flex}.work-composition p i{background:#a39e9c;border-radius:50%;width:6px;height:6px}.work-composition p span:first-child i{background:#1b43ad}.work-composition footer{text-align:left;justify-content:space-between;padding:19px 0 0;display:flex}.work-composition footer strong{font-size:17px}.work-composition footer small{color:#797270;font-size:8px;font-weight:400}.work-main-grid{grid-template-columns:minmax(350px,.72fr) minmax(560px,1.28fr);gap:18px;margin-bottom:18px;display:grid}.work-measurement-chart{height:235px}.measurement-totals{gap:8px;padding-top:4px;display:flex;overflow:auto}.measurement-totals>div{border-left:2px solid #1b43ad;min-width:105px;padding:5px 8px}.measurement-totals span,.measurement-totals strong,.measurement-totals small{display:block}.measurement-totals span{color:#797270;font-size:8px}.measurement-totals strong{margin:3px 0;font-size:9px}.measurement-totals small{color:#797270;font-size:7px}.work-insights{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:18px;display:grid}.work-insight ol{gap:10px;margin:15px 0 0;padding:0;list-style:none;display:grid}.work-insight li{border-bottom:1px solid #eef0f3;justify-content:space-between;gap:12px;padding-bottom:9px;display:flex}.work-insight li:last-child{border-bottom:0}.work-insight li strong{white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.work-insight li span{color:#4c5464;white-space:nowrap;font-size:9px}.work-insight>p{color:#797270;margin:15px 0 0;font-size:9px}.work-details table{min-width:1100px}.work-details th:not(:first-child),.work-details td:not(:first-child){text-align:right}.work-details th:last-child,.work-details td:last-child{text-align:left}.group-code{color:#1b43ad;min-width:24px;font-size:8px;display:inline-flex}.negative-value{color:#a13a3a!important}.work-status-tag{white-space:nowrap;border-radius:12px;padding:5px 7px;font-size:8px;display:inline-block}.work-status-tag.active{color:#1b43ad;background:#edf1fb}.work-status-tag.complete{color:#26633e;background:#e9f3ed}.work-status-tag.danger{color:#a13a3a;background:#f7eded}.work-status-tag.muted{color:#797270;background:#efeeee}.general-text-kpi{white-space:normal!important;font-size:15px!important}.general-executive{border-top:3px solid #1b43ad;margin-bottom:18px}.general-executive-grid{grid-template-columns:1fr 1.1fr .9fr;gap:14px;margin-top:18px;display:grid}.general-progress-card,.general-composition,.general-insight{background:#fafbfc;border:1px solid #dedddd;border-radius:8px;padding:19px}.general-progress-card{align-items:center;gap:20px;display:flex}.general-progress-card>div:last-child>span,.general-composition>span,.general-insight>span{letter-spacing:.09em;color:#797270;font-size:8px;font-weight:600;display:block}.general-progress-card>div:last-child>strong{margin:7px 0 3px;font-size:20px;display:block}.general-progress-card>div:last-child>small{color:#797270;font-size:8px}.general-ring{--general-progress:0deg;background:conic-gradient(#1b43ad var(--general-progress),#dedddd 0);border-radius:50%;flex:0 0 108px;place-items:center;width:108px;height:108px;display:grid;position:relative}.general-ring:before{content:"";background:#fff;border-radius:50%;position:absolute;inset:12px}.general-ring>div{text-align:center;position:relative}.general-ring strong,.general-ring span{display:block}.general-ring strong{font-size:18px}.general-ring span{color:#797270;margin-top:3px;font-size:7px}.allocation-track{background:#dedddd;border-radius:20px;height:15px;margin:18px 0 14px;display:flex;overflow:hidden}.allocation-track i{height:100%;display:block}.allocation-row{grid-template-columns:1fr auto 42px;align-items:center;gap:8px;padding:5px 0;font-size:8px;display:grid}.allocation-row>span{color:#797270;align-items:center;gap:6px;display:flex}.allocation-row>span i{border-radius:2px;width:7px;height:7px}.allocation-row strong{font-size:9px}.allocation-row small{text-align:right;color:#797270}.general-insight strong{color:#1b43ad;margin:15px 0 8px;font-size:16px;display:block}.general-insight p{color:#797270;margin:0;font-size:9px;line-height:1.65}.general-fronts{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.general-front-card{background:#fff;border:1px solid #dedddd;border-radius:10px;padding:19px}.front-heading{grid-template-columns:8px 1fr auto;align-items:center;gap:10px;display:grid}.front-heading>span{border-radius:3px;width:8px;height:38px}.front-heading strong,.front-heading small{display:block}.front-heading strong{font-size:13px}.front-heading small{color:#797270;margin-top:3px;font-size:8px}.front-heading b{font-size:18px}.front-track{background:#dedddd;border-radius:10px;height:8px;margin:17px 0;overflow:hidden}.front-track i{border-radius:inherit;height:100%;display:block}.front-values{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.front-values span,.front-values strong{display:block}.front-values span{color:#797270;font-size:8px}.front-values strong{margin-top:4px;font-size:11px}.general-analysis-grid{grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;display:grid}.general-bars{gap:25px;margin-top:24px;display:grid}.general-bar-row{grid-template-columns:120px 1fr;align-items:start;gap:14px;display:grid}.general-bar-row>strong{padding-top:5px;font-size:9px}.dual-bars{gap:7px;display:grid}.dual-bars>div{background:#eef0f3;border-radius:3px;height:13px;position:relative}.dual-bars i{border-radius:3px;min-width:2px;height:100%;display:block}.dual-bars i.budget{background:#a39e9c}.dual-bars i.actual{background:#1b43ad}.dual-bars span{color:#fff;font-size:7px;font-weight:600;position:absolute;top:1px;left:7px}.general-rank-row{grid-template-columns:18px minmax(120px,1fr) minmax(80px,1fr) 86px;align-items:center;gap:8px;display:grid}.general-rank-row>span{color:#1b43ad;font-size:8px;font-weight:700}.general-rank-row>div:nth-child(2){min-width:0}.general-rank-row strong,.general-rank-row small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.general-rank-row strong{font-size:8px}.general-rank-row small{color:#797270;margin-top:2px;font-size:7px}.general-rank-row>div:nth-child(3){background:#dedddd;border-radius:5px;height:6px;overflow:hidden}.general-rank-row>div:nth-child(3) i{background:#1b43ad;height:100%;display:block}.general-rank-row>b{text-align:right;font-size:8px}.general-summary table{min-width:780px}.general-summary th:not(:first-child),.general-summary td:not(:first-child){text-align:right}.general-summary th:nth-child(2),.general-summary td:nth-child(2){text-align:left}.general-total-row td{background:#fafbfc;border-top:2px solid #dedddd;font-weight:700}@media (max-width:1050px){.kpis{grid-template-columns:repeat(2,1fr)}.charts-grid{grid-template-columns:1fr}.composition .donut-layout{justify-content:center}.filters{grid-template-columns:repeat(2,1fr)}.users-grid{grid-template-columns:1fr}}@media (max-width:1150px){.managerial-grid,.executive-grid,.work-main-grid{grid-template-columns:1fr}.work-status-grid{grid-template-columns:1fr 1fr}.work-composition{grid-column:1/-1}.general-executive-grid{grid-template-columns:1fr 1fr}.general-insight{grid-column:1/-1}.general-analysis-grid{grid-template-columns:1fr}}@media (max-width:900px){.work-insights,.work-status-grid{grid-template-columns:1fr}.work-composition{grid-column:auto}}@media (max-width:800px){.general-fronts,.general-executive-grid{grid-template-columns:1fr}.general-insight{grid-column:auto}}@media (max-width:1250px){.export-button span{display:none}.export-button{justify-content:center;width:34px;padding:0}}@media (max-width:1180px){.brand>span{display:none}.header-left{gap:18px}.main-nav>a,.nav-dropdown>button{padding:0 9px}.source-pill{display:none}}@media (max-width:680px){.topbar{align-items:flex-start;height:auto;min-height:72px;padding:0 15px}.header-left{height:auto;padding-top:17px;display:block}.brand img{width:104px}.main-nav{max-width:calc(100vw - 90px);height:38px;margin-top:8px}.main-nav>a,.nav-dropdown>button{padding:0 8px;font-size:9px}.main-nav>a:first-child{padding-left:0}.main-nav>a.active:after{left:0;right:8px}.nav-submenu{width:190px;position:fixed;top:67px;left:15px}.header-actions{padding-top:18px}.source-pill,.user-chip,.sheet-link{display:none}.shell{padding:27px 14px 18px}.hero{display:block}.hero-period{text-align:left;margin-top:18px}.hero h1{font-size:29px}.filters,.kpis{grid-template-columns:1fr}.charts-grid{gap:14px}.panel{padding:17px}.panel-heading{display:block}.mini-legend,.comparison-legend{justify-content:start;max-width:none;margin-top:12px}.donut-layout{align-items:flex-start;gap:12px}.donut{flex-basis:130px;width:130px}.table-wrap{margin-left:-17px;margin-right:-17px}.details th,.details td{padding-left:17px;padding-right:17px}.login-card{padding:27px 22px}.login-brand{margin-bottom:34px}.advance-card{gap:14px;padding:14px}.progress-ring{flex-basis:92px;width:92px;height:92px}.progress-ring:before{inset:10px}.progress-ring strong{font-size:16px}.budget-composition{padding:16px}.composition-percentages strong{font-size:16px}.ranking-row{grid-template-columns:15px minmax(105px,1fr) minmax(65px,1fr) 70px}.ranking-row>small{font-size:8px}.work-status-card{gap:13px;padding:13px}.work-ring{flex-basis:84px;width:84px;height:84px}.work-ring:before{inset:9px}.work-ring strong{font-size:14px}.work-composition{padding:14px}.general-progress-card{gap:14px;padding:14px}.general-ring{flex-basis:88px;width:88px;height:88px}.general-ring:before{inset:9px}.front-values strong{font-size:9px}.general-bar-row{grid-template-columns:90px 1fr}.general-rank-row{grid-template-columns:15px minmax(100px,1fr) 55px 67px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important}}@page{size:A4 landscape;margin:8mm}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}html,body{background:#fff!important}body{font-size:9pt}.topbar{display:none!important}.shell{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}.hero{margin-bottom:12px!important}.hero h1{font-size:25px!important}.hero p{font-size:10px!important}.filter-card,.panel,.kpis article,.general-front-card{box-shadow:none!important}.filter-card{margin-bottom:12px!important;padding:12px 15px 14px!important}.filter-title{margin-bottom:10px!important}.filter-title button{display:none!important}.filters select,.search{height:32px!important}.kpis{gap:9px!important;margin-bottom:12px!important}.kpis article{padding:12px!important}.kpis strong{font-size:15px!important}.kpi-icon{width:34px!important;height:34px!important}.panel{padding:14px!important}.charts-grid,.managerial-grid,.work-main-grid,.general-analysis-grid,.general-fronts,.work-insights{gap:10px!important;margin-bottom:12px!important}.executive-panel,.work-status,.general-executive{margin-bottom:12px!important}.executive-grid,.work-status-grid,.general-executive-grid{gap:9px!important;margin-top:11px!important}.chart{max-height:205px!important}.details .table-wrap{overflow:visible!important}.details table{font-size:7px!important}.details th,.details td{padding:6px 8px!important}.panel,.filter-card,.kpis article,.general-front-card,.work-insight{break-inside:avoid-page}.details{break-inside:auto}.details tr{break-inside:avoid}footer{padding:10px 0 0!important}}
