:root{--green:#12643a;--green2:#e6f3eb;--red:#b4232a;--ink:#17231c;--muted:#68746d;--line:#e4e9e6;--bg:#f5f7f5}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px Arial,sans-serif}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}aside{background:#fff;border-right:1px solid var(--line);padding:24px 16px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:12px;font-size:17px;font-weight:800;padding:0 8px 25px}.brand>span{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:var(--green);color:#fff;font-size:24px}.brand small,.profile small{display:block;color:var(--muted);font-weight:400;font-size:11px;margin-top:3px}nav{flex-direction:column;gap:4px}nav,nav a{display:flex}nav a{align-items:center;gap:12px;text-decoration:none;color:#46534b;padding:11px 12px;border-radius:8px;font-weight:600}nav a svg{flex-shrink:0;opacity:.85}nav a.active,nav a:hover{color:var(--green);background:var(--green2)}nav a.active svg{opacity:1}.sidebar-actions{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);gap:6px}.sidebar-actions a{background:#fff;border:1px solid var(--line);font-size:12.5px;padding:9px 10px;transition:border-color .15s,box-shadow .15s,color .15s}.sidebar-actions a:hover{border-color:var(--green);box-shadow:0 4px 12px rgba(18,100,58,.1);background:#fff}.sidebar-actions a.active{color:var(--green);background:var(--green2);border-color:var(--green2)}.sidebar-action-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:var(--green2);color:var(--green);flex-shrink:0}.sidebar-actions a.active .sidebar-action-icon{background:#fff}.profile{margin-top:auto;border-top:1px solid var(--line);padding:18px 6px 0;display:flex;align-items:center;gap:10px;font-weight:700}.profile>div{background:var(--green2);color:var(--green);border-radius:50%;padding:10px;flex-shrink:0}.profile .logout{margin-left:auto;background:none;border:0;padding:8px;border-radius:8px;color:var(--muted);cursor:pointer;display:grid;place-items:center}.profile .logout:hover{background:var(--green2);color:var(--red)}.menu-toggle{display:none;margin-left:auto;background:none;border:0;padding:8px;border-radius:8px;color:var(--muted);cursor:pointer}.sidebar-backdrop{display:none}.sidebar-panel{display:flex;flex-direction:column;flex:1 1;min-height:0}.sidebar-panel-head{display:none}.menu-close{background:none;border:0;padding:8px;border-radius:8px;color:var(--muted);cursor:pointer;display:inline-flex}main{padding:34px;max-width:1500px;width:100%;margin:auto}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}header p{font-size:11px;color:var(--green);font-weight:800;letter-spacing:1.5px;margin:0 0 7px}h1{font-size:27px;margin:0 0 6px}.panel p,header span{color:var(--muted)}button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 14px;font-weight:700;color:var(--green)}button.primary{border:0;background:var(--green);color:white;padding:13px 18px}.badge{display:inline-flex;align-items:center;font-size:11px;font-weight:800;padding:6px 10px;border-radius:20px;width:max-content;white-space:nowrap}.badge.tone-amber{color:#8a5a00;background:#fff2d6}.badge.tone-blue{color:#1a5a9c;background:#e5f1fb}.badge.tone-green{color:var(--green);background:var(--green2)}.badge.tone-red{color:#a32727;background:#fdeaea}.badge.tone-teal{color:#0f6e63;background:#e2f5f2}.badge.tone-neutral{color:var(--muted);background:#eef1ee}.metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:18px}.metrics article,.panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.metric-head{display:flex;justify-content:space-between;color:var(--muted)}.metric-head b{color:var(--green)}.metrics strong{display:block;font-size:29px;margin:16px 0 6px}.metrics small{color:var(--muted)}.grid{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:18px;gap:18px;margin-bottom:18px}.panel-title{display:flex;justify-content:space-between;align-items:flex-start}.panel h2{font-size:17px;margin:0}.panel p{margin:5px 0 0;font-size:12px}.balance-row{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0 18px}.balance-row span{color:var(--muted);font-size:12px}.balance-row strong{display:block;margin-top:7px;font-size:18px}.green{color:var(--green)}.bar{height:9px;background:#e8ece9;overflow:hidden}.bar,.bar i{border-radius:8px}.bar i{display:block;width:70.3%;height:100%;background:var(--green)}.bar-label{display:flex;justify-content:space-between}.bar-label b{font-size:10px;color:var(--green);background:var(--green2);padding:4px 8px;border-radius:8px}.alerts ul{list-style:none;padding:8px 0 0;margin:0}.alerts li{padding:13px 0;border-bottom:1px solid var(--line);color:var(--muted)}.alerts li:last-child{border:0}.alerts li span{float:right;color:var(--red);font-size:11px}.chart-track{height:20px;border-radius:10px;background:#e8ece9;overflow:hidden}.chart-fill{display:block;height:100%;border-radius:10px 4px 4px 10px;transition:width .25s ease}.period-control{position:relative}.period-trigger{font-size:12px;padding:8px 12px}.period-popover{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 28px rgba(20,30,20,.12);padding:12px;display:flex;gap:10px;z-index:20;white-space:nowrap}.period-popover label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--muted);font-weight:700}.period-popover select{border:1px solid var(--line);border-radius:6px;padding:6px 8px;font:inherit;color:var(--ink)}.store-bars{display:flex;flex-direction:column;gap:14px;margin-top:16px}.store-bar-item{border-bottom:1px solid var(--line);padding-bottom:12px}.store-bar-item:last-child{border:0;padding-bottom:0}.store-bar-row{display:grid;grid-template-columns:64px 1fr 48px auto;grid-gap:10px;gap:10px;align-items:center}.store-bar-label{font-size:12px;font-weight:700;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-bar-track-wrap{cursor:default}.store-bar-value{font-size:12px;font-weight:700;color:var(--muted);text-align:right}.store-bar-toggle{border:1px solid var(--line);background:#fff;border-radius:7px;padding:6px 10px;font-size:11px;font-weight:700;color:var(--green);white-space:nowrap;cursor:pointer}.store-bar-toggle:hover{border-color:var(--green);background:var(--green2)}.dept-breakdown{margin:10px 0 0 10px;padding:10px 0 0 14px;border-left:2px solid var(--green2);display:flex;flex-direction:column;gap:10px}.dept-bar-row{display:grid;grid-template-columns:150px 1fr 48px auto;grid-gap:10px;gap:10px;align-items:center}.chart-tooltip{position:fixed;background:var(--ink);color:#fff;padding:10px 12px;border-radius:8px;font-size:12px;pointer-events:none;z-index:50;box-shadow:0 10px 24px rgba(0,0,0,.25);min-width:160px}.chart-tooltip b{display:block;margin-bottom:6px;font-size:11px;opacity:.85}.chart-tooltip div{display:flex;justify-content:space-between;gap:14px;padding:2px 0}.chart-tooltip span{opacity:.75}.table{margin-top:16px;overflow:auto}.tr{display:grid;grid-template-columns:1.4fr 1fr 1.2fr .8fr 1fr;min-width:760px;padding:14px 8px;border-top:1px solid var(--line);align-items:center}.tr.head{color:var(--muted);font-size:11px;background:#fafbfa;border:0}.tr em{font-style:normal;color:#8c5b00;background:#fff4d6;padding:6px 8px;border-radius:12px;width:max-content}.tr em.ok{color:var(--green);background:var(--green2)}@media(max-width:950px){.shell{grid-template-columns:78px 1fr}aside{padding:22px 10px}.brand div,.profile span,nav span{display:none}.brand{padding-left:9px}.metrics{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}}@media(max-width:650px){main{padding:22px 14px}header{align-items:flex-end}header span{display:none}.shell{grid-template-columns:1fr}aside{position:-webkit-sticky;position:sticky;top:0;height:auto;flex-direction:row;align-items:center;border-right:0;border-bottom:1px solid var(--line);padding:calc(10px + env(safe-area-inset-top)) 14px 10px;z-index:20}.brand{padding:0}.brand div{display:block}.menu-toggle{display:inline-flex}.sidebar-backdrop{display:block;position:fixed;inset:0;background:rgba(16,34,24,.45);z-index:25}.sidebar-panel{position:fixed;top:0;left:0;flex:none;height:100vh;width:min(300px,84vw);background:#fff;transform:translateX(-100%);transition:transform .25s ease;z-index:30;padding:calc(20px + env(safe-area-inset-top)) 16px 20px;overflow-y:auto;box-shadow:2px 0 24px rgba(0,0,0,.18)}.sidebar-panel.open{transform:translateX(0)}.sidebar-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.sidebar-panel .profile span,.sidebar-panel nav span{display:inline}.metrics{grid-template-columns:1fr 1fr;gap:10px}.metrics article{padding:15px}.balance-row,.grid{grid-template-columns:1fr}.balance-row{gap:14px}.recent{padding:15px}h1{font-size:22px}.dept-bar-row,.store-bar-row{grid-template-columns:1fr;gap:6px}.store-bar-value{text-align:left}.period-popover{left:0;right:auto;flex-direction:column}}.login-page{padding:0;max-width:none;min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.login-brand{background:linear-gradient(145deg,#0d4b2c,#147c46);color:#fff;padding:10vw;display:flex;flex-direction:column;justify-content:center}.brand-mark{width:64px;height:64px;background:#fff;color:var(--green);display:grid;place-items:center;border-radius:15px;font-size:38px;font-weight:900}.login-brand p{letter-spacing:2px;font-size:11px;margin-top:25px}.login-brand h1{font-size:42px;max-width:540px}.login-brand span{max-width:500px;color:#d9eee2;font-size:16px}.login-card{display:grid;place-items:center;padding:40px;background:#fff}.login-card form{width:min(390px,100%)}.login-card form>p{color:var(--green);font-weight:800;font-size:11px;letter-spacing:1.5px}.login-card h2{font-size:27px;margin-bottom:28px}.data-form label,.login-card label{display:flex;flex-direction:column;gap:7px;margin-bottom:16px;font-weight:700;color:#3d4a42}.data-form input,.login-card input{border:1px solid #ccd5d0;border-radius:8px;padding:13px;font:inherit;outline:none}.data-form input:focus,.login-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green2)}.login-card button{width:100%;margin:5px 0 18px}.login-card small{display:block;text-align:center;color:var(--muted);line-height:1.5}.form-error,.form-notice{grid-column:1/-1;border-radius:8px;padding:12px;margin-bottom:14px;background:var(--green2);color:var(--green)}.form-error{background:#feecec;color:#8d1c22}.form-page{max-width:1050px}.form-page header a{color:var(--green);font-weight:700}.tabs{display:flex;gap:8px;margin-bottom:18px}.tabs .selected{background:var(--green);color:#fff}.data-form{background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0 18px;gap:0 18px}.data-form select{border:1px solid #ccd5d0;border-radius:8px;padding:13px;font:inherit;outline:none;background:#fff}.data-form select:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green2)}.data-form button{grid-column:1/-1;justify-self:start}.data-form label.span-2{grid-column:1/-1}.store-checklist{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:8px;gap:8px;border:1px solid #ccd5d0;border-radius:8px;padding:12px;font-weight:400}.store-checklist-item{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;font-weight:400;margin:0}.store-checklist-item input{width:auto}.registrations-toolbar{display:flex;gap:12px;margin-bottom:16px}.registrations-toolbar input{flex:1 1;border:1px solid #ccd5d0;border-radius:8px;padding:12px;font:inherit;outline:none}.registrations-toolbar input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green2)}.registrations-toolbar button{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.field-hint{color:var(--muted)}.field-hint,.field-warning{font-weight:400;font-size:12px;line-height:1.5}.field-warning{color:#8d1c22}.field-suggestion{display:inline;background:none;border:0;padding:0;margin:0;color:var(--green);font-weight:700;font-size:inherit;text-decoration:underline;cursor:pointer}.field-warning .field-suggestion{color:#8d1c22}.nested-functions{border:1px solid var(--line);border-radius:10px;padding:16px;margin-bottom:16px;background:#fafcfb}.nested-functions h3{font-size:13px;margin:0 0 4px}.nested-functions .field-hint{margin-bottom:10px}.nested-functions .form-row{margin-bottom:12px}.nested-functions-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.nested-functions-list li{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:8px 10px}.nested-functions-list li span{flex:1 1;font-weight:600;font-size:13px}.nested-functions-list li input{flex:1 1;border:1px solid #ccd5d0;border-radius:6px;padding:6px 8px;font:inherit}.nested-functions-list li button{white-space:nowrap}.nested-functions-list li.empty-hint{color:var(--muted);font-weight:400;background:transparent;border-style:dashed}.registrations-list{display:grid;grid-gap:10px;gap:10px}.registration-row{background:#fff;border-left:1px solid var(--line);border:1px solid var(--line);border-left-width:3px;border-radius:12px;padding:14px 16px;display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center}.registration-row.tone-green{border-left-color:var(--green)}.registration-row.tone-red{border-left-color:#a32727}.registration-row.tone-neutral{border-left-color:var(--muted)}.registration-main{cursor:pointer;flex:1 1;min-width:200px}.registration-main b{display:block;font-size:14px}.registration-main small{color:var(--muted);display:block;margin-top:2px}.registration-row button{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;flex:none}.registration-row button.danger{color:#a32727;border-color:#f0c9c9}.registration-modal{position:fixed;inset:0;background:#102218b8;display:grid;place-items:center;padding:20px;z-index:20;overflow:auto}.registration-modal>div{background:#fff;border-radius:14px;padding:26px;width:min(720px,100%);max-height:90vh;overflow:auto}.registration-modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.registration-modal-head h2{font-size:18px;margin:0;text-transform:capitalize}.registration-modal-head button{border:0;background:none;padding:6px;border-radius:8px;color:var(--muted);cursor:pointer}.registration-modal-head button:hover{background:var(--green2);color:var(--green)}.registration-modal .data-form{border:0;padding:0}.permissions-panel{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.permissions-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;flex-wrap:wrap}.permissions-panel-head h2{font-size:17px;margin:0 0 4px}.permissions-panel-head p{margin:0;color:var(--muted);font-size:13px;max-width:520px}.permissions-panel-head label{display:flex;flex-direction:column;gap:6px;font-weight:700;min-width:220px}.permissions-panel-head select{border:1px solid #ccd5d0;border-radius:8px;padding:10px;font:inherit}.permissions-groups{display:flex;flex-direction:column;gap:18px;margin-bottom:20px}.permissions-group h3{font-size:12px;margin:0 0 10px;color:var(--green);font-weight:800;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--line);padding-bottom:6px}.permissions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:8px 16px;gap:8px 16px}.permission-item{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;font-weight:400!important;font-size:13px;color:var(--ink);margin:0!important;cursor:pointer}.permission-item input{width:auto!important}.permission-tag{background:var(--green2);color:var(--green);font-size:10px;font-weight:800;padding:2px 6px;border-radius:8px;text-transform:uppercase;letter-spacing:.3px}.permissions-user-modal{width:min(900px,100%)!important}.permissions-user-hint{color:var(--muted);font-size:13px;margin:0 0 18px}@media(max-width:650px){.login-page{grid-template-columns:1fr}.login-brand{padding:42px 24px}.login-brand h1{font-size:30px}.login-card{padding:40px 24px}.data-form{grid-template-columns:1fr}.form-page header{align-items:flex-start;gap:12px}.permissions-panel-head,.registrations-toolbar{flex-direction:column}.permissions-grid{grid-template-columns:1fr}}.wizard-page{max-width:1000px}.wizard-page header a{color:var(--red);font-weight:700}.steps{display:grid;grid-template-columns:repeat(5,1fr);list-style:none;padding:0;margin:0 0 20px}.steps li{position:relative;display:flex;flex-direction:column;align-items:center;gap:7px;color:var(--muted);font-size:11px}.steps li:after{content:"";position:absolute;top:15px;left:60%;width:80%;height:2px;background:var(--line)}.steps li:last-child:after{display:none}.steps b{z-index:1;display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#fff;border:2px solid var(--line)}.steps .current,.steps .done{color:var(--green);font-weight:700}.steps .current b,.steps .done b{border-color:var(--green);background:var(--green);color:#fff}.steps .done:after{background:var(--green)}.wizard-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;max-width:760px;margin:auto}.wizard-card>p{color:var(--muted)}.wizard-card label{display:flex;flex-direction:column;gap:7px;margin:15px 0;font-weight:700}.wizard-card input,.wizard-card select,.wizard-card textarea{border:1px solid #ccd5d0;border-radius:8px;padding:12px;font:inherit}.wizard-card textarea{min-height:90px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.wizard-card footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:25px;border-top:1px solid var(--line);padding-top:18px}.wizard-card footer .footer-link{color:var(--muted);font-weight:700}.wizard-card footer .footer-actions{display:flex;gap:10px}.balance-warning,.total-box{background:var(--green2);color:var(--green);padding:16px;border-radius:9px;margin-top:18px}.total-box{display:flex;justify-content:space-between;align-items:center}.total-box strong{font-size:22px}.review-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.review-grid span{background:var(--bg);padding:14px;border-radius:8px;color:var(--muted)}.review-grid b{display:block;color:var(--ink);margin-top:6px}.check{flex-direction:row!important;align-items:flex-start}.check input{margin-top:2px}.wizard-card.wide{max-width:920px}.pdf-frame{width:100%;height:70vh;border:1px solid var(--line);border-radius:8px;margin:16px 0;background:#fff}@media(max-width:650px){.steps span{display:none}.wizard-card{padding:20px}.form-row,.review-grid{grid-template-columns:1fr}.wizard-page header{align-items:flex-start}.wizard-page header span{display:block}}.button-link{display:inline-block;text-decoration:none;border:0;background:var(--green);color:#fff;padding:13px 18px;border-radius:8px;font-weight:700}.budgets-page{max-width:1500px}.budgets-page header a{color:var(--green);font-weight:700}.budget-picker{display:flex;gap:20px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 22px;margin-bottom:16px;flex-wrap:wrap}.budget-picker label{display:flex;flex-direction:column;gap:6px;font-weight:700;min-width:220px}.budget-picker input,.budget-picker select{border:1px solid #ccd5d0;border-radius:8px;padding:10px;font:inherit}.budget-month-control{display:flex;flex-direction:column;gap:6px}.budget-month-control-title{font-weight:700;font-size:14px}.budget-month-control .period-trigger{border:1px solid #ccd5d0;border-radius:8px;background:#fff;color:var(--ink);font-weight:700}.budget-month-popover{min-width:260px}.budget-month-popover .budget-month-actions{display:flex;gap:8px;margin-bottom:10px}.budget-month-popover .budget-month-actions button{flex:1 1;border:1px solid var(--line);background:var(--bg);border-radius:6px;padding:6px 8px;font-size:11px;font-weight:700;color:var(--green);cursor:pointer}.budget-month-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px 12px;gap:6px 12px;margin-bottom:10px}.budget-month-item{display:flex!important;flex-direction:row!important;align-items:center;gap:6px;font-size:12.5px;font-weight:400!important;color:var(--ink);cursor:pointer}.budget-month-item input{width:auto!important}.budget-month-only{width:100%;border:0;background:none;color:var(--green);font-weight:700;font-size:11.5px;padding:6px 0 0;border-top:1px solid var(--line);cursor:pointer}.budget-grid-wrap{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px;display:flex;flex-direction:column;gap:26px}.budget-grid-section h2{font-size:14px;margin:0 0 12px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.4px}.budget-grid-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:10px}.budget-grid{width:100%;border-collapse:separate;border-spacing:0}.budget-grid td,.budget-grid th{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:10px 8px;text-align:center;font-size:13px;white-space:nowrap;min-width:128px}.budget-grid td:last-child,.budget-grid th:last-child{border-right:0}.budget-grid th{background:var(--bg);color:var(--muted);top:0;z-index:2}.budget-grid .budget-grid-label,.budget-grid th{font-weight:700;position:-webkit-sticky;position:sticky}.budget-grid .budget-grid-label{text-align:left;min-width:210px;width:210px;background:#fff;left:0;z-index:1;box-shadow:1px 0 0 var(--line)}.budget-grid th.budget-grid-label{background:var(--bg);z-index:3}.budget-grid td.quarter-end,.budget-grid th.quarter-end{border-right:2px solid #ccd5d0}.budget-grid input{width:100%;min-width:110px;border:1px solid #ccd5d0;border-radius:6px;padding:8px 7px;font:inherit;font-size:12.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.budget-grid input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green2);outline:none}.budget-grid-total{font-weight:700;color:var(--green)}.budget-grid-total .budget-grid-label{background:var(--green2)}.budget-remaining{color:var(--green)}.budget-negative,.budget-remaining{font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.budget-negative{color:var(--red);background:#fdeaea}.budget-grid td{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.weekly-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:2px}.weekly-section-header h2{margin:0}.weekly-section-header label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--ink);text-transform:none;letter-spacing:0}.weekly-section-header select{border:1px solid #ccd5d0;border-radius:8px;padding:7px 8px;font:inherit;font-weight:700}.weekly-section-hint{color:var(--muted);font-size:12.5px;margin:0 0 12px}.weekly-column{background:#f6faf8}.weekly-column small{display:block;font-weight:400;color:var(--muted);font-size:10px;margin-top:2px;white-space:nowrap}.budget-computed{display:block;width:100%;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;color:var(--green);padding:8px 7px;background:var(--green2);border-radius:6px;font-size:12.5px}.budget-computed-wrap{display:flex;flex-direction:column;gap:3px;align-items:stretch}.budget-computed-clear{border:0;background:none;color:var(--muted);font-size:10.5px;text-decoration:underline;cursor:pointer;padding:0}.budget-carry,.budget-computed-clear:hover{color:var(--green)}.budget-carry{display:block;margin-top:4px;font-size:10px;font-weight:700;line-height:1.35}@media(max-width:850px){.budget-picker{flex-direction:column}}.approvals-page{max-width:1100px}.approvals-page header a{color:var(--green);font-weight:700}.approval-list{display:grid;grid-gap:12px;gap:12px}.approval-list article,.empty{background:#fff;border-left:1px solid var(--line);border:1px solid var(--line);border-left-width:3px;border-radius:12px;padding:18px;display:grid;grid-template-columns:auto auto 1.4fr auto auto auto;grid-gap:18px;gap:18px;align-items:center;transition:box-shadow .15s,transform .15s}.approval-list article:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(23,35,28,.08)}.approval-list article.tone-amber{border-left-color:#d9a300}.approval-list article.tone-blue{border-left-color:#2f7bc0}.approval-list article.tone-teal{border-left-color:#158377}.approval-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:var(--green2);color:var(--green);flex-shrink:0}.approval-main b{display:block;font-size:14px}.approval-list small,.approval-list span{display:block;color:var(--muted);margin-top:3px;font-size:12px}.approval-list .actions{display:flex;gap:8px;align-items:center}.actions a{color:var(--green);font-weight:700;text-decoration:none}.actions a,.approval-list button{display:inline-flex;align-items:center;gap:6px}.approval-list svg{width:15px;height:15px}.otp-modal{position:fixed;inset:0;background:#102218b8;display:grid;place-items:center;padding:20px;z-index:20}.otp-modal>div{background:#fff;border-radius:14px;padding:28px;width:min(420px,100%);display:flex;flex-direction:column;gap:14px}.otp-modal p{color:var(--green);font-size:11px;font-weight:800}.otp-modal input{text-align:center;font-size:28px;letter-spacing:10px;padding:14px;border:1px solid var(--line);border-radius:9px}.otp-modal input:disabled{opacity:.6}.otp-feedback{margin:0!important;font-size:13px;font-weight:700}.approval-list button.danger{color:#a32727;border-color:#f0c9c9}.approval-list button.danger:hover{background:#fdeaea}.otp-modal button.danger{background:#a32727;border-color:#a32727;color:#fff}.otp-modal button.danger:disabled{opacity:.5}.delete-justification{width:100%;border:1px solid var(--line);border-radius:9px;padding:12px;font:inherit;font-size:14px;resize:vertical}.delete-justification:disabled{opacity:.6}.batch-checkbox{width:18px;height:18px;accent-color:var(--green);flex-shrink:0}.batch-toolbar{display:flex;align-items:center;justify-content:space-between;background:var(--green2);border:1px solid var(--green2);border-radius:12px;padding:14px 18px;margin-bottom:14px;color:var(--green);font-weight:700}.batch-toolbar button{display:inline-flex;align-items:center;gap:6px}.batch-results{background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px;margin-bottom:14px}.batch-results .panel-title{display:flex;justify-content:space-between;align-items:center}.batch-results .panel-title button{border:0;background:none;padding:4px;color:var(--muted)}.batch-results ul{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.batch-results li{display:flex;align-items:center;gap:12px;padding:10px 0;border-top:1px solid var(--line)}.batch-results li span{color:var(--muted);font-size:12px}.batch-results li button{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:12px}.review-card{width:min(480px,100%)}.review-fields{gap:12px;margin:6px 0}.review-fields,.review-fields>div{display:flex;flex-direction:column}.review-fields>div{gap:2px;padding:10px 0;border-bottom:1px solid var(--line)}.review-fields span{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.review-fields b{font-size:15px}.review-fields small{color:var(--muted);font-size:12px}.review-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.review-actions>div{display:flex;gap:8px}.review-actions button{display:inline-flex;align-items:center;gap:6px}@media(max-width:700px){.approval-list article{grid-template-columns:1fr}.approval-list .actions{justify-content:flex-start}.batch-toolbar{flex-direction:column;gap:10px;align-items:flex-start}.review-actions{flex-direction:column;align-items:stretch}.review-actions>div{justify-content:space-between}}.exports-page{max-width:1180px}.exports-page header a{color:var(--green);font-weight:700}.export-summary{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px;margin-bottom:20px}.export-summary article{background:#fff;border:1px solid var(--line);border-radius:11px;padding:16px}.export-summary span{display:block;color:var(--muted);font-size:12px}.export-summary strong{display:block;font-size:22px;margin-top:7px}.export-toolbar{display:flex;justify-content:space-between;align-items:center;margin:18px 0}.export-table{background:#fff;border:1px solid var(--line);border-radius:11px;overflow:auto}.export-row{display:grid;grid-template-columns:40px 1.2fr 1fr 1fr 130px 1.4fr;grid-gap:14px;gap:14px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line);min-width:850px}.export-row.head{font-size:11px;font-weight:800;color:var(--muted);background:#f7faf8}.export-errors{color:#a32727;font-size:12px}.export-valid{color:var(--green);font-size:12px;font-weight:700}.batch-list{display:grid;grid-gap:10px;gap:10px;margin-top:24px}.batch-list article{background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px;display:grid;grid-template-columns:1fr auto auto auto;grid-gap:18px;gap:18px;align-items:center}.batch-list small{display:block;color:var(--muted);margin-top:4px}.batch-list button{color:var(--green);font-weight:700}@media(max-width:800px){.export-summary{grid-template-columns:repeat(2,1fr)}.export-toolbar{align-items:flex-start;gap:12px;flex-direction:column}.batch-list article{grid-template-columns:1fr auto}.batch-list article strong{display:none}}.contracts-page{max-width:1180px}.contracts-page header a{color:var(--green);font-weight:700}.contract-filters{display:grid;grid-template-columns:1fr 260px auto;grid-gap:10px;gap:10px;margin-bottom:18px}.contract-filters input,.contract-filters select{background:#fff;border:1px solid var(--line);border-radius:9px;padding:12px}.contract-list{display:grid;grid-gap:12px;gap:12px}.contract-card{display:grid;grid-template-columns:auto 1.3fr 1fr 1.2fr auto auto auto;grid-gap:18px;gap:18px;align-items:center;background:#fff;border-left:1px solid var(--line);border:1px solid var(--line);border-left-width:3px;border-radius:12px;padding:16px 18px;min-width:0;text-decoration:none;color:inherit;transition:box-shadow .15s,transform .15s,border-color .15s}.contract-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(23,35,28,.08)}.contract-card.tone-amber{border-left-color:#d9a300}.contract-card.tone-blue{border-left-color:#2f7bc0}.contract-card.tone-green{border-left-color:var(--green)}.contract-card.tone-red{border-left-color:#c23c3c}.contract-card.tone-teal{border-left-color:#158377}.contract-card-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:var(--green2);color:var(--green);flex-shrink:0}.contract-card-main b{display:block;font-size:14px}.contract-card-col small,.contract-card-main small{display:block;color:var(--muted);margin-top:3px;font-size:11px}.contract-card-col span{font-size:13px}.contract-card strong{font-size:14px}.contract-card-open{display:flex;align-items:center;gap:5px;color:var(--green);font-weight:700;font-size:13px}.contract-card-open svg{width:15px;height:15px}.pagination{display:flex;justify-content:flex-end;gap:10px;align-items:center;margin-top:16px}.contract-detail{max-width:1050px}.detail-grid{display:grid;grid-template-columns:1.4fr 1fr;grid-gap:18px;gap:18px}.detail-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:20px;margin-bottom:16px}.detail-card h2{font-size:17px;margin:0 0 16px}.detail-fields{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px}.detail-fields span{display:block;color:var(--muted);font-size:11px;margin-bottom:5px}.document-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px;align-items:center}.document-actions button.danger{color:#a32727;border-color:#f0c9c9}.document-actions button.danger:hover{background:#fdeaea}.document-actions button.danger:disabled{opacity:.5}.document-actions .print-restricted{color:#a32727;font-size:12.5px;max-width:260px;line-height:1.4}.timeline{list-style:none;margin:0;padding:0}.timeline li{position:relative;padding:0 0 20px 24px;border-left:2px solid #d9e7de}.timeline li:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--green);left:-6px;top:3px}.timeline li:last-child{border-left-color:transparent}.signature-list small,.timeline small{display:block;color:var(--muted);margin-top:5px}.signature-list{display:grid;grid-gap:12px;gap:12px}.signature-list div{padding:12px;background:#f7faf8;border-radius:8px}.hash{font:10px monospace;overflow-wrap:anywhere}@media(max-width:760px){.contract-filters{grid-template-columns:1fr}.contract-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.detail-fields,.detail-grid{grid-template-columns:1fr}}.audit-page{max-width:1250px}.audit-page header a{color:var(--green);font-weight:700}.audit-filters{display:grid;grid-template-columns:1fr 220px 150px 150px auto;grid-gap:10px;gap:10px;margin-bottom:18px}.audit-filters input,.audit-filters select{background:#fff;border:1px solid var(--line);border-radius:9px;padding:12px}.audit-list{display:grid;grid-gap:12px;gap:12px}.audit-entry{background:#fff;border:1px solid var(--line);border-radius:11px;padding:17px;display:grid;grid-template-columns:180px 1fr 190px;grid-gap:18px;gap:18px}.audit-entry small,.audit-entry time{display:block;color:var(--muted);font-size:11px;margin-top:5px}.audit-entry h2{font-size:15px;margin:0 0 7px}.audit-entry p{margin:5px 0;color:var(--muted)}.audit-transition{color:var(--green);font-weight:800}.audit-device{font:10px monospace;overflow-wrap:anywhere}.audit-empty{background:#fff;border:1px solid var(--line);border-radius:11px;padding:30px;text-align:center;color:var(--muted)}@media(max-width:850px){.audit-filters{grid-template-columns:1fr 1fr}.audit-entry{grid-template-columns:1fr}}@media(max-width:560px){.audit-filters{grid-template-columns:1fr}}:root{--brand-red:#d71920;--brand-red-dark:#a91e22;--brand-green:#4f8a2e;--brand-green-dark:#2f6928;--green:var(--brand-green-dark);--green2:#edf6e8;--red:var(--brand-red);--ink:#20251f;--muted:#6f776d;--line:#e3e8df;--bg:#f6f7f3;--shadow:0 12px 32px rgba(43,69,34,.08)}body{background:linear-gradient(135deg,#f8faf5,#f3f5f0 48%,#f9f7f5);font-family:Inter,Segoe UI,Arial,sans-serif}aside{border-right:1px solid #dfe6da;box-shadow:7px 0 28px rgba(49,82,38,.05)}.brand{min-height:76px;padding:0 8px 22px;justify-content:flex-start}.brand:before{content:"";display:block;width:188px;height:72px;background:url(/logo-pontual.png) 50%/contain no-repeat}.brand>div,.brand>span{display:none}nav a{border-left:3px solid transparent;transition:background .18s,color .18s,border-color .18s,transform .18s}nav a.active,nav a:hover{border-left-color:var(--brand-red);background:linear-gradient(90deg,#edf6e8,#f7fbf5);color:var(--brand-green-dark);transform:translateX(2px)}.profile>div{background:linear-gradient(135deg,var(--brand-red),var(--brand-red-dark));color:#fff;box-shadow:0 6px 16px rgba(215,25,32,.2)}header p{color:var(--brand-red)}header h1{letter-spacing:-.5px}.primary.button-link,button.primary{background:linear-gradient(135deg,var(--brand-green),var(--brand-green-dark));box-shadow:0 7px 18px rgba(47,105,40,.18);transition:transform .18s,box-shadow .18s}.primary.button-link:hover,button.primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(47,105,40,.24)}.approval-list article,.audit-entry,.budget-form,.budget-list,.contract-card,.detail-card,.metrics article,.panel,.report-detail,.report-metrics article,.store-summary,.wizard-card{box-shadow:var(--shadow)}.metrics article{position:relative;overflow:hidden;border-top:3px solid var(--brand-green)}.metrics article:nth-child(2n){border-top-color:var(--brand-red)}.metric-head b{color:var(--brand-red)}.bar i{background:linear-gradient(90deg,var(--brand-green),#72a946)}.login-page{grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);background:linear-gradient(125deg,rgba(35,91,35,.96),rgba(68,126,42,.92)),url(/logo-pontual.png) 50%/cover fixed;overflow:hidden}.login-brand{position:relative;padding:clamp(42px,7vw,110px);min-width:0}.login-brand:before{content:"";display:block;width:min(430px,80vw);height:180px;background:#fff url(/logo-pontual.png) 50%/90% auto no-repeat;border-radius:22px;box-shadow:0 24px 60px rgba(0,0,0,.22);margin-bottom:30px}.login-brand .brand-mark,.login-brand>p{display:none}.login-brand h1{color:#fff;font-size:34px;max-width:520px}.login-brand>span{color:rgba(255,255,255,.84);font-size:16px}.login-card{border-top:5px solid var(--brand-red);box-shadow:0 28px 70px rgba(20,45,20,.25);min-width:0}.login-card form>p{color:var(--brand-red)}input:focus,select:focus,textarea:focus{outline:3px solid rgba(79,138,46,.14);border-color:var(--brand-green)!important}a{accent-color:var(--brand-red)}@media(max-width:950px){.brand:before{width:52px;height:58px;background-size:145px;background-position:0}.brand{padding-left:2px}.brand>div{display:none!important}}@media(max-width:650px){aside{background:#fff}.brand{min-height:auto;padding:0}.brand:before{width:124px;height:48px;background-size:contain}.login-page{display:block;padding:24px 14px}.login-brand{padding:12px 6px 25px}.login-brand:before{height:118px;margin:0 auto 22px}.login-brand h1{font-size:25px}.login-card{margin:auto}.metrics article{box-shadow:0 7px 20px rgba(43,69,34,.07)}}.legal-page{max-width:1150px}.legal-page header a{color:var(--green);font-weight:700}.risk-summary{background:#fff4e8;border:1px solid #f2d1a8;border-left:5px solid var(--brand-red);border-radius:11px;padding:17px;margin-bottom:18px}.risk-list{display:grid;grid-gap:14px;gap:14px}.risk-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:19px;box-shadow:var(--shadow)}.risk-card>header{margin:0 0 15px}.risk-card>header div:last-child{text-align:right}.risk-score{display:inline-grid;place-items:center;background:#fff0f0;color:var(--brand-red-dark);border-radius:50%;width:42px;height:42px;font-weight:900}.risk-alerts{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.risk-alerts div{padding:13px;border-radius:9px;background:#fff7e8;border-left:4px solid #d28a16}.risk-alerts div.critical{background:#fff0f0;border-left-color:var(--brand-red)}.risk-alerts span{display:block;color:var(--muted);font-size:12px;margin-top:5px}.risk-contracts{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.risk-contracts a{color:var(--green);background:var(--green2);padding:7px 10px;border-radius:8px;font-weight:700;text-decoration:none}@media(max-width:700px){.risk-alerts{grid-template-columns:1fr}.risk-card>header{align-items:flex-start}}.prints-page{max-width:1100px}.prints-page header a{color:var(--green);font-weight:700}.print-list{display:flex;flex-direction:column;gap:12px}.print-item article{background:#fff;border-left:1px solid var(--line);border:1px solid var(--line);border-left-width:3px;border-radius:12px;padding:18px;display:grid;grid-template-columns:auto 1.4fr auto auto auto;grid-gap:18px;gap:18px;align-items:center;transition:box-shadow .15s,transform .15s}.print-item article:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(23,35,28,.08)}.print-item article.tone-amber{border-left-color:#d9a300}.print-item article.tone-green{border-left-color:var(--green)}.print-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:var(--green2);color:var(--green);flex-shrink:0}.print-main b{display:block;font-size:14px}.print-main small,.print-main span,.print-meta small{display:block;color:var(--muted);margin-top:3px;font-size:12px}.print-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.print-meta strong{font-size:15px}.print-list .actions{display:flex;gap:8px;align-items:center}.print-restricted{color:#a32727;font-size:12.5px;max-width:220px;line-height:1.4}.print-list button{display:inline-flex;align-items:center;gap:6px}.print-list svg{width:15px;height:15px}.print-history{background:#fafbfa;border:1px solid var(--line);border-top:0;border-radius:0 0 12px 12px;margin-top:-12px;padding:14px 18px 16px 76px}.print-history ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.print-history li{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:6px 0;border-bottom:1px solid var(--line)}.print-history li:last-child{border:0}.print-history li span{color:var(--muted)}@media(max-width:800px){.print-item article{grid-template-columns:1fr}.print-meta{align-items:flex-start}.print-list .actions{flex-wrap:wrap}.print-history{padding-left:18px}}.dashboard-page{max-width:1500px}.dashboard-filters{position:-webkit-sticky;position:sticky;top:0;z-index:15;background:var(--bg);padding:8px 0 18px;display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;justify-content:space-between}.dashboard-filters>div:first-child p{font-size:11px;color:var(--green);font-weight:800;letter-spacing:1.5px;margin:0 0 7px}.dashboard-filters h1{margin:0;font-size:27px}.dashboard-filter-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.dashboard-filter-controls>button{white-space:nowrap}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:14px;gap:14px;margin-bottom:20px}.kpi-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:6px}.kpi-card>span{color:var(--muted);font-size:12px;font-weight:700}.kpi-card>strong{font-size:23px}.kpi-card>small{color:var(--muted);font-size:12px}.kpi-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:2px}.kpi-icon svg{width:19px;height:19px}.kpi-icon.tone-green{background:var(--green2);color:var(--green)}.kpi-icon.tone-blue{background:#e5f1fb;color:#1a5a9c}.kpi-icon.tone-amber{background:#fff2d6;color:#8a5a00}.kpi-icon.tone-red{background:#fdeaea;color:#a32727}.kpi-icon.tone-teal{background:#e2f5f2;color:#0f6e63}.kpi-icon.tone-neutral{background:#eef1ee;color:var(--muted)}.kpi-trend{font-size:12px;font-weight:800;width:max-content}.kpi-trend.tone-green{color:var(--green)}.kpi-trend.tone-red{color:var(--red)}.kpi-card.skeleton{min-height:92px}.chart-skeleton,.kpi-card.skeleton{background:linear-gradient(90deg,#eef1ee 25%,#e4e9e6 37%,#eef1ee 63%);background-size:400% 100%;animation:dashboard-pulse 1.4s ease infinite}.chart-skeleton{min-height:220px;border-radius:10px}@keyframes dashboard-pulse{0%{background-position:100% 50%}to{background-position:0 50%}}.dashboard-charts{grid-template-columns:1fr 1fr}.dashboard-chart-wide{grid-column:1/-1}.ranking-table{margin-top:14px;overflow:auto}.ranking-row{display:grid;grid-template-columns:1.6fr .6fr .9fr .9fr .9fr .7fr 1fr;grid-gap:10px;gap:10px;padding:12px 8px;border-top:1px solid var(--line);align-items:center}.ranking-row.head{border-top:0}.ranking-row.head,.ranking-row.head button{color:var(--muted);font-size:11px;font-weight:800}.ranking-row.head button{background:none;border:0;padding:0;cursor:pointer;text-align:left}.ranking-row.head button:hover{color:var(--green)}.ranking-row span{font-size:13px}.ranking-carry{color:var(--green);font-size:11px;font-weight:700;white-space:nowrap}.ranking-saldo-neg{color:var(--red,#a32727);font-weight:800}.ranking-store-toggle{background:none;border:0;padding:0;font:inherit;font-weight:700;text-align:left;cursor:pointer;color:var(--ink);display:flex;align-items:center;gap:6px}.ranking-store-toggle:hover{color:var(--green)}.ranking-caret{display:inline-block;transition:transform .15s ease;color:var(--muted);font-size:11px}.ranking-caret.open{transform:rotate(90deg)}.ranking-departments{margin:0 8px 4px;padding:8px 10px;background:var(--bg);border-radius:8px;border:1px solid var(--line)}.ranking-departments.empty{font-size:12px;color:var(--muted)}.ranking-dept-row{display:grid;grid-template-columns:1.8fr 1fr 1fr .7fr;grid-gap:10px;gap:10px;padding:6px 4px;font-size:12px}.ranking-dept-row.head{color:var(--muted);font-weight:800;font-size:11px}.ranking-dept-row:not(.head){border-top:1px solid var(--line)}.date-range-popover{flex-direction:column;min-width:280px}.date-range-shortcuts{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:6px;gap:6px;margin-bottom:12px}.date-range-shortcuts button{font-size:12px;padding:8px 10px}.date-range-custom{display:flex;gap:8px;align-items:flex-end;border-top:1px solid var(--line);padding-top:12px}.date-range-custom label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--muted);font-weight:700}.date-range-custom input{border:1px solid var(--line);border-radius:6px;padding:7px 8px;font:inherit}.period-trigger small{display:block;color:var(--muted);font-weight:400;font-size:10px}.store-filter-control{position:relative}.store-filter-fixed{display:inline-flex;align-items:center;gap:6px;font-weight:700;font-size:13px;color:var(--ink)}.store-filter-popover{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 28px rgba(20,30,20,.12);padding:14px;z-index:20;min-width:240px}.store-filter-modes{display:flex;gap:6px;margin-bottom:10px}.store-filter-modes button{flex:1 1;font-size:12px;padding:8px 6px}.store-filter-modes button.active{background:var(--green);color:#fff;border-color:var(--green)}.store-filter-hint-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.store-filter-hint{display:block;color:var(--muted)}.store-filter-select-all{background:none;border:0;padding:0;color:var(--green);font-weight:700;font-size:12px;cursor:pointer;white-space:nowrap}.store-filter-select-all:hover{text-decoration:underline}.store-filter-list{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow:auto}.store-filter-item{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;font-weight:400!important;font-size:13px;margin:0!important}.store-filter-item input{width:auto!important}@media(max-width:950px){.dashboard-charts{grid-template-columns:1fr}}@media(max-width:650px){.dashboard-filters{position:static;flex-direction:column;align-items:stretch}.kpi-grid{grid-template-columns:repeat(2,1fr)}.ranking-dept-row,.ranking-row{grid-template-columns:1fr}.store-filter-popover{left:0;right:auto}}