.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:var(--r-pill);padding:10px 18px;font-family:var(--font-ui);font-size:13px;font-weight:600;line-height:1;cursor:pointer;white-space:nowrap;box-shadow:none;background:none;color:var(--text-2);transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.ui-btn:disabled{opacity:.5;cursor:not-allowed}.ui-btn:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.ui-btn__icon{display:inline-flex;width:16px;height:16px}.ui-btn__icon svg{width:100%;height:100%}.ui-btn--brand{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:var(--shadow-brand)}.ui-btn--brand:hover:not(:disabled){background:var(--brand-hover);border-color:var(--brand-hover)}.ui-btn--brand:active:not(:disabled){transform:translateY(1px)}.ui-btn--ghost{background:var(--surface);border-color:var(--line);color:var(--text-2)}.ui-btn--ghost:hover:not(:disabled){border-color:var(--brand);color:var(--brand-ink);background:var(--brand-tint)}.ui-btn--icon{width:34px;height:34px;padding:0;border-radius:var(--r-pill);background:var(--surface);border-color:var(--line);color:var(--muted)}.ui-btn--icon:hover:not(:disabled){border-color:var(--brand);color:var(--brand-ink);background:var(--brand-tint)}.ui-btn--icon .ui-btn__icon{width:18px;height:18px}@media(prefers-reduced-motion:reduce){.ui-btn{transition:none}.ui-btn--brand:active:not(:disabled){transform:none}}.ui-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-card);overflow:hidden}.ui-card__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid var(--line)}.ui-card__titlewrap{display:flex;align-items:center;gap:12px;min-width:0}.ui-card__bubble{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;border-radius:var(--r-bubble)}.ui-card__bubble svg{width:18px;height:18px}.ui-card__bubble--brand{background:var(--brand-tint);color:var(--brand-ink)}.ui-card__bubble--neutral{background:var(--surface-2);color:var(--muted)}.ui-card__title{margin:0;font-family:var(--font-display);font-size:16px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ui-card__action{flex:0 0 auto;display:flex;align-items:center;gap:8px}.ui-card__body{padding:20px}@media(max-width:480px){.ui-card__head,.ui-card__body{padding-inline:16px}}.ui-seg{display:inline-flex;gap:2px;padding:3px;background:var(--surface-2);border-radius:var(--r-pill)}.ui-seg__option{appearance:none;border:0;background:transparent;box-shadow:none;border-radius:var(--r-pill);padding:7px 14px;font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;transition:background-color .15s ease,color .15s ease}.ui-seg__option:hover:not(.is-selected){background:color-mix(in srgb,var(--brand) 10%,transparent);background-image:none;color:var(--brand-ink)}.ui-seg__option.is-selected{background:var(--brand);color:#fff}.ui-seg__option:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media(max-width:480px){.ui-seg{width:100%}.ui-seg__option{flex:1;padding-inline:8px}}@media(prefers-reduced-motion:reduce){.ui-seg__option{transition:none}}.ui-select{position:relative;display:inline-block}.ui-select__trigger{display:inline-flex;align-items:center;gap:8px;min-width:0;padding:8px 12px;background:var(--surface);border:1px solid var(--line);box-shadow:none;border-radius:var(--r-pill);font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--text-2);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.ui-select__trigger:hover,.ui-select__trigger.is-open{border-color:var(--brand)}.ui-select__trigger:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.ui-select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select__chevron{width:14px;height:14px;flex:0 0 auto;color:var(--muted);transition:transform .15s ease}.ui-select__trigger.is-open .ui-select__chevron{transform:rotate(180deg)}.ui-select__list{position:absolute;z-index:40;top:calc(100% + 6px);left:0;min-width:100%;margin:0;padding:6px;list-style:none;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-control);box-shadow:var(--shadow-pop);max-height:280px;overflow-y:auto}.ui-select__option{display:block;width:100%;text-align:left;border:0;background:transparent;box-shadow:none;border-radius:8px;padding:9px 10px;font-family:var(--font-ui);font-size:12px;font-weight:500;color:var(--text-2);cursor:pointer;white-space:nowrap}.ui-select__option:hover{background:var(--brand-tint);color:var(--brand-ink)}.ui-select__option.is-selected{color:var(--brand-ink);font-weight:700}.ui-select__option:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}@media(prefers-reduced-motion:reduce){.ui-select__trigger,.ui-select__chevron{transition:none}}.ui-delta{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--r-pill);font-family:var(--font-num);font-size:11px;font-weight:600;line-height:1}.ui-delta__arrow{font-size:9px}.ui-delta--up{color:var(--pos);background:var(--pos-bg)}.ui-delta--down{color:var(--neg);background:var(--neg-bg)}.ui-delta--flat{color:var(--muted);background:var(--surface-2)}.ui-datatable{display:flex;flex-direction:column;min-width:0}.ui-datatable__scroll{overflow-x:auto;overflow-y:visible;scrollbar-width:thin;scrollbar-color:var(--brand) transparent}.ui-datatable__scroll::-webkit-scrollbar{width:6px;height:6px}.ui-datatable__scroll::-webkit-scrollbar-track{background:transparent}.ui-datatable__scroll::-webkit-scrollbar-thumb{background:var(--brand);border-radius:999px;border:0}.ui-datatable__scroll::-webkit-scrollbar-thumb:hover{background:var(--brand-hover)}.ui-datatable__table{width:100%;border-collapse:collapse;font-family:var(--font-ui);background:var(--surface)}html .ui-datatable__table th.ui-datatable__th{position:sticky;top:0;z-index:2;background:var(--surface-2);border-bottom:1px solid var(--line-2);padding:12px 16px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);white-space:nowrap}.ui-datatable__th.is-numeric{font-family:var(--font-num);letter-spacing:.02em}html .ui-datatable__table td.ui-datatable__td{padding:14px 16px;border-bottom:1px solid var(--line);font-size:13px;color:var(--text-2);background:var(--surface);vertical-align:middle}.ui-datatable__td.is-numeric{font-family:var(--font-num);font-size:12px;color:var(--text)}html .ui-datatable__table tbody tr:nth-child(2n) td.ui-datatable__td{background:var(--surface)}html .ui-datatable__table tbody tr:hover td.ui-datatable__td{background:var(--brand-tint)}html .ui-datatable__table tbody tr:last-child td.ui-datatable__td{border-bottom:0}.ui-datatable__table tbody tr.is-clickable{cursor:pointer}.ui-datatable__empty{padding:40px 16px;text-align:center;color:var(--muted);font-size:13px}.ui-datatable__foot{border-top:1px solid var(--line);padding:12px 16px}.ui-datatable__pager{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-family:var(--font-ui);font-size:12px;color:var(--muted)}.ui-datatable__pagesize{display:inline-flex;align-items:center;gap:8px}.ui-datatable__pagesize select{font:inherit;padding:5px 8px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text-2)}.ui-datatable__pagesize select:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.ui-datatable__range{font-family:var(--font-num)}.ui-datatable__pagebtns{display:inline-flex;align-items:center;gap:10px}.ui-datatable__pageof{font-family:var(--font-num);color:var(--text-2)}@media(max-width:640px){.ui-datatable__pager{justify-content:flex-start}}html .ttp{font-family:var(--font-ui);color:var(--text-2)}html .ttp .series--gmv{--c: var(--chart-1)}html .ttp .series--orders{--c: var(--chart-4)}html .ttp .series--itemsSold{--c: var(--chart-2)}html .ttp .series--aov{--c: var(--chart-6)}html .ttp .series--skuOrders{--c: var(--chart-7)}html .ttp .series--customers{--c: var(--chart-6)}html .ttp .series--visitors{--c: var(--chart-3)}html .ttp .series--productImpressions{--c: var(--chart-5)}html .ttp .series--uniqueProductImpressions{--c: var(--chart-8)}html .ttp-head{margin-bottom:20px}html .ttp-head h1{margin:0;font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--text)}html .ttp-head p{margin:6px 0 0;font-size:13px;color:var(--muted)}html .ttp-filterbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}html .ttp-lastpulled{margin-left:auto;font-family:var(--font-num);font-size:11px;color:var(--muted)}html .ttp-datepick{position:relative}html .ttp-datepick .forecast-picker-trigger{display:flex;align-items:center;justify-content:center;width:max-content;min-width:0;padding:8px 20px;gap:7px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-pill);font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--text-2);white-space:nowrap}html .ttp-datepick .forecast-picker-trigger>span{white-space:nowrap}html .ttp-datepick .forecast-picker-trigger .dropdown-chevron{position:static;flex:0 0 auto;margin:0;transform:rotate(45deg);border-right-color:var(--muted);border-bottom-color:var(--muted)}html .ttp-datepick .forecast-picker-trigger:hover,html .ttp-datepick .forecast-picker-trigger.open{background:var(--surface);background-image:none;border-color:var(--brand)}html .ttp-datepick .forecast-picker-trigger:focus-visible{outline:2px solid var(--brand);outline-offset:2px}html .ttp .forecast-calendar-popover,html .ttp .forecast-month-popover{width:296px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop);padding:14px}html .ttp .sales-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}html .ttp .sales-calendar-header strong{color:var(--text);font-family:var(--font-display);font-size:14px;font-weight:600}html .ttp .sales-calendar-header button{display:grid;place-items:center;width:28px;height:28px;padding:0;background:var(--surface);border:1px solid var(--line);border-radius:50%;color:var(--text-2);box-shadow:none;font-size:15px;line-height:1}html .ttp .sales-calendar-header button:hover{background:var(--brand-tint);border-color:var(--brand);color:var(--brand-ink)}html .ttp .sales-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}html .ttp .sales-calendar-grid.weekdays{margin-bottom:2px;color:var(--muted-2);font-size:11px;font-weight:600}html .ttp .sales-calendar-grid.weekdays span{display:block;text-align:center;padding:4px 0}html .ttp .sales-calendar-grid button{aspect-ratio:1;display:grid;place-items:center;background:transparent;border:1.5px solid transparent;border-radius:8px;color:var(--text-2);font-size:13px;box-shadow:none}html .ttp .month-picker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}html .ttp .month-picker-grid button{padding:10px 4px;background:transparent;border:1.5px solid transparent;border-radius:10px;color:var(--text-2);font-size:13px;box-shadow:none}html .ttp .sales-calendar-grid button:hover,html .ttp .month-picker-grid button:hover{background:var(--brand-tint);border-color:transparent;color:var(--brand-ink)}html .ttp .sales-calendar-grid button.outside{color:var(--muted-2)}html .ttp .sales-calendar-grid button.range{background:var(--brand-tint);border-radius:0}html .ttp .sales-calendar-grid button.selected{background:var(--surface);border-color:var(--brand);color:var(--brand-ink);font-weight:600}html .ttp .month-picker-grid button.selected{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:600}html .ttp .ttp-cal-actions{display:flex;gap:8px;margin-top:12px}html .ttp .ttp-cal-actions button{flex:1;padding:10px;border-radius:var(--r-pill);font-weight:600;box-shadow:none}html .ttp .ttp-cal-cancel{background:var(--surface);border:1px solid var(--line);color:var(--text-2)}html .ttp .ttp-cal-cancel:hover{background:var(--surface-2)}html .ttp .ttp-cal-apply,html .ttp .sales-date-done{background:var(--brand);border:0;color:#fff}html .ttp .ttp-cal-apply:hover:not(:disabled),html .ttp .sales-date-done:hover:not(:disabled){background:var(--brand-hover)}html .ttp .ttp-cal-apply:disabled,html .ttp .sales-date-done:disabled{opacity:.5}html .ttp .sales-date-done{width:100%;margin-top:12px;padding:10px}html .ttp .forecast-calendar-popover button:focus-visible,html .ttp .forecast-month-popover button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}html .ttp-metrics{margin-bottom:20px}html .ttp-metrics-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}html .ttp-metrics-head h2{margin:0;font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--text)}html .ttp-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:1100px){html .ttp-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){html .ttp-metrics-grid{grid-template-columns:1fr}}html .ttp-metric{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:14px;text-align:left;padding:16px;border:1.5px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:none;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}html .ttp-metric:hover:not(:disabled):not(.is-on){border-color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,var(--surface))}html .ttp-metric:focus-visible{outline:2px solid var(--brand);outline-offset:2px}html .ttp-metric-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:var(--r-bubble);background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand)}html .ttp-metric-icon svg{width:30px;height:30px}html .ttp-metric-body{display:flex;flex-direction:column;gap:4px;min-width:0}html .ttp-metric-label{font-size:12px;font-weight:600;color:var(--muted)}html .ttp-metric-value{font-family:var(--font-ui);font-variant-numeric:tabular-nums;font-size:20px;font-weight:700;color:var(--text)}html .ttp-metric-note{font-size:10px;color:var(--muted-2)}html .ttp-metric-delta{display:inline-flex;align-items:center;gap:4px;font-family:var(--font-num);font-size:11px;font-weight:700}html .ttp-metric-delta-arrow{display:inline-flex;width:11px;height:11px}html .ttp-metric-delta-arrow svg{width:100%;height:100%}html .ttp-metric-delta.is-up{color:var(--pos)}html .ttp-metric-delta.is-down{color:var(--neg)}html .ttp-metric-delta.is-flat{color:var(--muted)}html .ttp-metric-delta-cmp{font-family:var(--font-ui);font-weight:500;color:var(--muted-2)}html .ttp-metric-tick{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:var(--r-pill);border:1.5px solid var(--line-2);font-size:11px;line-height:1;color:transparent}html .ttp-metric.is-on{border-color:var(--brand);background:var(--brand)}html .ttp-metric.is-on .ttp-metric-label,html .ttp-metric.is-on .ttp-metric-value{color:#fff}html .ttp-metric.is-on .ttp-metric-icon{background:#fff3;color:#fff}html .ttp-metric.is-on .ttp-metric-delta.is-up,html .ttp-metric.is-on .ttp-metric-delta.is-down,html .ttp-metric.is-on .ttp-metric-delta.is-flat{color:#fff}html .ttp-metric.is-on .ttp-metric-delta-cmp{color:#ffffffbf}html .ttp-metric.is-on .ttp-metric-tick{border-color:#fff;background:#fff;color:var(--brand)}html .ttp-metric.is-empty{border-style:dashed;border-color:var(--line-2);background:var(--surface-2);cursor:not-allowed}html .ttp-metric.is-empty .ttp-metric-value{color:var(--muted-2)}html .ttp-metric.is-empty .ttp-metric-icon{background:var(--surface-2);color:var(--muted-2)}html .ttp button:hover{background-image:none}html .ttp-chart-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,3fr);gap:16px;align-items:stretch}html .ttp-chart-card{margin-bottom:20px}html .ttp-chart-empty{padding:48px 20px;text-align:center;font-size:13px;color:var(--muted)}html .ttp-chart-head{margin-bottom:14px}html .ttp-chart-title{margin:0;font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text)}html .ttp-chart-sub{margin:4px 0 0;font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html .ttp-chart-legend{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:12px}html .ttp-legend-item{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--text-2)}html .ttp-legend-dot{width:10px;height:10px;border-radius:var(--r-pill);background:var(--c, var(--brand))}html .ttp-chart{position:relative}html .ttp-chart-scroll{overflow-x:auto}html .ttp-chart svg{width:100%;min-width:680px;height:auto;display:block}html .ttp-grid line{stroke:var(--line);stroke-width:1}html .ttp-axis-y text,html .ttp-axis-x text{fill:var(--muted-2);font-family:var(--font-num);font-size:12px}html .ttp-crosshair{stroke:var(--muted-2);stroke-width:1;stroke-dasharray:3 3}html .ttp-line{stroke:var(--c, var(--brand));stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round}html .ttp-area{stroke:none}html .ttp-area-top{stop-color:var(--c, var(--brand));stop-opacity:.34}html .ttp-area-bot{stop-color:var(--c, var(--brand));stop-opacity:0}html .ttp-dot{fill:var(--c, var(--brand));stroke:var(--surface);stroke-width:2}html .ttp-hit{fill:transparent;cursor:crosshair}html .ttp-tooltip{position:absolute;top:8px;transform:translate(-50%);min-width:180px;padding:12px 14px;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:var(--r-control);box-shadow:var(--shadow-pop);pointer-events:none;z-index:5}html .ttp-tooltip-date{display:block;font-family:var(--font-num);font-size:10px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}html .ttp-tooltip-row{display:flex;align-items:center;gap:8px;font-size:12px;padding:3px 0}html .ttp-tooltip-row .ttp-legend-dot{width:8px;height:8px}html .ttp-tooltip-label{flex:1;color:var(--text-2)}html .ttp-tooltip-row b{font-family:var(--font-num);font-weight:700;color:var(--text)}html .ttp-breakdown-card{min-width:0;margin-bottom:20px}@media(max-width:900px){html .ttp-chart-layout{grid-template-columns:1fr}}html .ttp-breakdown-card .ttp-chart-head{margin-bottom:10px}html .ttp-breakdown-empty{min-height:250px;display:grid;place-items:center;padding:22px;text-align:center;color:var(--muted);font-size:11px;line-height:1.5}html .ttp-donut-wrap{position:relative;display:grid;place-items:center;padding:2px 4px 8px}html .ttp-donut{width:min(100%,190px);height:auto;display:block;overflow:visible}html .ttp-donut-track,html .ttp-donut-segment{fill:none;stroke-width:24;transform:rotate(-90deg);transform-origin:90px 90px}html .ttp-donut-track{stroke:var(--surface-2)}html .ttp-donut-segment{stroke-linecap:butt}html .ttp-donut-total{fill:var(--text);font-family:var(--font-num);font-size:14px;font-weight:700}html .ttp-donut-caption{fill:var(--muted);font-size:10px}html .ttp-donut-tooltip{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;gap:3px;min-width:126px;padding:8px 10px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);box-shadow:var(--shadow-pop);color:var(--text);text-align:center;pointer-events:none;z-index:2}html .ttp-donut-tooltip b{font-size:11px}html .ttp-donut-tooltip span{font-family:var(--font-num);font-size:10px;color:var(--muted)}html .ttp-donut-legend{display:grid;gap:5px;padding:0 14px 14px}html .ttp-donut-legend-row{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px;color:var(--text-2);font-size:11px}html .ttp-donut-legend-row b{color:var(--text);font-family:var(--font-num);font-size:10px}html .ttp-donut-legend-row em{font-style:normal;color:var(--muted)}html .ttp-donut-dot{width:9px;height:9px;border-radius:var(--r-pill)}html .ttp-content-switch{display:flex;align-items:center;margin:28px 0 16px}html .ttp-content-tabs .ui-seg__option{min-width:92px;padding:8px 18px;font-weight:700;letter-spacing:.02em}html .ttp-content-metrics-card{margin-bottom:16px}html .ttp-content-metrics-card .ui-card__head{padding:16px 18px}html .ttp-content-metrics-card .ui-card__body{padding:18px}html .ttp-content-metrics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}html .ttp-content-metrics-card.is-product .ttp-content-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}html .ttp-content-stat{min-height:126px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:16px;border:1.5px solid var(--line);border-radius:var(--r-card);background:var(--surface)}html .ttp-content-stat-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:var(--r-bubble);background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand)}html .ttp-content-stat-icon svg{width:30px;height:30px}html .ttp-content-stat-body{min-width:0;display:flex;flex-direction:column;gap:4px}html .ttp-content-stat-label{padding-right:6px;font-size:12px;line-height:1.3;font-weight:600;color:var(--muted)}html .ttp-content-stat strong{font-family:var(--font-ui);font-size:20px;line-height:1.15;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text)}html .ttp-content-stat-delta{display:inline-flex;align-items:center;gap:4px;margin-top:1px;font-family:var(--font-num);font-size:11px;font-weight:700}html .ttp-content-stat-change{display:inline-flex;align-items:center;gap:3px}html .ttp-content-stat-delta.is-up .ttp-content-stat-change{color:var(--pos)}html .ttp-content-stat-delta.is-down .ttp-content-stat-change{color:var(--neg)}html .ttp-content-stat-delta.is-flat .ttp-content-stat-change{color:var(--muted)}html .ttp-content-stat-compare{font-family:var(--font-ui);font-weight:500;color:var(--muted-2)}html .ttp-content-stat.is-primary{border-color:var(--brand);background:var(--brand)}html .ttp-content-stat.is-primary .ttp-content-stat-icon{background:#fff3;color:#fff}html .ttp-content-stat.is-primary .ttp-content-stat-label,html .ttp-content-stat.is-primary strong,html .ttp-content-stat.is-primary .ttp-content-stat-change{color:#fff}html .ttp-content-stat.is-primary .ttp-content-stat-compare{color:#ffffffbf}html .ttp-content-metrics-loading{min-height:150px;display:grid;place-items:center;color:var(--muted);font-size:13px}@media(max-width:900px){html .ttp-content-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){html .ttp-content-switch,html .ttp-content-tabs{width:100%}html .ttp-content-tabs .ui-seg__option{min-width:0;padding-inline:8px}html .ttp-content-metrics-grid{grid-template-columns:1fr}}html .ttp-video-data-note{margin:14px 16px 0;padding:10px 12px;border:1px solid color-mix(in srgb,var(--brand) 26%,var(--line));border-radius:var(--r-control);background:color-mix(in srgb,var(--brand) 7%,var(--surface));color:var(--text-2);font-size:12px;line-height:1.45}html .ttp-video-table-loading{min-height:180px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--text-2)}html .ttp-video-table-loading strong{font-size:13px}html .ttp-video-table-loading small{color:var(--muted);font-size:11px}html .ttp-video-table-spinner{width:26px;height:26px;border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;animation:ttp-video-spin .8s linear infinite}@keyframes ttp-video-spin{to{transform:rotate(360deg)}}html .ttp-table-card{margin-bottom:20px}html .ttp-table-card .ui-card__body{padding:0}html .ttp-table-card .ui-card__head{padding:16px 18px}html .ttp-table-card .ui-datatable__th{text-align:center!important;font-weight:800;color:var(--text-2)}html .ttp-table-card .ui-datatable__td{text-align:center!important;white-space:nowrap}html .ttp-table-card .ui-datatable__th{white-space:nowrap}html .ttp-video-table .ui-datatable__th:first-child,html .ttp-video-table .ui-datatable__td:first-child{width:240px;min-width:220px;max-width:240px}html .ttp-video-table .ui-datatable__td:first-child,html .ttp-video-table .ui-datatable__td.ttp-video-products-column{text-align:left!important}html .ttp-video-table .ui-datatable__td.ttp-video-products-column{min-width:220px;max-width:280px;white-space:normal;overflow-wrap:anywhere}html .ttp-video-titlecell{width:100%;min-width:0;align-items:flex-start;text-align:left;white-space:normal}html .ttp-video-caption{width:100%;display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;line-height:1.4}@media(max-width:720px){html .ttp-video-table .ui-datatable__th:first-child,html .ttp-video-table .ui-datatable__td:first-child{width:200px;min-width:200px;max-width:200px}}html .ttp-metrics-button{padding:8px 13px}html .ttp-live-account-tabs{display:flex;align-items:center;gap:6px;padding:12px 18px;border-bottom:1px solid var(--line)}html .ttp-live-account-tabs button{appearance:none;padding:8px 12px;border:0;border-radius:6px;background:transparent;box-shadow:none;font-family:var(--font-ui);font-size:13px;font-weight:600;color:var(--text-2);cursor:pointer}html .ttp-live-account-tabs button:hover:not(.is-active){background:var(--surface-2);color:var(--text)}html .ttp-live-account-tabs button.is-active{background:var(--brand-tint);color:var(--brand-ink)}html .ttp-live-account-tabs button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}html .ttp-gmv{color:var(--brand);font-weight:700}html .ttp-titlecell{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px;min-width:160px;white-space:nowrap}html .ttp-table-card .ui-datatable__td.ttp-live-title-column{text-align:left!important}html .ttp-table-card .ui-datatable__td.ttp-live-title-column .ttp-titlecell{align-items:flex-start;text-align:left}html .ttp-titlecell small{color:var(--muted);font-size:11px}html .ttp-thumb{border-radius:6px;object-fit:cover;display:block;margin:0 auto}html .ttp-product-card-table .ui-datatable__td.ttp-product-title-column{text-align:left!important;white-space:normal}html .ttp-product-titlecell{min-width:260px;max-width:340px;display:flex;align-items:center;gap:10px;text-align:left}html .ttp-product-titlecell>span:last-child{display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}html .ttp-product-thumb-placeholder{flex:0 0 auto;width:38px;height:38px;border-radius:6px;background:var(--surface-2)}html .ttp-metric-modal-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:24px;overflow-y:auto;background:#1a191794;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html .ttp-metric-modal{width:min(1120px,100%);max-height:calc(100vh - 48px);margin:auto;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-pop)}html .ttp-metric-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px;border-bottom:1px solid var(--line)}html .ttp-metric-modal-head h2{margin:0;font-size:22px;color:var(--text)}html .ttp-metric-modal-head p{margin:4px 0 0;color:var(--muted);font-size:13px}html .ttp-metric-modal-close{width:34px;height:34px;padding:0;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);box-shadow:none;color:var(--muted);cursor:pointer}html .ttp-metric-modal-close svg{width:19px;height:19px}html .ttp-metric-modal-close svg path{fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round}html .ttp-metric-modal-close:hover{border-color:var(--brand);color:var(--brand-ink);background:var(--brand-tint)}html .ttp-metric-modal-content{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;padding:20px 22px;overflow-y:auto}html .ttp-metric-picker,html .ttp-selected-metrics{border:1px solid var(--line-2);border-radius:var(--r-control);background:var(--surface);overflow:hidden}html aside.ttp-selected-metrics{grid-column:auto;position:static;width:auto;height:auto;min-height:0;min-width:0;margin:0;padding:0;display:block;flex-direction:initial;border:1px solid var(--line-2);border-radius:var(--r-control);background:var(--surface);color:var(--text-2);overflow:hidden}html .ttp-metric-picker-title,html .ttp-selected-metrics h3{min-height:52px;margin:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line-2);background:var(--surface-2);font-size:14px}html .ttp-metric-picker-title button{padding:4px 6px;border:0;background:transparent;box-shadow:none;color:var(--brand-ink);font:600 12px/1 var(--font-ui);cursor:pointer}html .ttp-metric-group{margin:0;padding:20px 16px 16px}html .ttp-metric-group+.ttp-metric-group{border-top:1px solid var(--line)}html .ttp-metric-group h4{margin:0;font-size:14px;font-weight:800;line-height:1.35;color:var(--text)}html .ttp-metric-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 18px;margin-top:13px}html .ttp-metric-options label{min-width:0;display:flex;align-items:flex-start;gap:9px;padding:7px 0;color:var(--text-2);font-size:13px;line-height:1.35;cursor:pointer}html .ttp-metric-options label.is-unavailable{opacity:.5;cursor:not-allowed}html .ttp-metric-options input{appearance:none;flex:0 0 auto;position:relative;width:18px;height:18px;margin:0;display:grid;place-items:center;border:1.5px solid var(--line-2);border-radius:0;background:var(--surface)}html .ttp-metric-options input:checked{border-color:var(--brand);background:var(--brand)}html .ttp-metric-options input:checked:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:900;line-height:1}html .ttp-metric-options input:focus-visible{outline:2px solid var(--brand);outline-offset:2px}html .ttp-selected-metrics h3{justify-content:flex-start}html .ttp-selected-metrics h3 b{color:var(--brand-ink)}html .ttp-selected-metrics>div{display:flex;flex-direction:column;gap:9px;padding:14px}html .ttp-selected-metrics>div>button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--line-2);border-radius:6px;background:var(--surface);box-shadow:none;color:var(--text-2);font:500 13px/1.3 var(--font-ui);text-align:left;cursor:pointer}html .ttp-selected-metrics>div>button:hover{border-color:var(--brand);background:var(--brand-tint)}html .ttp-selected-metrics>div>button b{color:var(--muted-2);font-size:18px}html .ttp-selected-metrics>div>p{margin:8px 2px;color:var(--muted);font-size:12px;line-height:1.5}html .ttp-selected-metric-group{display:flex;flex-direction:column;gap:8px}html .ttp-selected-metric-group+.ttp-selected-metric-group{margin-top:4px}html .ttp-selected-metric-group h4{margin:2px 0 1px;color:var(--muted);font-size:12px;font-weight:500}html .ttp-selected-metric-group button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--line-2);border-radius:6px;background:var(--surface);box-shadow:none;color:var(--text-2);font:500 13px/1.3 var(--font-ui);text-align:left;cursor:pointer}html .ttp-selected-metric-group button:hover{border-color:var(--brand);background:var(--brand-tint)}html .ttp-selected-metric-group button b{color:var(--muted-2);font-size:18px}html .ttp-metric-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:14px 22px;border-top:1px solid var(--line);background:var(--surface)}@media(max-width:900px){html .ttp-metric-modal-content{grid-template-columns:1fr}html .ttp-metric-options,html .ttp-content-metrics-card.is-product .ttp-content-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){html .ttp-content-metrics-card.is-product .ttp-content-metrics-grid{grid-template-columns:1fr}}@media(max-width:560px){html .ttp-metric-modal-backdrop{padding:10px}html .ttp-metric-modal{max-height:calc(100vh - 20px)}html .ttp-metric-modal-content{padding:14px}html .ttp-metric-options{grid-template-columns:1fr}}html .ttp-dos{display:inline-block;padding:3px 8px;border-radius:var(--r-pill);font-family:var(--font-num);font-size:11px;font-weight:700}html .ttp-dos.is-low{color:var(--neg);background:var(--neg-bg)}html .ttp-dos.is-ok{color:var(--pos);background:var(--pos-bg)}html .ttp-state-card{margin-bottom:20px}html .ttp-state{display:flex;flex-direction:column;gap:6px;padding:20px 4px;text-align:center}html .ttp-state strong{font-family:var(--font-display);font-size:15px;color:var(--text)}html .ttp-state span{font-size:13px;color:var(--text-2)}html .ttp-state small{font-size:12px;color:var(--muted)}html .ttp-skel{margin-bottom:20px}html .ttp-skel-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}@media(max-width:1100px){html .ttp-skel-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){html .ttp-skel-metrics{grid-template-columns:1fr}}html .ttp-skel-card{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:14px;padding:16px;border:1.5px solid var(--line);border-radius:var(--r-card);background:var(--surface)}html .ttp-skel-icon{width:52px;height:52px;border-radius:var(--r-bubble)}html .ttp-skel-lines{display:flex;flex-direction:column;gap:9px}html .ttp-skel-line{height:10px;border-radius:var(--r-pill)}html .ttp-skel-line.xs{width:42%;height:8px}html .ttp-skel-line.sm{width:56%}html .ttp-skel-line.lg{width:74%;height:18px}html .ttp-skel-chart{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:300px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface)}html .ttp-skel-caption{font-size:12px;color:var(--muted)}html .ttp-skel-spinner{width:40px;height:40px}html .ttp-skel-spinner-track{fill:none;stroke:var(--line);stroke-width:5}html .ttp-skel-spinner-arc{fill:none;stroke:var(--brand);stroke-width:5;stroke-linecap:round;stroke-dasharray:80 126;transform-origin:center;animation:ttp-spin .9s linear infinite}@keyframes ttp-spin{to{transform:rotate(360deg)}}html .ttp-skel-icon,html .ttp-skel-line{background:linear-gradient(100deg,var(--surface-2) 30%,color-mix(in srgb,var(--brand) 9%,var(--surface-2)) 50%,var(--surface-2) 70%);background-size:220% 100%;animation:ttp-shimmer 1.3s ease-in-out infinite}@keyframes ttp-shimmer{0%{background-position:220% 0}to{background-position:-220% 0}}html .ttp .card.empty{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:none;color:var(--muted)}@media(prefers-reduced-motion:reduce){html .ttp-metric{transition:none}html .ttp-skel-icon,html .ttp-skel-line{animation:none;background:var(--surface-2)}html .ttp-skel-spinner-arc{animation:none}}html .ttp.allp .series--gmv{--c: var(--chart-1)}html .ttp.allp .series--orders{--c: var(--chart-4)}html .ttp.allp .series--itemsSold{--c: var(--chart-6)}html .ttp.allp .series--aov{--c: var(--chart-2)}html .ttp.allp .ttp-tooltip{min-width:210px}html .ttp.allp .ttp-tooltip-group{padding:2px 0 6px;border-bottom:1px dashed var(--line)}html .ttp.allp .ttp-tooltip-group:last-child{border-bottom:0;padding-bottom:0}html .ttp.allp .ttp-tooltip-sub{margin:2px 0 2px 16px}html .ttp.allp .ttp-tooltip-sub-row{display:flex;align-items:center;gap:6px;font-size:11px;padding:2px 0;color:var(--muted)}html .ttp.allp .ttp-tooltip-sub-dot{width:6px;height:6px;border-radius:50%;flex:none}html .ttp.allp .ttp-tooltip-sub-label{flex:1}html .ttp.allp .ttp-tooltip-sub-value{font-family:var(--font-num);color:var(--text-2)}html .dash{font-family:var(--font-ui);color:var(--text-2)}html .dash-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}html .dash-head>div{min-width:0}html .dash-head span{display:block;margin-bottom:7px;color:var(--brand-ink);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}html .dash-head h1{margin:0;color:var(--text);font-family:var(--font-display);font-size:34px;font-weight:700;letter-spacing:-.03em}html .dash-head p{margin:7px 0 0;color:var(--muted);font-size:13px}html .dash-head>b{flex:0 0 auto;padding:9px 13px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);color:var(--text-2);font-size:11px;font-weight:700;box-shadow:var(--shadow-card)}html .dash>.ttp-filterbar{margin-bottom:18px}html .dash-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 16px}html .dash-kpi{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;min-height:122px;padding:18px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-card)}html .dash-kpi__icon{display:grid;width:52px;height:52px;place-items:center;border-radius:16px;background:var(--brand-tint);color:var(--brand)}html .dash-kpi__icon svg{width:26px;height:26px}html .dash-kpi__copy{display:flex;min-width:0;flex-direction:column;gap:5px}html .dash-kpi__copy small{color:var(--muted);font-size:11px;font-weight:750;text-transform:uppercase}html .dash-kpi__copy strong{overflow:hidden;color:var(--text);font-size:22px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}html .dash-kpi__copy em{color:var(--muted-2);font-size:10px;font-style:normal;font-weight:600}html .dash-kpi.is-brand{border-color:transparent;background:var(--brand);box-shadow:var(--shadow-brand)}html .dash-kpi.is-brand .dash-kpi__icon{background:#ffffff2e;color:#fff}html .dash-kpi.is-brand .dash-kpi__copy small,html .dash-kpi.is-brand .dash-kpi__copy strong,html .dash-kpi.is-brand .dash-kpi__copy em{color:#fff}html .dash-kpi.is-dark{border-color:#1a1917;background:#1a1917}html .dash-kpi.is-dark .dash-kpi__icon{background:#ffffff1f;color:#fff}html .dash-kpi.is-dark .dash-kpi__copy small,html .dash-kpi.is-dark .dash-kpi__copy strong,html .dash-kpi.is-dark .dash-kpi__copy em{color:#fff}html .dash-banner{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 10px;padding:12px 16px;margin-bottom:14px;border:1px solid color-mix(in srgb,var(--warn) 25%,transparent);border-radius:var(--r-control);background:var(--warn-bg)}html .dash-banner strong{color:var(--warn);font-size:13px}html .dash-banner span{color:var(--text-2);font-size:12px}html .dash-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}html .dash-grid-wide{grid-column:1/-1}html .dash-grid .ui-card__body{padding:0}html .dash-grid>.ttp-breakdown-card{margin-bottom:0}html .dash-table-wrap{width:100%;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}html .dash-table{width:100%;min-width:780px;border-collapse:collapse;background:var(--surface);font-size:12px;font-variant-numeric:tabular-nums}html .dash-table th,html .dash-table td{padding:13px 15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text-2);text-align:center;vertical-align:middle;white-space:nowrap}html .dash-table th:last-child,html .dash-table td:last-child{border-right:0}html .dash-table tbody tr:last-child td{border-bottom:0}html .dash-table th{background:var(--surface-2);color:var(--text);font-size:10px;font-weight:800;letter-spacing:.035em;text-transform:uppercase}html .dash-table tbody tr:hover{background:var(--brand-tint)}html .dash-table td small{display:block;margin-top:3px;color:var(--muted);font-size:9px}html .dash-table tr.is-total td{background:var(--brand-tint);color:var(--text);font-weight:800}html .dash-product-table{min-width:980px}html .dash-pnl-summary{display:grid;padding:4px 18px 12px}html .dash-pnl-summary>div{display:flex;min-height:43px;align-items:center;justify-content:space-between;gap:20px;padding:10px 4px;border-bottom:1px solid var(--line)}html .dash-pnl-summary>div:last-child{border-bottom:0}html .dash-pnl-summary span{color:var(--text-2);font-size:12px;font-weight:700}html .dash-pnl-summary strong{color:var(--text);font-family:var(--font-num);font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}html .dash-pnl-summary .is-profit strong{color:var(--green)}html .dash-pnl-summary .is-net{margin-top:3px;padding-inline:12px;border:0;border-radius:12px;background:var(--brand-tint)}html .dash-pnl-summary .is-net span,html .dash-pnl-summary .is-net strong{color:var(--brand-ink);font-weight:850}html .dash-table__product{min-width:230px;text-align:left!important;white-space:normal!important}html .dash-table__product strong{display:block;color:var(--text);line-height:1.4}html .dash-table__empty{padding:28px!important;color:var(--muted)!important;text-align:center!important}html .dash-market{display:inline-flex;min-width:66px;justify-content:center;padding:6px 10px;border-radius:var(--r-pill);color:#fff;font-size:10px;font-weight:800}html .dash-market.is-tiktok{background:#1a1917}html .dash-market.is-shopee{background:var(--brand)}html .dash-missing{display:inline-flex;padding:4px 8px;border-radius:var(--r-pill);background:#fff1f2;color:#b4232b;font-size:9px;font-weight:800}html .dash-coverage{display:flex;min-height:185px;flex-direction:column;justify-content:center;gap:16px;padding:22px}html .dash-coverage>div:first-child{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}html .dash-coverage strong{color:var(--text);font-size:36px;letter-spacing:-.04em}html .dash-coverage span,html .dash-coverage small{color:var(--muted);font-size:11px}html .dash-progress{height:12px;overflow:hidden;border-radius:var(--r-pill);background:var(--surface-2)}html .dash-progress i{display:block;height:100%;border-radius:inherit;background:var(--brand)}@media(max-width:1100px){html .dash-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){html .dash-grid{grid-template-columns:1fr}html .dash-grid-wide{grid-column:auto}}@media(max-width:680px){html .dash-head{align-items:flex-start;flex-direction:column}html .dash-kpis{grid-template-columns:1fr}}.br-page{display:grid;gap:24px;font-family:var(--font-ui)}.br-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding:8px 2px 4px}.br-hero-copy{max-width:760px}.br-eyebrow{display:block;margin-bottom:8px;color:var(--brand-ink);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.br-hero h1{margin:0;color:var(--text);font-family:var(--font-display);font-size:clamp(28px,3vw,40px);font-weight:700;letter-spacing:-.035em;line-height:1.08}.br-hero p{max-width:680px;margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.br-upload{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:0 20px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);box-shadow:var(--shadow-brand);color:#fff;cursor:pointer;font-size:13px;font-weight:700;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.br-upload:hover{border-color:var(--brand-hover);background:var(--brand-hover)}.br-upload:active{transform:translateY(1px)}.br-upload.is-disabled{cursor:wait;opacity:.55}.br-upload svg{width:17px;height:17px}.br-hero-actions{display:flex;align-items:stretch;gap:10px}.br-draft-all{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;min-height:42px;padding:7px 17px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--surface);color:var(--brand-ink);cursor:pointer;font-family:var(--font-ui);font-size:12px;font-weight:750;white-space:nowrap}.br-draft-all:hover:not(:disabled){background:var(--brand-tint)}.br-draft-all small{margin-top:2px;color:var(--muted);font-family:var(--font-num);font-size:9px;font-weight:600}.br-draft-all:disabled{cursor:wait;opacity:.55}.br-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.br-metric{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:14px;min-width:0;padding:16px;border:1.5px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:none}.br-metric-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:var(--r-bubble);background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand)}.br-metric-icon svg{width:30px;height:30px}.br-metric-body{display:flex;flex-direction:column;gap:4px;min-width:0}.br-metric-label{display:block;color:var(--muted);font-size:12px;font-weight:600}.br-metric strong{display:block;overflow:hidden;color:var(--text);font-family:var(--font-ui);font-size:20px;font-weight:700;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.br-metric small{display:block;color:var(--muted-2);font-size:10px}.br-import-card .ui-card__head{padding:18px 20px}.br-table-body{padding:0}.br-batch-count{padding:6px 10px;border-radius:var(--r-pill);background:var(--surface-2);color:var(--muted);font-family:var(--font-num);font-size:11px;font-weight:700}.br-status{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--r-pill);font-size:11px;font-weight:700}.br-status:before{width:6px;height:6px;border-radius:50%;background:currentColor;content:""}.br-status.is-pending{background:var(--warn-bg);color:var(--warn)}.br-status.is-complete{background:var(--pos-bg);color:var(--pos)}.br-row-actions{display:flex;align-items:center;justify-content:center;gap:6px}html .br-import-table .ui-datatable__table th.ui-datatable__th,html .br-import-table .ui-datatable__table td.ui-datatable__td{text-align:center!important}html .br-import-table .ui-datatable__td.br-uploaded-cell{white-space:nowrap}.br-row-actions .ui-btn,.br-link-btn{min-height:30px;padding:7px 11px;font-size:11px}.br-link-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);color:var(--text-2);font-weight:600;line-height:1;text-decoration:none;white-space:nowrap}.br-link-btn:hover{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}.br-row-actions .br-danger-btn{border-color:var(--neg-bg);color:var(--neg)}.br-row-actions .br-danger-btn:hover:not(:disabled){border-color:var(--neg);background:var(--neg-bg);color:var(--neg)}.br-page .modal-backdrop{padding:28px;background:#1a19176b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.br-page .history-preview,.br-page .download-choice{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-pop)}.br-page .history-preview>.card-title,.br-page .download-choice>.card-title{gap:20px;padding:20px 22px;border-bottom:1px solid var(--line)}.br-page .history-preview>.card-title h2,.br-page .download-choice>.card-title h2{color:var(--text);font-size:18px;letter-spacing:-.02em}.br-page .history-preview>.card-title p{margin:5px 0 0;color:var(--muted);font-size:12px}.br-page .history-preview-table{border-color:var(--line)}.br-page .history-preview-table th{background:var(--surface-2);color:var(--muted-2);font-size:10px;letter-spacing:.06em;text-transform:uppercase}.br-page .history-preview-table td{border-color:var(--line);color:var(--text-2);font-size:12px}.br-page .cogs-pagination{border-top:1px solid var(--line);color:var(--muted);font-family:var(--font-num);font-size:12px}.br-page .bank-bulk-category{border-color:var(--line);border-radius:var(--r-control);background:var(--surface-2)}html .br-page .br-dialog{width:min(1640px,calc(100vw - 64px));max-height:calc(100vh - 64px);border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-pop)}html .br-page .br-dialog-head{flex:0 0 auto;min-height:82px;padding:16px 20px;border-bottom:1px solid var(--line);background:var(--surface)}.br-dialog-title{display:flex;align-items:center;gap:13px;min-width:0}.br-dialog-icon{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:var(--r-bubble);background:var(--brand-tint);color:var(--brand)}.br-dialog-icon svg{width:22px;height:22px}.br-dialog-kicker{display:block;margin-bottom:3px;color:var(--brand-ink);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}html .br-page .br-dialog-head h2{margin:0;color:var(--text);font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:-.015em}html .br-page .br-dialog-head p{margin:4px 0 0;color:var(--muted);font-size:11px}html .br-page .br-dialog-head .history-preview-actions{display:flex;align-items:center;gap:8px}.br-draft-status{display:flex;align-items:flex-end;flex-direction:column;gap:2px;padding:5px 10px;border-radius:10px;background:var(--warn-bg);color:var(--warn);white-space:nowrap}.br-draft-status strong{font-family:var(--font-num);font-size:11px}.br-draft-status span{font-size:9px;font-weight:600}html .br-page .br-discard-draft{min-height:36px;padding:8px 13px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);color:var(--muted);font-family:var(--font-ui);font-size:11px;font-weight:700}html .br-page .br-discard-draft:hover:not(:disabled){border-color:var(--warn);color:var(--warn)}.br-dialog-primary{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:9px 16px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);box-shadow:var(--shadow-brand);color:#fff;font-size:12px;font-weight:700;line-height:1;text-decoration:none}html .br-page .br-dialog-table{flex:1 1 auto;min-height:0;overflow:auto;background:var(--surface);scrollbar-color:var(--brand) transparent}html .br-page .br-dialog-table table{min-width:1240px;border-collapse:collapse;background:var(--surface)}html .br-page .br-dialog-table th{position:sticky;top:0;z-index:2;padding:11px 12px;border-bottom:1px solid var(--line-2);background:var(--surface-2)!important;color:var(--muted-2)!important;font-size:9px;font-weight:800;letter-spacing:.06em;text-align:center;text-transform:uppercase;white-space:nowrap}html .br-page .br-dialog-table td,html .br-page .br-dialog-table tbody tr:nth-child(2n) td,html .br-page .br-dialog-table tbody tr:nth-child(odd) td{padding:11px 12px;border-bottom:1px solid var(--line);background:var(--surface)!important;color:var(--text-2);font-size:11px;text-align:center;vertical-align:middle}html .br-page .br-dialog-table tbody tr:hover td{background:var(--brand-tint)!important}html .br-page .br-dialog-table tbody tr.br-focused-transaction td{background:var(--brand-tint-2)!important;box-shadow:inset 0 1px 0 var(--brand),inset 0 -1px 0 var(--brand)}html .br-page .br-dialog-table td.strong{color:var(--text);font-weight:600;text-align:left}html .br-page .br-dialog-table .badge{padding:5px 9px;border:0;border-radius:var(--r-pill);box-shadow:none;font-size:10px;font-weight:700}html .br-page .br-dialog-table .badge.warn{background:var(--warn-bg);color:var(--warn)}html .br-page .br-dialog-table .badge.success{background:var(--pos-bg);color:var(--pos)}html .br-page .br-edit-dialog .category-trigger{min-height:34px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);background-image:none;box-shadow:none;color:var(--text-2);font-size:11px}html .br-page .br-dialog-table td.br-draft-cell{position:relative;background:var(--brand-tint)!important}.br-draft-note{display:inline-flex;margin-top:4px;padding:2px 6px;border-radius:var(--r-pill);background:var(--brand-tint-2);color:var(--brand-ink);font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.br-draft-note.is-low{background:var(--warn-bg);color:var(--warn)}html .br-page .br-edit-dialog .category-trigger:hover,html .br-page .br-edit-dialog .category-trigger.open{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .br-page .br-edit-dialog .category-popover{width:260px;max-height:330px;padding:8px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);box-shadow:var(--shadow-pop);scrollbar-color:var(--brand) transparent}html .br-page .br-edit-dialog .category-popover .stock-filter-search{min-height:34px;margin-bottom:7px;padding:8px 10px;border:1px solid var(--line);border-radius:9px;background:var(--surface-2);color:var(--text);box-shadow:none;font-family:var(--font-ui);font-size:11px;outline:none}html .br-page .br-edit-dialog .category-popover .stock-filter-search::placeholder{color:var(--muted-2)}html .br-page .br-edit-dialog .category-popover .stock-filter-search:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-tint-2)}html .br-page .br-edit-dialog .category-popover button{width:100%;min-height:32px;padding:8px 10px;border:1px solid transparent;border-radius:9px;background:transparent;background-image:none;box-shadow:none;color:var(--text-2);font-size:11px;font-weight:500;text-align:left}html .br-page .br-edit-dialog .category-popover button:hover,html .br-page .br-edit-dialog .category-popover button.keyboard-active{border-color:transparent;background:var(--brand-tint);color:var(--brand-ink)}html .br-page .br-edit-dialog .category-popover button.active{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .br-page .br-edit-dialog .category-popover button b{color:var(--brand)}html .br-page .br-edit-dialog .category-clear-option{margin-bottom:4px;border-bottom:1px solid var(--line)!important;border-radius:0!important;color:var(--neg)!important;font-style:normal}html .br-page .br-edit-dialog .category-group-label{padding:9px 10px 4px;color:var(--muted-2);font-size:9px;font-weight:800;letter-spacing:.07em;text-align:left;text-transform:uppercase}html .br-page .br-dialog-table button.danger{padding:7px 11px;border:1px solid var(--neg-bg);border-radius:var(--r-pill);background:var(--surface);background-image:none;box-shadow:none;color:var(--neg);font-size:10px}html .br-page .br-dialog-footer{flex:0 0 auto;min-height:58px;padding:11px 18px;border-top:1px solid var(--line);background:var(--surface);color:var(--muted);font-family:var(--font-num);font-size:11px}html .br-page .br-dialog-footer button.small{min-height:32px;padding:7px 13px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);background-image:none;box-shadow:none;color:var(--text-2);font-size:11px}html .br-page .br-dialog-footer button.small:hover:not(:disabled){border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .br-page .br-dialog-footer button.small:disabled{opacity:.4}@media(max-width:1100px){.br-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.br-page{gap:18px}.br-hero{align-items:stretch;flex-direction:column;gap:20px}.br-upload{align-self:flex-start}.br-hero-actions{align-items:flex-start;flex-direction:column}.br-kpis{grid-template-columns:1fr}.br-page .modal-backdrop{padding:12px}.br-page .history-preview>.card-title{align-items:flex-start;flex-direction:column}.br-page .history-preview-actions{width:100%;flex-wrap:wrap}html .br-page .br-dialog{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}}@media(prefers-reduced-motion:reduce){.br-upload{transition:none}}html .app-shell .br-page .history-preview,html .app-shell .br-page .download-choice,html .app-shell .br-page .br-dialog{border-color:var(--line);background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-pop)}html .app-shell .br-page .history-preview>.card-title,html .app-shell .br-page .download-choice>.card-title,html .app-shell .br-page .br-dialog-head{border-color:var(--line);background:var(--surface)}html .app-shell .br-page .history-preview-table th,html .app-shell .br-page .br-dialog-table th{border-color:var(--line-2);background:var(--surface-2);color:var(--muted-2)}html .app-shell .br-page .history-preview-table td,html .app-shell .br-page .br-dialog-table td{border-color:var(--line);background:var(--surface);color:var(--text-2)}html .ttp.spp .series--gmv{--c: var(--chart-1)}html .ttp.spp .series--orders{--c: var(--chart-4)}html .ttp.spp .series--itemsSold{--c: var(--chart-6)}html .ttp.spp .series--aov{--c: var(--chart-2)}html .ttp.spp .ttp-chart-layout{grid-template-columns:1fr}.mobile-nav{position:fixed;right:0;bottom:0;left:0;z-index:40;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));width:100%;max-width:480px;min-height:calc(78px + env(safe-area-inset-bottom));margin:0 auto;padding:8px 8px calc(7px + env(safe-area-inset-bottom));border:1px solid #ecebe7;border-bottom:0;border-radius:22px 22px 0 0;background:#fffffff5;box-shadow:0 -8px 28px #1a191714;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif}.mobile-nav a,.mobile-nav>button{position:relative;display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:3px 1px;border:0;border-radius:12px;background:transparent;color:#a8a49b;text-decoration:none;-webkit-tap-highlight-color:transparent}.mobile-nav a>span,.mobile-nav>button>span{display:grid;width:31px;height:31px;place-items:center;border-radius:10px}.mobile-nav svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-nav small{width:100%;overflow:hidden;font-size:9px;font-weight:750;line-height:1.15;text-align:center;text-overflow:ellipsis;white-space:nowrap}.mobile-nav a.is-active,.mobile-nav>button.is-active{color:#f4571e}.mobile-nav a.is-active>span,.mobile-nav>button.is-active>span{background:transparent;color:#f4571e;box-shadow:none}.mobile-nav a:focus-visible,.mobile-nav>button:focus-visible{outline:2px solid #f4571e;outline-offset:1px}.mobile-nav>.mobile-nav__menu:active>span{transform:scale(.93)}.mobile-nav-menu-layer{position:fixed;inset:0;z-index:70;display:flex;align-items:flex-end;justify-content:center;padding:0 12px calc(90px + env(safe-area-inset-bottom));visibility:hidden;background:#1a191700;pointer-events:none;transition:background .32s ease,visibility 0s linear .36s;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif}.mobile-nav-menu-layer.is-open{visibility:visible;background:#1a191747;pointer-events:auto;transition:background .32s ease,visibility 0s}.mobile-nav-menu{width:min(100%,456px);padding:14px;border:1px solid #ecebe7;border-radius:18px;background:#fffffffa;box-shadow:0 18px 50px #1a19172e;opacity:0;transform:translateY(30px) scale(.95);transform-origin:50% 100%;transition:opacity .26s ease,transform .36s cubic-bezier(.2,.9,.25,1.12)}.mobile-nav-menu-layer.is-open .mobile-nav-menu{opacity:1;transform:translateY(0) scale(1)}.mobile-nav-menu__bubbles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mobile-nav-menu__bubbles a{display:flex;min-width:0;min-height:70px;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:7px 2px;border:0;border-radius:0;background:transparent;color:#827e75;text-decoration:none;opacity:0;transform:translateY(14px) scale(.9);transition:opacity .24s ease,transform .32s cubic-bezier(.2,.9,.25,1.12),color .2s ease}.mobile-nav-menu-layer.is-open .mobile-nav-menu__bubbles a{opacity:1;transform:translateY(0) scale(1)}.mobile-nav-menu__bubbles a>span{display:grid;width:34px;height:34px;place-items:center;color:#f4571e}.mobile-nav-menu__bubbles a>span svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-nav-menu__bubbles strong{max-width:100%;overflow:hidden;color:#45423c;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.mobile-nav-menu__bubbles a.is-active,.mobile-nav-menu__bubbles a.is-active strong{color:#f4571e}.mobile-nav-menu__bubbles a:active{transform:scale(.95)}@media(max-width:350px){.mobile-nav small{font-size:8px}.mobile-nav-menu__bubbles{gap:3px}.mobile-nav-menu__bubbles strong{font-size:7px}}@media(prefers-reduced-motion:reduce){.mobile-nav-menu-layer,.mobile-nav-menu,.mobile-nav-menu__bubbles a{transition-duration:.01ms}}.mobile-nav>a,.mobile-nav>.mobile-nav__menu,.mobile-nav>a:hover,.mobile-nav>.mobile-nav__menu:hover,.mobile-nav>a:focus,.mobile-nav>.mobile-nav__menu:focus,.mobile-nav>a:focus-visible,.mobile-nav>.mobile-nav__menu:focus-visible,.mobile-nav>a:active,.mobile-nav>.mobile-nav__menu:active{border:0!important;border-radius:0!important;outline:0!important;appearance:none;background:transparent!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}.mobile-nav>a>span,.mobile-nav>.mobile-nav__menu>span,.mobile-nav>a:hover>span,.mobile-nav>.mobile-nav__menu:hover>span,.mobile-nav>a:focus>span,.mobile-nav>.mobile-nav__menu:focus>span,.mobile-nav>a:active>span,.mobile-nav>.mobile-nav__menu:active>span{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.mobile-nav>a.is-active,.mobile-nav>.mobile-nav__menu.is-active,.mobile-nav>a.is-active>span,.mobile-nav>.mobile-nav__menu.is-active>span{background:transparent!important;color:#f4571e!important;box-shadow:none!important}.mobile-nav-menu__bubbles>a,.mobile-nav-menu__bubbles>a:hover,.mobile-nav-menu__bubbles>a:focus,.mobile-nav-menu__bubbles>a:focus-visible,.mobile-nav-menu__bubbles>a:active{border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}.mobile-nav-menu__bubbles>a>span{width:31px;height:31px;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.mobile-nav-menu__bubbles strong{font-size:9px}html:has(.mobile-ap),body:has(.mobile-ap),#root:has(.mobile-ap){min-height:100%;margin:0;background:#faf9f7}.mobile-ap{--brand: #f4571e;--brand-hover: #e24a16;--brand-ink: #bd3a12;--brand-tint: #fff3ed;--brand-tint-2: #ffe9de;--canvas: #faf9f7;--surface: #ffffff;--surface-2: #f5f4f1;--line: #ecebe7;--line-2: #e0ded9;--text: #1a1917;--text-2: #45423c;--muted: #827e75;--muted-2: #a8a49b;--pos: #21a366;--neg: #e5484d;--r-card: 20px;--r-control: 12px;--r-pill: 999px;--shadow-card: 0 4px 24px rgba(26, 25, 23, .05);--shadow-pop: 0 12px 32px rgba(26, 25, 23, .16);min-height:100dvh;background:var(--canvas);color:var(--text-2);font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.mobile-ap *,.mobile-ap *:before,.mobile-ap *:after{box-sizing:border-box}.mobile-ap button,.mobile-ap input{font:inherit}.mobile-ap button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mobile-ap__main{width:100%;max-width:480px;margin:0 auto;padding:max(24px,env(safe-area-inset-top)) 16px calc(112px + env(safe-area-inset-bottom))}.mobile-ap__hero{padding:0 2px}.mobile-ap__eyebrow,.mobile-ap__section-head>div>span,.mobile-ap__card-head>div>span,.mobile-ap__sheet-head span{color:var(--brand-ink);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.mobile-ap__hero h1{margin:7px 0 0;color:var(--text);font-size:30px;line-height:1.1;letter-spacing:-.035em}.mobile-ap__hero p{margin:7px 0 0;color:var(--muted);font-size:12px}.mobile-ap__subnav{display:flex;gap:6px;margin:19px -2px 0;padding:2px;overflow-x:auto;scrollbar-width:none}.mobile-ap__subnav::-webkit-scrollbar{display:none}.mobile-ap__subnav a{flex:0 0 auto;padding:9px 13px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);color:var(--muted);font-size:9px;font-weight:750;text-decoration:none;white-space:nowrap}.mobile-ap__subnav a.is-active{border-color:var(--brand);background:var(--brand);color:#fff;box-shadow:0 6px 16px #f4571e30}.mobile-ap__filters{margin:14px 0 24px}.mobile-ap__periods{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;padding:4px;border-radius:var(--r-pill);background:var(--surface-2)}.mobile-ap__periods button{min-width:0;min-height:34px;padding:7px 4px;border:0;border-radius:var(--r-pill);background:transparent;color:var(--muted);box-shadow:none;font-size:10px;font-weight:700}.mobile-ap__periods button.is-active{background:var(--brand);color:#fff}.mobile-ap__date-button{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%;margin-top:10px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-card);text-align:left}.mobile-ap__date-button>svg{width:20px;height:20px;color:var(--brand)}.mobile-ap__date-button span{min-width:0}.mobile-ap__date-button small,.mobile-ap__date-button b{display:block}.mobile-ap__date-button small{color:var(--muted);font-size:9px}.mobile-ap__date-button b{margin-top:3px;overflow:hidden;color:var(--text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mobile-ap__date-chevron{color:var(--muted-2);font-size:24px;line-height:1}.mobile-ap__notice{display:flex;flex-direction:column;gap:4px;margin:-10px 0 20px;padding:12px 14px;border:1px solid var(--brand-tint-2);border-radius:var(--r-control);background:var(--brand-tint);color:var(--brand-ink);font-size:10px}.mobile-ap__section{margin-bottom:22px}.mobile-ap__section-head,.mobile-ap__card-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.mobile-ap__section-head h2,.mobile-ap__card-head h2{margin:4px 0 0;color:var(--text);font-size:16px;letter-spacing:-.015em}.mobile-ap__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px}.mobile-ap__metric{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-height:98px;padding:10px;border:1.5px solid var(--line);border-radius:18px;background:var(--surface);color:var(--text-2);box-shadow:none;text-align:left}.mobile-ap__metric.is-active{border-color:var(--brand);background:var(--brand);color:#fff;box-shadow:0 9px 20px #f4571e33}.mobile-ap__metric-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:11px;background:var(--brand-tint-2);color:var(--brand)}.mobile-ap__metric-icon svg{width:26px;height:26px}.mobile-ap__metric.is-active .mobile-ap__metric-icon{background:#fff3;color:#fff}.mobile-ap__metric-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.mobile-ap__metric-copy small,.mobile-ap__metric-copy strong{display:block}.mobile-ap__metric-copy small{color:var(--muted);font-size:8px;font-weight:700;text-transform:uppercase}.mobile-ap__metric-copy strong{overflow:hidden;color:var(--text);font-size:14px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.mobile-ap__metric.is-active .mobile-ap__metric-copy small,.mobile-ap__metric.is-active .mobile-ap__metric-copy strong{color:#fff}.mobile-ap__delta{display:block;color:var(--pos);font-size:7.5px;font-weight:800;line-height:1.35}.mobile-ap__delta.is-down{color:var(--neg)}.mobile-ap__delta em{color:var(--muted-2);font-style:normal;font-weight:500}.mobile-ap__metric.is-active .mobile-ap__delta,.mobile-ap__metric.is-active .mobile-ap__delta em{color:#ffffffdb}.mobile-ap__card{margin-bottom:14px;padding:16px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-card)}.mobile-ap__card-head{align-items:flex-start}.mobile-ap__card-head h2{max-width:210px}.mobile-ap__card-head>b{max-width:45%;overflow:hidden;color:var(--text);font-size:12px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.mobile-ap__chart{--mobile-series: var(--brand);position:relative;margin:12px -6px 0;touch-action:manipulation}.mobile-ap__chart.series--orders{--mobile-series: #9333ea}.mobile-ap__chart.series--itemsSold{--mobile-series: #db2777}.mobile-ap__chart.series--aov{--mobile-series: #2563eb}.mobile-ap__chart svg{display:block;width:100%;height:auto}.mobile-ap__grid-line{stroke:var(--line);stroke-width:1}.mobile-ap__line{stroke:var(--mobile-series);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.mobile-ap__crosshair{stroke:var(--muted-2);stroke-width:1;stroke-dasharray:3 3;pointer-events:none}.mobile-ap__active-dot{fill:var(--mobile-series);stroke:var(--surface);stroke-width:2.5;pointer-events:none}.mobile-ap__axis-label{fill:var(--muted-2);font-size:9px;font-weight:600}.mobile-ap__chart-tooltip{position:absolute;top:8px;z-index:5;display:grid;width:154px;gap:4px;padding:9px 10px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-pop);pointer-events:none;transform:translate(-50%)}.mobile-ap__chart-tooltip.is-left{transform:translate(-4%)}.mobile-ap__chart-tooltip.is-right{transform:translate(-96%)}.mobile-ap__chart-tooltip small{color:var(--muted);font-size:8px;font-weight:700}.mobile-ap__chart-tooltip>strong{color:var(--text);font-size:13px;font-variant-numeric:tabular-nums}.mobile-ap__chart-tooltip>span{display:grid;grid-template-columns:6px 1fr auto;align-items:center;gap:5px;color:var(--muted);font-size:8px}.mobile-ap__chart-tooltip>span i{width:6px;height:6px;border-radius:50%}.mobile-ap__chart-tooltip>span b{color:var(--text-2);font-size:8px;font-variant-numeric:tabular-nums}.mobile-ap__chart-empty{display:grid;min-height:190px;place-items:center;color:var(--muted);font-size:11px}.mobile-ap__metric-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:4px;border-radius:var(--r-pill);background:var(--surface-2)}.mobile-ap__metric-tabs button{min-height:30px;padding:6px 2px;border:0;border-radius:var(--r-pill);background:transparent;color:var(--muted);box-shadow:none;font-size:9px;font-weight:700}.mobile-ap__metric-tabs button.is-active{background:var(--surface);color:var(--brand-ink);box-shadow:0 2px 8px #1a191714}.mobile-ap__marketplaces{padding-bottom:18px}.mobile-ap__marketplace{margin-top:18px}.mobile-ap__marketplace>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-ap__marketplace>div>span{display:flex;align-items:center;gap:7px;color:var(--text);font-size:11px;font-weight:700}.mobile-ap__marketplace>div>span i{width:8px;height:8px;border-radius:50%}.mobile-ap__marketplace>div>b{color:var(--text);font-size:10px;font-variant-numeric:tabular-nums}.mobile-ap__marketplace>div>b em{margin-left:3px;color:var(--muted);font-style:normal;font-weight:500}.mobile-ap__bar{display:block;width:100%;height:8px;margin-top:8px;overflow:hidden;border-radius:var(--r-pill);background:var(--surface-2)}.mobile-ap__bar i{display:block;height:100%;min-width:2px;border-radius:inherit}.mobile-ap__breakdown{padding-bottom:17px}.mobile-ap__breakdown-body{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:14px;margin-top:14px}.mobile-ap__donut{display:block;width:116px;height:116px;transform:rotate(-90deg)}.mobile-ap__donut-track,.mobile-ap__donut-segment{fill:none;stroke-width:13px}.mobile-ap__donut-track{stroke:var(--surface-2)}.mobile-ap__donut-segment{stroke-linecap:butt;transition:opacity .2s ease}.mobile-ap__donut-label,.mobile-ap__donut-value{fill:var(--text);transform:rotate(90deg);transform-origin:58px 58px;font-variant-numeric:tabular-nums}.mobile-ap__donut-label{fill:var(--muted);font-size:6px;font-weight:800;letter-spacing:.08em}.mobile-ap__donut-value{font-size:10px;font-weight:800}.mobile-ap__breakdown-list{display:grid;gap:10px;min-width:0}.mobile-ap__breakdown-row{min-width:0;padding-bottom:9px;border-bottom:1px solid var(--line)}.mobile-ap__breakdown-row:last-child{padding-bottom:0;border-bottom:0}.mobile-ap__breakdown-row>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-ap__breakdown-row>div>span{display:flex;min-width:0;align-items:center;gap:6px;color:var(--text);font-size:9px;font-weight:750}.mobile-ap__breakdown-row>div>span i{flex:0 0 auto;width:8px;height:8px;border-radius:50%}.mobile-ap__breakdown-row>div>b{color:var(--text);font-size:9px;font-variant-numeric:tabular-nums;white-space:nowrap}.mobile-ap__breakdown-row>small{display:block;margin:3px 0 0 14px;color:var(--muted);font-size:7px}.mobile-ap__breakdown-empty{display:grid;min-height:116px;margin-top:12px;place-items:center;padding:16px;border-radius:14px;background:var(--surface-2);color:var(--muted);font-size:10px;line-height:1.5;text-align:center}.mobile-ap__breakdown-note{margin:14px 0 0;padding:10px 12px;border-radius:11px;background:var(--brand-tint);color:var(--brand-ink);font-size:8px;line-height:1.55}@media(max-width:350px){.mobile-ap__breakdown-body{grid-template-columns:96px minmax(0,1fr);gap:10px}.mobile-ap__donut{width:96px;height:96px}}.mobile-ap__bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));width:100%;max-width:480px;min-height:calc(66px + env(safe-area-inset-bottom));margin:0 auto;padding:8px 6px calc(7px + env(safe-area-inset-bottom));border:1px solid var(--line);border-bottom:0;border-radius:20px 20px 0 0;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:0 -8px 28px #1a191714;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-ap__bottom-nav a{display:flex;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:3px 1px;border-radius:11px;color:var(--muted-2);text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mobile-ap__bottom-nav a>span{display:grid;width:23px;height:23px;place-items:center;border-radius:9px}.mobile-ap__bottom-nav svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-ap__bottom-nav small{width:100%;overflow:hidden;font-size:6.5px;font-weight:700;text-align:center;text-overflow:ellipsis;white-space:nowrap}.mobile-ap__bottom-nav a.is-active{color:var(--brand-ink)}.mobile-ap__bottom-nav a.is-active>span{background:var(--brand);color:#fff;box-shadow:0 5px 12px #f4571e3d}.mobile-ap__bottom-nav a:focus-visible{outline:2px solid var(--brand);outline-offset:1px}.mobile-ap__loading{display:flex;align-items:flex-end;gap:7px;height:186px;padding:30px 10px}.mobile-ap__loading span{flex:1;border-radius:10px 10px 3px 3px;background:var(--brand-tint-2);animation:mobile-ap-pulse 1s ease-in-out infinite alternate}.mobile-ap__loading span:nth-child(1){height:42%}.mobile-ap__loading span:nth-child(2){height:78%;animation-delay:.15s}.mobile-ap__loading span:nth-child(3){height:58%;animation-delay:.3s}.mobile-ap__sheet-layer{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:center;background:#1a19176b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mobile-ap__sheet{width:min(100%,480px);max-width:100%;overflow:hidden;padding:10px 18px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:var(--surface);box-shadow:var(--shadow-pop)}.mobile-ap__sheet-grabber{width:38px;height:4px;margin:0 auto 16px;border-radius:var(--r-pill);background:var(--line-2)}.mobile-ap__sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.mobile-ap__sheet-head h2{margin:4px 0 0;color:var(--text);font-size:20px}.mobile-ap__sheet-head button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text-2);box-shadow:none;line-height:0}.mobile-ap__sheet-head button svg{display:block;width:16px;height:16px}.mobile-ap__date-fields{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-ap__date-field,.mobile-ap__date-fields label{display:flex;flex-direction:column;gap:7px;margin-top:20px;color:var(--muted);font-size:10px;font-weight:700}.mobile-ap__date-field,.mobile-ap__date-fields label{min-width:0}.mobile-ap__date-field>button,.mobile-ap__date-fields label>button{position:relative;display:grid;place-items:center;width:100%;min-width:0;max-width:100%;min-height:48px;padding:10px 36px 10px 12px;border:1px solid var(--line-2);border-radius:var(--r-control);background:var(--surface);color:var(--text);box-shadow:none;font-size:12px;font-weight:700;line-height:1.25;text-align:center;outline:none}.mobile-ap__date-field>button>svg,.mobile-ap__date-fields label>button>svg{position:absolute;top:50%;right:12px;width:17px;height:17px;color:var(--brand);transform:translateY(-50%)}.mobile-ap__date-field>button:focus-visible,.mobile-ap__date-fields label>button:focus-visible{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}.mobile-ap__apply{width:100%;min-height:46px;margin:17px 0 15px;border:0;border-radius:var(--r-pill);background:var(--brand);color:#fff;box-shadow:0 8px 20px #f4571e3d;font-size:10px;font-weight:800}.mobile-ap__apply:disabled{opacity:.5}.mobile-ap__picker-view{margin-top:16px}.mobile-ap__calendar{padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.mobile-ap__calendar-nav{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;gap:8px;margin-bottom:12px}.mobile-ap__calendar-nav strong{color:var(--text);font-size:13px;text-align:center}.mobile-ap__calendar-nav button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text-2);box-shadow:none;line-height:0}.mobile-ap__calendar-nav button svg{display:block;width:15px;height:15px}.mobile-ap__calendar-weekdays,.mobile-ap__calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px}.mobile-ap__calendar-weekdays{margin-bottom:4px}.mobile-ap__calendar-weekdays span{padding:4px 0;color:var(--muted-2);font-size:9px;font-weight:800;text-align:center}.mobile-ap__calendar-grid button{display:grid;place-items:center;width:100%;aspect-ratio:1;min-height:0;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--text-2);box-shadow:none;font-size:11px;font-weight:600}.mobile-ap__calendar-grid button.is-outside{color:var(--muted-2);opacity:.55}.mobile-ap__calendar-grid button.is-range{border-radius:8px;background:var(--brand-tint);color:var(--brand-ink)}.mobile-ap__calendar-grid button.is-selected{border-color:var(--brand);background:var(--brand);color:#fff}.mobile-ap__calendar-grid button:disabled{opacity:.24}.mobile-ap__calendar-help{margin:10px 2px 0;color:var(--muted);font-size:9px;line-height:1.45;text-align:center}.mobile-ap__calendar-months{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.mobile-ap__calendar-months button{min-height:42px;padding:8px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text-2);box-shadow:none;font-size:11px;font-weight:700}.mobile-ap__calendar-months button.is-selected{border-color:var(--brand);background:var(--brand);color:#fff}@keyframes mobile-ap-pulse{0%{opacity:.48}to{opacity:1}}html[data-theme=light] .mobile-ap button{background-image:none}html[data-theme=light] .mobile-ap button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}html[data-theme=light] .mobile-ap__periods button:is(:hover,:active,:focus){border-color:transparent;background:transparent;background-image:none;color:var(--muted);box-shadow:none}html[data-theme=light] .mobile-ap__periods button.is-active,html[data-theme=light] .mobile-ap__periods button.is-active:is(:hover,:active,:focus){border-color:var(--brand);background:var(--brand);background-image:none;color:#fff}html[data-theme=light] .mobile-ap__date-button:is(:hover,:active,:focus){border-color:var(--line);background:var(--surface);background-image:none;color:var(--text-2);box-shadow:var(--shadow-card)}html[data-theme=light] .mobile-ap__metric:is(:hover,:active,:focus){border-color:var(--line);background:var(--surface);background-image:none;color:var(--text-2);box-shadow:none}html[data-theme=light] .mobile-ap__metric.is-active,html[data-theme=light] .mobile-ap__metric.is-active:is(:hover,:active,:focus){border-color:var(--brand);background:var(--brand);background-image:none;color:#fff;box-shadow:0 9px 20px #f4571e33}html[data-theme=light] .mobile-ap__metric-tabs button:is(:hover,:active,:focus){border-color:transparent;background:transparent;background-image:none;color:var(--muted);box-shadow:none}html[data-theme=light] .mobile-ap__metric-tabs button.is-active,html[data-theme=light] .mobile-ap__metric-tabs button.is-active:is(:hover,:active,:focus){border-color:transparent;background:var(--surface);background-image:none;color:var(--brand-ink);box-shadow:0 2px 8px #1a191714}html[data-theme=light] .mobile-ap__sheet-head button:is(:hover,:active,:focus){border-color:var(--line);background:var(--surface);background-image:none;color:var(--text-2);box-shadow:none}html[data-theme=light] .mobile-ap__apply:is(:hover,:active,:focus){border-color:var(--brand);background:var(--brand);background-image:none;color:#fff;box-shadow:0 8px 20px #f4571e40}html[data-theme=light] .mobile-ap__date-field>button:is(:hover,:active,:focus),html[data-theme=light] .mobile-ap__date-fields label>button:is(:hover,:active,:focus){border-color:var(--brand);background:var(--surface);background-image:none;color:var(--text);box-shadow:0 0 0 3px var(--brand-tint)}html[data-theme=light] .mobile-ap__calendar-nav button:is(:hover,:active,:focus){border-color:var(--brand);background:var(--brand-tint);background-image:none;color:var(--brand-ink);box-shadow:none}html[data-theme=light] .mobile-ap__calendar-grid button:is(:hover,:active,:focus){border-color:transparent;background:var(--brand-tint);background-image:none;color:var(--brand-ink);box-shadow:none}html[data-theme=light] .mobile-ap__calendar-grid button.is-selected,html[data-theme=light] .mobile-ap__calendar-grid button.is-selected:is(:hover,:active,:focus),html[data-theme=light] .mobile-ap__calendar-months button.is-selected,html[data-theme=light] .mobile-ap__calendar-months button.is-selected:is(:hover,:active,:focus){border-color:var(--brand);background:var(--brand);background-image:none;color:#fff}html[data-theme=light] .mobile-ap__calendar-months button:is(:hover,:active,:focus){border-color:var(--brand);background:var(--brand-tint);background-image:none;color:var(--brand-ink);box-shadow:none}@media(min-width:600px){.mobile-ap{min-height:100vh;padding:24px 0}.mobile-ap__main{border:1px solid var(--line);border-radius:20px;background:var(--canvas)}}.mobile-ap__bank-action{display:flex;width:100%;height:46px;min-height:46px;align-items:center;justify-content:center;gap:8px;margin:17px 0 15px;padding:11px 16px;border:0;border-radius:999px;appearance:none;background:var(--brand);background-image:none;color:#fff;box-shadow:0 8px 20px #f4571e3d;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;font-size:10px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:0;text-align:center;text-decoration:none;-webkit-text-size-adjust:100%;text-size-adjust:100%}.mobile-ap__bank-action:is(:hover,:focus,:active){border-color:var(--brand);background:var(--brand);background-image:none;color:#fff;box-shadow:0 8px 20px #f4571e3d;outline:0}.mobile-ap__bank-action:active{transform:scale(.985);box-shadow:0 4px 12px #f4571e33}.user-access{min-width:0;color:#1c2434;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif}.user-access__head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px}.user-access__head span,.user-access__modal header span{color:#d94a18;font-size:11px;font-weight:800;letter-spacing:.12em}.user-access__head h2,.user-access__modal h2{margin:5px 0 0;font-size:24px;letter-spacing:-.04em}.user-access__head p{margin:7px 0 0;color:#8b887f;font-size:12px}.user-access button{font:inherit;cursor:pointer}.user-access__primary,.user-access__actions button{min-height:42px;padding:0 17px;border:0;border-radius:13px;background:#f4571e;color:#fff;font-size:11px;font-weight:750;box-shadow:0 8px 18px #f4571e2b}.user-access__list{display:grid;gap:10px}.user-access__user{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;border:1px solid #e8e6e1;border-radius:18px;background:#fff}.user-access__avatar{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;background:#fff0e9;color:#f4571e;font-weight:800}.user-access__identity{display:flex;min-width:0;flex-direction:column;gap:3px}.user-access__identity strong{font-size:13px}.user-access__identity span,.user-access__identity small{overflow:hidden;color:#858178;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.user-access__actions{display:flex;gap:7px}.user-access__actions button{min-height:35px;padding:0 11px;border:1px solid #e6e3dc;background:#fff;color:#615e57;box-shadow:none}.user-access__actions .is-danger{color:#bf2e2e}.user-access__notice{margin:0 0 14px;padding:12px 14px;border-radius:12px;font-size:11px;font-weight:700}.user-access__notice.is-error{background:#fff0f0;color:#b42318}.user-access__notice.is-success{background:#ecfdf3;color:#067647}.user-access__empty{display:flex;min-height:110px;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px;border:1px dashed #ddd9d1;border-radius:18px;color:#969188;text-align:center}.user-access__empty strong{color:#3f3c36;font-size:13px}.user-access__empty span{font-size:10px}.user-access__modal-layer{position:fixed;inset:0;z-index:150;display:grid;place-items:center;padding:22px;background:#17191f66;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.user-access__modal{display:flex;width:min(760px,100%);height:min(88vh,850px);max-height:min(88vh,850px);flex-direction:column;overflow:hidden;border:1px solid #ebe8e2;border-radius:24px;background:#fbfaf8;box-shadow:0 28px 90px #15171c3d}.user-access__modal header{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px 16px}.user-access__modal header button{display:flex;width:38px;height:38px;flex:0 0 38px;align-items:center;justify-content:center;padding:0!important;border:1px solid #e5e2dc;border-radius:50%;background:#fff;color:#4b4944;line-height:0}.user-access__modal header button svg{display:block;width:18px;height:18px}.user-access__modal header button path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.user-access__fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 24px}.user-access__fields label{display:flex;flex-direction:column;gap:7px;color:#6d6961;font-size:10px;font-weight:750}.user-access__fields input{width:100%;height:46px;padding:0 13px;border:1px solid #dedbd4;border-radius:13px;background:#fff;color:#1d2432;font:inherit;font-size:12px;outline:none}.user-access__fields input:focus{border-color:#f4571e;box-shadow:0 0 0 3px #f4571e1a}.user-access__hint{margin:12px 24px 0;padding:11px 13px;border-radius:12px;background:#fff0e9;color:#8e421f;font-size:10px;line-height:1.5}.user-access__permission-head{display:flex;align-items:end;justify-content:space-between;padding:18px 24px 10px}.user-access__permission-head div{display:flex;flex-direction:column;gap:3px}.user-access__permission-head strong{font-size:12px}.user-access__permission-head span{color:#8b877e;font-size:9px}.user-access__permission-head button{border:0;background:transparent;color:#e34d18;font-size:10px;font-weight:800}.user-access__permissions{display:grid;min-height:0;flex:1;grid-template-columns:1fr;grid-auto-rows:max-content;align-content:start;gap:8px;padding:2px 24px 18px;overflow:auto}.user-access__permission-group{min-width:0;overflow:hidden;border:1px solid #e6e3dd;border-radius:13px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.user-access__permission-group.is-open{border-color:#f3b198;box-shadow:0 5px 16px #3a2d230d}.user-access__permissions label,.user-access__active{display:flex;align-items:center;gap:9px;cursor:pointer}.user-access__permission-row{display:flex;min-height:48px;align-items:center;padding:0 8px 0 14px}.user-access__permission-parent{min-width:0;flex:1;color:#272d3a;font-size:11px;font-weight:800}.user-access__permission-group.is-single{display:flex;min-height:48px;align-items:center}.user-access__permission-group.is-single .user-access__permission-parent{align-self:stretch;padding:0 14px}.user-access__permission-count{margin-left:10px;color:#969188;font-size:9px;font-weight:750}.user-access__permission-toggle{display:flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;padding:0;border:0;border-radius:9px;background:transparent;color:#77736c;line-height:0}.user-access__permission-toggle svg{display:block;width:18px;height:18px;transition:transform .18s ease}.user-access__permission-toggle path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.user-access__permission-group.is-open .user-access__permission-toggle svg{transform:rotate(180deg)}.user-access__permission-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 18px;padding:13px 14px 14px 38px;border-top:1px solid #eeeae4;background:#fdfcfb}.user-access__permission-items label{color:#716e67;font-size:10px}.user-access input[type=checkbox]{width:16px;height:16px;accent-color:#f4571e}.user-access__active{margin:0 24px 15px;color:#59564f;font-size:11px;font-weight:700}.user-access__modal footer{display:flex;justify-content:flex-end;gap:9px;padding:15px 24px calc(15px + env(safe-area-inset-bottom));border-top:1px solid #e8e5df;background:#fff}.user-access__modal footer button{min-height:42px;padding:0 18px;border:1px solid #dedbd5;border-radius:13px;background:#fff;color:#625f58;font-size:11px;font-weight:750}.user-access__modal footer .user-access__primary{border:0;background:#f4571e;color:#fff}.settings-desktop{width:min(1180px,100%);margin:0 auto;padding:34px}.settings-desktop__head{margin-bottom:24px}.settings-desktop__head span{color:#d94a18;font-size:11px;font-weight:800;letter-spacing:.12em}.settings-desktop__head h1{margin:7px 0 4px;font-size:38px;letter-spacing:-.045em}.settings-desktop__head p{margin:0;color:#8a877f;font-size:13px}.settings-desktop__card{padding:22px;border:1px solid #e8e6e1;border-radius:22px;background:#fff}.password-reset-screen{min-height:100vh;display:grid;place-items:center;padding:22px;background:#f7f7f5}.password-reset-card{width:min(460px,100%);padding:28px;border:1px solid #e4e1da;border-radius:24px;background:#fff;box-shadow:0 24px 80px #191a1e1a}.password-reset-card h1{margin:10px 0 8px;font-size:28px}.password-reset-card>p{margin:0 0 20px;color:#807c74;font-size:12px;line-height:1.6}.password-reset-card label{display:flex;flex-direction:column;gap:7px;margin-top:12px;color:#625f58;font-size:10px;font-weight:750}.password-reset-card input{height:46px;padding:0 13px;border:1px solid #dcd9d2;border-radius:13px;font:inherit}.password-reset-card button{width:100%;min-height:46px;margin-top:18px;border:0;border-radius:13px;background:#f4571e;color:#fff;font:inherit;font-size:12px;font-weight:800}.password-reset-card .error{margin-bottom:12px}.password-reset-card small{display:block;margin-top:12px;color:#99948b;font-size:9px;text-align:center}@media(max-width:680px){.user-access__head{align-items:stretch;flex-direction:column;gap:13px}.user-access__head h2{font-size:19px}.user-access__primary{width:100%}.user-access__user{grid-template-columns:auto minmax(0,1fr)}.user-access__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.user-access__actions .is-danger{grid-column:1/-1}.user-access__modal-layer{align-items:end;padding:0}.user-access__modal{height:92dvh;max-height:92dvh;border-radius:24px 24px 0 0}.user-access__modal header{padding:20px 18px 14px}.user-access__fields{grid-template-columns:1fr;padding:0 18px}.user-access__hint{margin-right:18px;margin-left:18px}.user-access__permission-head,.user-access__permissions{padding-right:18px;padding-left:18px}.user-access__permission-items{grid-template-columns:1fr}.user-access__active{margin-right:18px;margin-left:18px}.user-access__modal footer{padding-right:18px;padding-left:18px}.user-access__modal footer button{flex:1}.settings-desktop{padding:22px 16px}.settings-desktop__card{padding:16px}}html .user-access .user-access__primary:hover,html .user-access .user-access__primary:focus,html .user-access .user-access__primary:active{border-color:transparent!important;background:#e94f1b!important;color:#fff!important;box-shadow:0 8px 18px #f4571e33!important;transform:none!important}html .user-access .user-access__modal header button:hover,html .user-access .user-access__modal header button:focus,html .user-access .user-access__modal header button:active{border-color:#ffd1bf!important;background:#fff0e9!important;color:#d94a18!important;box-shadow:none!important;transform:none!important}html .user-access .user-access__permission-head button:hover,html .user-access .user-access__permission-head button:focus,html .user-access .user-access__permission-head button:active{background:transparent!important;color:#d94a18!important;box-shadow:none!important;transform:none!important}html .user-access .user-access__permission-toggle:hover,html .user-access .user-access__permission-toggle:focus,html .user-access .user-access__permission-toggle:active{background:#fff0e9!important;color:#d94a18!important;box-shadow:none!important;transform:none!important}html .user-access .user-access__permission-toggle,html .user-access .user-access__permission-toggle:hover,html .user-access .user-access__permission-toggle:focus,html .user-access .user-access__permission-toggle:active{display:inline-flex;width:18px;height:18px;flex:0 0 18px;align-items:center;justify-content:center;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#77736c!important;transform:none!important}html .user-access .user-access__permission-toggle:hover,html .user-access .user-access__permission-toggle:focus{color:#d94a18!important}.user-access__permission-toggle svg{width:16px;height:16px}.user-access__permission-count{margin-left:10px;margin-right:3px}html .user-access .user-access__head .user-access__primary{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:0 20px;border:1px solid var(--brand, #f4571e);border-radius:var(--r-pill, 999px);background:var(--brand, #f4571e);box-shadow:var(--shadow-brand, 0 8px 18px rgba(244,87,30,.22));color:#fff;font-size:13px;font-weight:700;white-space:nowrap}html:has(.mobile-system),body:has(.mobile-system),#root:has(.mobile-system){min-height:100%;margin:0;background:#faf9f7}.mobile-system{--brand:#f4571e;--brand-dark:#bd3a12;--brand-ink:#bd3a12;--brand-soft:#fff0e8;--brand-tint:#fff3ed;--brand-tint-2:#ffe9de;--canvas:#faf9f7;--surface:#fff;--surface-2:#f5f4f1;--line:#ecebe7;--line-2:#e0ded9;--line-dark:#dfddd7;--text:#1a1917;--text-2:#45423c;--muted:#827e75;--muted-2:#aaa69d;--green:#21a366;--red:#e5484d;--r-card:20px;--r-control:12px;--r-pill:999px;--shadow-card:0 4px 24px rgba(26,25,23,.05);--shadow-pop:0 12px 32px rgba(26,25,23,.16);min-height:100dvh;background:var(--canvas);color:var(--text-2);font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.mobile-system *,.mobile-system *:before,.mobile-system *:after{box-sizing:border-box}.mobile-system button,.mobile-system input,.mobile-system textarea{font:inherit}.mobile-system button,.mobile-system a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-system__main{width:100%;max-width:480px;margin:0 auto;padding:max(24px,env(safe-area-inset-top)) 16px calc(106px + env(safe-area-inset-bottom))}.mobile-system__hero{padding:0 2px}.mobile-system__hero>span{color:var(--brand-dark);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.mobile-system__hero h1{margin:7px 0 0;color:var(--text);font-size:30px;line-height:1.1;letter-spacing:-.035em}.mobile-system__hero p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.mobile-system__tabs{display:flex;gap:6px;margin:19px -2px 18px;padding:2px;overflow-x:auto;scrollbar-width:none}.mobile-system__tabs::-webkit-scrollbar{display:none}.mobile-system__tabs a{flex:0 0 auto;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-size:9px;font-weight:750;text-decoration:none;white-space:nowrap}.mobile-system__tabs a.is-active{border-color:var(--brand);background:var(--brand);color:#fff;box-shadow:0 6px 16px #f4571e30}.mobile-system__segmented{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:3px;margin:18px 0 14px;padding:4px;border-radius:999px;background:var(--surface-2)}.mobile-system__segmented button{min-width:0;min-height:34px;padding:7px 8px;border:0;border-radius:999px;background:transparent;color:var(--muted);box-shadow:none;font-size:10px;font-weight:750}.mobile-system__segmented button.is-active{background:var(--brand);color:#fff}.mobile-system__period-pill{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 14px;padding:12px 14px;border:1px solid var(--line);border-radius:15px;background:var(--surface);box-shadow:0 4px 20px #1a19170a}.mobile-system__period-pill span{color:var(--muted);font-size:9px;font-weight:700}.mobile-system__period-pill b{color:var(--text);font-size:10px;text-align:right}.mobile-system__kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0 20px}.mobile-system__kpi-button{display:block;min-width:0;padding:0;border:0;background:none}.mobile-system__kpi-button .mobile-system__kpi{height:100%;margin:0}.mobile-system__kpi{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px;min-height:88px;padding:11px;border:1px solid var(--line);border-radius:18px;background:var(--surface);box-shadow:0 4px 20px #1a19170a}.mobile-system__kpi-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:var(--brand-soft);color:var(--brand)}.mobile-system__kpi-icon svg{width:22px;height:22px}.mobile-system__kpi-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.mobile-system__kpi-copy small{overflow:hidden;color:var(--muted);font-size:7.5px;font-weight:800;line-height:1.25;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.mobile-system__kpi-copy strong{overflow:hidden;color:var(--text);font-size:13px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.mobile-system__kpi-copy em{overflow:hidden;color:var(--green);font-size:7px;font-style:normal;font-weight:700;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.mobile-system__kpi.is-brand{border-color:var(--brand);background:var(--brand);box-shadow:0 9px 20px #f4571e33}.mobile-system__kpi.is-brand .mobile-system__kpi-icon{background:#fff3;color:#fff}.mobile-system__kpi.is-brand .mobile-system__kpi-copy small,.mobile-system__kpi.is-brand .mobile-system__kpi-copy strong,.mobile-system__kpi.is-brand .mobile-system__kpi-copy em{color:#fff}.mobile-system__kpi.is-dark{border-color:#292824;background:#292824}.mobile-system__kpi.is-dark .mobile-system__kpi-icon{background:#ffffff1c;color:#fff}.mobile-system__kpi.is-dark .mobile-system__kpi-copy small,.mobile-system__kpi.is-dark .mobile-system__kpi-copy strong,.mobile-system__kpi.is-dark .mobile-system__kpi-copy em{color:#fff}.mobile-system__card{margin:0 0 14px;padding:15px;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 4px 24px #1a19170d}.mobile-system__card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:11px}.mobile-system__card>header>div>span{color:var(--brand-dark);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.mobile-system__card h2{margin:4px 0 0;color:var(--text);font-size:15px;letter-spacing:-.015em}.mobile-system__card>header>b{max-width:45%;overflow:hidden;color:var(--text);font-size:11px;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.mobile-system__card-note{margin:12px 2px 2px;color:var(--muted);font-size:9px;line-height:1.55}.mobile-system__list{display:flex;flex-direction:column}.mobile-system__record{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:11px 2px;border:0;border-top:1px solid var(--line);background:transparent;color:var(--text-2);text-align:left}.mobile-system__record:first-child{border-top:0}.mobile-system__record.is-button{cursor:pointer}.mobile-system__record.is-button:after{content:"›";color:var(--muted-2);font-size:18px}.mobile-system__record-leading{display:grid;min-width:35px;place-items:center}.mobile-system__record-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.mobile-system__record-copy>strong{overflow:hidden;color:var(--text);font-size:10px;line-height:1.35;text-overflow:ellipsis}.mobile-system__record-copy>small{overflow:hidden;color:var(--muted);font-size:8px;line-height:1.45;text-overflow:ellipsis}.mobile-system__record-copy>span{color:var(--muted-2);font-size:7.5px;line-height:1.5}.mobile-system__record-value{max-width:92px;overflow:hidden;color:var(--text);font-size:9px;font-variant-numeric:tabular-nums;text-align:right;text-overflow:ellipsis;white-space:nowrap}.mobile-system__record.is-button .mobile-system__record-value{grid-column:3}.mobile-system__record.is-button:after{grid-column:4}.mobile-system__badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:4px 7px;border-radius:999px;background:var(--surface-2);color:var(--text-2);font-size:7px;font-weight:800;line-height:1;white-space:nowrap}.mobile-system__badge.is-brand{background:var(--brand-soft);color:var(--brand-dark)}.mobile-system__badge.is-success{background:#e8f7ef;color:#117748}.mobile-system__badge.is-warn{background:#fff4d8;color:#926600}.mobile-system__badge.is-danger{background:#ffecee;color:#b4232b}.mobile-system__badge.is-neutral{background:#f0efec;color:#55514a}.mobile-system__search{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;margin:0 0 14px;padding:0 12px;border:1px solid var(--line-dark);border-radius:13px;background:var(--surface)}.mobile-system__search svg{width:17px;height:17px;color:var(--muted)}.mobile-system__search input{width:100%;min-height:43px;padding:10px 0;border:0;background:transparent;color:var(--text);font-size:10px;outline:0}.mobile-system__search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.mobile-system__primary,.mobile-system__upload{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;gap:8px;margin:17px 0 15px;padding:11px 16px;border:0;border-radius:999px;background:var(--brand);color:#fff;box-shadow:0 8px 20px #f4571e3d;font-size:10px;font-weight:800;text-decoration:none}.mobile-system__primary:disabled,.mobile-system__upload.is-disabled{opacity:.55}.mobile-system__upload svg{width:18px;height:18px}.mobile-system__small-action{padding:7px 11px;border:0;border-radius:999px;background:var(--brand);color:#fff;font-size:8px;font-weight:800}.mobile-system__action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-system__action-grid button,.mobile-system__action-grid a{display:grid;min-height:42px;place-items:center;padding:9px;border:1px solid var(--line-dark);border-radius:12px;background:var(--surface);color:var(--text-2);font-size:8.5px;font-weight:750;text-align:center;text-decoration:none}.mobile-system__action-grid button:disabled{opacity:.45}.mobile-system__progress{height:9px;margin-top:14px;overflow:hidden;border-radius:999px;background:var(--surface-2)}.mobile-system__progress i{display:block;height:100%;border-radius:inherit;background:var(--brand)}.mobile-system__bars{display:flex;height:160px;align-items:flex-end;gap:5px;padding:14px 3px 4px;border-bottom:1px solid var(--line)}.mobile-system__bars span{flex:1;min-width:3px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,var(--brand),#ffb08e)}.mobile-system__thumb{display:block;width:38px;height:38px;object-fit:cover;border-radius:10px;background:var(--surface-2)}.mobile-system__thumb.is-empty{border:1px dashed var(--line-dark)}.mobile-system__notice{display:flex;flex-direction:column;gap:3px;margin:14px 0;padding:11px 13px;border:1px solid #ffe1d2;border-radius:13px;background:var(--brand-soft);color:var(--brand-dark);font-size:9px;line-height:1.45}.mobile-system__notice.is-error{border-color:#ffd8dc;background:#fff1f2;color:#a9242b}.mobile-system__empty{display:grid;min-height:120px;place-items:center;align-content:center;gap:5px;color:var(--muted-2);text-align:center}.mobile-system__empty span{font-size:22px}.mobile-system__empty p{margin:0;font-size:9px}.mobile-system__loading{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.mobile-system__loading span{height:88px;border-radius:18px;background:linear-gradient(90deg,#f2f0ec,#fbfaf8,#f2f0ec);background-size:200% 100%;animation:mobile-shimmer 1.2s infinite}.mobile-system__loading span:last-child{grid-column:1/-1;height:150px}.mobile-system__pager{display:flex;align-items:center;justify-content:center;gap:12px;margin:14px 0 20px}.mobile-system__pager button{display:grid;width:34px;height:34px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);font-size:20px;line-height:0}.mobile-system__pager button:disabled{opacity:.35}.mobile-system__pager span{color:var(--muted);font-size:8px;font-weight:700}.mobile-system__detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-system__detail-grid>span{display:flex;min-width:0;min-height:60px;flex-direction:column;gap:6px;padding:10px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2)}.mobile-system__detail-grid small{color:var(--muted);font-size:7px;font-weight:800;text-transform:uppercase}.mobile-system__detail-grid b{overflow-wrap:anywhere;color:var(--text);font-size:9px;line-height:1.4}.mobile-system__sheet-layer{position:fixed;inset:0;z-index:70;display:flex;align-items:flex-end;justify-content:center;background:#1a19176e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mobile-system__sheet{width:min(100%,480px);max-height:88dvh;overflow:hidden;padding:10px 17px calc(18px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;background:var(--surface);box-shadow:0 12px 38px #1a191733}.mobile-system__sheet>i{display:block;width:38px;height:4px;margin:0 auto 15px;border-radius:999px;background:var(--line-dark)}.mobile-system__sheet>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid var(--line)}.mobile-system__sheet h2{margin:0;color:var(--text);font-size:18px}.mobile-system__sheet>header button{display:grid;width:34px;height:34px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);line-height:0}.mobile-system__sheet>header svg{width:16px;height:16px}.mobile-system__sheet-body{max-height:calc(88dvh - 90px);padding-top:14px;overflow:auto}.mobile-system__form{display:flex;flex-direction:column;gap:12px}.mobile-system__form label{display:flex;flex-direction:column;gap:6px}.mobile-system__form label>span{color:var(--muted);font-size:8px;font-weight:750}.mobile-system__form input,.mobile-system__form textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line-dark);border-radius:12px;background:var(--surface);color:var(--text);font-size:10px;outline:0}.mobile-system__form textarea{min-height:76px;resize:vertical}.mobile-system__form input:focus,.mobile-system__form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}@keyframes mobile-shimmer{to{background-position:-200% 0}}@media(min-width:481px){body:has(.mobile-system){background:#efede8}.mobile-system{min-height:100dvh;max-width:480px;margin:0 auto;box-shadow:0 0 45px #1a191717}}.mobile-system__settings-ready{display:flex;min-height:230px;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.mobile-system__settings-ready>span{display:grid;width:62px;height:62px;place-items:center;border-radius:20px;background:var(--brand-soft);color:var(--brand)}.mobile-system__settings-ready svg{width:31px;height:31px}.mobile-system__settings-ready strong{margin-top:16px;color:var(--text);font-size:14px}.mobile-system__settings-ready p{max-width:280px;margin:8px 0 0;color:var(--muted);font-size:9px;line-height:1.6}.mobile-system__primary,.mobile-system__small-action,.mobile-system__action-grid button,.mobile-system__action-grid a{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border:0;border-radius:999px;appearance:none;background:var(--brand);color:#fff;box-shadow:0 8px 20px #f4571e3d;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;font-size:10px;font-weight:800;line-height:1.2;text-align:center;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:background .18s ease,transform .18s ease,box-shadow .18s ease,opacity .18s ease}.mobile-system__action-grid{display:flex;flex-direction:column;gap:10px}.mobile-system__action-grid button,.mobile-system__action-grid a{margin:0}.mobile-system__primary:is(:hover,:focus,:active),.mobile-system__small-action:is(:hover,:focus,:active),.mobile-system__action-grid button:is(:hover,:focus,:active),.mobile-system__action-grid a:is(:hover,:focus,:active){background:var(--brand);color:#fff;outline:0}.mobile-system__primary:active,.mobile-system__small-action:active,.mobile-system__action-grid button:active,.mobile-system__action-grid a:active{transform:scale(.985);box-shadow:0 4px 12px #f4571e33}.mobile-system__primary:disabled,.mobile-system__small-action:disabled,.mobile-system__action-grid button:disabled,.mobile-system__upload.is-disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.mobile-system button.mobile-system__primary,.mobile-system button.mobile-system__small-action,.mobile-system .mobile-system__action-grid button,.mobile-system .mobile-system__action-grid a,.mobile-system label.mobile-system__upload{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:11px 16px;border:0;border-radius:999px;appearance:none;background:var(--brand);color:#fff;box-shadow:0 8px 20px #f4571e3d;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;font-size:10px;font-weight:800;line-height:1.2;text-align:center;text-decoration:none}.mobile-system button.mobile-system__primary,.mobile-system button.mobile-system__small-action,.mobile-system label.mobile-system__upload{margin:17px 0 15px}.mobile-system .mobile-system__action-grid button,.mobile-system .mobile-system__action-grid a{margin:0}.mobile-system__toolbar{display:flex;align-items:center;gap:8px;margin:0 0 14px}.mobile-system__toolbar>*{min-width:0}.mobile-system__toolbar .mobile-system__search{flex:1;margin:0}.mobile-system__toolbar-button{display:flex;min-height:43px;align-items:center;justify-content:center;gap:6px;padding:9px 13px;border:1px solid var(--line-dark);border-radius:13px;background:var(--surface);color:var(--text-2);font-size:9px;font-weight:800}.mobile-system__toolbar-button.is-active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-dark)}.mobile-system__filter-count{display:grid;min-width:17px;height:17px;place-items:center;border-radius:999px;background:var(--brand);color:#fff;font-size:7px}.mobile-system__fields{display:flex;flex-direction:column;gap:12px}.mobile-system__field{display:flex;min-width:0;flex-direction:column;gap:6px}.mobile-system__field>span{color:var(--muted);font-size:8px;font-weight:800}.mobile-system__field input,.mobile-system__field select,.mobile-system__field textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line-dark);border-radius:12px;background:var(--surface);color:var(--text);font-family:inherit;font-size:10px;outline:0}.mobile-system__field textarea{min-height:76px;resize:vertical}.mobile-system__field input:focus,.mobile-system__field select:focus,.mobile-system__field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.mobile-system__field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-system__sheet-actions{display:flex;flex-direction:column;gap:9px;margin-top:14px}.mobile-system__sheet-actions .mobile-system__primary{margin:0}.mobile-system__secondary{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;padding:10px 14px;border:1px solid var(--line-dark);border-radius:999px;background:var(--surface);color:var(--text-2);font-size:10px;font-weight:800}.mobile-system__secondary.is-danger{border-color:#ffd4d7;background:#fff5f5;color:#b4232b}.mobile-system__row-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:8px}.mobile-system__row-action{min-height:34px;padding:7px 9px;border:1px solid var(--line-dark);border-radius:999px;background:var(--surface);color:var(--text-2);font-size:8px;font-weight:800}.mobile-system__row-action.is-brand{border-color:var(--brand);background:var(--brand);color:#fff}.mobile-system__row-action.is-danger{border-color:#ffd4d7;background:#fff5f5;color:#b4232b}.mobile-system__record-wrap{padding:10px 2px;border-top:1px solid var(--line)}.mobile-system__record-wrap:first-child{border-top:0}.mobile-system__record-wrap .mobile-system__record{padding:0;border:0}.mobile-system__check-row{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:8px;padding:10px 0;border-top:1px solid var(--line)}.mobile-system__check-row:first-child{border-top:0}.mobile-system__check-row input{width:18px;height:18px;margin:2px 0;accent-color:var(--brand)}.mobile-system__check-row-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.mobile-system__check-row-copy strong{color:var(--text);font-size:10px;line-height:1.35}.mobile-system__check-row-copy small{color:var(--muted);font-size:8px;line-height:1.45}.mobile-system__detail-section{margin:15px 0 8px;color:var(--brand-dark);font-size:9px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.mobile-system__money-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px solid var(--line);font-size:9px}.mobile-system__money-row span{color:var(--muted);line-height:1.45}.mobile-system__money-row b{color:var(--text);font-variant-numeric:tabular-nums;text-align:right}.mobile-system__money-row.is-total{font-size:11px;font-weight:850}.mobile-system__notice.is-success{border-color:#cfeedd;background:#effaf4;color:#117748}.mobile-system__result-banner{margin:0 0 14px;padding:10px 12px;border-radius:12px;background:var(--brand-soft);color:var(--brand-dark);font-size:9px;line-height:1.5}.mobile-system__record-extra{margin-top:6px;padding-top:6px;border-top:1px dashed var(--line);color:var(--muted);font-size:8px;line-height:1.5}.mobile-system__sticky-actions{position:sticky;bottom:0;margin:12px -2px 0;padding:10px 2px calc(2px + env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(255,255,255,0),var(--surface) 16px)}html.pm-mobile-compact .mobile-system__main{gap:14px}html.pm-mobile-compact .mobile-system__card{padding:16px}html.pm-mobile-compact .mobile-system__record{padding-block:10px}html.pm-mobile-compact .mobile-system__kpi{min-height:116px}.mobile-system__preline{white-space:pre-line}.mobile-system__orders-period{margin-top:18px;margin-bottom:14px}.mobile-system .mobile-ap__periods{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;padding:4px;border-radius:999px;background:var(--surface-2)}.mobile-system .mobile-ap__periods button{width:auto;min-width:0;height:34px;min-height:34px;padding:7px 4px;border:0;border-radius:999px;background:transparent;color:var(--muted);box-shadow:none;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;font-size:10px;font-weight:700;line-height:1}.mobile-system .mobile-ap__periods button.is-active{border-color:var(--brand);background:var(--brand);color:#fff}.mobile-system .mobile-ap__period-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.mobile-system__market-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:5px 9px;border-radius:999px;color:#fff;font-size:7px;font-weight:850;line-height:1;white-space:nowrap}.mobile-system__market-badge.is-tiktok{background:#1a1917}.mobile-system__market-badge.is-shopee{background:var(--brand)}.mobile-system__toolbar-button{min-height:46px;padding:11px 16px;border:0;border-radius:999px;background:var(--brand);color:#fff;box-shadow:0 8px 20px #f4571e3d;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;font-size:10px;font-weight:800;line-height:1.2;white-space:nowrap}.mobile-system__toolbar-button.is-active{border-color:var(--brand);background:var(--brand);color:#fff}.mobile-system__orders-table-wrap{margin:0 -15px -15px;overflow-x:auto;overscroll-behavior-inline:contain;border-top:1px solid var(--line);border-radius:0 0 20px 20px;-webkit-overflow-scrolling:touch}.mobile-system__orders-table{width:100%;min-width:1320px;border-collapse:collapse;background:var(--surface);font-size:9px;font-variant-numeric:tabular-nums}.mobile-system__orders-table th,.mobile-system__orders-table td{padding:11px 12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text-2);text-align:center;vertical-align:middle;white-space:nowrap}.mobile-system__orders-table th{position:sticky;top:0;z-index:1;background:var(--surface-2);color:var(--text);font-size:8px;font-weight:850;letter-spacing:.025em;text-transform:uppercase}.mobile-system__orders-table th:last-child,.mobile-system__orders-table td:last-child{border-right:0}.mobile-system__orders-table tbody tr{cursor:pointer;transition:background .16s ease}.mobile-system__orders-table tbody tr:is(:hover,:focus-within,:active){background:var(--brand-tint)}.mobile-system__orders-product{min-width:280px;text-align:left!important;white-space:normal!important}.mobile-system__orders-product small{display:block;margin-top:4px;color:var(--muted);font-size:7.5px;line-height:1.4}.mobile-system__product-table{min-width:900px}.mobile-system__product-table .mobile-system__orders-product{min-width:300px}.mobile-system__table-check{width:18px;height:18px;margin:0;accent-color:var(--brand)}.mobile-system__product-actions{margin-bottom:10px}.mobile-system__product-actions .mobile-system__bank-action,.mobile-system__sheet-actions .mobile-system__bank-action{margin:0}.mobile-system__purchase-actions{margin-bottom:14px}.mobile-system__purchase-table{min-width:1180px}.mobile-system__matrix-table{min-width:1440px}.mobile-system__matrix-table .mobile-system__orders-product{min-width:300px}.mobile-system__matrix-margin{display:block;margin-top:4px;color:var(--muted);font-size:7.5px;font-weight:700;line-height:1.3}.mobile-system__inventory-actions{margin-bottom:14px}.mobile-system__inventory-table{min-width:860px}.mobile-system__inventory-table .mobile-system__orders-product{min-width:280px}.mobile-system__inventory-table tr.is-selected{background:var(--brand-tint)}.mobile-system__inventory-select{display:flex;align-items:center;gap:9px;color:var(--text);font-weight:750}.mobile-system__listing-table{min-width:940px}.mobile-system__listing-table .mobile-system__orders-product{min-width:330px}.mobile-system__listing-thumb{display:block;width:42px;height:42px;margin:auto;object-fit:cover;border-radius:9px;background:var(--surface-2)}.mobile-system__listing-thumb.is-empty{border:1px dashed var(--line-dark)}.mobile-system__pnl-statement{margin:0 -15px -15px;border-top:1px solid var(--line);overflow:hidden;border-radius:0 0 20px 20px}.mobile-system__pnl-group>header{display:grid;grid-template-columns:minmax(0,1fr) 150px;align-items:center;gap:10px;padding:10px 14px;background:var(--brand-tint);color:var(--brand-dark);font-size:9px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.mobile-system__pnl-group>header>span{display:grid;grid-template-columns:100px 50px;text-align:right}.mobile-system__pnl-row{display:grid;grid-template-columns:minmax(0,1fr) 150px;align-items:center;gap:10px;min-height:43px;padding:9px 14px;border-top:1px solid var(--line);background:var(--surface);font-size:9px}.mobile-system__pnl-row>span:first-child{display:flex;min-width:0;flex-direction:column;gap:2px;color:var(--text-2);line-height:1.35}.mobile-system__pnl-row>span:first-child small{color:var(--muted);font-size:7px;font-weight:700}.mobile-system__pnl-row>span:last-child{display:grid;grid-template-columns:100px 50px;align-items:center;text-align:right;font-variant-numeric:tabular-nums}.mobile-system__pnl-row>span:last-child strong{color:var(--text);white-space:nowrap}.mobile-system__pnl-row>span:last-child b{color:var(--muted);font-size:8px;white-space:nowrap}.mobile-system__pnl-row.is-total{background:var(--surface-2);font-weight:850}.mobile-system__pnl-row.is-total>span:first-child,.mobile-system__pnl-row.is-total>span:last-child strong{color:var(--text)}.mobile-system__pnl-row.is-grand{background:var(--brand);color:#fff}.mobile-system__pnl-row.is-grand>span:first-child,.mobile-system__pnl-row.is-grand>span:first-child small,.mobile-system__pnl-row.is-grand>span:last-child strong,.mobile-system__pnl-row.is-grand>span:last-child b{color:#fff}.mobile-system__cogs-coverage-table{min-width:1450px}.mobile-system__cogs-orders-table{min-width:1280px}.mobile-system__cogs-coverage-table tbody tr,.mobile-system__cogs-orders-table tbody tr{cursor:default}.mobile-system__cogs-coverage-table tr.is-selected{background:var(--brand-tint)}.mobile-system__cogs-sku-input{width:230px;min-height:38px;padding:8px 10px;border:1px solid var(--line-dark);border-radius:10px;background:var(--surface);color:var(--text);font:inherit;outline:0}.mobile-system__cogs-sku-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.mobile-system__cogs-products>span,.mobile-system__cogs-skus>span{display:block;padding:5px 0}.mobile-system__cogs-products>span+span,.mobile-system__cogs-skus>span+span{border-top:1px dashed var(--line)}.mobile-system__cogs-products strong,.mobile-system__cogs-products small{display:block}.mobile-system__cogs-skus{min-width:200px;white-space:normal!important}.mobile-system__cogs-incomplete{display:block;margin-top:3px;color:var(--red);font-size:7px;font-weight:850}.mobile-system__orders-amount.is-positive{color:var(--green)!important}.mobile-system__orders-amount.is-negative{color:var(--red)!important}.mobile-system__settlement-table{min-width:1060px}.mobile-system__bank-history-table{min-width:1540px}.mobile-system__bank-transaction-table{min-width:1180px}.mobile-system__expenses-table{min-width:1200px}.mobile-system__finance-description{min-width:240px;text-align:left!important;white-space:normal!important;line-height:1.45}.mobile-system__finance-notes{min-width:180px;text-align:left!important;white-space:normal!important;line-height:1.45}.mobile-system__finance-table-actions{display:flex;min-width:max-content;align-items:center;justify-content:center;gap:7px}.mobile-system .mobile-system__finance-action{width:auto;min-width:74px;margin:0}.mobile-system__sheet-table-wrap{margin:14px 0 0;border:1px solid var(--line);border-radius:16px}.mobile-system__table-select{min-width:220px;height:38px;padding:7px 10px;border:1px solid var(--line-dark);border-radius:10px;background:var(--surface);color:var(--text);font:inherit;outline:0}.mobile-system__table-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.mobile-system__orders-table .stock-filter-header{min-width:max-content;gap:3px}.mobile-system__orders-table .history-sort-button,.mobile-system__orders-table .stock-sort-trigger,.mobile-system__orders-table .stock-filter-trigger{background:transparent!important;background-image:none!important;color:inherit!important;box-shadow:none!important}.mobile-system__orders-table .history-sort-button{font-size:inherit!important}.mobile-system__orders-table .stock-sort-trigger,.mobile-system__orders-table .stock-filter-trigger{width:16px;min-width:16px;height:18px;min-height:18px;padding:0;border:0}.mobile-system__orders-table .stock-sort-trigger img,.mobile-system__orders-table .stock-filter-trigger img{width:15px;height:15px;filter:sepia(1) saturate(6) hue-rotate(330deg);opacity:.72}.mobile-system__orders-table .history-sort-button.is-filtered,.mobile-system__orders-table .stock-filter-trigger.is-filtered{color:var(--brand-dark)!important}.mobile-system__table-status{min-width:108px;height:36px;padding:7px 10px;border:1px solid var(--line-dark);border-radius:999px;background:var(--surface);color:var(--text);font-family:inherit;font-size:8px;font-weight:800;text-align:center}.mobile-system__table-actions{display:flex;align-items:center;justify-content:center;gap:6px}.mobile-system__table-actions .mobile-system__table-action{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap}.mobile-system__table-action.is-danger{background:#fff1f2;color:#b4232b;box-shadow:none}.mobile-system__table-action:disabled{cursor:not-allowed;opacity:.4;box-shadow:none}.mobile-system__orders-amount{color:var(--text)!important;font-weight:850}.mobile-system__table-action{min-width:62px;padding:7px 12px;border:0;border-radius:999px;background:var(--brand);color:#fff;box-shadow:0 5px 12px #f4571e2e;font-size:8px;font-weight:800}.mobile-system__table-pager{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin:0 0 20px;padding:15px;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:var(--muted);box-shadow:0 4px 20px #1a19170a;font-size:10px}.mobile-system__table-pager>label,.mobile-system__table-pager>div{display:flex;align-items:center;gap:7px}.mobile-system__table-pager>span{text-align:right}.mobile-system__table-pager>div{display:grid;grid-column:1/-1;grid-template-columns:minmax(84px,1fr) auto minmax(84px,1fr);gap:8px}.mobile-system__table-pager select,.mobile-system__page-jump input{height:42px;padding:8px 11px;border:1px solid var(--line-dark);border-radius:11px;background:var(--surface);color:var(--text);font:inherit}.mobile-system__page-jump{display:flex;align-items:center;gap:4px;white-space:nowrap}.mobile-system__page-jump input{width:52px;text-align:center}.mobile-system__table-pager button{min-height:44px;padding:10px 13px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--text-2);box-shadow:none;font-size:10px;font-weight:800}.mobile-system__table-pager button:disabled{opacity:.35}.mobile-system__page-label{border-color:transparent!important;background:transparent!important;padding-inline:5px!important}html[data-theme=light] .mobile-system button{background-image:none}html[data-theme=light] .mobile-system__segmented button:is(:hover,:focus,:active){border-color:transparent;background:transparent;background-image:none;color:var(--muted);box-shadow:none}html[data-theme=light] .mobile-system__segmented button.is-active,html[data-theme=light] .mobile-system__segmented button.is-active:is(:hover,:focus,:active){border-color:var(--brand);background:var(--brand);background-image:none;color:#fff;box-shadow:none}html[data-theme=light] .mobile-system__toolbar-button:is(:hover,:focus,:active),html[data-theme=light] .mobile-system__toolbar-button.is-active:is(:hover,:focus,:active),html[data-theme=light] .mobile-system__table-action:is(:hover,:focus,:active){border-color:var(--brand);background:var(--brand);background-image:none;color:#fff;box-shadow:0 8px 20px #f4571e3d}html[data-theme=light] .mobile-system__record.is-button:is(:hover,:focus,:active){border-color:var(--line);background:var(--brand-tint);background-image:none;color:var(--text-2);box-shadow:none}html[data-theme=light] .mobile-system__table-pager button:is(:hover,:focus,:active){border-color:var(--brand);background:var(--brand-tint);background-image:none;color:var(--brand-dark);box-shadow:none}html[data-theme=light] .mobile-system__page-label:is(:hover,:focus,:active){border-color:transparent!important;background:transparent!important;color:var(--text)!important}.mobile-system .mobile-system__bank-action{display:flex;width:100%;height:46px;min-height:46px;align-items:center;justify-content:center;gap:8px;margin:17px 0 15px;padding:11px 16px;border:0;border-radius:999px;appearance:none;background:var(--brand);background-image:none;color:#fff;box-shadow:0 8px 20px #f4571e3d;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;font-size:10px!important;font-weight:800!important;line-height:1.2;letter-spacing:0;text-align:center;text-decoration:none;-webkit-text-size-adjust:100%;text-size-adjust:100%}.mobile-system .mobile-system__bank-action--compact{width:auto;flex:0 0 auto;margin:0;white-space:nowrap}.mobile-system__expense-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:17px 0 15px}.mobile-system__expense-actions .mobile-system__bank-action{min-width:0;margin:0;padding-inline:9px}html[data-theme=light] .mobile-system .mobile-system__bank-action:is(:hover,:focus,:active){border-color:var(--brand);background:var(--brand);background-image:none;color:#fff;box-shadow:0 8px 20px #f4571e3d}.mobile-system__dashboard-market-table{min-width:680px}.mobile-system__dashboard-pnl-summary{display:grid;padding:2px 14px 12px}.mobile-system__dashboard-pnl-summary>div{display:flex;min-height:40px;align-items:center;justify-content:space-between;gap:12px;padding:9px 2px;border-bottom:1px solid var(--line)}.mobile-system__dashboard-pnl-summary>div:last-child{border-bottom:0}.mobile-system__dashboard-pnl-summary span{color:var(--text-2);font-size:9px;font-weight:750}.mobile-system__dashboard-pnl-summary strong{color:var(--text);font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}.mobile-system__dashboard-pnl-summary .is-profit strong{color:var(--green)}.mobile-system__dashboard-pnl-summary .is-net{margin-top:3px;padding-inline:10px;border:0;border-radius:11px;background:var(--brand-tint)}.mobile-system__dashboard-pnl-summary .is-net span,.mobile-system__dashboard-pnl-summary .is-net strong{color:var(--brand-ink);font-weight:850}.mobile-system__dashboard-product-table{min-width:980px}.mobile-system__dashboard-marketplaces{display:inline-flex;align-items:center;justify-content:center;gap:5px}.mobile-system__dashboard-gross small{display:inline;margin-left:4px;color:var(--muted);font-size:7px;font-weight:700;white-space:nowrap}.mobile-system__dashboard-expense-table{min-width:560px}.mobile-system__dashboard-market-table tbody tr,.mobile-system__dashboard-product-table tbody tr,.mobile-system__dashboard-expense-table tbody tr{cursor:default}.mobile-system__dashboard-market-table td small{display:block;margin-top:3px;color:var(--muted);font-size:7px;font-weight:650}.mobile-system__dashboard-market-table tr.is-total td,.mobile-system__dashboard-pnl-table tr.is-total td{background:var(--brand-tint);color:var(--text);font-weight:850}.mobile-system__dashboard-expense-table .mobile-system__orders-product{min-width:220px}.mobile-system__dashboard-product-wrap{overflow:visible;border:0;background:transparent}.mobile-system__dashboard-product-table{display:block;width:100%;min-width:0;background:transparent}.mobile-system__dashboard-product-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.mobile-system__dashboard-product-table tbody{display:grid;gap:9px}.mobile-system__dashboard-product-table tbody tr{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;padding:10px;border:1px solid var(--line);border-radius:13px;background:var(--surface);box-shadow:0 3px 12px #1a191709}.mobile-system__dashboard-product-table tbody td{display:flex;min-width:0;min-height:44px;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:7px 5px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text-2);font-size:8px;line-height:1.35;text-align:center;white-space:normal;overflow-wrap:anywhere}.mobile-system__dashboard-product-table tbody td:before{content:attr(data-label);color:var(--muted);font-size:6.5px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.mobile-system__dashboard-product-table tbody td:nth-child(1),.mobile-system__dashboard-product-table tbody td:nth-child(2){grid-column:1/-1;min-height:0;border-right:0;text-align:center!important}.mobile-system__dashboard-product-table tbody td:nth-child(1){padding:4px 6px 8px}.mobile-system__dashboard-product-table tbody td:nth-child(2){padding:7px 6px 9px}.mobile-system__dashboard-product-table tbody td:nth-child(3n+5),.mobile-system__dashboard-product-table tbody td:last-child{border-right:0}.mobile-system__dashboard-product-table tbody td:nth-last-child(-n+3){border-bottom:0}.mobile-system__dashboard-product-table .mobile-system__orders-product{min-width:0}.mobile-system__dashboard-product-table .mobile-system__orders-product strong{font-size:9px;line-height:1.4;text-align:center}.mobile-system__dashboard-skus{font-size:7.5px!important}.mobile-system__dashboard-marketplaces{flex-direction:column;gap:4px}.mobile-system__dashboard-product-table .mobile-system__market-badge{padding:4px 7px;font-size:6.5px}.mobile-system__dashboard-product-table .mobile-system__orders-amount{font-size:8px}.mobile-system__dashboard-gross small{display:inline;margin:0;font-size:7px}.mobile-system__sync-page,.mobile-system__settings-page{display:flex;min-width:0;flex-direction:column}.mobile-system__sync-page>.mobile-system__kpis{margin-top:16px;margin-bottom:18px}.mobile-system__sync-page>.mobile-system__card,.mobile-system__settings-page>.mobile-system__card{margin-bottom:16px}.mobile-system__sync-period{margin-bottom:12px}.mobile-system__sync-actions{display:flex;flex-direction:column;gap:10px;margin-top:12px}.mobile-system__sync-actions{margin-top:12px;margin-bottom:0}.mobile-system__sync-actions .mobile-system__primary{margin:0}.mobile-system__sync-actions.mobile-system__action-grid{gap:10px}.mobile-system__sync-actions.mobile-system__action-grid button,.mobile-system__sync-actions.mobile-system__action-grid a{margin:0}.mobile-system__sync-dates{margin-bottom:12px}.mobile-system__settings-actions{margin-top:12px}.mobile-system__settings-actions.mobile-system__action-grid{gap:10px}.mobile-system__settings-actions .mobile-system__secondary{margin:0}.mobile-system__settings-page .mobile-system__check-row{padding:4px 0 2px}@media(max-width:380px){.mobile-system__sync-dates{grid-template-columns:1fr}}.mobile-system__receive-products{display:flex;min-width:0;flex-direction:column;gap:12px;margin:12px 0}.mobile-system__receive-product{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.mobile-system__receive-product-head{display:flex;flex-direction:column;gap:4px;padding:12px 13px;border-bottom:1px solid var(--line)}.mobile-system__receive-product-head>strong{color:var(--text);font-size:10px;line-height:1.4}.mobile-system__receive-product-head>small{color:var(--muted);font-size:7.5px;font-weight:700}.mobile-system__receive-matrix-wrap{border:0;border-radius:0}.mobile-system__receive-matrix{width:max-content;min-width:100%;border-collapse:collapse}.mobile-system__receive-matrix th,.mobile-system__receive-matrix td{min-width:142px;padding:9px 8px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;vertical-align:middle}.mobile-system__receive-matrix th{background:var(--surface-2);color:var(--text-2);font-size:7px;font-weight:850;letter-spacing:.035em;text-transform:uppercase}.mobile-system__receive-matrix th:first-child{position:sticky;left:0;z-index:2;min-width:82px;max-width:100px;background:var(--surface-2)}.mobile-system__receive-matrix td:last-child,.mobile-system__receive-matrix th:last-child{min-width:70px;border-right:0}.mobile-system__receive-cell{display:flex;flex-direction:column;align-items:center;gap:5px}.mobile-system__receive-cell>strong{max-width:130px;color:var(--text);font-size:8px;line-height:1.3;overflow-wrap:anywhere}.mobile-system__receive-cell>small{color:var(--muted);font-size:7px}.mobile-system__receive-cell label{display:flex;width:100%;flex-direction:column;gap:4px;color:var(--text-2);font-size:7px;font-weight:750}.mobile-system__receive-cell input{width:100%;height:36px;padding:6px 8px;text-align:center}.mobile-system__receive-done{color:var(--green);font-size:7px;font-weight:850}.mobile-system__receive-warning{color:var(--red);font-size:7px;font-weight:850}.mobile-system__receive-total th,.mobile-system__receive-total td{background:var(--brand-tint);color:var(--brand-ink);font-size:8px;font-weight:850}.mobile-system__receive-order-matrix th,.mobile-system__receive-order-matrix td{min-width:66px;height:40px;padding:5px 6px}.mobile-system__receive-order-matrix th:first-child{min-width:84px;max-width:96px}.mobile-system__receive-order-matrix th:nth-last-child(-n+5),.mobile-system__receive-order-matrix td:nth-last-child(-n+5){min-width:76px}.mobile-system__receive-order-matrix tbody th[scope=row]{background:var(--surface-2);color:var(--text);font-size:7px;line-height:1.3}.mobile-system__receive-order-matrix .mobile-system__receive-empty{color:var(--muted);background:var(--surface)}.mobile-system__receive-entry input{display:block;width:54px;height:30px;margin:auto;padding:4px 5px;text-align:center}.mobile-system__receive-order-matrix .mobile-system__receive-warning{display:inline-block;max-width:64px;line-height:1.2}.mobile-system__receive-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:12px}.mobile-system__receive-summary>span{display:flex;min-width:0;flex-direction:column;gap:3px;padding:9px 8px;border:1px solid var(--line);border-radius:10px;background:var(--surface-2);text-align:center}.mobile-system__receive-summary small{color:var(--muted);font-size:6.5px;font-weight:800;text-transform:uppercase}.mobile-system__receive-summary strong{color:var(--text);font-size:12px}.mobile-system__receive-history{margin:12px 0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--surface)}.mobile-system__receive-history>summary{padding:11px 12px;color:var(--text);font-size:8px;font-weight:850}.mobile-system__receive-history .mobile-system__orders-table-wrap{border-width:1px 0 0;border-radius:0}.mobile-system__receive-date .forecast-calendar-popover{right:auto;left:0;max-width:calc(100vw - 40px)}.mobile-system__purchase-edit-actions{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.mobile-system__purchase-edit-actions>*{flex:1 1 110px;margin:0}.mobile-system__purchase-edit-table{max-height:58vh}.mobile-system__purchase-edit-table table{min-width:760px}.mobile-system__purchase-edit-table input[type=number]{width:70px;min-height:34px;padding:5px;text-align:center}.mobile-system__purchase-add-table{max-height:52vh;margin:12px 0}.mobile-system__purchase-add-table table{min-width:760px}.mobile-system__purchase-add-table input{width:74px;min-height:34px;padding:5px;text-align:center}.mobile-system__sheet .mobile-system__search:has(button){grid-template-columns:minmax(0,1fr) auto;padding-right:0}.mobile-system__sheet .mobile-system__search:has(button) button{min-height:43px;margin:0;border-radius:0 12px 12px 0}.mobile-system__market-badge.is-website{background:#f3e8ff;color:#6d28d9}.nadi-compass{--nadi-brand:#f4571e;--nadi-brand-dark:#bd3a12;--nadi-tint:#fff3ed;--nadi-ink:#1a1917;--nadi-muted:#827e75;--nadi-line:#ecebe7;display:grid;gap:14px;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif}.nadi-compass__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:7px;border:1px solid var(--nadi-line);border-radius:18px;background:#fff;box-shadow:0 5px 20px #1a19170a}.nadi-compass__tabs button{display:grid;grid-template-columns:1fr auto;align-items:center;gap:6px;min-height:54px;padding:10px 13px;border:0;border-radius:13px;background:#f5f3ef;color:#716d65;text-align:left;box-shadow:none;transition:background .18s ease,color .18s ease,transform .18s ease}.nadi-compass__tabs button:hover,.nadi-compass__tabs button:focus-visible{background:#fff0e9;color:var(--nadi-brand-dark);outline:none}.nadi-compass__tabs button:active{transform:scale(.985)}.nadi-compass__tabs button.is-active{background:var(--nadi-brand);color:#fff}.nadi-compass__tabs button span{font-size:11px;font-weight:850}.nadi-compass__tabs button strong{font-size:11px;font-variant-numeric:tabular-nums}.nadi-compass__tabs button i{grid-column:1/-1;height:3px;overflow:hidden;border-radius:999px;background:#78736926}.nadi-compass__tabs button i b{display:block;height:100%;border-radius:inherit;background:#aea99f}.nadi-compass__tabs button.is-active i{background:#ffffff3d}.nadi-compass__tabs button.is-active i b{background:#fff}.nadi-compass__focus{display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:center;gap:16px;padding:28px;border:1px solid var(--nadi-line);border-radius:24px;background:#fff;box-shadow:0 8px 28px #1a19170f}.nadi-compass__intro{align-self:end}.nadi-compass__intro>span{display:block;color:var(--nadi-brand-dark);font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.nadi-compass__intro h2{max-width:650px;margin:8px 0 6px;color:var(--nadi-ink);font-size:24px;line-height:1.2}.nadi-compass__intro p{margin:0;color:var(--nadi-muted);font-size:11px}.nadi-compass__ring{--nadi-progress:0deg;position:relative;display:grid;width:190px;height:190px;place-items:center;justify-self:end;border-radius:50%;background:conic-gradient(var(--nadi-brand) 0 var(--nadi-progress),#eceae5 var(--nadi-progress) 360deg);box-shadow:inset 0 0 0 1px #1a191708,0 12px 30px #f4571e1f;transition:background .45s ease}.nadi-compass__ring:before{content:"";position:absolute;inset:17px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px var(--nadi-line)}.nadi-compass__focus.is-reached .nadi-compass__ring{background:conic-gradient(#21a366 0 var(--nadi-progress),#e4eee9 var(--nadi-progress) 360deg);box-shadow:0 12px 30px #21a36621}.nadi-compass__ring>div{position:relative;display:grid;place-items:center;text-align:center}.nadi-compass__ring small{color:var(--nadi-muted);font-size:8px;font-weight:800;text-transform:uppercase}.nadi-compass__ring strong{margin:4px 0 1px;color:var(--nadi-ink);font-size:31px;line-height:1;font-variant-numeric:tabular-nums}.nadi-compass__ring span{color:var(--nadi-muted);font-size:8px}.nadi-compass__figures{display:grid;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid var(--nadi-line);border-radius:15px}.nadi-compass__figures>span{display:grid;gap:5px;padding:14px 16px;background:#faf9f7}.nadi-compass__figures>span+span{border-left:1px solid var(--nadi-line)}.nadi-compass__figures small{color:var(--nadi-muted);font-size:8px;font-weight:800;text-transform:uppercase}.nadi-compass__figures strong{color:var(--nadi-ink);font-size:15px;font-variant-numeric:tabular-nums}.nadi-compass__explain{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.nadi-compass__explain details{overflow:hidden;border:1px solid var(--nadi-line);border-radius:18px;background:#fff;box-shadow:0 4px 18px #1a19170a}.nadi-compass__explain summary{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:10px;padding:13px 15px;cursor:pointer;list-style:none}.nadi-compass__explain summary::-webkit-details-marker{display:none}.nadi-compass__explain summary span{color:var(--nadi-ink);font-size:10px;font-weight:850}.nadi-compass__explain summary b{padding:5px 7px;border-radius:999px;background:var(--nadi-tint);color:var(--nadi-brand-dark);font-size:7px;text-transform:uppercase}.nadi-compass__explain summary b.is-comfortable,.nadi-compass__explain summary b.is-realistic{background:#e7f6ef;color:#178554}.nadi-compass__explain summary b.is-stretch{background:#fff5d8;color:#a36a00}.nadi-compass__explain summary b.is-aggressive{background:#fcebec;color:#b4232a}.nadi-compass__explain details[open] summary{border-bottom:1px solid var(--nadi-line)}.nadi-compass__explain p{margin:0;padding:13px 15px 5px;color:#45423c;font-size:10px;line-height:1.55}.nadi-compass__explain details>small{display:block;padding:0 15px 14px;color:var(--nadi-muted);font-size:8px;line-height:1.5}.nadi-compass.is-compact{gap:9px}.nadi-compass.is-compact .nadi-compass__tabs{gap:4px;padding:4px;border-radius:13px;box-shadow:none}.nadi-compass.is-compact .nadi-compass__tabs button{min-height:42px;padding:7px 8px;border-radius:10px}.nadi-compass.is-compact .nadi-compass__tabs button span,.nadi-compass.is-compact .nadi-compass__tabs button strong{font-size:8px}.nadi-compass.is-compact .nadi-compass__focus{grid-template-columns:minmax(0,1fr) 116px;gap:8px;padding:14px;border-radius:16px;box-shadow:none}.nadi-compass.is-compact .nadi-compass__intro>span{font-size:7px}.nadi-compass.is-compact .nadi-compass__intro h2{margin:5px 0;font-size:14px}.nadi-compass.is-compact .nadi-compass__intro p{font-size:8px}.nadi-compass.is-compact .nadi-compass__ring{width:108px;height:108px}.nadi-compass.is-compact .nadi-compass__ring:before{inset:11px}.nadi-compass.is-compact .nadi-compass__ring small{font-size:6px}.nadi-compass.is-compact .nadi-compass__ring strong{font-size:20px}.nadi-compass.is-compact .nadi-compass__ring span{font-size:6px}.nadi-compass.is-compact .nadi-compass__figures{border-radius:11px}.nadi-compass.is-compact .nadi-compass__figures>span{padding:8px}.nadi-compass.is-compact .nadi-compass__figures small{font-size:6px}.nadi-compass.is-compact .nadi-compass__figures strong{font-size:9px}.nadi-compass.is-compact .nadi-compass__explain{grid-template-columns:1fr;gap:5px}.nadi-compass.is-compact .nadi-compass__explain details{border-radius:11px;box-shadow:none}.nadi-compass.is-compact .nadi-compass__explain summary{min-height:37px;padding:8px 10px}.nadi-compass.is-compact .nadi-compass__explain summary span{font-size:8px}.nadi-compass.is-compact .nadi-compass__explain summary b{font-size:6px}.nadi-compass.is-compact .nadi-compass__explain p{padding:9px 10px 4px;font-size:8px}.nadi-compass.is-compact .nadi-compass__explain details>small{padding:0 10px 9px;font-size:7px}@media(max-width:720px){.nadi-compass__focus{grid-template-columns:1fr;padding:19px;border-radius:19px}.nadi-compass__ring{grid-row:1;justify-self:center;width:170px;height:170px}.nadi-compass__intro{grid-row:2;text-align:center}.nadi-compass__intro h2{font-size:20px}.nadi-compass__figures{grid-row:3;grid-template-columns:1fr}.nadi-compass__figures>span{display:flex;align-items:center;justify-content:space-between;padding:11px 13px}.nadi-compass__figures>span+span{border-top:1px solid var(--nadi-line);border-left:0}.nadi-compass__explain{grid-template-columns:1fr}.nadi-compass__tabs button{min-height:50px;padding:9px}.nadi-compass__tabs button span,.nadi-compass__tabs button strong{font-size:9px}}.nadi-compass__focus{display:block}.nadi-compass__intro{margin-bottom:20px;text-align:left}.nadi-compass__meters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.nadi-compass__metric{display:grid;grid-template-columns:minmax(0,1fr) 150px;align-items:center;gap:18px;padding:19px;border:1px solid var(--nadi-line);border-radius:19px;background:#faf9f7}.nadi-compass__metric>header{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;gap:12px}.nadi-compass__metric>header>div{display:grid;gap:2px}.nadi-compass__metric>header span{color:var(--nadi-ink);font-size:12px;font-weight:850}.nadi-compass__metric>header small{color:var(--nadi-muted);font-size:8px}.nadi-compass__metric>header>b{padding:6px 9px;border-radius:999px;background:var(--nadi-tint);color:var(--nadi-brand-dark);font-size:8px}.nadi-compass__metric.is-reached>header>b{background:#e7f6ef;color:#178554}.nadi-compass__metric .nadi-compass__ring{grid-column:2;grid-row:2;width:136px;height:136px;justify-self:end}.nadi-compass__metric .nadi-compass__ring:before{inset:13px}.nadi-compass__metric .nadi-compass__ring strong{font-size:24px}.nadi-compass__metric.is-settlement .nadi-compass__ring{background:conic-gradient(#24231f 0 var(--nadi-progress),#e7e5df var(--nadi-progress) 360deg);box-shadow:0 12px 30px #1a19171a}.nadi-compass__metric.is-reached .nadi-compass__ring{background:conic-gradient(#21a366 0 var(--nadi-progress),#e4eee9 var(--nadi-progress) 360deg)}.nadi-compass__metric dl{display:grid;gap:10px;margin:0}.nadi-compass__metric dl>div{display:grid;gap:2px}.nadi-compass__metric dt{color:var(--nadi-muted);font-size:8px;font-weight:750;text-transform:uppercase}.nadi-compass__metric dd{margin:0;color:var(--nadi-ink);font-size:14px;font-weight:800;font-variant-numeric:tabular-nums}.nadi-compass__pace{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;margin-top:14px;border:1px solid var(--nadi-line);border-radius:15px}.nadi-compass__pace>span{display:grid;gap:5px;padding:13px 15px;background:#fff}.nadi-compass__pace>span+span{border-left:1px solid var(--nadi-line)}.nadi-compass__pace small{color:var(--nadi-muted);font-size:8px;font-weight:800;text-transform:uppercase}.nadi-compass__pace strong{color:var(--nadi-ink);font-size:12px;font-variant-numeric:tabular-nums}.nadi-compass__method{margin:0;padding:14px 16px;border:1px solid var(--nadi-line);border-radius:14px;background:#fff;color:var(--nadi-muted);font-size:9px;line-height:1.55}.nadi-compass__method strong{color:var(--nadi-ink)}.nadi-compass.is-compact .nadi-compass__focus{padding:13px}.nadi-compass.is-compact .nadi-compass__intro{margin-bottom:10px}.nadi-compass.is-compact .nadi-compass__meters{gap:7px}.nadi-compass.is-compact .nadi-compass__metric{grid-template-columns:1fr;padding:10px;gap:8px;border-radius:12px}.nadi-compass.is-compact .nadi-compass__metric>header{display:grid}.nadi-compass.is-compact .nadi-compass__metric>header>b{display:none}.nadi-compass.is-compact .nadi-compass__metric>header span{font-size:8px}.nadi-compass.is-compact .nadi-compass__metric .nadi-compass__ring{grid-column:1;grid-row:auto;width:92px;height:92px;justify-self:center}.nadi-compass.is-compact .nadi-compass__metric .nadi-compass__ring:before{inset:9px}.nadi-compass.is-compact .nadi-compass__metric .nadi-compass__ring strong{font-size:18px}.nadi-compass.is-compact .nadi-compass__metric dl{gap:5px}.nadi-compass.is-compact .nadi-compass__metric dt{font-size:6px}.nadi-compass.is-compact .nadi-compass__metric dd{font-size:8px}.nadi-compass.is-compact .nadi-compass__pace{margin-top:8px}.nadi-compass.is-compact .nadi-compass__pace>span{padding:7px}.nadi-compass.is-compact .nadi-compass__pace small{font-size:6px}.nadi-compass.is-compact .nadi-compass__pace strong{font-size:7px}@media(max-width:720px){.nadi-compass__intro{text-align:left}.nadi-compass__meters{grid-template-columns:1fr}.nadi-compass__metric{grid-template-columns:minmax(0,1fr) 132px}.nadi-compass__metric .nadi-compass__ring{grid-row:2;width:124px;height:124px}.nadi-compass__pace{grid-template-columns:1fr}.nadi-compass__pace>span{display:flex;align-items:center;justify-content:space-between}.nadi-compass__pace>span+span{border-top:1px solid var(--nadi-line);border-left:0}}.nadi-page{--nadi-brand:#f4571e;--nadi-brand-dark:#bd3a12;--nadi-tint:#fff3ed;--nadi-ink:#1a1917;--nadi-muted:#827e75;--nadi-line:#ecebe7;min-height:100%;padding:34px 38px 56px;background:#faf9f7;color:var(--nadi-ink);font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif}.nadi-hero{margin:0 0 24px}.nadi-hero>span{display:block;color:var(--nadi-brand-dark);font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.nadi-hero h1{margin:5px 0 6px;font-size:38px;line-height:1;font-weight:780}.nadi-hero p{margin:0;color:var(--nadi-muted);font-size:14px}.nadi-content{display:grid;gap:18px}.nadi-gmv-briefing{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 28px;border-radius:22px;background:linear-gradient(135deg,#24231f,#141311);color:#fff;box-shadow:0 14px 34px #1a191724}.nadi-gmv-briefing>div>span{display:block;color:#f8a27f;font-size:10px;font-weight:850;letter-spacing:.1em}.nadi-gmv-briefing h2{margin:7px 0;color:#fff;font-size:24px;line-height:1.2}.nadi-gmv-briefing p{max-width:820px;margin:0;color:#d1cec6;font-size:12px;line-height:1.55}.nadi-gmv-briefing p strong{color:#fff}.nadi-gmv-briefing__score{display:grid;min-width:112px;max-width:150px;height:74px;padding:0 15px;place-items:center;border-radius:18px;background:#fff3ed;color:#d74611;font-size:20px;line-height:1.1;text-align:center;font-variant-numeric:tabular-nums}.nadi-gmv-briefing.is-good .nadi-gmv-briefing__score{background:#e7f6ef;color:#178554}.nadi-gauges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.nadi-gmv-method{padding:17px 20px;border:1px solid var(--nadi-line);border-radius:17px;background:#fff}.nadi-gmv-method span{display:block;margin-bottom:4px;color:var(--nadi-brand-dark);font-size:9px;font-weight:850;text-transform:uppercase}.nadi-gmv-method p{margin:0;color:var(--nadi-muted);font-size:10px;line-height:1.55}.nadi-loading,.nadi-error{display:grid;min-height:280px;place-items:center;padding:32px;text-align:center}.nadi-loading{grid-template-columns:repeat(3,8px);align-content:center;gap:6px}.nadi-loading span{width:8px;height:8px;border-radius:50%;background:var(--nadi-brand);animation:nadi-pulse 1s infinite}.nadi-loading span:nth-child(2){animation-delay:.12s}.nadi-loading span:nth-child(3){animation-delay:.24s}.nadi-loading p{grid-column:1/-1;color:var(--nadi-muted);font-size:11px}.nadi-error button{padding:10px 18px;border:0;border-radius:999px;background:var(--nadi-brand);color:#fff}@keyframes nadi-pulse{50%{opacity:.25}}.nadi-page.is-mobile{min-height:100vh;padding:0 0 94px}.nadi-page.is-mobile>main{padding:30px 16px 24px}.nadi-page.is-mobile .nadi-hero{margin-bottom:20px}.nadi-page.is-mobile .nadi-hero h1{font-size:34px}.nadi-page button:is(:hover,:focus,:active){background-image:none;box-shadow:none}.nadi-page .nadi-error button:is(:hover,:focus,:active){background:var(--nadi-brand);color:#fff}html[data-theme=light] .nadi-gmv-briefing h2{color:#fff!important}@media(max-width:1080px){.nadi-gauges{grid-template-columns:1fr}.nadi-gauge__dial{max-width:310px}}@media(max-width:640px){.nadi-page{padding:24px 15px 100px}.nadi-content{gap:13px}.nadi-gmv-briefing{display:grid;gap:16px;padding:20px;border-radius:18px}.nadi-gmv-briefing h2{font-size:20px}.nadi-gmv-briefing__score{width:max-content;min-width:96px;height:52px;padding:0 14px;border-radius:14px;font-size:18px}.nadi-gauges{gap:11px}.nadi-gmv-method{padding:15px 16px}}.nadi-system-reports{margin-top:24px;border:1px solid #e9e5df;border-radius:24px;background:#fff;box-shadow:0 12px 35px #201e1b0f;overflow:hidden}.nadi-system-reports>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 28px;border-bottom:1px solid #eee9e3}.nadi-system-reports>header span{color:#f4511e;font-size:12px;font-weight:800;letter-spacing:.12em}.nadi-system-reports>header h2{margin:5px 0 4px;color:#172038}.nadi-system-reports>header p{margin:0;color:#77736d}.nadi-system-reports>header>b{padding:8px 12px;border-radius:999px;background:#fff4e8;color:#bf4b13;font-size:12px;white-space:nowrap}.nadi-system-reports>header>b.is-healthy{background:#eaf8ef;color:#247a47}.nadi-system-reports details+details{border-top:1px solid #eee9e3}.nadi-system-reports summary{display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:center;padding:16px 28px;cursor:pointer}.nadi-system-reports summary span{font-weight:800;color:#172038}.nadi-system-reports summary strong{color:#65615c;font-size:14px}.nadi-system-reports__table{overflow:auto;padding:0 20px 22px}.nadi-system-reports table{width:100%;min-width:980px;border-collapse:collapse;font-size:13px}.nadi-system-reports th,.nadi-system-reports td{padding:12px;border:1px solid #ece7e1;vertical-align:top;text-align:left}.nadi-system-reports th{background:#fff7f1;color:#8e3b1b;text-transform:uppercase;font-size:11px;letter-spacing:.05em}.nadi-report-status{display:inline-block;padding:5px 8px;border-radius:999px;background:#f1efec;font-size:10px;font-weight:800;white-space:nowrap}.nadi-report-status.is-healthy,.nadi-report-status.is-fixed{background:#eaf8ef;color:#247a47}.nadi-report-status.is-monitor{background:#fff4db;color:#8b5c00}.nadi-report-status.is-approval_required{background:#feeaea;color:#a52c2c}@media(max-width:760px){.nadi-system-reports{border-radius:18px}.nadi-system-reports>header{padding:20px;display:block}.nadi-system-reports>header>b{display:inline-block;margin-top:12px}.nadi-system-reports summary{grid-template-columns:1fr;padding:15px 20px;gap:4px}.nadi-system-reports__table{padding:0 12px 18px}}.nadi-widget__launcher{position:fixed;right:22px;bottom:22px;z-index:110;display:grid;width:62px;height:62px;place-items:center;padding:7px 7px 5px;border:0;border-radius:50%;background:#f4571e;color:#fff;box-shadow:0 12px 28px #f4571e57;font-family:Plus Jakarta Sans,system-ui,sans-serif}.nadi-widget__launcher svg{width:31px;height:31px}.nadi-widget__launcher span{margin-top:-5px;font-size:7px;font-weight:900;letter-spacing:.08em}.nadi-widget__launcher:is(:hover,:focus,:active),html[data-theme=light] .nadi-widget__launcher:is(:hover,:focus,:active){background:#f4571e;background-image:none;color:#fff;box-shadow:0 12px 28px #f4571e57;transform:translateY(-1px)}.nadi-widget__layer{position:fixed;inset:0;z-index:105;background:#1a19172e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.nadi-widget{position:absolute;right:22px;bottom:96px;display:flex;width:min(430px,calc(100vw - 32px));max-height:calc(100dvh - 118px);flex-direction:column;overflow:hidden;border:1px solid #e5e2dc;border-radius:23px;background:#fff;box-shadow:0 24px 70px #1a19173d;color:#1a1917;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif}.nadi-widget__header{display:flex;align-items:center;gap:11px;padding:15px 17px;border-bottom:1px solid #ecebe7}.nadi-widget__cat{display:flex;width:39px;height:39px;align-items:center;justify-content:center;border-radius:13px;background:#f4571e;color:#fff}.nadi-widget__cat svg{width:30px}.nadi-widget__header>div{display:grid}.nadi-widget__header strong{font-size:14px}.nadi-widget__header small{color:#827e75;font-size:9px}.nadi-widget__header>button{position:relative;width:34px;height:34px;margin-left:auto;border:1px solid #ecebe7;border-radius:50%;background:#fff;box-shadow:none}.nadi-widget__header>button:before,.nadi-widget__header>button:after{content:"";position:absolute;left:50%;top:50%;width:13px;height:2px;border-radius:2px;background:#45423c;transform:translate(-50%,-50%) rotate(45deg)}.nadi-widget__header>button:after{transform:translate(-50%,-50%) rotate(-45deg)}.nadi-widget__header>button:is(:hover,:focus,:active){border-color:#f4571e;background:#fff3ed;background-image:none;box-shadow:none}.nadi-widget__body{min-height:0;overflow-y:auto;padding:14px}.nadi-widget__summary{display:grid;gap:4px;padding:16px;border-radius:16px;background:#24231f;color:#fff}.nadi-widget__summary small{color:#f8a27f;font-size:8px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.nadi-widget__summary strong{font-size:16px;line-height:1.25}.nadi-widget__summary span{color:#d1cec6;font-size:9px}.nadi-widget__summary.is-good{background:#1d5d43}.nadi-widget__summary.is-good small{color:#a9e5cb}.nadi-widget__compass{display:grid;gap:9px;margin-top:10px}.nadi-widget__full{display:flex;min-height:40px;align-items:center;justify-content:center;margin-top:10px;border-radius:999px;background:#f4571e;color:#fff!important;font-size:9px;font-weight:850;text-decoration:none;box-shadow:0 8px 20px #f4571e33}.nadi-widget__loading{display:flex;min-height:130px;align-items:center;justify-content:center;gap:5px;color:#827e75;font-size:9px}.nadi-widget__loading i{width:6px;height:6px;border-radius:50%;background:#f4571e;animation:nadi-widget-pulse 1s infinite}.nadi-widget__loading i:nth-child(2){animation-delay:.12s}.nadi-widget__loading i:nth-child(3){animation-delay:.24s}.nadi-widget__loading span{margin-left:5px}@keyframes nadi-widget-pulse{50%{opacity:.25}}.nadi-widget__error{padding:15px;border-radius:12px;background:#fcebec;color:#b4232a;font-size:9px}aside.nadi-widget{min-height:0!important}@media(max-width:700px){.nadi-widget__launcher{right:15px;bottom:92px;width:56px;height:56px}.nadi-widget__launcher svg{width:29px}.nadi-widget{right:8px;bottom:158px;width:calc(100vw - 16px);max-height:calc(100dvh - 174px);border-radius:20px}.nadi-widget__layer{background:#1a191740}.nadi-widget__body{padding:11px}.nadi-widget__summary{padding:14px}.nadi-widget__summary strong{font-size:14px}}:root{--brand: #f4571e;--brand-hover: #e24a16;--brand-ink: #bd3a12;--brand-tint: #fff3ed;--brand-tint-2: #ffe9de;--canvas: #faf9f7;--surface: #ffffff;--surface-2: #f5f4f1;--line: #ecebe7;--line-2: #e0ded9;--text: #1a1917;--text-2: #45423c;--muted: #827e75;--muted-2: #a8a49b;--pos: #21a366;--pos-bg: #e7f6ef;--neg: #e5484d;--neg-bg: #fcebec;--warn: #9a6b00;--warn-bg: #fff3da;--r-card: 20px;--r-control: 12px;--r-bubble: 12px;--r-pill: 999px;--shadow-card: 0 4px 24px rgba(26, 25, 23, .05);--shadow-brand: 0 8px 20px rgba(244, 87, 30, .28);--shadow-pop: 0 12px 32px rgba(26, 25, 23, .14);--font-ui: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: var(--font-ui);--font-num: var(--font-ui);--sidebar-w: 236px;--shell-gap: clamp(20px, 2.3vw, 44px);--chart-1: #f4571e;--chart-2: #2563eb;--chart-3: #16a34a;--chart-4: #9333ea;--chart-5: #0891b2;--chart-6: #db2777;--chart-7: #ca8a04;--chart-8: #475569}:root{font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;color:#dce7f5;background:#070b12;color-scheme:dark;font-synthesis:none;--bg: #070b12;--sidebar: #090f1a;--panel: #101824;--panel-raised: #131e2c;--panel-soft: #0c1420;--border: #223044;--border-bright: #2c405b;--text: #dce7f5;--muted: #8494aa;--blue: #3b82f6;--blue-bright: #60a5fa;--cyan: #38bdf8;--green: #4ade80;--amber: #fbbf24;--red: #fb7185;--sidebar-width: 273px;--sidebar-gap: 16px}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;min-width:0;min-height:100%;overflow-x:hidden}body{margin:0;background:var(--bg)}button,.button,input,select,textarea{font:inherit}.shell{display:grid;grid-template-columns:calc(var(--sidebar-width) + var(--sidebar-gap) * 2) minmax(0,1fr);align-items:stretch;width:100%;max-width:100%;min-width:0;min-height:100vh;overflow-x:clip;background:radial-gradient(circle at 82% 0%,rgba(37,99,235,.09),transparent 30%),var(--bg)}aside{grid-column:1;position:relative;width:var(--sidebar-width);height:auto;min-height:calc(100vh - var(--sidebar-gap) * 2);min-width:0;margin:var(--sidebar-gap);background:linear-gradient(180deg,#0b1320,#080d16);color:var(--text);padding:28px 18px;display:flex;flex-direction:column;border:1px solid #1c2a3c;border-radius:16px;overflow-x:hidden}.brand{display:flex;align-items:center;gap:12px;width:100%;min-width:0;padding:0 8px 30px;font-weight:700}.brand>div{min-width:0;overflow-wrap:anywhere}.brand>span{display:grid;place-items:center;width:38px;height:38px;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:10px;color:#fff;box-shadow:0 0 24px #3b82f647}.brand small{display:block;font-weight:400;color:#718198;font-size:12px;margin-top:3px}.sidebar-nav{display:flex;flex-direction:column;gap:5px;width:100%;min-width:0}.sidebar-nav a{max-width:100%;min-width:0;color:#8fa0b7;text-decoration:none;padding:11px 13px;border-radius:8px;font-size:14px;border:1px solid transparent}.sidebar-nav a:hover{background:#111d2c;color:#dce9f8}.sidebar-nav a.active{background:#111d2c;border-color:#2c405b;color:#eef6ff}.nav-task-button{max-width:100%;min-width:0;color:#8fa0b7;text-decoration:none;padding:11px 13px;border-radius:8px;font-size:14px;border:1px solid transparent;background:transparent;text-align:left;cursor:pointer;font-family:inherit}.nav-task-button:hover{background:#111d2c;color:#dce9f8}.nav-group{display:flex;flex-direction:column;width:100%;min-width:0}.nav-parent{width:100%;max-width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;padding:11px 13px;border:1px solid transparent;border-radius:8px;background:transparent;color:#8fa0b7;text-align:left;cursor:pointer;box-shadow:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.nav-parent:hover{background:linear-gradient(90deg,#2563eb2e,#38bdf80d);border-color:#23426b;color:#eef6ff}.nav-group.group-active>.nav-parent{background:#111d2c;color:#dce9f8}.nav-parent:hover b{color:#60a5fa}.nav-parent b{color:#60738d;font-size:16px;font-weight:500;transition:color .15s ease}.nav-children{display:flex;flex-direction:column;gap:6px;min-width:0;max-width:calc(100% - 13px);margin:8px 0 10px 13px;padding-left:9px;border-left:1px solid #26384f}.sidebar-nav .nav-children a,.nav-disabled{padding:9px 10px;font-size:13px}.sidebar-nav .nav-children a:hover{background:linear-gradient(90deg,#2563eb2e,#38bdf80d);border-color:#23426b;color:#eef6ff}.nav-disabled{display:flex;align-items:center;justify-content:space-between;color:#516077;cursor:not-allowed}.nav-disabled small{margin-left:7px;color:#65748a;font-size:9px;text-transform:uppercase}.phase{width:100%;min-width:0;margin-top:auto;padding:14px;background:#0e1826;border:1px solid #22334a;border-radius:9px;color:#718198;font-size:12px;line-height:1.6;overflow-wrap:anywhere}.phase strong{color:#cbd8e8}.shell>main{grid-column:2;padding:38px clamp(20px,2.3vw,44px) 70px;width:100%;min-width:0;max-width:100%;overflow-x:hidden}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.page-header h1{margin:0;font-size:27px;letter-spacing:-.5px;color:#eef6ff}.page-header p,.card-title p{margin:6px 0 0;color:var(--muted);font-size:14px}.card{background:linear-gradient(180deg,#131e2cfa,#0e1723fa);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px #00000029}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.kpi-grid{grid-template-columns:1fr}}.inventory-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1100px){.inventory-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.inventory-kpis{grid-template-columns:1fr}}.kpi{padding:20px;position:relative;overflow:hidden;box-shadow:none;background:#111d2c;border-top:2px solid var(--kpi-accent, #3b82f6)}.kpi:after{display:none}.kpi:nth-child(1){--kpi-accent: #38bdf8}.kpi:nth-child(2){--kpi-accent: #94a3b8}.kpi:nth-child(3){--kpi-accent: #4ade80}.kpi:nth-child(4){--kpi-accent: #2dd4bf}.kpi:nth-child(5){--kpi-accent: #a78bfa}.kpi:nth-child(6){--kpi-accent: #f59e0b}.kpi>span,.stat span{display:block;color:var(--muted);font-size:13px}.kpi>strong{font-size:clamp(15px,1.6vw,25px);display:block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:9px;color:var(--kpi-accent, #f3f8ff)}.kpi small{display:block;color:#e1a93b;margin-top:10px}.notice,.info,.warning,.error{padding:13px 16px;border-radius:9px;margin-bottom:18px;font-size:14px}.notice{background:#92600c21;border:1px solid #59461f;display:flex;gap:13px}.notice strong{color:#fbbf24}.notice span{color:#cbbd9d}.info{background:#2563eb1c;border:1px solid #24466f;color:#9dc9fc}.warning{background:#92600c21;border:1px solid #59461f;color:#e9c36d;margin-top:18px}.error{background:#be18321f;border:1px solid #6e2938;color:#fda4af}.button,button{border:1px solid #3278e6;background:linear-gradient(180deg,#347ff0,#2364d2);color:#fff;border-radius:8px;padding:10px 15px;cursor:pointer;font-weight:600;font-size:14px;box-shadow:0 4px 14px #2563eb26;text-decoration:none;display:inline-block}.button:hover,button:hover{background:linear-gradient(180deg,#438cf6,#2a6bdd);border-color:#60a5fa}.disabled,button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.secondary{background:#121c29;color:#b9c7d9;border:1px solid #314158;box-shadow:none}.secondary:hover{background:#192638;border-color:#436080;color:#eef6ff}.sync-orders-days{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:13px;white-space:nowrap}.sync-orders-days input{width:64px;text-align:center}.filters{padding:15px;display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.forecast-filters{width:100%;max-width:100%;gap:18px;justify-content:flex-end;flex-wrap:wrap}.forecast-filters>div{display:flex;flex-direction:column;gap:7px}.forecast-filters .date-fields{flex-direction:row;align-items:flex-end}.forecast-filters .date-fields label,.forecast-date-control{display:flex;flex-direction:column;align-items:stretch;gap:7px}.forecast-date-control>.filter-label{align-self:flex-start;text-align:left}.forecast-picker{position:relative;width:190px}.forecast-picker-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#0a121d;color:#dce7f5;border:1px solid #34445a;box-shadow:none;font-weight:400;text-align:left}.forecast-picker-trigger:hover,.forecast-picker-trigger.open{background:#0d1826;border-color:#3b82f6}.forecast-calendar-popover,.forecast-month-popover{position:absolute;z-index:80;top:calc(100% + 7px);right:0;width:330px;padding:14px;background:#0e1825;border:1px solid #365171;border-radius:10px;box-shadow:0 24px 70px #000000a6}.forecast-month-popover{width:100%;min-width:260px}.forecast-calendar-popover button:disabled{opacity:.25}.filter-label{color:#8494aa;font-size:12px}.forecast-kpis{width:100%;max-width:100%;margin-bottom:31px;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr))}.forecast-kpis .kpi:after{display:none}.forecast-kpis .kpi{background:#111d2c}.forecast-kpis .kpi>strong{color:var(--kpi-accent, #70b7ff);font-size:clamp(19px,1.45vw,27.5px);white-space:nowrap}.forecast-kpis .kpi .kpi-margin{color:#8494aa;font-size:13px;margin-top:8px}.inventory-kpis .inventory-date{display:block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(13px,1.55vw,28px);letter-spacing:-.045em}.inventory-kpis .inventory-time{display:block;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;color:var(--muted);font-size:clamp(9px,1vw,17px)}.forecast-cogs-warning{margin-top:0}.marketplace-summary{width:100%;min-width:0;margin-bottom:31px;max-width:100%;overflow:hidden}.marketplace-summary table{width:100%;min-width:0;table-layout:fixed;font-size:clamp(10px,.68vw,13px)}.marketplace-summary th,.marketplace-summary td{padding-left:clamp(5px,.7vw,16px);padding-right:clamp(5px,.7vw,16px);overflow-wrap:anywhere}.marketplace-summary.collapsed .card-title,.collapsible-forecast-card.collapsed .card-title{border-bottom:0}.forecast-card-title-actions{display:flex;align-items:center;gap:14px}.card-collapse-toggle{width:34px;height:34px;padding:0;display:grid;place-items:center;background:#0d1826;border:1px solid #34445a;box-shadow:none}.card-collapse-toggle .dropdown-chevron{display:block;margin:0;align-self:auto;transform:rotate(45deg);transition:transform .15s ease}.card-collapse-toggle.open .dropdown-chevron{transform:rotate(225deg)}.marketplace-summary th,.marketplace-summary td,.marketplace-summary th.num,.marketplace-summary td.num{text-align:center;vertical-align:middle}.marketplace-summary tfoot th{color:#eef6ff;background:#172438;border-top:1px solid #3b82f6;font-weight:700}.reconciliation-margin{color:#70b7ff;font-size:12px;white-space:nowrap}.notice.compact{margin-bottom:20px}.segmented{background:#0a111c;padding:3px;border-radius:8px;display:flex;border:1px solid #202e41}.segmented button{background:transparent;border:0;box-shadow:none;color:#8191a7;padding:8px 15px}.segmented button.active{background:#18283c;color:#70b7ff;box-shadow:inset 0 0 0 1px #2c4f79}.filters label,.date-fields{display:flex;gap:8px;align-items:center;color:#8494aa;font-size:13px}.date-fields label{display:flex;gap:8px;align-items:center}input,select,textarea{border:1px solid #34445a;border-radius:7px;padding:8px 10px;background:#0a121d;color:#dce7f5;outline:none}input::placeholder{color:#596a80}input:focus,select:focus,textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f621}.pnl{width:100%;min-width:0;max-width:100%;margin-bottom:31px;overflow:hidden}.card-title{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--border)}.card-title h2{font-size:17px;margin:0;color:#e7f0fb}.card-title>span{color:var(--muted);font-size:12px}.pnl-row{display:flex;justify-content:space-between;padding:13px 20px;border-bottom:1px solid #1d2a3b}.pnl-group-header{margin-top:50px;padding:13px 20px;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#79b9ff;background:#2563eb24;border-top:2px solid #3676c9;border-bottom:2px solid #3676c9}.card-title+.pnl-group-header{margin-top:0}.pnl-row.gross{margin-top:50px;padding:13px 20px;font-weight:700;color:#4ade80;background:#4ade8024;border-top:2px solid #2f9e5f;border-bottom:2px solid #2f9e5f}.pnl-row.gross.joined{margin-top:0}.pnl-row.gross>span,.pnl-row.gross>strong{color:#4ade80;font-weight:700}.pnl-row.gross .pnl-inline-margin{color:#4ade80}.pnl>.pnl-row:last-child{border-bottom:0}.pnl-row.total>span,.pnl-row.total>strong{color:#8ba3c2;font-weight:700}.pnl-row.grand>span,.pnl-row.grand>strong{color:#70b7ff;font-weight:700}.pnl-inline-margin{display:inline;margin-left:8px;color:#70b7ff;font-size:12px}.pnl-expense-actions{display:flex;align-items:center;gap:12px}.pnl-expense-toggle{width:30px;height:30px;padding:0;display:grid;place-items:center;background:#0d1826;border:1px solid #34445a;box-shadow:none}.pnl-expense-toggle .dropdown-chevron{display:block;margin:0;align-self:auto;transform:rotate(45deg);transition:transform .15s ease}.pnl-expense-toggle.open .dropdown-chevron{transform:rotate(225deg)}.pnl-expense-breakdown{background:#0c1623;border-bottom:1px solid #26374d}.pnl-expense-detail{width:100%;padding-left:42px;color:#aebdd0;background:transparent;border:0;border-bottom:1px solid #1d2a3b;border-radius:0;box-shadow:none;font:inherit;text-align:left}.pnl-expense-detail:hover{background:#142338;color:#e7f0fb;box-shadow:none}.pnl-expense-detail-value{display:flex;align-items:center;gap:14px}.pnl-expense-detail-value b{color:#75b7ff;font-size:18px}.pnl-expense-detail-value .pnl-expense-share{display:inline;margin:0 0 0 5px;color:#75b7ff;font-size:11px}.pnl-expense-detail:last-child{border-bottom:0}.expense-category-modal{width:min(1250px,calc(100vw - 68px))}.expense-category-modal table{min-width:950px}.expense-category-modal th,.expense-category-modal td{text-align:center;vertical-align:middle}.expense-category-modal th:nth-child(3),.expense-category-modal td:nth-child(3),.expense-category-modal th:nth-child(6),.expense-category-modal td:nth-child(6){text-align:left}.pnl-row span small{display:block;color:#d6a341;margin-top:3px}.pnl-row strong,.kpi>strong,.stat strong,td.num,input[type=number],input[type=date],input[type=month]{font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif;font-variant-numeric:tabular-nums}.pnl-row.primary strong{color:var(--cyan)}.pnl-row.total{background:#2563eb0f;font-weight:700;border-top:2px solid #294261}.pnl-row.grand{background:#2563eb24;color:#79b9ff;font-size:17px;border-top:2px solid #3676c9}.pnl-row.margin{background:#0d1622}.pnl-row.muted strong{color:#91a1b5}.table-card{max-width:100%;overflow-x:auto;overflow-y:hidden;margin-top:20px}.sku-breakdown th,.sku-breakdown td{text-align:center;vertical-align:middle}.sku-breakdown th.product-column,.sku-breakdown td.product-column{text-align:left}.sku-breakdown table{min-width:1180px}.sku-pagination{min-width:1180px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 20px;color:var(--muted);font-size:12px;border-top:1px solid var(--border)}.sku-page-controls,.sku-page-controls label{display:flex;align-items:center;gap:10px}.sku-page-controls button{padding:7px 11px}.sku-page-controls select{min-width:76px}.sku-inline-input{width:100%;min-width:180px;text-align:center}.sku-row-actions{display:flex;justify-content:center;gap:7px}.sku-row-actions button{padding:7px 10px}.sku-data-check{min-width:1180px;padding:13px 20px;background:#92600c21;border-bottom:1px solid #59461f;color:#e9c36d}.sku-data-check>strong{display:block;color:#f6cb68}.sku-data-check>span{display:block;margin-top:4px;color:#a9946b;font-size:11px}.sku-issue-list{display:flex;flex-wrap:wrap;gap:7px;max-height:112px;margin-top:10px;overflow-y:auto}.sku-issue-list button{padding:6px 9px;background:#92600c29;border:1px solid #6b511b;color:#efc96b;box-shadow:none;font-size:11px}.sku-issue-list button:hover{background:#b47b143d;border-color:#9b7323}.sku-breakdown tr.sku-issue-target{background:#92600c38;box-shadow:inset 3px 0 #fbbf24}table{border-collapse:collapse;width:100%;font-size:13px}th{color:#91a1b5;background:#0c1521;text-align:left;font-weight:600;padding:11px 16px;border-bottom:1px solid #29394d}td{padding:13px 16px;border-bottom:1px solid #1d2a3a;color:#bcc9d9}tbody tr:hover{background:#27436529}tr:last-child td{border-bottom:0}.num{text-align:right}.strong{font-weight:700;color:#e4edf8}.empty{text-align:center;color:#718198;padding:35px}.badge{display:inline-block;background:#1b2a3d;color:#9eb1c8;border:1px solid #2a3d56;border-radius:20px;padding:4px 9px;font-size:11px;font-weight:600}.badge.warn{background:#97650f2e;color:#f5c75f;border-color:#624918}.badge.success{background:#16804629;color:#6ee7a0;border-color:#245c3a}.preview{margin-bottom:22px}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);padding:8px 20px}.stat{padding:14px 8px;border-bottom:1px solid #1e2b3c}.stat strong{display:block;margin-top:6px;color:#e6eef9}.stat-warn strong{color:#f6c85f}.accent{color:#67b1ff;font-size:18px}.actions{display:flex;justify-content:flex-end;gap:10px;padding:18px 20px}.download-choice{width:min(420px,100%)}.download-choice-options{display:flex;flex-direction:column;gap:10px;padding:4px 20px 18px}.download-choice-options .button{text-align:center}.preview details{margin:0 20px;padding:13px;background:#92600c1f;border:1px solid #4e3c1b;color:#dfbd70}.assumptions{width:100%;max-width:none}.percent-field{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #1d2a3a}.rate-select{display:grid;place-items:center;padding-right:16px}.percent-field .rate-select input{width:17px;height:17px;margin:0;accent-color:#2f80ed}.rate-copy{display:flex;flex-direction:column;gap:6px;padding-right:24px}.rate-copy strong{font-weight:600}.rate-copy{flex:1;min-width:0}.rate-copy small{max-width:760px;color:#91a1b5;font-size:13px;font-weight:400;line-height:1.5}.percent-control{display:flex;align-items:center;flex:0 0 auto}.percent-field input{width:130px;text-align:right;border-radius:7px 0 0 7px}.percent-field b{background:#182332;border:1px solid #34445a;border-left:0;padding:8px 12px;border-radius:0 7px 7px 0;color:#91a1b5}.rate-card-title{justify-content:space-between}.rate-header-actions{display:flex;align-items:center;gap:10px}.custom-rate-copy{flex:1}.custom-rate-copy input{width:min(760px,100%);text-align:left;border-radius:7px}.custom-rate-copy input+input{margin-top:2px;color:#91a1b5}.custom-rate-block{border-bottom:1px solid #1d2a3a}.custom-rate-block .percent-field{border-bottom:0;padding-bottom:12px}.new-rate-actions{display:flex;justify-content:flex-end;gap:10px;padding:0 20px 18px}.rate-footer-actions{display:flex;gap:10px}.form-footer{padding:18px 20px;display:flex;justify-content:space-between;align-items:center;color:#66d496;font-size:13px}.matrix-filters{display:flex;justify-content:flex-end;align-items:flex-end;flex-wrap:wrap;gap:18px}.matrix-filters>div,.matrix-date,.matrix-date-range label,.matrix-date-control{display:flex;flex-direction:column;gap:7px}.matrix-filters label.matrix-date{align-items:stretch}.matrix-date-range{display:flex;flex-direction:row!important;gap:10px!important}.matrix-date input,.matrix-date-range input{min-height:38px}.matrix-settings-button{align-self:flex-end;width:38px;height:38px;padding:0;display:grid;place-items:center;background:#0a121d;border:1px solid #34445a;box-shadow:none}.matrix-settings-button:hover{background:#0d1826;border-color:#3b82f6}.matrix-settings-button img{width:19px;height:19px}.matrix-settings-dialog{width:min(520px,calc(100vw - 48px));max-height:calc(100vh - 68px);overflow-y:auto}.task-reminder-dialog{width:min(660px,calc(100vw - 48px));max-height:calc(100vh - 68px);overflow-y:auto}.task-reminder-body{padding:20px;display:flex;flex-direction:column;gap:16px}.task-add-row{display:flex;gap:8px}.task-add-row input{flex:1 1 auto}.task-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.task-list-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 4px;border-bottom:1px solid var(--border)}.task-list-item label{display:flex;align-items:center;gap:10px;cursor:pointer;min-width:0}.task-list-item span{word-break:break-word}.task-list-item.done span{color:var(--muted);text-decoration:line-through}.task-delete-button{background:transparent;border:none;color:var(--muted);font-size:18px;line-height:1;cursor:pointer;padding:2px 6px;border-radius:6px}.task-delete-button:hover{color:#f87171;background:#f871711f}.task-done-section summary{cursor:pointer;color:var(--muted);font-size:13px;margin-bottom:8px}.task-reminder-list{border:1px solid #624918;background:#97650f1a;border-radius:10px;padding:4px 10px}.task-reminder-item{border-bottom-color:#97650f59}.task-reminder-item:last-child{border-bottom:none}.task-reminder-item span{color:#f5c75f;font-weight:600}.task-reminder-go{background:#2563eb;border:1px solid #3b82f6;color:#fff;border-radius:6px;padding:5px 12px;font-size:12px;font-family:inherit;cursor:pointer;flex-shrink:0}.task-reminder-go:hover{background:#3b82f6}.task-reminder-actions{display:flex;gap:6px;flex-shrink:0}.task-reminder-complete{background:#16a34a;border:1px solid #22c55e;color:#fff;border-radius:6px;padding:5px 12px;font-size:12px;font-family:inherit;cursor:pointer;flex-shrink:0}.task-reminder-complete:hover{background:#22c55e}.task-reminder-group+.task-reminder-group{margin-top:14px}.task-reminder-group-title{margin:0 0 6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.matrix-settings-body{display:flex;flex-direction:column;gap:22px;padding:20px}.matrix-settings-section-title{font-weight:700;font-size:14px;color:#dce7f5;border-top:1px solid var(--border);padding-top:18px;margin-top:-4px}.matrix-settings-field{display:flex;flex-direction:column;gap:8px}.matrix-settings-field>span{color:#dce7f5;font-weight:600;font-size:14px}.matrix-settings-field small{color:var(--muted);font-size:12px;line-height:1.5}.matrix-settings-input{display:flex;align-items:center;gap:10px}.matrix-settings-input input{width:140px}.matrix-settings-input b{color:var(--muted);font-weight:500;font-size:13px}.matrix-settings-mode{align-self:flex-start}.matrix-settings-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid var(--border)}.matrix-calendar-picker,.matrix-month-picker,.matrix-quarter-picker{width:clamp(190px,16vw,230px)}.matrix-quarter-popover{width:260px}.quarter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.quarter-grid button{display:grid;gap:4px;padding:11px 8px;background:#111d2c;border-color:#2b4059;color:#aebdd0;box-shadow:none}.quarter-grid button:hover,.quarter-grid button.active{background:#183252;border-color:#4b8ddb;color:#75b7ff}.quarter-grid small{color:#7f90a5;font-size:9px}.matrix-calendar-picker .forecast-calendar-popover{width:min(330px,calc(100vw - 48px))}.portfolio-matrix{position:relative;margin-bottom:24px;padding:0 28px 28px 92px;overflow:hidden}.portfolio-matrix-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-left:-64px;padding:18px 20px;border-bottom:1px solid var(--border)}.portfolio-matrix-header h2{margin:0;color:#e7f0fb;font-size:17px}.portfolio-matrix-header>span,.portfolio-matrix-tools>span{color:#718198;font-size:11px}.portfolio-matrix-tools{display:flex;align-items:center;justify-content:flex-end;gap:16px;min-width:0}.portfolio-matrix-tools input{width:clamp(220px,24vw,360px)}.matrix-view-toggle{flex:0 0 auto}.portfolio-axis-top{display:grid;grid-template-columns:1fr 1fr;padding:16px 0 10px;color:#9eb1c8;font-size:12px;text-align:center;letter-spacing:.02em}.portfolio-axis-y{position:absolute;left:24px;top:105px;bottom:28px;display:grid;grid-template-rows:1fr 1fr;align-items:center;color:#9eb1c8;font-size:12px}.portfolio-axis-y span{writing-mode:vertical-rl;transform:rotate(180deg)}.portfolio-quadrants{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,minmax(150px,1fr));border:1px solid #34445a;border-radius:10px;overflow:hidden;background:#0a121d}.portfolio-quadrant{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:22px;border:0;border-radius:0;background:#0d1724;box-shadow:none;text-align:center;transition:filter .16s ease,box-shadow .16s ease}.portfolio-quadrant:nth-child(odd){border-right:1px solid #34445a}.portfolio-quadrant:nth-child(-n+2){border-bottom:1px solid #34445a}.portfolio-quadrant:hover,.portfolio-quadrant.selected{background:#111e2e;border:0;filter:brightness(1.22)}.portfolio-quadrant.selected{box-shadow:inset 0 0 0 2px var(--quadrant-accent)}.portfolio-quadrant-heading{display:flex;align-items:center;gap:9px}.portfolio-quadrant-heading span{font-size:14px;font-weight:700}.portfolio-quadrant strong{font-size:clamp(30px,3vw,44px);color:#eef6ff}.portfolio-quadrant small{max-width:380px;color:#8494aa;font-size:11px;line-height:1.45}.portfolio-quadrant em{color:#a9b8ca;font-size:10px;font-style:normal}.portfolio-quadrant.star{--quadrant-accent: #6ee7a0}.portfolio-quadrant.potential{--quadrant-accent: #79b9ff}.portfolio-quadrant.turnaround{--quadrant-accent: #f5c75f}.portfolio-quadrant.exit{--quadrant-accent: #fb9aaa}.portfolio-quadrant-heading span{color:var(--quadrant-accent)}.matrix-guide{display:flex;align-items:flex-start;gap:18px;padding:15px 18px;margin-bottom:24px}.matrix-guide strong{flex:0 0 auto;color:#70b7ff}.matrix-guide span{color:#91a1b5;font-size:12px;line-height:1.55}.matrix-missing-cogs{display:block}.matrix-missing-cogs strong{display:block;color:#f6cb68}.matrix-missing-cogs>span{display:block;margin-top:4px;color:#a9946b;font-size:12px}.matrix-missing-cogs-list{display:flex;flex-direction:column;gap:6px;max-height:220px;margin-top:12px;overflow-y:auto}.matrix-missing-cogs-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 10px;background:#92600c1a;border:1px solid #59461f;border-radius:7px;font-size:12px;color:#e9c36d}.matrix-missing-cogs-name{flex:1 1 auto;min-width:0}.matrix-missing-cogs-name small{display:block;margin-top:2px;color:#a9946b}.matrix-missing-cogs-links{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex:0 0 auto}.matrix-missing-cogs-links a,.matrix-missing-cogs-fix-button{color:#70b7ff;white-space:nowrap}.matrix-missing-cogs-fix-button{background:none;border:0;box-shadow:none;padding:0;font:inherit;font-size:12px;cursor:pointer}.matrix-missing-cogs-fix-button:hover{text-decoration:underline}.matrix-table-scroll{overflow-x:auto}.matrix-table table{min-width:1500px;table-layout:auto}.matrix-table th,.matrix-table td{text-align:center;vertical-align:middle;white-space:nowrap}.matrix-table th.product-column,.matrix-table td.product-column{min-width:300px;text-align:left;white-space:normal}.matrix-table th.product-column .stock-filter-header{justify-content:flex-start}.matrix-table td.product-column small{display:block;margin-top:5px;color:var(--muted)}.matrix-table td small{color:#70b7ff}.matrix-table-title{gap:18px}.matrix-table-tools{display:flex;align-items:center;gap:12px}.matrix-table-tools input{width:260px}.matrix-badge{display:inline-block;padding:5px 9px;border:1px solid;border-radius:999px;font-size:11px;font-weight:700}.matrix-badge.star{color:#6ee7a0;border-color:#245c3a;background:#16804629}.matrix-badge.potential{color:#79b9ff;border-color:#2c4f79;background:#2563eb24}.matrix-badge.turnaround{color:#f5c75f;border-color:#624918;background:#97650f2e}.matrix-badge.exit{color:#fb9aaa;border-color:#6e2938;background:#be18321f}.matrix-pagination{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 20px;color:var(--muted);font-size:12px;border-top:1px solid var(--border)}.matrix-pagination>div,.matrix-pagination label{display:flex;align-items:center;gap:10px}.matrix-pagination button{padding:7px 11px}.matrix-pagination select{min-width:76px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--brand, #f4571e);border-radius:999px;border:0}::-webkit-scrollbar-thumb:hover{background:var(--brand-hover, #e24a16)}*{scrollbar-width:thin;scrollbar-color:var(--brand, #f4571e) transparent}.confirm-backdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:30px;background:#1a191780;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.confirm-dialog{width:min(560px,calc(100vw - 60px));padding:clamp(20px,3vw,26px);background:var(--surface, #fff);border:1px solid var(--line, #ecebe7);border-radius:var(--r-card, 20px);box-shadow:var(--shadow-pop, 0 24px 60px rgba(45, 69, 98, .22))}.confirm-copy h2{margin:1px 0 13px;color:var(--text, #1a1917);font-family:var(--font-display, inherit);font-size:19px;font-weight:700}.confirm-warning{padding:12px 14px;background:var(--neg-bg, #fdecec);border:1px solid transparent;border-radius:var(--r-control, 12px);color:var(--neg, #b3261e);line-height:1.55}.confirm-copy p{margin:12px 0 0;color:var(--muted, #827e75);font-size:12px}.confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.confirm-actions .secondary{border-radius:var(--r-pill, 999px)}.confirm-delete{background:var(--neg, #b3261e);background-image:none;border:1px solid transparent;border-radius:var(--r-pill, 999px);color:#fff;box-shadow:none}.confirm-delete:hover{background:#8f1e18;background-image:none;border-color:transparent}.login-screen{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:32px;color:#1c2434;background:radial-gradient(circle at 12% 8%,rgba(244,87,30,.13),transparent 30%),radial-gradient(circle at 92% 90%,rgba(244,87,30,.08),transparent 28%),#f5f4f1}.login-shell{position:relative;display:grid;width:min(1080px,100%);min-height:min(650px,calc(100dvh - 64px));grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);overflow:hidden;border:1px solid rgba(214,207,198,.76);border-radius:32px;background:#fff;box-shadow:0 30px 90px #2d251e21}.login-intro{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-width:0;overflow:hidden;padding:42px;background:linear-gradient(145deg,rgba(255,255,255,.1),transparent 46%),#f4571e;color:#fff}.login-brand{position:relative;z-index:2;display:flex;align-items:center;gap:13px}.login-brand__mark{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:15px;background:#ffffff29;color:#fff;font-size:14px;font-weight:800;letter-spacing:-.03em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-brand div{display:flex;min-width:0;flex-direction:column;gap:3px}.login-brand strong{font-size:15px;font-weight:800;letter-spacing:-.025em}.login-brand small{color:#ffffffad;font-size:10px;font-weight:600;letter-spacing:.04em}.login-intro__copy{position:relative;z-index:2;max-width:480px;margin:auto 0;padding:72px 0 54px}.login-eyebrow{display:block;color:#d94a18;font-size:10px;font-weight:800;letter-spacing:.15em}.login-intro .login-eyebrow{color:#ffffffc7}.login-intro__copy h1{max-width:470px;margin:16px 0 18px;color:#fff;font-size:clamp(40px,4.2vw,58px);line-height:1.03;letter-spacing:-.057em}.login-intro__copy p{max-width:430px;margin:0;color:#ffffffc2;font-size:14px;line-height:1.75}.login-intro__modules{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:8px}.login-intro__modules span{padding:8px 12px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:#ffffff17;color:#ffffffe0;font-size:9px;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-intro__accent,.login-intro__accent span{position:absolute;border-radius:50%;pointer-events:none}.login-intro__accent{right:-96px;bottom:-125px;width:360px;height:360px;border:1px solid rgba(255,255,255,.14)}.login-intro__accent span:first-child{inset:54px;border:1px solid rgba(255,255,255,.12)}.login-intro__accent span:last-child{inset:112px;background:#ffffff12}.login-form-panel{display:grid;min-width:0;place-items:center;padding:56px 52px;background:#fff}.login-card{width:min(380px,100%);color:#1c2434}.login-card__header{margin-bottom:32px}.login-card__header h2{margin:10px 0 8px;color:#172033;font-size:30px;line-height:1.18;letter-spacing:-.045em}.login-card__header p{margin:0;color:#88847c;font-size:12px;line-height:1.6}.login-error{margin:-12px 0 20px;padding:11px 13px;border:1px solid #ffd2cf;border-radius:12px;background:#fff3f2;color:#b42318;font-size:10px;font-weight:700;line-height:1.5}.login-field{display:flex;flex-direction:column;gap:8px;margin-top:16px;color:#615d56;font-size:10px;font-weight:750}.login-input{display:flex;min-height:50px;align-items:center;gap:10px;width:100%;padding:0 14px;border:1px solid #dedbd4;border-radius:14px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.login-input:focus-within{border-color:#f4571e;background:#fffdfc;box-shadow:0 0 0 4px #f4571e1a}.login-input>svg{width:18px;height:18px;flex:0 0 18px}.login-input svg *{fill:none;stroke:#aaa59c;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.login-input:focus-within>svg *{stroke:#f4571e}.login-field .login-input input{min-width:0;height:48px;flex:1;padding:0;border:0;outline:0;background:transparent;color:#172033;font-size:12px;box-shadow:none}.login-field .login-input input::placeholder{color:#b5b1a9}html .login-password-toggle,html .login-password-toggle:hover,html .login-password-toggle:focus,html .login-password-toggle:active{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#8e8981;box-shadow:none;transform:none}.login-password-toggle svg{width:18px;height:18px}.login-password-toggle:hover svg *{stroke:#f4571e}html .login-submit,html .login-submit:hover,html .login-submit:focus,html .login-submit:active{display:flex;width:100%;min-height:50px;align-items:center;justify-content:center;gap:10px;margin-top:24px;padding:0 20px;border:1px solid #f4571e;border-radius:14px;background:#f4571e;color:#fff;font-size:12px;font-weight:800;box-shadow:0 10px 24px #f4571e38;transform:none}html .login-submit:hover,html .login-submit:focus-visible{border-color:#df4815;background:#df4815;box-shadow:0 12px 26px #f4571e42}html .login-submit:disabled{cursor:not-allowed;border-color:#ffc5af;background:#ffc5af;box-shadow:none;opacity:1}.login-submit svg{width:17px;height:17px}.login-submit svg path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.login-card__footer{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:24px;color:#9c978e;font-size:9px;font-weight:600}.login-status-dot{width:6px;height:6px;border-radius:50%;background:#20ad67;box-shadow:0 0 0 3px #20ad671c}@media(max-width:820px){.login-screen{padding:20px}.login-shell{min-height:calc(100dvh - 40px);grid-template-columns:minmax(0,.82fr) minmax(360px,1fr);border-radius:26px}.login-intro{padding:30px}.login-intro__copy h1{font-size:38px}.login-intro__modules{display:none}.login-form-panel{padding:40px 32px}}@media(max-width:680px){.login-screen{display:block;padding:0;background:#fff}.login-shell{display:flex;min-height:100dvh;flex-direction:column;overflow:visible;border:0;border-radius:0;box-shadow:none}.login-intro{min-height:212px;justify-content:flex-start;padding:calc(24px + env(safe-area-inset-top)) 24px 36px;border-radius:0 0 28px 28px}.login-brand__mark{width:40px;height:40px;flex-basis:40px;border-radius:13px;font-size:12px}.login-brand strong{font-size:13px}.login-brand small{font-size:9px}.login-intro__copy{margin:0;padding:34px 0 0}.login-intro__copy .login-eyebrow,.login-intro__copy p,.login-intro__modules{display:none}.login-intro__copy h1{max-width:320px;margin:0;font-size:29px;line-height:1.08}.login-intro__accent{right:-110px;bottom:-190px}.login-form-panel{flex:1;place-items:start center;padding:36px 24px calc(28px + env(safe-area-inset-bottom))}.login-card{width:min(420px,100%)}.login-card__header{margin-bottom:26px}.login-card__header h2{font-size:26px}.login-input{min-height:52px}.login-field .login-input input{height:50px;font-size:13px}html .login-submit,html .login-submit:hover,html .login-submit:focus,html .login-submit:active{min-height:52px}}.login-screen .login-shell{display:block;width:min(460px,100%);min-height:0;overflow:hidden;border:1px solid #e5e1db;border-radius:28px;background:#fff;box-shadow:0 28px 80px #2d251e24}.login-screen .login-card{width:100%;padding:36px}.login-screen .login-brand{padding-bottom:30px;border-bottom:1px solid #eeeae4}.login-screen .login-brand__mark{border-color:#f4571e;background:#f4571e;color:#fff;box-shadow:0 8px 20px #f4571e33}.login-screen .login-brand strong{color:#1c2434}.login-screen .login-brand small{color:#969188}.login-screen .login-card__header{margin-top:30px}@media(max-width:680px){.login-screen{display:grid;place-items:center;padding:max(20px,env(safe-area-inset-top)) 20px max(20px,env(safe-area-inset-bottom));background:radial-gradient(circle at 12% 8%,rgba(244,87,30,.13),transparent 34%),#f5f4f1}.login-screen .login-shell{display:block;width:100%;min-height:0;overflow:hidden;border:1px solid #e5e1db;border-radius:24px;background:#fff;box-shadow:0 22px 60px #2d251e21}.login-screen .login-card{width:100%;padding:28px 24px}.login-screen .login-brand{padding-bottom:24px}.login-screen .login-card__header{margin-top:25px}}.sidebar-account{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:12px 13px;border-top:1px solid var(--border);font-size:12px;color:var(--muted)}.sidebar-account span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-theme{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:auto;padding:0 13px 14px}.sidebar-theme button{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;padding:8px 7px;border:1px solid var(--border);background:var(--panel-soft);color:var(--muted);box-shadow:none;font-size:11px}.sidebar-theme button:hover{background:var(--panel-raised);border-color:var(--border-bright);color:var(--text)}.sidebar-theme button.active{background:#3b82f62e;border-color:var(--blue);color:var(--blue-bright)}.sidebar-account{margin-top:0}html[data-theme=light]{color:#172033;background:#f4f7fb;color-scheme:light;--bg: #f4f7fb;--sidebar: #f8fafd;--panel: #ffffff;--panel-raised: #f7f9fc;--panel-soft: #edf3fa;--border: #d7e1ec;--border-bright: #b9c9dc;--text: #172033;--muted: #64748b;--blue: #2563eb;--blue-bright: #1d5fbf;--cyan: #0284c7;--green: #16a466;--amber: #d97706;--red: #dc4655}html[data-theme=light] body,html[data-theme=light] .shell{background:#f4f7fb;color:var(--text)}html[data-theme=light] .shell{background-image:radial-gradient(circle at 82% 0%,rgba(37,99,235,.08),transparent 30%)}html[data-theme=light] aside{background:linear-gradient(180deg,#fff,#f8fafd);border-color:#d7e1ec;box-shadow:0 10px 30px #2d456214}html[data-theme=light] .brand small,html[data-theme=light] .sidebar-nav a,html[data-theme=light] .nav-parent,html[data-theme=light] .nav-task-button{color:#64748b}html[data-theme=light] .sidebar-nav a:hover,html[data-theme=light] .sidebar-nav a.active,html[data-theme=light] .nav-group.group-active>.nav-parent,html[data-theme=light] .nav-parent:hover,html[data-theme=light] .nav-task-button:hover{background:#e6f0ff;border-color:#bfd5f2;color:#1d5fbf}html[data-theme=light] .nav-children{border-left-color:#d3dfec}html[data-theme=light] .page-header h1,html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] .phase strong{color:#172033}html[data-theme=light] .card,html[data-theme=light] .modal,html[data-theme=light] .kpi,html[data-theme=light] .phase{background:#fff;border-color:#d7e1ec;box-shadow:0 10px 28px #2d456212}html[data-theme=light] .kpi,html[data-theme=light] .forecast-kpis .kpi{background:#fff}html[data-theme=light] table,html[data-theme=light] tbody,html[data-theme=light] td{color:#334155}html[data-theme=light] th,html[data-theme=light] thead,html[data-theme=light] thead tr{background:#edf3fa;color:#53657b;border-color:#d7e1ec}html[data-theme=light] td,html[data-theme=light] th,html[data-theme=light] tr,html[data-theme=light] .card-title,html[data-theme=light] .product-master-header,html[data-theme=light] .inventory-pagination{border-color:#d7e1ec}html[data-theme=light] tbody tr:nth-child(2n),html[data-theme=light] .selected-row{background:#f7f9fc}html[data-theme=light] tbody tr:hover{background:#eef5ff}html[data-theme=light] input,html[data-theme=light] select,html[data-theme=light] textarea,html[data-theme=light] .forecast-picker-trigger,html[data-theme=light] .theme-select>button{background:#fff;border-color:#cbd8e6;color:#172033}html[data-theme=light] input::placeholder,html[data-theme=light] textarea::placeholder{color:#94a3b8}html[data-theme=light] input:focus,html[data-theme=light] select:focus,html[data-theme=light] textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}html[data-theme=light] .secondary,html[data-theme=light] .button-link,html[data-theme=light] .card-collapse-toggle{background:#fff;border-color:#cbd8e6;color:#475569}html[data-theme=light] .secondary:hover,html[data-theme=light] .button-link:hover,html[data-theme=light] .card-collapse-toggle:hover{background:#edf3fa;border-color:#9db3ca;color:#172033}html[data-theme=light] .theme-select-menu,html[data-theme=light] .forecast-calendar-popover,html[data-theme=light] .forecast-month-popover,html[data-theme=light] .stock-filter-menu{background:#fff;border-color:#cbd8e6;color:#172033;box-shadow:0 18px 45px #2d45622e}html[data-theme=light] .theme-select-menu button{color:#475569}html[data-theme=light] .theme-select-menu button:hover,html[data-theme=light] .theme-select-menu button.active{background:#e6f0ff;color:#1d5fbf}html[data-theme=light] .marketplace-tags span{background:#e8f4ff;border-color:#b9dcf7;color:#1d5fbf}html[data-theme=light] .sidebar-theme button{background:#f4f7fb}html[data-theme=light] .sidebar-theme button.active{background:#e6f0ff;border-color:#2563eb;color:#1d5fbf}.vs-stock-form{display:grid;grid-template-columns:minmax(240px,2fr) minmax(180px,1fr) 140px minmax(220px,2fr) auto;gap:12px;align-items:end}.compact-search{max-width:340px}.positive{color:#34d399}.negative{color:#fb7185}@media(max-width:1000px){.vs-stock-form{grid-template-columns:1fr 1fr}.vs-stock-form button{grid-column:span 2}}.product-master-table input,.product-master-table select{min-width:120px;width:100%}.market-check{display:block;white-space:nowrap;margin:4px 0}.market-check input{width:auto;min-width:0;margin-right:6px}.button-link{display:inline-flex;padding:8px 12px;border:1px solid var(--border);border-radius:8px;color:var(--accent);text-decoration:none;white-space:nowrap}.button-link:hover{background:var(--surface-2)}.product-master-card .product-master-header{display:flex;justify-content:space-between;gap:24px;padding:22px 28px;margin:0;align-items:center;min-height:82px}.product-master-header h2{margin:0}.product-master-table th,.product-master-table td{text-align:center;vertical-align:middle}.product-master-table .product-name-cell{text-align:left;min-width:430px;max-width:560px}.product-master-table .product-name-cell textarea{display:block;width:100%;min-width:410px;min-height:62px;resize:vertical;line-height:1.45;white-space:normal;overflow-wrap:anywhere}.product-master-table .center-input-cell input{text-align:center}.product-master-table .center-input-cell .theme-select{margin-inline:auto}.product-master-table input[type=checkbox]{min-width:0;width:16px;height:16px;accent-color:#3b82f6}.selected-row{background:#3b82f61a}.selection-count{color:var(--muted);white-space:nowrap}.marketplace-checks label{display:block;white-space:nowrap;margin:3px 0}.marketplace-checks input{width:16px;min-width:0;margin-right:6px}.marketplace-checks.horizontal{display:flex;gap:22px;margin:4px 0 16px}.marketplace-tags{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}.marketplace-tags span{padding:4px 8px;border:1px solid #245078;border-radius:999px;color:#7ab8ff;background:#10243a}.theme-select{position:relative;display:block;min-width:142px}.theme-select>button{width:100%;display:flex;justify-content:space-between;align-items:center;background:#0b1726;border:1px solid #29415d;color:#dbeafe;padding:9px 11px;border-radius:9px}.theme-select-menu{position:absolute;z-index:40;top:calc(100% + 5px);left:0;width:100%;padding:5px;background:#0b1726;border:1px solid #345271;border-radius:10px;box-shadow:0 14px 32px #00000073}.theme-select-menu button{width:100%;display:flex;gap:7px;align-items:center;text-align:left;background:transparent;color:#c8d5e6;border:0;padding:9px 10px;border-radius:7px}.theme-select-menu button:hover,.theme-select-menu button.active{background:#1d4f91;color:#fff}.theme-select-menu b{color:#fff}.product-master-header .cogs-header-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.product-page-actions{display:flex;align-items:center;gap:10px}.product-page-actions .button{display:inline-flex;align-items:center;text-decoration:none}.product-add-modal{width:min(620px,calc(100vw - 40px));padding:24px;display:grid;gap:15px}.product-add-modal .section-title{display:flex;justify-content:space-between;align-items:center}.product-add-modal label{display:grid;gap:7px;color:var(--muted)}.product-add-modal input,.product-add-modal textarea{width:100%}.product-add-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.template-link{color:#77b8ff;text-align:center}.product-master-table .stock-filter-header{justify-content:center}.product-master-table .stock-filter-menu{text-align:left}.product-master-table.editing td{height:auto;min-height:82px}@media(max-width:900px){.product-page-actions{flex-wrap:wrap;justify-content:flex-end}.product-add-grid{grid-template-columns:1fr}.product-master-card .product-master-header{align-items:flex-start}}.product-master-card{max-width:100%;min-width:0;overflow:hidden}.product-master-card>.table-wrap{display:block;width:100%;max-width:100%;overflow-x:auto;overflow-y:visible}.product-master-table{width:100%;min-width:1350px;table-layout:fixed}.product-master-table.editing{min-width:1350px}.product-master-table th,.product-master-table td{box-sizing:border-box;padding-left:8px;padding-right:8px;overflow:hidden}.product-master-table input,.product-master-table select{min-width:0;max-width:100%;box-sizing:border-box}.product-master-table .product-name-cell{min-width:0;max-width:none}.product-master-table .product-name-cell textarea{min-width:0;max-width:100%;box-sizing:border-box}.product-master-table .theme-select{min-width:0;width:100%;max-width:100%}.product-master-table:not(.editing) th:nth-child(1){width:7%}.product-master-table:not(.editing) th:nth-child(2){width:35%}.product-master-table:not(.editing) th:nth-child(3){width:16%}.product-master-table:not(.editing) th:nth-child(4){width:13%}.product-master-table:not(.editing) th:nth-child(5){width:9%}.product-master-table:not(.editing) th:nth-child(6){width:11%}.product-master-table:not(.editing) th:nth-child(7){width:9%}.product-master-table.editing th:nth-child(1){width:4%}.product-master-table.editing th:nth-child(2){width:6%}.product-master-table.editing th:nth-child(3){width:32%}.product-master-table.editing th:nth-child(4){width:15%}.product-master-table.editing th:nth-child(5){width:13%}.product-master-table.editing th:nth-child(6){width:9%}.product-master-table.editing th:nth-child(7){width:11%}.product-master-table.editing th:nth-child(8){width:10%}.product-master-table .stock-filter-header{min-width:0;gap:2px}.product-master-table.editing .marketplace-checks{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.product-master-table.editing .marketplace-checks label{margin:0}.theme-select-backdrop{position:fixed;z-index:998;inset:0;width:100vw;height:100vh;min-width:0;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;cursor:default}.theme-select-backdrop:hover{background:transparent;box-shadow:none}.theme-select-menu.theme-select-menu-fixed{position:fixed;z-index:999;margin:0;box-sizing:border-box}.stock-filter-backdrop{position:fixed;z-index:1600;inset:0;width:100vw;height:100vh;min-width:0;min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;cursor:default}.stock-filter-backdrop:hover{background:transparent;box-shadow:none}.stock-filter-menu.stock-filter-menu-fixed{position:fixed;z-index:1601;right:auto;margin:0;box-sizing:border-box}.inventory-current-card{overflow:hidden}.inventory-current-card .product-master-header{display:flex;justify-content:space-between;align-items:center;gap:24px;min-height:82px;margin:0;padding:22px 28px;border-bottom:1px solid var(--border)}.inventory-current-card .product-master-header h2{margin:0}.inventory-current-card .product-master-header button{flex:0 0 auto}.inventory-current-table{width:100%;table-layout:fixed}.inventory-current-table th,.inventory-current-table td{text-align:center;vertical-align:middle}.inventory-current-table th:nth-child(1){width:8%}.inventory-current-table th:nth-child(2){width:43%}.inventory-current-table th:nth-child(3){width:17%}.inventory-current-table th:nth-child(4){width:10%}.inventory-current-table th:nth-child(5){width:10%}.inventory-current-table th:nth-child(6){width:12%}.inventory-current-table td.inventory-product-name{text-align:left}.inventory-current-table .button-link{justify-content:center}.inventory-current-table .stock-filter-header{justify-content:center;min-width:0;gap:2px}.inventory-pagination{border-top:1px solid var(--border)}.inventory-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.inventory-history-backdrop{z-index:1250}.inventory-history-modal{width:min(1420px,calc(100vw - 48px));max-height:calc(100vh - 48px);padding:24px;display:flex;flex-direction:column;gap:18px;overflow:hidden}.inventory-history-table-wrap{overflow:auto;min-height:260px}.inventory-history-table{min-width:1120px}.inventory-history-table th,.inventory-history-table td{text-align:center;vertical-align:middle}.inventory-history-table td:nth-child(4){text-align:left}.inventory-history-detail-backdrop{z-index:1350}.inventory-history-detail-modal{width:min(1180px,calc(100vw - 64px));max-height:calc(100vh - 64px);padding:24px;display:flex;flex-direction:column;gap:18px;overflow:hidden}.inventory-history-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.inventory-history-summary span{display:grid;gap:5px;padding:12px 14px;border:1px solid var(--border);border-radius:9px}.inventory-history-summary b{color:var(--muted);font-size:.8rem;text-transform:uppercase}.inventory-history-detail-wrap{overflow:auto}.inventory-history-detail-table{min-width:900px}.inventory-history-detail-table th,.inventory-history-detail-table td{text-align:center;vertical-align:middle}.inventory-history-detail-table td.inventory-product-name{text-align:left}.inventory-adjustment-backdrop{z-index:1200}.inventory-adjustment-modal{width:min(1180px,calc(100vw - 52px));max-height:calc(100vh - 52px);padding:24px;display:flex;flex-direction:column;gap:18px;overflow:hidden}.inventory-adjustment-title{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0;padding:0;flex:0 0 auto}.inventory-adjustment-title h2{margin:0}.inventory-adjustment-controls{display:grid;grid-template-columns:minmax(200px,.7fr) minmax(340px,1.5fr);gap:14px;flex:0 0 auto}.inventory-adjustment-controls label{display:grid;gap:7px;color:var(--muted)}.inventory-adjustment-controls input,.inventory-reason-select{width:100%}.inventory-reason-backdrop{z-index:1400}.theme-select-menu.inventory-reason-menu{z-index:1401}.inventory-adjustment-list-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.inventory-adjustment-list-header h3{margin:0}.inventory-adjustment-table-wrap{min-height:260px;overflow:auto;border:1px solid var(--border);border-radius:10px}.inventory-adjustment-table{width:100%;table-layout:fixed}.inventory-adjustment-table th,.inventory-adjustment-table td{text-align:center;vertical-align:middle}.inventory-adjustment-table th:nth-child(1){width:36%}.inventory-adjustment-table th:nth-child(2){width:18%}.inventory-adjustment-table th:nth-child(3){width:11%}.inventory-adjustment-table th:nth-child(4){width:13%}.inventory-adjustment-table th:nth-child(5){width:12%}.inventory-adjustment-table th:nth-child(6){width:10%}.inventory-adjustment-table td.inventory-product-name{text-align:left}.inventory-adjustment-table input[type=number]{width:100%;min-width:78px;text-align:center}.inventory-adjustment-table .new-current-stock{color:var(--green)}.inventory-adjustment-empty{height:220px}.inventory-adjustment-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;flex:0 0 auto}.inventory-adjustment-footer small{color:var(--muted)}.inventory-product-picker-backdrop{z-index:1300}.inventory-product-picker{width:min(1050px,calc(100vw - 64px));max-height:calc(100vh - 64px);padding:24px;display:flex;flex-direction:column;gap:16px;overflow:hidden}.inventory-picker-search{width:100%}.inventory-picker-table-wrap{min-height:280px;overflow:auto;border:1px solid var(--border);border-radius:10px}.inventory-picker-table{width:100%;table-layout:fixed}.inventory-picker-table th,.inventory-picker-table td{text-align:center;vertical-align:middle}.inventory-picker-table th:nth-child(1){width:7%}.inventory-picker-table th:nth-child(2){width:51%}.inventory-picker-table th:nth-child(3){width:28%}.inventory-picker-table th:nth-child(4){width:14%}.inventory-picker-table td.inventory-product-name{text-align:left}.inventory-picker-table input[type=checkbox]{width:16px;min-width:0;height:16px;accent-color:#3b82f6}@media(max-width:800px){.inventory-adjustment-controls{grid-template-columns:1fr}.inventory-adjustment-modal,.inventory-product-picker{width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:16px}.inventory-adjustment-table{min-width:800px}.inventory-picker-table{min-width:720px}}.sales-order-filters{display:grid;grid-template-columns:minmax(320px,1fr) 220px 250px;gap:12px;margin-bottom:18px}.sales-order-filters input,.sales-order-filters select{width:100%;height:44px}.pager-page-label{background:transparent;border:0;box-shadow:none;color:inherit;font:inherit;cursor:pointer;padding:4px 6px;border-radius:6px}.pager-page-label:hover{background:#16233480}.pager-jump{display:inline-flex;align-items:center;gap:6px}.pager-jump input{width:56px;text-align:center;height:auto;padding:4px 6px}.sales-orders-card{overflow:hidden}.sales-orders-card .product-master-header{display:flex;align-items:center;justify-content:space-between;min-height:80px;padding:20px 26px;border-bottom:1px solid var(--border)}.sales-orders-card .product-master-header h2{margin:0}.sales-orders-card .product-master-header span{color:var(--muted)}.sales-orders-table-wrap{overflow:auto}.sales-orders-table{min-width:1950px}.sales-orders-table th,.sales-orders-table td{text-align:center;vertical-align:middle}.sales-orders-table th:nth-child(5){text-align:left;min-width:360px}.sales-orders-table td.sales-product-name{text-align:left;min-width:360px}.sales-orders-table th:nth-child(4),.sales-orders-table td:nth-child(4){min-width:210px}.sales-orders-table th:nth-child(6),.sales-orders-table td:nth-child(6){min-width:190px}.sales-orders-table th:nth-child(8),.sales-orders-table td:nth-child(8),.sales-orders-table th:nth-child(9),.sales-orders-table td:nth-child(9),.sales-orders-table th:nth-child(10),.sales-orders-table td:nth-child(10){min-width:180px}.sales-orders-table th:nth-child(2),.sales-orders-table td:nth-child(2){min-width:320px}.stock-filter-menu.date-filter-menu{max-height:none;overflow:visible}.date-filter-menu{display:grid;gap:8px;padding:10px}.sales-calendar{display:grid;gap:8px}.sales-calendar-modes{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:2px;background:#081321;border-radius:7px}.sales-calendar-mode{padding:6px 4px;border:0;border-radius:5px;background:transparent;color:#8494aa;font:inherit;font-size:10px;text-transform:uppercase;letter-spacing:.03em}.sales-calendar-mode:hover{color:#d8e4f3}.sales-calendar-mode.active{background:#1d4f91;color:#fff}.sales-calendar-head{display:flex;align-items:center;justify-content:space-between;padding:2px 4px;font-size:12px;font-weight:600}.sales-calendar-head button{width:24px;height:24px;padding:0;border:0;background:transparent;color:inherit;font-size:15px;line-height:1;border-radius:5px}.sales-calendar-head button:hover{background:#162d4b}.sales-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.sales-calendar-weekday{text-align:center;font-size:10px;color:#6f829b;padding:4px 0}.sales-calendar-day{width:100%;aspect-ratio:1;padding:0;border:0;border-radius:5px;background:transparent;color:#d8e4f3;font:inherit;font-size:11px}.sales-calendar-day:hover{background:#162d4b;color:#6eb0ff}.sales-calendar-day.today{box-shadow:inset 0 0 0 1px #35506f}.sales-calendar-day.selected{background:#3b82f6;color:#fff}.sales-calendar-month-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.sales-calendar-month{padding:10px 4px;border:0;border-radius:5px;background:transparent;color:#d8e4f3;font:inherit;font-size:11px}.sales-calendar-month:hover{background:#162d4b;color:#6eb0ff}.sales-calendar-month.selected{background:#3b82f6;color:#fff}.sales-calendar-footer{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid #223044;padding-top:8px}.sales-calendar-cancel,.sales-calendar-apply{padding:7px 16px;border-radius:6px;font:inherit;font-size:11px}.sales-calendar-cancel{border:1px solid #35506f;background:transparent;color:#aebed1}.sales-calendar-cancel:hover{background:#162d4b;color:#d8e4f3}.sales-calendar-apply{border:0;background:#1d4f91;color:#fff}.sales-calendar-apply:hover{background:#2a63b5}html[data-theme=light] .sales-calendar-modes{background:#eef3f9}html[data-theme=light] .sales-calendar-mode{color:#64748b}html[data-theme=light] .sales-calendar-mode:hover{color:#172033}html[data-theme=light] .sales-calendar-mode.active{background:#1d5fbf;color:#fff}html[data-theme=light] .sales-calendar-head button:hover{background:#e6f0ff}html[data-theme=light] .sales-calendar-weekday{color:#7c8ba1}html[data-theme=light] .sales-calendar-day{color:#172033}html[data-theme=light] .sales-calendar-day:hover{background:#e6f0ff;color:#1d5fbf}html[data-theme=light] .sales-calendar-day.today{box-shadow:inset 0 0 0 1px #cbd8e6}html[data-theme=light] .sales-calendar-month{color:#172033}html[data-theme=light] .sales-calendar-month:hover{background:#e6f0ff;color:#1d5fbf}html[data-theme=light] .sales-calendar-footer{border-top-color:#d7e1ec}html[data-theme=light] .sales-calendar-apply{background:#1d5fbf}html[data-theme=light] .sales-calendar-apply:hover{background:#2a70d6}html[data-theme=light] .sales-calendar-cancel{border-color:#cbd8e6;color:#475569}html[data-theme=light] .sales-calendar-cancel:hover{background:#e6f0ff;color:#172033}.sales-product-name small{display:block;color:var(--muted);margin-top:5px}.sales-order-subrow td{padding-top:8px;padding-bottom:8px}.sales-orders-table tbody tr:hover{background:transparent}.sales-orders-table tbody tr.sales-order-row-hover{background:#27436529}html[data-theme=light] .sales-orders-table tbody tr.sales-order-row-hover{background:#eef5ff}.sales-sort-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0;background:transparent;border:0;color:inherit;font:inherit}.sales-sort-button:disabled{opacity:1}.marketplace-tiktok{color:#72baff;border-color:#245078;background:#10243a}.marketplace-shopee{color:#ff9b7c;border-color:#743923;background:#321b18}.sales-orders-pagination{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 20px}.sales-orders-pagination label,.sales-orders-pagination>div{display:flex;align-items:center;gap:10px}.sales-orders-pagination select{width:auto;min-width:72px}.sales-order-backdrop{z-index:1450}.sales-order-modal{width:min(900px,calc(100vw - 48px));padding:26px}.sales-order-modal .section-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.sales-order-modal .section-title h2{margin:0 0 5px}.sales-order-modal .section-title small{color:var(--muted)}.sales-order-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0 0}.sales-order-detail-grid>div{padding:14px;border:1px solid var(--border);border-radius:9px;background:#07111e59}.sales-order-detail-grid .wide{grid-column:1/-1}.sales-order-lines-wrap{margin-top:50px}.sales-order-detail-grid dt{color:var(--muted);font-size:.78rem;text-transform:uppercase;margin-bottom:7px}.sales-order-detail-grid dd{margin:0;overflow-wrap:anywhere}.copy-id-button{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;margin-left:6px;border:0;border-radius:5px;background:transparent;color:var(--muted);box-shadow:none;vertical-align:middle}.copy-id-button:hover{background:#ffffff14;color:var(--accent)}html[data-theme=light] .copy-id-button:hover{background:#0f172a0f}@media(max-width:900px){.sales-order-filters{grid-template-columns:1fr}.sales-orders-pagination{align-items:flex-start;flex-direction:column}.sales-order-detail-grid{grid-template-columns:1fr}.sales-order-detail-grid .wide{grid-column:auto}}.settlement-report-backdrop{z-index:1500;place-items:stretch;justify-content:flex-end;padding:0}.settlement-report-panel{width:min(640px,100vw);height:100%;overflow-y:auto;padding:26px;background:linear-gradient(180deg,#151d2a,#101722);border-left:1px solid var(--border);box-shadow:-24px 0 70px #00000073}.settlement-report-panel-wide{width:min(800px,100vw)}.settlement-report-panel .section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.settlement-report-range-row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px}.settlement-report-range-label{font-weight:600;white-space:nowrap}.settlement-report-range-presets{display:flex;border:1px solid var(--border);border-radius:8px;overflow:hidden}.settlement-report-range-presets button{padding:9px 14px;border:0;border-left:1px solid var(--border);background:transparent;color:var(--muted);font:inherit;font-size:.82rem;box-shadow:none;border-radius:0}.settlement-report-range-presets button:first-child{border-left:0}.settlement-report-range-presets button:hover{background:#16233480;color:inherit}.settlement-report-range-presets button.active{color:var(--accent);background:#3b82f61f}.settlement-report-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0}.settlement-report-body h3{display:flex;align-items:baseline;gap:8px;margin:0;font-size:1rem}.settlement-report-heading-actions{display:flex;gap:8px;flex-shrink:0}.settlement-report-heading-actions button,.settlement-report-heading-actions a{padding:6px 12px;font-size:.78rem}.settlement-report-row{display:flex;justify-content:space-between;gap:12px;padding:7px 0;font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.04)}.settlement-report-row.strong{font-weight:700;font-size:.95rem;border-bottom:1px solid var(--border);margin-top:20px}.settlement-report-row.strong.settlement-report-row-highlight{border-bottom:none}.settlement-report-row-highlight{background:#3b82f624;border-radius:8px;padding:10px 12px;margin:6px -12px 4px;border-bottom:none}.settlement-report-row-label{display:flex;align-items:center;gap:8px}.settlement-report-chevron{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:0;border-radius:5px;background:transparent;color:inherit;box-shadow:none;flex-shrink:0}.settlement-report-chevron:hover{background:#ffffff14}.settlement-report-chevron-lg{width:26px;height:26px}.settlement-report-bullet{display:inline-block;margin-right:7px;color:var(--muted)}.settlement-report-row-section{background:#94a3b81a;border-radius:8px;padding:10px 12px;margin:5px -12px}.settlement-report-total{margin:0;padding:0;border:0}.settlement-report-note{margin-top:16px;padding-top:12px;border-top:1px solid var(--border);color:var(--muted);font-size:.75rem;line-height:1.5}.settlement-history-menu{padding:12px;display:grid;gap:10px;max-height:360px;overflow-y:auto}.settlement-history-title{font-weight:600;font-size:.85rem}.settlement-history-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.settlement-history-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06)}.settlement-history-list li:last-child{border-bottom:0}.settlement-history-list li div{display:flex;flex-direction:column;gap:3px}.settlement-history-list li small{color:var(--muted);font-size:.72rem}.settlement-history-list li a{padding:5px 10px;font-size:.72rem}.settlement-history-empty{margin:0;color:var(--muted);font-size:.82rem}.settlement-trends-heading{margin:22px 0 10px!important}.settlement-trends{display:grid;gap:8px}.settlement-trends-legend{display:flex;flex-wrap:wrap;gap:14px;font-size:.74rem;color:var(--muted)}.settlement-trends-legend span{display:inline-flex;align-items:center;gap:6px}.settlement-trends-legend i{display:inline-block;width:9px;height:9px;border-radius:50%}.settlement-trends-chart-wrap{position:relative}.settlement-trends-svg{width:100%;height:auto;overflow:visible;display:block;cursor:crosshair}.settlement-trends-zero{stroke:#ffffff24;stroke-width:1}.settlement-trends-hover-line{stroke:#ffffff4d;stroke-width:1;stroke-dasharray:3 3}.settlement-trends-tooltip{position:absolute;pointer-events:none;transform:translate(14px,-50%);background:#1a2230;border:1px solid var(--border);border-radius:9px;padding:10px 12px;box-shadow:0 12px 30px #0006;white-space:nowrap;z-index:5}.settlement-trends-tooltip.flip-left{transform:translate(calc(-100% - 14px),-50%)}.settlement-trends-tooltip strong{display:block;font-size:.78rem;margin-bottom:6px}.settlement-trends-tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:.76rem;padding:2px 0}.settlement-trends-tooltip-row span:first-child{display:inline-flex;align-items:center;gap:6px;color:var(--muted)}.settlement-trends-tooltip-row i{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.settlement-trends-xaxis{display:flex;justify-content:space-between;font-size:.72rem;color:var(--muted)}html[data-theme=light] .settlement-report-panel{background:#fff;border-left-color:#d7e1ec}html[data-theme=light] .settlement-report-range-presets{border-color:#d7e1ec}html[data-theme=light] .settlement-report-range-presets button{border-left-color:#d7e1ec}html[data-theme=light] .settlement-report-range-presets button:hover{background:#e6f0ff}html[data-theme=light] .settlement-report-row{border-bottom-color:#0f172a0f}html[data-theme=light] .settlement-report-panel .strong{color:inherit}html[data-theme=light] .settlement-report-row-highlight{background:#1d5fbf1a}html[data-theme=light] .settlement-report-chevron:hover{background:#0f172a0f}html[data-theme=light] .settlement-report-row-section{background:#0f172a0a}html[data-theme=light] .settlement-history-list li{border-bottom-color:#0f172a0f}html[data-theme=light] .settlement-trends-zero{stroke:#0f172a24}html[data-theme=light] .settlement-trends-hover-line{stroke:#0f172a4d}html[data-theme=light] .settlement-trends-tooltip{background:#fff;border-color:#d7e1ec}.inventory-movement-content{display:grid;width:100%;gap:22px}.inventory-movement-kpis{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0}.inventory-movement-kpis .kpi{width:100%;box-sizing:border-box}.inventory-movement-card{width:100%;margin:0;box-sizing:border-box}.inventory-movement-table{width:100%;table-layout:fixed}.inventory-movement-table th,.inventory-movement-table td{text-align:center;vertical-align:middle}.inventory-movement-table th:nth-child(1){width:13%}.inventory-movement-table th:nth-child(2){width:43%}.inventory-movement-table th:nth-child(3),.inventory-movement-table th:nth-child(4){width:6%}.inventory-movement-table th:nth-child(5),.inventory-movement-table th:nth-child(6){width:13%}.inventory-movement-table th:nth-child(7){width:6%}.inventory-movement-table td:nth-child(2){text-align:left}.inventory-movement-table td{overflow-wrap:anywhere}@media(max-width:800px){.inventory-movement-kpis{grid-template-columns:1fr}.inventory-movement-table{min-width:1000px}}.purchase-receive-dialog{width:min(1260px,calc(100vw - 48px));max-height:calc(100vh - 48px);padding:24px;display:flex;flex-direction:column;gap:18px;overflow:hidden}.purchase-receive-header,.purchase-receive-toolbar,.purchase-receive-footer{display:flex;align-items:center;justify-content:space-between;gap:20px}.purchase-receive-header h2,.purchase-receive-header p,.purchase-receive-footer p{margin:0}.purchase-receive-header p,.purchase-receive-footer p,.purchase-receive-toolbar span{color:var(--muted)}.purchase-receive-table-wrap{overflow:auto;border:1px solid var(--border);border-radius:10px}.purchase-receive-table{width:100%;min-width:980px;table-layout:fixed}.purchase-receive-table th,.purchase-receive-table td{text-align:center;vertical-align:middle}.purchase-receive-table th:nth-child(1){width:34%}.purchase-receive-table th:nth-child(2){width:20%}.purchase-receive-table th:nth-child(3),.purchase-receive-table th:nth-child(4),.purchase-receive-table th:nth-child(5){width:10%}.purchase-receive-table th:nth-child(6){width:16%}.purchase-receive-table td:first-child{text-align:left}.purchase-receive-table td small{display:block;margin-top:4px;color:var(--muted)}.purchase-receive-table td .purchase-unmapped{color:var(--red)}.purchase-receive-table input{width:100%;min-width:90px;text-align:center}.purchase-receive-footer{padding-top:2px}@media(max-width:800px){.purchase-receive-dialog{width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:16px}.purchase-receive-footer{align-items:flex-start;flex-direction:column}}.purchase-receive-products{min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-right:2px}.purchase-receive-product{flex:0 0 auto;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface,var(--panel))}.purchase-receive-product-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border-bottom:1px solid var(--border)}.purchase-receive-product-header h3{margin:0;font-size:15px}.purchase-receive-product-header span{color:var(--muted);font-size:12px;white-space:nowrap}.purchase-receive-matrix-wrap{overflow:auto}.purchase-receive-matrix{width:100%;min-width:max-content;border-collapse:collapse}.purchase-receive-matrix th,.purchase-receive-matrix td{min-width:164px;padding:10px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;vertical-align:middle}.purchase-receive-matrix th:first-child,.purchase-receive-matrix td:first-child{min-width:118px}.purchase-receive-matrix th:last-child,.purchase-receive-matrix td:last-child{min-width:116px;border-right:0}.purchase-receive-matrix tbody tr:last-child th,.purchase-receive-matrix tbody tr:last-child td{border-bottom:0}.purchase-receive-cell{display:flex;flex-direction:column;align-items:center;gap:5px}.purchase-receive-cell>strong{font-size:12px}.purchase-receive-cell>span,.purchase-receive-cell label small{color:var(--muted);font-size:11px}.purchase-receive-cell label{width:100%;display:flex;flex-direction:column;gap:5px}.purchase-receive-cell input{width:100%;min-width:88px;text-align:center}.purchase-receive-empty{color:var(--muted);background:var(--surface-2,var(--panel-soft))}.purchase-receive-complete{background:color-mix(in srgb,#25a86b 8%,var(--surface,var(--panel)))}.purchase-receive-done{color:#25a86b!important;font-weight:700}.purchase-receive-cell .purchase-unmapped{color:var(--red)}.purchase-receive-total-row th,.purchase-receive-total-row td{background:var(--surface-2,var(--panel-soft));font-weight:700}.purchase-receive-footer,.purchase-receive-toolbar{flex:0 0 auto}@media(max-width:800px){.purchase-receive-product-header{align-items:flex-start;flex-direction:column;gap:5px}.purchase-receive-product-header span{white-space:normal}.purchase-receive-matrix th,.purchase-receive-matrix td{min-width:150px;padding:8px}.purchase-receive-matrix th:first-child,.purchase-receive-matrix td:first-child{position:sticky;left:0;z-index:1;background:var(--surface,var(--panel));min-width:96px}}.purchase-receive-order-matrix{min-width:max-content;table-layout:auto}.purchase-receive-order-matrix th,.purchase-receive-order-matrix td{min-width:86px;height:46px;padding:7px 9px}.purchase-receive-order-matrix th:first-child,.purchase-receive-order-matrix td:first-child{min-width:128px}.purchase-receive-order-matrix th:nth-last-child(-n+5),.purchase-receive-order-matrix td:nth-last-child(-n+5){min-width:105px}.purchase-receive-order-matrix tbody th[scope=row]{background:var(--surface-2,var(--panel-soft));font-weight:800}.purchase-receive-order-matrix .purchase-receive-entry{background:var(--surface,var(--panel))}.purchase-receive-order-matrix .restock-matrix-empty{color:var(--muted);background:var(--surface,var(--panel))}.purchase-receive-order-matrix input{display:block;width:68px;min-width:68px;height:32px;margin:auto;padding:5px 7px;text-align:center}.purchase-receive-order-matrix .purchase-unmapped{display:inline-block;max-width:82px;color:var(--red);font-size:10px;line-height:1.2}.purchase-receive-order-matrix .purchase-receive-done{font-size:11px}.purchase-receive-order-matrix .purchase-receive-total-row th,.purchase-receive-order-matrix .purchase-receive-total-row td{background:var(--surface-2,var(--panel-soft));font-weight:800;text-align:center}@media(max-width:800px){.purchase-receive-order-matrix th,.purchase-receive-order-matrix td{min-width:76px;padding:6px}.purchase-receive-order-matrix th:first-child,.purchase-receive-order-matrix td:first-child{min-width:96px}.purchase-receive-order-matrix th:nth-last-child(-n+5),.purchase-receive-order-matrix td:nth-last-child(-n+5){min-width:88px}.purchase-receive-order-matrix input{width:60px;min-width:60px}}.purchase-receive-success{padding:10px 14px;border-radius:10px;background:color-mix(in srgb,#25a86b 12%,var(--surface,var(--panel)));color:#15804f;font-size:13px;font-weight:700}.purchase-receive-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.purchase-receive-summary>span{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 13px;border:1px solid var(--border);border-radius:10px;background:var(--surface-2,var(--panel-soft))}.purchase-receive-summary small{color:var(--muted);font-weight:700}.purchase-receive-summary strong{font-size:16px}.purchase-receive-toolbar{align-items:flex-end}.purchase-receive-date{display:flex;min-width:240px;flex-direction:column;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.purchase-receive-date .forecast-picker-trigger{min-height:38px}.purchase-receive-date .forecast-calendar-popover{right:auto;left:0}.purchase-receive-history{flex:0 0 auto;border:1px solid var(--border);border-radius:12px;background:var(--surface,var(--panel))}.purchase-receive-history>summary{padding:11px 14px;cursor:pointer;color:var(--text);font-size:13px;font-weight:800}.purchase-receive-history>p{margin:0;padding:0 14px 12px;color:var(--muted);font-size:12px}.purchase-receive-history-table{max-height:150px;overflow:auto;border-top:1px solid var(--border)}.purchase-receive-history table{width:100%;border-collapse:collapse}.purchase-receive-history th,.purchase-receive-history td{padding:8px 12px;border-bottom:1px solid var(--border);text-align:center;font-size:12px}.purchase-receive-history thead th{background:var(--surface-2,var(--panel-soft));color:var(--muted)}@media(max-width:800px){.purchase-receive-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-receive-toolbar{align-items:stretch;flex-direction:column}.purchase-receive-date{width:100%;min-width:0}}.purchase-receipt-detail-backdrop{position:fixed;z-index:1900;inset:0;display:grid;place-items:center;padding:24px;background:#1a19177a}.purchase-receipt-detail{display:flex;width:min(900px,calc(100vw - 48px));height:min(880px,calc(100vh - 48px));min-height:0;flex-direction:column;padding:22px;overflow:hidden}.purchase-receipt-detail-header{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.purchase-receipt-detail-header small{color:var(--brand-ink);font-size:11px;font-weight:850;letter-spacing:.08em}.purchase-receipt-detail-header h2{margin:4px 0}.purchase-receipt-detail-header p{margin:0;color:var(--muted)}.purchase-receipt-detail-table{min-height:0;flex:1 1 auto;overflow:auto;border:1px solid var(--border);border-radius:12px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.purchase-receipt-detail-table table{width:100%;border-collapse:collapse}.purchase-receipt-detail-table th,.purchase-receipt-detail-table td{padding:11px 12px;border-bottom:1px solid var(--border);text-align:center;vertical-align:middle}.purchase-receipt-detail-table th:nth-child(2),.purchase-receipt-detail-table td:nth-child(2){text-align:left}.purchase-receipt-detail-table thead th{position:sticky;top:0;background:var(--surface-2,var(--panel-soft));color:var(--muted)}.purchase-receipt-detail-toggle{display:inline-flex;width:max-content;flex:0 0 auto;gap:2px;margin:0 0 14px;padding:3px;border:0;border-radius:999px;background:var(--surface-2,var(--panel-soft))}.purchase-receipt-detail-toggle button{padding:7px 14px;border:0;border-radius:999px;background:transparent;background-image:none;color:var(--muted);font-size:12px;font-weight:700;box-shadow:none}.purchase-receipt-detail-toggle button:hover:not(.active){background:color-mix(in srgb,var(--brand) 10%,transparent);color:var(--brand-ink)}.purchase-receipt-detail-toggle button.active{background:var(--brand);color:#fff}.purchase-receipt-batch-matrices{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:14px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.purchase-receipt-batch-product{flex:0 0 auto;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:var(--surface,var(--panel))}.purchase-receipt-batch-product-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 14px;border-bottom:1px solid var(--border);color:var(--text)}.purchase-receipt-batch-product-head span{color:var(--muted);font-size:12px}.purchase-receipt-batch-matrix-wrap{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.purchase-receipt-batch-matrix{width:100%;min-width:max-content;border-collapse:collapse;color:var(--text)}.purchase-receipt-batch-matrix th,.purchase-receipt-batch-matrix td{min-width:78px;height:42px;padding:7px 9px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;vertical-align:middle}.purchase-receipt-batch-matrix th>*,.purchase-receipt-batch-matrix td>*{margin-inline:auto}.purchase-receipt-batch-matrix th:first-child{min-width:120px}.purchase-receipt-batch-matrix th:nth-last-child(-n+2),.purchase-receipt-batch-matrix td:nth-last-child(-n+2){min-width:105px}.purchase-receipt-batch-matrix thead th,.purchase-receipt-batch-matrix tbody th[scope=row]{background:var(--surface-2,var(--panel-soft));color:var(--muted)}.purchase-receipt-batch-value{font-weight:800}.purchase-receipt-batch-empty{color:var(--muted)}.purchase-receipt-actions{display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.purchase-receipt-actions .danger{border-color:color-mix(in srgb,var(--neg,#b3261e) 35%,var(--border));color:var(--neg,#b3261e)}.purchase-receipt-actions .danger:hover{border-color:transparent;background:var(--neg,#b3261e);color:#fff}.purchase-receipt-edit>.purchase-receive-date{width:240px;flex:0 0 auto;margin-bottom:14px}.purchase-receipt-edit-table input{width:92px;min-height:36px;padding:7px 9px;text-align:center}.purchase-receipt-edit-footer{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:18px;padding-top:14px}.purchase-receipt-edit-footer span{color:var(--muted);font-size:12px;font-weight:800}.purchase-receipt-edit-footer button{min-width:150px}.mobile-system__table-actions .is-danger{color:var(--neg,#b3261e)}.purchase-receive-viewbar,.mobile-system__receive-viewbar{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:14px}.purchase-receive-viewbar .purchase-receipt-detail-toggle,.mobile-system__receive-viewbar .purchase-receipt-detail-toggle{margin:0}.purchase-receive-download{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.receive-status-download-dialog>p{margin:8px 0 0;color:var(--muted);font-size:13px}.receive-status-download-dialog .download-format-choices button{min-width:120px}.purchase-receive-status-list{min-height:0;flex:1 1 auto;overflow:auto;border:1px solid var(--border);border-radius:12px}.purchase-receive-status-list table{width:100%;min-width:1100px;border-collapse:collapse}.purchase-receive-status-list th,.purchase-receive-status-list td{padding:9px 11px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:center;vertical-align:middle}.purchase-receive-status-list thead th{position:sticky;z-index:2;top:0;background:var(--surface-2,var(--panel-soft));color:var(--muted)}.purchase-receive-status-list td:nth-child(2){min-width:320px;text-align:left}.purchase-receive-status-list td small{display:block;margin-top:4px;color:var(--muted)}.purchase-receive-status-list input,.mobile-system__receive-status-list input{width:76px;min-height:34px;padding:6px;text-align:center}.purchase-receive-short>th,.purchase-receive-short>td,.mobile-system__orders-table .purchase-receive-short>th,.mobile-system__orders-table .purchase-receive-short>td{background:color-mix(in srgb,var(--neg,#b3261e) 10%,var(--surface,#fff))!important;color:var(--neg,#b3261e)}.purchase-receive-short input{border-color:color-mix(in srgb,var(--neg,#b3261e) 36%,var(--border))}.purchase-receive-short .restock-matrix-empty{color:color-mix(in srgb,var(--neg,#b3261e) 55%,var(--muted))}.mobile-system__receive-viewbar{margin-top:4px}.mobile-system__receive-viewbar>a,.mobile-system__receive-viewbar>button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.mobile-system__receive-status-list{max-height:58vh}.mobile-system__receive-status-list table{min-width:940px}@media(max-width:800px){.purchase-receipt-detail-backdrop{padding:12px}.purchase-receipt-detail{width:calc(100vw - 24px);height:calc(100dvh - 24px);padding:16px}.purchase-receipt-detail-header{align-items:flex-start}}.sales-workspace-card{min-height:220px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;padding:32px}.sales-workspace-card h2,.sales-workspace-card p{margin:0}.sales-workspace-card p{color:var(--muted)}.sales-sync-empty{display:grid;place-items:center;gap:8px;padding:30px;border-bottom:1px solid var(--border);text-align:center;background:#3b82f60b}.sales-sync-empty strong{color:#75b7ff;font-size:1.05rem}.sales-sync-empty span,.sales-sync-empty small{color:var(--muted)}.universe-page{--universe-bg:#060911;min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at 52% 45%,#11152a 0,#090c17 35%,var(--universe-bg) 72%);color:#e8edf8;font-family:Plus Jakarta Sans,system-ui,sans-serif;isolation:isolate}.universe-page:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.24;background-image:linear-gradient(rgba(91,109,152,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(91,109,152,.08) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 75%);mask-image:radial-gradient(circle at center,#000,transparent 75%)}.universe-aurora{position:absolute;border-radius:50%;filter:blur(100px);opacity:.14;z-index:-1}.universe-aurora-one{width:540px;height:540px;background:#4f46e5;left:28%;top:16%}.universe-aurora-two{width:430px;height:430px;background:#0891b2;right:-8%;bottom:-15%}.universe-stars{position:absolute;inset:0;z-index:-1}.universe-stars i{position:absolute;border-radius:50%;background:#8394ba;box-shadow:0 0 9px #738dff;animation:universe-twinkle 4.5s ease-in-out infinite}@keyframes universe-twinkle{0%,to{opacity:.16;transform:scale(.7)}50%{opacity:.8;transform:scale(1.2)}}.universe-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,5vw,82px);border-bottom:1px solid rgba(142,158,196,.14);position:relative;z-index:5}.universe-brand{display:flex;align-items:center;gap:14px;color:inherit;text-decoration:none}.universe-brand>span{display:grid;place-items:center;width:42px;height:42px;border:1px solid #3b82f6;border-radius:13px;background:linear-gradient(145deg,#2563eb,#22d3ee);font-size:22px;font-weight:800;box-shadow:0 0 30px #2563eb47}.universe-brand div{font-size:17px;font-weight:700;letter-spacing:.18em}.universe-brand small{display:block;font-size:8px;letter-spacing:.25em;color:#7785a7;margin-top:4px}.universe-meta{display:flex;align-items:center;gap:20px;color:#8491ae;font-size:11px}.universe-meta>span{padding:6px 9px;border:1px solid #1c6e56;border-radius:20px;color:#42e7ad}.universe-meta button{color:#aab5cc;border:1px solid #29344d;background:#101522;border-radius:9px;padding:9px 12px;cursor:pointer;font:inherit}.universe-main{width:min(1440px,calc(100% - 48px));margin:0 auto;padding:clamp(42px,6vh,76px) 0 38px;display:grid;grid-template-columns:minmax(270px,.72fr) minmax(600px,1.5fr);gap:40px;align-items:center}.universe-copy{align-self:start;padding-top:7vh}.universe-eyebrow{font-size:10px;color:#4ce2bd;letter-spacing:.22em;margin:0 0 24px}.universe-copy h1{font-size:clamp(42px,5vw,78px);line-height:1.04;letter-spacing:-.065em;margin:0;color:#f5f7fc}.universe-copy h1 em{font-style:normal;color:transparent;background:linear-gradient(90deg,#55d8ff,#8b72ff);-webkit-background-clip:text;background-clip:text}.universe-copy>p:last-child{max-width:480px;color:#8390ab;font:400 13px/1.8 Plus Jakarta Sans,system-ui,sans-serif;margin:25px 0}.universe-map{height:min(68vh,690px);min-height:560px;position:relative}.universe-lines{position:absolute;inset:5%;width:90%;height:90%;overflow:visible}.universe-lines line{stroke:#59678b;stroke-width:.18;stroke-dasharray:1.1 1.8;opacity:.52;animation:universe-dash 16s linear infinite}.universe-lines circle{fill:none;stroke:#505d80;stroke-width:.13;stroke-dasharray:.8 2.1;opacity:.42;transform-origin:50% 50%;animation:universe-spin 45s linear infinite}@keyframes universe-dash{to{stroke-dashoffset:-30}}@keyframes universe-spin{to{transform:rotate(360deg)}}.universe-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;width:142px;height:142px;border-radius:50%;border:1px solid rgba(118,139,255,.45);background:radial-gradient(circle,#202748,#101527 65%);box-shadow:0 0 0 16px #4354940f,0 0 70px #5667ec40}.universe-core:after,.universe-core:before{content:"";position:absolute;border-radius:50%;border:1px solid rgba(102,126,196,.14)}.universe-core:before{inset:-34px}.universe-core:after{inset:-72px}.universe-core i{width:10px;height:10px;border-radius:50%;background:#6ee7ff;box-shadow:0 0 20px #60a5fa;margin-bottom:10px}.universe-core span{font-size:17px;font-weight:800;letter-spacing:.18em}.universe-core small{font-size:7px;color:#7d89a5;letter-spacing:.2em;margin-top:5px}.universe-node{--node-color:#38bdf8;position:absolute;transform:translate(-50%,-50%);width:92px;height:92px;border-radius:50%;border:1px solid color-mix(in srgb,var(--node-color) 55%,transparent);background:color-mix(in srgb,#111827 90%,var(--node-color));color:#fff;cursor:pointer;box-shadow:0 0 35px color-mix(in srgb,var(--node-color) 15%,transparent);transition:.25s ease;font:inherit;animation:universe-float 5s ease-in-out infinite}.universe-node-liverve{animation-delay:-1.7s}.universe-node-hr{animation-delay:-3.1s}@keyframes universe-float{0%,to{margin-top:-4px}50%{margin-top:7px}}.universe-node:hover,.universe-node:focus-visible,.universe-node.active{transform:translate(-50%,-50%) scale(1.09);box-shadow:0 0 0 8px color-mix(in srgb,var(--node-color) 8%,transparent),0 0 45px color-mix(in srgb,var(--node-color) 35%,transparent);outline:none}.universe-node>span{font-size:20px;font-weight:800;color:var(--node-color)}.universe-node strong,.universe-node small{position:absolute;white-space:nowrap;left:50%;transform:translate(-50%)}.universe-node strong{top:101px;font-size:10px}.universe-node small{top:120px;color:#7785a4;font-size:8px}.universe-detail{--node-color:#38bdf8;position:absolute;left:4%;bottom:1%;width:min(460px,56%);display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:14px 16px;border:1px solid #242e47;border-left:2px solid var(--node-color);border-radius:12px;background:#0c111edb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.universe-detail>span{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:color-mix(in srgb,var(--node-color) 14%,#101522);color:var(--node-color);font-weight:800}.universe-detail div small{display:block;color:#687591;font-size:7px;letter-spacing:.16em}.universe-detail div strong{display:block;font-size:11px;margin-top:3px}.universe-detail div p{font-size:8px;color:#7d89a2;margin:4px 0 0}.universe-detail button{font:600 9px Plus Jakarta Sans,system-ui,sans-serif;color:#dce8ff;background:#1f5fd2;border:0;border-radius:8px;padding:9px 10px;cursor:pointer}.universe-detail button:disabled{background:#171d2b;color:#58627a;cursor:not-allowed}.universe-directory{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:1px solid rgba(137,153,190,.13);padding-top:22px}.universe-directory>button{display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;text-align:left;padding:13px;border:1px solid #1f2940;border-radius:12px;background:#0d121fbf;color:#ced7e8;cursor:pointer;font:inherit;transition:.2s}.universe-directory>button:hover,.universe-directory>button.active{border-color:#3f527c;background:#11192b;transform:translateY(-2px)}.universe-directory>button>span{--node-color:#38bdf8;display:grid;place-items:center;width:36px;height:36px;border-radius:9px;color:var(--node-color);background:color-mix(in srgb,var(--node-color) 12%,#101522);font-weight:800}.universe-directory strong{display:block;font-size:10px}.universe-directory small{display:block;color:#73809a;font-size:8px;margin-top:4px}.universe-directory b{font-size:8px;color:#4ce2bd;letter-spacing:.12em}.universe-page .universe-main{width:100%;height:100vh;margin:0;padding:0;display:grid;grid-template-columns:1fr;place-items:center}.universe-page .universe-map{width:min(920px,92vw);height:min(820px,92vh);min-height:560px;margin:0}@media(max-width:900px){.universe-header{padding:0 22px}.universe-meta time,.universe-meta>span{display:none}.universe-main{display:block;width:min(100% - 30px,680px);padding-top:34px}.universe-copy{padding:0;text-align:center}.universe-copy>p:last-child{margin-left:auto;margin-right:auto}.universe-map{height:570px;min-height:0;margin-top:10px}.universe-detail{left:2%;width:calc(96% - 32px);grid-template-columns:38px 1fr auto}.universe-directory{grid-template-columns:1fr}.universe-node{width:78px;height:78px}.universe-node strong{top:86px}.universe-node small{top:104px}.universe-copy h1{font-size:43px}}@media(max-width:540px){.universe-brand div{font-size:13px}.universe-main{width:calc(100% - 20px)}.universe-map{height:520px}.universe-detail{grid-template-columns:34px 1fr}.universe-detail>button{grid-column:1/-1}.universe-node{width:66px;height:66px}.universe-node>span{font-size:15px}.universe-node strong{top:73px;font-size:8px}.universe-node small{display:none}.universe-core{width:105px;height:105px}.universe-core:after{inset:-48px}.universe-core:before{inset:-23px}}@media(max-width:900px){.universe-page .universe-main{display:grid;width:100%;height:100vh;padding:0}.universe-page .universe-map{width:96vw;height:min(650px,88vh);margin:0}}.sync-checklist{margin:0;padding-left:24px;color:var(--muted);display:grid;gap:12px}.sync-checklist li.complete{color:var(--positive)}.shopee-sync-content{display:grid;gap:16px}.shopee-sync-content .section-card{padding:20px}.shopee-sync-content .section-title{margin-bottom:18px}.shopee-sync-content .section-title h2{margin:0}.shopee-sync-content .sync-status-message{margin:16px 0 0;color:var(--muted);line-height:1.55}.sales-sync-actions{display:flex;align-items:flex-end;gap:12px}.sales-sync-actions label{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:12px}.sales-sync-actions input{width:92px;padding:8px 10px}.sales-sync-actions input[type=date]{width:160px}@media(max-width:680px){.shopee-sync-content .sales-sync-actions{align-items:stretch;flex-direction:column}.shopee-sync-content .sales-sync-actions input[type=date],.shopee-sync-content .sales-sync-actions button{width:100%}}.access-denied{display:grid;min-height:100vh;place-items:center;padding:24px;background:#f7f7f5;font-family:Plus Jakarta Sans,system-ui,-apple-system,Segoe UI,sans-serif}.access-denied>div{width:min(520px,100%);padding:32px;border:1px solid #e7e4de;border-radius:24px;background:#fff;text-align:center;box-shadow:0 20px 70px #191a1e14}.access-denied span{color:#d94a18;font-size:11px;font-weight:800;letter-spacing:.12em}.access-denied h1{margin:12px 0 8px;color:#1d2432;font-size:27px;letter-spacing:-.04em}.access-denied p{margin:0;color:#858178;font-size:12px}.access-denied a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;margin-top:20px;padding:0 20px;border-radius:13px;background:#f4571e;color:#fff;font-size:11px;font-weight:800;text-decoration:none}html .orders{font-family:var(--font-ui);color:var(--text-2)}html .orders-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}html .orders-head .orders-head-titles{min-width:0}html .orders-head h1{margin:0;font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--text)}html .orders-head p{margin:6px 0 0;font-size:13px;color:var(--muted)}html .orders .orders-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:20px}@media(max-width:1280px){html .orders .orders-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){html .orders .orders-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){html .orders .orders-kpis{grid-template-columns:1fr}}html .orders .orders-kpi{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:14px;padding:16px;border:1.5px solid var(--line);border-radius:var(--r-card);background:var(--surface)}html .orders .orders-kpi-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:var(--r-bubble);background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand)}html .orders .orders-kpi-icon svg{width:28px;height:28px}html .orders .orders-kpi-body{display:flex;flex-direction:column;gap:4px;min-width:0}html .orders .orders-kpi-label{font-size:12px;font-weight:600;color:var(--muted)}html .orders .orders-kpi-value{font-family:var(--font-ui);font-variant-numeric:tabular-nums;font-size:19px;font-weight:700;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html .orders .orders-charts{display:grid;grid-template-columns:70fr 30fr;gap:12px;margin-bottom:20px}@media(max-width:900px){html .orders .orders-charts{grid-template-columns:1fr}}html .orders .orders-chart-card{padding:18px 20px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-card)}html .orders .orders-chart-title{margin:0;font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--text)}html .orders .orders-chart-sub{margin:3px 0 0;font-size:12px;color:var(--muted)}html .orders-period{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-top:4px}html .orders-period-pick{position:relative;display:flex;align-items:center;gap:4px}html .orders-period-trigger{display:flex;align-items:center;justify-content:center;gap:7px;width:max-content;padding:8px 16px;background:var(--surface);background-image:none;border:1px solid var(--line);border-radius:var(--r-pill);box-shadow:none;font-family:var(--font-ui);font-size:12px;font-weight:600;color:var(--text-2);white-space:nowrap;cursor:pointer}html .orders-period-trigger:hover,html .orders-period-trigger.open{background:var(--surface);background-image:none;border-color:var(--brand)}html .orders-period-trigger .dropdown-chevron{flex:0 0 auto;width:7px;height:7px;margin:-3px 0 0;border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);transform:rotate(45deg)}html .orders-period-clear{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;background-image:none;border:0;border-radius:var(--r-pill);box-shadow:none;font-size:16px;line-height:1;color:var(--muted);cursor:pointer}html .orders-period-clear:hover{background:var(--brand-tint);color:var(--brand)}html .orders-period-pop{position:absolute;top:calc(100% + 8px);right:0;z-index:40;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop)}html .orders-period-pop .sales-calendar,html .sw-filterpop .sales-calendar{gap:10px}html .orders-period-pop .sales-calendar-modes,html .sw-filterpop .sales-calendar-modes{padding:3px;background:var(--surface-2);border-radius:var(--r-pill);gap:2px}html .orders-period-pop .sales-calendar-mode,html .sw-filterpop .sales-calendar-mode{border-radius:var(--r-pill);background:transparent;background-image:none;color:var(--muted);box-shadow:none;font-weight:600}html .orders-period-pop .sales-calendar-mode:hover,html .sw-filterpop .sales-calendar-mode:hover{background:color-mix(in srgb,var(--brand) 10%,transparent);color:var(--brand-ink)}html .orders-period-pop .sales-calendar-mode.active,html .sw-filterpop .sales-calendar-mode.active{background:var(--brand);color:#fff}html .orders-period-pop .sales-calendar-head,html .sw-filterpop .sales-calendar-head{color:var(--text);font-family:var(--font-display)}html .orders-period-pop .sales-calendar-head button,html .sw-filterpop .sales-calendar-head button{background:var(--surface);background-image:none;border:1px solid var(--line);border-radius:var(--r-control);color:var(--text-2);box-shadow:none}html .orders-period-pop .sales-calendar-head button:hover,html .sw-filterpop .sales-calendar-head button:hover{background:var(--brand-tint);border-color:var(--brand);color:var(--brand-ink)}html .orders-period-pop .sales-calendar-weekday,html .sw-filterpop .sales-calendar-weekday{color:var(--muted-2)}html .orders-period-pop .sales-calendar-day,html .orders-period-pop .sales-calendar-month,html .sw-filterpop .sales-calendar-day,html .sw-filterpop .sales-calendar-month{background:transparent;background-image:none;border:1px solid transparent;border-radius:8px;color:var(--text-2);box-shadow:none}html .orders-period-pop .sales-calendar-day:hover,html .orders-period-pop .sales-calendar-month:hover,html .sw-filterpop .sales-calendar-day:hover,html .sw-filterpop .sales-calendar-month:hover{background:var(--brand-tint);color:var(--brand-ink)}html .orders-period-pop .sales-calendar-day.today,html .sw-filterpop .sales-calendar-day.today{box-shadow:inset 0 0 0 1px var(--line-2)}html .orders-period-pop .sales-calendar-day.selected,html .orders-period-pop .sales-calendar-month.selected,html .sw-filterpop .sales-calendar-day.selected,html .sw-filterpop .sales-calendar-month.selected{background:var(--brand);color:#fff}html .orders-period-pop .sales-calendar-footer,html .sw-filterpop .sales-calendar-footer{border-top:1px solid var(--line);padding-top:10px}html .orders-period-pop .sales-calendar-cancel,html .sw-filterpop .sales-calendar-cancel{background:var(--surface);background-image:none;border:1px solid var(--line);border-radius:var(--r-pill);color:var(--text-2);box-shadow:none}html .orders-period-pop .sales-calendar-cancel:hover,html .sw-filterpop .sales-calendar-cancel:hover{background:var(--brand-tint);color:var(--brand-ink)}html .orders-period-pop .sales-calendar-apply,html .sw-filterpop .sales-calendar-apply{background:var(--brand);background-image:none;border:0;border-radius:var(--r-pill);color:#fff;box-shadow:none}html .orders-period-pop .sales-calendar-apply:hover,html .sw-filterpop .sales-calendar-apply:hover{background:var(--brand-hover)}html .sw-filterpop.stock-filter-menu{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-pop);padding:8px}html .sw-filterpop .stock-filter-search{border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text);font-family:var(--font-ui)}html .sw-filterpop .stock-filter-search::placeholder{color:var(--muted-2)}html .sw-filterpop .stock-filter-search:focus{border-color:var(--brand-ink);box-shadow:0 0 0 3px var(--brand-tint-2)}html .sw-filterpop .stock-filter-option{border-radius:var(--r-control);background:transparent;color:var(--text-2);font-family:var(--font-ui);box-shadow:none}html .sw-filterpop .stock-filter-option:hover,html .sw-filterpop .stock-filter-option.active{background:var(--brand-tint);color:var(--brand-ink);box-shadow:none}html .orders .series-tt{--c: var(--brand)}html .orders .series-sp{--c: #f4a15c}html .orders .orders-chart-bar{display:flex;flex-direction:column}html .orders .omkt-bars{display:flex;flex:1;flex-direction:column;justify-content:center;gap:14px;margin-top:16px}html .orders .omkt-barrow{display:grid;grid-template-columns:92px 1fr 108px;align-items:center;gap:12px;cursor:default}html .orders .omkt-barrow-label{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2)}html .orders .omkt-barrow-track{height:14px;border-radius:var(--r-pill);background:var(--surface-2);overflow:hidden}html .orders .omkt-barrow-fill{display:block;height:100%;min-width:3px;border-radius:var(--r-pill);background:var(--c, var(--brand));transition:filter .12s ease}html .orders .omkt-barrow:hover .omkt-barrow-fill{filter:brightness(1.07)}html .orders .omkt-barrow-val{display:flex;align-items:baseline;justify-content:flex-end;gap:8px}html .orders .omkt-barrow-val b{font-family:var(--font-ui);font-variant-numeric:tabular-nums;font-weight:700;color:var(--text)}html .orders .omkt-barrow-val i{font-style:normal;font-size:12px;color:var(--muted);min-width:44px;text-align:right}html .orders .omkt-legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}html .orders .omkt-legend li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2)}html .orders .omkt-legend b{margin-left:auto;font-family:var(--font-ui);font-variant-numeric:tabular-nums;font-weight:700;color:var(--text)}html .orders .omkt-legend i{font-style:normal;min-width:46px;text-align:right;font-size:12px;color:var(--muted)}html .orders .omkt-legend-compact li{font-size:12px;gap:7px}html .orders .omkt-dot{flex:0 0 auto;width:10px;height:10px;border-radius:var(--r-pill);background:var(--c, var(--brand))}html .orders .orders-chart-donut{display:flex;flex-direction:column}html .orders .omkt-donut{width:140px;height:140px;display:block;margin:10px auto 14px}html .orders .omkt-arc-track{fill:none;stroke:var(--surface-2);stroke-width:15}html .orders .omkt-arc{fill:none;stroke:var(--c, var(--brand));stroke-width:15;cursor:default;transition:stroke-width .12s ease}html .orders .omkt-arc:hover{stroke-width:18}html .orders .omkt-donut-big{text-anchor:middle;font-family:var(--font-ui);font-weight:700;font-size:15px;fill:var(--text)}html .orders .omkt-donut-small{text-anchor:middle;font-size:8px;letter-spacing:.08em;text-transform:uppercase;fill:var(--muted)}html .orders .omkt-tip{position:fixed;z-index:60;transform:translate(-50%,calc(-100% - 12px));padding:8px 12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-control);box-shadow:var(--shadow-pop);pointer-events:none;white-space:nowrap}html .orders .omkt-tip-label{display:block;font-size:12px;font-weight:700;color:var(--text)}html .orders .omkt-tip-sub{display:block;margin-top:2px;font-size:11px;color:var(--muted);font-family:var(--font-ui);font-variant-numeric:tabular-nums}html .orders .orders-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-card);overflow:hidden}html .orders .orders-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:0;padding:16px 20px;border-bottom:1px solid var(--line)}html .orders .orders-card-title{display:flex;align-items:center;gap:12px}html .orders .orders-card-title h2{margin:0;font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text)}html .orders .orders-count{padding:3px 10px;border-radius:var(--r-pill);background:var(--brand-tint);color:var(--brand-ink);font-size:12px;font-weight:600}html .orders button.secondary{font-family:var(--font-ui);font-size:13px;font-weight:600;border-radius:var(--r-pill);border:1px solid var(--line);background:var(--surface);background-image:none;color:var(--text-2);box-shadow:none;padding:8px 16px}html .orders button.secondary:hover:not(:disabled){border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .orders button.secondary:disabled{opacity:.5}html .orders .orders-empty-banner{background:var(--brand-tint);border-bottom:1px solid var(--line)}html .orders .orders-empty-banner strong{color:var(--brand-ink);font-size:1rem}html .orders .orders-empty-banner span,html .orders .orders-empty-banner small{color:var(--muted)}html .orders .orders-table-wrap{overflow:auto;scrollbar-width:thin;scrollbar-color:var(--brand) transparent}html .orders .orders-table-wrap::-webkit-scrollbar{width:6px;height:6px}html .orders .orders-table-wrap::-webkit-scrollbar-track{background:transparent}html .orders .orders-table-wrap::-webkit-scrollbar-thumb{background:var(--brand);border-radius:999px;border:0}html .orders .orders-table-wrap::-webkit-scrollbar-thumb:hover{background:var(--brand-hover)}html .orders .orders-table{font-family:var(--font-ui);background:var(--surface)}html .orders .orders-table thead th{position:sticky;top:0;z-index:2;background:var(--surface-2);border-bottom:1px solid var(--line-2);padding:12px 16px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text);white-space:nowrap}html .orders .orders-table thead th .history-sort-button{color:var(--text);font-weight:700}html .orders .orders-table thead th .history-sort-button:hover,html .orders .orders-table thead th .history-sort-button.is-filtered{background:transparent;color:var(--brand-ink)}html .orders .orders-table thead th .history-sort-icon{filter:invert(62%);opacity:.7}html .orders .orders-table thead th .stock-filter-trigger.is-filtered img,html .orders .orders-table thead th .stock-filter-trigger:hover img{filter:brightness(0) saturate(100%) invert(26%) sepia(89%) saturate(1875%) hue-rotate(354deg) brightness(93%) contrast(94%);opacity:1}html .orders .orders-table tbody td{background:var(--surface);border-bottom:1px solid var(--line);padding:13px 16px;font-size:13px;color:var(--text-2);vertical-align:middle}html .orders .orders-table tbody tr:nth-child(2n) td{background:var(--surface)}html .orders .orders-table tbody tr:hover td,html .orders .orders-table tbody tr.sales-order-row-hover td{background:var(--brand-tint)}html .orders .orders-table tbody tr:last-child td{border-bottom:0}html .orders .orders-table td.strong{color:var(--text);font-weight:700}html .orders .orders-table .sales-product-name{color:var(--text);font-weight:600}html .orders .orders-table .sales-product-name small{display:block;margin-top:3px;color:var(--muted);font-weight:400}html .orders .orders-table .empty{color:var(--muted)}html .orders .stock-filter-header{gap:4px;align-items:center}html .orders .stock-filter-header button{background:transparent;background-image:none;border:0;box-shadow:none;padding:0;color:inherit}html .orders .history-sort-button{font:inherit;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);cursor:pointer}html .orders .history-sort-button.is-filtered,html .orders .stock-filter-trigger.is-filtered{color:var(--brand)}html .orders .stock-sort-trigger,html .orders .stock-filter-trigger{opacity:.5}html .orders .stock-sort-trigger:hover,html .orders .stock-filter-trigger:hover{opacity:1}html .orders .badge{display:inline-block;padding:4px 10px;border:0;border-radius:var(--r-pill);font-size:11px;font-weight:600;letter-spacing:0}html .orders .badge.marketplace-tiktok{background:#1a1917;color:#fff}html .orders .badge.marketplace-shopee{background:var(--brand);color:#fff}html .orders .badge.warn{background:#fff3da;color:#9a6b00}html .orders .badge.success{background:var(--pos-bg);color:var(--pos)}html .orders .badge.danger{background:var(--neg-bg);color:var(--neg)}html .orders .badge.pending{background:var(--surface-2);color:var(--muted)}html .orders .copy-id-button{color:var(--muted-2)}html .orders .copy-id-button:hover{background:var(--brand-tint);color:var(--brand)}html .orders .sales-orders-pagination,html .orders .inventory-pagination{border-top:1px solid var(--line);background:var(--surface);color:var(--muted);font-size:13px}html .orders .sales-orders-pagination select,html .orders .sales-orders-pagination input{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:var(--r-control);padding:6px 10px}html .orders .pager-page-label{color:var(--text-2)}html .orders .pager-page-label:hover{background:var(--brand-tint);color:var(--brand-ink)}html .orders .error{background:var(--neg-bg);border:1px solid #f3c9cb;color:#b4373b;border-radius:var(--r-control)}html .orders .card.empty{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-card);color:var(--muted)}html .orders-modal .modal.od-modal{--text: #1a1917;--text-2: #45423c;--muted: #827e75;--muted-2: #a8a49b;width:min(860px,calc(100vw - 40px));padding:24px 26px 26px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop);color:var(--text-2);font-family:var(--font-ui)}html .orders-modal .od-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid var(--line)}html .orders-modal .od-head h2{margin:0;font-family:var(--font-display);font-size:19px;font-weight:700;letter-spacing:-.01em;color:var(--text)}html .orders-modal .od-sub{display:flex;align-items:center;gap:6px;margin:7px 0 0;font-size:14.5px;color:var(--muted);font-variant-numeric:tabular-nums}html .orders-modal .od-head-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}html .orders-modal .od-head-actions .badge,html .orders-modal button.secondary.od-close{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:36px;min-width:100px;padding:0 18px;font-family:var(--font-ui);font-size:13px;font-weight:600;border-radius:var(--r-pill)}html .orders-modal .od-head-actions .badge{border:1px solid transparent}html .orders-modal button.secondary.od-close{border:1px solid var(--line);background:var(--surface);background-image:none;color:var(--text-2);box-shadow:none}html .orders-modal button.secondary.od-close:hover{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .orders-modal .od-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(max-width:560px){html .orders-modal .od-grid{grid-template-columns:1fr}}html .orders-modal .od-cell{display:flex;flex-direction:column;gap:6px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface)}html .orders-modal .od-cell--accent{background:var(--brand);border-color:var(--brand)}html .orders-modal .od-cell--accent .od-label{color:#ffffffd1}html .orders-modal .od-cell--accent .od-value--money{color:#fff}html .orders-modal .od-label{font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-2)}html .orders-modal .od-value{font-size:14px;color:var(--text);overflow-wrap:anywhere}html .orders-modal .od-value--money{font-size:18px;font-weight:700;color:var(--brand-ink);font-variant-numeric:tabular-nums}html .orders-modal .badge{display:inline-block;padding:4px 10px;border:0;border-radius:var(--r-pill);font-size:11px;font-weight:600}html .orders-modal .badge.success{background:var(--pos-bg);color:var(--pos)}html .orders-modal .badge.danger{background:var(--neg-bg);color:var(--neg)}html .orders-modal .badge.warn{background:#fff3da;color:#9a6b00}html .orders-modal .badge.info{background:var(--brand-tint-2);color:var(--brand-ink)}html .orders-modal .badge.pending{background:var(--surface-2);color:var(--muted)}html .orders-modal .badge.marketplace-tiktok{background:#1a1917;color:#fff}html .orders-modal .badge.marketplace-shopee{background:var(--brand);color:#fff}html .orders-modal .od-lines{margin-top:22px}html .orders-modal .od-lines-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}html .orders-modal .od-lines-head h3{margin:0;font-family:var(--font-display);font-size:14px;font-weight:700;color:var(--text)}html .orders-modal .od-lines-head .orders-count{padding:3px 10px;border-radius:var(--r-pill);background:var(--brand-tint);color:var(--brand-ink);font-size:12px;font-weight:600}html .orders-modal .od-lines-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--r-control)}html .orders-modal .od-lines-table{width:100%;min-width:0;border-collapse:collapse;font-family:var(--font-ui)}html .orders-modal .od-lines-table th{position:static;text-align:center;padding:10px 14px;background:var(--surface-2);border-bottom:1px solid var(--line-2);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text);white-space:nowrap}html .orders-modal .od-lines-table td{padding:11px 14px;border-bottom:1px solid var(--line);font-size:13px;color:var(--text-2);vertical-align:middle;background:var(--surface);text-align:left}html .orders-modal .od-lines-table tbody tr:last-child td{border-bottom:0}html .orders-modal .od-lines-table tbody tr:hover td{background:var(--brand-tint)}html .orders-modal .od-line-name{color:var(--text);font-weight:500}html .orders-modal .od-lines-table .od-line-qty{text-align:center;font-variant-numeric:tabular-nums}html .orders-modal .od-lines-table .od-line-amount{text-align:center;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums;white-space:nowrap}html .orders-modal .copy-id-button{color:var(--muted-2)}html .orders-modal .copy-id-button:hover{background:var(--brand-tint);color:var(--brand)}html .settlement-workspace .settlement-sync-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}html .settlement-workspace .settlement-sync-card{padding:18px}html .settlement-workspace .settlement-sync-card-head,html .settlement-workspace .settlement-toolbar,html .settlement-workspace .settlement-sync-range{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}html .settlement-workspace .settlement-sync-card p{color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.5}html .settlement-workspace .settlement-sync-range{justify-content:flex-start;margin-top:12px;font-size:12px}html .settlement-workspace .settlement-sync-card .settlement-sync-message{color:var(--text)}html .settlement-workspace .settlement-toolbar{margin-bottom:16px}html .settlement-workspace .settlement-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}html .settlement-workspace .settlement-summary>div{display:grid;gap:8px;padding:16px;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface)}html .settlement-workspace .settlement-summary strong{font-size:22px;font-variant-numeric:tabular-nums}html .settlement-workspace .settlement-summary span,html .settlement-workspace .settlement-summary small,html .settlement-workspace .settlement-summary p{color:var(--muted)}html .settlement-workspace .settlement-summary p{grid-column:1 / -1;margin:0;font-size:12px}@media(max-width:820px){html .settlement-workspace .settlement-sync-grid,html .settlement-workspace .settlement-summary{grid-template-columns:1fr}}.badge.marketplace-website{background:#fff1e9;color:#c83d13;border-color:#ffc7ae}.series-web{color:#7c3aed;stroke:#7c3aed;background:#7c3aed}.website-orders{padding:28px;max-width:1500px;margin:0 auto;color:var(--text)}.website-orders__head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}.website-orders__head span{font-size:11px;font-weight:800;letter-spacing:.14em;color:var(--brand)}.website-orders__head h1{margin:5px 0 0;font:700 30px/1 var(--font-display);letter-spacing:-.03em}.website-orders__head p{margin:8px 0 0;color:var(--muted);font-size:13px}.website-orders__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.website-orders__stat{display:flex;flex-direction:column;gap:9px;border:1px solid var(--line);border-radius:16px;padding:17px;background:var(--surface)}.website-orders__stat span{font-size:12px;color:var(--muted);font-weight:650}.website-orders__stat strong{font-size:24px}.website-orders__stat.is-orange{border-color:#fac9a5;background:#fff8f2}.website-orders__stat.is-green{border-color:#bee3c6;background:#f4fbf5}.website-orders__filters{display:grid;grid-template-columns:minmax(220px,1fr) 210px auto;gap:10px;padding:12px;border:1px solid var(--line);border-radius:16px;background:var(--surface);margin-bottom:16px}.website-orders input,.website-orders select{height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);padding:0 12px;font:inherit}.website-orders button:not(.secondary),.website-orders__filters button{border:0;border-radius:10px;background:var(--brand);color:#fff;padding:0 18px;font-weight:750;cursor:pointer}.website-orders button:disabled{opacity:.5;cursor:not-allowed}.website-orders__list{display:grid;gap:12px}.website-order{border:1px solid var(--line);border-radius:18px;background:var(--surface);padding:18px;box-shadow:var(--shadow-card)}.website-order__top{display:flex;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--line)}.website-order__number{font-weight:800}.website-order__top p{font-size:12px;color:var(--muted);margin:5px 0 0}.website-order__total{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.website-order__status{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;padding:5px 8px;border-radius:999px;background:#f0f0ef}.website-order__status.is-paid{background:#fff0e4;color:#ad4b00}.website-order__status.is-fulfilled{background:#e9f7ec;color:#166529}.website-order__grid{display:grid;grid-template-columns:1.25fr 1fr;gap:28px;padding:16px 0}.website-order__grid h2{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0 0 9px}.website-order__grid p{font-size:13px;margin:7px 0;line-height:1.45}.website-order__grid small{display:block;color:var(--muted);margin-top:2px}.website-order__grid a{color:inherit}.website-order__fulfil{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;padding-top:14px;border-top:1px solid var(--line);align-items:end}.website-order__fulfil label{font-size:11px;font-weight:700;color:var(--muted)}.website-order__fulfil input{display:block;width:100%;margin-top:6px}.website-order__fulfil button{height:42px}.website-order__actions{display:flex;gap:16px;margin-top:12px;font-size:12px;font-weight:750}.website-order__actions a{color:var(--brand)}.website-orders__empty{padding:60px 20px;text-align:center;border:1px dashed var(--line);border-radius:18px;color:var(--muted)}.website-orders__pager{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:16px;color:var(--muted);font-size:12px}.website-orders__pager div{display:flex;gap:10px;align-items:center}.website-orders__pager .secondary{padding:9px 13px}@media(max-width:900px){.website-orders{padding:20px}.website-orders__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.website-order__grid{grid-template-columns:1fr}.website-order__fulfil{grid-template-columns:1fr 1fr}.website-order__fulfil button{grid-column:1/-1}.website-orders__filters{grid-template-columns:1fr 180px auto}}@media(max-width:620px){.website-orders{padding:16px}.website-orders__head{align-items:stretch;flex-direction:column}.website-orders__head .secondary{text-align:center}.website-orders__stats{grid-template-columns:1fr 1fr}.website-orders__stat{padding:14px}.website-orders__stat strong{font-size:19px}.website-orders__filters{grid-template-columns:1fr}.website-orders__filters button{height:42px}.website-order{padding:15px}.website-order__top{align-items:flex-start}.website-order__grid{gap:14px}.website-order__fulfil{grid-template-columns:1fr}.website-order__fulfil button{grid-column:auto}.website-orders__pager{align-items:stretch;flex-direction:column}.website-orders__pager div{justify-content:space-between}}.website-catalog{padding:28px;max-width:1500px;margin:0 auto;color:var(--text)}.website-catalog__notice{margin:0 0 16px;border:1px solid #b8dfc0;border-radius:12px;background:#f0faf2;color:#175a28;padding:12px 14px;font-size:13px;font-weight:700}.website-catalog__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.website-catalog__summary>div{display:flex;flex-direction:column;gap:8px;border:1px solid var(--line);border-radius:15px;background:var(--surface);padding:16px}.website-catalog__summary span{color:var(--muted);font-size:12px;font-weight:650}.website-catalog__summary strong{font-size:25px}.website-catalog__tools{display:grid;grid-template-columns:minmax(240px,1fr) auto auto;gap:12px;align-items:center;margin-bottom:16px}.website-catalog__tools>input{height:42px;border:1px solid var(--line);border-radius:11px;padding:0 13px;font:inherit;background:#fff}.website-catalog__filters{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:11px;background:var(--surface)}.website-catalog__filters button{height:32px;border:0;border-radius:8px;padding:0 12px;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.website-catalog__filters button.active{background:#111;color:#fff}.website-catalog__tools>.secondary{height:42px}.website-catalog__list{display:grid;gap:10px}.website-product{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:15px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:12px;background:var(--surface);box-shadow:var(--shadow-card)}.website-product__image{width:76px;height:76px;border-radius:11px;overflow:hidden;background:#f1f1ef;display:grid;place-items:center;color:var(--muted);font-size:10px}.website-product__image img{width:100%;height:100%;object-fit:cover}.website-product__body{display:grid;grid-template-columns:minmax(240px,1.4fr) minmax(300px,1fr);gap:20px;align-items:center}.website-product__title h2{font-size:15px;margin:5px 0 2px}.website-product__title p{max-width:650px;margin:0;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.website-product__state{display:inline-flex;margin-right:5px;border-radius:999px;background:#efefed;color:#555;padding:4px 7px;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.website-product__state.is-live{background:#e9f7ec;color:#17642a}.website-product__state.is-featured{background:#fff0e4;color:#ad4b00}.website-product__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;color:var(--muted);font-size:11px}.website-product__facts span{display:flex;gap:4px}.website-product__facts b{color:var(--text)}.website-product__actions{min-width:150px;text-align:right}.website-product__actions span{display:block;color:var(--muted);font-size:10px;margin-bottom:8px}.website-product__actions button,.website-catalog-modal footer button:not(.secondary){height:38px;border:0;border-radius:9px;background:var(--brand);color:#fff;padding:0 14px;font-weight:750;cursor:pointer}.website-catalog__empty{padding:60px 20px;text-align:center;border:1px dashed var(--line);border-radius:16px;color:var(--muted)}.website-catalog-modal{position:fixed;z-index:1000;inset:0;background:#0000007a;display:grid;place-items:center;padding:24px}.website-catalog-modal>section{display:flex;flex-direction:column;width:min(860px,100%);max-height:calc(100vh - 48px);border-radius:20px;background:#fff;box-shadow:0 24px 80px #0000004d;overflow:hidden}.website-catalog-modal header{display:flex;justify-content:space-between;gap:20px;padding:22px 24px;border-bottom:1px solid var(--line)}.website-catalog-modal header span{font-size:10px;font-weight:850;letter-spacing:.13em;color:var(--brand)}.website-catalog-modal header h2{font-size:20px;margin:5px 0}.website-catalog-modal header p{font-size:12px;color:var(--muted);margin:0}.website-catalog-modal header>button{border:0;background:transparent;font-size:27px;cursor:pointer}.website-catalog-form{overflow:auto;padding:22px 24px}.website-catalog-form__flags{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.website-catalog-form__flags label{display:flex;gap:10px;border:1px solid var(--line);border-radius:12px;padding:13px}.website-catalog-form__flags input{margin-top:2px}.website-catalog-form__flags span{display:flex;flex-direction:column;gap:3px;font-size:12px}.website-catalog-form__flags small{color:var(--muted);font-weight:400}.website-catalog-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.website-catalog-form__grid label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:750}.website-catalog-form__grid label.wide{grid-column:1/-1}.website-catalog-form__grid input,.website-catalog-form__grid select,.website-catalog-form__grid textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);padding:10px 11px;font:inherit;font-weight:400}.website-catalog-form__grid textarea{resize:vertical;line-height:1.45}.website-catalog-form__grid small{color:var(--muted);font-weight:400}.website-catalog-modal footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--line)}.website-catalog-modal footer button{height:40px;padding:0 18px}.website-catalog-modal button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:980px){.website-catalog__summary{grid-template-columns:repeat(2,1fr)}.website-catalog__tools{grid-template-columns:1fr}.website-catalog__filters{overflow:auto}.website-product__body{grid-template-columns:1fr}.website-product__facts{display:flex;flex-wrap:wrap}.website-product{align-items:start}}@media(max-width:620px){.website-catalog{padding:16px}.website-catalog__summary{gap:8px}.website-catalog__summary>div{padding:13px}.website-catalog__summary strong{font-size:20px}.website-product{grid-template-columns:62px minmax(0,1fr)}.website-product__image{width:62px;height:70px}.website-product__actions{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;text-align:left}.website-catalog-modal{padding:0;place-items:stretch}.website-catalog-modal>section{width:100%;height:100%;max-height:none;border-radius:0}.website-catalog-form__flags,.website-catalog-form__grid{grid-template-columns:1fr}.website-catalog-form__grid label.wide{grid-column:auto}.website-catalog-modal header,.website-catalog-form,.website-catalog-modal footer{padding-left:16px;padding-right:16px}}.website-catalog__actions{display:flex;justify-content:flex-end;gap:10px;margin:18px 0 12px}.website-catalog__actions button{min-height:42px;border:0;border-radius:10px;background:var(--brand);color:#fff;padding:0 18px;font:750 13px/1 var(--font-body);cursor:pointer}.website-product__actions{display:flex;justify-content:flex-end;gap:8px}.website-product__actions .secondary{border:1px solid var(--line);background:#fff;color:var(--text)}.website-source-tools{display:grid;grid-template-columns:auto minmax(260px,1fr);gap:12px;margin-bottom:14px}.website-source-tools>input{height:42px;border:1px solid var(--line);border-radius:10px;padding:0 12px;font:inherit}.website-source-list{display:grid;gap:8px}.website-source-list>button{display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto;column-gap:12px;align-items:center;width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:9px;text-align:left;color:var(--text);cursor:pointer}.website-source-list img,.website-source-list>button>span{grid-row:1/3;width:52px;height:52px;border-radius:8px;object-fit:cover;background:#f2f2ef}.website-source-list b{font-size:13px}.website-source-list small{color:var(--muted)}.website-source-list>button:hover{border-color:var(--brand);background:#fff8f4}.website-source-list>button:disabled{opacity:.5;cursor:not-allowed}.website-catalog__tools--single{grid-template-columns:1fr}.website-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px;background:#fff}.website-table{width:100%;border-collapse:collapse;min-width:900px}.website-table th,.website-table td{padding:12px 10px;border-bottom:1px solid var(--line);font-size:12px;text-align:center;vertical-align:middle}.website-table th{background:#fff5ee;color:#6d5146;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.website-table td:first-child{text-align:left;font-weight:700}.website-table tr:last-child td{border-bottom:0}@media(max-width:620px){.website-catalog__actions{display:grid;grid-template-columns:1fr 1fr}.website-product__actions{justify-content:flex-end}.website-source-tools{grid-template-columns:1fr}}.website-performance-chart{display:block;width:100%;height:320px;margin-top:18px;overflow:visible}.settlement-negative{font-weight:700;color:#fda4af}.settlement-cogs-note{color:var(--muted);font-size:11px}.settlement-cogs-note.warn{color:#f5c75f}.download-format-dialog{width:360px;padding:24px;text-align:center}.download-format-dialog h2{margin:0 0 6px}.download-format-dialog .segmented{display:inline-flex;margin:10px 0 0}.download-format-choices{display:flex;gap:12px;justify-content:center;padding:22px 0}.download-format-choices .button{min-width:110px}.download-format-cost-toggle{display:flex;align-items:center;justify-content:flex-start;text-align:left;gap:8px;margin-top:14px;font-size:12px;color:var(--muted);cursor:pointer}.download-format-cost-toggle input{margin:0;flex-shrink:0}.download-format-dialog .actions{justify-content:center}.generate-invoice-dialog{width:420px;padding:24px}.generate-invoice-dialog h2{margin:0 0 18px}.generate-invoice-dialog .matrix-settings-field{margin-bottom:16px}.generate-invoice-dialog .matrix-settings-field input{width:100%}.invoice-preview{display:flex;flex-direction:column;gap:8px;margin-top:4px;padding:14px;border:1px solid var(--border);border-radius:8px;background:#0c1420}.invoice-preview>div{display:flex;justify-content:space-between;font-size:13px;color:var(--muted)}.invoice-preview b{color:var(--text);font-weight:600}.invoice-preview-balance{border-top:1px solid var(--border);padding-top:8px;margin-top:2px;font-size:14px!important}.invoice-preview-balance span,.invoice-preview-balance b{color:var(--text);font-weight:700}.search{display:flex;gap:8px}.search input{width:260px}.small{padding:6px 10px;font-size:12px}.inventory-error-button{background:#281820;border-color:#7e3045;color:#ff9caf;box-shadow:none}.inventory-error-button:hover{background:#35202a;border-color:#c24b67}.inventory-error-actions{justify-content:flex-end;padding:8px 0}.subtle{display:block;color:#718198;margin-top:4px}.cogs-header-actions{display:flex;gap:10px;align-items:center}.cogs-table{min-width:1280px;table-layout:auto}.cogs-table th{text-align:center;white-space:nowrap}.cogs-table th,.cogs-table td{border-bottom:0;border-right:1px solid #26374c}.cogs-table th:last-child,.cogs-table td:last-child{border-right:0}.cogs-table th:first-child{min-width:165px}.cogs-table th:nth-child(2){min-width:200px}.cogs-table th:nth-child(3){min-width:410px}.cogs-table th:nth-child(4){min-width:150px}.cogs-table th:nth-child(5){min-width:135px}.cogs-table th:nth-child(6){min-width:150px}.cogs-table td{vertical-align:middle}.cogs-table td:first-child,.cogs-table td:nth-child(2){font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-variant-numeric:tabular-nums}.cogs-table td:nth-child(1),.cogs-table td:nth-child(2),.cogs-table td:nth-child(4),.cogs-table td:nth-child(5),.cogs-table td:nth-child(6){text-align:center}.cogs-table input{width:100%;min-width:110px;padding:7px 8px}.cogs-table textarea{width:100%;min-width:120px;min-height:38px;max-height:160px;padding:8px 10px;resize:none;line-height:1.45}.cogs-table .editing-row td{padding-top:14px;padding-bottom:14px;vertical-align:middle}.cogs-date-picker{position:relative;min-width:150px}.cogs-date-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-width:150px;padding:8px 10px;border:1px solid #314760;border-radius:6px;background:#09131f;color:#dbe7f7;box-shadow:none;font:inherit;white-space:nowrap}.cogs-date-trigger:hover,.cogs-date-trigger.open{border-color:#438cf0;background:#0d1927;box-shadow:0 0 0 3px #3b82f61f}.cogs-calendar-icon{position:relative;flex:0 0 14px;width:14px;height:13px;border:1.5px solid #75b7ff;border-radius:2px}.cogs-calendar-icon:before{content:"";position:absolute;top:2px;left:-1.5px;width:14px;border-top:1.5px solid #75b7ff}.cogs-calendar-icon:after{content:"";position:absolute;top:-3px;left:2px;width:6px;height:4px;border-left:1.5px solid #75b7ff;border-right:1.5px solid #75b7ff}.cogs-calendar-popover{position:fixed;z-index:300;width:310px;padding:14px;border:1px solid #365171;border-radius:10px;background:#0e1825;box-shadow:0 24px 70px #000000b8;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}.cogs-date-today{width:100%;margin-top:12px;padding:9px;background:#142236;border-color:#365171;color:#75b7ff;box-shadow:none}.cogs-date-today:hover{background:#1a3150;border-color:#4f91df}.cogs-table .sku-input{min-width:150px}.cogs-table .product-input{min-width:220px}.cogs-table .cost-input{min-width:105px;text-align:right}.restock-qty-input{min-width:80px;text-align:right}.cogs-table .row-actions{white-space:nowrap;text-align:right}.cogs-table-wrap{overflow-x:auto}.cogs-pagination{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-top:1px solid #223044;color:#8494aa;font-size:13px;background:#0c1521}.cogs-pagination>div{display:flex;align-items:center;gap:10px}.cogs-pagination{font-variant-numeric:tabular-nums}.cogs-page-summary{gap:18px!important}.cogs-page-summary label{display:flex;align-items:center;gap:7px}.cogs-page-summary select{border:1px solid #3278e6;border-radius:7px;padding:7px 28px 7px 9px;background:#2468df;color:#fff;font:inherit;font-weight:600}.cogs-history th,.cogs-history td{text-align:center;vertical-align:middle}.stock-product-table{width:100%;table-layout:fixed}.stock-product-table th,.stock-product-table td{text-align:center;vertical-align:middle}.stock-product-table th:first-child,.stock-product-table td:first-child{width:62%}.stock-product-table th:nth-child(2),.stock-product-table td:nth-child(2){width:18%}.stock-product-table th:nth-child(3),.stock-product-table td:nth-child(3){width:20%}.stock-product-table .stock-product-name{text-align:left}.stock-product-table .stock-filter-header{justify-content:center}.stock-product-table .stock-filter-menu{z-index:40;min-width:220px}.stock-product-table th:first-child .stock-filter-menu{left:0;right:auto}.history-actions{white-space:nowrap}.history-actions>*{vertical-align:middle}.history-actions{display:flex;justify-content:center;align-items:center;gap:10px}.history-actions .button{display:inline-block;text-decoration:none}.restock-status-dropdown{position:relative;display:inline-block}.restock-status-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:7px 32px 7px 16px;border-radius:999px;border:1px solid var(--border);background-color:#101a28;background-image:var(--status-chevron);background-repeat:no-repeat;background-position:right 12px center;background-size:13px;color:var(--text);font-size:12px;font-weight:600;text-align:center;cursor:pointer;box-shadow:none}.restock-status-select:hover{background-color:#16223a;background-image:var(--status-chevron);background-repeat:no-repeat;background-position:right 12px center;background-size:13px;box-shadow:none}.restock-status-select.restock-status-pending{border-color:#4a5568;color:#cbd5e0;--status-chevron: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23cbd5e0'%20stroke-width%3D'2.5'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpolyline%20points%3D'6%209%2012%2015%2018%209'%2F%3E%3C%2Fsvg%3E")}.restock-status-select.restock-status-proceed{border-color:#2f855a;color:#68d391;--status-chevron: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%2368d391'%20stroke-width%3D'2.5'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpolyline%20points%3D'6%209%2012%2015%2018%209'%2F%3E%3C%2Fsvg%3E")}.restock-status-select.restock-status-cancel{border-color:#9b2c2c;color:#fc8181;--status-chevron: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23fc8181'%20stroke-width%3D'2.5'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpolyline%20points%3D'6%209%2012%2015%2018%209'%2F%3E%3C%2Fsvg%3E")}.restock-status-menu-backdrop{position:fixed;inset:0;z-index:29;background:transparent;border:none;padding:0;margin:0;cursor:default}.restock-status-menu{position:fixed;z-index:45;transform:translate(-50%);display:flex;flex-direction:column;gap:2px;min-width:140px;padding:6px;border:1px solid #223044;border-radius:10px;background:#0c1726;box-shadow:0 12px 28px #00000085}.restock-status-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--text);font-size:13px;font-weight:500;text-align:left;box-shadow:none;cursor:pointer}.restock-status-menu-item:hover{background:#16223a;border-color:transparent;box-shadow:none}.restock-status-menu-item.selected{background:#16283e}.restock-status-menu-item.selected.restock-status-pending{border-color:#4a5568;color:#cbd5e0}.restock-status-menu-item.selected.restock-status-proceed{border-color:#2f855a;color:#68d391}.restock-status-menu-item.selected.restock-status-cancel{border-color:#9b2c2c;color:#fc8181}.restock-status-menu-check{width:14px;flex-shrink:0;text-align:center}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:34px;background:#02060cd1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.history-preview{width:min(1600px,calc(100vw - 68px));max-height:calc(100vh - 68px);display:flex;flex-direction:column;overflow:hidden}.history-preview-actions{display:flex;align-items:center;gap:10px}.history-preview-actions .button{text-decoration:none}.history-preview-table{overflow:auto}.history-preview-table table{min-width:1250px}.history-preview-table th,.history-preview-table td{text-align:center;vertical-align:middle}.history-preview-table:not(.restock-matrix-table):not(.product-status-table) th:nth-child(4),.history-preview-table:not(.restock-matrix-table):not(.product-status-table) td:nth-child(4){text-align:left}.history-preview-table td.product-status-name-cell{text-align:left}.product-status-table table th,.product-status-table table td{border-right:1px solid rgba(62,93,126,.48)}.product-status-table table th:last-child,.product-status-table table td:last-child{border-right:0}.product-status-table table td input[type=text]{width:100%;min-width:260px}.inventory-history-preview table th,.inventory-history-preview table td{text-align:center;border-right:1px solid rgba(62,93,126,.48)}.inventory-history-preview table th:last-child,.inventory-history-preview table td:last-child{border-right:0}.inventory-history-preview .stock-product-cell{text-align:left}.inventory-history-preview .stock-variation-cell{text-align:center}.restock-search-row{padding:14px 20px;border-bottom:1px solid var(--border);flex:0 0 auto;align-items:center}.restock-search-row input{width:340px}.restock-view-toggle{margin-left:auto}.restock-matrix-table table{min-width:1100px}.restock-matrix-table td{white-space:normal;word-break:break-word;text-align:center;vertical-align:middle}.restock-matrix-table th{white-space:nowrap;text-align:center;vertical-align:middle}.restock-matrix-table th:first-child,.restock-matrix-table td:first-child{white-space:nowrap;min-width:116px}.restock-matrix-empty{color:var(--muted)}.restock-matrix-table input.restock-qty-input{text-align:center}.restock-matrix-total-row td{border-top:2px solid var(--border);background:#101a28}.restock-color-swatch{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:6px 0}.restock-color-swatch-thumb{flex:0 0 auto;width:96px;height:96px;border-radius:8px;border:1px solid var(--border);background:#0c1622;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative;color:var(--muted);font-size:28px}.restock-color-swatch-thumb:hover{border-color:#3d5a80}.restock-color-swatch-thumb img{width:100%;height:100%;object-fit:cover}.restock-color-swatch-uploading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000008c;color:#fff;font-size:14px}.restock-color-swatch-error{display:block;color:#e2555f;margin-top:4px;font-size:11px;white-space:normal;max-width:96px}.restock-matrix-deposit-row td,.restock-matrix-balance-row td{background:#101a28}.restock-matrix-balance-row td{border-bottom:2px solid var(--border)}.restock-deposit-input-row{display:flex;gap:6px;align-items:center;justify-content:center}.restock-deposit-input-row input{width:90px;text-align:right}.restock-groups-scroll{flex:1 1 auto;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:16px}.restock-group-card{overflow:visible;flex:0 0 auto}.restock-group-title{padding:12px 16px}.restock-group-title h3{margin:0;font-size:14px;color:#dce7f5}.restock-group-title span{color:var(--muted);font-size:12px}.restock-group-title-meta{display:flex;align-items:center;gap:12px}.restock-check-badge{display:inline-block;background:#1b2a3d;color:#9eb1c8;border:1px solid #2a3d56;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600;cursor:pointer;font-family:inherit}.restock-check-badge.pending{background:#97650f2e;color:#f5c75f;border-color:#624918}.restock-check-badge.checked{background:#16804629;color:#6ee7a0;border-color:#245c3a}.restock-group-card .history-preview-table table{min-width:980px}.inventory-history-preview .stock-select-header label{display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.inventory-history-preview .stock-select-header input{margin:0;accent-color:#3c83e8}.history-sort-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;white-space:nowrap;box-shadow:none}.history-sort-button:hover{background:transparent;color:#6eb0ff;box-shadow:none}.history-sort-icon{display:block;flex:0 0 15px;width:15px;height:15px;opacity:.78;filter:invert(70%) sepia(18%) saturate(510%) hue-rotate(174deg)}.stock-filter-header{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:100%}.stock-filter-header .history-sort-button{min-width:0;overflow:hidden;text-overflow:ellipsis}.stock-filter-header .history-sort-button.is-filtered{color:#6eb0ff}.stock-sort-trigger,.stock-filter-trigger{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:18px;height:20px;min-width:18px;min-height:20px;padding:0;border:0;background:transparent;color:inherit;line-height:1;box-shadow:none;overflow:visible}.stock-sort-trigger:hover,.stock-filter-trigger:hover{background:transparent;box-shadow:none}.stock-filter-trigger.is-filtered img{opacity:1}.stock-filter-trigger img{display:block;width:18px;height:18px;min-width:18px;min-height:18px;opacity:.78;overflow:visible}.stock-filter-menu{position:absolute;z-index:20;top:calc(100% + 8px);right:0;display:flex;flex-direction:column;min-width:200px;max-width:min(320px,90vw);max-height:280px;overflow-y:auto;padding:6px;border:1px solid #35506f;border-radius:8px;background:#0c1726;box-shadow:0 12px 28px #00000085;text-align:left}.stock-filter-search{width:100%;min-height:32px;margin-bottom:6px;padding:7px 9px;border:1px solid #35506f;border-radius:5px;background:#081321;color:#d8e4f3;font:inherit;font-size:11px;outline:none}.stock-filter-search::placeholder{color:#6f829b}.stock-filter-search:focus{border-color:#6eb0ff;box-shadow:0 0 0 2px #6eb0ff29}.stock-filter-option{width:100%;min-height:30px;overflow:hidden;padding:7px 10px;border:0;border-radius:5px;background:transparent;color:#aebed1;font:inherit;font-size:11px;line-height:1.35;text-align:left;text-overflow:ellipsis;white-space:nowrap}.stock-filter-option:hover,.stock-filter-option.active{background:#162d4b;color:#6eb0ff;box-shadow:none}.stock-filter-match-all{color:#6eb0ff;font-weight:700}.tiktok-history-preview table{min-width:2500px}.tiktok-history-preview th:nth-child(4),.tiktok-history-preview td:nth-child(4){text-align:center}.tiktok-history-preview th:nth-child(5),.tiktok-history-preview td:nth-child(5){text-align:left}.sales-edit-row td{vertical-align:middle;text-align:center}.sales-edit-row input,.sales-edit-row textarea{width:100%;min-width:145px;text-align:center}.sales-edit-row td:nth-child(2) input{min-width:220px}.sales-edit-row td:nth-child(4) input{min-width:150px}.sales-edit-row textarea{min-height:42px;max-height:none;overflow:hidden;resize:none}.sales-edit-row td:nth-child(5) textarea{min-width:370px;text-align:left;line-height:1.45}.sales-edit-row td:nth-child(6) textarea{min-width:250px}.sales-edit-row td:nth-child(7) textarea{min-width:250px}.sales-edit-row input[type=number]{min-width:145px;font-variant-numeric:tabular-nums}.field-highlight{border-color:#f0b84b!important;box-shadow:0 0 0 3px #f0b84b33!important}.field-warn{border-color:#97650f!important;background:#97650f1f!important}.sales-data-assistant{flex:0 0 auto;padding:14px 18px;border-bottom:1px solid #5b4725;background:#181a1d;color:#ffd36b}.sales-data-assistant>div:first-child{display:flex;justify-content:space-between;gap:18px;align-items:center}.sales-data-assistant span{color:#aab8ca;font-size:12px}.sales-issue-list{display:flex;gap:8px;overflow-x:auto;padding-top:10px}.sales-issue-list button{flex:0 0 auto;padding:7px 10px;background:#252018;border-color:#6c5223;color:#ffd36b;box-shadow:none;font-size:11px}.sales-issue-list button:hover{background:#33291a;border-color:#d39b31}.sales-issue-list button.issue-error{background:#281820;border-color:#7e3045;color:#ff9caf}.sales-date-picker{position:relative;min-width:280px}.sales-date-trigger{width:100%;min-width:280px;display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#09131f;border:1px solid #314760;color:#dbe7f7;box-shadow:none;white-space:nowrap}.sales-date-trigger:hover,.sales-date-trigger:focus{border-color:#3b82f6;background:#0d1927}.sales-date-trigger span{color:#75b7ff}.sales-date-popover{position:fixed;z-index:260;width:360px;padding:14px;background:#0e1825;border:1px solid #365171;border-radius:10px;box-shadow:0 24px 70px #000000a6}.sales-calendar-header{display:grid;grid-template-columns:38px 1fr 38px;gap:8px;align-items:center;margin-bottom:12px}.sales-calendar-header strong{text-align:center;color:#eef6ff}.sales-calendar-header button{padding:7px;background:#142236;border-color:#304967;color:#87bfff;box-shadow:none}.sales-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.sales-calendar-grid.weekdays{margin-bottom:6px;color:#71849d;text-align:center;font-size:11px;font-weight:700}.sales-calendar-grid button{padding:8px 3px;background:transparent;border:1px solid transparent;color:#c8d5e5;box-shadow:none}.sales-calendar-grid button:hover{background:#182a40;border-color:#345d89}.sales-calendar-grid button.outside{color:#526176}.sales-calendar-grid button.selected{background:#276fe0;border-color:#62a7ff;color:#fff}.sales-time-editor{display:grid;grid-template-columns:minmax(0,1fr) 8px minmax(0,1fr) 104px;gap:6px;align-items:end;margin-top:14px;padding-top:12px;border-top:1px solid #263a52}.sales-time-editor label{display:grid;gap:4px;color:#8294aa;font-size:10px;text-align:left}.sales-edit-row .sales-time-editor input[type=number]{width:100%;min-width:0;padding:8px 4px;text-align:center}.sales-time-editor>span{padding-bottom:9px;color:#8ea0b7}.sales-period{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.sales-period button{padding:9px 7px;background:#121f30;border-color:#304760;color:#8395aa;box-shadow:none}.sales-period button.active{background:#276fe0;border-color:#62a7ff;color:#fff}.sales-date-done{width:100%;margin-top:12px;padding:9px}.shopee-inspection{overflow:hidden}.shopee-inspection section+section{border-top:1px solid #27384e}.shopee-sheet-summary{display:flex;align-items:center;gap:22px;padding:14px 18px;color:#8fa0b6}.shopee-sheet-summary strong{color:#e3ecf8}.shopee-sample-wrap{overflow:auto;max-height:430px;border-top:1px solid #26374c;border-bottom:1px solid #26374c}.shopee-sample-wrap table{min-width:max-content}.shopee-sample-wrap th{min-width:180px;white-space:nowrap;text-align:center}.shopee-sample-wrap td{max-width:320px;white-space:normal;text-align:center;vertical-align:middle}.shopee-inspection-note{margin:16px 18px}.edited-label{display:block;margin-top:5px;color:#67b1ff;font-size:9px}.sku-edit-trigger{padding:4px 8px;background:transparent;border:1px dashed transparent;color:inherit;font:inherit;box-shadow:none}.sku-edit-trigger:hover{border-color:#35506f;background:#101a28}.sku-edit-trigger.sku-missing{border-color:#7e3045;color:#ff9caf;background:#281820}.sku-edit-trigger.sku-missing:hover{border-color:#c24b67;background:#35202a}.sku-edit input{min-width:150px;text-align:center}.listing-sku-edit-actions{display:flex;justify-content:center;gap:6px;margin-top:6px}.listing-table{width:100%;min-width:1100px}.listing-table th,.listing-table td{box-sizing:border-box;padding:10px 8px;text-align:center;vertical-align:middle}.listing-table .product-name-cell{text-align:left;min-width:280px}.listing-products-table{min-width:980px;table-layout:fixed}.listing-products-table th:nth-child(1){width:5%}.listing-products-table th:nth-child(2){width:6%}.listing-products-table th:nth-child(3){width:32%}.listing-products-table th:nth-child(4){width:14%}.listing-products-table th:nth-child(5){width:11%}.listing-products-table th:nth-child(6){width:22%}.listing-products-table th:nth-child(7){width:10%}.listing-products-table .stock-filter-header{white-space:nowrap}.listing-thumbnail{width:48px;height:48px;border-radius:8px;object-fit:cover;display:block;margin:0 auto;background:#101a28;border:1px solid #223247}.listing-thumbnail-empty{background:#101a28;border:1px dashed #2a3d56}.edit-product-layout{display:flex;gap:20px;align-items:flex-start}.edit-product-main{flex:1;min-width:0;padding:26px;display:grid;grid-template-columns:minmax(0,1fr);gap:25px;align-content:start}.edit-product-main h3{margin:0}.edit-product-sidebar{width:300px;flex-shrink:0;display:grid;gap:16px;position:sticky;top:20px}.edit-product-nav{display:grid;gap:4px;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--panel)}.edit-product-nav button{text-align:left;background:transparent;border:0;box-shadow:none;padding:10px 12px;border-radius:8px;color:var(--muted);font:inherit}.edit-product-nav button:hover{background:#ffffff0f;color:var(--text)}.edit-product-nav button.active{background:#1d4f91;color:#fff}html[data-theme=light] .edit-product-nav button:hover{background:#0f172a0f}.edit-product-preview{padding:18px;display:grid;gap:8px;justify-items:center;text-align:center}.edit-product-preview h3{margin:0 0 4px;align-self:flex-start}.edit-product-preview-image{width:100%;max-width:180px;height:180px;border-radius:10px;object-fit:cover;background:#101a28;border:1px solid #223247}.edit-product-preview span{color:var(--muted);font-size:12px}.edit-product-field{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.edit-product-field label{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.03em}.edit-product-field label .required{color:#ff9caf}.edit-product-field input,.edit-product-field textarea{width:100%}.edit-product-current-value{padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:#ffffff05;min-height:20px}.edit-product-image-grid{display:grid;grid-template-columns:2fr repeat(4,1fr);grid-auto-rows:1fr;gap:10px}.edit-product-image-tile{position:relative;border-radius:10px;overflow:hidden;background:#101a28;border:1px solid #223247;aspect-ratio:1}.edit-product-image-tile.main{grid-row:1 / span 2;grid-column:1;aspect-ratio:auto}.edit-product-image-tile img{width:100%;height:100%;object-fit:cover;display:block}.edit-product-image-main-label{position:absolute;left:0;right:0;bottom:0;padding:8px;background:#0009;color:#fff;text-align:center;font-size:12px}.edit-product-image-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px dashed #2a3d56;cursor:pointer;color:var(--muted);background:transparent}.edit-product-image-upload:hover{border-color:var(--blue);color:var(--text)}.edit-product-video-upload{width:160px}.edit-product-video-tile{position:relative;width:280px;border-radius:10px;overflow:hidden;background:#101a28;border:1px solid #223247}.edit-product-video-preview{width:100%;display:block;max-height:320px;background:#000}.edit-product-image-actions{position:absolute;top:6px;right:6px;display:flex;gap:6px;z-index:2}.edit-product-image-actions button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#0000008c;color:#fff;border:0;box-shadow:none;padding:0}.edit-product-image-actions button:hover{background:#000c}.edit-product-image-lightbox{display:flex;flex-direction:column;align-items:center;gap:14px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:22px;max-width:90vw;margin:auto}.edit-product-image-lightbox img{max-width:min(560px,85vw);max-height:70vh;object-fit:contain;border-radius:8px}.edit-product-help{position:relative;display:inline-flex;margin-left:6px;color:var(--muted);cursor:help;vertical-align:middle}.edit-product-help-tooltip{position:absolute;z-index:50;left:0;top:calc(100% + 8px);width:300px;padding:12px 14px;background:var(--panel-raised);border:1px solid var(--border);border-radius:10px;box-shadow:0 14px 32px #00000073;color:var(--text);font-size:12px;line-height:1.5;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .12s,transform .12s;pointer-events:none}.edit-product-help:hover .edit-product-help-tooltip,.edit-product-help:focus-within .edit-product-help-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.edit-product-help-tooltip ul{margin:0;padding-left:16px;display:grid;gap:8px}.edit-product-value-row{display:flex;align-items:stretch;gap:10px}.edit-product-value-row .edit-product-current-value{flex:1}.edit-product-change-button{flex:0 0 auto;min-width:168px;display:flex;align-items:center;justify-content:center;padding:0 18px;font-size:13px}.edit-product-field-error{display:block;margin-top:-2px;color:#ff9caf;font-size:11px}.edit-product-picker-panel{border:1px solid var(--border);border-radius:10px;padding:10px;display:grid;gap:8px;background:var(--panel)}.edit-product-picker-list{display:grid;gap:2px;max-height:260px;overflow-y:auto}.edit-product-picker-list button{text-align:left;background:transparent;border:0;box-shadow:none;padding:8px 10px;border-radius:6px;color:var(--text);font:inherit}.edit-product-picker-list button:hover{background:#ffffff0f}.edit-product-picker-list button.active{background:#1d4f91;color:#fff}.edit-product-attributes{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;align-items:start}.edit-product-attribute-card{border:1px solid var(--border);border-radius:10px;padding:12px 14px;display:grid;gap:8px;background:#ffffff04;align-content:start}.edit-product-attribute-card label{margin:0}.edit-product-chip-empty{color:var(--muted);font-size:12px}.edit-product-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:20px;background:#10243a;border:1px solid #245078;color:#7ab8ff;font-size:12px;max-width:100%}.edit-product-chip button{background:transparent;border:0;box-shadow:none;color:inherit;padding:0;font-size:13px;line-height:1;flex-shrink:0}.edit-product-attribute-select{position:relative}.edit-product-attribute-trigger{width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:#ffffff05;color:var(--text);cursor:pointer}.edit-product-attribute-trigger:hover,.edit-product-attribute-trigger.open{border-color:var(--blue)}.edit-product-attribute-trigger-value{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;overflow:hidden;flex:1;min-width:0}.edit-product-attribute-plain{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.edit-product-chip-more{flex-shrink:0;padding:3px 8px;border-radius:20px;background:#16233a;color:var(--muted);font-size:11px}.edit-product-attribute-chevron{flex-shrink:0;color:var(--muted);font-size:11px}.edit-product-attribute-dropdown{position:fixed;z-index:999;background:var(--panel-raised);border:1px solid var(--border);border-radius:10px;box-shadow:0 14px 32px #00000073;padding:6px;box-sizing:border-box}.edit-product-attribute-dropdown-list{max-height:220px;overflow-y:auto;display:grid;gap:2px}.edit-product-attribute-option{display:flex;align-items:center;gap:8px;text-align:left;background:transparent;border:0;box-shadow:none;padding:8px 10px;border-radius:6px;color:var(--text);font:inherit;font-size:13px}.edit-product-attribute-option:hover{background:#ffffff0f}.edit-product-attribute-option.active{background:#1d4f9159}.edit-product-checkbox{flex-shrink:0;width:16px;height:16px;border-radius:4px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:11px;color:#fff}.edit-product-attribute-option.active .edit-product-checkbox{background:#1d8a5f;border-color:#1d8a5f}.edit-product-attribute-custom{display:flex;gap:6px;padding:8px 4px 4px;border-top:1px solid var(--border);margin-top:4px}.edit-product-attribute-custom input{flex:1;min-width:0}.edit-product-hint{color:var(--muted)}.edit-product-sizechart-wrap{display:flex;justify-content:center}.edit-product-sizechart-tile{position:relative;display:inline-block;max-width:100%}.edit-product-sizechart-image{display:block;max-width:640px;width:100%;border-radius:10px;border:1px solid #223247}.edit-product-sizechart-upload{width:100%;max-width:640px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px dashed #2a3d56;cursor:pointer;color:var(--muted);background:transparent}.edit-product-sizechart-upload:hover{border-color:var(--blue);color:var(--text)}.edit-product-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}.edit-product-publish-notice{color:var(--green);font-size:13px;line-height:1.4;text-align:right;max-width:320px}.edit-product-subtitle-row{display:inline-flex;align-items:center;gap:10px}.edit-product-rte{border:1px solid var(--border);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;background:#ffffff04}.edit-product-rte.expanded{position:fixed;inset:40px;z-index:1000;box-shadow:0 24px 70px #0009;background:var(--panel)}.edit-product-rte-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:6px 8px;border-bottom:1px solid var(--border);background:#ffffff05}.edit-product-rte-toolbar button,.edit-product-rte-button{display:inline-flex;align-items:center;gap:2px;background:transparent;border:0;box-shadow:none;color:var(--muted);padding:6px 7px;border-radius:6px;cursor:pointer;font:inherit;font-size:12px}.edit-product-rte-toolbar button:hover,.edit-product-rte-button:hover{background:#ffffff14;color:var(--text)}.edit-product-rte-divider{width:1px;height:20px;background:var(--border);margin:0 4px;flex-shrink:0}.edit-product-rte-chevron{font-size:9px;margin-left:1px}.edit-product-rte-dropdown{position:relative}.edit-product-rte-menu{position:absolute;z-index:10;top:calc(100% + 4px);left:0;min-width:140px;background:var(--panel-raised);border:1px solid var(--border);border-radius:8px;box-shadow:0 14px 32px #00000073;padding:4px;display:grid;gap:2px}.edit-product-rte-menu button{width:100%;text-align:left;background:transparent;border:0;box-shadow:none;padding:7px 9px;border-radius:6px;color:var(--text);font:inherit;font-size:12px}.edit-product-rte-menu button:hover{background:#ffffff14}.edit-product-rte-expand{margin-left:auto}.edit-product-rte-content{flex:1;min-height:260px;padding:14px 16px;overflow-y:auto;outline:none;line-height:1.6}.edit-product-rte.expanded .edit-product-rte-content{min-height:0}.edit-product-rte-content img{max-width:100%;border-radius:6px}.edit-product-rte-content h2{margin:0 0 8px;font-size:18px}.edit-product-rte-content ul,.edit-product-rte-content ol{padding-left:22px;margin:8px 0}.edit-product-toggle-icon-button{background:transparent;border:0;box-shadow:none;padding:0;flex-shrink:0;display:inline-flex;align-items:center;color:var(--muted)}.edit-product-toggle-icon-button.on{color:var(--blue-bright)}.edit-product-toggle-icon-button:hover{color:var(--text)}.edit-product-toggle-icon-button.on:hover{color:var(--blue-bright)}.edit-product-toggle-row{display:flex;align-items:center;gap:10px}.edit-product-toggle-label{font-weight:600;color:var(--text);text-transform:none;letter-spacing:normal;font-size:14px}.edit-product-variations{display:grid;gap:14px;margin-top:4px}.edit-product-variation-block{border:1px solid var(--border);border-radius:10px;padding:14px;display:grid;gap:14px;background:#ffffff04}.edit-product-variation-header{display:flex;align-items:center;gap:8px}.edit-product-variation-header strong{flex:1;font-size:13px}.edit-product-drag-handle{color:var(--muted);cursor:grab;letter-spacing:-2px}.edit-product-variation-delete{background:transparent;border:0;box-shadow:none;color:var(--muted);padding:4px;border-radius:6px}.edit-product-variation-delete:hover{background:#ffffff14;color:#ff9caf}.edit-product-option-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.edit-product-option-input-wrap{position:relative;flex:1}.edit-product-option-input-wrap input{width:100%;padding-right:48px}.edit-product-option-counter{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:11px;color:var(--muted);background:#101a28;padding:1px 5px;border-radius:4px}.edit-product-option-row>button{background:transparent;border:0;box-shadow:none;color:var(--muted);padding:6px;border-radius:6px;flex-shrink:0}.edit-product-option-row>button:hover{background:#ffffff14;color:#ff9caf}.edit-product-add-option,.edit-product-add-variation{background:transparent;border:0;box-shadow:none;color:var(--blue-bright);padding:4px 0;font:inherit;font-size:13px}.edit-product-add-option:hover,.edit-product-add-variation:hover{text-decoration:underline}.edit-product-field>.table-wrap{overflow-x:auto;max-width:100%}.edit-product-variation-table{min-width:640px}.edit-product-variation-table input{width:100%;min-width:90px;box-sizing:border-box}.edit-product-variation-table td>button{background:transparent;border:0;box-shadow:none;color:var(--muted);padding:6px;border-radius:6px}.edit-product-variation-table td>button:hover{background:#ffffff14;color:#ff9caf}.edit-product-variation-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.edit-product-variation-toolbar-left{display:flex;align-items:center;gap:10px;min-width:0}.edit-product-variation-toolbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.edit-product-scope-trigger{display:flex;align-items:center;gap:6px;min-width:90px;justify-content:space-between;background:#ffffff05;border:1px solid var(--border);border-radius:8px;padding:7px 10px;color:var(--text);font:inherit;font-size:13px;flex-shrink:0}.edit-product-field .edit-product-bulk-input{width:110px;flex-shrink:0}.edit-product-bulk-price{display:flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:8px;padding:0 10px;background:#ffffff05;flex-shrink:0}.edit-product-bulk-price span{color:var(--muted);font-size:12px}.edit-product-field .edit-product-bulk-price input{border:0;background:transparent;padding:7px 0;width:100px;box-shadow:none}.edit-product-options-trigger{display:flex;align-items:center;gap:6px}.edit-product-enlarge-button{padding:7px 9px;flex-shrink:0}@media(max-width:760px){.edit-product-variation-toolbar{flex-wrap:wrap}.edit-product-variation-toolbar-right{margin-left:0}}.edit-product-scope-backdrop{z-index:1601}.edit-product-scope-menu{position:fixed;z-index:1602;background:var(--panel-raised);border:1px solid var(--border);border-radius:10px;box-shadow:0 14px 32px #00000073;padding:10px;display:grid;gap:6px;max-height:320px;overflow-y:auto;box-sizing:border-box}.edit-product-scope-search{width:100%}.edit-product-scope-group small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:11px;margin:6px 0 4px}.edit-product-scope-option{display:flex;align-items:center;gap:8px;padding:5px 4px;font-size:13px;cursor:pointer}.edit-product-scope-option input{width:auto}.edit-product-scope-reset{justify-self:start;background:transparent;border:0;box-shadow:none;color:var(--blue-bright);padding:4px 0;font-size:12px}.edit-product-variation-color-cell{text-align:left;vertical-align:middle}.edit-product-variation-color-cell-inner{display:flex;align-items:center;gap:8px}.edit-product-variation-color-image{width:44px;height:44px;border-radius:8px;border:1px dashed #2a3d56;background:#101a28;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;flex-shrink:0;color:var(--muted)}.edit-product-variation-color-image img{width:100%;height:100%;object-fit:cover}.edit-product-variation-color-image-wrap{position:relative;flex-shrink:0}.edit-product-variation-image-menu{display:grid;gap:2px}.edit-product-variation-image-menu-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;background:transparent;border:0;box-shadow:none;color:var(--text);font:inherit;cursor:pointer;text-align:left;width:100%;box-sizing:border-box}.edit-product-variation-image-menu-item:hover{background:#ffffff0f}.edit-product-variation-image-picker{width:min(560px,calc(100vw - 60px))}.edit-product-variation-image-picker .edit-product-image-grid{margin:16px 0}.edit-product-variation-image-picker-tile{padding:0;border:1px solid #223247;cursor:pointer}.edit-product-variation-image-picker-tile:hover{border-color:var(--blue)}.edit-product-preorder-cell{display:flex;align-items:center;gap:8px}.edit-product-preorder-days{width:90px}.edit-product-weight-cell{display:flex;align-items:center;gap:6px}.edit-product-weight-cell input{min-width:70px}.edit-product-weight-cell select{width:auto;min-width:60px;padding:7px 8px}.edit-product-cell-select{width:100%;min-width:90px}.edit-product-variation-table input.invalid,.edit-product-variation-table select.invalid{border-color:#ff9caf}.edit-product-variation-table .edit-product-field-error{margin-top:4px;white-space:normal;text-align:left}.edit-product-add-new-sku{justify-self:start;width:fit-content;margin-top:12px;background:transparent;border:0;box-shadow:none;color:var(--blue-bright);padding:4px 0;font:inherit;font-size:13px}.edit-product-add-new-sku:hover{text-decoration:underline}.edit-product-link-cell{min-width:160px}.edit-product-variation-table td>button.edit-product-link-button{padding:7px 14px;background:var(--blue);border-color:var(--blue);color:#fff}.edit-product-variation-table td>button.edit-product-link-button:hover{background:var(--blue-bright);color:#fff}.edit-product-variation-table td>button.edit-product-link-button.browse{background:transparent;color:var(--blue-bright)}.edit-product-variation-table td>button.edit-product-link-button.browse:hover{background:#3b82f61f;color:var(--blue-bright)}.edit-product-linked-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #245078;border-radius:999px;background:#10243a;color:#72baff;font-size:12px;max-width:100%}.edit-product-linked-badge span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:140px}.edit-product-linked-badge button{background:transparent;border:0;box-shadow:none;color:inherit;padding:0;font-size:14px;line-height:1;flex-shrink:0}.edit-product-linked-badge button:hover{color:#ff9caf}.edit-product-stock-linked{color:#72baff}.edit-product-link-confirm{width:min(480px,calc(100vw - 60px));padding:24px;background:var(--panel-raised);border:1px solid var(--border);border-radius:13px;box-shadow:0 24px 70px #0000008c}.edit-product-link-confirm h2{margin:0 0 12px;font-size:18px}.edit-product-link-confirm p{margin:0;color:var(--muted);line-height:1.55}.edit-product-link-confirm p strong{color:var(--text)}.edit-product-link-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.edit-product-sku-input{position:relative}.edit-product-sku-suggestions{position:fixed;z-index:1602;background:var(--panel-raised);border:1px solid var(--border);border-radius:10px;box-shadow:0 14px 32px #00000073;padding:6px;display:grid;gap:2px;max-height:260px;overflow-y:auto;box-sizing:border-box}.edit-product-sku-suggestions button{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;background:transparent;border:0;box-shadow:none;color:var(--text);padding:7px 9px;border-radius:7px;text-align:left;font:inherit}.edit-product-sku-suggestions button:hover{background:#ffffff0f}.edit-product-sku-suggestions button strong{font-size:13px;font-weight:600}.edit-product-sku-suggestions button small{color:var(--muted);font-size:11px}.edit-product-dimensions-row{display:flex;gap:10px}.edit-product-dimensions-row .edit-product-option-input-wrap{flex:1}.edit-product-delivery-options{display:flex;gap:22px}.edit-product-radio{display:flex;align-items:center;gap:7px;font-size:14px;color:var(--text);cursor:pointer}.edit-product-radio input{width:auto;accent-color:var(--blue-bright)}.edit-product-compliance-upload{width:140px;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:10px;border:1px dashed #2a3d56;cursor:pointer;color:var(--muted);background:transparent}.edit-product-compliance-upload:hover{border-color:var(--blue);color:var(--text)}.edit-product-compliance-upload small{color:var(--muted);font-size:11px}.edit-product-compliance-list{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:8px;max-width:420px}.edit-product-compliance-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:#ffffff05}.edit-product-compliance-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.edit-product-compliance-list button{background:transparent;border:0;box-shadow:none;color:var(--muted);padding:4px;border-radius:6px;flex-shrink:0}.edit-product-compliance-list button:hover{background:#ffffff14;color:#ff9caf}.edit-product-inventory-picker-table{width:100%;table-layout:fixed}.edit-product-inventory-picker-table th,.edit-product-inventory-picker-table td{text-align:center;vertical-align:middle}.edit-product-inventory-picker-table th:nth-child(1){width:46%}.edit-product-inventory-picker-table th:nth-child(2){width:30%}.edit-product-inventory-picker-table th:nth-child(3){width:12%}.edit-product-inventory-picker-table th:nth-child(4){width:12%}.edit-product-inventory-picker-table td.inventory-product-name{text-align:left}.edit-product-variation-modal{width:min(1400px,96vw);max-height:calc(100vh - 48px);overflow:auto;background:var(--panel-raised);border:1px solid var(--border);border-radius:12px;padding:24px;box-sizing:border-box}.edit-product-variation-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.edit-product-variation-modal-header h3{margin:0}@media(max-width:960px){.edit-product-layout{flex-direction:column}.edit-product-sidebar{width:100%;position:static}}.column-status-row th{padding:6px 10px;border-bottom:0;background:#0c1521}.grand-total-gap-row td{padding:8px 16px;border-bottom:0}.column-status-jump{box-shadow:none;cursor:pointer}.column-status-jump:hover{background:#97650f52;border-color:#a1791f}.sku-edit-error{display:block;margin-top:3px;color:#ff9caf;font-size:11px}.date-range-filter{display:flex;align-items:center;gap:10px}.date-range-filter label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.date-range-filter input[type=date]{padding:6px 8px;font-size:12px}.find-replace-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 24px;background:#101a28;border-bottom:1px solid #1f3247}.find-replace-bar label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.find-replace-bar input[type=text]{padding:6px 8px;font-size:12px;min-width:170px}.find-replace-bar input[type=checkbox]{margin:0}.find-replace-count{color:var(--muted);font-size:12px}.tiktok-performance-filters{margin-bottom:26px}.tiktok-performance-kpis{margin-top:0}.tiktok-performance-tabs{margin-top:24px;margin-bottom:20px}.tiktok-performance-tabs button{text-transform:uppercase;font-size:11px;letter-spacing:.04em}.tiktok-performance-section{min-width:0;max-width:100%;overflow:hidden}.tiktok-performance-section .section-title{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;margin:0}.tiktok-performance-section .section-title h2{margin:0}.tiktok-performance-table-wrap{display:block;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden}.tiktok-performance-table-wrap table{width:max-content}.tiktok-performance-table-wrap:not(:has(.tiktok-performance-wide-table)) table{width:100%}.tiktok-performance-wide-table{min-width:2200px}.tiktok-key-metrics{margin-top:26px}.tiktok-key-metrics h2{margin:0 0 14px;font-size:18px}.tiktok-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.tiktok-metric-card{width:100%;text-align:left;cursor:pointer;border-top:2px solid var(--kpi-accent, #3b82f6);position:relative}.tiktok-metric-checkbox{position:absolute;top:14px;right:14px;width:15px!important;min-width:15px!important;height:15px;accent-color:#3b82f6;cursor:pointer}.tiktok-metric-card.selected{box-shadow:0 0 0 2px #3b82f66b,0 10px 26px #0000002e}.tiktok-metric-card small{color:var(--muted)}.tiktok-period-apply{align-self:flex-end;height:44px;padding-inline:18px}.tiktok-performance-filters .forecast-picker{width:250px}.tiktok-metric-chart{margin-top:22px;padding:18px 20px 12px;overflow:hidden;position:relative}.tiktok-chart-legend{display:flex;flex-wrap:wrap;gap:14px 22px;margin-bottom:10px;color:var(--muted);font-size:15px}.tiktok-chart-legend span{display:inline-flex;align-items:center;gap:7px}.tiktok-chart-legend i{width:18px;height:18px;border-radius:50%;display:inline-block}.tiktok-chart-scroll{width:100%;overflow-x:auto}.tiktok-chart-scroll svg{display:block;width:100%;min-width:680px;height:300px}.tiktok-chart-grid line{stroke:#9d91be6b;stroke-width:1.5}.tiktok-chart-hover-line{stroke:#e6e8ef73;stroke-width:1;stroke-dasharray:4 4;pointer-events:none}.tiktok-chart-axis text{fill:#e6e8ef;font-size:15px}.tiktok-chart-axis-y text{fill:#e6e8ef;font-size:15px}.tiktok-chart-tooltip{position:absolute;top:0;right:auto;z-index:2;display:grid;gap:4px;min-width:150px;padding:10px 12px;border:1px solid #456180;border-radius:7px;background:#09131ff5;color:#e6e8ef;box-shadow:0 8px 24px #00000059;font-size:13px;pointer-events:none;transform:translate(10px,-50%)}.tiktok-chart-tooltip span{color:var(--muted);font-size:12px}.tiktok-chart-tooltip b{color:#fff;font-size:14px}.tiktok-chart-tooltip-row{margin-top:5px;color:var(--muted);font-size:11px}.month-picker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.month-picker-grid button{padding:10px 5px;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--text);font:inherit;cursor:pointer}.month-picker-grid button:hover{background:#3b82f61f;border-color:#345d89}.month-picker-grid button.selected{background:#276fe0;border-color:#62a7ff;color:#fff}.sales-calendar-grid button.range{background:#3b82f638;border-radius:0}@media(max-width:900px){.tiktok-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.tiktok-metrics-grid{grid-template-columns:1fr}.tiktok-custom-range{flex-direction:column!important;align-items:stretch!important}.tiktok-period-apply{width:100%}}.expense-form{margin-bottom:20px}.expense-page-actions{display:flex;align-items:center;gap:10px}.expense-page-actions .button{display:inline-block;text-decoration:none}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:20px}.form-grid label{display:flex;flex-direction:column;gap:7px;color:#91a1b5;font-size:13px}.form-grid select{border:1px solid #34445a;border-radius:7px;padding:8px 10px;background:#0a121d;color:#dce7f5;font:inherit}.danger{background:#be18321f;border:1px solid #6e2938;color:#fda4af;box-shadow:none}.danger:hover{background:#e11d4833;border-color:#a43c52}.expense-summary{max-width:850px;margin-bottom:20px}.expense-header-actions{display:flex;align-items:center;gap:10px}.month-field{min-width:0}.month-picker{position:relative;width:100%}.month-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background:#0a121d;color:#dce7f5;border:1px solid #34445a;box-shadow:none;font-weight:400;text-align:left}.month-trigger:hover,.month-trigger.open{background:#0d1826;border-color:#3b82f6}.dropdown-chevron{flex:0 0 auto;width:8px;height:8px;margin:-4px 2px 0 10px;border-right:2px solid #7fa7d9;border-bottom:2px solid #7fa7d9;transform:rotate(45deg);align-self:center}.month-popover{position:absolute;z-index:30;top:calc(100% + 7px);left:0;width:100%;min-width:0;padding:12px;background:#101824;border:1px solid #344b69;border-radius:9px;box-shadow:0 18px 42px #00000073}.month-year{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:8px;margin-bottom:10px}.month-year strong{text-align:center;color:#eaf3ff}.month-year button{padding:6px;background:#172437;border:1px solid #30445f;box-shadow:none}.month-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.month-grid button{padding:8px 3px;background:#111d2b;border:1px solid #283a50;color:#adbbcc;box-shadow:none}.month-grid button:hover{background:#1a3150;border-color:#3b82f6;color:#eef6ff}.month-grid button.active{background:linear-gradient(180deg,#347ff0,#2364d2);border-color:#60a5fa;color:#fff}.this-month{width:100%;margin-top:10px;padding:8px}.category-field{min-width:0}.category-picker{position:relative;width:100%}.category-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;background:#0a121d;color:#dce7f5;border:1px solid #34445a;box-shadow:none;font-weight:400;text-align:left}.category-trigger:hover,.category-trigger.open{background:#0d1826;border-color:#3b82f6}.category-trigger.placeholder{color:#596a80}.category-trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-popover{position:absolute;z-index:30;top:calc(100% + 7px);left:0;width:100%;min-width:0;max-height:330px;overflow-y:auto;padding:7px;background:#101824;border:1px solid #344b69;border-radius:9px;box-shadow:0 18px 42px #00000073}.category-popover button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;background:transparent;border:1px solid transparent;color:#adbbcc;box-shadow:none;text-align:left;font-weight:400}.category-popover button:hover{background:#18283c;border-color:#2c4f79;color:#eef6ff}.category-popover button.keyboard-active{background:#18283c;border-color:#3b82f6;color:#eef6ff}.category-popover button.active{background:#2563eb2e;border-color:#3676c9;color:#79b9ff}.category-popover button b{color:#60a5fa}.legacy-category{margin:3px 3px 7px;padding:9px 10px;border-radius:6px;background:#92600c21;color:#e9c36d;font-size:12px}.category-empty{padding:12px 10px;color:#6f829b;font-size:12px;text-align:center}.category-clear-option{color:#fda4af;font-style:italic;border-bottom:1px solid #26374d;border-radius:0;margin-bottom:4px}.category-clear-option:hover{background:#be183224;border-color:#6e2938;color:#ffd7dc}.category-group-label{padding:8px 10px 4px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5c7495}.expense-records{overflow:visible}.expense-edit-row td{vertical-align:middle;padding-top:14px;padding-bottom:14px}.expense-edit-row input{width:100%;min-width:130px}.expense-edit-row .month-field,.expense-edit-row .category-field{display:block;min-width:180px}.expense-edit-row .category-field{min-width:280px}.expense-amount-input{text-align:right}.expense-row-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;white-space:nowrap}.bank-bulk-category{display:flex;align-items:center;gap:8px}.bank-bulk-category .category-field{width:260px}.bank-bulk-category .category-popover{min-width:300px}.bank-bulk-category-warning{max-width:260px;color:#f0b84b;font-size:11px;line-height:1.35}.expense-record-filter{display:flex;align-items:center;gap:18px}.expense-record-filter>span{color:#8494aa;font-size:12px;white-space:nowrap}.filter-month-field{display:flex;align-items:center;gap:9px;color:#91a1b5;font-size:12px}.expense-record-filter .month-picker{width:clamp(190px,18vw,260px)}.expenses-page{display:grid;min-width:0;gap:24px;font-family:var(--font-ui)}.expenses-hero{padding:8px 2px 2px}.expenses-eyebrow{display:block;margin-bottom:8px;color:var(--brand-ink);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.expenses-hero h1{margin:0;color:var(--text);font-family:var(--font-display);font-size:clamp(28px,3vw,40px);font-weight:700;letter-spacing:-.035em;line-height:1.08}.expenses-hero p{max-width:720px;margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.65}.expenses-card{min-width:0;overflow:visible;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-card)}.expenses-card-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border-bottom:1px solid var(--line)}.expenses-card-title{display:flex;align-items:center;gap:12px;min-width:0}.expenses-card-icon{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:var(--r-bubble);background:var(--brand-tint);color:var(--brand)}.expenses-card-icon svg{width:20px;height:20px}.expenses-card-title h2{margin:0;color:var(--text);font-family:var(--font-display);font-size:17px;font-weight:700}.expenses-card-title p{margin:4px 0 0;color:var(--muted);font-size:11px}.expenses-primary{min-height:38px;padding:9px 18px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);box-shadow:var(--shadow-brand);color:#fff;font-family:var(--font-ui);font-size:12px;font-weight:750}.expenses-primary:hover:not(:disabled){border-color:var(--brand-hover);background:var(--brand-hover)}.expenses-primary:disabled{cursor:wait;opacity:.55}.expenses-card-actions{display:flex;align-items:center;gap:8px}.expenses-form{margin:0}.expenses-form-grid{display:grid;grid-template-columns:1fr 1.35fr 1.65fr;gap:16px;padding:20px}.expenses-form-grid>label{display:flex;min-width:0;flex-direction:column;gap:7px;color:var(--muted);font-size:11px;font-weight:650}.expenses-form-grid>label:nth-last-child(2){grid-column:1 / 2}.expenses-form-grid>label:last-child{grid-column:2 / 4}.expenses-page input,.expenses-page .month-trigger,.expenses-page .category-trigger{width:100%;min-height:38px;padding:9px 11px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);background-image:none;box-shadow:none;color:var(--text-2);font-family:var(--font-ui);font-size:12px;font-weight:500;outline:none}.expenses-page input:focus,.expenses-page .month-trigger:hover,.expenses-page .month-trigger.open,.expenses-page .category-trigger:hover,.expenses-page .category-trigger.open{border-color:var(--brand);background:var(--brand-tint);box-shadow:0 0 0 2px var(--brand-tint-2);color:var(--brand-ink)}.expenses-page .category-trigger.placeholder{color:var(--muted-2)}.expenses-page .dropdown-chevron{border-color:var(--muted-2)}.expenses-page .month-popover,.expenses-page .category-popover{z-index:40;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);box-shadow:var(--shadow-pop);color:var(--text-2)}.expenses-page .month-year strong{color:var(--text)}.expenses-page .month-year button,.expenses-page .month-grid button,.expenses-page .this-month,.expenses-page .category-popover button{border:1px solid transparent;background:transparent;background-image:none;box-shadow:none;color:var(--text-2)}.expenses-page .month-year button:hover,.expenses-page .month-grid button:hover,.expenses-page .this-month:hover,.expenses-page .category-popover button:hover,.expenses-page .category-popover button.keyboard-active{border-color:transparent;background:var(--brand-tint);color:var(--brand-ink)}.expenses-page .month-grid button.active,.expenses-page .category-popover button.active{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}.expenses-page .category-popover .stock-filter-search{margin-bottom:7px;background:var(--surface-2)}.expenses-page .category-popover button b{color:var(--brand)}.expenses-page .category-clear-option{border-bottom:1px solid var(--line)!important;color:var(--neg)!important}.expenses-record-filter{display:flex;align-items:center;gap:16px}.expenses-record-filter>span{color:var(--muted);font-family:var(--font-num);font-size:11px;font-weight:700;white-space:nowrap}.expenses-filter-month{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:10px;font-weight:650;text-transform:uppercase}.expenses-filter-month .month-picker{width:185px}.expenses-table-wrap{overflow:auto;border-radius:0 0 var(--r-card) var(--r-card)}.expenses-table-wrap table{width:100%;min-width:1180px;border-collapse:collapse;background:var(--surface)}.expenses-table-wrap th{padding:11px 12px;border-bottom:1px solid var(--line-2);background:var(--surface-2);color:var(--muted-2);font-size:9px;font-weight:800;letter-spacing:.06em;text-align:center;text-transform:uppercase;white-space:nowrap}.expenses-table-wrap td{padding:11px 12px;border-bottom:1px solid var(--line);background:var(--surface);color:var(--text-2);font-size:11px;text-align:center;vertical-align:middle}.expenses-table-wrap tbody tr:hover td{background:var(--brand-tint)}.expenses-table-wrap tbody tr:last-child td{border-bottom:0}.expenses-description{color:var(--text)!important;font-weight:600;text-align:left!important}.expenses-notes{max-width:300px;color:var(--muted)!important;text-align:left!important}.expenses-amount{color:var(--text)!important;font-family:var(--font-num);font-weight:700;white-space:nowrap}.expenses-category{display:block;color:var(--text-2);font-size:10px}.expenses-draft-badge{display:inline-flex;margin-top:4px;padding:2px 6px;border-radius:var(--r-pill);background:var(--brand-tint);color:var(--brand-ink);font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.expenses-parent{display:inline-flex;padding:5px 9px;border-radius:var(--r-pill);background:var(--brand-tint);color:var(--brand-ink);font-size:9px;font-weight:800}.expenses-draft-action{display:inline-flex;padding:6px 9px;border-radius:var(--r-pill);background:var(--surface-2);color:var(--muted);font-size:9px;font-weight:700;text-decoration:none;white-space:nowrap}.expenses-draft-action:hover{background:var(--brand-tint);color:var(--brand-ink)}.expenses-table-wrap th .stock-filter-header,.expense-row-actions{justify-content:center}.expenses-small{min-height:30px;padding:7px 11px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);background-image:none;box-shadow:none;color:var(--text-2);font-family:var(--font-ui);font-size:10px;font-weight:700}.expenses-small:hover:not(:disabled){border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}.expenses-small.is-save{border-color:var(--brand);background:var(--brand);color:#fff}.expenses-small.is-danger{border-color:var(--neg-bg);color:var(--neg)}.expenses-empty{height:110px;color:var(--muted)!important;text-align:center!important}.expenses-page .badge{border:0;border-radius:var(--r-pill);box-shadow:none;font-size:10px;font-weight:700}.expenses-page .badge.warn{background:var(--warn-bg);color:var(--warn)}.expenses-page .badge.success{background:var(--pos-bg);color:var(--pos)}.expenses-page .expenses-month-popover{width:296px;max-width:calc(100vw - 32px);padding:14px;border-radius:var(--r-card)}.expenses-page .expenses-month-popover .sales-calendar-header button{display:grid;width:28px;height:28px;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text-2);font-size:15px;line-height:1}.expenses-page .expenses-month-popover .month-picker-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.expenses-page .expenses-month-popover .month-picker-grid button{padding:10px 4px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--text-2);box-shadow:none;font-size:12px}.expenses-page .expenses-month-popover .month-picker-grid button:hover{background:var(--brand-tint);color:var(--brand-ink)}.expenses-page .expenses-month-popover .month-picker-grid button.selected{border-color:var(--brand);background:var(--brand);color:#fff;font-weight:700}.expenses-page .expenses-month-popover .ttp-cal-actions{display:flex;gap:8px;margin-top:12px}.expenses-page .expenses-month-popover .ttp-cal-actions button{flex:1;min-height:38px;border-radius:var(--r-pill);box-shadow:none;font-size:11px;font-weight:700}.expenses-page .expenses-month-popover .ttp-cal-cancel{border:1px solid var(--line);background:var(--surface);color:var(--text-2)}.expenses-page .expenses-month-popover .ttp-cal-apply{border:1px solid var(--brand);background:var(--brand);color:#fff}.expenses-filter-month .expenses-month-popover{right:0;left:auto}.expenses-table-wrap tfoot td{border-top:1px solid var(--line-2);border-bottom:0;background:var(--surface-2)}.expenses-total-row td:first-child{color:var(--text);font-weight:800;text-align:right}.expenses-total-row .expenses-amount{color:var(--brand-ink)!important;font-size:12px;font-weight:850}@media(max-width:1200px){.expenses-form-grid{grid-template-columns:1fr 1fr}.expenses-form-grid>label:nth-last-child(2),.expenses-form-grid>label:last-child{grid-column:auto}.expenses-card-head{align-items:flex-start;flex-direction:column}.expenses-card-actions{width:100%}.expenses-card-actions .expenses-primary{flex:1}.expenses-record-filter{width:100%;justify-content:space-between}}@media(max-width:620px){.expenses-form-grid{grid-template-columns:1fr}.expenses-filter-month{align-items:flex-start;flex-direction:column}}html .app-shell .expenses-page .expenses-table-wrap th{border-color:var(--line-2);background:var(--surface-2);color:var(--muted-2)}html .app-shell .expenses-page .expenses-table-wrap td,html .app-shell .expenses-page .expenses-table-wrap tbody tr:nth-child(2n) td{border-color:var(--line);background:var(--surface);color:var(--text-2)}html .app-shell .expenses-page .expenses-table-wrap tbody tr:hover td{background:var(--brand-tint)}.expense-planner-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;background:#1a191775;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.expense-planner{display:flex;width:min(980px,100%);max-height:min(820px,calc(100dvh - 48px));flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 24px 70px #1a191738;color:var(--text-2);font-family:var(--font-ui)}.expense-planner__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:22px 24px 18px;border-bottom:1px solid var(--line)}.expense-planner__header span{color:var(--brand-ink);font-size:9px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.expense-planner__header h2{margin:5px 0 0;color:var(--text);font-family:var(--font-display);font-size:25px;letter-spacing:-.025em}.expense-planner__header p{margin:7px 0 0;color:var(--muted);font-size:11px}.expense-planner__close{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);box-shadow:none;line-height:0}.expense-planner__close:hover{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}.expense-planner__close svg{width:17px;height:17px}.expense-planner__body{min-height:0;padding:20px 24px 24px;overflow:auto}.expense-planner__summary{display:grid;grid-template-columns:1.35fr repeat(5,minmax(0,1fr));gap:8px;margin-bottom:20px}.expense-planner__summary article{display:flex;min-width:0;min-height:78px;flex-direction:column;justify-content:center;gap:6px;padding:12px 13px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.expense-planner__summary article.is-total{border-color:var(--brand);background:var(--brand);color:#fff}.expense-planner__summary small{overflow:hidden;color:var(--muted);font-size:8px;font-weight:800;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.expense-planner__summary strong{overflow:hidden;color:var(--text);font-family:var(--font-num);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.expense-planner__summary span{color:#ffffffc2;font-size:8px}.expense-planner__summary .is-total small,.expense-planner__summary .is-total strong{color:#fff}.expense-planner__toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.expense-planner__toolbar h3{margin:0;color:var(--text);font-family:var(--font-display);font-size:16px}.expense-planner__toolbar p{margin:4px 0 0;color:var(--muted);font-size:10px}.expense-planner__toolbar .expenses-primary{flex:0 0 auto}.expense-planner__toolbar-actions{display:flex;align-items:center;gap:8px}.expense-planner__notice{display:flex;align-items:center;gap:9px;margin:-7px 0 17px;padding:9px 11px;border:1px solid #ffd6c4;border-radius:11px;background:var(--brand-tint);color:var(--muted-2);font-size:9px}.expense-planner__notice strong{flex:0 0 auto;color:var(--brand-ink);font-size:9px}.expense-planner__error{margin:10px 0;padding:10px 12px;border:1px solid #ffd8dc;border-radius:11px;background:#fff1f2;color:#a9242b;font-size:10px}.expense-planner__form{margin:0 0 12px;padding:14px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}.expense-planner__fields{display:grid;grid-template-columns:.85fr 1.45fr .75fr;gap:10px}.expense-planner__fields label{display:flex;min-width:0;flex-direction:column;gap:6px}.expense-planner__fields label>span{color:var(--muted);font-size:9px;font-weight:750}.expense-planner__fields input,.expense-planner__fields select{width:100%;min-height:40px;padding:9px 11px;border:1px solid var(--line-dark);border-radius:11px;background:var(--surface);color:var(--text);font-family:var(--font-ui);font-size:11px;outline:0}.expense-planner__fields input:focus,.expense-planner__fields select:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint)}.expense-planner__form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:11px}.expense-planner__table-wrap{overflow:auto;border:1px solid var(--line);border-radius:15px}.expense-planner__table-wrap table{width:100%;min-width:650px;border-collapse:collapse}.expense-planner__table-wrap th,.expense-planner__table-wrap td{padding:11px 13px;border-bottom:1px solid var(--line);text-align:center;vertical-align:middle}.expense-planner__table-wrap th{background:var(--surface-2);color:var(--muted-2);font-size:8px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.expense-planner__table-wrap .stock-filter-header{justify-content:center}.expense-planner__table-wrap .history-sort-button,.expense-planner__table-wrap .stock-sort-trigger,.expense-planner__table-wrap .stock-filter-trigger{color:inherit}.expense-planner__table-wrap td{color:var(--text-2);font-size:10px}.expense-planner__table-wrap tbody tr:last-child td{border-bottom:0}.expense-planner__table-wrap tbody tr:hover td{background:var(--brand-tint)}.expense-planner__table-wrap tfoot td{border-top:1px solid var(--line-2);border-bottom:0;background:var(--surface-2);color:var(--text);font-weight:850;text-align:right}.expense-planner__department{display:inline-flex;padding:5px 9px;border-radius:var(--r-pill);background:var(--brand-tint);color:var(--brand-ink);font-size:8px;font-weight:850}.expense-planner__name{color:var(--text)!important;font-weight:700;text-align:left!important}.expense-planner__draft-row td{background:#fffdf8}.expense-planner__draft-badge{display:inline-flex;margin-left:8px;padding:3px 7px;border-radius:var(--r-pill);background:#fff1e9;color:var(--brand-ink);font-size:7px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;vertical-align:middle}.expense-planner__amount{color:var(--text)!important;font-family:var(--font-num);font-weight:800;white-space:nowrap}.expense-planner__yearly{background:#fffaf6;color:var(--brand-ink)!important}.expense-planner__actions{display:flex;justify-content:center;gap:7px}.expense-planner__edit-row>td{padding:13px;background:var(--surface-2)}.expense-planner__empty{height:120px;color:var(--muted)!important;text-align:center!important}@media(max-width:760px){.expense-planner-backdrop{align-items:end;padding:0}.expense-planner{width:100%;max-height:91dvh;border-width:1px 0 0;border-radius:24px 24px 0 0}.expense-planner__header{padding:18px 17px 14px}.expense-planner__header h2{font-size:20px}.expense-planner__header p{max-width:260px;font-size:9px;line-height:1.45}.expense-planner__body{padding:14px 16px calc(20px + env(safe-area-inset-bottom))}.expense-planner__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.expense-planner__summary article.is-total{grid-column:1 / -1}.expense-planner__toolbar{align-items:stretch;flex-direction:column}.expense-planner__toolbar .expenses-primary{width:100%}.expense-planner__toolbar-actions{display:grid;grid-template-columns:1fr}.expense-planner__notice{align-items:flex-start;flex-direction:column;gap:3px;line-height:1.45}.expense-planner__fields{grid-template-columns:1fr}.expense-planner__form-actions{display:grid;grid-template-columns:1fr 1fr}.expense-planner__form-actions button{width:100%}.expense-planner__table-wrap{margin-inline:-1px}}html .pw{font-family:var(--font-ui);color:var(--text-2)}html .pw .page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}html .pw .page-header h1{margin:0;font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:-.02em;color:var(--text)}html .pw .page-header p{margin:6px 0 0;font-size:13px;color:var(--muted)}html .pw .compact-search{min-width:260px;max-width:340px;height:40px;padding:0 14px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);color:var(--text);font-family:var(--font-ui);font-size:13px}html .pw .compact-search{text-align:center}html .pw .compact-search::placeholder{color:var(--muted-2)}html .pw .compact-search:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .card,html .pw .section-card,html .pw .table-card,html .pw .product-master-card,html .pw .filters{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-card);color:var(--text-2)}html .pw .card.warning,html .pw .matrix-missing-cogs{border-color:#f0d9a0;background:#fff8ea}html .pw .section-title,html .pw .card-title,html .pw .product-master-header,html .pw .portfolio-matrix-header,html .pw .matrix-table-title{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 20px;margin:0;border-bottom:1px solid var(--line);min-height:0}html .pw .section-title h2,html .pw .card-title h2,html .pw .product-master-header h2,html .pw .portfolio-matrix-header h2,html .pw .matrix-table-title h2{margin:0;font-family:var(--font-display);font-size:16px;font-weight:700;color:var(--text)}html .pw .cogs-header-actions,html .pw .portfolio-matrix-tools,html .pw .matrix-table-tools{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}html .pw .selection-count{color:var(--muted);font-size:13px;font-weight:600;white-space:nowrap}html .pw .filter-label{color:var(--text);font-weight:700;font-size:12px}html .pw .matrix-filters .orders-period{padding-top:0}html .pw .matrix-filters .matrix-settings-btn{align-self:flex-end}html .pw .cogs-header-actions>button,html .pw .cogs-header-actions>label.button{min-height:40px}html .pw .cogs-header-actions .rs-settings-btn{padding:9px 20px}html .pw button:not([class]),html .pw label.button,html .pw .cogs-header-actions button:not(.secondary):not(.danger){display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border:0;border-radius:var(--r-pill);background:var(--brand);background-image:none;color:#fff;font-family:var(--font-ui);font-size:13px;font-weight:600;box-shadow:none;cursor:pointer}html .pw button:not([class]):hover,html .pw label.button:hover,html .pw .cogs-header-actions button:not(.secondary):not(.danger):hover{background:var(--brand-hover);background-image:none}html .pw button:not([class]):disabled,html .pw label.button.disabled{opacity:.55;cursor:not-allowed}html .pw .secondary,html .pw .matrix-settings-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);background-image:none;color:var(--text-2);font-family:var(--font-ui);font-size:13px;font-weight:600;box-shadow:none;cursor:pointer}html .pw .secondary:hover,html .pw .matrix-settings-button:hover{border-color:var(--brand);background:var(--brand-tint);background-image:none;color:var(--brand-ink)}html .pw .danger{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:1px solid transparent;border-radius:var(--r-pill);background:var(--neg-bg);background-image:none;color:var(--neg);font-family:var(--font-ui);font-size:13px;font-weight:600;box-shadow:none;cursor:pointer}html .pw .danger:hover{background:#fbdcdc;background-image:none}html .pw .table-wrap,html .pw .matrix-table-scroll,html .pw .product-master-card>.table-wrap{overflow:auto}html .pw .product-master-table,html .pw .table-card table,html .pw .matrix-table table{width:100%;border-collapse:collapse;font-family:var(--font-ui);background:var(--surface)}html .pw .product-master-table thead th,html .pw .table-card table thead th,html .pw .matrix-table table thead th{position:sticky;top:0;z-index:2;background:var(--surface-2);border-bottom:1px solid var(--line-2);padding:12px 16px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text);white-space:nowrap}html .pw .product-master-table tbody td,html .pw .table-card table tbody td,html .pw .matrix-table table tbody td{background:var(--surface);border-bottom:1px solid var(--line);padding:12px 16px;font-size:13px;color:var(--text-2);vertical-align:middle}html .pw .product-master-table tbody tr:nth-child(2n) td,html .pw .table-card table tbody tr:nth-child(2n) td,html .pw .matrix-table table tbody tr:nth-child(2n) td{background:var(--surface)}html .pw .product-master-table tbody tr:hover td,html .pw .table-card table tbody tr:hover td,html .pw .matrix-table table tbody tr:hover td{background:var(--brand-tint)}html .pw .product-master-table tbody tr.selected-row td,html .pw .selected-row td{background:var(--brand-tint-2)}html .pw .product-master-table tbody tr:last-child td,html .pw .table-card table tbody tr:last-child td{border-bottom:0}html .pw .card.table-card{overflow-x:auto}html .pw .cogs-history{width:100%;border-collapse:collapse;background:var(--surface)}html .pw .cogs-history thead th{background:var(--surface-2);border-bottom:1px solid var(--line-2);padding:12px 16px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text);white-space:nowrap}html .pw .cogs-history tbody td{background:var(--surface);border-bottom:1px solid var(--line);padding:12px 16px;font-size:13px;color:var(--text-2)}html .pw .cogs-history tbody tr:hover td{background:var(--brand-tint)}html .pw .cogs-history tbody tr:last-child td{border-bottom:0}html .pw .cogs-history .empty{color:var(--muted)}html .pw .cogs-history .restock-order-id-cell{cursor:pointer;-webkit-user-select:none;user-select:none}html .pw .cogs-history .restock-order-id-cell:focus-visible{outline:2px solid var(--brand);outline-offset:-3px}html .pw .cogs-history .restock-order-id-input{width:min(150px,100%);min-height:34px;padding:6px 9px;border:1px solid var(--brand);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-weight:700;text-align:center;outline:2px solid color-mix(in srgb,var(--brand) 18%,transparent)}html .pw .history-actions .small{padding:6px 12px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);background-image:none;color:var(--text-2);font-weight:600;box-shadow:none}html .pw .history-actions .small:hover:not(:disabled){border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .pw .history-actions .small.danger{border-color:transparent;background:var(--neg-bg);color:var(--neg)}html .pw .history-actions .small.danger:hover:not(:disabled){background:#fbdcdc}html .pw .restock-status-select{background-color:var(--surface-2);border:1px solid transparent;color:var(--text-2);box-shadow:none}html .pw .restock-status-select.restock-status-proceed{background-color:var(--pos-bg);color:var(--pos)}html .pw .restock-status-select.restock-status-pending{background-color:#fff3da;color:#9a6b00}html .pw .restock-status-select.restock-status-cancel{background-color:var(--neg-bg);color:var(--neg)}html .pw .restock-status-select:hover{filter:brightness(.97)}html .pw-portal.restock-status-menu{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop)}html .pw-portal .restock-status-menu-item{background:transparent;color:var(--text-2);border:1px solid transparent}html .pw-portal .restock-status-menu-item:hover{background:var(--surface-2);color:var(--text)}html .pw-portal .restock-status-menu-item.selected.restock-status-proceed{background:var(--pos-bg);color:var(--pos);border-color:transparent}html .pw-portal .restock-status-menu-item.selected.restock-status-pending{background:#fff3da;color:#9a6b00;border-color:transparent}html .pw-portal .restock-status-menu-item.selected.restock-status-cancel{background:var(--neg-bg);color:var(--neg);border-color:transparent}html .pw .product-master-table input[type=checkbox]{accent-color:var(--brand)}html .pw .product-master-table:not(.editing){table-layout:auto;min-width:0}html .pw .product-master-table:not(.editing) th:nth-child(n){width:auto}html .pw .product-master-table thead th .history-sort-button{overflow:visible;text-overflow:clip;white-space:nowrap}html .pw .product-master-table .stock-filter-header{min-width:max-content}html .pw .product-master-table th.pm-col-no{width:1%;white-space:nowrap;text-align:center}html .pw .product-master-table .product-name-cell{min-width:300px}html .pw .product-master-table td.center-input-cell strong{white-space:nowrap}html .pw .product-master-table .product-name-cell{color:var(--text)}html .pw .product-master-table td .theme-select>button,html .pw .product-master-table .center-input-cell input{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:var(--r-control)}html .pw .stock-filter-header .history-sort-button{color:var(--text);font:inherit;font-weight:700;background:transparent;box-shadow:none}html .pw .stock-filter-header .history-sort-button:hover,html .pw .stock-filter-header .history-sort-button.is-filtered{color:var(--brand-ink);background:transparent}html .pw .stock-filter-header .history-sort-icon{filter:invert(62%);opacity:.7}html .pw .stock-filter-trigger.is-filtered img,html .pw .stock-filter-trigger:hover img{filter:brightness(0) saturate(100%) invert(26%) sepia(89%) saturate(1875%) hue-rotate(354deg) brightness(93%) contrast(94%);opacity:1}html .pw .stock-filter-menu{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-pop)}html .pw .stock-filter-search{border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text)}html .pw .stock-filter-search:focus{border-color:var(--brand-ink);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .stock-filter-option{border-radius:var(--r-control);background:transparent;color:var(--text-2)}html .pw .stock-filter-option:hover,html .pw .stock-filter-option.active{background:var(--brand-tint);color:var(--brand-ink);box-shadow:none}html .pw .badge{display:inline-block;padding:4px 10px;border:0;border-radius:var(--r-pill);font-size:11px;font-weight:600}html .pw .badge.success{background:var(--pos-bg);color:var(--pos)}html .pw .badge.danger{background:var(--neg-bg);color:var(--neg)}html .pw .badge.warn{background:#fff3da;color:#9a6b00}html .pw .badge.pending{background:var(--surface-2);color:var(--muted)}html .pw .badge.marketplace-tiktok{background:#1a1917;color:#fff}html .pw .badge.marketplace-shopee{background:var(--brand);color:#fff}html .pw .marketplace-tags span{padding:4px 10px;border:0;border-radius:var(--r-pill);background:var(--surface-2);color:var(--text-2);font-size:11px;font-weight:600}html .pw .marketplace-checks input{accent-color:var(--brand)}html .pw .portfolio-matrix-header{margin-left:-80px;padding-left:8px}html .pw .portfolio-matrix-tools{position:relative;gap:10px}html .pw .portfolio-guide-info{position:relative;display:flex;align-items:center}html .pw .portfolio-guide-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);background-image:none;color:var(--muted);font-family:var(--font-display);font-size:14px;font-weight:800;line-height:1;box-shadow:none;cursor:pointer}html .pw .portfolio-guide-btn:hover,html .pw .portfolio-guide-btn.open{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .pw .portfolio-guide-pop{position:absolute;top:calc(100% + 8px);right:0;z-index:40;width:min(420px,78vw);padding:14px 16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop)}html .pw .portfolio-guide-pop strong{display:block;margin-bottom:6px;font-family:var(--font-display);font-size:13px;font-weight:700;color:var(--text)}html .pw .portfolio-guide-pop p{margin:0;font-size:12px;line-height:1.55;color:var(--muted)}html .pw .cogs-fix-dialog{width:min(720px,calc(100vw - 40px));max-height:calc(100vh - 56px);display:flex;flex-direction:column;padding:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop);overflow:hidden}html .pw .cogs-fix-head{flex:0 0 auto;padding:18px 22px 16px;border-bottom:1px solid var(--line)}html .pw .cogs-fix-head h2{margin:0;font-family:var(--font-display);font-size:17px;font-weight:700;letter-spacing:-.01em;color:var(--text)}html .pw .cogs-fix-head p{margin:6px 0 0;font-size:12px;line-height:1.5;color:var(--muted)}html .pw .cogs-fix-dialog .error{margin:12px 22px 0;flex:0 0 auto}html .pw .cogs-fix-note{flex:0 0 auto;margin:12px 22px 0;padding:9px 12px;border-radius:var(--r-control);background:var(--brand-tint);border:1px solid var(--brand-tint-2);font-size:12px;line-height:1.5;color:var(--brand-ink)}html .pw .cogs-fix-onfile{display:inline-block;margin:4px 0 0;padding:1px 7px;border-radius:999px;background:var(--pos-bg, #e6f6ec);color:var(--pos, #1a7f45);font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;vertical-align:middle}html .pw .cogs-fix-was{display:block;margin:4px 0 0;font-size:10px;color:var(--muted-2);overflow-wrap:anywhere}html .pw .cogs-fix-table-wrap{flex:1 1 auto;min-height:0;padding:12px 22px 16px;overflow-y:auto}html .pw .cogs-fix-table{width:100%;border-collapse:collapse;table-layout:fixed}html .pw .cogs-fix-table th{text-align:left;padding:8px 10px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-2);border-bottom:1px solid var(--line-2)}html .pw .cogs-fix-table td{padding:9px 10px;border-bottom:1px solid var(--line);font-size:13px;color:var(--text-2);vertical-align:middle}html .pw .cogs-fix-table tr:last-child td{border-bottom:0}html .pw .cogs-fix-table th:last-child,html .pw .cogs-fix-table td:last-child{width:132px}html .pw .cogs-fix-table-v th:first-child,html .pw .cogs-fix-table-v td:first-child{width:168px}html .pw .cogs-fix-variation{color:var(--muted);font-size:11px;line-height:1.35;overflow-wrap:break-word}html .pw .cogs-fix-current{display:inline-block;color:var(--text-2);font-size:12px;font-weight:600;line-height:1.4;overflow-wrap:break-word;word-break:normal}html .pw .cogs-fix-skucell input{width:100%;font-size:12px}html .pw .cogs-fix-table td:last-child input{width:100%}html .pw .cogs-fix-table input{padding:7px 10px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text);font-family:var(--font-ui)}html .pw .cogs-fix-table input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .cogs-fix-table input::placeholder{color:var(--muted-2)}html .pw .cogs-fix-sku{position:relative}html .pw .cogs-fix-sku>input{width:100%;min-width:0}html .pw .cogs-fix-sku>input::placeholder{color:var(--muted-2)}html .pw .cogs-fix-foot{flex:0 0 auto;display:flex;justify-content:flex-end;gap:10px;padding:14px 22px;border-top:1px solid var(--line);background:var(--surface-2)}html .pw .cogs-fix-sku-pop{z-index:1200;max-height:220px;overflow-y:auto;padding:4px;display:flex;flex-direction:column;gap:2px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-control);box-shadow:var(--shadow-pop)}html .pw .cogs-fix-sku-option{text-align:left;padding:7px 10px;border:0;border-radius:var(--r-control);background:transparent;color:var(--text-2);font-size:12px;box-shadow:none;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html .pw .cogs-fix-sku-option:hover{background:var(--brand-tint);color:var(--brand-ink)}html .pw .matrix-missing-cogs-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}html .pw .matrix-missing-cogs-suggest{flex:0 0 auto;font-size:12px;padding:6px 12px}html .pw .sku-suggest-dialog{width:min(1040px,calc(100vw - 40px))}html .pw .sku-suggest-toolbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:12px 22px 0}html .pw .sku-suggest-conf{flex-wrap:wrap}html .pw .sku-suggest-conf button{font-size:11px;padding:5px 9px}html .pw .sku-suggest-bulk{display:flex;gap:8px}html .pw .sku-suggest-bulk button{font-size:11px;padding:5px 10px}html .pw .sku-suggest-table{table-layout:auto}html .pw .sku-suggest-table th,html .pw .sku-suggest-table td{font-size:12px}html .pw .sku-suggest-table .ss-check{width:30px;text-align:center}html .pw .sku-suggest-table .ss-num{text-align:right;white-space:nowrap}html .pw .sku-suggest-table .ss-conf{width:74px;text-align:center}html .pw .sku-suggest-table td.ss-product{color:var(--text);font-weight:600;max-width:260px;overflow-wrap:break-word}html .pw .sku-suggest-table td.ss-variation{color:var(--muted);white-space:nowrap}html .pw .sku-suggest-table td.ss-num input{width:88px;text-align:right}html .pw .sku-suggest-table td input[type=text],html .pw .sku-suggest-table td input:not([type]){width:100%;min-width:150px;font-size:12px}html .pw .sku-suggest-table input{padding:6px 8px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text);font-family:var(--font-ui)}html .pw .sku-suggest-table input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .ss-conf-pill{display:inline-block;padding:1px 7px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}html .pw .ss-conf-high{background:var(--pos-bg, #e6f6ec);color:var(--pos, #1a7f45)}html .pw .ss-conf-medium{background:var(--brand-tint-2);color:var(--brand-ink)}html .pw .ss-conf-low{background:#fef0e7;color:#b5651d}html .pw .ss-conf-none{background:var(--surface-3, #eee);color:var(--muted)}html .pw .matrix-pagination{border-top:1px solid var(--line);color:var(--muted);font-size:13px}html .pw .matrix-pagination>div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}html .pw .matrix-pagination .matrix-pagesize-label{color:var(--muted);font-size:13px}html .pw .matrix-pagination .matrix-pagesize{margin-right:4px}html .pw .matrix-pagination .matrix-pagesize button{padding:6px 12px}html .pw .portfolio-quadrants{border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);overflow:hidden}html .pw .portfolio-quadrant{background:var(--surface);border:0}html .pw .portfolio-quadrant:nth-child(odd){border-right:1px solid var(--line)}html .pw .portfolio-quadrant:nth-child(-n+2){border-bottom:1px solid var(--line)}html .pw .portfolio-quadrant{transition:background-color .12s ease,color .12s ease}html .pw .portfolio-quadrant strong{color:var(--text);transition:color .12s ease}html .pw .portfolio-quadrant:hover strong{color:var(--brand)}html .pw .portfolio-quadrant em{color:var(--muted-2)}html .pw .portfolio-quadrant small{color:var(--muted)}html .pw .portfolio-quadrant:hover{background:#ffe2d4;border:0;filter:none}html .pw .portfolio-quadrant:hover .portfolio-quadrant-heading span{color:var(--brand)}html .pw .portfolio-quadrant:focus,html .pw .portfolio-quadrant:focus-visible{outline:none}html .pw .portfolio-quadrant.selected{background:var(--brand);border:0;outline:none;box-shadow:none}html .pw .portfolio-quadrant.selected .portfolio-quadrant-heading span,html .pw .portfolio-quadrant.selected strong,html .pw .portfolio-quadrant.selected em,html .pw .portfolio-quadrant.selected small{color:#fff}html .pw .portfolio-matrix-header>span,html .pw .portfolio-matrix-tools>span{color:var(--muted-2)}html .pw .portfolio-axis-top,html .pw .portfolio-axis-top span,html .pw .portfolio-axis-y,html .pw .portfolio-axis-y span{color:var(--text-2);font-weight:700;letter-spacing:.01em;transition:color .12s ease}html .pw .portfolio-matrix:has(.portfolio-quadrant.star:hover,.portfolio-quadrant.star.selected,.portfolio-quadrant.turnaround:hover,.portfolio-quadrant.turnaround.selected) .portfolio-axis-top span:nth-child(1),html .pw .portfolio-matrix:has(.portfolio-quadrant.potential:hover,.portfolio-quadrant.potential.selected,.portfolio-quadrant.exit:hover,.portfolio-quadrant.exit.selected) .portfolio-axis-top span:nth-child(2),html .pw .portfolio-matrix:has(.portfolio-quadrant.star:hover,.portfolio-quadrant.star.selected,.portfolio-quadrant.potential:hover,.portfolio-quadrant.potential.selected) .portfolio-axis-y span:nth-child(1),html .pw .portfolio-matrix:has(.portfolio-quadrant.turnaround:hover,.portfolio-quadrant.turnaround.selected,.portfolio-quadrant.exit:hover,.portfolio-quadrant.exit.selected) .portfolio-axis-y span:nth-child(2){color:var(--brand)}html .pw .portfolio-quadrant.star .portfolio-quadrant-heading span{color:var(--pos)}html .pw .portfolio-quadrant.potential .portfolio-quadrant-heading span{color:var(--brand-ink)}html .pw .portfolio-quadrant.turnaround .portfolio-quadrant-heading span{color:#9a6b00}html .pw .portfolio-quadrant.exit .portfolio-quadrant-heading span{color:var(--neg)}html .pw .portfolio-quadrants .portfolio-quadrant:hover .portfolio-quadrant-heading span{color:var(--brand)}html .pw .portfolio-quadrants .portfolio-quadrant.selected .portfolio-quadrant-heading span{color:#fff}html .pw .matrix-badge{display:inline-block;padding:4px 10px;border:0;border-radius:var(--r-pill);font-size:11px;font-weight:700;letter-spacing:.02em}html .pw .matrix-badge.star{background:var(--pos-bg);color:var(--pos)}html .pw .matrix-badge.potential{background:var(--brand-tint-2);color:var(--brand-ink)}html .pw .matrix-badge.turnaround{background:#fff3da;color:#9a6b00}html .pw .matrix-badge.exit{background:var(--neg-bg);color:var(--neg)}html .pw .cogs-pagination,html .pw .inventory-pagination{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 20px;border-top:1px solid var(--line);background:var(--surface);color:var(--muted);font-size:13px}html .pw .cogs-page-summary select,html .pw .pw select{border:1px solid var(--line);border-radius:var(--r-control);padding:7px 26px 7px 10px;background:var(--surface);color:var(--text);font:inherit;font-weight:600}html .pw .cogs-pagination .small,html .pw .inventory-pagination .small{padding:6px 12px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);background-image:none;color:var(--text-2);box-shadow:none}html .pw .cogs-pagination .small:hover:not(:disabled),html .pw .inventory-pagination .small:hover:not(:disabled){border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .pw .segmented{display:inline-flex;gap:2px;padding:3px;border:0;border-radius:var(--r-pill);background:var(--surface-2)}html .pw .segmented button{border:0;border-radius:var(--r-pill);padding:7px 14px;background:transparent;background-image:none;color:var(--muted);font-family:var(--font-ui);font-size:12px;font-weight:600;box-shadow:none}html .pw .segmented button:hover:not(.active){background:color-mix(in srgb,var(--brand) 10%,transparent);color:var(--brand-ink)}html .pw .segmented button.active{background:var(--brand);color:#fff}html .pw .notice{border-radius:var(--r-control);border:1px solid var(--line);background:var(--surface-2);color:var(--text-2)}html .pw .notice.success{border-color:color-mix(in srgb,var(--pos) 35%,transparent);background:var(--pos-bg);color:var(--pos)}html .pw .theme-select>button{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:var(--r-control)}html .pw .theme-select-menu{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop)}html .pw .theme-select-menu button{color:var(--text-2)}html .pw .theme-select-menu button:hover,html .pw .theme-select-menu button.active{background:var(--brand-tint);color:var(--brand-ink)}html .pw .theme-select-menu b{color:var(--text)}html .pw .forecast-picker-trigger{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-pill);color:var(--text-2);font-family:var(--font-ui);font-weight:600}html .pw .forecast-picker-trigger:hover,html .pw .forecast-picker-trigger.open{border-color:var(--brand);background:var(--surface)}html .pw .forecast-calendar-popover,html .pw .forecast-month-popover{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop)}html .pw .modal-backdrop{background:#1a191773}html .pw .product-add-modal{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop);color:var(--text-2)}html .pw .product-add-modal label{color:var(--muted)}html .pw .product-add-modal input,html .pw .product-add-modal textarea{border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text)}html .pw .template-link{appearance:none;padding:0;border:0;background:transparent;box-shadow:none;color:var(--brand-ink);font:inherit;text-align:center;text-decoration:underline;cursor:pointer}html .pw .template-link:hover,html .pw .template-link:focus-visible{background:transparent;color:var(--brand)}html .pw .template-link:disabled{cursor:wait;opacity:.6}html .pw .matrix-settings-dialog{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop)}html .pw .matrix-settings-field>span{color:var(--text);font-weight:700}html .pw .matrix-settings-field small,html .pw .matrix-settings-input b{color:var(--muted)}html .pw .matrix-settings-section-title{color:var(--text);border-top-color:var(--line)}html .pw .matrix-settings-body p.subtle,html .pw .matrix-settings-body p{color:var(--muted)}html .pw .matrix-settings-input input,html .pw .matrix-settings-field input[type=text]{border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text);font-family:var(--font-ui)}html .pw .matrix-settings-input input:focus,html .pw .matrix-settings-field input[type=text]:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .matrix-settings-actions{border-top-color:var(--line)}html .pw .generate-invoice-dialog{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop)}html .pw .generate-invoice-dialog>h2{margin:0 0 18px;font-family:var(--font-display);font-size:19px;font-weight:700;color:var(--text)}html .pw .invoice-preview{border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface-2)}html .pw .invoice-preview>div{color:var(--muted)}html .pw .invoice-preview b{color:var(--text)}html .pw .invoice-preview-balance{border-top:1px solid var(--line)}html .pw .invoice-preview-balance span,html .pw .invoice-preview-balance b{color:var(--text)}html .pw .generate-invoice-dialog .actions a.button{display:inline-flex;align-items:center;justify-content:center;padding:9px 20px;border:0;border-radius:var(--r-pill);background:var(--brand);background-image:none;color:#fff;font-family:var(--font-ui);font-size:13px;font-weight:600;text-decoration:none;box-shadow:none}html .pw .generate-invoice-dialog .actions a.button:hover{background:var(--brand-hover);background-image:none}html .pw .generate-invoice-dialog .actions a.button.disabled{opacity:.55;pointer-events:none}html .pw .generate-invoice-dialog .actions .secondary{border-radius:var(--r-pill)}html .pw .preview .card-title p{color:var(--muted)}html .pw .preview .stat{border-bottom:1px solid var(--line)}html .pw .preview .stat span{color:var(--muted)}html .pw .preview .stat strong{color:var(--text);font-variant-numeric:tabular-nums}html .pw .preview .stat.stat-warn strong{color:var(--brand)}html .pw .preview .card-title .badge{display:inline-flex;align-items:center;justify-content:center;min-height:40px;min-width:120px;padding:0 20px;border:0;border-radius:var(--r-pill);background:var(--neg);color:#fff;font-family:var(--font-ui);font-size:13px;font-weight:600}html .pw .history-preview .card-title{flex:0 0 auto;align-items:flex-start;gap:20px;padding:18px 20px}html .pw .history-preview .card-title>div{min-width:0}html .pw .history-preview .card-title h2{margin:0 0 6px}html .pw .history-preview .card-title p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}html .pw .history-preview .history-preview-actions{flex:0 0 auto}html .pw .history-preview .restock-search-row{flex:0 0 auto;align-items:center;gap:10px;padding:14px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}html .pw .history-preview .restock-search-row input{border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text)}html .pw .history-preview .restock-search-row input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .restock-edit-lock-note{margin:0;padding:10px 20px;border-bottom:1px solid var(--line)}html .pw .restock-add-product-dialog{width:min(1040px,calc(100vw - 68px));max-height:calc(100vh - 68px);display:flex;flex-direction:column;overflow:hidden;padding:0}html .pw .restock-add-product-dialog>.card-title{flex:0 0 auto;align-items:flex-start;padding:20px;border-bottom:1px solid var(--line)}html .pw .restock-add-product-dialog>.card-title h2{margin:0 0 6px}html .pw .restock-add-product-dialog>.card-title p{margin:0;color:var(--muted);font-size:12px}html .pw .restock-add-product-search{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:16px 20px;border-bottom:1px solid var(--line)}html .pw .restock-add-product-search input{width:100%}html .pw .restock-add-product-table{flex:1 1 auto;min-height:240px;overflow:auto}html .pw .restock-add-product-table table{width:100%;border-collapse:collapse}html .pw .restock-add-product-table th,html .pw .restock-add-product-table td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:center;vertical-align:middle}html .pw .restock-add-product-table thead th{position:sticky;z-index:2;top:0;background:var(--surface-2)}html .pw .restock-add-product-table td:first-child{min-width:280px;text-align:left}html .pw .restock-add-product-table td:nth-child(2){min-width:190px}html .pw .restock-add-product-table input{width:92px;text-align:center}html .pw .restock-add-product-dialog>.actions{flex:0 0 auto;padding:16px 20px;border-top:1px solid var(--line)}html .pw .restock-check-badge{border:1px solid transparent;box-shadow:none}html .pw .restock-check-badge.pending{background:#fff3da;color:#9a6b00;border-color:transparent}html .pw .restock-check-badge.checked{background:var(--pos-bg);color:var(--pos);border-color:transparent}html .pw .inventory-current-table,html .pw .inventory-movement-table,html .pw .inventory-adjustment-table,html .pw .inventory-history-table,html .pw .inventory-history-detail-table,html .pw .inventory-picker-table,html .pw .listing-table{width:100%;border-collapse:collapse;font-family:var(--font-ui);background:var(--surface)}html .pw .inventory-current-table thead th,html .pw .inventory-movement-table thead th,html .pw .inventory-adjustment-table thead th,html .pw .inventory-history-table thead th,html .pw .inventory-history-detail-table thead th,html .pw .inventory-picker-table thead th,html .pw .listing-table thead th{position:sticky;top:0;z-index:2;background:var(--surface-2);border-bottom:1px solid var(--line-2);padding:12px 16px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text);white-space:nowrap;text-align:left}html .pw .inventory-current-table tbody td,html .pw .inventory-movement-table tbody td,html .pw .inventory-adjustment-table tbody td,html .pw .inventory-history-table tbody td,html .pw .inventory-history-detail-table tbody td,html .pw .inventory-picker-table tbody td,html .pw .listing-table tbody td{background:var(--surface);border-bottom:1px solid var(--line);padding:12px 16px;font-size:13px;color:var(--text-2);vertical-align:middle}html .pw .inventory-current-table tbody tr:nth-child(2n) td,html .pw .inventory-movement-table tbody tr:nth-child(2n) td,html .pw .inventory-adjustment-table tbody tr:nth-child(2n) td,html .pw .inventory-history-table tbody tr:nth-child(2n) td,html .pw .inventory-history-detail-table tbody tr:nth-child(2n) td,html .pw .inventory-picker-table tbody tr:nth-child(2n) td,html .pw .listing-table tbody tr:nth-child(2n) td{background:var(--surface)}html .pw .inventory-current-table tbody tr:hover td,html .pw .inventory-movement-table tbody tr:hover td,html .pw .inventory-adjustment-table tbody tr:hover td,html .pw .inventory-history-table tbody tr:hover td,html .pw .inventory-history-detail-table tbody tr:hover td,html .pw .inventory-picker-table tbody tr:hover td,html .pw .listing-table tbody tr:hover td{background:var(--brand-tint)}html .pw .inventory-current-table tbody tr:last-child td,html .pw .inventory-movement-table tbody tr:last-child td,html .pw .inventory-adjustment-table tbody tr:last-child td,html .pw .inventory-history-table tbody tr:last-child td,html .pw .inventory-picker-table tbody tr:last-child td,html .pw .listing-table tbody tr:last-child td{border-bottom:0}html .pw .inventory-current-table strong,html .pw .inventory-history-detail-table strong,html .pw .inventory-adjustment-table strong{color:var(--text);font-weight:700}html .pw .inventory-product-name,html .pw .product-name-cell{color:var(--text);font-weight:600}html .pw .inventory-current-table td.negative,html .pw .inventory-adjustment-table td.negative,html .pw .inventory-history-detail-table td.negative{color:var(--neg)}html .pw .inventory-history-detail-table td.positive,html .pw .inventory-adjustment-table td.new-current-stock strong{color:var(--pos)}html .pw .listing-table .empty,html .pw .inventory-current-table .empty,html .pw .inventory-history-table .empty,html .pw td.empty{color:var(--muted);text-align:center;padding:22px 16px}html .pw .inventory-header-actions{display:flex;gap:10px}html .pw .inventory-header-actions button,html .pw .inventory-header-actions button:last-child{background:var(--brand);background-image:none;color:#fff;border:0;border-radius:var(--r-pill);box-shadow:none;padding:9px 16px;font-weight:600;font-size:13px;cursor:pointer}html .pw .inventory-header-actions button:hover,html .pw .inventory-header-actions button:last-child:hover{background:var(--brand-hover)}html .pw .button-link{display:inline-block;padding:6px 14px;border-radius:999px;border:1px solid #ffd9c6;background:var(--brand-tint-2);color:var(--brand-ink);font-size:12px;font-weight:600;text-decoration:none;white-space:nowrap}html .pw .button-link:hover{background:#fdc;border-color:#ffcbb2}html .pw .inventory-movement-kpis .card.kpi{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);padding:16px 18px;box-shadow:var(--shadow-card)}html .pw .inventory-movement-kpis .card.kpi span{display:block;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-2);margin-bottom:6px}html .pw .inventory-movement-kpis .card.kpi strong{font-family:var(--font-ui);font-size:26px;font-weight:700;color:var(--text);font-variant-numeric:tabular-nums}html .pw .listing-thumbnail{width:44px;height:44px;border-radius:8px;object-fit:cover;border:1px solid var(--line)}html .pw .listing-thumbnail-empty{background:var(--surface-2)}html .pw .inventory-adjustment-modal,html .pw .inventory-history-modal,html .pw .inventory-history-detail-modal,html .pw .inventory-product-picker{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-pop);color:var(--text-2)}html .pw .inventory-adjustment-title h2{color:var(--text)}html .pw .inventory-adjustment-title small{color:var(--muted)}html .pw .inventory-adjustment-controls label,html .pw .inventory-adjustment-list-header h3{color:var(--text);font-weight:600}html .pw .inventory-adjustment-controls input,html .pw .inventory-picker-search{border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text);font-family:var(--font-ui);padding:8px 12px}html .pw .inventory-adjustment-controls input:focus,html .pw .inventory-picker-search:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .inventory-adjustment-footer{border-top:1px solid var(--line);background:transparent;padding-top:14px}html .pw .inventory-adjustment-footer small{color:var(--muted)}html .pw .inventory-history-summary span{color:var(--text-2)}html .pw .inventory-history-summary b{color:var(--muted-2)}html .pw .inventory-close-btn{background:var(--brand);background-image:none;color:#fff;border:0;border-radius:var(--r-control);box-shadow:none;padding:8px 18px;font-weight:600;font-size:13px;cursor:pointer}html .pw .inventory-close-btn:hover{background:var(--brand-hover)}html .pw .inventory-close-btn:disabled{opacity:.55;cursor:default}html .pw .inventory-adjustment-title{align-items:center}html .pw .inventory-adjustment-table-wrap,html .pw .inventory-picker-table-wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-control)}html .pw .inventory-adjustment-table td.empty,html .pw .inventory-adjustment-table .inventory-adjustment-empty,html .pw .inventory-adjustment-table tbody tr:hover td.empty,html .pw .inventory-picker-table td.empty{background:var(--surface);color:var(--muted)}html[data-theme=light] .pw .inventory-reason-select>button,html .pw .inventory-reason-select>button{display:flex;align-items:center;justify-content:center;gap:6px;background:var(--surface);background-image:none;border:1px solid var(--line);border-radius:var(--r-control);color:var(--text);box-shadow:none;padding:9px 14px;font-weight:600;font-family:var(--font-ui)}html .pw .inventory-reason-select>button:hover{border-color:var(--brand)}html .pw .inventory-reason-select>button>span{font-size:10px;line-height:1;color:var(--muted);position:relative;top:-1px}html[data-theme=light] .theme-select-menu.inventory-reason-menu,.theme-select-menu.inventory-reason-menu{background:#fff;border:1px solid #ece7e2;border-radius:12px;box-shadow:0 16px 42px #18120e29;padding:5px}html[data-theme=light] .theme-select-menu.inventory-reason-menu button,.theme-select-menu.inventory-reason-menu button{display:flex;align-items:center;gap:7px;width:100%;text-align:left;background:transparent;border:0;box-shadow:none;color:#2b2926;font:inherit;font-weight:500;padding:9px 11px;border-radius:8px;cursor:pointer}html[data-theme=light] .theme-select-menu.inventory-reason-menu button:hover,.theme-select-menu.inventory-reason-menu button:hover{background:#fff3ed;color:#bd3a12}html[data-theme=light] .theme-select-menu.inventory-reason-menu button.active,.theme-select-menu.inventory-reason-menu button.active{background:#ffe9de;color:#bd3a12;font-weight:700}html[data-theme=light] .theme-select-menu.inventory-reason-menu button b,.theme-select-menu.inventory-reason-menu button b{color:#bd3a12}html .pw .inventory-current-table,html .pw .listing-table{table-layout:auto;min-width:900px}html .pw .inventory-current-table th:nth-child(n),html .pw .inventory-current-table td:nth-child(n),html .pw .listing-table th:nth-child(n),html .pw .listing-table td:nth-child(n){width:auto;overflow:visible}html .pw .inventory-current-table thead th .history-sort-button,html .pw .listing-table thead th .history-sort-button{overflow:visible;text-overflow:clip;white-space:nowrap}html .pw .inventory-current-table .stock-filter-header,html .pw .listing-table .stock-filter-header{min-width:max-content}html .pw .listing-table thead th{text-align:center}html .pw .listing-table .stock-filter-header{justify-content:center;width:100%}html .pw .inventory-current-table thead th{text-align:center}html .pw .inventory-current-table .stock-filter-header{justify-content:center;width:100%}html .pw .inventory-current-table td{text-align:center;white-space:nowrap}html .pw .inventory-current-table td.inventory-product-name{text-align:left;white-space:normal;min-width:320px;color:var(--text)}html .pw .inventory-current-table td:first-child{color:var(--muted)}html .pw .inventory-current-table td:nth-child(3) strong{color:var(--text)}html .pw .inventory-current-table .button-link{margin:0 auto}html .pw .listing-table td:first-child{color:var(--muted);white-space:nowrap}html .pw .inventory-picker-table input[type=checkbox],html .pw .inventory-adjustment-table input[type=checkbox]{accent-color:var(--brand)}html .pw .inventory-picker-table tbody tr.selected-row td{background:var(--brand-tint-2)}html .pw .inventory-movement-table{table-layout:auto;min-width:860px}html .pw .inventory-movement-table th:nth-child(n),html .pw .inventory-movement-table td:nth-child(n){width:auto}html .pw .inventory-movement-table thead th,html .pw .inventory-movement-table td{text-align:center;white-space:nowrap;overflow-wrap:normal}html .pw .inventory-movement-table td:first-child{color:var(--muted)}html .pw .edit-product-header-actions{gap:12px}html .pw .edit-product-publish-notice{color:var(--pos)}html .pw .edit-product-main,html .pw .edit-product-preview{background:var(--surface);border:1px solid var(--line)}html .pw .edit-product-layout{align-items:flex-start}html .pw .edit-product-main{box-sizing:border-box;height:1000px!important;min-height:0;max-height:1000px!important;overflow-y:auto;overflow-x:hidden}html .pw .edit-product-sidebar{align-self:flex-start;margin-top:0;height:1000px!important;min-height:0;max-height:1000px!important;overflow-y:auto;overflow-x:hidden;grid-template-rows:460px minmax(0,1fr)}html .pw .edit-product-title-separator{color:var(--muted-2)}html .pw .edit-product-marketplace{color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.03em}html .pw .edit-product-image-delete{padding:0 0 2px!important;font:500 21px/1 Arial,sans-serif!important}html .pw .edit-product-image-actions{top:8px;right:8px;gap:8px}html .pw .edit-product-image-actions button{width:32px;height:32px;border-radius:50%;padding:0;background:#fffffff0;color:#514d49;box-shadow:0 2px 8px #00000014}html .pw .edit-product-image-actions button:hover{background:var(--neg);color:#fff}html .pw .edit-product-main h3,html .pw .edit-product-preview h3{color:var(--text);font-family:var(--font-display);font-size:15px;font-weight:700}html .pw .edit-product-nav{background:var(--surface);border:1px solid var(--line);height:460px;min-height:460px;box-sizing:border-box;grid-template-rows:repeat(6,minmax(0,1fr));grid-auto-rows:auto;align-content:stretch}html .pw .edit-product-nav button{min-height:0;height:auto}html .pw .edit-product-nav button{color:var(--muted);border-radius:var(--r-control)}html .pw .edit-product-nav button:hover{background:var(--brand-tint);color:var(--brand-ink)}html .pw .edit-product-nav button.active{background:var(--brand);color:#fff}html .pw .edit-product-preview-image{background:var(--surface-2);border:1px solid var(--line)}html .pw .edit-product-preview span{color:var(--muted)}html .pw .edit-product-field label{color:var(--muted-2)}html .pw .edit-product-field label .required,html .pw .edit-product-field-error{color:var(--neg)}html .pw .edit-product-current-value{background:var(--surface);border:1px solid var(--line);color:var(--text)}html .pw .edit-product-field input,html .pw .edit-product-field textarea,html .pw .edit-product-attribute-card input,html .pw .edit-product-bulk-price,html .pw .edit-product-scope-trigger,html .pw .edit-product-attribute-trigger{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:var(--r-control)}html .pw .edit-product-field input:focus,html .pw .edit-product-field textarea:focus,html .pw .edit-product-attribute-card input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .edit-product-change-button{background:var(--brand);background-image:none;color:#fff;border:0;border-radius:var(--r-control);box-shadow:none;font-weight:600}html .pw .edit-product-change-button:hover{background:var(--brand-hover)}html .pw .edit-product-attribute-card{background:var(--surface);border:1px solid var(--line)}html .pw .edit-product-attribute-trigger:hover,html .pw .edit-product-attribute-trigger.open,html .pw .edit-product-scope-trigger:hover{border-color:var(--brand)}html .pw .edit-product-attribute-chevron,html .pw .edit-product-attribute-plain{color:var(--text-2)}html .pw .edit-product-chip-more{background:var(--surface-2);color:var(--muted)}html .pw .edit-product-hint,html .pw .edit-product-chip-empty{color:var(--muted)}html .pw .edit-product-chip{background:var(--brand-tint-2);border:1px solid #ffd9c6;color:var(--brand-ink)}html .pw .edit-product-chip button:hover,html .pw .edit-product-linked-badge button:hover{color:var(--neg)}html .pw .edit-product-linked-badge{background:var(--pos-bg, #e6f6ec);border:1px solid transparent;color:var(--pos, #1a7f45)}html .pw .edit-product-stock-linked{color:var(--pos, #1a7f45)}html .pw .edit-product-variation-table td>button.edit-product-link-button{background:var(--brand);border-color:var(--brand);color:#fff}html .pw .edit-product-variation-table td>button.edit-product-link-button:hover{background:var(--brand-hover);color:#fff}html .pw .edit-product-variation-table td>button.edit-product-link-button.browse{background:var(--surface);border:1px solid var(--line);color:var(--brand-ink)}html .pw .edit-product-variation-table td>button.edit-product-link-button.browse:hover{background:var(--brand-tint)}html .pw .edit-product-add-option,html .pw .edit-product-add-variation,html .pw .edit-product-add-new-sku,html .pw .edit-product-scope-reset{color:var(--brand-ink)}html .pw .edit-product-toggle-icon-button.on{color:var(--brand)}html .pw .edit-product-toggle-label,html .pw .edit-product-radio{color:var(--text)}html .pw .edit-product-radio input,html .pw .edit-product-scope-option input,html .pw .edit-product-checkbox{accent-color:var(--brand)}html .pw .edit-product-attribute-option.active{background:var(--brand-tint);color:var(--brand-ink)}html .pw .edit-product-attribute-option.active .edit-product-checkbox{background:var(--brand);border-color:var(--brand)}html .pw .edit-product-picker-list button.active{background:var(--brand);color:#fff}html .pw .edit-product-image-tile,html .pw .edit-product-video-tile,html .pw .edit-product-variation-color-image,html .pw .edit-product-sizechart-image{background:var(--surface-2);border:1px solid var(--line)}html .pw .edit-product-image-upload,html .pw .edit-product-sizechart-upload,html .pw .edit-product-compliance-upload{border:1px dashed var(--line-2);color:var(--muted);background:var(--surface)}html .pw .edit-product-image-upload:hover,html .pw .edit-product-sizechart-upload:hover,html .pw .edit-product-compliance-upload:hover{border-color:var(--brand);color:var(--brand-ink)}html .pw .edit-product-image-actions button{width:26px;height:26px;min-height:0;padding:0;border-radius:50%;background:#ffffffeb;color:var(--text-2);border:1px solid var(--line);box-shadow:var(--shadow-card)}html .pw .edit-product-image-actions button:hover{background:#fff;color:var(--brand-ink);border-color:var(--brand-tint-2)}html .pw .edit-product-image-main-label{background:#18120ea8}html .pw .edit-product-option-counter{background:var(--surface-2);color:var(--muted)}html .pw .edit-product-variation-block,html .pw .edit-product-compliance-list li{background:var(--surface);border:1px solid var(--line)}html .pw .edit-product-variation-delete:hover,html .pw .edit-product-option-row>button:hover,html .pw .edit-product-variation-table td>button:hover,html .pw .edit-product-compliance-list button:hover{background:var(--neg-bg);color:var(--neg)}html .pw .edit-product-variation-table input.invalid,html .pw .edit-product-variation-table select.invalid{border-color:var(--neg)}html .pw .edit-product-rte{background:var(--surface);border:1px solid var(--line)}html .pw .edit-product-rte-toolbar{background:var(--surface-2);border-bottom:1px solid var(--line)}html .pw .edit-product-rte-toolbar button:hover,html .pw .edit-product-rte-button:hover{background:var(--brand-tint);color:var(--brand-ink)}html[data-theme=light] .edit-product-attribute-dropdown,html[data-theme=light] .edit-product-scope-menu,html[data-theme=light] .edit-product-rte-menu,html[data-theme=light] .edit-product-sku-suggestions,html[data-theme=light] .edit-product-help-tooltip,html[data-theme=light] .edit-product-link-confirm,html[data-theme=light] .edit-product-variation-modal,html[data-theme=light] .edit-product-image-lightbox{background:#fff;border:1px solid #ece7e2;box-shadow:0 18px 46px #18120e29;color:#2b2926}html[data-theme=light] .edit-product-attribute-dropdown-list button,html[data-theme=light] .edit-product-attribute-option,html[data-theme=light] .edit-product-scope-menu .edit-product-scope-option,html[data-theme=light] .edit-product-rte-menu button,html[data-theme=light] .edit-product-sku-suggestions button,html[data-theme=light] .edit-product-variation-image-menu-item{color:#2b2926}html[data-theme=light] .edit-product-attribute-option:hover,html[data-theme=light] .edit-product-rte-menu button:hover,html[data-theme=light] .edit-product-sku-suggestions button:hover,html[data-theme=light] .edit-product-variation-image-menu-item:hover{background:#fff3ed;color:#bd3a12}html[data-theme=light] .edit-product-attribute-option.active{background:#ffe9de;color:#bd3a12}html[data-theme=light] .edit-product-sku-suggestions button small{color:#8a827b}html[data-theme=light] .edit-product-scope-reset{color:#bd3a12}html .pw .edit-product-chip button,html .pw .edit-product-linked-badge button,html .pw .edit-product-attribute-trigger-value button{background:transparent;background-image:none;border:0;box-shadow:none;padding:0;min-height:0;color:inherit;font-size:13px;line-height:1;border-radius:0}html .pw .edit-product-chip button:hover,html .pw .edit-product-attribute-trigger-value button:hover{background:transparent;color:var(--neg)}select{-webkit-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a736b' d='M11.18 15.83 6.543 9.203C5.892 8.275 6.556 7 7.689 7h8.622c1.133 0 1.797 1.275 1.147 2.203l-4.639 6.627a1 1 0 0 1-1.638 0'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 9px center!important;background-size:15px 15px!important;padding-right:30px!important}select::-ms-expand{display:none}.dropdown-arrow{flex:0 0 auto;display:inline-block;vertical-align:middle}html .pw .edit-product-rte-toolbar button,html .pw .edit-product-rte-button{background:var(--brand-tint-2);background-image:none;color:var(--brand-ink);border:0;box-shadow:none;border-radius:8px;padding:7px 9px;min-height:0}html .pw .edit-product-rte-toolbar button:hover,html .pw .edit-product-rte-button:hover{background:#fdc;color:var(--brand-ink)}html .pw .edit-product-rte-toolbar button.is-active{background:var(--brand);color:#fff}html .pw .edit-product-rte-toolbar button.is-active:hover{background:var(--brand-hover);color:#fff}html .pw .edit-product-rte-expand{background:transparent;color:var(--muted)}html .pw .edit-product-rte-expand:hover{background:var(--brand-tint);color:var(--brand-ink)}b.dropdown-chevron,.dropdown-chevron{display:inline-block!important;width:14px!important;height:14px!important;margin:0!important;border:0!important;transform:none!important;border-radius:0!important;background:currentColor!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.18 15.83 6.543 9.203C5.892 8.275 6.556 7 7.689 7h8.622c1.133 0 1.797 1.275 1.147 2.203l-4.639 6.627a1 1 0 0 1-1.638 0'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.18 15.83 6.543 9.203C5.892 8.275 6.556 7 7.689 7h8.622c1.133 0 1.797 1.275 1.147 2.203l-4.639 6.627a1 1 0 0 1-1.638 0'/%3E%3C/svg%3E") center / contain no-repeat;transition:transform .15s ease;vertical-align:middle;opacity:.75}.dropdown-chevron:not(:first-child){margin-left:7px!important}.open>.dropdown-chevron{transform:rotate(180deg)!important}html .pw .shopee-edit-mp{display:inline-block;padding:3px 9px;border-radius:999px;background:var(--brand);color:#fff;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}html .pw .shopee-edit-main{padding:24px;display:grid;gap:14px}html .pw .shopee-edit-main h3{margin:0;font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--text)}html .pw .shopee-edit-table{min-width:720px;width:100%}html .pw .shopee-edit-table thead th{text-align:left;background:var(--surface-2);border-bottom:1px solid var(--line-2);padding:10px 12px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text);white-space:nowrap}html .pw .shopee-edit-table tbody td{border-bottom:1px solid var(--line);padding:9px 12px;font-size:13px;color:var(--text-2);vertical-align:middle}html .pw .shopee-edit-table td.shopee-edit-variation{color:var(--text);font-weight:600;white-space:nowrap}html .pw .shopee-edit-table input{width:100%;min-width:90px;padding:7px 10px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text);font-family:var(--font-ui)}html .pw .shopee-edit-table input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .shopee-edit-table input[type=number]{min-width:84px;text-align:right}html .pw .shopee-edit-stock-note{display:block;margin-top:3px;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--pos, #1a7f45)}html .pw .shopee-edit-ratio{display:inline-block;margin-left:6px;padding:1px 7px;border-radius:999px;background:var(--brand-tint-2);color:var(--brand-ink);font-size:10px;font-weight:700;letter-spacing:.02em}html .pw .shopee-edit-image-tile{border:1px solid var(--line);background:var(--surface);padding:0;cursor:zoom-in}html .pw .shopee-edit-image-tile.main{border-color:var(--brand)}html .pw .shopee-product-image-preview{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:inherit;background:transparent;cursor:zoom-in;overflow:hidden}html .pw .shopee-product-image-preview img{display:block;width:100%;height:100%;object-fit:cover}html .pw .shopee-product-image-view,html .pw .shopee-product-image-remove{position:absolute;z-index:2;top:8px;right:8px;width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#fffffff0;color:#514d49;box-shadow:0 2px 8px #00000014;cursor:pointer}html .pw .shopee-product-image-view{right:44px}html .pw .shopee-product-image-view:hover,html .pw .shopee-product-image-remove:hover{background:var(--neg)}html .pw .shopee-product-image-remove{padding-bottom:2px;font:500 21px/1 Arial,sans-serif}html .pw .shopee-product-image-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed var(--brand);background:var(--brand-tint);color:var(--brand);cursor:pointer;font-size:11px;font-weight:600}html .pw .shopee-product-image-upload svg{width:25px;height:25px}html .pw .shopee-product-image-upload span{text-align:center}html .pw .shopee-edit-video-tile{width:280px;max-width:100%;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface-2)}html .pw .shopee-edit-name{display:flex;align-items:center;justify-content:space-between;gap:12px}html .pw .shopee-edit-name-count{flex-shrink:0;font-size:11px;color:var(--muted)}html .pw .shopee-edit-description{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);padding:14px 16px;font-size:13px;line-height:1.6;color:var(--text-2);max-height:420px;overflow-y:auto}html .pw .shopee-edit-description img{max-width:100%;height:auto;border-radius:6px}html .pw .shopee-desc-box{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);overflow:hidden}html .pw .shopee-desc-box:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .shopee-desc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid var(--line);background:var(--surface-2)}html .pw .shopee-desc-addimg{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);background-image:none;box-shadow:none;color:var(--brand-ink);font-size:12px;font-weight:600;cursor:pointer}html .pw .shopee-desc-addimg:hover{background:var(--brand-tint)}html .pw .shopee-desc-addimg.disabled{color:var(--muted);pointer-events:none;opacity:.6}html .pw .shopee-desc-addimg svg{width:15px;height:15px}html .pw .shopee-desc-count{font-size:12px;color:var(--muted);flex-shrink:0}html .pw .shopee-desc-count.over{color:var(--neg);font-weight:700}html .pw .shopee-desc-imgs{display:flex;flex-wrap:wrap;gap:10px;padding:12px 16px;border-top:1px solid var(--line);background:var(--surface-2)}html .pw .shopee-desc-img{position:relative;width:92px}html .pw .shopee-desc-img img{width:92px;height:92px;object-fit:cover;border-radius:8px;border:1px solid var(--line);display:block}html .pw .shopee-desc-img button{position:absolute;top:-7px;right:-7px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#18120eb8;background-image:none;box-shadow:none;color:#fff;font-size:13px;line-height:1;padding:0;cursor:pointer}html .pw .shopee-desc-textarea{display:block;width:100%;height:810px;min-height:320px;max-height:none;resize:none;box-sizing:border-box;border:0;outline:none;padding:14px 16px;background:var(--surface);color:var(--text-2);font-family:var(--font-ui);font-size:13px;line-height:1.6}html .pw .shopee-section-title{display:flex;align-items:center;gap:8px}html .pw .shopee-info{position:relative;display:inline-flex}html .pw .shopee-info-trigger{width:18px;height:18px;display:inline-grid;place-items:center;padding:0;border:1.5px solid var(--muted);border-radius:50%;background:var(--surface);background-image:none;box-shadow:none;color:var(--muted);font-size:11px;font-weight:800;line-height:1;cursor:pointer}html .pw .shopee-info-trigger:hover,html .pw .shopee-info-trigger[aria-expanded=true]{border-color:var(--brand);color:var(--brand);background:var(--brand-tint)}html .pw .shopee-info-popup{position:absolute;z-index:30;top:calc(100% + 9px);left:-12px;width:min(360px,calc(100vw - 64px));padding:12px 14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 10px 28px #201c1826;color:var(--text-2);font-size:12px;font-weight:400;line-height:1.5}html .pw .shopee-info-popup:before{content:"";position:absolute;top:-5px;left:17px;width:8px;height:8px;transform:rotate(45deg);border-left:1px solid var(--line);border-top:1px solid var(--line);background:var(--surface)}html .pw .shopee-var-editor{display:grid;gap:14px}html .pw .shopee-var-radio,html .pw .shopee-var-opts-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--text)}html .pw .shopee-var-dot{width:12px;height:12px;border-radius:50%;border:4px solid var(--brand);box-sizing:border-box}html .pw .shopee-var-block{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface-2);padding:14px 16px;display:grid;gap:10px}html .pw .shopee-var-block-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;color:var(--muted-2);letter-spacing:.03em}html .pw .shopee-var-block-head button{border:0;background:transparent;box-shadow:none;color:var(--muted);font-size:18px;line-height:1;cursor:pointer;padding:0 2px}html .pw .shopee-var-name{width:100%;max-width:420px}html .pw .shopee-var-opts{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:10px}html .pw .shopee-var-opt-row{display:flex;align-items:center;gap:8px}html .pw .shopee-var-opt-row>input{min-width:0;flex:1}html .pw .shopee-var-opt-row>input.shopee-var-opt-expl{flex:1;color:var(--muted)}html .pw .shopee-var-move{flex-shrink:0;display:grid;place-items:center;width:22px;height:28px;color:var(--muted-2);cursor:grab}html .pw .shopee-var-move:active{cursor:grabbing}html .pw .shopee-var-opt-row>button{flex-shrink:0;border:0;background:transparent;box-shadow:none;color:var(--muted);cursor:pointer;padding:4px}html .pw .shopee-var-add-opt,html .pw .shopee-var-add{justify-self:start;border:1px dashed var(--brand);background:var(--brand-tint);background-image:none;box-shadow:none;color:var(--brand);font-size:12px;font-weight:600;padding:7px 14px;border-radius:var(--r-control);cursor:pointer}html .pw .shopee-var-add-opt{margin-left:0}html .pw .shopee-vl{display:grid;gap:12px}html .pw .shopee-vl-bulk{display:flex;flex-wrap:wrap;gap:10px;align-items:center}html .pw .shopee-vl-heading{color:var(--text);font-size:13px;font-weight:700}html .pw .shopee-vl-bulk-fields{height:36px;flex:1 1 580px;min-width:0;display:grid;grid-template-columns:minmax(180px,1fr) minmax(140px,1fr) minmax(180px,1fr);border:1px solid var(--line);border-radius:4px;overflow:hidden;background:var(--surface)}html .pw .shopee-vl-bulk-fields>input{min-width:0;width:100%;height:100%;padding:0 12px;border:0;border-left:1px solid var(--line);border-radius:0;background:var(--surface);color:var(--text);font-family:var(--font-ui)}html .pw .shopee-vl-bulk-fields input:focus{position:relative;z-index:1;outline:1px solid var(--brand);outline-offset:-1px;box-shadow:none}html .pw .shopee-vl-bulk-price{min-width:0;display:flex;align-items:stretch;background:var(--surface)}html .pw .shopee-vl-bulk-price>span{display:grid;place-items:center;padding:0 10px;background:var(--surface-2);color:var(--muted);font-size:12px;border-right:1px solid var(--line)}html .pw .shopee-vl-bulk-price>input{border:0;outline:none;min-width:0;width:100%;padding:0 10px;background:var(--surface);color:var(--text);font-family:var(--font-ui)}html .pw .shopee-vl-apply{height:36px;border:0;background:var(--brand);background-image:none;color:#fff;box-shadow:none;font-weight:600;font-size:13px;padding:0 18px;border-radius:4px;cursor:pointer}html .pw .shopee-vl-apply:hover{background:var(--brand-hover)}html .pw .shopee-vl-apply:disabled{background:#f8a18f;cursor:not-allowed}html .pw .shopee-vl-dts{width:100%;min-height:52px;box-sizing:border-box;display:flex;gap:10px;align-items:center;padding:10px 16px;border:0;border-radius:4px;background:var(--surface-2);color:var(--text-2);font-size:12px;text-transform:none;letter-spacing:normal}html .pw .shopee-vl-dts input{flex:0 0 16px;width:16px;min-width:16px;height:16px;margin:0;padding:0;accent-color:var(--brand)}html .pw .shopee-vl-dts span{flex:0 1 auto;color:var(--text)}html .pw .shopee-vl-dts small{min-width:0;color:var(--muted);font-size:12px;text-transform:none;letter-spacing:normal}html .pw .shopee-vl-table{width:100%;min-width:780px;border-collapse:collapse}html .pw .shopee-vl-table th{text-align:center;background:var(--surface-2);border-bottom:1px solid var(--line-2);padding:10px 12px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text);white-space:nowrap}html .pw .shopee-vl-table th .req{color:var(--neg)}html .pw .shopee-vl-table td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:8px 12px;font-size:13px;color:var(--text-2);text-align:center;vertical-align:middle}html .pw .shopee-vl-table td:last-child{border-right:0}html .pw .shopee-vl-group{text-align:center;background:var(--surface);font-weight:600;color:var(--text);white-space:nowrap}html .pw .shopee-vl-group img{display:block;width:46px;height:46px;object-fit:cover;border-radius:8px;margin:0 auto 6px;border:1px solid var(--line)}html .pw .shopee-vl-sub{text-align:center;font-weight:600;color:var(--text);white-space:nowrap}html .pw .shopee-vl-table input{width:100%;min-width:72px;padding:7px 10px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text);text-align:center;font-family:var(--font-ui)}html .pw .shopee-vl-table input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .shopee-vl-price{display:flex;align-items:stretch;border:1px solid var(--line);border-radius:var(--r-control);overflow:hidden;background:var(--surface)}html .pw .shopee-vl-price>span{display:grid;place-items:center;padding:0 8px;background:var(--surface-2);color:var(--muted);font-size:11px;border-right:1px solid var(--line)}html .pw .shopee-vl-price>input{border:0;box-shadow:none}html .pw .shopee-vl-price>input:focus{box-shadow:none}html .pw .shopee-vl-num{text-align:center}html .pw .shopee-vl-viewall{justify-self:center;border:0;background:transparent;box-shadow:none;color:var(--brand);font-weight:600;font-size:13px;cursor:pointer;padding:6px}html .pw .shopee-vl-nogtin{text-align:center}html .pw .shopee-vl-nogtin label{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);cursor:pointer;white-space:nowrap}html .pw .shopee-vl-nogtin input{width:auto;min-width:0;accent-color:var(--brand)}html .pw .shopee-sc-modes{display:flex;align-items:center;gap:24px;font-size:13px;color:var(--text-2)}html .pw .shopee-sc-modes label{display:inline-flex;align-items:center;gap:7px;cursor:pointer}html .pw .shopee-sc-modes input{flex:0 0 16px;width:16px;min-width:16px;height:16px;margin:0;padding:0;accent-color:var(--brand)}html .pw .shopee-sc-image{display:block}html .pw .shopee-sc-row{display:flex;align-items:flex-start;gap:18px}html .pw .shopee-sc-tile{position:relative;width:150px;flex-shrink:0;border:1px solid var(--line);border-radius:10px;overflow:visible;background:var(--surface)}html .pw .shopee-sc-tile img{display:block;width:100%;height:auto;border-radius:9px}html .pw .shopee-sc-remove{position:absolute;top:6px;right:6px;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:50%;padding:0 0 2px;background:#18120eb8;background-image:none;box-shadow:none;color:#fff;font:500 22px/1 Arial,sans-serif;cursor:pointer}html .pw .shopee-sc-remove:hover{background:var(--neg)}html .pw .shopee-sc-hint{margin:0;max-width:560px;padding-top:4px;color:var(--muted);font-size:12px;line-height:1.5}html .pw .shopee-sc-upload{width:120px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed var(--brand);border-radius:10px;background:var(--brand-tint);color:var(--brand);font-size:11px;font-weight:600;cursor:pointer}html .pw .shopee-mpq-input{width:220px;max-width:100%}@media(max-width:760px){html .pw .shopee-vl-bulk-fields{flex-basis:100%;grid-template-columns:1fr;height:auto}html .pw .shopee-vl-bulk-fields>input{height:38px;border-left:0;border-top:1px solid var(--line)}html .pw .shopee-vl-bulk-price{height:38px}html .pw .shopee-vl-dts{align-items:flex-start;flex-wrap:wrap}html .pw .shopee-vl-dts small{width:calc(100% - 26px);margin-left:26px}html .pw .shopee-sc-row{flex-direction:column}}@media(max-width:960px){html .pw .edit-product-main{height:auto!important;max-height:none!important;overflow:visible}html .pw .edit-product-sidebar{margin-top:0;height:auto!important;max-height:none!important;overflow:visible}html .pw .shopee-desc-textarea{height:auto;min-height:320px;resize:vertical}}html .pw .shopee-shipping{display:grid;gap:22px;color:var(--text-2);font-size:12px}html .pw .shopee-ship-per-variation{display:grid;justify-items:start;gap:12px}html .pw .shopee-ship-per-variation strong,html .pw .shopee-ship-field>label,html .pw .shopee-ship-radios legend,html .pw .shopee-ship-fees-title{color:var(--text);font-size:12px;font-weight:700;text-transform:none;letter-spacing:normal}html .pw .shopee-ship-field{display:grid;gap:9px;justify-items:start}html .pw .shopee-ship-field .required,html .pw .shopee-ship-radios .required{color:var(--neg)}html .pw .shopee-ship-unit-input{width:164px;height:40px;display:flex;align-items:stretch;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:var(--surface)}html .pw .shopee-ship-unit-input input{min-width:0;width:100%;height:100%;padding:0 12px;border:0;border-radius:0;background:transparent;color:var(--text);box-shadow:none}html .pw .shopee-ship-unit-input input:focus{outline:1px solid var(--brand);outline-offset:-1px;box-shadow:none}html .pw .shopee-ship-unit-input>span{min-width:42px;display:grid;place-items:center;border-left:1px solid var(--line);background:var(--surface);color:var(--muted)}html .pw .shopee-ship-dimensions{display:flex;align-items:center;gap:10px}html .pw .shopee-ship-dimension{display:inline-flex;align-items:center;gap:10px}html .pw .shopee-ship-dimension b{color:var(--muted-2);font-size:19px;font-weight:300}html .pw .shopee-ship-dimension .shopee-ship-unit-input{width:164px}html .pw .shopee-ship-radios{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin:0;padding:0;border:0}html .pw .shopee-ship-radios legend{width:100%;margin:0 0 2px;padding:0}html .pw .shopee-ship-radios>label:not(.shopee-ship-days){display:inline-flex;align-items:center;gap:7px;color:var(--text-2);font-size:12px;text-transform:none;letter-spacing:normal;cursor:pointer}html .pw .shopee-ship-radios input[type=radio]{flex:0 0 15px;width:15px;min-width:15px;height:15px;margin:0;padding:0;accent-color:var(--brand)}html .pw .shopee-ship-help{display:inline-grid;place-items:center;width:15px;height:15px;border:1px solid var(--muted-2);border-radius:50%;color:var(--muted);font-size:9px;font-weight:700}html .pw .shopee-ship-fees{display:grid;gap:0}html .pw .shopee-ship-fees-title{margin-bottom:9px}html .pw .shopee-ship-fee-group{border:1px solid var(--line);border-bottom:0}html .pw .shopee-ship-fee-group:last-child{border-bottom:1px solid var(--line)}html .pw .shopee-ship-fee-group h4{margin:0;padding:13px 18px;background:var(--surface-2);color:var(--text);font-size:12px;font-weight:700}html .pw .shopee-ship-channel{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 16px;border-top:1px solid var(--line);background:var(--surface)}html .pw .shopee-ship-channel-name{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:7px}html .pw .shopee-ship-channel-name>span{color:var(--text-2)}html .pw .shopee-ship-channel-name small{color:var(--muted);font-size:10px}html .pw .shopee-ship-channel-name em{max-width:180px;overflow:hidden;padding:2px 7px;border:1px solid #ffad9c;background:#fff3f0;color:var(--brand);font-size:9px;font-style:normal;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}html .pw .shopee-ship-channel-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:8px}html .pw .shopee-ship-fee{min-width:62px;color:var(--text-2);text-align:right}html .pw .shopee-ship-fee-button{width:22px;height:22px;display:grid;place-items:center;padding:0;border:0;background:transparent;box-shadow:none;color:var(--muted);cursor:pointer}html .pw .shopee-ship-fee-button:hover{color:var(--brand)}html .pw .shopee-ship-fee-button svg{width:13px;height:13px}html .pw .shopee-ship-fee-edit{width:110px;height:34px;display:flex;align-items:stretch;overflow:hidden;border:1px solid var(--brand);border-radius:4px;background:var(--surface)}html .pw .shopee-ship-fee-edit span{display:grid;place-items:center;padding:0 7px;background:var(--surface-2);color:var(--muted)}html .pw .shopee-ship-fee-edit input{min-width:0;width:100%;border:0;border-radius:0;padding:0 7px;box-shadow:none}html .pw label.shopee-ship-switch{position:relative;width:42px;height:24px;display:inline-block;flex:0 0 42px;margin:0;cursor:pointer}html .pw label.shopee-ship-switch input{position:absolute;width:1px;min-width:1px;height:1px;margin:0;opacity:0}html .pw label.shopee-ship-switch>span{position:absolute;inset:0;border-radius:999px;background:#c6c8ca;transition:background .16s ease}html .pw label.shopee-ship-switch>span:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0000002e;transition:transform .16s ease}html .pw label.shopee-ship-switch.on>span{background:#45cd7a}html .pw label.shopee-ship-switch.on>span:after{transform:translate(18px)}html .pw label.shopee-ship-switch.disabled{cursor:not-allowed;opacity:.75}html .pw .shopee-ship-sync-note{display:flex;align-items:flex-start;gap:9px;margin-top:-22px;padding:10px 14px;background:#e6f1ff;color:#506275;font-size:11px;line-height:1.35}html .pw .shopee-ship-sync-note>span{flex:0 0 16px;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#2f80ed;color:#fff;font-size:10px;font-weight:800}html .pw .shopee-ship-sync-note p{margin:0}html .pw .shopee-ship-preorder{row-gap:12px}html .pw .shopee-ship-preorder>small{flex-basis:100%;color:var(--muted);font-size:11px}html .pw .shopee-ship-days{flex-basis:100%;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;text-transform:none;letter-spacing:normal}html .pw .shopee-ship-days input{width:72px;min-width:72px;padding:7px 9px;text-align:center}@media(max-width:820px){html .pw .shopee-ship-dimensions{align-items:stretch;flex-direction:column}html .pw .shopee-ship-dimension{gap:0}html .pw .shopee-ship-dimension b{display:none}html .pw .shopee-ship-channel{align-items:flex-start;flex-direction:column}html .pw .shopee-ship-channel-actions{width:100%}}html .pw .shopee-others{width:min(610px,100%);display:grid;gap:28px;padding-top:8px}html .pw .shopee-other-field{display:grid;gap:12px}html .pw .shopee-other-field>label{display:flex;align-items:center;gap:6px;color:var(--text);font-size:14px;font-weight:600;line-height:1.25;text-transform:none;letter-spacing:normal}html .pw .shopee-other-field>input,html .pw .shopee-other-select,html .pw .shopee-other-date{width:100%;height:52px;border:1px solid var(--line);border-radius:4px;background:var(--surface);color:var(--text)}html .pw .shopee-other-field>input{padding:0 16px;font:inherit}html .pw .shopee-other-select{position:relative;display:flex;align-items:center}html .pw .shopee-other-select select{width:100%;height:100%;appearance:none;padding:0 46px 0 16px;border:0;outline:0;background:transparent;background-image:none!important;color:var(--text);font:inherit;cursor:pointer}html .pw .shopee-other-select>svg{position:absolute;right:16px;color:var(--muted-2);pointer-events:none}html .pw .shopee-other-date{display:flex;align-items:center;gap:12px;padding:0 16px;color:var(--muted-2)}html .pw .shopee-other-date input{min-width:0;width:100%;height:100%;padding:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;box-shadow:none;cursor:pointer}html .pw .shopee-other-date input::-webkit-calendar-picker-indicator{display:none}html .pw .shopee-other-date.disabled{background:var(--surface-2)}html .pw .shopee-other-date.disabled input{cursor:not-allowed}html .pw .shopee-other-field>input:focus,html .pw .shopee-other-select:focus-within,html .pw .shopee-other-date:focus-within{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .shopee-ws{display:grid;gap:10px}html .pw .shopee-ws-table{border-collapse:collapse;min-width:460px}html .pw .shopee-ws-table th{text-align:left;background:var(--surface-2);border-bottom:1px solid var(--line-2);padding:9px 12px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text);white-space:nowrap}html .pw .shopee-ws-table td{border-bottom:1px solid var(--line);padding:8px 12px}html .pw .shopee-ws-table input{width:120px;padding:7px 10px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);color:var(--text);font-family:var(--font-ui)}html .pw .shopee-ws-table input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .shopee-ws-table td button{border:0;background:transparent;box-shadow:none;color:var(--muted);cursor:pointer;padding:4px}html .pw .shopee-edit-ratio34-wrap{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface-2);padding:12px 16px;display:grid;gap:12px}html .pw .shopee-edit-ratio34{display:flex;gap:10px;align-items:baseline;font-size:12px;color:var(--muted);cursor:pointer}html .pw .shopee-edit-ratio34 strong{color:var(--text)}html .pw .shopee-edit-ratio34 input{margin-top:2px;accent-color:var(--brand)}html .pw .shopee-edit-34{display:grid;gap:8px}html .pw .shopee-edit-34-grid{display:flex;flex-wrap:wrap;gap:10px}html .pw .shopee-edit-34-tile,html .pw .shopee-edit-34-add{box-sizing:border-box;position:relative;width:108px;aspect-ratio:3 / 4;flex:0 0 auto}html .pw .shopee-edit-34-tile{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--surface)}html .pw .shopee-edit-34-tile img{width:100%;height:100%;object-fit:cover}html .pw .shopee-edit-34-add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:8px;border:1px dashed var(--brand);border-radius:10px;color:var(--brand);background:var(--brand-tint);font-size:11px;font-weight:600;text-align:center;line-height:1.3;cursor:pointer}html .pw .shopee-edit-34-add span{display:block}html .pw .shopee-edit-34-pending{font-size:11px;color:var(--muted);display:grid;place-items:center;height:100%}html .pw .shopee-edit-34-remove{position:absolute;top:3px;right:3px;width:18px;height:18px;border:0;border-radius:50%;background:#18120ea8;color:#fff;font-size:13px;line-height:1;cursor:pointer;display:grid;place-items:center}html .pw .shopee-edit-video-row{display:flex;gap:16px;align-items:flex-start;flex-wrap:wrap}html .pw .shopee-edit-video-add{position:relative;width:104px;height:104px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed var(--brand);border-radius:var(--r-card);color:var(--brand);font-size:12px;font-weight:600;background:var(--brand-tint);cursor:pointer}html .pw .shopee-edit-video-add[aria-disabled=true]{opacity:.6;cursor:default}html .pw .shopee-edit-video-tile{position:relative}html .pw .shopee-edit-video-side{display:grid;gap:8px}html .pw .shopee-edit-video-hints{margin:0;padding-left:16px;display:grid;gap:4px;font-size:12px;color:var(--muted);max-width:560px}html .pw .shopee-edit-video-name{margin:0;font-size:12px;color:var(--pos, #1a7f45);font-weight:600}html .pw .shopee-edit-video-replace{justify-self:start;font-size:12px;font-weight:600;color:var(--brand);cursor:pointer}html .pw .shopee-edit-name-input{display:flex;align-items:center;gap:10px}html .pw .shopee-edit-name-input input{flex:1}html .pw .shopee-edit-cat-edit{display:inline-flex;align-items:center;gap:6px}html .pw .shopee-edit-cat-recs{display:grid;gap:4px}html .pw .shopee-edit-cat-recs>small{color:var(--muted);font-weight:600}html .pw .shopee-spec-progress{margin:0 0 6px;font-size:13px;color:var(--text-2)}html .pw .shopee-spec-progress span{color:var(--muted)}html .pw .shopee-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}@media(max-width:720px){html .pw .shopee-spec-grid{grid-template-columns:1fr}}html .pw .shopee-spec-field{display:grid;gap:6px;align-content:start}html .pw .shopee-spec-field>label{font-size:12px;font-weight:600;color:var(--muted-2)}html .pw .shopee-spec-field .required{color:var(--neg)}html .pw .shopee-spec-count{color:var(--muted);font-weight:500}html .pw .shopee-spec-trigger{display:flex;align-items:center;gap:8px;min-height:40px;width:100%;padding:5px 10px 5px 12px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);cursor:pointer}html .pw .shopee-spec-trigger.open{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .pw .shopee-spec-trigger-value{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:6px}html .pw .shopee-spec-placeholder{color:var(--muted);font-size:13px}html .pw .shopee-spec-single{color:var(--text);font-size:13px}html .pw .shopee-spec-chevron{flex-shrink:0;color:var(--muted)}html .pw .shopee-spec-trigger .edit-product-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 6px 3px 9px;border-radius:var(--r-pill);background:var(--brand-tint-2);color:var(--brand-ink);font-size:12px;font-weight:600}html .pw .shopee-spec-trigger .edit-product-chip button{border:0;background:transparent;color:var(--brand-ink);font-size:13px;line-height:1;cursor:pointer;padding:0 1px}html .shopee-spec-menu{position:fixed;z-index:999;box-sizing:border-box;max-height:300px;overflow-y:auto;padding:6px;border:1px solid var(--line, #ecebe7);border-radius:14px;background:var(--surface, #fff);box-shadow:var(--shadow-pop, 0 12px 32px rgba(26, 25, 23, .14));display:grid;gap:1px;scrollbar-width:thin;scrollbar-color:var(--brand, #f4571e) transparent}html .shopee-spec-menu::-webkit-scrollbar{width:10px}html .shopee-spec-menu::-webkit-scrollbar-track{background:transparent;margin:6px 0}html .shopee-spec-menu::-webkit-scrollbar-thumb{background:var(--brand, #f4571e);border-radius:999px;border:3px solid var(--surface, #fff);background-clip:padding-box}html .shopee-spec-menu .shopee-spec-option{display:flex;align-items:center;gap:8px;width:100%;text-align:left;margin:0;padding:12px 18px;border:0;border-radius:9px;background:transparent;background-image:none;box-shadow:none;color:var(--text, #1a1917);font-family:inherit;font-size:14px;font-weight:400;line-height:1.3;cursor:pointer}html .shopee-spec-menu .shopee-spec-option:hover{background:var(--brand-tint, #fff3ed);background-image:none;border-color:transparent;box-shadow:none}html .shopee-spec-menu .shopee-spec-option.active{background:var(--brand-tint, #fff3ed);background-image:none;color:var(--brand-ink, #bd3a12);font-weight:600}html .shopee-spec-menu .shopee-spec-option:disabled{opacity:.4;cursor:default;box-shadow:none}html .shopee-spec-menu .shopee-spec-option:disabled:hover{background:transparent}html .shopee-spec-check{width:14px;flex-shrink:0;font-size:12px;color:var(--brand, #f4571e)}html .pw .shopee-spec-toggle{margin-top:16px;width:100%;padding:13px 20px;border:1px solid var(--line);border-radius:var(--r-pill);background:var(--surface);box-shadow:var(--shadow-card);color:var(--brand);font-weight:600;font-size:13px;cursor:pointer}html .pw .shopee-spec-toggle:hover{background:var(--brand-tint)}html .app-shell .cogs-page{display:grid;gap:20px;color:var(--text-2);font-family:var(--font-ui)}html .app-shell .cogs-page>.page-header{align-items:flex-start;margin:0 0 2px}html .app-shell .cogs-page>.page-header h1{color:var(--text);font-family:var(--font-display);font-size:30px;font-weight:700;letter-spacing:-.02em}html .app-shell .cogs-page>.page-header p{margin-top:6px;color:var(--muted);font-size:13px}html .app-shell .cogs-header-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}html .app-shell .cogs-header-actions>button,html .app-shell .cogs-header-actions>a,html .app-shell .cogs-header-actions>label{display:inline-flex;align-items:center;justify-content:center;min-height:40px;margin:0;padding:9px 16px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);color:#fff;box-shadow:var(--shadow-brand);font:650 12px/1 var(--font-ui);text-decoration:none;cursor:pointer}html .app-shell .cogs-header-actions>button:hover,html .app-shell .cogs-header-actions>a:hover,html .app-shell .cogs-header-actions>label:hover{border-color:var(--brand-hover);background:var(--brand-hover)}html .app-shell .cogs-header-actions>.secondary{border-color:var(--line-2);background:var(--surface);color:var(--text-2);box-shadow:none}html .app-shell .cogs-header-actions>.secondary:hover{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .cogs-header-actions>.disabled{opacity:.55;cursor:not-allowed}html .app-shell .cogs-coverage-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}html .app-shell .cogs-coverage-kpi{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;min-height:116px;padding:16px;border:1.5px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:none}html .app-shell .cogs-coverage-kpi-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:var(--r-bubble);background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand)}html .app-shell .cogs-coverage-kpi-icon svg{width:29px;height:29px}html .app-shell .cogs-coverage-kpi-body{display:flex;min-width:0;flex-direction:column;gap:4px}html .app-shell .cogs-coverage-kpi-label{color:var(--muted);font-size:12px;font-weight:600}html .app-shell .cogs-coverage-kpi strong{color:var(--text);font-size:20px;font-variant-numeric:tabular-nums;line-height:1.2}html .app-shell .cogs-coverage-kpi small{color:var(--muted-2);font-size:10px;line-height:1.4}html .app-shell .cogs-coverage-kpi.positive .cogs-coverage-kpi-icon{background:var(--pos-bg);color:var(--pos)}html .app-shell .cogs-coverage-kpi.warning small{color:var(--neg)}html .app-shell .cogs-page .card,html .app-shell .cogs-page .table-card{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-card)}html .app-shell .cogs-page .table-card{padding:0;overflow:hidden}html .app-shell .cogs-page .card-title{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:18px;margin:0;padding:18px 22px;border-bottom:1px solid var(--line);background:var(--surface)}html .app-shell .cogs-page .card-title h2{margin:0;color:var(--text);font-family:var(--font-display);font-size:17px;font-weight:700}html .app-shell .cogs-page .card-title p{margin:5px 0 0;color:var(--muted);font-size:11px}html .app-shell .cogs-page .card-title>span{color:var(--muted);font-size:12px}html .app-shell .cogs-coverage-controls{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}html .app-shell .cogs-page input,html .app-shell .cogs-page select,html .app-shell .cogs-page textarea{border:1px solid var(--line-2);border-radius:var(--r-control);background:var(--surface);color:var(--text-2);box-shadow:none;font-family:var(--font-ui)}html .app-shell .cogs-page input:focus,html .app-shell .cogs-page select:focus,html .app-shell .cogs-page textarea:focus{border-color:var(--brand);outline:0;box-shadow:0 0 0 3px var(--brand-tint-2)}html .app-shell .cogs-coverage-controls input,html .app-shell .cogs-coverage-controls select{min-height:38px;padding:8px 12px;font-size:11px}html .app-shell .cogs-coverage-controls input{width:205px}html .app-shell .cogs-coverage-controls .segmented{display:inline-flex;gap:2px;padding:3px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface-2)}html .app-shell .cogs-coverage-controls .segmented button{min-height:30px;padding:6px 12px;border:0;border-radius:9px;background:transparent;color:var(--muted);box-shadow:none;font-size:11px;font-weight:600}html .app-shell .cogs-coverage-controls .segmented button:hover{background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .cogs-coverage-controls .segmented button.active{background:var(--brand);color:#fff}html .app-shell .cogs-bulk-map-bar{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:18px;padding:12px 20px;border-bottom:1px solid var(--line);background:var(--brand-tint)}html .app-shell .cogs-bulk-map-bar>div:first-child{display:flex;min-width:190px;flex-direction:column;gap:3px}html .app-shell .cogs-bulk-map-bar strong{color:var(--brand-ink);font-size:12px}html .app-shell .cogs-bulk-map-bar span{color:var(--muted);font-size:10px}html .app-shell .cogs-bulk-map-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}html .app-shell .cogs-bulk-map-actions input{width:245px;min-height:38px;padding:8px 12px;background:var(--surface);font-size:11px}html .app-shell .cogs-bulk-map-actions button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;padding:8px 15px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);color:#fff;box-shadow:none;font-size:11px;font-weight:650}html .app-shell .cogs-bulk-map-actions button:hover{border-color:var(--brand-hover);background:var(--brand-hover)}html .app-shell .cogs-bulk-map-actions button.secondary{border-color:var(--line-2);background:var(--surface);color:var(--text-2)}html .app-shell .cogs-bulk-map-actions button.secondary:hover{border-color:var(--brand);background:var(--surface);color:var(--brand-ink)}html .app-shell .cogs-coverage-table-wrap,html .app-shell .cogs-page .cogs-table-wrap,html .app-shell .cogs-page .history-preview-table{width:100%;overflow:auto}html .app-shell .cogs-page table{width:100%;border-collapse:collapse;background:var(--surface)}html .app-shell .cogs-coverage-table{min-width:1180px}html .app-shell .cogs-page .cogs-table{min-width:1280px}html .app-shell .cogs-page th,html .app-shell .cogs-page td{padding:12px 13px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--text-2);text-align:center;vertical-align:middle;font-size:11px}html .app-shell .cogs-page th:last-child,html .app-shell .cogs-page td:last-child{border-right:0}html .app-shell .cogs-page th{height:42px;background:var(--surface-2);color:var(--muted);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}html .app-shell .cogs-page tbody tr:hover td{background:var(--brand-tint)}html .app-shell .cogs-page tbody tr.cogs-row-selected td{background:color-mix(in srgb,var(--brand) 10%,var(--surface))}html .app-shell .cogs-page tbody tr:last-child td{border-bottom:0}html .app-shell .cogs-page .cogs-select-column{width:46px;min-width:46px;padding-right:8px;padding-left:8px}html .app-shell .cogs-page .cogs-select-column input[type=checkbox]{width:16px;height:16px;min-height:0;margin:0;border:1px solid var(--line-2);border-radius:4px;accent-color:var(--brand);cursor:pointer}html .app-shell .cogs-coverage-product{min-width:300px;text-align:left!important}html .app-shell .cogs-coverage-product strong,html .app-shell .cogs-coverage-product small{display:block}html .app-shell .cogs-coverage-product strong{color:var(--text);font-weight:650}html .app-shell .cogs-coverage-product small{margin-top:4px;color:var(--muted)}html .app-shell .cogs-page .cogs-table td:nth-child(3),html .app-shell .cogs-page .cogs-table td:nth-child(7){text-align:left}html .app-shell .cogs-page .badge{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:4px 10px;border:1px solid var(--line-2);border-radius:var(--r-pill);background:var(--surface-2);color:var(--text-2);font-size:10px;font-weight:700;line-height:1}html .app-shell .cogs-page .badge.marketplace-tiktok{border-color:#272727;background:#171717;color:#fff}html .app-shell .cogs-page .badge.marketplace-shopee{border-color:var(--brand);background:var(--brand);color:#fff}html .app-shell .cogs-page .badge.danger{border-color:color-mix(in srgb,var(--neg) 28%,transparent);background:var(--neg-bg);color:var(--neg)}html .app-shell .cogs-page .badge.success{border-color:color-mix(in srgb,var(--pos) 28%,transparent);background:var(--pos-bg);color:var(--pos)}html .app-shell .cogs-map-control{display:flex;min-width:255px;align-items:center;justify-content:center;gap:7px}html .app-shell .cogs-map-control input{width:185px;min-width:0;min-height:36px;padding:7px 10px}html .app-shell .cogs-page button.small,html .app-shell .cogs-page a.button.small{display:inline-flex;min-height:32px;align-items:center;justify-content:center;padding:6px 11px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);color:#fff;box-shadow:none;font-size:10px;font-weight:650;line-height:1;text-decoration:none}html .app-shell .cogs-page button.small:hover,html .app-shell .cogs-page a.button.small:hover{border-color:var(--brand-hover);background:var(--brand-hover)}html .app-shell .cogs-page button.small.secondary{border-color:var(--line-2);background:var(--surface);color:var(--text-2)}html .app-shell .cogs-page button.small.danger{border-color:color-mix(in srgb,var(--neg) 34%,transparent);background:var(--surface);color:var(--neg)}html .app-shell .cogs-page button.small.danger:hover{border-color:var(--neg);background:var(--neg-bg)}html .app-shell .cogs-page button:disabled{opacity:.45;cursor:not-allowed}html .app-shell .cogs-page .subtle{color:var(--muted);font-size:10px}html .app-shell .cogs-page .search{display:flex;align-items:center;gap:8px}html .app-shell .cogs-page .search input{width:245px;min-height:38px;padding:8px 12px}html .app-shell .cogs-page .search button{min-height:38px;padding:8px 15px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);color:#fff;box-shadow:none;font-size:11px;font-weight:650}html .app-shell .cogs-page .cogs-pagination{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:14px;padding:12px 20px;border-top:1px solid var(--line);background:var(--surface);color:var(--muted);font-size:11px;font-variant-numeric:tabular-nums}html .app-shell .cogs-page .cogs-pagination>div,html .app-shell .cogs-page .cogs-page-summary,html .app-shell .cogs-page .cogs-page-summary label{display:flex;align-items:center;gap:10px}html .app-shell .cogs-page .cogs-page-summary{gap:18px}html .app-shell .cogs-page .cogs-page-summary select{min-height:32px;padding:5px 28px 5px 10px;border-color:var(--line-2);background:var(--surface);color:var(--text-2)}html .app-shell .cogs-page .editing-row td{padding-top:14px;padding-bottom:14px;background:var(--brand-tint)}html .app-shell .cogs-page .cogs-table input,html .app-shell .cogs-page .cogs-table textarea{width:100%;min-height:38px;padding:8px 10px}html .app-shell .cogs-page .cogs-table textarea{resize:none;line-height:1.45}html .app-shell .cogs-page .row-actions,html .app-shell .cogs-page .history-actions{display:flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}html .app-shell .cogs-page .cogs-date-trigger{display:flex;width:100%;min-width:150px;min-height:38px;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid var(--line-2);border-radius:var(--r-control);background:var(--surface);color:var(--text-2);box-shadow:none}html .app-shell .cogs-page .cogs-date-trigger:hover,html .app-shell .cogs-page .cogs-date-trigger.open{border-color:var(--brand);background:var(--brand-tint);box-shadow:0 0 0 3px var(--brand-tint-2)}html .app-shell .cogs-page .cogs-calendar-icon,html .app-shell .cogs-page .cogs-calendar-icon:before,html .app-shell .cogs-page .cogs-calendar-icon:after{border-color:var(--brand)}html .app-shell .cogs-page .cogs-calendar-popover{border:1px solid var(--line-2);border-radius:var(--r-card);background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-pop)}html .app-shell .cogs-page .sales-calendar-header strong{color:var(--text)}html .app-shell .cogs-page .sales-calendar-header button,html .app-shell .cogs-page .sales-calendar-grid button,html .app-shell .cogs-page .cogs-date-today{border-color:transparent;background:transparent;color:var(--text-2);box-shadow:none}html .app-shell .cogs-page .sales-calendar-header button:hover,html .app-shell .cogs-page .sales-calendar-grid button:hover{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .cogs-page .sales-calendar-grid button.selected{border-color:var(--brand);background:var(--brand);color:#fff}html .app-shell .cogs-page .sales-calendar-grid button.outside{color:var(--muted-2)}html .app-shell .cogs-page .cogs-date-today{width:100%;margin-top:10px;border-color:var(--line-2);color:var(--brand-ink)}html .app-shell .cogs-page>.preview{padding:0 22px 20px;overflow:hidden}html .app-shell .cogs-page .preview .card-title{margin:0 -22px 18px}html .app-shell .cogs-page .summary-grid .stat{border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface-2)}html .app-shell .cogs-page .preview .actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}html .app-shell .cogs-page .preview .actions button{min-height:38px;padding:8px 15px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);color:#fff;box-shadow:none}html .app-shell .cogs-page .preview .actions button.secondary{border-color:var(--line-2);background:var(--surface);color:var(--text-2)}html .app-shell .cogs-page .modal-backdrop{background:#1a191761;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}html .app-shell .cogs-page .history-preview{border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-pop)}html .app-shell .cogs-page .history-preview-actions{display:flex;align-items:center;gap:8px}html .app-shell .cogs-page .history-preview-actions .button,html .app-shell .cogs-page .history-preview-actions button{min-height:38px;padding:8px 15px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);color:#fff;box-shadow:none;font-size:11px;text-decoration:none}html .app-shell .cogs-page .history-preview-actions button.secondary{border-color:var(--line-2);background:var(--surface);color:var(--text-2)}html .app-shell .cogs-loading{padding:22px;color:var(--muted);font-size:12px}html .app-shell .cogs-order-controls{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}html .app-shell .cogs-order-controls form{display:flex;align-items:center;gap:7px}html .app-shell .cogs-order-controls input{width:235px;min-height:38px;padding:8px 12px}html .app-shell .cogs-order-controls form button{min-height:38px;padding:8px 15px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);color:#fff;box-shadow:none;font-size:11px;font-weight:650}html .app-shell .cogs-order-controls .segmented{display:inline-flex;gap:2px;padding:3px;border:1px solid var(--line);border-radius:var(--r-control);background:var(--surface-2)}html .app-shell .cogs-order-controls .segmented button{min-height:30px;padding:6px 12px;border:0;border-radius:9px;background:transparent;color:var(--muted);box-shadow:none;font-size:11px;font-weight:600}html .app-shell .cogs-order-controls .segmented button:hover{background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .cogs-order-controls .segmented button.active{background:var(--brand);color:#fff}html .app-shell .cogs-orders-table-wrap{width:100%;overflow:auto}html .app-shell .cogs-orders-table{min-width:1220px}html .app-shell .cogs-order-id strong{color:var(--text);font-variant-numeric:tabular-nums}html .app-shell .cogs-order-products{min-width:330px;text-align:left!important}html .app-shell .cogs-order-products>span,html .app-shell .cogs-order-skus>span{display:block;padding:3px 0}html .app-shell .cogs-order-products>span+span,html .app-shell .cogs-order-skus>span+span{margin-top:5px;padding-top:8px;border-top:1px dashed var(--line)}html .app-shell .cogs-order-products strong,html .app-shell .cogs-order-products small{display:block}html .app-shell .cogs-order-products strong{color:var(--text);font-weight:650}html .app-shell .cogs-order-products small{margin-top:3px;color:var(--muted)}html .app-shell .cogs-order-skus{min-width:210px;color:var(--text-2);font-weight:600}html .app-shell .cogs-orders-table .money-cell{min-width:130px;font-variant-numeric:tabular-nums}html .app-shell .cogs-orders-table .money-cell>strong,html .app-shell .cogs-orders-table .money-cell>small{display:block}html .app-shell .cogs-incomplete{margin-top:4px;color:var(--neg);font-size:9px;font-weight:700}html .app-shell .profit-positive{color:var(--pos)}html .app-shell .profit-negative{color:var(--neg)}@media(max-width:1180px){html .app-shell .cogs-coverage-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}html .app-shell .cogs-page>.page-header{align-items:flex-start;flex-direction:column;gap:14px}html .app-shell .cogs-header-actions{justify-content:flex-start}}@media(max-width:760px){html .app-shell .cogs-coverage-kpis{grid-template-columns:1fr}html .app-shell .cogs-coverage-head{align-items:flex-start;flex-direction:column}html .app-shell .cogs-coverage-controls{width:100%;justify-content:flex-start}html .app-shell .cogs-coverage-controls input{width:100%}html .app-shell .cogs-bulk-map-bar{align-items:flex-start;flex-direction:column}html .app-shell .cogs-bulk-map-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}html .app-shell .cogs-bulk-map-actions input{width:100%}html .app-shell .cogs-page .card-title{align-items:flex-start;flex-direction:column}html .app-shell .cogs-page .search,html .app-shell .cogs-page .search input{width:100%}html .app-shell .cogs-order-controls{width:100%;justify-content:flex-start}html .app-shell .cogs-order-controls form,html .app-shell .cogs-order-controls input{width:100%}html .app-shell .cogs-page .cogs-pagination{align-items:flex-start;flex-direction:column}}html .app-shell{--brand: #f4571e;--brand-hover: #e24a16;--brand-ink: #bd3a12;--brand-tint: #fff3ed;--brand-tint-2: #ffe9de;--canvas: #faf9f7;--surface: #ffffff;--surface-2: #f5f4f1;--line: #ecebe7;--line-2: #e0ded9;--text: #1a1917;--text-2: #45423c;--muted: #827e75;--muted-2: #a8a49b;--pos: #21a366;--pos-bg: #e7f6ef;--neg: #e5484d;--neg-bg: #fcebec;--warn: #9a6b00;--warn-bg: #fff3da;--r-card: 20px;--r-control: 12px;--r-bubble: 12px;--r-pill: 999px;--shadow-card: 0 4px 24px rgba(26, 25, 23, .05);--shadow-brand: 0 8px 20px rgba(244, 87, 30, .28);--shadow-pop: 0 12px 32px rgba(26, 25, 23, .14);--font-ui: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display: var(--font-ui);--font-num: var(--font-ui);--sidebar-w: 236px;display:grid;grid-template-columns:calc(var(--sidebar-w) + 28px) minmax(0,1fr);align-items:stretch;min-height:100vh;background:var(--canvas)}html .app-shell .app-main h1{color:var(--text)}html .app-sidebar{position:fixed;top:14px;left:14px;z-index:30;width:var(--sidebar-w);height:calc(100vh - 28px);display:flex;flex-direction:column;margin:0;padding:0;border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--shadow-card);background:var(--surface);overflow:hidden;font-family:var(--font-ui)}html .app-sidebar__brand{display:flex;align-items:center;gap:10px;padding:18px 18px 14px}html .app-sidebar__logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;border-radius:var(--r-bubble);background:var(--brand);color:#fff;font-family:var(--font-display);font-weight:700;font-size:13px}html .app-sidebar__brand strong{display:block;font-family:var(--font-display);font-size:13px;font-weight:600;line-height:1.25;color:var(--text)}html .app-sidebar__brand small{display:block;font-size:11px;color:var(--muted)}html .app-sidebar button{box-shadow:none}html .app-sidebar__nav{flex:1 1 auto;overflow-y:auto;padding:10px 12px 12px;display:flex;flex-direction:column;gap:3px}html .nav-section{display:flex;flex-direction:column;gap:2px}html .nav-section__label{margin:0 0 4px;padding:0 10px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2)}html .app-sidebar__nav a{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:var(--r-control);font-size:13px;font-weight:500;color:var(--text-2);text-decoration:none;transition:background-color .12s ease,color .12s ease}html .app-sidebar__nav a:hover{background:var(--surface-2);color:var(--text)}html .app-sidebar__nav a.active{background:var(--brand);color:#fff;font-weight:600;box-shadow:var(--shadow-brand)}html .nav-ico{display:inline-flex;flex:0 0 auto;width:18px;height:18px;color:var(--muted-2)}html .nav-ico svg{width:100%;height:100%}html .app-sidebar__nav a:hover .nav-ico,html .nav-group__parent:hover .nav-ico{color:var(--text-2)}html .app-sidebar__nav a.active .nav-ico{color:#fff}html .nav-group.is-active>.nav-group__parent .nav-ico{color:var(--brand-ink)}html .nav-group__children a{padding-left:12px}html .nav-soon{display:flex;align-items:center;gap:8px;padding:9px 10px 9px 12px;font-size:13px;font-weight:500;color:var(--muted-2);cursor:default}html .nav-soon small{font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:var(--surface-2);padding:2px 6px;border-radius:var(--r-pill)}html .app-sidebar__nav a:focus-visible,html .nav-group__parent:focus-visible,html .app-sidebar__logout:focus-visible{outline:2px solid var(--brand);outline-offset:2px}html .nav-group__parent{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:0;background:transparent;border-radius:var(--r-control);font-family:var(--font-ui);font-size:13px;font-weight:500;color:var(--text-2);cursor:pointer}html .nav-group__label{flex:1 1 auto;text-align:left}html .nav-group__parent:hover{background:var(--surface-2);color:var(--text)}html .nav-group.is-active>.nav-group__parent{background:var(--brand-tint);color:var(--brand-ink);font-weight:600}html .nav-group.is-active>.nav-group__parent .nav-group__caret{color:var(--brand-ink)}html .nav-group__caret{flex:0 0 auto;color:var(--muted-2);transition:transform .15s ease}html .nav-group.is-open>.nav-group__parent .nav-group__caret{transform:rotate(180deg)}html .app-shell .forecast-cogs-warning{background:var(--brand-tint);border:1px solid var(--brand);color:var(--brand-ink)}html .app-shell .forecast-filters{background:transparent;border:0;box-shadow:none;padding:0;margin-bottom:22px}html .app-shell .forecast-filters .segmented{display:inline-flex;gap:4px;padding:4px;border:0;border-radius:var(--r-pill);background:var(--surface-2)}html .app-shell .forecast-filters .segmented button{min-width:76px;padding:9px 16px;border:0;border-radius:var(--r-pill);background:transparent;color:var(--muted);box-shadow:none}html .app-shell .forecast-filters .segmented button:hover{color:var(--brand-ink);background:var(--brand-tint-2)}html .app-shell .forecast-filters .segmented button.active{background:var(--brand);color:#fff}html .app-shell .forecast-picker-trigger{min-height:42px;padding:9px 14px;border:1px solid var(--line-2);border-radius:var(--r-pill);background:var(--surface);color:var(--text-2)}html .app-shell .forecast-picker-trigger:hover,html .app-shell .forecast-picker-trigger.open{border-color:var(--brand);background:var(--brand-tint)}html .app-shell .forecast-calendar-popover,html .app-shell .forecast-month-popover{background:var(--surface);border-color:var(--line-2);box-shadow:var(--shadow-pop)}html .app-shell .forecast-calendar-popover,html .app-shell .forecast-month-popover{width:394px;max-width:min(394px,calc(100vw - 32px));border-radius:var(--r-card)}html .app-shell .forecast-month-popover button,html .app-shell .forecast-calendar-popover button{color:var(--text-2);background:transparent}html .app-shell .forecast-month-popover button:hover,html .app-shell .forecast-calendar-popover button:hover{background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .forecast-month-popover button.active,html .app-shell .forecast-calendar-popover button.active{background:var(--brand);color:#fff}html .app-shell .forecast-picker-actions{display:flex;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line)}html .app-shell .forecast-picker-actions button{flex:1;min-height:42px;border-radius:var(--r-pill);font:inherit;font-weight:600}html .app-shell .forecast-picker-cancel{background:var(--surface);border:1px solid var(--line-2);color:var(--text-2)}html .app-shell .forecast-picker-apply{background:var(--brand);border:1px solid var(--brand);color:#fff}html .app-shell .forecast-picker-apply:hover{background:var(--brand-hover)}html .app-shell .forecast-month-popover .month-grid button{min-height:42px;border-radius:var(--r-control)}html .app-shell .ttp-datepick .forecast-picker-trigger{display:flex;align-items:center;justify-content:center;width:max-content;min-width:0;padding:8px 20px;gap:7px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-pill);font-size:12px;font-weight:600;color:var(--text-2)}html .app-shell .ttp-datepick .forecast-picker-trigger:hover,html .app-shell .ttp-datepick .forecast-picker-trigger.open{background:var(--surface);border-color:var(--brand)}html .app-shell .forecast-calendar-popover,html .app-shell .forecast-month-popover{width:296px;max-width:calc(100vw - 32px);padding:14px;border-radius:var(--r-card)}html .app-shell .sales-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}html .app-shell .sales-calendar-header strong,html .app-shell .month-year strong{color:var(--text)!important;font-family:var(--font-display);font-size:14px;font-weight:600}html .app-shell .month-year button{color:var(--text-2);background:var(--surface);border-color:var(--line)}html .app-shell .month-year button:hover{color:var(--brand-ink);background:var(--brand-tint);border-color:var(--brand)}html .app-shell .sales-calendar-header button{display:grid;place-items:center;width:28px;height:28px;padding:0;background:var(--surface);border:1px solid var(--line);border-radius:50%;color:var(--text-2);box-shadow:none}html .app-shell .sales-calendar-header button:hover{background:var(--brand-tint);border-color:var(--brand);color:var(--brand-ink)}html .app-shell .sales-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}html .app-shell .sales-calendar-grid.weekdays{margin-bottom:2px;color:var(--muted-2);font-size:11px;font-weight:600}html .app-shell .sales-calendar-grid.weekdays span{display:block;text-align:center;padding:4px 0}html .app-shell .sales-calendar-grid button{aspect-ratio:1;display:grid;place-items:center;background:transparent;border:1.5px solid transparent;border-radius:8px;color:var(--text-2);font-size:13px;box-shadow:none}html .app-shell .sales-calendar-grid button:hover{background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .sales-calendar-grid button.outside{color:var(--muted-2)}html .app-shell .sales-calendar-grid button.selected{background:var(--surface);border-color:var(--brand);color:var(--brand-ink);font-weight:600}html .app-shell .month-picker-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}html .app-shell .month-picker-grid button{padding:10px 4px;background:transparent;border:1.5px solid transparent;border-radius:10px;color:var(--text-2);font-size:13px;box-shadow:none}html .app-shell .month-picker-grid button:hover{background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .month-picker-grid button.active{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:600}html .app-shell .ttp-cal-actions{display:flex;gap:8px;margin-top:12px}html .app-shell .ttp-cal-actions button{flex:1;padding:10px;border-radius:var(--r-pill);font-weight:600;box-shadow:none}html .app-shell .ttp-cal-cancel{background:var(--surface);border:1px solid var(--line);color:var(--text-2)}html .app-shell .ttp-cal-apply{background:var(--brand);border:1px solid var(--brand);color:#fff}html .app-shell .pnl-kpi-grid{margin-bottom:31px}html .app-shell .pnl-kpi{cursor:default;border-top:2px solid var(--brand-tint-2)}html .app-shell .pnl-kpi:hover{border-color:var(--line);background:var(--surface)}html .app-shell .pnl-kpi .ttp-metric-icon{background:var(--brand-tint-2);color:var(--brand)}html .app-shell .pnl-kpi .ttp-metric-delta.is-up{color:var(--pos)}html .app-shell .pnl-kpi .ttp-metric-delta.is-down{color:var(--neg)}html .app-shell .pnl{background:var(--surface);border-color:var(--line)}html .app-shell .pnl .card-title{border-bottom:0}html .app-shell .pnl-row,html .app-shell .pnl-expense-breakdown{border:0;background:var(--surface)}html .app-shell .pnl-row{font-size:15px}html .app-shell .pnl-expense-actions.pnl-row-values{grid-template-columns:140px 32px}html .app-shell .pnl-expense-actions>strong{color:var(--text);text-align:right}html .app-shell .pnl-expense-toggle{display:grid;width:28px;height:28px;place-items:center;justify-self:end;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}html .app-shell .pnl-expense-toggle:hover{background:transparent;box-shadow:none}html .app-shell .pnl-expense-detail{padding-left:42px;background:var(--surface-2)}html .app-shell .pnl-expense-detail.is-empty{color:var(--muted);font-style:italic}html .app-shell .pnl-row .pnl-inline-margin{font-size:inherit}html .app-shell .pnl-row .pnl-inline-margin small{font-size:12px}html .app-shell .pnl-row:not(.gross):not(.total):not(.grand) .pnl-inline-margin>strong{color:var(--text)!important;font-weight:400}html .app-shell .pnl .card-title>span{color:var(--text-2);font-size:17px;font-weight:700}html .app-shell .pnl .pnl-table-head-values,html .app-shell .pnl .pnl-row-values{display:grid;grid-template-columns:140px 70px;align-items:center;text-align:right;gap:18px}html .app-shell .pnl .pnl-table-head-values>span:last-child{color:var(--text-2)}html .app-shell .pnl .pnl-allocation-percent{color:var(--text);font-size:inherit;font-weight:400}html .app-shell .pnl .revenue-total .pnl-inline-margin>strong{color:var(--brand-ink)!important;font-weight:700}html .app-shell .pnl-group-header,html .app-shell .pnl-row.gross,html .app-shell .pnl-row.total,html .app-shell .pnl-row.grand{margin-top:0;background:var(--brand-tint);border:0;color:var(--brand-ink)}html .app-shell .pnl-group-header{display:flex;align-items:center;justify-content:space-between;background:var(--brand)!important;color:#fff!important}html .app-shell .pnl-group-header .pnl-table-head-values{color:#fff}html .app-shell .pnl-group-header .pnl-table-head-values>span:last-child{color:#fff}html .app-shell .pnl-group-header,html .app-shell .pnl-row.gross,html .app-shell .pnl-row.total,html .app-shell .pnl-row.grand{font-size:17px}html .app-shell .pnl-group-header{color:var(--brand-ink)}html .app-shell .pnl-row.gross>span,html .app-shell .pnl-row.gross>strong,html .app-shell .pnl-row.grand>span,html .app-shell .pnl-row.grand>strong{color:var(--brand-ink)}html .app-shell .pnl-row.gross,html .app-shell .pnl-row.total,html .app-shell .pnl-row.grand{background:var(--surface)}html .app-shell .pnl,html .app-shell .pnl>*,html .app-shell .pnl-row,html .app-shell .pnl-group-header,html .app-shell .pnl-expense-group,html .app-shell .pnl-expense-breakdown{margin-top:0!important;gap:0!important}html .app-shell .pnl-row{min-height:0;height:auto}html .app-shell .pnl .card-title+.pnl-group-header{margin-top:0!important}html .app-shell .pnl-row+.pnl-row{margin-top:5px!important}html .app-shell .pnl-row.revenue-total{margin-top:25px!important}html .app-shell .pnl-row.revenue-total+.pnl-row.cogs-row{margin-top:25px!important}html .app-shell .pnl .pnl-section-cogs,html .app-shell .pnl .gross-profit-row,html .app-shell .pnl .expenses-row,html .app-shell .pnl .net-profit-row{margin-top:25px!important}html .app-shell .pnl .revenue-total,html .app-shell .pnl .cogs-row{margin-top:0!important}html .app-shell .pnl .pnl-section-revenue+.pnl-row,html .app-shell .pnl .pnl-section-revenue+.pnl-row+.pnl-row,html .app-shell .pnl .pnl-section-revenue+.pnl-row+.pnl-row+.pnl-row{margin-top:0!important}html .app-shell .pnl .pnl-group-header,html .app-shell .pnl .pnl-row,html .app-shell .pnl .pnl-expense-group{margin-top:0!important}html .app-shell .pnl .revenue-total,html .app-shell .pnl .cogs-total{border-top:1px solid var(--brand)!important;border-bottom:1px solid var(--brand)!important;margin-bottom:25px!important}html .app-shell .pnl .cogs-total .pnl-inline-margin>strong{color:var(--brand-ink)!important;font-weight:700}html .app-shell .pnl .cogs-total{margin-bottom:40px!important}html .app-shell .pnl .revenue-total,html .app-shell .pnl .cogs-total{background:var(--brand-tint)!important;border:0!important}html .app-shell .pnl .revenue-total{margin-bottom:30px!important}html .app-shell .pnl .revenue-total>span:first-child,html .app-shell .pnl .cogs-total>span:first-child,html .app-shell .pnl .revenue-total .pnl-inline-margin>strong,html .app-shell .pnl .cogs-total .pnl-inline-margin>strong,html .app-shell .pnl .revenue-total .pnl-allocation-percent,html .app-shell .pnl .cogs-total .pnl-allocation-percent{color:var(--brand-ink)!important;font-weight:700}html .app-shell .pnl .gross-profit-total{background:var(--brand-tint)!important;border:0!important}html .app-shell .pnl .gross-profit-total>span:first-child,html .app-shell .pnl .gross-profit-total .pnl-inline-margin>strong,html .app-shell .pnl .gross-profit-total .pnl-allocation-percent{color:var(--brand-ink)!important;font-weight:700}html .app-shell .pnl .gross-profit-total{margin-bottom:40px!important}html .app-shell .pnl .expenses-total{background:var(--brand-tint)!important;border:0!important}html .app-shell .pnl .expenses-total>span:first-child,html .app-shell .pnl .expenses-total .pnl-inline-margin>strong{color:var(--brand-ink)!important;font-weight:700}html .app-shell .pnl .expenses-total{margin-bottom:40px!important}html .app-shell .pnl .net-profit-total{background:var(--brand-tint)!important;border:0!important}html .app-shell .pnl .net-profit-total>span:first-child,html .app-shell .pnl .net-profit-total .pnl-inline-margin>strong,html .app-shell .pnl .net-profit-total .pnl-allocation-percent{color:var(--brand-ink)!important;font-weight:700}html .app-shell .forecast-kpis .kpi{background:var(--surface);border:1px solid var(--line-2);border-top:3px solid var(--brand-tint-2);box-shadow:var(--shadow-card)}html .app-shell .forecast-kpis .kpi>strong{color:var(--brand-ink)}html .app-shell .forecast-kpis .kpi .kpi-margin{color:var(--muted)}html .app-shell .forecast-kpis .kpi .kpi-comparison{color:var(--brand-ink);font-size:12px;margin-top:7px}html .nav-group__children{display:flex;flex-direction:column;gap:4px;margin:2px 0 2px 10px;padding-left:10px;border-left:1px solid var(--line)}html .nav-group__children a{min-height:40px;box-sizing:border-box;border:1px solid transparent;border-radius:var(--r-control)}html .nav-group__children a.active{background:var(--brand);color:#fff;font-weight:600;box-shadow:var(--shadow-brand)}html .app-sidebar__foot{flex:0 0 auto;display:flex;flex-direction:column;gap:10px;padding:12px;border-top:1px solid var(--line)}html .app-sidebar__mode{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:var(--r-pill);background:var(--surface-2);font-size:11px;font-weight:600;color:var(--brand-ink)}html .app-sidebar__user{display:flex;align-items:center;gap:10px;padding:4px 6px}html .app-sidebar__avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:30px;height:30px;border-radius:var(--r-pill);background:var(--brand-tint);color:var(--brand-ink);font-weight:700;font-size:12px}html .app-sidebar__username{flex:1 1 auto;min-width:0;font-size:12px;font-weight:600;color:var(--text-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html .app-sidebar__logout{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;border:1px solid var(--line);background:var(--surface);border-radius:var(--r-pill);color:var(--text-2);cursor:pointer}html .app-sidebar__logout:hover{border-color:var(--neg);background:var(--neg-bg);color:var(--neg)}html .app-sidebar__logout svg{width:18px;height:18px;flex:0 0 auto}html .app-main{grid-column:2;min-width:0;max-width:100%;padding:32px clamp(20px,2.3vw,44px) 64px;background:var(--canvas)}@media(max-width:860px){html .app-shell{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}html .app-sidebar{grid-column:1;flex-direction:row;align-items:center;position:sticky;top:0;left:auto;z-index:20;width:auto;height:auto;min-height:0;max-height:none;margin:0;border:0;border-bottom:1px solid var(--line);border-radius:0;box-shadow:none;overflow-x:auto;overflow-y:visible;gap:4px;padding:8px 12px}html .app-sidebar__brand{flex:0 0 auto;padding:0 10px 0 0;margin-right:4px;border-right:1px solid var(--line)}html .app-sidebar__brand>div{display:none}html .app-sidebar__nav{flex-direction:row;align-items:center;gap:4px;padding:0;overflow:visible}html .nav-section{flex-direction:row;align-items:center;gap:4px}html .nav-section__label{display:none}html .nav-group{position:relative}html .nav-group__parent{width:auto;white-space:nowrap;padding:7px 12px;border-radius:var(--r-pill);background:var(--surface-2)}html .nav-group__children{position:absolute;top:calc(100% + 6px);left:0;z-index:50;min-width:190px;margin:0;padding:6px;border:1px solid var(--line);border-left:1px solid var(--line);border-radius:var(--r-control);background:var(--surface);box-shadow:var(--shadow-pop)}html .app-sidebar__nav a{white-space:nowrap;padding:7px 12px;border-radius:var(--r-pill)}html .nav-group__children a{border-radius:8px}html .app-sidebar__foot{flex-direction:row;align-items:center;flex:0 0 auto;gap:8px;padding:0 0 0 8px;margin-left:4px;border-top:0;border-left:1px solid var(--line)}html .app-sidebar__username,html .app-sidebar__mode{display:none}html .app-main{padding:20px clamp(14px,4vw,24px) 48px}}@media(prefers-reduced-motion:reduce){html .app-sidebar__nav a,html .nav-group__caret{transition:none}}html .app-shell .sales-orders-card{margin-top:24px;overflow:hidden;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-card)}html .app-shell .sales-orders-card .product-master-header{min-height:76px;padding:20px 24px;border-bottom:1px solid var(--line);background:var(--surface)}html .app-shell .sales-orders-card .product-master-header h2{color:var(--text);font-size:20px;font-weight:700}html .app-shell .sales-orders-card .cogs-header-actions{gap:10px}html .app-shell .sales-orders-card .cogs-header-actions button{border-color:var(--line-2);border-radius:var(--r-control);background:var(--surface);color:var(--text-2)}html .app-shell .sales-orders-card .cogs-header-actions button:hover{border-color:var(--brand);color:var(--brand-ink);background:var(--brand-tint)}html .app-shell .sales-orders-table{min-width:1200px;border-collapse:separate;border-spacing:0;font-size:14px}html .app-shell .sales-orders-table th{height:58px;padding:12px 16px;border-bottom:1px solid var(--line);background:var(--brand-tint);color:var(--brand-ink);font-size:12px;font-weight:700;text-transform:none}html .app-shell .sales-orders-table td{height:58px;padding:12px 16px;border-bottom:1px solid var(--line);color:var(--text-2);background:var(--surface)}html .app-shell .sales-orders-table tbody tr:nth-child(2n) td{background:var(--surface-2)}html .app-shell .sales-orders-table tbody tr:hover td{background:var(--brand-tint)}html .app-shell .sales-orders-table tbody tr:last-child td{border-bottom:0}html .app-shell .sales-orders-table td.strong{color:var(--brand-ink);font-weight:700}html .app-shell .sales-orders-table th,html .app-shell .sales-orders-table td,html .app-shell .sales-orders-table th:nth-child(5),html .app-shell .sales-orders-table td:nth-child(5){text-align:center!important}html .app-shell .sales-orders-pagination{border-top:1px solid var(--line);padding:16px 20px;color:var(--text-2)}html .app-shell .sales-orders-pagination select,html .app-shell .sales-orders-pagination input{border-color:var(--line-2);background:var(--surface);color:var(--text)}html .app-shell .sync-page{display:grid;min-width:0;width:100%;max-width:100%;gap:22px;color:var(--text)}html .app-shell .sync-page>*,html .app-shell .sync-page .page-header,html .app-shell .sync-page .kpi-grid,html .app-shell .sync-page .section-card{min-width:0;width:100%;max-width:100%}html .app-shell .sync-page .page-header{margin-bottom:0}html .app-shell .sync-page .page-header>div:first-child{min-width:240px}html .app-shell .sync-page .page-header .cogs-header-actions{display:flex;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap;gap:10px}html .app-shell .sync-page .page-header .sync-orders-days{display:grid;gap:5px;color:var(--muted);font-size:11px;font-weight:600}html .app-shell .sync-page .page-header .cogs-header-actions>label.sync-orders-days{min-height:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--muted);box-shadow:none}html .app-shell .sync-page .page-header .sync-orders-days input{width:82px;min-height:40px;padding:8px 10px;border:1px solid var(--line-2);border-radius:var(--r-control);background:var(--surface);color:var(--text);text-align:center;box-shadow:none}html .app-shell .sync-page .page-header .cogs-header-actions>button:not(.secondary),html .app-shell .sync-page .sales-sync-actions>button:not(.secondary),html .app-shell .sync-page a.button{min-height:40px;padding:9px 16px;border:1px solid var(--brand);border-radius:var(--r-pill);background:var(--brand);color:var(--surface);font-family:var(--font-ui);font-size:12px;font-weight:600;line-height:1.2;text-decoration:none;box-shadow:var(--shadow-brand)}html .app-shell .sync-page .page-header .cogs-header-actions>button:not(.secondary):hover,html .app-shell .sync-page .sales-sync-actions>button:not(.secondary):hover,html .app-shell .sync-page a.button:hover{background:var(--brand-hover);border-color:var(--brand-hover)}html .app-shell .sync-page button.secondary{border-color:var(--line-2);background:var(--surface);color:var(--text-2);box-shadow:none}html .app-shell .sync-page button.secondary:hover{border-color:var(--brand);background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .sync-page .page-header .cogs-header-actions>button:disabled,html .app-shell .sync-page .sales-sync-actions>button:disabled,html .app-shell .sync-page a.button.disabled{border-color:var(--line);background:var(--surface-2);color:var(--muted-2);box-shadow:none;cursor:not-allowed}html .app-shell .sync-page .kpi-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:0}html .app-shell .sync-page .kpi{min-width:0;min-height:126px;padding:20px;border:1px solid var(--line);border-top:3px solid var(--brand-tint-2);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-card)}html .app-shell .sync-page .kpi span{color:var(--muted);font-size:12px;font-weight:600}html .app-shell .sync-page .kpi strong{color:var(--text);font-family:var(--font-display);font-size:22px;line-height:1.2}html .app-shell .sync-page .kpi strong.positive{color:var(--pos)}html .app-shell .sync-page .kpi strong.negative{color:var(--neg)}html .app-shell .sync-page .kpi small{color:var(--muted);overflow-wrap:anywhere}html .app-shell .sync-page .section-card{padding:0;overflow:visible;border:1px solid var(--line);border-radius:var(--r-card);background:var(--surface);box-shadow:var(--shadow-card)}html .app-shell .sync-page .section-title{min-height:72px;margin:0;padding:18px 22px;border-bottom:1px solid var(--line)}html .app-shell .sync-page .section-title h2{color:var(--text);font-family:var(--font-display);font-size:17px}html .app-shell .sync-page .section-title small{color:var(--muted)}html .app-shell .sync-page .section-card>.sales-sync-actions,html .app-shell .sync-page .section-card>.sync-checklist,html .app-shell .sync-page .section-card>.sync-hint,html .app-shell .sync-page .section-card>.sync-status-message{margin-left:22px;margin-right:22px}html .app-shell .sync-page .section-card>.sales-sync-actions,html .app-shell .sync-page .section-card>.sync-checklist{margin-top:20px}html .app-shell .sync-page .section-card>:last-child{margin-bottom:22px}html .app-shell .sync-page .sales-sync-actions{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px}html .app-shell .sync-page .sales-sync-actions label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:600}html .app-shell .sync-page .sales-sync-actions .forecast-picker-trigger{min-height:40px;border-color:var(--line-2);background:var(--surface);color:var(--text-2);box-shadow:none}html .app-shell .sync-page .sync-checklist{color:var(--text-2)}html .app-shell .sync-page .sync-checklist li::marker{color:var(--muted-2)}html .app-shell .sync-page .sync-checklist li.complete{color:var(--pos)}html .app-shell .sync-page .sync-hint,html .app-shell .sync-page .sync-status-message{color:var(--muted)}html .app-shell .sync-page .table-wrap{margin:0;border:0;border-radius:0 0 var(--r-card) var(--r-card);overflow:auto}html .app-shell .sync-page table{width:100%;border-collapse:collapse;font-family:var(--font-ui)}html .app-shell .sync-page th,html .app-shell .sync-page td{padding:13px 14px;border-bottom:1px solid var(--line);color:var(--text-2);text-align:center;vertical-align:middle}html .app-shell .sync-page th:first-child,html .app-shell .sync-page td:first-child{min-width:142px;white-space:nowrap}html .app-shell .sync-page th{background:var(--surface-2);color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}html .app-shell .sync-page tbody tr:hover{background:var(--brand-tint)}html .app-shell .sync-page tbody tr:last-child td{border-bottom:0}html .app-shell .sales-calendar-modes{background:var(--surface-2)}html .app-shell .sales-calendar-mode{color:var(--muted)}html .app-shell .sales-calendar-mode:hover{color:var(--brand-ink)}html .app-shell .sales-calendar-mode.active{background:var(--brand);color:var(--surface)}html .app-shell .sales-calendar-head button:hover,html .app-shell .sales-calendar-day:hover,html .app-shell .sales-calendar-month:hover{background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .sales-calendar-day.today{box-shadow:inset 0 0 0 1px var(--brand)}html .app-shell .sales-calendar-day.selected,html .app-shell .sales-calendar-month.selected,html .app-shell .sales-calendar-apply{background:var(--brand);color:var(--surface)}html .app-shell .sales-calendar-footer{border-top-color:var(--line)}html .app-shell .sales-calendar-cancel{border-color:var(--line-2);color:var(--text-2)}html .app-shell .sales-calendar-cancel:hover{background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .sales-order-detail-grid>div{background:var(--surface-2);border-color:var(--line)}html .app-shell .settlement-report-range-presets{border-color:var(--line)}html .app-shell .settlement-report-range-presets button{border-left-color:var(--line)}html .app-shell .settlement-report-range-presets button:hover,html .app-shell .settlement-report-range-presets button.active,html .app-shell .settlement-report-row-highlight{background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .settlement-report-row-section{background:var(--surface-2)}html .app-shell .settlement-trends-tooltip{background:var(--surface);border-color:var(--line);box-shadow:var(--shadow-pop)}html .app-shell .sales-sync-empty{background:var(--brand-tint)}html .app-shell .sales-sync-empty strong{color:var(--brand-ink)}html .app-shell input:focus,html .app-shell select:focus,html .app-shell textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-tint-2)}html .app-shell .theme-select-menu{border-color:var(--line-2);background:var(--surface);color:var(--text-2);box-shadow:var(--shadow-pop)}html .app-shell .theme-select-menu button{color:var(--text-2)}html .app-shell .theme-select-menu button:hover,html .app-shell .theme-select-menu button.active{background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .product-master-table input[type=checkbox],html .app-shell .inventory-picker-table input[type=checkbox],html .app-shell .tiktok-metric-checkbox{accent-color:var(--brand)}html .app-shell .selected-row{background:var(--brand-tint)}html .app-shell .template-link{color:var(--brand)}html .app-shell .sales-date-trigger{border-color:var(--line-2);background:var(--surface);color:var(--text-2)}html .app-shell .sales-date-trigger:hover,html .app-shell .sales-date-trigger:focus{border-color:var(--brand);background:var(--brand-tint)}html .app-shell .sales-date-trigger span{color:var(--brand-ink)}html .app-shell .sales-date-popover{border-color:var(--line-2);background:var(--surface);box-shadow:var(--shadow-pop)}html .app-shell .sales-date-popover .sales-calendar-header button,html .app-shell .sales-date-popover .sales-calendar-grid button,html .app-shell .sales-date-popover .sales-period button{border-color:transparent;background:transparent;color:var(--text-2)}html .app-shell .sales-date-popover .sales-calendar-grid button:hover,html .app-shell .sales-date-popover .sales-period button:hover{border-color:transparent;background:var(--brand-tint);color:var(--brand-ink)}html .app-shell .sales-date-popover .sales-calendar-grid button.selected,html .app-shell .sales-date-popover .sales-period button.active{border-color:var(--brand);background:var(--brand);color:var(--surface)}html .app-shell .sales-date-popover .sales-calendar-grid button.outside,html .app-shell .sales-date-popover .sales-time-editor label,html .app-shell .sales-date-popover .sales-time-editor>span{color:var(--muted)}html .app-shell .sales-date-popover .sales-time-editor{border-top-color:var(--line)}@media(max-width:1200px){html .app-shell .sync-page .page-header{align-items:flex-start;flex-direction:column}html .app-shell .sync-page .page-header .cogs-header-actions{width:100%;min-width:0;justify-content:flex-start}html .app-shell .sync-page .kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){html .app-shell .sync-page .sales-sync-actions,html .app-shell .sync-page .sales-sync-actions>label,html .app-shell .sync-page .sales-sync-actions button,html .app-shell .sync-page .sales-sync-actions .forecast-picker,html .app-shell .sync-page .sales-sync-actions .forecast-picker-trigger{width:100%}}
