*{box-sizing:border-box}html,body,#root{width:100%;min-width:100%;min-height:100vh;margin:0}body{color:#17191f;background:#f6f7f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.app{min-height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #e8e9ed;width:240px;padding:24px 14px;position:fixed;top:0;bottom:0;left:0}.brand{align-items:center;gap:12px;padding:0 10px 28px;display:flex}.brandLogo{color:#fff;background:#17191f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:700;display:flex}.brandName{font-size:18px;font-weight:700}.brandSub{color:#9296a0;margin-top:2px;font-size:12px}.nav{flex-direction:column;gap:5px;display:flex}.navItem{color:#656a75;border-radius:10px;align-items:center;min-height:44px;padding:0 14px;font-size:14px;font-weight:500;display:flex}.navItem:hover{color:#17191f;background:#f3f4f6}.navItem.active{color:#245eea;background:#edf2ff;font-weight:600}.content{width:calc(100% - 240px);margin-left:240px;padding:32px}.content h1{margin:0;font-size:28px}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] body,html[data-theme=dark] #root{color:#e7eaf0!important;background:#0d1117!important}html[data-theme=dark] main,html[data-theme=dark] .app-main,html[data-theme=dark] .app-content{background:#0d1117!important}html[data-theme=dark] aside,html[data-theme=dark] nav{background-color:#11161e!important;border-color:#262d38!important}html[data-theme=dark] section,html[data-theme=dark] article{border-color:#29313d!important}html[data-theme=dark] .settings-card,html[data-theme=dark] .reports-card,html[data-theme=dark] .report-kpi{box-shadow:none!important;background:#151b23!important;border-color:#29313d!important}html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] strong{color:#f1f3f7!important}html[data-theme=dark] p,html[data-theme=dark] span,html[data-theme=dark] label,html[data-theme=dark] td{border-color:#29313d}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{color:#eef1f5!important;background:#10161e!important;border-color:#343d4a!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#737e8e!important}html[data-theme=dark] option{color:#f0f2f5;background:#151b23}html[data-theme=dark] table{background:#151b23!important}html[data-theme=dark] thead,html[data-theme=dark] .reports-table thead{background:#10161e!important}html[data-theme=dark] th,html[data-theme=dark] td,html[data-theme=dark] tr{border-color:#29313d!important}html[data-theme=dark] .reports-table tbody tr:hover{background:#1b222c!important}html[data-theme=dark] button:not(.settings-primary-button){border-color:#343d4a}html[data-theme=dark] .settings-tab{color:#929cac}html[data-theme=dark] .settings-tab.active{color:#fff}html[data-theme=dark] .settings-empty,html[data-theme=dark] .printer-option{background:#10161e!important;border-color:#343d4a!important}html[data-theme=dark] .margin-meter,html[data-theme=dark] .attention-icon{background:#10161e!important}html[data-theme=dark] .chart-grid-line{background:#29313d!important}.dashboardPage{width:100%;max-width:1500px;margin:0 auto}.dashboardHeader{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.dashboardHeader h1{margin:0;font-size:30px}.dashboardHeader p{color:#838997;margin:7px 0 0;font-size:14px}.dashboardControls{align-items:center;gap:10px;display:flex}.periodControl,.taxControl{position:relative}.dashboardControlButton{color:#20242d;cursor:pointer;background:#fff;border:1px solid #dde1e8;border-radius:10px;align-items:center;gap:10px;min-height:42px;padding:0 14px;font-weight:600;display:flex}.periodMenu,.taxPopover{z-index:20;background:#fff;border:1px solid #e1e4ea;border-radius:12px;width:220px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 45px #1b1f281f}.periodOption{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;min-height:40px;padding:0 12px}.periodOption:hover,.periodOption.active{color:#245eea;background:#f0f4ff}.taxPopover{width:230px;padding:16px}.taxInputRow{align-items:center;gap:8px;margin:14px 0;display:flex}.taxInputRow input{border:1px solid #dfe3ea;border-radius:9px;outline:none;width:100%;height:42px;padding:0 12px}.primaryAction{color:#fff;cursor:pointer;background:#2463eb;border:0;border-radius:9px;width:100%;min-height:42px;font-weight:600}.metricsGrid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.metricCard,.dashboardCard{background:#fff;border:1px solid #e4e7ed;border-radius:16px}.metricCard{flex-direction:column;min-height:120px;padding:20px;display:flex}.metricCard span{color:#737986;font-size:13px}.metricCard strong{letter-spacing:-.6px;margin-top:12px;font-size:26px}.metricCard small{color:#39915f;margin-top:7px}.dashboardMainGrid{grid-template-columns:minmax(0,2fr) minmax(300px,.8fr);gap:14px;margin-bottom:14px;display:grid}.dashboardCard{padding:20px}.cardHeader{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.cardHeader h2{margin:0;font-size:16px}.cardHeader p{color:#9297a2;margin:6px 0 0;font-size:13px}.chartLegend{color:#767c89;gap:16px;font-size:12px;display:flex}.chartLegend span{align-items:center;gap:6px;display:flex}.legendDot{border-radius:50%;width:8px;height:8px;display:inline-block}.legendDot.revenue{background:#2463eb}.legendDot.profit{background:#161a22}.chartPlaceholder{background:linear-gradient(#f7f8fa 1px,#0000 1px) 0 0/100% 64px,linear-gradient(90deg,#f7f8fa 1px,#0000 1px) 0 0/100px 100%;border-radius:12px;justify-content:center;align-items:center;min-height:330px;display:flex}.chartPlaceholderContent{text-align:center;background:#fff;border:1px solid #e9ebef;border-radius:12px;flex-direction:column;gap:7px;max-width:360px;padding:18px;display:flex}.chartPlaceholderContent span{color:#969ba6;font-size:13px}.economicsRows{flex-direction:column;display:flex}.economicsRow{border-bottom:1px solid #eff1f4;justify-content:space-between;align-items:center;gap:20px;min-height:45px;display:flex}.economicsRow:last-child{border-bottom:0}.economicsRow span{color:#606672;font-size:14px}.economicsRow small{color:#969ba5}.economicsRow.profit{background:#f3f6fb;border:0;border-radius:9px;margin-top:5px;padding:0 10px}.economicsRow.profit strong{font-size:17px}.operationsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.textAction{color:#2463eb;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.infoRows{flex-direction:column;display:flex}.infoRow{border-bottom:1px solid #f0f1f4;justify-content:space-between;align-items:center;gap:12px;min-height:42px;display:flex}.infoRow:last-child{border-bottom:0}.infoRow span{color:#6f7582;font-size:14px}.insightsGrid{grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:14px;margin-bottom:14px;display:grid}.impactMetrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.impactMetric{background:#f7f8fa;border-radius:12px;flex-direction:column;justify-content:center;min-height:110px;padding:16px;display:flex}.impactMetric span{color:#777e8a;font-size:13px}.impactMetric strong{margin-top:10px;font-size:22px}.healthScore{margin-bottom:18px;font-size:36px;font-weight:750}.healthRows{flex-direction:column;display:flex}.healthRow{border-bottom:1px solid #f0f1f4;justify-content:space-between;align-items:center;min-height:38px;display:flex}.healthRow span{color:#737985;font-size:13px}.lowerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.emptyState{color:#9399a5;text-align:center;border:1px dashed #dfe3ea;border-radius:12px;justify-content:center;align-items:center;min-height:120px;padding:22px;font-size:13px;display:flex}@media (width<=1200px){.metricsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboardMainGrid{grid-template-columns:1fr}}@media (width<=900px){.dashboardHeader{flex-direction:column}.metricsGrid,.operationsGrid,.insightsGrid,.lowerGrid,.impactMetrics{grid-template-columns:1fr}}.reports-page{box-sizing:border-box;width:100%;max-width:1440px;margin:0 auto;padding:8px 14px 60px}.reports-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.reports-header h1{color:#171b24;margin:0;font-size:32px;font-weight:800;line-height:1.15}.reports-header p{color:#7d8798;margin:7px 0 0;font-size:14px}.reports-export,.reports-tax,.table-settings-button{color:#252b37;cursor:pointer;background:#fff;border:1px solid #dce2eb;border-radius:10px;height:40px;padding:0 16px;font-weight:650}.reports-toolbar{align-items:center;gap:10px;margin-bottom:16px;display:flex}.reports-toolbar-spacer{flex:1}.reports-filter{color:#262d3a;background:#fff;border:1px solid #dce2eb;border-radius:10px;outline:none;min-width:150px;height:40px;padding:0 36px 0 13px;font-size:14px}.reports-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.report-kpi,.reports-card{background:#fff;border:1px solid #e1e5ec;border-radius:15px;box-shadow:0 1px 3px #141e3208}.report-kpi{box-sizing:border-box;flex-direction:column;min-height:118px;padding:20px;display:flex}.report-kpi span{color:#7d8798;margin-bottom:10px;font-size:13px}.report-kpi strong{color:#171b24;font-size:26px;line-height:1}.report-kpi small{color:#8a94a4;margin-top:auto;padding-top:13px;font-size:12px}.report-kpi small.positive,.positive{color:#159b61}.negative{color:#d74242!important}.reports-main-grid{grid-template-columns:minmax(0,2fr) minmax(300px,.85fr);gap:14px;margin-bottom:14px;display:grid}.reports-card{box-sizing:border-box;padding:22px}.reports-card-title{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.reports-card-title h2{color:#1c202a;margin:0;font-size:17px;font-weight:750}.reports-card-title p{color:#8993a3;margin:5px 0 0;font-size:13px}.reports-card-title>strong{color:#191e28;font-size:24px}.chart-legend{color:#727d8e;justify-content:flex-end;gap:20px;margin-top:20px;font-size:12px;display:flex}.chart-legend span{align-items:center;gap:7px;display:flex}.legend-dot{border-radius:50%;width:9px;height:9px;display:block}.legend-dot.current{background:#2563eb}.legend-dot.previous{background:#cfd9ec}.report-chart{grid-template-columns:52px 1fr;min-height:310px;margin-top:5px;display:grid}.chart-y-labels{color:#98a1af;text-align:right;flex-direction:column;justify-content:space-between;padding:12px 8px 28px 0;font-size:11px;display:flex}.chart-area{min-height:300px;position:relative}.chart-grid-line{background:#edf0f5;height:1px;position:absolute;left:0;right:0}.line-1{top:12px}.line-2{top:72px}.line-3{top:132px}.line-4{top:192px}.line-5{top:252px}.chart-svg{width:100%;height:260px;position:absolute;top:0;left:0;overflow:visible}.current-line,.previous-line{fill:none;stroke-width:3px;vector-effect:non-scaling-stroke}.current-line{stroke:#2563eb}.previous-line{stroke:#c7d4ed}.chart-point{fill:#2563eb;stroke:#fff;stroke-width:3px}.chart-x-labels{color:#99a2af;justify-content:space-between;font-size:11px;display:flex;position:absolute;top:273px;left:0;right:0}.profit-lines{margin-top:18px}.profit-lines>div{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:12px;min-height:47px;display:flex}.profit-lines span{color:#616c7d;font-size:13px}.profit-lines strong{color:#222731;font-size:14px}.profit-lines .profit-total{border-bottom:none;margin-top:7px;padding-top:8px}.profit-total span,.profit-total strong{color:#111722;font-weight:800}.profit-total strong{font-size:18px}.margin-meter{background:#f7f9fc;border-radius:12px;margin-top:22px;padding:15px}.margin-meter-top{justify-content:space-between;margin-bottom:10px;font-size:13px;display:flex}.margin-track{background:#e4e8ef;border-radius:99px;height:8px;overflow:hidden}.margin-fill{background:#2563eb;border-radius:99px;height:100%}.reports-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.attention-list{margin-top:16px}.attention-item{border-bottom:1px solid #edf0f4;align-items:center;gap:12px;padding:13px 0;display:flex}.attention-item:last-child{border-bottom:none}.attention-icon{color:#2563eb;background:#eef4ff;border-radius:10px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.attention-item.warning .attention-icon{color:#d38600;background:#fff7df}.attention-item>div:last-child{flex-direction:column;gap:3px;display:flex}.attention-item strong{color:#222833;font-size:14px}.attention-item span{color:#8b95a5;font-size:12px}.expenses{margin-top:20px}.expense-row{grid-template-columns:100px 1fr 90px;align-items:center;gap:14px;margin-bottom:18px;font-size:13px;display:grid}.expense-row>span{color:#606b7c}.expense-row>strong{text-align:right;font-size:13px}.expense-track{background:#edf0f4;border-radius:99px;height:8px;overflow:hidden}.expense-track div{background:#8499bd;border-radius:99px;height:100%}.products-report-card{padding:0;overflow:hidden}.products-title{padding:21px 22px}.reports-table-wrap{width:100%;overflow-x:auto}.reports-table{border-collapse:collapse;width:100%;min-width:1100px}.reports-table thead{background:#f8f9fb}.reports-table th{color:#8a93a1;text-align:right;text-transform:uppercase;white-space:nowrap;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4;padding:13px 16px;font-size:11px;font-weight:700}.reports-table th:first-child{text-align:left;min-width:310px}.reports-table td{text-align:right;color:#333a46;white-space:nowrap;border-bottom:1px solid #edf0f4;padding:15px 16px;font-size:13px}.reports-table td:first-child{text-align:left}.reports-table tbody tr:hover{background:#fafbfc}.product-name{white-space:normal;color:#252b36;max-width:390px;font-weight:600;line-height:1.35}.table-profit{color:#16965e}.margin-badge{color:#18845a;background:#eaf8f1;border-radius:7px;padding:5px 8px;font-weight:700;display:inline-flex}.margin-badge.low{color:#c86820;background:#fff2e8}.reports-demo-note{text-align:center;color:#9ba3af;margin-top:18px;font-size:12px}@media (width<=1100px){.reports-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-main-grid,.reports-secondary-grid{grid-template-columns:1fr}}@media (width<=650px){.reports-page{padding:4px 6px 40px}.reports-header{flex-direction:column}.reports-toolbar{flex-wrap:wrap}.reports-toolbar-spacer{display:none}.reports-kpis{grid-template-columns:1fr}.reports-filter{flex:1}.report-chart{grid-template-columns:40px 1fr}}.products-page{box-sizing:border-box;width:100%;padding:8px 14px 60px}.products-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.products-header h1{color:#171b24;margin:0;font-size:32px;font-weight:800}.products-header p{color:#7d8798;margin:6px 0 0;font-size:14px}.products-refresh{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;height:42px;padding:0 18px;font-weight:650}.products-tabs{border-bottom:1px solid #e2e6ed;gap:4px;margin-bottom:16px;display:flex}.products-tabs button{color:#7c8798;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:13px 18px;font-size:14px;font-weight:650}.products-tabs button.active{color:#2563eb;border-bottom-color:#2563eb}.products-toolbar{align-items:center;gap:10px;margin-bottom:14px;display:flex}.products-search,.products-filter{background:#fff;border:1px solid #dbe1ea;border-radius:9px;height:42px;padding:0 13px;font-size:14px}.products-search{width:300px}.products-filter{min-width:150px}.products-toolbar-space{flex:1}.products-secondary{color:#303746;cursor:pointer;background:#fff;border:1px solid #dbe1ea;border-radius:9px;height:40px;padding:0 15px;font-weight:650}.products-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.product-stat{background:#fff;border:1px solid #e0e5ed;border-radius:12px;padding:16px 18px}.product-stat span{color:#8791a1;margin-bottom:8px;font-size:12px;display:block}.product-stat strong{color:#1d232d;font-size:23px}.products-error{color:#c83c3c;background:#fff1f1;border:1px solid #f2caca;border-radius:9px;margin-bottom:14px;padding:13px 15px}.products-card{background:#fff;border:1px solid #e0e5ed;border-radius:12px;overflow:hidden}.products-table-scroll{width:100%;overflow-x:auto}.products-table{border-collapse:collapse;width:100%;min-width:1450px}.products-table th{text-align:left;color:#7e8998;text-transform:uppercase;background:#f7f9fb;border-bottom:1px solid #e2e6ed;padding:13px 12px;font-size:11px}.products-table td{vertical-align:middle;border-bottom:1px solid #e8ebf0;padding:13px 12px;font-size:13px}.product-main{align-items:center;gap:12px;min-width:420px;display:flex}.product-image{color:#9aa3b0;background:#f3f5f8;border-radius:9px;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:58px;font-size:10px;display:flex;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%}.product-info{flex-direction:column;gap:4px;display:flex}.product-info strong{color:#212731;font-size:13px}.product-info span{color:#697587;max-width:410px;font-size:12px}.product-info small{color:#969fac;font-size:11px}.product-price{white-space:nowrap;font-size:14px}.stock{color:#23834c;white-space:nowrap;background:#eef8f1;border-radius:6px;padding:5px 8px;display:inline-flex}.stock.low{color:#c85b36;background:#fff0ea}.product-small-input{box-sizing:border-box;border:1px solid #d9dfe8;border-radius:7px;width:88px;height:34px;padding:0 9px}.product-switch{cursor:pointer;background:#cfd5de;border:0;border-radius:99px;width:42px;height:23px;padding:2px}.product-switch span{background:#fff;border-radius:50%;width:19px;height:19px;display:block}.product-muted{color:#9ba4b1}.product-more{cursor:pointer;background:0 0;border:0;font-size:21px}.products-empty{color:#87919f;text-align:center!important;padding:45px!important}html[data-theme=dark] .product-stat,html[data-theme=dark] .products-card{background:#151b23;border-color:#29313d}html[data-theme=dark] .products-search,html[data-theme=dark] .products-filter,html[data-theme=dark] .products-secondary,html[data-theme=dark] .product-small-input{color:#eef1f5;background:#10161e;border-color:#343d4a}html[data-theme=dark] .products-table th{background:#10161e}@media (width<=1000px){.products-stats{grid-template-columns:repeat(2,1fr)}.products-toolbar{flex-wrap:wrap}.products-toolbar-space{display:none}}.products-dumping-table{min-width:1600px}.stock-control{flex-direction:column;gap:6px;min-width:110px;display:flex}.stock-control span{color:#7d8795;font-size:11px}.stock-control input{border:1px solid #d9dfe8;border-radius:7px;width:95px;height:32px;padding:0 8px}.stock-control button{color:#2563eb;cursor:pointer;background:#eef4ff;border:0;border-radius:7px;width:95px;height:30px}.product-step-input{border:1px solid #d9dfe8;border-radius:7px;width:65px;height:34px;margin-right:4px;padding:0 8px}.anti-bonus-control{white-space:nowrap;cursor:pointer;align-items:center;gap:7px;display:flex}.product-switch.enabled{background:#2563eb}.product-switch.enabled span{transform:translate(19px)}.product-switch span{transition:transform .18s}.product-save-rule{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:7px;height:34px;padding:0 12px;font-weight:600}.product-save-rule:disabled{opacity:.5;cursor:default}.dumping-plan-bar{grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin-bottom:16px;display:grid}.dumping-plan-bar>div{background:#fff;border:1px solid #e0e5ed;border-radius:10px;padding:12px 15px}.dumping-plan-bar span{color:#8b95a3;margin-bottom:5px;font-size:11px;display:block}.dumping-plan-bar strong{color:#202631;font-size:15px}html[data-theme=dark] .dumping-plan-bar>div{background:#151b23;border-color:#29313d}html[data-theme=dark] .dumping-plan-bar strong{color:#eef1f5}@media (width<=800px){.dumping-plan-bar{grid-template-columns:repeat(2,1fr)}}.dumping-history-table{min-width:1450px}.history-date{white-space:nowrap;color:#788395;font-size:12px}.history-action{white-space:nowrap;border-radius:7px;align-items:center;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.history-action.down{color:#2563eb;background:#eef5ff}.history-action.up{color:#22834d;background:#ecf9f0}.history-action.hold{color:#737d8c;background:#f1f3f6}.invoicesPage{box-sizing:border-box;width:100%;padding:8px 12px 50px}.invoicesHeader{justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px;display:flex}.invoicesHeader h1{color:#171a21;letter-spacing:-.5px;margin:0;font-size:32px;font-weight:800;line-height:1.15}.invoicesHeader p{color:#7d8798;margin:6px 0 0;font-size:14px}.invoiceHeaderActions{flex-shrink:0;align-items:center;gap:10px;display:flex}.invoiceToolbar{align-items:center;gap:10px;margin-bottom:14px;display:flex}.invoiceToolbar>:first-child{flex-shrink:0;width:310px;min-height:42px}.invoiceSearch{color:#202633;box-sizing:border-box;background:#fff;border:1px solid #dce2eb;border-radius:9px;outline:none;width:320px;height:42px;padding:0 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.invoiceSearch::placeholder{color:#929bab}.invoiceSearch:focus{border-color:#9ab9f8;box-shadow:0 0 0 3px #2563eb14}.mergeButton,.secondaryButton{cursor:pointer;border-radius:9px;height:42px;padding:0 17px;font-size:14px;font-weight:650;transition:background .15s,border-color .15s,opacity .15s}.mergeButton{color:#fff;background:#2563eb;border:0}.mergeButton:hover:not(:disabled){background:#1d56d8}.secondaryButton{color:#202633;background:#fff;border:1px solid #d9dee7}.secondaryButton:hover:not(:disabled){background:#f8fafc;border-color:#cbd3df}.mergeButton:disabled,.secondaryButton:disabled{opacity:.5;cursor:not-allowed}.invoices-summary{color:#758093;margin:4px 0 10px;font-size:13px}.invoices-summary strong{color:#202633;font-weight:750}.invoices-actions{align-items:center;gap:10px;margin-bottom:16px;display:flex}.invoiceError{color:#c83838;background:#fff3f3;border:1px solid #f2c4c4;border-radius:10px;margin-bottom:14px;padding:13px 16px;font-size:14px}.invoiceLoading{color:#8993a2;text-align:center;background:#fff;border:1px solid #e0e5ed;border-radius:12px;padding:45px}.invoiceTableCard{background:#fff;border:1px solid #e0e5ed;border-radius:12px;width:100%;overflow-x:auto}.invoiceTable{border-collapse:collapse;width:100%;min-width:1050px}.invoiceTable th{color:#687384;text-align:left;text-transform:uppercase;background:#fff;border-bottom:1px solid #e5e9ef;padding:14px 12px;font-size:12px;font-weight:700}.invoiceTable td{color:#202633;vertical-align:middle;border-bottom:1px solid #e8ebf0;padding:14px 12px;font-size:14px}.invoiceTable tbody tr:last-child td{border-bottom:0}.invoiceTable tbody tr:hover{background:#fbfcfe}.invoiceTable th:first-child,.invoiceTable td:first-child{text-align:center;width:34px}.orderCode{color:#1764e8;white-space:nowrap;font-weight:750}.invoiceAmount{white-space:nowrap;font-weight:750}.statusBadge{color:#148340;white-space:nowrap;background:#e9fbef;border:1px solid #7ce5a2;border-radius:6px;align-items:center;min-height:28px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.productsCell{flex-direction:column;gap:7px;display:flex}.productLine{flex-direction:column;gap:2px;max-width:420px;display:flex}.productLine strong{color:#202633;font-size:13px;font-weight:650}.productLine span{color:#8a94a4;font-size:12px}.mutedValue{color:#9da5b1}.invoiceEmpty{color:#8993a2;text-align:center!important;padding:42px!important}html[data-theme=dark] .invoiceTableCard,html[data-theme=dark] .invoiceLoading{background:#151b23;border-color:#29313d}html[data-theme=dark] .invoiceSearch,html[data-theme=dark] .secondaryButton{color:#eef1f5;background:#10161e;border-color:#343d4a}html[data-theme=dark] .invoiceTable th{background:#151b23}@media (width<=1000px){.invoicesHeader{flex-direction:column;align-items:flex-start}.invoiceToolbar{flex-wrap:wrap}.invoiceToolbar>:first-child,.invoiceSearch{width:100%}.invoiceHeaderActions,.invoices-actions{flex-wrap:wrap}}.order-section-select{width:290px;position:relative}.order-section-trigger{cursor:pointer;color:#20242c;background:#fff;border:1px solid #dfe3ea;border-radius:10px;align-items:center;gap:9px;width:100%;min-height:46px;padding:0 14px;font-size:15px;font-weight:600;display:flex}.order-section-trigger:hover,.order-section-trigger.is-open{border-color:#bfc8d8}.order-section-trigger-badge,.order-section-invoice-badge{color:#15803d;background:#dcfce7;border:1px solid #86efac;border-radius:6px;padding:3px 7px;font-size:12px;font-weight:700}.order-section-chevron{color:#697386;margin-left:auto}.order-section-menu{z-index:50;background:#fff;border:1px solid #e2e6ed;border-radius:12px;flex-direction:column;width:100%;padding:7px;display:flex;position:absolute;top:calc(100% + 7px);left:0;box-shadow:0 12px 28px #0f172a1f}.order-section-option{cursor:pointer;color:#252a34;text-align:left;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:39px;padding:0 9px;font-size:14px;display:flex}.order-section-option:hover{background:#f4f6f9}.order-section-option.is-active{color:#175cd3;background:#eef4ff;font-weight:650}.order-section-option-right{align-items:center;gap:6px;margin-left:auto;display:flex}.order-section-count{color:#555e6f;text-align:center;background:#eef0f3;border-radius:999px;min-width:25px;padding:2px 7px;font-size:12px}.order-section-check{color:#175cd3;font-size:14px;font-weight:800}.order-section-heading{color:#788293;text-transform:uppercase;letter-spacing:.03em;padding:10px 9px 5px;font-size:12px;font-weight:700}.order-section-divider{background:#eceff3;height:1px;margin:6px 3px}.orders-page{box-sizing:border-box;width:100%;padding:8px 12px 50px}.orders-header{margin-bottom:20px}.orders-header h1{margin:0;font-size:32px;font-weight:800}.orders-header p{color:#7d8798;margin:6px 0 0;font-size:14px}.orders-toolbar{align-items:center;gap:10px;margin-bottom:16px;display:flex}.orders-search,.orders-section,.orders-sort{box-sizing:border-box;background:#fff;border:1px solid #dce2eb;border-radius:9px;height:42px;padding:0 13px;font-size:14px}.orders-search{width:260px}.orders-section{width:270px}.orders-sort{width:140px}.orders-toolbar-space{flex:1}.orders-generate,.orders-refresh{cursor:pointer;border-radius:9px;height:42px;padding:0 17px;font-size:14px;font-weight:650}.orders-generate{color:#202633;background:#fff;border:1px solid #d9dee7}.orders-refresh{color:#fff;background:#2563eb;border:0}.orders-generate:disabled,.orders-refresh:disabled{opacity:.55;cursor:not-allowed}.orders-error{color:#c83838;background:#fff3f3;border:1px solid #f2c4c4;border-radius:10px;margin-bottom:14px;padding:13px 16px}.orders-table-card{background:#fff;border:1px solid #e0e5ed;border-radius:12px;width:100%;overflow-x:auto}.orders-table{border-collapse:collapse;width:100%;min-width:1000px}.orders-table th{text-align:left;color:#687384;text-transform:uppercase;border-bottom:1px solid #e5e9ef;padding:14px 12px;font-size:12px}.orders-table td{vertical-align:middle;border-bottom:1px solid #e8ebf0;padding:14px 12px;font-size:14px}.orders-table tbody tr:last-child td{border-bottom:0}.check-column{width:30px}.order-code{color:#1764e8;white-space:nowrap}.order-products{flex-direction:column;gap:8px;display:flex}.order-product{flex-direction:column;gap:2px;max-width:380px;display:flex}.order-product strong{font-size:13px}.order-product span{color:#8a94a4;font-size:12px}.order-amount{white-space:nowrap;font-weight:700}.order-status{color:#148340;white-space:nowrap;background:#e9fbef;border:1px solid #7ce5a2;border-radius:6px;align-items:center;min-height:28px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.orders-muted{color:#9da5b1}.orders-empty{color:#8993a2;text-align:center!important;padding:40px!important}html[data-theme=dark] .orders-table-card{background:#151b23;border-color:#29313d}html[data-theme=dark] .orders-search,html[data-theme=dark] .orders-section,html[data-theme=dark] .orders-sort,html[data-theme=dark] .orders-generate{color:#eef1f5;background:#10161e;border-color:#343d4a}@media (width<=1000px){.orders-toolbar{flex-wrap:wrap}.orders-toolbar-space{display:none}}.settings-page{width:100%;max-width:1280px;margin:0 auto;padding:8px 10px 60px}.settings-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.settings-header h1{color:#161922;margin:0;font-size:32px;font-weight:800}.settings-header p{color:#7a8497;margin:7px 0 0;font-size:15px}.settings-tabs{border-bottom:1px solid #e5e8ef;gap:8px;margin-bottom:20px;display:flex}.settings-tab{color:#6f7b8f;cursor:pointer;background:0 0;border:0;padding:13px 16px;font-size:15px;font-weight:600;position:relative}.settings-tab.active{color:#172033}.settings-tab.active:after{content:"";background:#2563eb;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.settings-card{background:#fff;border:1px solid #e3e7ef;border-radius:16px;margin-bottom:18px;padding:24px;box-shadow:0 1px 2px #10182808}.settings-card-header{margin-bottom:22px}.settings-card-header h2{color:#171b25;margin:0;font-size:19px;font-weight:750}.settings-card-header p{color:#788499;margin:7px 0 0;font-size:14px;line-height:1.45}.settings-form{flex-direction:column;display:flex}.settings-row{border-bottom:1px solid #edf0f5;grid-template-columns:minmax(320px,1fr) 280px;align-items:center;gap:30px;min-height:74px;display:grid}.settings-row:last-child{border-bottom:0}.settings-label{flex-direction:column;gap:5px;display:flex}.settings-label strong,.danger-row strong{color:#202532;font-size:15px;font-weight:700}.settings-label span,.danger-row span{color:#7d889b;font-size:13px;line-height:1.4}.settings-input,.settings-select{color:#202532;box-sizing:border-box;background:#fff;border:1px solid #d9dfe9;border-radius:10px;outline:none;width:100%;height:42px;padding:0 13px;font-size:14px}.settings-input:focus,.settings-select:focus{border-color:#3974e8;box-shadow:0 0 0 3px #3974e81a}.settings-primary-button,.settings-secondary-button{cursor:pointer;border:0;border-radius:9px;height:40px;padding:0 18px;font-size:14px;font-weight:650}.settings-primary-button{color:#fff;background:#2563eb;margin-top:18px}.settings-secondary-button{color:#2d3544;background:#f0f3f8}.settings-switch{cursor:pointer;background:#cdd4df;border:0;border-radius:999px;justify-self:end;width:44px;height:24px;padding:2px;transition:all .2s}.settings-switch span{background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;display:block;box-shadow:0 1px 4px #00000029}.settings-switch.on{background:#22c55e}.settings-switch.on span{transform:translate(20px)}.competitor-search{gap:10px;max-width:520px;display:flex}.competitor-input{flex:1}.settings-empty{color:#919bad;background:#fafbfc;border:1px dashed #d9dfe8;border-radius:10px;margin-top:18px;padding:16px;font-size:13px}.printer-grid{grid-template-columns:repeat(2,minmax(0,260px));gap:12px;display:grid}.printer-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #dce1ea;border-radius:12px;min-height:95px;padding:16px}.printer-option.selected{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.printer-option-title{color:#1b2130;margin-bottom:7px;font-weight:700}.printer-option span{color:#7c8799;font-size:13px}.danger-card{border-color:#f1dddd}.danger-card .settings-card-header h2{color:#b42318}.danger-list{flex-direction:column;display:flex}.danger-row{border-bottom:1px solid #f1e6e6;justify-content:space-between;align-items:center;gap:30px;min-height:78px;display:flex}.danger-row:last-child{border-bottom:0}.danger-row>div{flex-direction:column;gap:5px;display:flex}.danger-button{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #ef4444;border-radius:9px;min-width:105px;height:38px;font-size:14px;font-weight:650}.danger-button:hover{background:#fff5f5}@media (width<=850px){.settings-page{padding:0 4px 40px}.settings-row{grid-template-columns:1fr;gap:12px;padding:16px 0}.settings-switch{justify-self:start}.printer-grid{grid-template-columns:1fr}.competitor-search{flex-direction:column}.danger-row{flex-direction:column;align-items:flex-start;padding:18px 0}}.vectorPage{width:100%;padding:34px}.vectorHeader{margin-bottom:26px}.vectorHeader h1{color:#151922;margin:0;font-size:34px;font-weight:800}.vectorHeader p{color:#778197;margin:7px 0 0;font-size:16px}.vectorWorkspace{flex-direction:column;gap:24px;display:flex}.vectorCreateCard,.vectorResult{background:#fff;border:1px solid #e2e7ef;border-radius:20px;padding:28px}.vectorSectionHeader h2,.vectorResultHeader h2{margin:0;font-size:22px}.vectorSectionHeader p,.vectorResultHeader p{color:#778197;margin:7px 0 0}.vectorFormGrid{grid-template-columns:360px 1fr;gap:30px;margin-top:26px;display:grid}.vectorUpload{cursor:pointer;background:#f8faff;border:2px dashed #d7dfec;border-radius:18px;justify-content:center;align-items:center;width:100%;min-height:430px;display:flex;overflow:hidden}.vectorUpload:hover{border-color:#587cff}.vectorUpload input{display:none}.vectorUpload img{object-fit:contain;background:#f5f6f8;width:100%;height:430px}.vectorUploadEmpty{text-align:center;flex-direction:column;gap:8px;display:flex}.vectorUploadEmpty strong{font-size:17px}.vectorUploadEmpty span{color:#8a94a8;font-size:14px}.vectorRemovePhoto{color:#d44848;cursor:pointer;background:0 0;border:0;margin-top:12px}.vectorControls{flex-direction:column;gap:22px;display:flex}.vectorControls label{flex-direction:column;gap:9px;display:flex}.vectorControls label>span{color:#343b4a;font-weight:700}.vectorControls textarea{resize:vertical;border:1px solid #dfe4ed;border-radius:14px;outline:none;width:100%;min-height:230px;padding:16px;font-family:inherit;font-size:15px}.vectorControls textarea:focus,.vectorControls select:focus{border-color:#5b7cff}.vectorControls select{background:#fff;border:1px solid #dfe4ed;border-radius:12px;width:180px;padding:12px;font-size:15px}.vectorGenerateButton{color:#fff;cursor:pointer;background:#101827;border:0;border-radius:14px;height:52px;font-size:16px;font-weight:700}.vectorGenerateButton:disabled{opacity:.6;cursor:wait}.vectorProcessing{background:#f5f7ff;border-radius:14px;align-items:center;gap:14px;padding:16px;display:flex}.vectorProcessing div:last-child{flex-direction:column;gap:4px;display:flex}.vectorProcessing span{color:#778197;font-size:13px}.vectorSpinner{border:3px solid #dbe2ff;border-top-color:#446cff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite vectorSpin}@keyframes vectorSpin{to{transform:rotate(360deg)}}.vectorError{color:#c52d2d;background:#fff1f1;border-radius:12px;padding:14px}.vectorResultHeader{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.vectorZipButton{color:#fff;background:#101827;border-radius:12px;padding:12px 20px;font-weight:700;text-decoration:none}.vectorGallery{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.vectorImageCard{background:#fff;border:1px solid #e1e6ef;border-radius:16px;overflow:hidden}.vectorImageCard img{aspect-ratio:3/4;object-fit:contain;background:#f4f5f7;width:100%;display:block}.vectorImageFooter{justify-content:space-between;align-items:center;padding:13px 15px;display:flex}.vectorImageFooter span{font-weight:700}.vectorImageFooter a{color:#3565e8;font-weight:700;text-decoration:none}@media (width<=900px){.vectorFormGrid{grid-template-columns:1fr}.vectorUpload{min-height:320px}.vectorUpload img{height:320px}}.vectorHistory{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.vectorHistoryItem{cursor:pointer;text-align:left;background:#fff;border:1px solid #e1e6ef;border-radius:16px;padding:0;overflow:hidden}.vectorHistoryItem:hover{border-color:#bfc9da}.vectorHistoryItem img,.vectorHistoryPlaceholder{object-fit:cover;background:#f4f5f7;width:100%;height:220px;display:block}.vectorHistoryInfo{flex-direction:column;gap:7px;padding:14px;display:flex}.vectorHistoryInfo strong{color:#202634;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}.vectorHistoryInfo span{color:#7b8495;font-size:13px}.vectorTelegramInput{border:1px solid #dfe4ed;border-radius:12px;outline:none;width:100%;padding:13px 14px;font-size:15px}.vectorRetentionNotice{color:#8a6416;background:#fff7e8;border-radius:12px;padding:13px 15px;font-size:14px}.vectorHistoryActions{gap:10px;display:flex}.vectorHistoryActions button{cursor:pointer;background:#fff;border:1px solid #dfe4ed;border-radius:10px;padding:9px 14px;font-weight:600}.vectorDeleteSelected{color:#d63737}.vectorDeleteSelected:disabled{opacity:.4;cursor:default}.vectorHistoryItem{position:relative}.vectorHistoryOpen{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:0}.vectorHistoryCheck{z-index:5;cursor:pointer;background:#fff;border:2px solid #dbe1eb;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:10px;right:10px}.vectorHistoryCheck input{display:none}.vectorHistoryCheck span{opacity:0;font-size:17px;font-weight:800}.vectorHistoryCheck:has(input:checked){color:#fff;background:#111827;border-color:#111827}.vectorHistoryCheck:has(input:checked) span{opacity:1}.vectorResultHeader .vectorHistoryActions{visibility:visible!important;opacity:1!important;align-items:center!important;gap:10px!important;margin-left:auto!important;display:flex!important}.vectorResultHeader .vectorHistoryActions button{color:#202634!important;cursor:pointer!important;visibility:visible!important;opacity:1!important;background:#fff!important;border:1px solid #d8dee9!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;min-height:40px!important;padding:9px 16px!important;font-size:14px!important;font-weight:700!important;display:inline-flex!important}.vectorResultHeader .vectorDeleteSelected{color:#d92d20!important}.vectorResultHeader .vectorDeleteSelected:disabled{color:#a4acba!important;cursor:default!important;opacity:.65!important}.vectorHistoryItem{position:relative!important;overflow:hidden!important}.vectorHistoryCheck{z-index:50!important;cursor:pointer!important;visibility:visible!important;opacity:1!important;background:#fff!important;border:2px solid #cbd3df!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:32px!important;height:32px!important;display:flex!important;position:absolute!important;top:12px!important;right:12px!important;box-shadow:0 2px 8px #00000024!important}.vectorHistoryCheck input{opacity:0!important;pointer-events:none!important;position:absolute!important}.vectorHistoryCheck span{color:#0000!important;font-size:18px!important;font-weight:900!important;line-height:1!important;display:block!important}.vectorHistoryCheck:has(input:checked){background:#111827!important;border-color:#111827!important}.vectorHistoryCheck:has(input:checked) span{color:#fff!important}.analyticsPage{width:100%}.analyticsHeader h1{margin:0;font-size:30px}.analyticsHeader p{color:#70798a;margin-top:6px}.analyticsSearch{gap:12px;margin-top:28px;display:flex}.analyticsSearch input{border:1px solid #dfe3ea;border-radius:10px;flex:1;min-height:48px;padding:0 16px;font-size:15px}.analyticsSearch button{cursor:pointer;border:0;border-radius:10px;min-width:150px;padding:0 20px;font-weight:700}.analyticsError{color:#b42318;background:#fff2f2;border-radius:10px;margin-top:18px;padding:14px}.productTitleCard{background:#fff;border:1px solid #e5e8ee;border-radius:12px;flex-direction:column;gap:7px;margin-top:28px;padding:20px;display:flex}.productTitleCard span{color:#737c8c;font-size:13px}.productTitleCard strong{font-size:19px}.analyticsSectionTitle{margin:28px 0 14px;font-size:18px}.analyticsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;display:grid}.analyticsCard{background:#fff;border:1px solid #e5e8ee;border-radius:12px;flex-direction:column;justify-content:space-between;min-height:115px;padding:18px;display:flex}.analyticsCard span{color:#737c8c;font-size:13px}.analyticsCard strong{font-size:24px}.analyticsCard.estimate{background:#fafbfc}.analyticsIntro{background:#fff;border:1px solid #e4e8f0;border-radius:18px;margin-top:24px;padding:28px}.analyticsIntroText{max-width:900px}.analyticsBadge{color:#2563eb;background:#eef4ff;border-radius:8px;margin-bottom:12px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-block}.analyticsIntro h2{margin:0;font-size:26px;line-height:1.25}.analyticsIntro p{color:#667085;max-width:760px;margin:12px 0 0;font-size:15px;line-height:1.6}.analyticsFeatures{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.analyticsFeatures span{color:#475467;background:#fafbfc;border:1px solid #e4e8f0;border-radius:9px;padding:8px 12px;font-size:13px;font-weight:600}.analyticsSteps{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px;display:grid}.analyticsSteps div{background:#fafbfc;border:1px solid #e4e8f0;border-radius:12px;align-items:center;gap:10px;padding:14px;display:flex}.analyticsSteps b{color:#fff;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex}.analyticsSteps span{color:#344054;font-size:13px;font-weight:600}@media (width<=800px){.analyticsSteps{grid-template-columns:1fr}}.analyticsUrlInput{flex:1;min-width:0;position:relative}.analyticsUrlInput input{box-sizing:border-box;width:100%;padding-right:52px}.analyticsClear{color:#667085;cursor:pointer;border:0;border-radius:8px;width:36px;height:36px;font-size:25px;font-weight:400;line-height:1;position:absolute;top:50%;right:8px;transform:translateY(-50%);background:0 0!important;min-width:36px!important;padding:0!important}.analyticsClear:hover{color:#101828;background:#f2f4f7!important}.analyticsHistoryEmpty{color:#667085;background:#fff;border:1px solid #e4e8f0;border-radius:12px;padding:18px;font-size:14px}.analyticsCard small{color:#667085;margin-top:8px;font-size:13px;font-weight:600}.analyticsEstimateNote{color:#667085;background:#fafbfc;border:1px solid #e4e8f0;border-radius:10px;margin-top:14px;padding:14px 16px;font-size:13px;line-height:1.5}.sellerTableWrap{background:#fff;border:1px solid #e4e8f0;border-radius:12px;margin-top:14px;overflow-x:auto}.sellerTable{border-collapse:collapse;width:100%}.sellerTable th,.sellerTable td{text-align:left;border-bottom:1px solid #eef0f3;padding:14px 16px;font-size:14px}.sellerTable th{color:#667085;font-size:12px;font-weight:700}.sellerTable td{color:#101828;font-weight:500}.sellerTable tr:last-child td{border-bottom:0}.sellerTopTitle{color:#101828;margin-top:20px;margin-bottom:10px;font-size:15px;font-weight:700}.sellerSubText{color:#667085;margin-top:4px;font-size:12px;font-weight:400}.sellerTableWrap{overflow-x:auto}.sellerTable{min-width:1100px}.sellerStatusNew{color:#b54708;background:#fff4e5;border-radius:6px;margin-top:5px;padding:3px 7px;font-size:11px;font-weight:700;display:inline-block}
