:root{--bg:#f1efe9;--surface:#fff;--surface-soft:#f8f7f3;--ink:#0e3b40;--text:#1a1a1a;--muted:#9a9a9b;--line:#e4e1d8;--line-soft:#f1efe9;--teal:#3bc1ca;--teal-dark:#1f8389;--green:#2e9f6e;--red:#d14b4b;--orange:#ff6b4a;--shadow:0 2px 6px #0e3b400f, 0 1px 2px #0e3b400a;--shadow-strong:0 18px 48px #0e3b4029}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Hanken Grotesk,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{color:inherit}.app-shell{background:var(--bg);min-height:100vh}.topbar{z-index:60;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f6f4efe0;align-items:center;gap:18px;min-height:73px;padding:13px 28px;display:flex;position:sticky;top:0}.brand{cursor:pointer;background:0 0;border:0;align-items:center;gap:11px;padding:0;display:flex}.brand img{width:30px;height:30px}.brand span,.pill-button span,.menu-row span,.period-row span{text-align:left;flex-direction:column;line-height:1.15;display:flex}.brand strong{color:var(--ink);font-family:Montserrat,Inter,sans-serif;font-size:16px;font-weight:800}.brand small{color:var(--muted);text-transform:uppercase;letter-spacing:.14em;font-size:9.5px;font-weight:600}.divider{background:var(--line);width:1px;height:30px}.topbar-spacer{flex:1}.switcher{position:relative}.pill-button{background:var(--surface);border:1px solid var(--line);cursor:pointer;border-radius:999px;align-items:center;gap:10px;min-height:40px;padding:7px 13px 7px 8px;display:flex;box-shadow:0 1px 2px #0e3b400d}.pill-button strong{white-space:nowrap;font-size:13.5px;font-weight:750}.pill-button small{color:var(--muted);white-space:nowrap;font-size:10.5px}.period-switcher .pill-button{min-width:276px}.period-switcher .pill-button span{min-width:0}.period-switcher .pill-button strong,.period-switcher .pill-button small{text-overflow:ellipsis;overflow:hidden}.avatar,.brand-mark,.title-avatar{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-family:Montserrat,Inter,sans-serif;font-weight:800;display:inline-flex}.avatar.rounded{border-radius:10px;width:34px;height:34px}.popover{z-index:80;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-strong);border-radius:18px;padding:8px;animation:.18s cubic-bezier(.16,1,.3,1) fadeUp;position:absolute;top:52px}.client-menu{width:330px;left:0}.period-menu{width:min(920px,100vw - 32px);padding:0;right:0;overflow:hidden}.period-menu-custom{width:min(920px,100vw - 32px)}.period-layout{grid-template-columns:272px minmax(0,1fr);display:grid}.period-menu:not(.period-menu-custom) .period-layout{grid-template-columns:1fr}.period-sidebar{border-right:1px solid var(--line-soft);background:#fbfaf7;flex-direction:column;min-width:0;padding:8px;display:flex}.period-menu:not(.period-menu-custom) .period-sidebar{border-right:0}.period-option-list,.compare-options{flex-direction:column;gap:2px;display:flex}.period-row.active{background:#e8f7f8}.period-row.compact{padding:8px 10px}.compare-box{border-top:1px solid var(--line-soft);margin-top:8px;padding-top:8px}.compare-toggle-row{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:10px;display:flex}.compare-toggle-row:hover{background:#f2fafb}.compare-toggle-row>span:first-child{flex-direction:column;gap:2px;display:flex}.compare-toggle-row strong{color:var(--text);font-size:13.5px}.compare-toggle-row small{color:var(--muted);font-size:11px}.toggle-switch{background:#d9d6ce;border-radius:999px;flex:none;align-items:center;width:38px;height:22px;padding:3px;transition:background .18s;display:inline-flex}.toggle-switch span{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s;box-shadow:0 1px 3px #0e3b4038}.toggle-switch.active{background:var(--teal)}.toggle-switch.active span{transform:translate(16px)}.period-actions{justify-content:flex-end;gap:8px;margin-top:auto;padding:10px 2px 2px;display:flex}.ghost-action,.apply-action{cursor:pointer;border-radius:999px;min-height:34px;padding:7px 13px;font-size:13px;font-weight:800}.ghost-action{border:1px solid var(--line);background:var(--surface);color:#4c4c4d}.apply-action{background:var(--teal);color:#fff;border:0;box-shadow:0 8px 18px #38c1ca3d}.custom-period-panel{background:var(--surface);min-width:0;padding:14px 16px 16px}.period-date-preview{border-bottom:1px solid var(--line-soft);flex-direction:column;gap:4px;margin-bottom:13px;padding-bottom:12px;display:flex}.period-date-preview span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:10.5px;font-weight:750}.period-date-preview strong{color:var(--ink);font-family:Montserrat,Inter,sans-serif;font-size:15px;line-height:1.25}.period-date-preview small{color:var(--muted);font-size:11.5px;font-weight:650}.custom-date-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.date-field{flex-direction:column;gap:5px;min-width:0;display:flex}.date-field span,.calendar-subtitle{color:var(--muted);font-size:11px;font-weight:750}.date-field input{border:1px solid var(--line);background:var(--surface);width:100%;height:38px;color:var(--text);border-radius:10px;padding:0 10px}.calendar-subtitle{margin:12px 0 7px}.calendar-adjustment-status:empty{margin:0}.period-adjustment-live{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.calendar-head{justify-content:space-between;align-items:center;margin:14px 0 10px;display:flex}.calendar-head strong{color:var(--ink);font-family:Montserrat,Inter,sans-serif;font-size:14px}.calendar-head button{color:#4f585a;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.calendar-head button:hover{border-color:var(--line);background:var(--surface-soft)}.calendar-head button:disabled{cursor:default;opacity:.35}.calendar-head button:disabled:hover{background:0 0;border-color:#0000}.calendar-months{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.calendar-month{min-width:0}.calendar-month-title{color:var(--ink);text-align:center;margin:0 0 8px;font-size:12px;font-weight:850}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-weekdays{margin-bottom:5px}.calendar-weekdays span{text-align:center;color:var(--muted);font-size:10.5px;font-weight:750}.calendar-grid{gap:3px}.calendar-grid button{color:#3d4547;cursor:pointer;background:0 0;border:0;border-radius:9px;height:30px;font-size:12px}.calendar-grid button:hover{background:#f2fafb}.calendar-grid button:disabled{cursor:default;opacity:1}.calendar-grid button:disabled:hover{background:0 0}.calendar-grid button.muted{color:#b6b2a9}.calendar-grid button.today{color:var(--teal-dark);font-weight:850;position:relative}.calendar-grid button.today:after{content:"";background:currentColor;border-radius:50%;width:4px;height:4px;margin-left:-2px;position:absolute;bottom:4px;left:50%}.calendar-grid button.future{color:#c9c5bd;text-decoration:line-through}.calendar-grid button.compare-range{background:#ff6b4a2e}.calendar-grid button.compare-start,.calendar-grid button.compare-end{color:#8b2f1d;background:#ff6b4a5c;font-weight:850}.calendar-grid button.in-range,.calendar-grid button.in-range:disabled:hover{background:#e5f6f7}.calendar-grid button.compare-range:hover{background:#ff6b4a3d}.calendar-grid button.compare-start:hover,.calendar-grid button.compare-end:hover{background:#ff6b4a6b}.calendar-grid button.range-start,.calendar-grid button.range-end{background:var(--teal-dark);color:#fff;font-weight:850}.calendar-grid button.range-start:disabled:hover,.calendar-grid button.range-end:disabled:hover{background:var(--teal-dark)}.search-box{color:var(--muted);align-items:center;gap:8px;padding:8px 10px 9px;display:flex}.search-box input{width:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:14px}.menu-label,.panel-kicker,.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:11px;font-weight:650}.menu-label{padding:8px 10px 5px}.menu-scroll{max-height:300px;overflow:auto}.menu-row,.period-row{cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;width:100%;padding:9px 10px;display:flex}.menu-row:hover,.period-row:hover{background:#f2fafb}.menu-row strong,.period-row strong{font-size:13.5px;font-weight:650}.menu-row small,.period-row small{color:var(--muted);font-size:11px}.menu-row em,.mover-row em,.share-row em{margin-left:auto;font-size:12px;font-style:normal;font-weight:800}.menu-icon{width:30px;height:30px;color:var(--teal);background:var(--ink);border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.check{color:var(--teal-dark);margin-left:auto;font-weight:900}.round-button{border:1px solid var(--line);background:var(--surface);width:38px;height:38px;color:var(--teal-dark);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 1px 2px #0e3b400d}.add-client-button{color:#fff;background:var(--teal-dark);border-color:var(--teal-dark)}.export-button,.primary-action{background:var(--teal);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:10px 18px;font-size:13.5px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 8px 22px #38c1ca57}.export-button:disabled{opacity:.65}.click-catcher{z-index:55;background:0 0;border:0;position:fixed;inset:0}.modal-layer{z-index:120;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-backdrop{cursor:pointer;background:#0b272b57;border:0;position:absolute;inset:0}.onboarding-modal{background:var(--surface);border-radius:8px;width:min(560px,100%);max-height:calc(100vh - 48px);padding:26px;position:relative;overflow:auto;box-shadow:0 22px 70px #0b272b47}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.modal-close{border:1px solid var(--line);width:34px;height:34px;color:var(--ink);cursor:pointer;background:#fff;border-radius:50%;font-size:22px;line-height:1}.onboarding-form,.review-panel,.progress-panel,.result-panel,.two-factor-panel{gap:16px;display:grid}.onboarding-form label,.two-factor-panel label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;gap:7px;font-size:12px;font-weight:800;display:grid}.onboarding-form input,.two-factor-panel input{border:1px solid var(--line);width:100%;min-height:46px;color:var(--ink);font:inherit;text-transform:none;letter-spacing:0;background:#fff;border-radius:8px;padding:11px 13px;font-size:15px;font-weight:700}.source-toggle{border:1px solid var(--line);background:var(--bg);border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;min-height:46px;padding:4px;display:grid}.source-toggle button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:13px;font-weight:800}.source-toggle button.active{color:var(--ink);background:#fff;box-shadow:0 1px 6px #102d311a}.currency-preview,.review-note,.form-warning,.form-error{border-radius:8px;padding:12px 14px}.currency-preview{color:var(--teal-dark);background:#3bc1ca1f;align-items:center;gap:10px;display:flex}.currency-preview strong{font-size:18px}.currency-preview span,.review-note,.form-warning,.form-error{color:var(--muted);font-size:13px;line-height:1.45}.form-warning{color:#805914;background:#e0a23a26}.form-error{color:var(--danger);background:#d34a5d1c}.review-note{background:var(--bg)}.review-list{gap:10px;margin:0;display:grid}.review-list div{border-bottom:1px solid var(--line);justify-content:space-between;gap:16px;padding-bottom:10px;display:flex}.review-list dt{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.review-list dd{color:var(--ink);text-align:right;overflow-wrap:anywhere;margin:0;font-weight:800}.modal-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.modal-actions .apply-action:disabled{opacity:.55;cursor:not-allowed}.loading-orbit{border:6px solid #3bc1ca33;border-top-color:var(--teal);border-radius:50%;justify-self:center;width:64px;height:64px;animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.progress-panel{text-align:center}.progress-panel h3,.result-panel h3{color:var(--ink);margin:0;font-size:24px}.progress-panel p,.result-panel p{color:var(--muted);margin:0;line-height:1.45}.progress-steps{text-align:left;gap:9px;margin:6px 0 0;padding:0;list-style:none;display:grid}.progress-steps li{color:var(--muted);align-items:center;gap:10px;font-weight:700;display:flex}.progress-steps span{border:2px solid var(--line);border-radius:50%;flex:0 0 12px;width:12px;height:12px}.progress-steps li.done span,.progress-steps li.active span{border-color:var(--teal);background:var(--teal)}.progress-steps li.active{color:var(--ink)}.result-panel{text-align:center;justify-items:center}.two-factor-panel{text-align:left;justify-items:stretch}.two-factor-panel .result-mark{justify-self:center}.two-factor-panel h3,.two-factor-panel p{text-align:center;margin:0}.two-factor-panel h3{color:var(--ink);font-size:24px}.two-factor-panel p{color:var(--muted);line-height:1.45}.two-factor-panel .form-error{color:var(--danger);text-align:left}.result-mark{width:58px;height:58px;color:var(--teal-dark);background:#3bc1ca24;border-radius:50%;justify-content:center;align-items:center;font-size:32px;font-weight:900;display:inline-flex}.result-panel.error .result-mark{color:var(--danger);background:#d34a5d1c}.page{max-width:1280px;margin:0 auto;padding:30px 28px 64px}.title-block{margin-bottom:24px}h1,h2{color:var(--ink);letter-spacing:0;margin:0;font-family:Montserrat,Inter,sans-serif}h1{font-size:34px;font-weight:850;line-height:1.1}h2{font-size:18px;font-weight:780}.overview-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.overview-kpi,.panel,.kpi-card{background:var(--surface);box-shadow:var(--shadow);border-radius:22px}.overview-kpi{flex-direction:column;gap:11px;min-height:160px;padding:22px 24px;display:flex}.overview-kpi.dark{background:var(--ink)}.overview-kpi div{color:var(--muted);justify-content:space-between;align-items:center;display:flex}.overview-kpi.dark div,.overview-kpi.dark small{color:#9ee1e5}.overview-kpi span{text-transform:uppercase;letter-spacing:.1em;font-size:11.5px;font-weight:700}.overview-kpi strong{color:var(--ink);white-space:pre-line;font-family:Montserrat,Inter,sans-serif;font-size:30px;font-weight:850;line-height:1.05}.overview-kpi.dark strong{color:#fff}.overview-kpi small{color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.positive{color:var(--green)!important}.negative{color:var(--red)!important}.overview-grid,.detail-grid,.bottom-grid{gap:18px;display:grid}.overview-grid{grid-template-columns:1.95fr 1fr}.detail-grid{grid-template-columns:1.85fr 1fr;margin-bottom:18px}.bottom-grid{grid-template-columns:1.55fr 1fr}.panel{padding:22px 24px}.panel-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:16px;display:flex}.panel-head span{color:var(--muted);font-size:12px}.client-table-head,.client-row,.product-head,.product-row{align-items:center;gap:0 14px;display:grid}.client-table-head,.client-row{grid-template-columns:1.6fr .9fr .65fr .8fr 30px}.client-table-head,.product-head{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--line-soft);padding-bottom:10px;font-size:11px;font-weight:700}.client-row{cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #f7f6f2;width:100%;padding:13px 0}.client-row:hover{background:linear-gradient(90deg,#f2fafbcc,#0000)}.loading-value{background:linear-gradient(90deg,#eeeeea 0%,#f8f7f3 45%,#eeeeea 90%) 0 0/220% 100%;border-radius:999px;width:min(112px,100%);height:18px;animation:1.2s ease-in-out infinite shimmer;display:block}.loading-value.short{width:46px}.client-cell{align-items:center;gap:11px;min-width:0;display:flex}.client-cell strong,.client-row>strong{color:var(--ink);font-family:Montserrat,Inter,sans-serif;font-size:14px}.client-cell span{flex-direction:column;min-width:0;line-height:1.2;display:flex}.client-cell small{text-overflow:ellipsis;color:var(--muted);white-space:nowrap;font-size:11.5px;overflow:hidden}.sparkline{width:80px;height:20px;margin-top:3px;display:block}.side-stack{flex-direction:column;gap:18px;display:flex}.dark-panel{background:var(--ink);color:#fff;box-shadow:0 8px 24px #0e3b402e}.dark-panel .panel-kicker{color:#6bd0d6;margin-bottom:16px}.mover-row{color:#fff;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;width:100%;padding:6px 0;display:flex}.mover-row span:not(.avatar){flex-direction:column;flex:1;min-width:0;line-height:1.25;display:flex}.mover-row small{color:#9ee1e5}.share-bar{border-radius:999px;height:14px;margin:12px 0 16px;display:flex;overflow:hidden}.share-row{align-items:center;gap:9px;margin-top:9px;font-size:13px;display:flex}.share-row>span{border-radius:3px;width:9px;height:9px}.share-row strong{flex:1;font-weight:500}.detail-title-row{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.detail-title-row h1{align-items:center;gap:13px;display:flex}.title-avatar{border-radius:12px;width:42px;height:42px;font-size:18px}.filters{align-items:flex-end;gap:10px;display:flex}.filters label{flex-direction:column;gap:4px;display:flex}.filters label>span{color:var(--muted);font-size:11px;font-weight:700}.status-filter{z-index:35;position:relative}.filter-select-button{border:1px solid var(--line);background:var(--surface);color:#3a3a3b;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;min-width:126px;height:36px;padding:0 10px 0 13px;display:inline-flex;box-shadow:0 1px 2px #0e3b400a}.filter-select-button span{color:#3a3a3b;font-weight:650}.filter-select-button:hover,.filter-select-button[aria-expanded=true]{border-color:#cfd8d8;box-shadow:0 4px 12px #0e3b4014}.filter-menu{z-index:80;border:1px solid var(--line);min-width:160px;box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-radius:14px;padding:6px;animation:.16s cubic-bezier(.16,1,.3,1) fadeUp;position:absolute;top:calc(100% + 7px);left:0}.filter-menu-row{color:#3a3a3b;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:36px;padding:8px 10px;font-weight:650;display:flex}.filter-menu-row:hover,.filter-menu-row.active{color:var(--ink);background:#e8f7f8}.local-click-catcher{z-index:70;background:0 0;border:0;position:fixed;inset:0}.segmented{border:1px solid var(--line);background:var(--surface);border-radius:10px;height:36px;display:flex;overflow:hidden}.segmented button{min-width:0;color:var(--muted);cursor:pointer;text-align:center;white-space:nowrap;background:0 0;border:0;flex:1 1 0;padding:0 12px;font-weight:700}.segmented .active{color:var(--teal-dark);background:#e6f7f8}.kpi-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.kpi-card{flex-direction:column;gap:9px;min-height:188px;padding:17px 18px 14px;display:flex}.kpi-top{color:var(--muted);justify-content:space-between;align-items:center;display:flex}.delta-pill{background:#e8f5ee;border-radius:999px;padding:3px 7px;font-size:11.5px;font-weight:800;display:inline-flex}.delta-pill.negative{background:#fbeaea}.kpi-card>span{color:#6e6e6f;font-size:11px;font-weight:700}.kpi-card strong{color:var(--ink);font-family:Montserrat,Inter,sans-serif;font-size:22px;line-height:1.1}.kpi-card small{color:var(--muted);font-size:11px}.kpi-card small b{color:#6e6e6f}.chart-panel h2{margin-top:6px;font-size:26px}.legend{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.legend span{color:#3a3a3b;align-items:center;gap:7px;font-size:12px;font-weight:650;display:inline-flex}.legend i{border-radius:2px;width:18px;height:3px}.legend .current{background:var(--teal)}.legend .previous{border-top:2px dashed #c5c1b6;height:0}.revenue-chart{width:100%;height:auto;display:block}.revenue-chart-wrap{position:relative}.chart-axis-label{fill:#8a8a8b;font-size:10px;font-weight:650}.chart-tooltip{z-index:2;color:#3a3a3b;background:#fffffff5;border:1px solid #e6e2da;border-radius:10px;gap:6px;width:max-content;max-width:min(280px,92%);padding:10px 12px;font-size:12px;display:grid;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 8px 22px #2226261f}.chart-tooltip>span{align-items:baseline;gap:5px;display:flex}.chart-tooltip i{border-radius:2px;flex:none;width:9px;height:3px}.chart-tooltip .current{background:var(--teal)}.chart-tooltip .previous{border-top:2px dashed #c5c1b6}.chart-tooltip small{color:#888}.chart-empty{color:#8a8a8b;place-items:center;min-height:170px;font-size:13px;display:grid}.quality-panel{flex-direction:column;gap:16px;display:flex}.quality-meter{--quality:0%;background:radial-gradient(circle at center, #fff 54%, transparent 55%), conic-gradient(var(--teal) var(--quality), #f1efe9 0);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:132px;height:132px;margin:4px auto;display:flex}.quality-meter strong{color:var(--ink);font-family:Montserrat,Inter,sans-serif;font-size:22px}.quality-meter span{color:var(--muted);font-size:11px}.state-note,.small-note,.error-note{border-top:1px solid var(--line-soft);color:#3a3a3b;margin:0;padding-top:13px;font-size:12.5px;line-height:1.4}.state-note.success{color:var(--green)}.state-note.warning,.error-note{color:var(--red)}.status-text,.muted-cell{color:var(--muted);font-size:12px;font-weight:700}.status-badge{border:1px solid var(--line);min-height:24px;color:var(--ink);background:#fff;border-radius:999px;align-items:center;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.status-badge.fresh{color:var(--green);border-color:#2e9f6e52}.status-badge.stale{color:#9b6a10;border-color:#e0a23a61}.status-badge.running{color:var(--teal-dark);background:#e8f8f9;border-color:#3bc1ca4d}.status-badge.failed,.status-badge.missing{color:var(--red);border-color:#9e2b1547}.status-badge.failed{background:#fff0f0}.preparing-panel{text-align:center;justify-items:center;gap:14px;min-height:280px;padding:28px 0 8px;display:grid}.preparing-panel h3,.preparing-panel p{margin:0}.preparing-panel h3{color:var(--ink);font-family:Montserrat,Inter,sans-serif;font-size:22px}.preparing-panel p{color:#5f6264;max-width:460px;font-size:14px;line-height:1.45}.preparing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(430px,100%);margin-top:8px;display:grid}.preparing-grid span{background:linear-gradient(90deg,#eeeeea 0%,#f8f7f3 45%,#eeeeea 90%) 0 0/220% 100%;border-radius:14px;height:74px;animation:1.2s ease-in-out infinite shimmer}.product-head,.product-row{grid-template-columns:26px 1fr auto auto 64px}.product-row{border-bottom:1px solid #f7f6f2;min-height:43px;font-size:13px}.product-row strong{max-width:340px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.product-row span:first-child{color:var(--teal-dark);font-family:Montserrat,Inter,sans-serif;font-weight:800}.product-row span:nth-child(3){color:var(--ink);font-weight:800}.product-row em{text-align:right;font-style:normal;font-weight:800}.category-bars{flex-direction:column;gap:17px;display:flex}.category-row{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.category-row:disabled{cursor:default}.category-row:not(:disabled):hover strong{color:var(--teal-dark)}.category-row>div:first-child{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:12px;margin-bottom:6px;display:grid}.category-row strong{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:13.5px;line-height:1.35}.category-row span{color:var(--ink);white-space:nowrap;font-size:13px;font-weight:800}.category-row em{margin-left:8px;font-size:11.5px;font-style:normal}.category-breadcrumb{flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:16px;display:flex}.breadcrumb-item{color:var(--muted);align-items:center;gap:4px;display:inline-flex}.breadcrumb-button{color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:2px 0;font-size:12px;font-weight:700}.breadcrumb-button:hover{color:var(--teal-dark)}.category-focus{border:1px solid var(--line-soft);background:var(--surface-soft);border-radius:14px;justify-content:space-between;align-items:flex-end;gap:16px;padding:14px 16px;display:flex}.category-focus>div{min-width:0}.category-focus .panel-kicker{margin-bottom:4px}.category-focus strong{color:var(--ink);font-family:Montserrat,Inter,sans-serif;font-size:23px;line-height:1.1;display:block}.category-focus>span{white-space:nowrap;flex:none;font-size:12px;font-weight:800}.category-focus small{color:var(--muted);text-align:right;margin-top:3px;font-size:10px;font-weight:600;display:block}.category-children-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:18px 0 10px;font-size:11px;font-weight:800}.category-empty-note{color:var(--muted);margin:18px 0 0;font-size:13px}.bar-track{background:var(--line-soft);border-radius:999px;height:9px;overflow:hidden}.bar-track span{border-radius:999px;height:100%;display:block}.empty-state{min-height:170px;color:var(--muted);border:1px dashed var(--line);border-radius:16px;flex-direction:column;justify-content:center;gap:8px;padding:18px;display:flex}.empty-state strong{color:var(--ink)}.login-screen{place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{background:var(--surface);width:min(430px,100%);box-shadow:var(--shadow);border-radius:24px;padding:34px}.brand-mark{background:var(--teal-dark);width:46px;height:46px;margin-bottom:18px}.muted{color:var(--muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (max-width:1050px){.overview-kpis,.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid,.detail-grid,.bottom-grid{grid-template-columns:1fr}}@media (min-width:761px) and (max-width:820px){.topbar{-webkit-backdrop-filter:none;backdrop-filter:none}.period-menu{width:auto;max-height:calc(100vh - 92px);position:fixed;top:78px;left:12px;right:12px;overflow:auto}}@media (max-width:760px){.topbar{flex-wrap:wrap;align-items:flex-start;gap:10px 8px;padding:10px 14px 12px}.divider{display:none}.topbar-spacer{flex-basis:100%;order:2;height:0}.brand{flex:132px;min-width:0}.brand img{width:24px;height:24px}.brand strong{font-size:20px}.brand small{letter-spacing:.12em;font-size:9px}.switcher{min-width:0}.switcher:first-of-type{flex:0 190px;margin-left:auto}.pill-button{gap:8px;width:100%;max-width:100%;min-height:44px;padding:7px 10px 7px 8px}.pill-button strong{text-overflow:ellipsis;max-width:132px;font-size:13px;overflow:hidden}.pill-button small{text-overflow:ellipsis;max-width:132px;overflow:hidden}.period-switcher{flex:calc(100% - 196px);order:3;min-width:0}.period-switcher .pill-button,.period-switcher .pill-button span,.period-switcher .pill-button{min-width:0}.export-button{flex:0 0 128px;order:4;min-height:44px;padding:10px 14px}.round-button{flex:0 0 44px;order:4;width:44px;height:44px}.modal-layer{align-items:end;padding:0}.onboarding-modal{border-radius:0;width:100%;min-height:100vh;max-height:100vh;padding:22px 18px 28px}.modal-actions{flex-direction:column-reverse}.modal-actions .apply-action,.modal-actions .ghost-action{width:100%;min-height:46px}.page{padding:24px 14px 48px}.title-block{margin-bottom:18px}h1{overflow-wrap:anywhere;font-size:30px}.overview-kpis{gap:14px}.overview-kpis,.kpi-grid{grid-template-columns:1fr;overflow:visible}.overview-kpi,.kpi-card{border-radius:18px;width:100%;min-width:0;min-height:150px}.overview-kpi{padding:20px 22px}.overview-kpi strong{overflow-wrap:anywhere;font-size:30px}.overview-kpi.dark strong{font-size:26px;line-height:1.15}.detail-title-row{gap:16px;margin-bottom:18px}.detail-title-row h1{align-items:center;gap:12px;font-size:34px;line-height:1.05}.detail-title-row,.filters{flex-direction:column;align-items:stretch}.filters{gap:14px}.filters label{width:100%}.filter-select-button{border-radius:12px;width:100%;min-height:52px;padding:0 14px 0 16px}.filter-select-button span{font-size:20px}.filter-menu{z-index:80;background:#fff;width:100%;min-width:0;margin-top:6px;position:relative;top:auto;left:auto}.client-table-head{display:none}.client-row{grid-template-columns:1fr auto;gap:8px}.client-row>span:nth-child(3),.client-row>span:nth-child(4),.product-head{display:none}.product-row{grid-template-columns:24px 1fr auto}.product-row span:nth-child(4),.product-row em{display:none}.client-menu,.period-menu{width:auto;max-height:calc(100vh - 92px);position:fixed;top:78px;left:12px;right:12px;overflow:auto}.period-layout{grid-template-columns:1fr}.period-sidebar{border-right:0;border-bottom:1px solid var(--line-soft)}.calendar-months,.custom-date-grid{grid-template-columns:1fr}.period-actions{margin-top:8px}.segmented{border-radius:12px;width:100%;height:54px}.segmented button{white-space:nowrap;justify-content:center;align-items:center;padding:0 16px;font-size:20px;display:inline-flex}}@media (max-width:390px){.topbar{padding-inline:12px}.switcher:first-of-type{flex-basis:178px}.export-button{flex-basis:118px;gap:6px}.pill-button strong,.pill-button small{max-width:118px}.period-switcher .pill-button strong,.period-switcher .pill-button small{max-width:176px}h1{font-size:28px}.detail-title-row h1{font-size:30px}.overview-kpi.dark strong{font-size:24px}}
