*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light;color:#111827;background-color:#f3f4f6}body{margin:0;background-color:#f3f4f6;overflow:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{height:calc(100vh - 116px);display:flex;flex-direction:column;min-height:0;overflow:hidden}.navbar{position:sticky;top:0;z-index:1000;min-height:116px;display:flex;flex-direction:column;background:#111827;border-bottom:1px solid #243041;color:#fff}.navbar-top{min-height:60px;display:grid;grid-template-columns:auto minmax(760px,1fr) auto;align-items:center;column-gap:1.4rem;padding:.8rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08)}.navbar-bottom{min-height:56px;display:flex;align-items:center;gap:.9rem;padding:.65rem 1.25rem;overflow-x:auto}.navbar-brand{color:#fff;font-size:1.12rem;font-weight:700;letter-spacing:0;white-space:nowrap}.navbar-controls{display:grid;grid-template-columns:minmax(190px,240px) minmax(260px,360px) 130px 130px 62px 150px 150px;align-items:center;gap:1rem;min-width:0}.navbar-input,.navbar-select{width:100%;height:42px;min-width:0;border:1px solid #4b5563;border-radius:7px;background:#fff;color:#111827;font-size:.96rem;line-height:1.2;padding:0 .8rem}.navbar-client-select{min-width:320px}.navbar-account{display:flex;align-items:center;justify-content:flex-end;justify-self:end;gap:1rem;min-width:max-content}.navbar-phone{color:#cbd5e1;font-size:.92rem;white-space:nowrap}.navbar-action,.navbar-logout{min-height:40px;border:none;border-radius:7px;padding:.55rem 1rem;color:#fff;cursor:pointer;white-space:nowrap;font-size:.92rem}.navbar-action{background:#2563eb}.navbar-wb-link{display:inline-flex;align-items:center;background:#374151}.navbar-fly{background:#059669;width:62px;min-width:62px;padding-left:.25rem;padding-right:.25rem;font-size:.78rem}.navbar-fly.active{background:#047857;box-shadow:0 0 0 2px #10b98159}.navbar-date-input{min-width:150px}.navbar-action:disabled{cursor:not-allowed;opacity:.6}.navbar-logout{background:#dc2626}.nav-item{color:#d1d5db;text-decoration:none;padding:.5rem .85rem;border-radius:7px;font-size:.95rem;line-height:1.2;white-space:nowrap}.nav-item:hover{background:#ffffff14;color:#fff}.nav-item.active{background:#2563eb;color:#fff!important}.nav-admin{color:#fde68a}@media(max-width:1280px){.navbar-top{grid-template-columns:auto 1fr;row-gap:.75rem}.navbar-controls{grid-column:1 / -1;grid-template-columns:minmax(200px,1fr) minmax(280px,2fr) 145px 145px 62px}.navbar-account{grid-column:2;grid-row:1}}@media(max-width:760px){.navbar{min-height:190px}.container{height:calc(100vh - 190px)}.navbar-top{grid-template-columns:1fr;align-items:stretch}.navbar-controls{grid-column:auto;grid-template-columns:1fr 1fr;gap:.75rem}.navbar-client-select{min-width:0}.navbar-account{grid-column:auto;grid-row:auto;justify-content:flex-start;flex-wrap:wrap}}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:1rem}.card{background:#fff;border-radius:.75rem;padding:1rem 1.1rem;box-shadow:0 1px 3px #0f172a14;border:1px solid #e5e7eb}.card-header h2{margin:0 0 .5rem;font-size:1.05rem}.card-body{font-size:.9rem;color:#374151}.card-note{margin-top:.5rem;font-size:.8rem;color:#6b7280}.table-section{flex:1;min-height:0;display:flex}.table-section .card,.table-section .card-body{flex:1;min-height:0;display:flex;flex-direction:column}.table-wrapper{flex:1;min-height:0;overflow:auto;width:100%}.data-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.85rem;table-layout:fixed}.data-table th,.data-table td{padding:.4rem .5rem;border-bottom:1px solid #e5e7eb;text-align:left;white-space:normal;word-break:break-word}.data-table th{background:#f9fafb;font-weight:600;font-size:.8rem}.data-table thead th{position:sticky;z-index:10;border-bottom:1px solid #e5e7eb}.data-table thead .header-row th,.data-table thead.sticky-header th{top:0;background:#f9fafb}.data-table thead .filter-row th{top:38px;background:#fff}.data-table tr:hover td{background:#f3f4f6}.table-empty{padding:.75rem .25rem;font-size:.9rem;color:#6b7280}.auth-root{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:.75rem;padding:1.75rem 1.75rem 1.5rem;box-shadow:0 10px 30px #0f172a1f;border:1px solid #e5e7eb}.auth-title{margin:0 0 .35rem;font-size:1.6rem}.auth-subtitle{margin:0 0 1.5rem;font-size:.9rem;color:#6b7280}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-label{font-size:.85rem;color:#374151;display:flex;flex-direction:column;gap:.35rem}.auth-input{border-radius:.5rem;border:1px solid #d1d5db;padding:.55rem .7rem;font-size:.95rem;outline:none;transition:border-color .12s ease,box-shadow .12s ease}.auth-input:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f64d}.auth-error{font-size:.8rem;color:#b91c1c;background:#fef2f2;border-radius:.5rem;padding:.4rem .5rem}.auth-success{font-size:.8rem;color:#166534;background:#f0fdf4;border-radius:.5rem;padding:.4rem .5rem}.primary-btn,.secondary-btn,.danger-btn{border:none;border-radius:.5rem;padding:.45rem .75rem;font-size:.85rem;font-weight:500;cursor:pointer}.primary-btn{background:#111827;color:#fff}.secondary-btn{background:#e5e7eb;color:#111827}.danger-btn{background:#dc2626;color:#fff}.primary-btn:disabled,.secondary-btn:disabled,.danger-btn:disabled{opacity:.65;cursor:default}.auth-button{margin-top:.4rem;border:none;border-radius:999px;padding:.6rem 1rem;font-size:.95rem;font-weight:500;background:#111827;color:#f9fafb;cursor:pointer;transition:opacity .12s ease,transform .05s ease}.auth-button:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}.auth-button:disabled{opacity:.7;cursor:default}.auth-hint{margin:.5rem 0 0;font-size:.75rem;color:#9ca3af}.admin-section .card-header{align-items:flex-start;gap:1rem}.admin-header{display:flex;justify-content:space-between}.admin-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:.35rem 0 .75rem}.admin-tab{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.35rem .75rem;border-radius:.5rem;border:1px solid #d1d5db;color:#374151;text-decoration:none;font-size:.85rem;font-weight:500;background:#fff}.admin-tab.active{background:#111827;border-color:#111827;color:#fff}.admin-report-controls{display:grid;grid-template-columns:minmax(220px,320px) minmax(280px,1fr);gap:1rem;align-items:end;margin-bottom:1rem}.admin-report-controls label{display:flex;flex-direction:column;gap:.35rem;color:#374151;font-size:.85rem;font-weight:600}.status-pill{display:inline-flex;align-items:center;min-height:1.55rem;padding:.2rem .55rem;border-radius:999px;font-size:.8rem;font-weight:600;white-space:nowrap}.status-pill.ok{background:#dcfce7;color:#166534}.status-pill.muted{background:#f3f4f6;color:#4b5563}.admin-report-note{margin-top:.2rem;color:#6b7280;font-size:.78rem}.admin-report-error{margin-top:.25rem;max-width:420px;color:#b91c1c;font-size:.78rem;white-space:normal}@media(max-width:760px){.admin-report-controls{grid-template-columns:1fr}}.admin-worker-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.admin-worker-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:.75rem;margin-bottom:1rem}.admin-worker-summary-item{border:1px solid #e5e7eb;border-radius:.5rem;padding:.65rem .75rem;background:#fff}.admin-worker-summary-item span{display:block;color:#6b7280;font-size:.78rem}.admin-worker-summary-item strong{display:block;margin-top:.2rem;color:#111827;font-size:1.2rem}.status-pill.error{background:#fee2e2;color:#991b1b}.status-pill.active{background:#dbeafe;color:#1d4ed8}.admin-worker-table th:nth-child(1),.admin-worker-table td:nth-child(1),.admin-worker-table th:nth-child(5),.admin-worker-table td:nth-child(5){width:72px}.admin-job-json{max-width:520px;max-height:180px;overflow:auto;margin:.4rem 0 0;padding:.5rem;border-radius:.4rem;background:#f9fafb;color:#111827;font-size:.75rem;white-space:pre-wrap}@media(max-width:900px){.admin-worker-summary{grid-template-columns:repeat(2,minmax(120px,1fr))}.admin-worker-header{flex-direction:column}}.admin-worker-actions{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(150px,.7fr) minmax(150px,.7fr) auto auto;gap:.75rem;align-items:end;margin:1rem 0;padding:.85rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#f9fafb}.admin-worker-actions span{display:block;margin-bottom:.25rem;color:#6b7280;font-size:.78rem}.admin-worker-actions .primary-btn,.admin-worker-actions .secondary-btn{min-height:42px;white-space:nowrap}@media(max-width:900px){.admin-worker-actions{grid-template-columns:1fr}}.upload-workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;padding:1rem;overflow:hidden}.upload-settings-card,.cost-editor-card{min-height:0;display:flex;flex-direction:column}.upload-settings-body{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:.9rem}.upload-panel-section{border-bottom:1px solid #e5e7eb;padding-bottom:.9rem}.upload-panel-section:last-child{border-bottom:none;padding-bottom:0}.upload-panel-section h2,.cost-editor-header h2{margin:0 0 .65rem;color:#111827;font-size:1.05rem}.upload-client-row,.upload-two-column-row,.cost-file-actions{display:grid;grid-template-columns:minmax(180px,1.5fr) minmax(110px,.7fr) minmax(110px,.7fr) auto auto;gap:.75rem;align-items:end}.upload-two-column-row{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto}.upload-new-client-row{grid-template-columns:minmax(160px,1fr) minmax(180px,1fr) minmax(150px,.8fr) auto auto}.upload-delete-client-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) auto;gap:.75rem;align-items:end}.upload-client-actions{display:flex;flex-direction:column;gap:.4rem}.upload-client-select-label{min-width:0}.upload-percent-field{min-width:90px}.current-client-display{min-width:0;min-height:2.4rem;display:flex;flex-direction:column;justify-content:center;gap:.25rem}.current-client-display span{color:#6b7280;font-size:.78rem}.current-client-display strong{color:#111827;font-size:1rem;line-height:1.2;word-break:break-word}.upload-checkbox{min-height:2.4rem;display:inline-flex;align-items:center;gap:.45rem;color:#374151;font-size:.85rem;white-space:nowrap}.upload-section-title-row{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.upload-section-title-row span{color:#6b7280;font-size:.82rem}.cost-status-line{display:flex;flex-wrap:wrap;gap:.45rem .85rem;margin-bottom:.65rem;color:#4b5563;font-size:.84rem}.cost-status-ok{color:#166534;font-weight:600}.cost-status-warn{color:#b45309;font-weight:600}.cost-file-actions{grid-template-columns:auto minmax(220px,1fr) auto}.cost-file-input{display:flex;flex-direction:column;gap:.35rem;min-width:0;color:#374151;font-size:.85rem}.cost-editor-card{padding:0;overflow:hidden}.cost-editor-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.1rem .65rem;border-bottom:1px solid #e5e7eb}.cost-editor-header p{margin:0;color:#6b7280;font-size:.85rem}.cost-editor-actions{display:flex;align-items:center;gap:.65rem;min-width:360px}.cost-search-input{min-width:210px}.cost-editor-summary{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:.65rem 1.1rem;border-bottom:1px solid #e5e7eb;color:#4b5563;font-size:.84rem}.cost-collapse-toggle{display:inline-flex;align-items:center;gap:.4rem;color:#374151;cursor:pointer;white-space:nowrap}.cost-collapse-toggle input{margin:0}.cost-collapse-toggle:has(input:disabled){cursor:default;opacity:.7}.cost-summary-button{border:none;padding:0;background:transparent;color:#4b5563;font:inherit;cursor:pointer}.cost-summary-button:hover:not(:disabled){color:#111827;text-decoration:underline}.cost-summary-button:disabled{cursor:default;color:#9ca3af}.cost-editor-table-wrapper{flex:1;min-height:0}.cost-editor-table{table-layout:fixed}.cost-editor-table th:first-child,.cost-editor-table td:first-child{width:70%}.cost-editor-table th:last-child,.cost-editor-table td:last-child{width:30%}.cost-cell-editor{position:relative;display:flex;align-items:center}.cost-value-input{width:100%;padding-right:1.35rem;font-variant-numeric:tabular-nums}.cost-fill-handle{position:absolute;right:.35rem;bottom:.35rem;width:.58rem;height:.58rem;border:1px solid #2563eb;border-radius:2px;background:#fff;cursor:ns-resize;padding:0}.cost-row-missing td{background:#fef2f2}.cost-row-missing .cost-value-input{border-color:#ef4444;background:#fff7f7}.cost-row-dirty td{background:#fffbeb}.cost-row-fill td{background:#dbeafe!important}.cost-row-highlight td{background:#bfdbfe!important;box-shadow:inset 0 0 0 2px #2563eb}@media(max-width:1180px){.upload-workspace{grid-template-columns:1fr;overflow:auto}.upload-settings-card,.cost-editor-card{min-height:520px}}@media(max-width:760px){.upload-workspace{padding:.75rem}.upload-client-row,.upload-two-column-row,.upload-new-client-row,.upload-delete-client-row,.cost-file-actions{grid-template-columns:1fr}.cost-editor-header{align-items:stretch;flex-direction:column}.cost-editor-actions{min-width:0;width:100%;flex-direction:column;align-items:stretch}}.summary-page{flex:1;min-height:0;display:flex;padding:1rem}.summary-card{flex:1;min-height:0;display:flex;flex-direction:column}.summary-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem}.summary-subtitle{margin:.25rem 0 0;color:#6b7280;font-size:.9rem}.summary-control{display:flex;align-items:center;gap:.5rem;color:#374151;font-size:.85rem;font-weight:600}.summary-control select{height:36px;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;padding:0 .7rem}.summary-tabs{display:flex;gap:.5rem}.summary-tab{border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;min-height:36px;padding:.45rem .85rem;cursor:pointer;font-weight:600}.summary-tab.active{background:#111827;border-color:#111827;color:#fff}.summary-toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.summary-main-toolbar{flex-wrap:wrap}.summary-toolbar .auth-input{width:min(320px,100%)}.summary-graph-select{position:relative}.summary-graph-select summary{min-height:36px;display:flex;align-items:center;cursor:pointer;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;font-size:.85rem;font-weight:600;padding:.45rem .85rem;list-style:none}.summary-graph-select summary::-webkit-details-marker{display:none}.summary-graph-menu{position:absolute;top:calc(100% + .35rem);left:0;z-index:40;min-width:260px;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;box-shadow:0 12px 28px #0f172a24;padding:.35rem}.summary-graph-option{display:flex;align-items:center;gap:.55rem;min-height:32px;padding:.35rem .45rem;color:#111827;font-size:.85rem;white-space:nowrap}.summary-count{margin-left:auto;color:#6b7280;font-size:.85rem}.summary-table-wrapper{flex:1;min-height:0;overflow:auto;border:1px solid #e5e7eb;border-radius:.6rem}.summary-table{min-width:920px;table-layout:auto}.summary-table th,.summary-table td{white-space:nowrap}.summary-sticky-col{position:sticky;left:0;z-index:12;min-width:240px;background:#fff}.summary-table thead .summary-sticky-col{z-index:20;background:#f9fafb}.summary-client-row td,.summary-client-row .summary-sticky-col{background:#eff6ff}.summary-metric-name{padding-left:1.5rem!important;color:#4b5563}.summary-inline-chart-row td{background:#f8fafc;padding-top:.45rem;padding-bottom:.55rem}.summary-inline-chart-label{color:#64748b;font-size:.82rem;font-weight:600;padding-left:1.5rem!important;vertical-align:middle}.summary-inline-chart-cell{padding-left:0!important;padding-right:0!important}.summary-inline-sales-chart{height:400px;width:100%;overflow:hidden}.summary-inline-sales-svg{display:block;width:100%;height:400px}.summary-charts-grid{flex:1;min-height:0;overflow:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:1rem}.summary-chart-card{border:1px solid #e5e7eb;border-radius:.7rem;padding:.9rem;background:#fff;min-width:0}.summary-chart-title{font-weight:700;margin-bottom:.5rem}.summary-chart-scroll{overflow-x:auto}.summary-chart{display:block;width:100%;min-width:620px;height:260px}.summary-chart-max{color:#6b7280;font-size:.82rem}@media(max-width:760px){.summary-page{padding:.75rem}.summary-header,.summary-toolbar{flex-direction:column;align-items:stretch}.summary-count{margin-left:0}.summary-charts-grid{grid-template-columns:1fr}}:root.oz-premium{--oz-bg: #080b12;--oz-bg-soft: #0d1320;--oz-panel: rgba(17, 24, 39, .88);--oz-panel-solid: #111827;--oz-panel-2: #151d2e;--oz-line: #263247;--oz-line-strong: #38445d;--oz-text: #eef4ff;--oz-text-soft: #a8b3c7;--oz-text-muted: #6f7d94;--oz-cyan: #5fd7ff;--oz-violet: #c4a1ff;--oz-accent: var(--oz-cyan);--oz-accent-grad: linear-gradient(135deg, #5fd7ff 0%, #c4a1ff 100%);--oz-green: #66d9a2;--oz-red: #fb7185;--oz-shadow: 0 24px 70px rgba(0, 0, 0, .42);--oz-table-head: #172033;--oz-table-active-header: rgba(95, 215, 255, .11);--oz-table-filter-bg: #172033;--oz-table-filter-border: #344259;--oz-row-danger-bg: rgba(251, 113, 133, .12);--oz-row-danger-text: #fda4af;--oz-value-up: #86efac;--oz-value-down: #fca5a5;--oz-chart-grid: rgba(148, 163, 184, .18);--oz-chart-grid-soft: rgba(148, 163, 184, .12);--oz-chart-axis: rgba(148, 163, 184, .34);--oz-chart-text: var(--oz-text-soft);--oz-chart-point: var(--oz-panel-solid);color-scheme:dark;color:var(--oz-text);background:var(--oz-bg)}.oz-premium body{background:radial-gradient(circle at 22% 12%,rgba(95,215,255,.13),transparent 34%),radial-gradient(circle at 82% 8%,rgba(196,161,255,.12),transparent 32%),var(--oz-bg);color:var(--oz-text)}.oz-premium-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--oz-text-soft);background:var(--oz-bg)}.oz-premium-spinner{width:18px;height:18px;border:2px solid rgba(148,163,184,.2);border-top-color:var(--oz-cyan);border-radius:50%;animation:ozSpin .7s linear infinite}@keyframes ozSpin{to{transform:rotate(360deg)}}.oz-premium-shell{min-height:100vh;height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);background:linear-gradient(180deg,#0d1320b8,#080b12f5),var(--oz-bg);color:var(--oz-text)}.oz-premium-sidebar{grid-row:1 / span 2;min-height:0;padding:18px 14px;display:flex;flex-direction:column;gap:18px;background:linear-gradient(180deg,#0a0f19,#090d15);border-right:1px solid var(--oz-line);box-shadow:10px 0 42px #00000042}.oz-premium-brand{min-height:44px;display:flex;align-items:center;gap:10px}.oz-premium-brand-mark{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,var(--oz-cyan),var(--oz-violet));color:#07111f;font-weight:900}.oz-premium-brand strong{display:block;line-height:1.1}.oz-premium-brand small{display:block;margin-top:2px;color:var(--oz-text-muted);font-size:11px}.oz-premium-nav{display:grid;gap:5px}.oz-premium-nav-link{min-height:40px;padding:0 10px;display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:8px;color:var(--oz-text-muted)}.oz-premium-nav-link:hover,.oz-premium-nav-link.active{background:#5fd7ff14;border-color:#5fd7ff2e;color:var(--oz-text)}.oz-premium-sidebar-footer{margin-top:auto;padding-top:14px;display:grid;gap:10px;border-top:1px solid var(--oz-line)}.oz-premium-sidebar-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}.oz-premium-user-row{display:flex;align-items:center;gap:8px;min-width:0}.oz-premium-sidebar-footer .oz-premium-ghost{width:100%;min-height:38px}.oz-premium-sidebar-footer .oz-premium-phone{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis}.oz-premium-sidebar-footer .oz-premium-logout{flex:0 0 38px}.oz-premium-side-card{margin-top:auto;padding:14px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:#ffffff0a}.oz-premium-side-card span,.oz-premium-side-card small{color:var(--oz-text-muted);font-size:12px}.oz-premium-side-card strong{display:block;margin:8px 0 4px;font-size:20px}.oz-premium-topbar{grid-column:2;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px 18px;border-bottom:1px solid var(--oz-line);background:#0d1320eb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 14px 36px #0000003d}.oz-premium-mobile-title{display:none}.oz-premium-controls,.oz-premium-account{display:flex;align-items:center;gap:8px;min-width:0}.oz-premium-controls{flex-wrap:wrap}.oz-premium-search,.oz-premium-date,.oz-premium-select,.oz-premium-action,.oz-premium-ghost,.oz-premium-primary,.oz-premium-logout{min-height:38px;border:1px solid var(--oz-line-strong);border-radius:8px;background:#151d2eeb;color:var(--oz-text)}.oz-premium-search,.oz-premium-date{display:inline-flex;align-items:center;gap:8px;padding:0 10px}.oz-premium-search{width:min(240px,100%)}.oz-premium-search input,.oz-premium-date input{min-width:0;border:0;outline:0;background:transparent;color:inherit}.oz-premium-select{width:132px;padding:0 10px}.oz-premium-client-select{width:230px}.oz-premium-action,.oz-premium-ghost,.oz-premium-primary,.oz-premium-logout{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;cursor:pointer}.oz-premium-action.active,.oz-premium-primary{border-color:#5fd7ff59;background:linear-gradient(135deg,var(--oz-cyan),var(--oz-violet));color:#07111f;font-weight:900}.oz-premium-ghost{color:var(--oz-text-soft)}.oz-premium-logout{width:38px;padding:0;color:#fecdd3}.oz-premium-phone{color:var(--oz-text-soft);white-space:nowrap;font-size:13px}.oz-premium-main{grid-column:2;min-width:0;min-height:0;overflow:hidden}.oz-premium-container{height:100%;padding:18px;overflow:auto}.oz-premium .container{height:100%}.oz-premium .card,.oz-premium .auth-card,.oz-premium .summary-chart-card{background:var(--oz-panel);border:1px solid var(--oz-line);border-radius:8px;box-shadow:var(--oz-shadow);color:var(--oz-text)}.oz-premium .card-body,.oz-premium .card-note,.oz-premium .table-empty,.oz-premium .auth-subtitle{color:var(--oz-text-soft)}.oz-premium .page-title,.oz-premium h1,.oz-premium h2,.oz-premium h3{color:var(--oz-text)}.oz-premium .navbar{display:none}.oz-premium .auth-input,.oz-premium .navbar-input,.oz-premium .navbar-select,.oz-premium input,.oz-premium select,.oz-premium textarea{background:#151d2eeb;border-color:var(--oz-line-strong);color:var(--oz-text)}.oz-premium input::placeholder,.oz-premium textarea::placeholder{color:var(--oz-text-muted)}.oz-premium .auth-input:focus,.oz-premium input:focus,.oz-premium select:focus,.oz-premium textarea:focus{border-color:var(--oz-cyan);box-shadow:0 0 0 3px #5fd7ff2e;outline:none}.oz-premium .primary-btn,.oz-premium .auth-button{background:linear-gradient(135deg,var(--oz-cyan),var(--oz-violet));color:#07111f;border-radius:8px;font-weight:800}.oz-premium .secondary-btn,.oz-premium .admin-tab,.oz-premium .cost-summary-button{background:#151d2eeb;border:1px solid var(--oz-line-strong);color:var(--oz-text);border-radius:8px}.oz-premium .danger-btn{background:#fb71852e;color:#fecdd3;border-radius:8px}.oz-premium .data-table th,.oz-premium .data-table thead .header-row th,.oz-premium .data-table thead.sticky-header th,.oz-premium .data-table thead .filter-row th{background:#151d2e!important;border-color:var(--oz-line);color:var(--oz-text-soft)}.oz-premium .table-wrapper,.oz-premium .summary-table-wrapper,.oz-premium .cost-editor-table-wrapper{isolation:isolate}.oz-premium .data-table thead.sticky-header{position:sticky;top:0;z-index:60;background:#151d2e;box-shadow:0 1px 0 var(--oz-line),0 10px 18px #080b12b8}.oz-premium .data-table thead.sticky-header tr{background:#151d2e}.oz-premium .data-table thead.sticky-header .filter-row{background:var(--oz-table-filter-bg)}.oz-premium .data-table thead.sticky-header th:not(.summary-sticky-col){position:static}.oz-premium .data-table thead.sticky-header th{background-clip:padding-box}.oz-premium .data-table td{background:#1118275c;border-color:#94a3b824;color:var(--oz-text)}.oz-premium .data-table tr:hover td{background:#5fd7ff0f!important}.oz-premium .data-table thead .filter-row th{background:var(--oz-table-filter-bg)!important}.oz-premium .data-table thead .header-row th[style]{background:var(--oz-table-active-header)!important}.oz-premium .data-table tbody tr[style*=background] td,.oz-premium .data-table tbody tr[style*=background-color] td{background:var(--oz-row-danger-bg)!important}.oz-premium .auth-error{background:#fb71851f;color:#fecdd3;border:1px solid rgba(251,113,133,.28)}.oz-premium .auth-success,.oz-premium .status-pill.ok{background:#66d9a21f;color:#bbf7d0;border:1px solid rgba(102,217,162,.26)}.oz-premium .status-pill.muted{background:#94a3b81a;color:var(--oz-text-soft)}.oz-premium .status-pill.active{background:#5fd7ff1f;color:#bae6fd;border:1px solid rgba(95,215,255,.26)}.oz-premium .status-pill.error{background:#fb71851f;color:#fecdd3;border:1px solid rgba(251,113,133,.26)}.oz-premium .summary-graph-menu{background:var(--oz-panel-solid);border:1px solid var(--oz-line);box-shadow:var(--oz-shadow)}.oz-premium .summary-page{padding:0}.oz-premium .summary-card{background:var(--oz-panel);border:1px solid var(--oz-line);border-radius:8px;box-shadow:var(--oz-shadow);color:var(--oz-text)}.oz-premium .summary-subtitle,.oz-premium .summary-control,.oz-premium .summary-count,.oz-premium .summary-chart-max{color:var(--oz-text-soft)}.oz-premium .summary-tab,.oz-premium .summary-graph-select summary{background:#151d2ee0;border-color:var(--oz-line-strong);color:var(--oz-text)}.oz-premium .summary-tab.active{background:#5fd7ff1f;border-color:#5fd7ff5c;color:var(--oz-text)}.oz-premium .summary-table-wrapper{background:#1118276b;border-color:var(--oz-line)}.oz-premium .summary-table th,.oz-premium .summary-table td{background:#1118274d;border-color:#94a3b824}.oz-premium .summary-sticky-col{background:#151d2e!important}.oz-premium .summary-client-row td,.oz-premium .summary-client-row .summary-sticky-col{background:#5fd7ff14!important}.oz-premium .summary-metric-name,.oz-premium .summary-inline-chart-label{color:var(--oz-text-soft)}.oz-premium .summary-inline-chart-row td{background:#94a3b80f!important}.oz-premium .summary-chart-card{background:#111827bd;border-color:var(--oz-line)}.oz-premium .repricer-page{height:100%;min-height:0;display:flex;flex-direction:column;gap:14px;overflow:hidden}.oz-premium .repricer-toolbar,.oz-premium .repricer-card-head,.oz-premium .repricer-toolbar-actions,.oz-premium .repricer-row-actions{display:flex;align-items:center;gap:10px}.oz-premium .repricer-toolbar{justify-content:space-between;flex-wrap:wrap}.oz-premium .repricer-toolbar h1,.oz-premium .repricer-card-head h2{margin:0}.oz-premium .repricer-meta,.oz-premium .repricer-muted{color:var(--oz-text-soft)}.oz-premium .repricer-hard-index-mark{color:#7dd3fc;font-size:12px;font-weight:800;line-height:1.25;margin-top:3px}.oz-premium .repricer-layout{min-height:0;display:grid;grid-template-columns:minmax(240px,288px) minmax(0,1fr);gap:14px;overflow:hidden}.oz-premium .repricer-layout-wide{grid-template-columns:minmax(0,1fr)}.oz-premium .repricer-form,.oz-premium .repricer-rules-card{min-width:0;min-height:0;overflow:hidden}.oz-premium .repricer-form{height:fit-content;padding:18px}.oz-premium .repricer-form-grid{display:grid;gap:12px}.oz-premium .repricer-switch{min-height:42px;display:flex;align-items:center;gap:9px;color:var(--oz-text)}.oz-premium .repricer-price-preview-input{font-weight:800}.oz-premium .repricer-price-preview-input[readonly]{cursor:default}.oz-premium .repricer-form-hint,.oz-premium .repricer-form-error{margin-top:5px;font-size:12px;line-height:1.35}.oz-premium .repricer-form-hint{color:var(--oz-text-soft)}.oz-premium .repricer-form-error{color:#fda4af}.oz-premium .repricer-submit,.oz-premium .repricer-toolbar-actions .primary-btn,.oz-premium .repricer-toolbar-actions .secondary-btn,.oz-premium .repricer-row-actions .secondary-btn,.oz-premium .repricer-row-actions .primary-btn,.oz-premium .repricer-row-actions .danger-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px}.oz-premium .repricer-submit{width:100%;margin-top:14px}.oz-premium .repricer-rules-card{padding:18px;display:flex;flex-direction:column;gap:12px}.oz-premium .repricer-card-head{justify-content:space-between}.oz-premium .repricer-card-head-actions{display:inline-flex;align-items:center;gap:10px}.oz-premium .repricer-card-head span{min-width:34px;height:26px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#5fd7ff21;color:var(--oz-text);font-weight:800;white-space:nowrap}.oz-premium .repricer-table-wrap{min-height:0;overflow:auto}.oz-premium .repricer-mapping-table{table-layout:fixed;width:100%;min-width:1210px}.oz-premium .repricer-mapping-table .repricer-col-check{width:34px}.oz-premium .repricer-mapping-table .repricer-col-ozon{width:22%}.oz-premium .repricer-mapping-table .repricer-col-ozon-min-price{width:115px}.oz-premium .repricer-mapping-table .repricer-col-ozon-price{width:135px}.oz-premium .repricer-mapping-table .repricer-col-ozon-site-price{width:170px}.oz-premium .repricer-mapping-table .repricer-col-index{width:130px}.oz-premium .repricer-mapping-table .repricer-col-wb-sku{width:225px}.oz-premium .repricer-mapping-table .repricer-col-wb-name{width:215px}.oz-premium .repricer-mapping-table th:first-child,.oz-premium .repricer-mapping-table td:first-child{width:34px;min-width:34px;max-width:34px;padding-left:6px;padding-right:3px;text-align:center}.oz-premium .repricer-mapping-row-in-rule{background:#38bdf814}.oz-premium .repricer-mapping-row-in-rule td{border-top-color:#38bdf833}.oz-premium .repricer-rule-badge{align-items:center;border-radius:50%;display:inline-flex;flex:0 0 auto;font-size:12px;font-weight:800;justify-content:center;line-height:1;height:24px;min-height:24px;padding:0;width:24px}.oz-premium .repricer-rule-badge.is-active{background:#38bdf82e;color:#7dd3fc}.oz-premium .repricer-rule-badge.is-paused{background:#94a3b829;color:#cbd5e1}.oz-premium .repricer-mapping-filters{display:grid;grid-template-columns:minmax(105px,155px) minmax(95px,130px) minmax(125px,145px) minmax(120px,140px) minmax(470px,530px) minmax(300px,1fr);align-items:center;gap:10px}.oz-premium .repricer-mapping-rule-create{min-width:0;display:grid;grid-template-columns:minmax(98px,1fr) minmax(98px,1fr) 108px 94px;align-items:end;gap:8px;padding:8px;border:1px solid rgba(125,147,190,.28);border-radius:8px;background:#3f517729}.oz-premium .repricer-mapping-current-index,.oz-premium .repricer-mapping-target-index{min-width:0;display:grid;gap:4px;color:var(--oz-text-soft);font-size:11px;line-height:1}.oz-premium .repricer-mapping-hard-index{align-items:center;border:1px solid rgba(148,163,184,.22);border-radius:8px;color:var(--oz-text-soft);display:inline-flex;font-size:12px;font-weight:800;gap:7px;justify-content:flex-start;min-height:36px;min-width:0;padding:0 8px;white-space:normal}.oz-premium .repricer-mapping-hard-index span{line-height:1.05;max-width:68px}.oz-premium .repricer-mapping-hard-index input{accent-color:#38bdf8;height:14px;margin:0;width:14px}.oz-premium .repricer-mapping-rule-create .primary-btn{line-height:1.05;min-height:36px;min-width:0;padding-left:10px;padding-right:10px;white-space:normal}.oz-premium .repricer-mapping-pager{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap;color:var(--oz-text-soft);font-size:13px}.oz-premium .repricer-mapping-pager>span{color:var(--oz-text);font-weight:800}.oz-premium .repricer-mapping-pager .secondary-btn{min-height:34px;padding:6px 10px}.oz-premium .repricer-mapping-search,.oz-premium .repricer-mapping-select{min-height:36px;padding:7px 10px;font-size:13px}.oz-premium .repricer-sort-btn{border:0;padding:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:5px;font:inherit;font-weight:800;text-align:left;cursor:pointer}.oz-premium .repricer-sort-btn:hover{color:var(--oz-accent)}.oz-premium .repricer-table td{vertical-align:top}.oz-premium .repricer-table-input{width:min(220px,100%);min-height:34px;padding:7px 10px;font-size:13px}.oz-premium .repricer-table-input-sku{width:min(165px,100%)}.oz-premium .repricer-table-input-name{width:min(187px,100%)}.oz-premium .repricer-table-input-price{width:min(96px,100%)}.oz-premium .repricer-modal-backdrop{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:20px;background:#030712a8}.oz-premium .repricer-modal{width:min(760px,100%);max-height:min(720px,calc(100vh - 40px));display:grid;gap:14px;overflow:hidden;border:1px solid var(--oz-line);border-radius:8px;padding:18px;background:var(--oz-panel-solid);color:var(--oz-text);box-shadow:0 24px 80px #00000057}.oz-premium .repricer-modal-head,.oz-premium .repricer-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.oz-premium .repricer-modal-head h2{margin:0}.oz-premium .repricer-modal-text{margin:0;color:var(--oz-text-soft)}.oz-premium .repricer-modal-actions{justify-content:flex-end}.oz-premium .repricer-min-price-list{min-height:0;max-height:420px;display:grid;gap:8px;overflow:auto;padding-right:4px}.oz-premium .repricer-min-price-row{display:grid;grid-template-columns:minmax(0,1fr) 140px;align-items:center;gap:12px;padding:10px;border:1px solid rgba(125,147,190,.24);border-radius:8px;background:#121c2e4d}.oz-premium .repricer-min-price-row span{min-width:0;display:grid;gap:4px}.oz-premium .repricer-min-price-row strong{overflow-wrap:anywhere}.oz-premium .repricer-min-price-row small{color:var(--oz-text-soft)}.oz-premium .repricer-image-cell{min-width:0;display:inline-flex;align-items:center;gap:6px;max-width:100%}.oz-premium .repricer-image-cell strong{min-width:0;overflow-wrap:normal;word-break:normal}.oz-premium .repricer-price-lines{display:grid;gap:3px;color:var(--oz-text);font-size:11px;line-height:1.25;white-space:nowrap}.oz-premium .repricer-price-lines span:last-child{color:var(--oz-text-soft)}.oz-premium .repricer-image-btn,.oz-premium .repricer-market-link,.oz-premium .repricer-image-close{border:1px solid var(--oz-line);background:#94a3b814;color:var(--oz-text-soft);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.oz-premium .repricer-image-btn{width:28px;height:28px;flex:0 0 28px;border-radius:8px}.oz-premium .repricer-market-link{width:28px;height:28px;flex:0 0 28px;border-radius:8px;text-decoration:none}.oz-premium .repricer-market-link svg{width:24px;height:24px;display:block}.oz-premium .repricer-market-link text{fill:currentColor;font-size:9px;font-weight:900;letter-spacing:0}.oz-premium .repricer-product-link{border:0;padding:0;background:transparent;color:var(--oz-text);font-weight:800;text-decoration:none;font:inherit;cursor:pointer}.oz-premium .repricer-product-link:hover{color:var(--oz-accent);text-decoration:underline;text-underline-offset:3px}.oz-premium .repricer-image-btn:hover,.oz-premium .repricer-market-link:hover,.oz-premium .repricer-image-close:hover{color:var(--oz-text);border-color:#5fd7ff73}.oz-premium .repricer-image-preview{width:156px;margin-top:8px;overflow:hidden;border:1px solid var(--oz-line);border-radius:8px;background:#0f172af5;box-shadow:0 14px 32px #00000047}.oz-premium .repricer-image-preview-head{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 7px;color:var(--oz-text-soft);font-size:11px;line-height:1.2}.oz-premium .repricer-image-preview-head span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oz-premium .repricer-image-close{width:22px;height:22px;flex:0 0 22px;border-radius:7px}.oz-premium .repricer-image-preview img,.oz-premium .repricer-image-empty{width:100%;aspect-ratio:3 / 4;display:block}.oz-premium .repricer-image-preview img{object-fit:cover;background:#0f172ab8}.oz-premium .repricer-image-empty{display:flex;align-items:center;justify-content:center;padding:12px;color:var(--oz-text-soft);font-size:12px;text-align:center;background:#94a3b814}.oz-premium .repricer-status{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:8px;background:#94a3b826;color:var(--oz-text);font-size:12px;font-weight:800}.oz-premium .repricer-status-applied,.oz-premium .repricer-status-checked,.oz-premium .repricer-status-restored,.oz-premium .repricer-status-active{background:#22c55e26;color:#86efac}.oz-premium .repricer-status-error{background:#fb718529;color:#fda4af}.oz-premium .repricer-status-needs_confirmation,.oz-premium .repricer-status-needs_update,.oz-premium .repricer-status-outside_hours,.oz-premium .repricer-status-paused{background:#f59e0b29;color:#fcd34d}.oz-premium .repricer-index{display:inline-flex;align-items:center;min-height:22px;margin-left:8px;padding:0 8px;border-radius:8px;font-size:12px;font-weight:800;vertical-align:middle}.oz-premium .repricer-index-super,.oz-premium .repricer-index-green{background:#22c55e26;color:#86efac}.oz-premium .repricer-index-yellow{background:#f59e0b29;color:#fcd34d}.oz-premium .repricer-index-red{background:#fb718529;color:#fda4af}.oz-premium .repricer-index-detail{margin-top:5px;font-size:11px;line-height:1.25;white-space:normal}.oz-premium .repricer-error{max-width:260px;margin-top:6px;color:#fda4af;font-size:12px;line-height:1.35}.oz-premium .repricer-progress{width:min(240px,100%);margin-top:8px;display:grid;gap:6px;color:var(--oz-text-soft);font-size:12px;line-height:1.35}.oz-premium .repricer-progress>div{position:relative;height:4px;overflow:hidden;border-radius:999px;background:#94a3b82e}.oz-premium .repricer-progress>div:after{content:"";position:absolute;inset-block:0;left:-45%;width:45%;border-radius:inherit;background:linear-gradient(90deg,#5fd7ff26,#5fd7ffe6);animation:repricer-progress-slide 1.1s ease-in-out infinite}@keyframes repricer-progress-slide{0%{transform:translate(0)}to{transform:translate(320%)}}.oz-premium .repricer-row-actions{align-items:stretch;flex-wrap:wrap}.oz-premium .repricer-row-actions button{width:38px;min-width:38px;min-height:34px;padding:0}.oz-premium .repricer-row-actions .repricer-confirm-btn{width:auto;min-width:0;padding:0 12px}.oz-premium .repricer-below-min-toggle{align-items:center;border:1px solid rgba(148,163,184,.22);border-radius:8px;color:var(--muted);display:inline-flex;font-size:12px;font-weight:700;gap:6px;min-height:34px;padding:0 8px;white-space:nowrap}.oz-premium .repricer-below-min-toggle input{accent-color:#38bdf8;height:14px;margin:0;width:14px}.oz-premium .repricer-expand-btn svg{transition:transform .18s ease}.oz-premium .repricer-expand-btn.is-expanded svg{transform:rotate(180deg)}.oz-premium .repricer-rule-children-row td{padding-top:0;background:#0f172a2e}.oz-premium .repricer-rule-children{display:grid;gap:6px;padding:8px 10px 12px;border-top:1px solid rgba(125,147,190,.14)}.oz-premium .repricer-rule-child{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(110px,.7fr) minmax(90px,.55fr) minmax(110px,.65fr) minmax(130px,.8fr) minmax(90px,.5fr) 34px;gap:12px;align-items:center;min-height:28px;padding:6px 8px;border:1px solid rgba(125,147,190,.14);border-radius:8px;color:var(--oz-text);font-size:12px}.oz-premium .repricer-rule-child span:not(:first-child){color:var(--oz-text-soft)}.oz-premium .repricer-rule-child-delete{width:30px;min-width:30px;min-height:28px;padding:0;justify-self:end}.oz-premium .summary-graph-option{color:var(--oz-text)}.oz-premium{--oz-metric-default: var(--oz-text);--oz-metric-negative: #fda4af;--oz-metric-highlight: #86efac}.oz-premium .admin-tab.active{background:#5fd7ff1f;border-color:#5fd7ff57;color:var(--oz-text)}.oz-premium .admin-report-controls,.oz-premium .admin-worker-actions,.oz-premium .admin-worker-summary-item,.oz-premium .admin-job-json{background:#151d2eb8;border:1px solid var(--oz-line);color:var(--oz-text)}.oz-premium .admin-worker-summary-item span,.oz-premium .admin-report-note,.oz-premium .admin-worker-actions span{color:var(--oz-text-soft)}.oz-premium .admin-worker-summary-item strong{color:var(--oz-text)}.oz-premium .admin-report-error{color:#fda4af}.oz-premium .cost-row-missing td{background:#fb71851a!important}.oz-premium .cost-row-missing .cost-value-input{background:#fb71851a;border-color:#fb71856b}.oz-premium .cost-row-dirty td{background:#fbbf241a!important}.oz-premium .cost-row-fill td,.oz-premium .cost-row-highlight td{background:#5fd7ff1f!important}.oz-premium .upload-workspace{height:100%;min-height:0;grid-template-columns:minmax(420px,.95fr) minmax(520px,1.05fr);align-items:stretch;gap:16px;padding:0;overflow:hidden}.oz-premium .upload-settings-card,.oz-premium .cost-editor-card{height:100%;min-height:0;min-width:0;overflow:hidden}.oz-premium .upload-settings-body{min-height:0;overflow:auto}.oz-premium .upload-panel-section{border-color:#e2e8f0d6}.oz-premium .upload-client-row,.oz-premium .upload-two-column-row,.oz-premium .upload-new-client-row,.oz-premium .upload-delete-client-row,.oz-premium .cost-file-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;align-items:end}.oz-premium .upload-client-row{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"client collapse" "our nds" "actions actions";align-items:center}.oz-premium .upload-client-row .current-client-display{grid-area:client}.oz-premium .upload-client-row .upload-percent-field:nth-of-type(1){grid-area:our}.oz-premium .upload-client-row .upload-percent-field:nth-of-type(2){grid-area:nds}.oz-premium .upload-client-row .upload-checkbox{grid-area:collapse;align-self:end;justify-self:end;min-height:44px;padding-bottom:2px}.oz-premium .upload-client-row .upload-client-actions{grid-area:actions}.oz-premium .upload-client-row>*,.oz-premium .upload-two-column-row>*,.oz-premium .upload-new-client-row>*,.oz-premium .upload-delete-client-row>*,.oz-premium .cost-file-actions>*{min-width:0}.oz-premium .upload-client-actions{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px}.oz-premium .upload-client-actions .secondary-btn,.oz-premium .upload-client-actions .primary-btn{flex:1 1 0}.oz-premium .upload-client-actions .secondary-btn,.oz-premium .upload-client-actions .primary-btn,.oz-premium .upload-two-column-row>.primary-btn,.oz-premium .upload-new-client-row>.primary-btn,.oz-premium .upload-delete-client-row>.danger-btn,.oz-premium .cost-file-actions>.secondary-btn,.oz-premium .cost-file-actions>.primary-btn{width:100%;min-width:0}.oz-premium .current-client-display span,.oz-premium .auth-label,.oz-premium .cost-editor-header p,.oz-premium .cost-editor-summary,.oz-premium .cost-collapse-toggle{color:var(--oz-text-soft)}.oz-premium .current-client-display strong{color:var(--oz-text)}.oz-premium .cost-editor-header{align-items:flex-start}.oz-premium .cost-editor-actions{min-width:0;width:min(100%,360px);flex-wrap:wrap}.oz-premium .cost-search-input{min-width:180px;flex:1 1 180px}.oz-premium .cost-editor-actions .primary-btn{flex:1 1 120px;min-width:120px}.oz-premium .cost-editor-table-wrapper{min-height:0;overflow:auto}.oz-premium .upload-checkbox{min-width:0;white-space:normal}.oz-premium .upload-checkbox span{min-width:0;overflow-wrap:anywhere}.oz-premium .cost-file-input input[type=file]{width:100%;min-width:0;overflow:hidden}.oz-premium .cost-status-line,.oz-premium .upload-section-title-row{min-width:0}.oz-premium .upload-section-title-row{flex-wrap:wrap}.oz-premium .upload-section-title-row span{color:var(--oz-text-soft)}@media(max-width:1180px){.oz-premium-shell{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.oz-premium-sidebar{display:none}.oz-premium-topbar,.oz-premium-main{grid-column:1}.oz-premium-mobile-title{display:inline-flex;align-items:center;gap:8px;color:var(--oz-text);font-weight:800}.oz-premium-topbar{grid-template-columns:1fr}.oz-premium-controls,.oz-premium-account{flex-wrap:wrap}.oz-premium-sidebar-footer{margin-top:0;padding-top:0;border-top:0}.oz-premium .upload-workspace,.oz-premium .repricer-layout{grid-template-columns:1fr;overflow:auto}.oz-premium .repricer-mapping-filters{grid-template-columns:1fr}.oz-premium .upload-settings-card,.oz-premium .cost-editor-card{height:auto;min-height:520px}}@media(max-width:720px){.oz-premium-topbar,.oz-premium-container{padding:10px}.oz-premium-search,.oz-premium-select,.oz-premium-client-select,.oz-premium-action,.oz-premium-primary,.oz-premium-ghost{width:100%}.oz-premium-account{align-items:stretch}.oz-premium .upload-client-row,.oz-premium .upload-two-column-row,.oz-premium .upload-new-client-row,.oz-premium .upload-delete-client-row,.oz-premium .cost-file-actions{grid-template-columns:1fr}.oz-premium .upload-client-row{grid-template-areas:"client" "collapse" "our" "nds" "actions"}.oz-premium .upload-client-row .upload-checkbox{justify-self:start;min-height:auto;padding-bottom:0}.oz-premium .upload-client-actions{flex-wrap:wrap}.oz-premium .repricer-toolbar-actions{width:100%;align-items:stretch}.oz-premium .repricer-toolbar-actions button{flex:1 1 0}}.oz-premium-theme-toggle{width:100%;min-height:38px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--oz-line-strong);border-radius:8px;background:var(--oz-control-bg, rgba(21, 29, 46, .92));color:var(--oz-text-soft);cursor:pointer}.oz-premium-theme-toggle:hover{color:var(--oz-text);border-color:#0ea5e957;background:var(--oz-nav-hover-bg, rgba(95, 215, 255, .08))}:root.oz-premium.theme-light{--oz-bg: #f5f7fb;--oz-bg-soft: #eef3f8;--oz-panel: rgba(255, 255, 255, .92);--oz-panel-solid: #ffffff;--oz-panel-2: #f8fbff;--oz-line: #d7e0ec;--oz-line-strong: #bac7d8;--oz-text: #172033;--oz-text-soft: #475569;--oz-text-muted: #7a8798;--oz-cyan: #0ea5e9;--oz-violet: #8b5cf6;--oz-accent: var(--oz-cyan);--oz-accent-grad: linear-gradient(135deg, #38bdf8 0%, #a78bfa 100%);--oz-green: #059669;--oz-red: #dc2626;--oz-shadow: 0 18px 46px rgba(32, 48, 72, .12);--oz-table-head: #eef4fb;--oz-table-active-header: rgba(14, 165, 233, .1);--oz-table-filter-bg: #eef4fb;--oz-table-filter-border: #c4d0df;--oz-row-danger-bg: rgba(220, 38, 38, .09);--oz-row-danger-text: #b91c1c;--oz-value-up: #047857;--oz-value-down: #b91c1c;--oz-chart-grid: #dbe4ef;--oz-chart-grid-soft: #edf3f9;--oz-chart-axis: #b8c5d6;--oz-chart-text: #64748b;--oz-chart-point: #ffffff;--oz-control-bg: rgba(255, 255, 255, .88);--oz-field-bg: #ffffff;--oz-sidebar-bg: linear-gradient(180deg, #ffffff 0%, #eef4fa 100%);--oz-shell-bg: linear-gradient(180deg, rgba(248, 251, 255, .86), rgba(239, 245, 251, .96)), var(--oz-bg);--oz-nav-hover-bg: rgba(14, 165, 233, .08);color-scheme:light}.oz-premium.theme-light body{background:radial-gradient(circle at 22% 12%,rgba(14,165,233,.14),transparent 34%),radial-gradient(circle at 82% 8%,rgba(139,92,246,.1),transparent 32%),var(--oz-bg);color:var(--oz-text)}.oz-premium.theme-light .oz-premium-shell{background:var(--oz-shell-bg)}.oz-premium.theme-light .oz-premium-sidebar{background:var(--oz-sidebar-bg);box-shadow:10px 0 42px #2030481a}.oz-premium.theme-light .oz-premium-topbar{background:#ffffffe0;box-shadow:0 14px 36px #2030481a}.oz-premium.theme-light .oz-premium-search,.oz-premium.theme-light .oz-premium-date,.oz-premium.theme-light .oz-premium-select,.oz-premium.theme-light .oz-premium-action,.oz-premium.theme-light .oz-premium-ghost,.oz-premium.theme-light .oz-premium-logout,.oz-premium.theme-light .auth-input,.oz-premium.theme-light .navbar-input,.oz-premium.theme-light .navbar-select,.oz-premium.theme-light input,.oz-premium.theme-light select,.oz-premium.theme-light textarea{background:var(--oz-field-bg);border-color:var(--oz-line-strong);color:var(--oz-text)}.oz-premium.theme-light .oz-premium-ghost,.oz-premium.theme-light .oz-premium-phone,.oz-premium.theme-light .oz-premium-nav-link{color:var(--oz-text-soft)}.oz-premium.theme-light .oz-premium-nav-link:hover,.oz-premium.theme-light .oz-premium-nav-link.active{background:var(--oz-nav-hover-bg);color:var(--oz-text)}.oz-premium.theme-light .card,.oz-premium.theme-light .auth-card,.oz-premium.theme-light .summary-chart-card,.oz-premium.theme-light .summary-card{background:var(--oz-panel);border-color:var(--oz-line);color:var(--oz-text)}.oz-premium.theme-light .secondary-btn,.oz-premium.theme-light .admin-tab,.oz-premium.theme-light .cost-summary-button,.oz-premium.theme-light .summary-tab,.oz-premium.theme-light .summary-graph-select summary,.oz-premium.theme-light .admin-report-controls,.oz-premium.theme-light .admin-worker-actions,.oz-premium.theme-light .admin-worker-summary-item,.oz-premium.theme-light .admin-job-json{background:var(--oz-control-bg);border-color:var(--oz-line);color:var(--oz-text)}.oz-premium.theme-light .data-table th,.oz-premium.theme-light .data-table thead .header-row th,.oz-premium.theme-light .data-table thead.sticky-header th,.oz-premium.theme-light .data-table thead .filter-row th{background:#eef4fb!important;border-color:var(--oz-line);color:#334155}.oz-premium.theme-light .data-table td,.oz-premium.theme-light .summary-table th,.oz-premium.theme-light .summary-table td{background:#ffffffc7;border-color:#94a3b833;color:var(--oz-text)}.oz-premium.theme-light .data-table tr:hover td{background:#0ea5e914!important}.oz-premium.theme-light .repricer-status-applied,.oz-premium.theme-light .repricer-status-checked,.oz-premium.theme-light .repricer-status-restored,.oz-premium.theme-light .repricer-status-active{background:#16a34a1f;color:#166534}.oz-premium.theme-light .repricer-status-error,.oz-premium.theme-light .repricer-error{color:#b91c1c}.oz-premium.theme-light .repricer-status-needs_confirmation,.oz-premium.theme-light .repricer-status-needs_update,.oz-premium.theme-light .repricer-status-outside_hours,.oz-premium.theme-light .repricer-status-paused{background:#d977061f;color:#92400e}.oz-premium.theme-light .repricer-index-super,.oz-premium.theme-light .repricer-index-green{background:#16a34a1f;color:#166534}.oz-premium.theme-light .repricer-index-yellow{background:#d977061f;color:#92400e}.oz-premium.theme-light .repricer-index-red{background:#dc26261a;color:#b91c1c}.oz-premium.theme-light .summary-sticky-col{background:#eef4fb!important}.oz-premium.theme-light .summary-table-wrapper{background:#fff;border-color:var(--oz-line)}.oz-premium.theme-light .summary-table thead,.oz-premium.theme-light .summary-table thead tr,.oz-premium.theme-light .summary-table thead th{background:#eef4fb!important;background-color:#eef4fb!important;color:#334155!important}.oz-premium.theme-light .summary-table td{background:#ffffffeb!important;background-color:#ffffffeb!important;color:var(--oz-text)!important}.oz-premium.theme-light .summary-table .summary-sticky-col{background:#f8fbff!important;background-color:#f8fbff!important;box-shadow:1px 0 0 var(--oz-line)}.oz-premium.theme-light .summary-table .summary-client-row td,.oz-premium.theme-light .summary-table .summary-client-row .summary-sticky-col{background:#0ea5e91a!important;background-color:#0ea5e91a!important}.oz-premium.theme-light .summary-inline-chart-row td{background:#f8fbffeb!important;background-color:#f8fbffeb!important}.oz-premium.theme-light .summary-graph-menu,.oz-premium.theme-light .summary-chart-card{background:#fff;border-color:var(--oz-line)}.oz-premium.theme-light .auth-error{background:#dc262614;border-color:#dc26262e;color:#b91c1c}.oz-premium.theme-light .auth-success,.oz-premium.theme-light .status-pill.ok{background:#0596691a;color:#047857;border-color:#05966938}.oz-premium.theme-light .status-pill.error,.oz-premium.theme-light .danger-btn{background:#dc26261a;color:#b91c1c;border-color:#dc262633}.oz-premium .manager-profile{display:flex;flex-direction:column;gap:18px}.oz-premium .manager-profile-panel,.oz-premium .manager-profile-card{border:1px solid var(--oz-line);border-radius:8px;background:var(--oz-panel);box-shadow:var(--oz-shadow)}.oz-premium .manager-profile h2{margin:0;color:var(--oz-text)}.oz-premium .manager-profile p{margin:10px 0 0;max-width:760px;color:var(--oz-text-soft);line-height:1.55}.oz-premium .manager-profile-card-bottom,.oz-premium .manager-profile-card em,.oz-premium .manager-profile-buy-card small,.oz-premium .manager-profile-buy-note{color:var(--oz-text-soft)}.oz-premium .manager-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.oz-premium .manager-profile-card{padding:18px}.oz-premium .manager-profile-card-top,.oz-premium .manager-profile-card-bottom,.oz-premium .manager-profile-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.oz-premium .manager-profile-card-top span,.oz-premium .manager-profile-pill{border:1px solid rgba(95,215,255,.28);border-radius:999px;padding:4px 9px;color:var(--oz-accent);background:#5fd7ff1a;font-size:12px;font-weight:800}.oz-premium .manager-profile-card>strong{display:block;margin-top:18px;color:var(--oz-text);font-size:24px}.oz-premium .manager-profile-meter{height:8px;margin:16px 0 12px;overflow:hidden;border-radius:999px;background:var(--oz-panel-2)}.oz-premium .manager-profile-meter i{display:block;height:100%;border-radius:inherit;background:var(--oz-accent-grad)}.oz-premium .manager-profile-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.oz-premium .manager-profile-panel{padding:20px}.oz-premium .manager-profile-table-wrap{margin-top:18px;overflow-x:auto;border:1px solid var(--oz-line);border-radius:8px}.oz-premium .manager-profile-table{width:100%;border-collapse:collapse;table-layout:fixed}.oz-premium .manager-profile-table th:nth-child(1),.oz-premium .manager-profile-table td:nth-child(1){width:40%}.oz-premium .manager-profile-table th:nth-child(2),.oz-premium .manager-profile-table td:nth-child(2){width:18%}.oz-premium .manager-profile-table th:nth-child(3),.oz-premium .manager-profile-table td:nth-child(3){width:20%}.oz-premium .manager-profile-table th:nth-child(4),.oz-premium .manager-profile-table td:nth-child(4){width:22%}.oz-premium .manager-profile-table th{background:var(--oz-table-head);color:var(--oz-text-soft);text-align:left;font-size:12px;font-weight:800}.oz-premium .manager-profile-table th,.oz-premium .manager-profile-table td{border-bottom:1px solid var(--oz-line);padding:10px 8px;color:var(--oz-text);overflow-wrap:anywhere;vertical-align:middle}.oz-premium .manager-profile-table .oz-premium-ghost{min-height:34px;padding-inline:10px;white-space:nowrap}.oz-premium .manager-profile-status{display:inline-flex;align-items:center;min-height:28px;border:1px solid var(--oz-line);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800;white-space:nowrap}.oz-premium .manager-profile-status.is-ok{border-color:#22c55e40;color:var(--oz-success);background:#22c55e1a}.oz-premium .manager-profile-status.is-warning{border-color:#f59e0b47;color:#f59e0b;background:#f59e0b1a}.oz-premium .manager-profile-status.is-neutral{color:var(--oz-text-soft);background:var(--oz-panel-2)}.oz-premium .manager-profile-danger{border-color:#ef444452!important;color:#fca5a5!important;background:#ef44441a!important}.oz-premium .manager-profile-danger:hover:not(:disabled){border-color:#ef444485!important;color:#fecaca!important;background:#ef44442e!important}.oz-premium .manager-profile-buy{display:flex;flex-direction:column;gap:14px}.oz-premium .manager-profile-buy-note{display:grid;gap:4px;border:1px solid var(--oz-line);border-radius:8px;padding:12px 14px;background:var(--oz-panel-2);font-size:13px;line-height:1.45}.oz-premium .manager-profile-buy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.oz-premium .manager-profile-buy-card{display:grid;gap:8px;border:1px solid var(--oz-line);border-radius:8px;padding:14px;color:var(--oz-text);background:var(--oz-panel-2)}.oz-premium .manager-profile-buy-card span{font-weight:800}.oz-premium .manager-profile-buy-card input{width:100%;border:1px solid var(--oz-field-border);border-radius:8px;padding:11px 12px;color:var(--oz-text);background:var(--oz-field);font:inherit;font-weight:800}.oz-premium .manager-profile-buy-card input:focus{outline:none;border-color:#5fd7ffb8;box-shadow:var(--oz-focus)}.oz-premium .manager-profile-total{display:grid;gap:8px;border:1px solid var(--oz-line);border-radius:8px;padding:14px;background:var(--oz-panel-2)}.oz-premium .manager-profile-total div{display:flex;align-items:center;justify-content:space-between;gap:12px}.oz-premium .manager-profile-total span{color:var(--oz-text-soft)}.oz-premium .manager-profile-total strong{color:var(--oz-text)}.oz-premium .manager-profile-total .manager-profile-discount strong{color:var(--oz-success)}.oz-premium .manager-profile-total-line{margin-top:4px;border-top:1px solid var(--oz-line);padding-top:10px}.oz-premium .manager-profile-total-line strong{font-size:24px}.oz-premium .manager-profile-payment{display:grid;justify-items:center;gap:12px;border:1px solid var(--oz-line);border-radius:8px;padding:14px;text-align:center;color:var(--oz-text);background:var(--oz-panel-2)}.oz-premium .manager-profile-payment>div{display:grid;gap:4px}.oz-premium .manager-profile-payment span,.oz-premium .manager-profile-payment small{color:var(--oz-text-soft)}.oz-premium .manager-profile-payment img{width:180px;height:180px;border-radius:8px;background:#fff;padding:8px}.oz-premium .manager-profile-pay{margin-top:6px}.oz-premium .manager-profile-pay:disabled{cursor:not-allowed;opacity:.45;filter:grayscale(.45)}.oz-premium .manager-profile-modal-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px;background:#0307129e}.oz-premium .manager-profile-modal{width:min(560px,100%);display:grid;gap:14px;border:1px solid var(--oz-line);border-radius:8px;padding:18px;background:var(--oz-panel-solid);color:var(--oz-text);box-shadow:0 24px 80px #00000052}.oz-premium .manager-profile-modal-head,.oz-premium .manager-profile-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.oz-premium .manager-profile-modal-actions{justify-content:flex-end}.oz-premium .manager-profile-field{display:grid;gap:7px;color:var(--oz-text)}.oz-premium .manager-profile-field span{color:var(--oz-text-soft);font-size:13px;font-weight:700}.oz-premium .manager-profile-field small{color:var(--oz-text-soft)}.oz-premium .manager-profile-field input,.oz-premium .manager-profile-field textarea{width:100%;border:1px solid var(--oz-field-border);border-radius:8px;padding:11px 12px;color:var(--oz-text);background:var(--oz-field);font:inherit}.oz-premium .manager-profile-field textarea{resize:vertical}.oz-premium .manager-profile-field input:focus,.oz-premium .manager-profile-field textarea:focus{outline:none;border-color:#5fd7ffb8;box-shadow:var(--oz-focus)}.oz-premium.theme-light .manager-profile-panel,.oz-premium.theme-light .manager-profile-card{background:#fff}.oz-premium.theme-light .manager-profile-table th{background:#eef4fb}.oz-premium .admin-payments-toolbar{display:flex;justify-content:flex-end;margin:0 0 14px}@media(max-width:980px){.oz-premium .manager-profile-layout,.oz-premium .manager-profile-grid{grid-template-columns:1fr}.oz-premium .manager-profile-section-head{align-items:flex-start;flex-direction:column}}@media(max-width:1200px){.oz-premium .manager-profile-buy-grid{grid-template-columns:1fr}}
