@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Noto+Sans+SC:wght@400;500&display=swap";.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}:root{font-family:Inter,Noto Sans SC,system-ui,sans-serif;color:#17211e;background:#eef3f1;font-synthesis:none;text-rendering:optimizeLegibility;--page: #eef3f1;--surface: #ffffff;--surface-2: #f5f8f7;--border: #dce5e1;--text: #17211e;--muted: #687771;--green: #167b58;--green-soft: #e6f4ee;--blue: #3f6f94;--blue-soft: #e9f1f7;--yellow: #b27612;--yellow-soft: #fff5dc;--coral: #d65d47;--coral-soft: #fff0ec;--sidebar: #162620;--sidebar-text: #e7f0ed;--sidebar-muted: #9fb2ab;--shadow: rgba(28, 50, 42, .07)}*{box-sizing:border-box}html{min-width:320px;background:var(--page)}body{margin:0;min-width:320px;min-height:100vh;background:var(--page)}button,input,select{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid color-mix(in srgb,var(--green) 45%,transparent);outline-offset:1px}h1,h2,h3,p{margin:0}table{width:100%;border-collapse:collapse}.auth-loading{display:flex;min-height:100vh;align-items:center;justify-content:center;gap:10px;color:var(--muted);background:var(--page);font-size:12px}.auth-loading strong{font-weight:500}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px 16px;background:var(--page)}.login-wrap{width:min(100%,370px)}.login-brand{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:18px;color:var(--text);font-size:14px}.login-brand>span{display:grid;width:32px;height:32px;place-items:center;border-radius:7px;color:var(--sidebar);background:#54c795}.login-brand strong{font-weight:500}.login-panel{display:grid;gap:17px;padding:25px;border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:0 12px 34px #1c322a1a}.login-heading h1{font-size:19px;font-weight:500}.login-heading p{margin-top:6px;color:var(--muted);font-size:10px}.login-field>span{display:block;margin-bottom:7px;font-size:10px}.login-field>div{display:flex;height:40px;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:var(--surface)}.login-field>div:focus-within{border-color:color-mix(in srgb,var(--green) 50%,var(--border));box-shadow:0 0 0 2px var(--green-soft)}.login-field input{width:100%;min-width:0;border:0;outline:0;color:var(--text);background:transparent;font-size:11px}.login-field button{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;padding:0;border:0;border-radius:5px;color:var(--muted);background:transparent;cursor:pointer}.login-field button:hover{background:var(--surface-2)}.login-error{padding:9px 10px;border:1px solid #f1c8bf;border-radius:5px;color:var(--coral);background:var(--coral-soft);font-size:10px}.login-submit{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:6px;color:#fff;background:var(--green);cursor:pointer}.login-submit:disabled{opacity:.6;cursor:not-allowed}.app-shell{display:grid;grid-template-columns:218px minmax(0,1fr);min-height:100vh}.sidebar-wrap{position:relative;z-index:30}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;width:218px;height:100vh;padding:18px 12px 14px;overflow:hidden;background:var(--sidebar);color:var(--sidebar-text)}.brand{display:flex;align-items:center;gap:10px;padding:2px 8px 19px;font-size:14px;font-weight:500}.brand-icon{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:7px;color:var(--sidebar);background:#54c795}.sidebar-scroll{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin}.nav-group{margin-top:17px}.nav-group:first-child{margin-top:2px}.nav-group-label{padding:0 10px 7px;color:var(--sidebar-muted);font-size:10px}.nav-group nav{display:grid;gap:3px}.nav-item{display:flex;align-items:center;gap:10px;width:100%;min-height:36px;padding:0 10px;border:0;border-radius:6px;background:transparent;color:var(--sidebar-muted);text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.nav-item:hover{color:var(--sidebar-text);background:#ffffff0f}.nav-item.active{color:#f1f8f5;background:#54c79530}.nav-count{margin-left:auto;color:#ff9c88;font-size:9px}.account{display:flex;align-items:center;gap:9px;width:100%;padding:13px 8px 2px;border:0;border-top:1px solid rgba(159,178,171,.2);background:transparent;color:var(--sidebar-muted);text-align:left;cursor:pointer}.avatar{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:50%;color:var(--sidebar);background:#f4c45f;font-size:12px;font-weight:500}.account-copy{flex:1;min-width:0}.account-copy strong,.account-copy small{display:block}.account-copy strong{color:var(--sidebar-text);font-size:11px;font-weight:500}.account-copy small{margin-top:2px;font-size:9px}.mobile-close,.mobile-menu{display:none!important}.sidebar-scrim{display:none}.workspace{min-width:0}.topbar{position:sticky;top:0;z-index:20;display:flex;flex-direction:column;align-items:stretch;padding:0 22px;border-bottom:1px solid var(--border);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-main{display:flex;align-items:center;justify-content:space-between;min-width:0;min-height:70px}.topbar-heading{display:flex;align-items:center;gap:10px;min-width:0}.topbar h1{font-size:16px;font-weight:500}.topbar p{margin-top:3px;color:var(--muted);font-size:10px}.topbar-actions{display:flex;align-items:center;gap:8px;color:var(--muted)}.sync-copy{display:inline-flex;align-items:center;gap:6px;margin-right:4px;font-size:10px;white-space:nowrap}.sync-rotator{display:block;width:190px;height:16px;overflow:hidden}.sync-rotator-track{display:block;transition:transform .45s ease}.sync-rotator-item{display:flex;height:16px;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.online-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.icon-button{position:relative;display:inline-grid;width:34px;height:34px;flex:0 0 34px;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;cursor:pointer}.icon-button:hover{background:var(--surface-2)}.icon-button.bordered{border:1px solid var(--border);background:var(--surface)}.notification-button span{position:absolute;top:3px;right:2px;display:grid;min-width:14px;height:14px;padding:0 3px;place-items:center;border:2px solid var(--surface);border-radius:8px;color:#fff;background:var(--coral);font-size:8px}.quick-nav{order:-1;display:flex;align-items:center;gap:12px;min-width:0;min-height:50px;border-bottom:1px solid var(--border)}.quick-nav-label{flex:0 0 auto;color:var(--text);font-size:12px;font-weight:500;white-space:nowrap}.quick-nav-list{display:flex;flex:1 1 auto;align-items:center;gap:7px;min-width:0;overflow-x:auto;scrollbar-width:thin}.quick-nav-item{display:inline-flex;flex:0 0 auto;align-items:center;min-height:34px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--muted);transition:border-color .15s ease,background .15s ease,color .15s ease}.quick-nav-item:hover{border-color:var(--primary);color:var(--text)}.quick-nav-item.active{border-color:var(--primary);color:var(--primary);background:var(--green-soft)}.quick-nav-tab{display:inline-flex;align-items:center;gap:7px;min-width:0;height:33px;padding:0 10px 0 12px;border:0;background:transparent;color:inherit;font-size:12px;cursor:pointer}.quick-nav-tab span{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-nav-tab:focus-visible,.quick-nav-close:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.quick-nav-close{display:inline-grid;width:30px;height:32px;margin-right:1px;place-items:center;padding:0;border:0;border-left:1px solid transparent;border-radius:0 6px 6px 0;background:transparent;color:currentColor;cursor:pointer}.quick-nav-item:hover .quick-nav-close,.quick-nav-item.active .quick-nav-close{border-left-color:currentColor;opacity:.65}.quick-nav-close:hover{opacity:1!important;background:#0000000f}.quick-nav-count{flex:0 0 auto;color:var(--muted);font-size:11px;white-space:nowrap}.quick-nav-hint{flex:0 0 auto;color:var(--muted);font-size:10px;white-space:nowrap}.page-content{max-width:1580px;margin:0 auto;padding:20px 22px 30px}.page-view.inactive{display:none}.data-state{display:grid;place-items:center;min-height:240px;text-align:center}.data-state p{margin:6px 0 16px;color:var(--muted)}.inline-spinner{width:24px;height:24px;border:3px solid var(--line);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.error-state strong{color:var(--coral)}.inline-error{margin:-8px 0 14px;color:var(--coral);font-size:11px}.page-toolbar,.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:15px}.section-actions-only{align-items:center;justify-content:flex-end}.page-toolbar h2,.section-heading h2{font-size:21px;font-weight:500}.page-toolbar p,.section-heading p{margin-top:4px;color:var(--muted);font-size:11px}.filters,.inline-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap}select,.search-box,.number-input,.settings-fields>label>select{height:34px;border:1px solid var(--border);border-radius:6px;color:var(--text);background:var(--surface)}select{padding:0 27px 0 10px;cursor:pointer}.date-select{display:flex;align-items:center;height:34px;padding-left:9px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:var(--surface)}.date-select select{height:32px;padding-left:7px;border:0;background:transparent}.dashboard-range-picker{position:relative}.dashboard-range-trigger{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:6px;color:var(--text);background:var(--surface);cursor:pointer;font-variant-numeric:tabular-nums}.dashboard-range-trigger:hover,.dashboard-range-trigger.active{border-color:var(--green)}.dashboard-range-trigger svg{margin-left:3px;color:var(--muted)}.dashboard-range-divider{color:var(--muted)}.dashboard-range-popover{position:absolute;top:calc(100% + 7px);right:0;z-index:60;display:grid;grid-template-columns:116px minmax(0,1fr);width:600px;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:0 16px 36px #14231f29}.dashboard-range-presets{display:flex;flex-direction:column;gap:5px;padding:10px;border-right:1px solid var(--border);background:var(--surface-2)}.dashboard-range-presets button{min-height:30px;padding:0 8px;border:0;border-radius:5px;color:var(--text);background:var(--surface);text-align:left;cursor:pointer;font-size:10px}.dashboard-range-presets button:hover{color:var(--green-dark);background:var(--green-soft)}.dashboard-range-calendar{--rdp-accent-color: var(--green);--rdp-accent-background-color: var(--green-soft);--rdp-range_middle-background-color: var(--green-soft);--rdp-range_middle-color: var(--text);--rdp-day_button-border-radius: 5px;margin:0;padding:10px 12px 12px}.dashboard-range-calendar .rdp-months{flex-wrap:nowrap;gap:14px}.dashboard-range-calendar .rdp-month{width:210px;flex:0 0 210px}.dashboard-range-calendar .rdp-month_grid{width:auto}.dashboard-range-calendar .rdp-month_grid th,.dashboard-range-calendar .rdp-month_grid td{padding:0;border:0;text-align:center}.dashboard-range-calendar .rdp-month_grid th{background:transparent}.dashboard-range-calendar .rdp-month_grid tbody tr:hover td:not(.rdp-selected):not(.rdp-range_middle){background:transparent}.dashboard-range-calendar .rdp-month_caption{height:32px;font-size:11px}.dashboard-range-calendar .rdp-weekday{color:var(--muted);font-size:9px;font-weight:500}.dashboard-range-calendar .rdp-day_button{width:30px;height:30px;font-size:10px}.dashboard-range-calendar .rdp-button_previous,.dashboard-range-calendar .rdp-button_next{width:30px;height:30px}.metric-grid,.summary-grid{display:grid;gap:11px;margin-bottom:11px}.metric-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.summary-grid.logistics-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.metric-card,.summary-card,.store-card{border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:0 4px 14px var(--shadow)}.metric-card{min-width:0;padding:14px 15px}.metric-header{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:11px}.metric-icon{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:6px}.metric-icon.green,.status-icon.green{color:var(--green);background:var(--green-soft)}.metric-icon.blue,.status-icon.blue{color:var(--blue);background:var(--blue-soft)}.metric-icon.yellow,.status-icon.yellow{color:var(--yellow);background:var(--yellow-soft)}.metric-icon.coral,.status-icon.coral{color:var(--coral);background:var(--coral-soft)}.metric-card>strong{display:block;margin-top:9px;overflow-wrap:anywhere;font-size:22px;font-weight:500}.metric-change{display:flex;align-items:center;gap:5px;margin-top:7px;color:var(--muted);font-size:10px}.metric-company-delta{display:flex;align-items:center;gap:5px;margin-top:5px;padding-top:6px;border-top:1px dashed var(--border);color:var(--muted);font-size:10px}.positive{color:var(--green)!important}.negative{color:var(--coral)!important}.warning{color:var(--yellow)!important}.dashboard-grid,.detail-grid{display:grid;gap:11px;margin-bottom:11px}.main-grid,.two-one{grid-template-columns:minmax(0,1.55fr) minmax(290px,.8fr)}.lower-grid{grid-template-columns:minmax(0,1.3fr) minmax(300px,.8fr)}.one-one{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:0 4px 14px var(--shadow)}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:49px;padding:10px 15px;border-bottom:1px solid var(--border)}.panel-header h3{font-size:13px;font-weight:500}.panel-header p{margin-top:3px;color:var(--muted);font-size:9px}.chart-legend{display:flex;align-items:center;gap:11px;color:var(--muted);font-size:9px}.chart-legend span{display:inline-flex;align-items:center;gap:5px}.chart-legend i,.pie-legend i{width:7px;height:7px;border-radius:2px}.chart-legend i.coral{background:var(--coral)}.chart-legend i.green{background:var(--green)}.store-chart-legend{display:flex;align-items:center;flex-wrap:wrap;gap:7px 13px;min-height:34px;padding:8px 15px 2px;color:var(--muted);font-size:9px}.store-chart-legend span{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;white-space:nowrap}.store-chart-legend i{width:8px;height:8px;flex:0 0 8px;border-radius:2px}.store-chart-legend i.total-line{width:13px;height:2px;flex-basis:13px;border-radius:0;background:var(--text)}.sales-chart-tooltip{min-width:190px;max-width:300px;padding:10px 11px;border:1px solid var(--border);border-radius:6px;background:var(--surface);box-shadow:0 8px 22px #17211e1f;font-size:10px}.sales-chart-tooltip>strong{display:block;margin-bottom:7px;color:var(--text);font-size:11px;font-weight:500}.sales-chart-tooltip>div{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding:3px 0}.sales-chart-tooltip span{min-width:0;overflow-wrap:anywhere}.sales-chart-tooltip b{flex:0 0 auto;font-weight:500}.chart-container{height:268px;padding:10px 8px 5px}.sales-trend-chart{height:250px;padding-top:3px}.gmv-share-layout{display:grid;grid-template-columns:minmax(130px,.8fr) minmax(170px,1.2fr);align-items:center;min-height:284px;padding:10px 12px}.gmv-pie-chart{min-width:0;height:210px}.gmv-share-list{max-height:246px;padding-left:9px;overflow-y:auto;scrollbar-width:thin}.gmv-share-row{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:29px;padding:5px 0;border-bottom:1px solid var(--border)}.gmv-share-row:last-child{border-bottom:0}.gmv-share-row>i{width:8px;height:8px;border-radius:2px}.gmv-share-row strong,.gmv-share-row small{display:block;overflow-wrap:anywhere}.gmv-share-row strong{font-size:9px;font-weight:500}.gmv-share-row small{margin-top:2px;color:var(--muted);font-size:8px}.gmv-share-row b{font-size:9px;font-weight:500}.detail-chart{height:285px;padding:14px 12px 8px}.status-list{padding:5px 15px 9px}.status-row{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--border)}.status-row:last-child{border-bottom:0}.status-icon{display:grid;width:30px;height:30px;place-items:center;border-radius:6px}.status-copy strong,.status-copy small{display:block}.status-copy strong,.status-row>strong{font-size:11px;font-weight:500}.status-copy small{margin-top:3px;color:var(--muted);font-size:9px}.text-button{border:0;color:var(--green);background:transparent;font-size:10px;cursor:pointer}.table-sort-button{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;color:inherit;background:transparent;font:inherit;cursor:pointer}.table-sort-button:hover,.table-sort-button.active{color:var(--green)}.table-sort-button svg{flex:0 0 auto}.table-scroll{overflow-x:auto}.inventory-runs-scroll{width:100%;overflow:hidden}.inventory-runs-scroll table{width:100%;min-width:0;table-layout:fixed}.inventory-runs-scroll th,.inventory-runs-scroll td{min-width:0;padding:8px 7px;white-space:normal;overflow-wrap:anywhere;word-break:break-word;vertical-align:top}.inventory-runs-scroll td>strong,.inventory-runs-scroll td>small{display:block;max-width:100%}.inventory-runs-scroll td>small{margin-top:3px;color:var(--muted);font-size:8px;line-height:1.35}.inventory-runs-scroll th:nth-child(1){width:43%}.inventory-runs-scroll th:nth-child(2){width:14%}.inventory-runs-scroll th:nth-child(3){width:12%}.inventory-runs-scroll th:nth-child(4){width:11%}.inventory-runs-scroll th:nth-child(5){width:20%}.inventory-runs-scroll .tag{max-width:100%;white-space:normal}.hot-sku-table-scroll table{min-width:700px;table-layout:fixed}.hot-sku-table-scroll th:nth-child(1){width:28%}.hot-sku-table-scroll th:nth-child(2),.hot-sku-table-scroll th:nth-child(3){width:20%}.hot-sku-table-scroll th:nth-child(4),.hot-sku-table-scroll th:nth-child(5){width:16%}th,td{padding:10px 14px;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;font-size:10px}th{color:var(--muted);font-weight:400;background:var(--surface-2)}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:color-mix(in srgb,var(--green-soft) 45%,transparent)}td strong,td small{display:block}td strong{font-size:10px;font-weight:500}td small{margin-top:3px;color:var(--muted);font-size:8px}.tag{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:5px;font-size:9px}.tag.green{color:var(--green);background:var(--green-soft)}.tag.blue{color:var(--blue);background:var(--blue-soft)}.tag.yellow{color:var(--yellow);background:var(--yellow-soft)}.tag.coral{color:var(--coral);background:var(--coral-soft)}.tag.status-pending{color:#9a6700;background:#fff4cc}.tag.status-normal{color:#16794b;background:#dff6e9}.tag.status-shipping{color:#2161a9;background:#e2efff}.tag.status-exception{color:#b54708;background:#ffeadb}.tag.status-shipped{color:#087f8c;background:#d9f5f4}.tag.status-cancelled{color:#b42318;background:#fee4e2}.tag.status-unknown{color:var(--muted);background:var(--surface-2)}.profit-list{padding:4px 15px 8px}.profit-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.profit-row:last-child{border-bottom:0}.profit-row>div:last-child{text-align:right}.profit-row strong,.profit-row small{display:block}.profit-row strong{font-size:10px;font-weight:500}.profit-row small{margin-top:3px;color:var(--muted);font-size:8px}.hot-sku-product{display:flex;align-items:center;gap:9px;min-width:0}.hot-sku-product>div{min-width:0}.hot-sku-product strong,.hot-sku-product small{display:block}.hot-sku-product strong{font-weight:500}.hot-sku-product small{max-width:270px;margin-top:3px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.hot-sku-title-line{display:flex;min-width:0;align-items:center;gap:6px;flex-wrap:wrap}.hot-sku-title-line>strong{min-width:0}.hot-equivalent-badge{display:inline-flex;min-height:20px;padding:0 6px;align-items:center;gap:3px;border:1px solid color-mix(in srgb,var(--green) 24%,var(--border));border-radius:4px;color:var(--green-dark);background:var(--green-soft);font-size:8px;font-weight:600;line-height:1;white-space:nowrap}.hot-sku-image,.hot-sku-image-placeholder{display:inline-flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--border);border-radius:5px;background:var(--surface-muted);color:var(--muted);object-fit:contain}.hot-sku-panel-actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.compact-segment-control{height:28px;padding:2px}.compact-segment-control button{height:22px;padding:0 9px;font-size:9px}.summary-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:15px}.summary-card-button{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.summary-card-button:hover{border-color:var(--green);box-shadow:0 5px 18px #2f6f5e1f;transform:translateY(-1px)}.summary-card-button:focus-visible{outline:2px solid var(--green);outline-offset:2px}.summary-card-button.active{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green),0 5px 18px #2f6f5e1f}.summary-card span,.summary-card strong,.summary-card small{display:block}.summary-card>.metric-icon{display:grid;place-items:center}.summary-card>div>span{color:var(--muted);font-size:10px}.summary-card>div>strong{margin-top:7px;font-size:19px;font-weight:500;overflow-wrap:anywhere}.summary-card>div>small{margin-top:5px;color:var(--muted);font-size:9px}.cost-list{padding:8px 15px 13px}.cost-row{display:grid;grid-template-columns:minmax(0,1fr) 52px;gap:7px;padding:8px 0}.cost-row>div:first-child{display:flex;justify-content:space-between;gap:10px;font-size:10px}.cost-row>div:first-child strong{font-weight:500}.cost-row small{text-align:right;color:var(--muted);font-size:9px}.progress{grid-column:1 / -1;height:5px;overflow:hidden;border-radius:3px;background:var(--surface-2)}.progress span{display:block;height:100%;border-radius:inherit}.progress .blue{background:var(--blue)}.progress .green{background:var(--green)}.progress .yellow{background:var(--yellow)}.progress .coral{background:var(--coral)}.store-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.store-card{padding:15px}.store-card-head{display:flex;align-items:center;justify-content:space-between}.rank{color:var(--coral);font-size:18px;font-weight:500}.store-card h3{margin-top:12px;font-size:13px;font-weight:500}.store-card>p{margin-top:3px;color:var(--muted);font-size:9px}.store-card-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px;padding-top:13px;border-top:1px solid var(--border)}.store-card-metrics span,.store-card-metrics strong{display:block}.store-card-metrics span{color:var(--muted);font-size:8px}.store-card-metrics strong{margin-top:4px;font-size:10px;font-weight:500;overflow-wrap:anywhere}.search-box{display:flex;align-items:center;gap:7px;min-width:230px;padding:0 9px;color:var(--muted)}.search-box input{width:100%;min-width:0;border:0;outline:0;color:var(--text);background:transparent;font-size:10px}.hot-analysis-controls{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.segment-control{display:inline-flex;align-items:center;height:34px;padding:3px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.segment-control button{height:26px;padding:0 10px;border:0;border-radius:4px;color:var(--muted);background:transparent;font-size:10px;cursor:pointer}.segment-control button.active{color:var(--text);background:var(--green-soft);box-shadow:0 1px 3px var(--shadow)}.hot-analysis-source{color:var(--muted);font-size:9px}.hot-analysis-table{min-width:760px;table-layout:fixed}.hot-analysis-table th:nth-child(1){width:28%}.hot-analysis-table th:nth-child(2),.hot-analysis-table th:nth-child(3),.hot-analysis-table th:nth-child(4){width:24%}.hot-analysis-table.with-platforms{min-width:900px}.hot-analysis-table.with-platforms th:nth-child(1){width:24%}.hot-analysis-table.with-platforms th:nth-child(2),.hot-analysis-table.with-platforms th:nth-child(3),.hot-analysis-table.with-platforms th:nth-child(5){width:18%}.hot-analysis-table.with-platforms th:nth-child(4){width:22%}.hot-analysis-table th,.hot-analysis-table td{vertical-align:middle}.hot-analysis-table th:not(:first-child),.hot-analysis-table td:not(:first-child){text-align:center}.hot-platform-list{display:flex;align-items:center;justify-content:center;gap:5px;flex-wrap:wrap}.hot-platform-list span{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border:1px solid var(--border);border-radius:4px;color:var(--text);background:var(--surface-muted);font-size:9px;white-space:nowrap}.hot-analysis-controls select:disabled{color:var(--muted);background:var(--surface-muted);cursor:not-allowed}.hot-metric{display:flex;flex-direction:column;align-items:center;gap:3px}.period-change{display:block;color:var(--muted);font-size:9px;line-height:1.2;white-space:nowrap}.period-change.positive{color:var(--green-dark)}.period-change.negative{color:var(--coral)}.period-change.unavailable{color:var(--muted)}.hot-analysis-summary .summary-card{min-height:92px}.inventory-query-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.order-management-panel .panel-header{align-items:flex-start}.order-filters{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.order-filters .search-box{min-width:190px}.order-filters select,.order-date-range{min-height:34px;padding:0 8px;border:1px solid var(--border);border-radius:5px;color:var(--text);background:var(--surface);font-size:10px}.order-date-range{display:inline-flex;align-items:center;gap:5px;color:var(--muted)}.order-date-range input{width:112px;border:0;outline:0;color:var(--text);background:transparent;font-size:10px}.order-table-scroll{max-height:620px;overflow:auto;scrollbar-width:thin}.order-table-scroll table{min-width:1320px;table-layout:fixed}.order-table-scroll th,.order-table-scroll td{white-space:normal;overflow-wrap:anywhere;vertical-align:top}.order-table-scroll td{vertical-align:middle}.order-table-scroll thead{position:sticky;top:0;z-index:2}.order-table-scroll th{box-shadow:0 1px 0 var(--border)}.logistics-table-scroll{max-height:620px;overflow:auto;scrollbar-width:thin}.logistics-table-scroll table{min-width:980px;table-layout:fixed}.logistics-table-scroll th,.logistics-table-scroll td{white-space:normal;vertical-align:top}.logistics-table-scroll td.single-package-tracking-cell{vertical-align:middle}.logistics-table-scroll th:nth-child(1){width:14%}.logistics-table-scroll th:nth-child(2){width:15%}.logistics-table-scroll th:nth-child(3){width:19%}.logistics-table-scroll th:nth-child(4){width:15%}.logistics-table-scroll th:nth-child(5){width:25%}.logistics-table-scroll th:nth-child(6){width:12%}.logistics-table-scroll strong,.logistics-table-scroll small{display:block}.logistics-table-scroll small{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.45}.logistics-event-summary .text-button{margin-top:7px;padding:0}.logistics-order-group-start:not(:first-child) td{border-top:1px solid color-mix(in srgb,var(--border) 65%,var(--muted))}.logistics-order-group-cell{vertical-align:middle!important;background:var(--surface)}.logistics-order-group-cell+.logistics-order-group-cell{border-right:1px solid var(--border)}.logistics-order-group-cell small{margin-top:6px;color:var(--blue)}.logistics-carrier-line{align-items:center;flex-wrap:wrap}.logistics-carrier-line strong{overflow-wrap:anywhere;font-size:10px;font-weight:500}.logistics-carrier-line .tag{flex:0 0 auto}.logistics-row-actions{display:flex;align-items:flex-start;gap:6px;flex-wrap:wrap}.logistics-completion-summary{min-width:0;flex:1 1 100%}.logistics-completion-summary .auto-completed-badge{margin-left:6px;font-size:10px;font-weight:600}.logistics-followup-date{display:block;width:max-content;margin-top:4px;padding:2px 5px;border-radius:4px;font-weight:500}.logistics-followup-date.overdue{color:var(--coral);background:var(--coral-soft)}.logistics-followup-date.due-today{color:var(--yellow);background:var(--yellow-soft)}.logistics-followup-date.upcoming{color:var(--muted);background:var(--surface-2)}.logistics-row-actions .log-action{flex:0 0 auto}.logistics-handling-tabs{display:inline-flex;padding:2px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft)}.logistics-handling-tabs button{position:relative;min-height:28px;padding:0 14px;border:0;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;font:inherit;font-size:12px}.logistics-handling-tabs button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0f172a14}.logistics-tab-count{position:absolute;top:-7px;right:-4px;display:grid;min-width:16px;height:16px;padding:0 4px;place-items:center;border:2px solid var(--surface);border-radius:999px;background:var(--coral);color:#fff;font-size:9px;font-weight:700;line-height:1}.compact-action{min-height:30px;padding:0 10px;white-space:nowrap}.order-table-scroll th:nth-child(1){width:20%}.order-table-scroll th:nth-child(2){width:14%}.order-table-scroll th:nth-child(3){width:6%}.order-table-scroll th:nth-child(4){width:12%}.order-table-scroll th:nth-child(5){width:10%}.order-table-scroll th:nth-child(6){width:12%}.order-table-scroll th:nth-child(7){width:16%}.order-table-scroll th:nth-child(8){width:10%}.order-product-cell strong,.order-product-cell small,.order-status-cell small,.order-shipment-cell strong,.order-shipment-cell small,.order-operation-cell strong,.order-operation-cell small{display:block}.order-country-cell strong,.order-shop-cell strong{display:block;font-weight:500}.order-operation-item+.order-operation-item{margin-top:8px;padding-top:7px;border-top:1px solid var(--border)}.order-operation-cell{white-space:normal!important}.tracking-number-line+.tracking-number-line{margin-top:7px;padding-top:6px;border-top:1px solid var(--border)}.tracking-number-line strong{overflow-wrap:anywhere;font-size:10px;font-weight:500}.tracking-package-line{display:flex;align-items:center;gap:4px;min-width:0}.tracking-package-line+.tracking-package-line{margin-top:7px;padding-top:6px;border-top:1px solid var(--border)}.tracking-package-line>strong{min-width:0;font-size:10px;font-weight:500;overflow-wrap:anywhere;white-space:normal}.tracking-separator{color:var(--muted)}.tracking-status-button{min-width:0;max-width:100%;border:0;cursor:pointer;font:inherit;overflow-wrap:anywhere;text-align:left;white-space:normal}.tracking-status-button:hover{filter:brightness(.96);box-shadow:0 0 0 2px #54c79524}.order-product-summary{display:flex;align-items:flex-start;gap:9px;min-width:0}.order-product-summary>div{min-width:0}.order-product-image,.order-product-image-placeholder{display:inline-flex;flex:0 0 46px;width:46px;height:46px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:5px;background:var(--surface-muted);color:var(--muted);object-fit:contain}.order-product-image-button{display:inline-flex;flex:0 0 46px;width:46px;height:46px;padding:0;border:0;border-radius:5px;background:transparent;cursor:zoom-in}.order-product-image-button:hover .order-product-image{border-color:var(--green);box-shadow:0 0 0 2px #54c79524}.order-product-image-button:focus-visible{outline:2px solid var(--green);outline-offset:2px}.order-product-line+.order-product-line{margin-top:9px;padding-top:8px;border-top:1px solid var(--border)}.order-product-cell strong,.order-shipment-cell strong,.order-operation-cell strong{font-weight:500}.order-product-cell small,.order-status-cell small,.order-shipment-cell small,.order-operation-cell small{margin-top:3px;color:var(--muted);font-size:9px}.order-status-cell small{margin-top:6px}.order-status-cell>small{display:none}.order-amount-cell{white-space:nowrap}.order-amount-cell .order-profit-line{font-size:12px;font-weight:500;line-height:1.6}.order-amount-cell .order-profit-margin{margin-left:4px;font-size:10px;font-weight:500;opacity:.8}.order-amount-cell .order-profit-value.positive{color:var(--green)}.order-amount-cell .order-profit-value.negative{color:var(--coral)}.order-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;color:var(--muted);font-size:10px}.pagination-buttons{display:flex;align-items:center;gap:8px}.pagination-buttons .icon-button{width:28px;height:28px}.pagination-buttons .icon-button:disabled{opacity:.45;cursor:not-allowed}.pagination-buttons select{min-height:28px;padding:0 7px;border:1px solid var(--border);border-radius:5px;color:var(--text);background:var(--surface);font-size:9px}.compact-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-top:1px solid var(--border);color:var(--muted);font-size:10px}.compact-pagination>div{display:flex;align-items:center;gap:6px}.compact-pagination .icon-button{width:28px;height:28px}.compact-pagination .icon-button:disabled{opacity:.45;cursor:not-allowed}.page-number-controls{display:flex;align-items:center;gap:6px}.page-number-list{display:flex;align-items:center;gap:4px}.page-number-button{display:grid;min-width:28px;height:28px;padding:0 7px;place-items:center;border:1px solid transparent;border-radius:5px;color:var(--muted);background:transparent;font-size:10px;cursor:pointer}.page-number-button:hover:not(:disabled){border-color:var(--border);color:var(--text);background:var(--surface-muted)}.page-number-button.active,.page-number-button.active:disabled{border-color:var(--green);color:#fff;background:var(--green);opacity:1;cursor:default}.page-number-ellipsis{display:grid;width:20px;height:28px;place-items:center;color:var(--muted);font-size:10px}.inventory-analysis-tabs,.sku-analysis-tabs{display:flex;align-items:center;gap:4px;margin-bottom:12px;padding:0 2px;border-bottom:1px solid var(--border)}.sku-analysis-tabs button{min-height:48px;padding:0 18px;border:0;border-bottom:3px solid transparent;color:var(--muted);background:transparent;font-size:13px;font-weight:500;cursor:pointer}.sku-analysis-tabs button:hover{color:var(--text)}.sku-analysis-tabs button.active{border-bottom-color:var(--green);color:var(--green);font-weight:600}.inventory-refresh-button{margin-left:auto;margin-bottom:6px}.inventory-analysis-tab{min-height:48px;padding:0 18px;border:0;border-bottom:3px solid transparent;color:var(--muted);background:transparent;font-size:13px;font-weight:500;cursor:pointer}.inventory-analysis-tab:hover{color:var(--text)}.inventory-analysis-tab.active{border-bottom-color:var(--green);color:var(--green);font-weight:600}.checkbox-control{display:inline-flex;align-items:center;gap:6px;min-height:34px;color:var(--text);font-size:10px;cursor:pointer;white-space:nowrap}.checkbox-control input{width:14px;height:14px;margin:0;accent-color:var(--green);cursor:pointer}.inventory-history-scroll{max-height:370px;overflow:auto;scrollbar-width:thin}.inventory-history-scroll thead{position:sticky;top:0;z-index:2}.inventory-history-scroll th{box-shadow:0 1px 0 var(--border)}.price-change-filters{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.price-change-filters select{min-height:34px;max-width:180px;padding:0 8px;border:1px solid var(--border);border-radius:5px;color:var(--text);background:var(--surface);font-size:10px}.price-change-filters .search-box{min-width:210px}.price-change-filters .compact-command{min-height:34px;padding:0 12px}.price-change-filter-row{width:100%;margin:0 0 10px}.price-owner-filter{min-height:34px;padding:0 5px}.price-source-tabs{display:inline-flex;margin:0 0 12px 2px;padding:3px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft)}.price-source-tabs button{min-height:32px;padding:0 15px;border:0;border-radius:4px;color:var(--muted);background:transparent;font-size:10px;font-weight:600;cursor:pointer}.price-source-tabs button.active{color:var(--green-dark);background:var(--surface);box-shadow:0 1px 3px #1c3a2d1f}.price-date-range{display:flex;min-height:34px;align-items:center;gap:5px;padding:0 8px;border:1px solid var(--border);border-radius:5px;color:var(--muted);background:var(--surface);font-size:9px}.price-date-range:focus-within{border-color:var(--green);box-shadow:0 0 0 2px #54c7951f}.price-date-range input{width:104px;padding:0;border:0;outline:0;color:var(--text);background:transparent;font:inherit}.price-change-summary .summary-card{min-height:92px}.price-status-help{display:flex;flex-wrap:wrap;align-items:center;gap:5px 16px;margin:-3px 2px 12px;color:var(--muted);font-size:9px;line-height:1.55}.price-status-help>strong{color:var(--text);font-size:10px}.price-status-help b{color:color-mix(in srgb,var(--text) 78%,var(--muted));font-weight:600}.price-change-scroll{max-height:600px;overflow:auto;scrollbar-width:thin}.price-change-scroll thead{position:sticky;top:0;z-index:4}.price-change-scroll thead th{box-shadow:0 1px 0 var(--border)}.price-change-table{min-width:1120px;table-layout:fixed}.price-change-table th:nth-child(1){width:21%}.price-change-table th:nth-child(2){width:16%}.price-change-table th:nth-child(3){width:9%}.price-change-table th:nth-child(4){width:9%}.price-change-table th:nth-child(5),.price-change-table th:nth-child(6){width:12%}.price-change-table th:nth-child(7){width:12%}.price-change-table th:nth-child(8){width:13%}.price-change-table th,.price-change-table td{vertical-align:middle}.price-change-table th:not(:first-child),.price-change-table td:not(:first-child){text-align:center}.price-change-table td>small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.supplier-price-change-table{min-width:1600px;table-layout:auto}.supplier-price-change-table th:nth-child(1){width:210px}.supplier-price-change-table th:nth-child(2){width:160px}.supplier-price-change-table th:nth-child(3),.supplier-price-change-table th:nth-child(4){width:90px}.supplier-price-change-table th:nth-child(5),.supplier-price-change-table th:nth-child(6){width:125px}.supplier-price-change-table th:nth-child(7){width:145px}.supplier-price-change-table th:nth-child(8),.supplier-price-change-table th:nth-child(9),.supplier-price-change-table th:nth-child(10){width:100px}.supplier-price-change-table th:nth-child(11){width:150px}.supplier-price-change-table th:nth-child(12){width:48px}.supplier-price-change-table .price-detail-action-cell{position:sticky;right:0;z-index:3;width:58px;min-width:58px;max-width:58px;border-left:1px solid var(--border);background:var(--surface);box-shadow:-8px 0 12px -12px #22342da6}.supplier-price-change-table thead .price-detail-action-cell{z-index:6;background:var(--surface-2)}.supplier-price-change-table .price-change-row{cursor:pointer}.supplier-price-change-table .price-change-row:hover .price-detail-action-cell{background:var(--surface-2)}.sales-price-change-table{min-width:1260px;table-layout:auto}.sales-price-change-table th:nth-child(1){width:220px}.sales-price-change-table th:nth-child(2){width:180px}.sales-price-change-table th:nth-child(3),.sales-price-change-table th:nth-child(4){width:90px}.sales-price-change-table th:nth-child(5),.sales-price-change-table th:nth-child(6),.sales-price-change-table th:nth-child(7){width:120px}.sales-price-change-table th:nth-child(8){width:100px}.sales-price-change-table th:nth-child(9){width:160px}.price-table-loading{display:flex;min-height:140px;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:10px}.price-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:65;display:flex;justify-content:flex-end;background:#0a191357}.price-detail-drawer{width:min(560px,94vw);height:100%;overflow:auto;overscroll-behavior:contain;border-left:1px solid var(--border);background:var(--surface);box-shadow:-12px 0 34px #152e232e}.price-detail-drawer>.modal-header{position:sticky;top:0;z-index:2;margin:0;padding:16px 20px 14px;border-bottom:1px solid var(--border);background:var(--surface)}.price-detail-loading{display:flex;height:100%;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--muted);font-size:10px}.price-detail-content{display:grid;gap:14px;padding:18px 20px 24px}.price-detail-product{display:flex;align-items:center;gap:10px}.price-detail-product>img,.price-detail-product>span{width:52px;height:52px;flex:0 0 52px;border:1px solid var(--border);border-radius:5px;object-fit:contain;background:var(--surface-soft)}.price-detail-product>div{min-width:0}.price-detail-product strong,.price-detail-product small{display:block}.price-detail-product strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.price-detail-product small{margin-top:4px;color:var(--muted);font-size:9px}.price-impact-note{padding:10px 12px;border-left:3px solid var(--border);background:var(--surface-soft)}.price-impact-note.high{border-left-color:#d8665b;background:#fff5f3}.price-impact-note.attention{border-left-color:#d4a632;background:#fffaed}.price-impact-note.opportunity{border-left-color:var(--green);background:#f1faf6}.price-impact-note strong{font-size:10px}.price-impact-note p{margin:4px 0 0;color:var(--muted);font-size:9px;line-height:1.55}.price-detail-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--border);border-radius:6px}.price-detail-metrics>div{min-width:0;padding:10px;border-right:1px solid var(--border)}.price-detail-metrics>div:last-child{border-right:0}.price-detail-metrics span,.price-detail-metrics strong{display:block}.price-detail-metrics span{color:var(--muted);font-size:8px}.price-detail-metrics strong{margin-top:5px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.price-detail-content section{border-top:1px solid var(--border);padding-top:12px}.price-detail-content section>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.price-detail-content section>header strong{font-size:10px}.price-detail-content section>header span{color:var(--muted);font-size:8px}.price-history-chart{height:190px}.price-listing-scopes{display:flex;flex-wrap:wrap;gap:6px}.price-listing-scopes>span{padding:5px 7px;border:1px solid var(--border);border-radius:4px;color:var(--text);background:var(--surface-soft);font-size:9px}.batch-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:66;display:flex;justify-content:flex-end;background:#0a191357}.batch-drawer{width:min(420px,94vw);height:100%;overflow:auto;overscroll-behavior:contain;border-left:1px solid var(--border);background:var(--surface);box-shadow:-12px 0 34px #152e232e;display:flex;flex-direction:column}.batch-drawer>.modal-header{position:sticky;top:0;z-index:2;margin:0;padding:16px 20px 14px;border-bottom:1px solid var(--border);background:var(--surface);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.batch-drawer>.modal-header h3{font-size:13px}.batch-drawer>.modal-header p{margin:3px 0 0;color:var(--muted);font-size:9px}.batch-drawer-tabs{display:flex;gap:8px;padding:14px 20px 0}.batch-drawer-tabs button{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft, var(--surface-2, #f5f8f7));color:var(--text);font-size:11px;cursor:pointer}.batch-drawer-tabs button.active{border-color:var(--green);color:var(--green);font-weight:600;background:var(--green-soft, #eef6f1)}.batch-drawer-body{padding:14px 20px 24px}.batch-drawer-section{display:grid;gap:14px}.batch-drawer-hint{margin:0;color:var(--muted);font-size:10px;line-height:1.6}.batch-radio{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft, var(--surface-2, #f5f8f7));cursor:pointer}.batch-radio input{margin-top:2px}.batch-radio span{display:flex;flex-direction:column;gap:3px;min-width:0}.batch-radio strong{font-size:11px}.batch-radio small{color:var(--muted);font-size:9px;line-height:1.5}.batch-drawer-action{justify-content:center}.batch-file-input{font-size:10px}.batch-result-note{padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft, var(--surface-2, #f5f8f7));color:var(--text);font-size:10px;line-height:1.6}.batch-import-logs{margin-top:14px;border-top:1px solid var(--border);padding-top:12px;display:flex;flex-direction:column;gap:8px}.batch-import-logs-head{display:flex;align-items:center;justify-content:space-between}.batch-import-logs-head>span{font-size:11px;font-weight:600;color:var(--text)}.batch-import-log-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto}.batch-import-log-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft, var(--surface-2, #f5f8f7))}.batch-import-log-meta{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}.batch-import-log-time{color:var(--muted);font-size:9px}.batch-import-log-count{color:var(--text);font-size:9px}.batch-import-failures{margin-top:14px}.batch-import-failures .table-scroll{margin-top:8px}.batch-import-failures .listing-batch-log-table th,.batch-import-failures .listing-batch-log-table td{font-size:10px;padding:7px 10px}.price-listing-scopes>small,.price-alternative-list>small{color:var(--muted);font-size:9px}.price-alternative-list{display:grid;border:1px solid var(--border);border-radius:5px}.price-alternative-list>div{display:flex;min-height:45px;align-items:center;justify-content:space-between;gap:12px;padding:7px 10px;border-bottom:1px solid var(--border)}.price-alternative-list>div:last-child{border-bottom:0}.price-alternative-list strong,.price-alternative-list small{display:block}.price-alternative-list strong{font-size:9px}.price-alternative-list small{margin-top:2px;color:var(--muted);font-size:8px}.price-alternative-list>div>span{font-size:9px;font-weight:600}.price-country-change-list{display:grid;max-height:260px;overflow-y:auto;border:1px solid var(--border);border-radius:5px}.price-country-change-list>div{display:grid;grid-template-columns:52px minmax(80px,1fr) 16px minmax(80px,1fr);min-height:38px;align-items:center;gap:7px;padding:6px 10px;border-bottom:1px solid var(--border);font-size:9px}.price-country-change-list>div:last-child{border-bottom:0}.price-country-change-list svg{color:var(--muted)}.price-country-change-list span:last-child{font-weight:600;text-align:right}.inventory-alert-filters{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:nowrap;min-width:0}.panel-header p.inventory-participation{margin-top:6px;color:var(--text);font-size:9px}.inventory-date-range-picker{position:relative;flex:0 1 auto;min-width:0}.inventory-date-range-trigger{display:inline-flex;min-height:32px;align-items:center;gap:8px;padding:0 10px 0 12px;border:1px solid var(--border);border-radius:6px;color:var(--text);background:var(--surface);cursor:pointer;font-size:12px;font-weight:500;transition:border-color .15s,box-shadow .15s;min-width:0}.inventory-date-range-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inventory-date-range-trigger:hover{border-color:var(--green)}.inventory-date-range-trigger .inventory-date-range-placeholder{color:var(--muted);font-weight:400}.inventory-date-range-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:40;display:flex;gap:0;min-width:360px;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:0 10px 32px #0f172a24,0 2px 6px #0f172a0f;overflow:hidden}.inventory-date-range-shortcuts{display:flex;flex-direction:column;min-width:160px;padding:6px;border-right:1px solid var(--border)}.inventory-date-range-shortcuts .quick-date-button{display:flex;flex-direction:column;align-items:flex-start;gap:3px;width:100%;padding:9px 12px;border:0;border-radius:6px;text-align:left;background:transparent;color:var(--text);font-size:12px;font-weight:500;cursor:pointer;transition:background-color .12s,color .12s}.inventory-date-range-shortcuts .quick-date-button small{font-size:10px;font-weight:400;color:var(--muted);transition:color .12s}.inventory-date-range-shortcuts .quick-date-button:hover{background:var(--surface-soft)}.inventory-date-range-shortcuts .quick-date-button.active{background:var(--green);color:#fff}.inventory-date-range-shortcuts .quick-date-button.active small{color:#ffffffd1}.inventory-date-range-custom{display:flex;flex-direction:column;gap:10px;padding:12px 14px}.inventory-date-range-custom label{display:flex;flex-direction:column;gap:5px;font-size:11px;color:var(--muted);font-weight:500}.inventory-date-range-custom input{min-height:32px;padding:0 8px;border:1px solid var(--border);border-radius:6px;font:inherit;color:var(--text);background:var(--surface)}.inventory-date-range-custom input:focus{outline:0;border-color:var(--green);box-shadow:0 0 0 2px #54c79526}.inventory-date-range-custom .secondary-button{min-height:32px;align-self:flex-start;padding:0 14px;border-radius:6px;font-size:12px}.quick-date-button{min-height:30px;padding:0 9px;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--muted);font-size:11px;font-weight:500;cursor:pointer}.quick-date-button:hover{color:var(--text);border-color:var(--green)}.quick-date-button.active{color:var(--green);border-color:var(--green);background:#54c7951a}.inventory-alert-filters .search-box{min-width:80px;flex:1 1 110px;max-width:190px}.inventory-alert-filters select{flex:none;min-width:118px;max-width:150px;width:auto;padding:0 24px 0 9px}.inventory-alert-filters select.inventory-shop-filter{max-width:165px}.inventory-alert-bulkbar{display:flex;min-height:38px;align-items:center;justify-content:flex-end;gap:10px;padding:0 14px;border-top:1px solid var(--border);color:var(--muted);font-size:10px}.inventory-alert-bulkbar .secondary-button{display:inline-flex;min-height:28px;align-items:center;justify-content:center;gap:5px;padding:0 9px;font-size:9px;line-height:1}.inventory-alert-select{width:34px;padding-right:4px;padding-left:4px;text-align:center}.inventory-alert-select input{width:14px;height:14px;margin:0;accent-color:var(--green);cursor:pointer}.inventory-alert-scroll{max-height:560px;overflow:auto;scrollbar-width:thin}.inventory-alert-scroll thead{position:sticky;top:0;z-index:2}.inventory-alert-scroll th{box-shadow:0 1px 0 var(--border)}.row-action{display:inline-flex;min-height:28px;align-items:center;gap:5px;padding:0 8px;border:1px solid var(--border);border-radius:5px;color:var(--green);background:var(--surface);font-size:9px;cursor:pointer;white-space:nowrap}.row-action:hover{background:var(--green-soft)}.row-action:disabled{opacity:.55;cursor:wait}.inventory-alert-actions{display:flex;align-items:center;gap:6px}.row-action.log-action{color:var(--text)}.row-action.log-action:hover{background:var(--surface-alt)}.inventory-log-modal{width:min(100%,560px)}.inventory-export-button{white-space:nowrap;min-height:32px;padding:0 9px;font-size:11px}.inventory-export-modal{width:min(100%,420px)}.inventory-export-form{display:grid;gap:13px;padding:4px 0 2px}.inventory-export-form>label{display:grid;gap:6px}.inventory-export-form label>span{color:var(--muted);font-size:11px}.inventory-export-form input[type=date],.inventory-export-form select{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font:inherit}.inventory-export-form .inventory-export-check{display:flex;align-items:center;gap:8px}.inventory-export-form .inventory-export-check input{width:auto;accent-color:var(--primary)}.inventory-export-form .inventory-export-check span{color:var(--text);font-size:12px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.inventory-status-timeline{position:relative;display:grid;gap:0;max-height:min(62vh,460px);margin:0;padding:0 0 0 18px;overflow-y:auto;list-style:none;scrollbar-width:thin}.inventory-status-timeline:before{position:absolute;top:18px;bottom:18px;left:5px;width:1px;content:"";background:var(--border)}.inventory-status-timeline li{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:64px;padding:11px 2px 11px 12px;border-bottom:1px solid var(--border)}.inventory-status-timeline li:last-child{border-bottom:0}.inventory-status-timeline strong,.inventory-status-timeline small{display:block}.inventory-status-timeline strong{font-size:11px;font-weight:600}.inventory-status-timeline small{margin-top:5px;color:var(--muted);font-size:9px}.inventory-log-dot{position:absolute;top:27px;left:-16px;width:9px;height:9px;border:2px solid var(--surface);border-radius:50%;background:var(--yellow);box-shadow:0 0 0 1px var(--border)}.inventory-log-dot.processed,.inventory-log-dot.completed{background:var(--green)}.inventory-log-dot.in_progress,.inventory-log-dot.recovered,.inventory-log-dot.watching{background:var(--blue)}.inventory-drop-scroll{max-height:610px;overflow:auto;scrollbar-width:thin}.inventory-drop-scroll thead{position:sticky;top:0;z-index:2}.inventory-drop-scroll th{box-shadow:0 1px 0 var(--border);white-space:nowrap}.inventory-drop-scroll td{vertical-align:middle}.inventory-drop-product{display:flex;min-width:160px;align-items:center;gap:8px}.inventory-drop-product>img,.inventory-drop-product>span{width:34px;height:34px;flex:0 0 34px;border:1px solid var(--border);border-radius:5px;object-fit:contain;background:var(--surface-muted)}.inventory-drop-product>span{display:grid;place-items:center;color:var(--muted)}.inventory-drop-product strong,.inventory-drop-product small{display:block}.inventory-drop-panel .inventory-alert-actions{min-width:200px}.inventory-drop-trend-modal{width:min(100%,720px)}.inventory-trend-range{display:block;margin-top:5px;color:var(--muted);font-size:10px}.inventory-drop-chart{height:360px;padding:18px 12px 8px}.inventory-status-timeline p{margin:6px 0 0;color:var(--text);font-size:9px;line-height:1.5;white-space:pre-wrap}.inventory-alert-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.logistics-status-timeline p{margin:6px 0 0;color:var(--text);font-size:9px;line-height:1.5;white-space:pre-wrap}.inventory-log-empty{padding:34px 12px;color:var(--muted);text-align:center;font-size:10px}.compact-state{min-height:64px;margin-bottom:11px}.empty-state{padding:42px 20px;color:var(--muted);text-align:center;font-size:11px}.image-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:grid;place-items:center;padding:28px;background:#0a1913b3}.tracking-preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:65;display:grid;place-items:center;padding:20px;background:#0a19132e}.tracking-preview-dialog{width:min(92vw,760px);max-height:min(78vh,560px);padding:14px;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 20px 70px #0000002e}.tracking-preview-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:11px;border-bottom:1px solid var(--border)}.tracking-preview-header strong,.tracking-preview-header small{display:block}.tracking-preview-header strong{font-size:13px;font-weight:600}.tracking-preview-header small{margin-top:4px;color:var(--muted);font-size:10px}.tracking-event-strip{position:relative;display:grid;gap:10px;max-height:470px;padding:16px 8px 6px 25px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin}.tracking-event-strip:before{position:absolute;top:18px;bottom:18px;left:9px;width:1px;content:"";background:var(--border)}.tracking-event{position:relative;min-width:0;padding:11px 13px;border:1px solid var(--border);border-radius:6px;background:var(--surface-muted)}.tracking-event:before{position:absolute;top:16px;left:-21px;width:7px;height:7px;border:2px solid var(--surface);border-radius:50%;content:"";background:var(--muted);box-shadow:0 0 0 1px var(--border)}.tracking-event.current{border-color:var(--green);background:var(--green-soft)}.tracking-event.current:before{background:var(--green);box-shadow:0 0 0 1px var(--green)}.tracking-event strong,.tracking-event span,.tracking-event p{display:block}.tracking-event strong{color:var(--text);font-size:10px;font-weight:600}.tracking-event span{margin-top:6px;color:var(--muted);font-size:9px}.tracking-event p{margin-top:8px;color:var(--text);font-size:10px;line-height:1.5}.tracking-empty{padding:28px 4px 14px;color:var(--muted);font-size:10px;text-align:center}.image-preview-dialog{position:relative;display:grid;max-width:min(92vw,1100px);max-height:90vh;padding:12px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#fffffff5;box-shadow:0 24px 80px #00000047}.image-preview-image{display:block;max-width:min(88vw,1060px);max-height:calc(90vh - 24px);width:auto;height:auto;object-fit:contain}.image-preview-close{position:absolute;top:18px;right:18px;z-index:1;color:var(--text);background:#ffffffe0;box-shadow:0 3px 12px #0000001f}.product-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-filters{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.product-filters .search-box{min-width:250px}.product-table-scroll{max-height:620px;overflow:auto;scrollbar-width:thin}.product-table-scroll thead{position:sticky;top:0;z-index:2}.product-table-scroll th{box-shadow:0 1px 0 var(--border);white-space:nowrap}.product-catalog-header{gap:16px}.product-table-scroll tbody tr{cursor:pointer}.product-table-scroll tbody tr.product-row-focused td{background:#edf8f3}.product-table-scroll tbody tr.product-row-focused td:first-child{box-shadow:inset 3px 0 0 var(--green)}.product-loading-state{display:flex;align-items:center;justify-content:center;gap:8px}.same-style-count strong,.same-style-count small{display:block}.same-style-count strong{color:var(--green-dark);font-size:12px}.same-style-count small{margin-top:3px;color:var(--muted);font-size:8px;white-space:nowrap}.product-time-cell{white-space:nowrap;font-variant-numeric:tabular-nums}.product-master-cell{display:flex;min-width:220px;align-items:center;gap:9px}.product-master-cell>div{min-width:0}.product-master-cell strong,.product-master-cell small{display:block}.product-master-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.product-master-cell small{margin-top:4px;color:var(--muted);font-size:9px}.product-image-button,.product-image-placeholder{display:inline-flex;flex:0 0 48px;width:48px;height:48px;align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:5px;background:var(--surface-muted);color:var(--muted)}.product-image-button{cursor:zoom-in}.product-image-button:hover{border-color:var(--green);box-shadow:0 0 0 2px #54c79524}.product-image-button img{width:100%;height:100%;border-radius:4px;object-fit:contain}.product-image-placeholder{border-style:dashed}.product-supplier-list{display:grid;gap:6px;min-width:190px}.product-supplier-list>div+div{padding-top:6px;border-top:1px solid var(--border)}.product-supplier-list strong,.product-supplier-list small{display:block}.product-supplier-list strong{font-size:10px;font-weight:500}.product-supplier-list small{margin-top:3px;color:var(--muted);font-size:9px}.product-image-preview-dialog{width:min(92vw,720px);max-height:90vh;padding:0;overflow:hidden;background:var(--surface)}.product-image-preview-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border)}.product-image-preview-header strong,.product-image-preview-header small{display:block}.product-image-preview-header strong{font-size:12px;font-weight:600}.product-image-preview-header small{max-width:560px;margin-top:4px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.product-image-preview-dialog>img{display:block;max-width:100%;max-height:calc(90vh - 70px);margin:auto;object-fit:contain}.product-equivalence-panel{margin-top:11px;padding:0;overflow:hidden}.product-equivalence-header{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:14px;padding:11px 15px;border-bottom:1px solid var(--border)}.product-equivalence-panel.collapsed .product-equivalence-header{border-bottom:0}.product-equivalence-header h3{margin:0;font-size:13px}.product-equivalence-header p{margin:5px 0 0;color:var(--muted);font-size:9px}.product-equivalence-body{min-height:178px;padding:14px;background:#fbfcfb}.product-equivalence-empty{display:grid;min-height:150px;place-content:center;justify-items:center;gap:8px;color:var(--muted);text-align:center}.product-equivalence-empty strong{color:var(--text);font-size:11px}.product-equivalence-empty span{font-size:9px}.equivalence-groups{display:grid;gap:12px}.equivalence-group{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.equivalence-group>header{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:16px;padding:9px 12px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.equivalence-group>header>div:first-child{display:flex;min-width:0;align-items:center;gap:8px}.equivalence-group>header strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.equivalence-group>header small{color:var(--muted);font-size:9px;white-space:nowrap}.equivalence-total-stock{min-width:94px;text-align:right}.equivalence-total-stock span,.equivalence-total-stock strong{display:block}.equivalence-total-stock span{color:var(--muted);font-size:8px}.equivalence-total-stock strong{margin-top:3px;color:var(--green-dark);font-size:16px;font-variant-numeric:tabular-nums}.equivalence-member-table{overflow-x:auto;scrollbar-width:thin}.equivalence-member-table table{min-width:820px}.equivalence-member-table th,.equivalence-member-table td{padding-top:8px;padding-bottom:8px}.equivalence-member-table th:first-child{width:270px}.equivalence-member-table th:nth-child(2){width:130px}.equivalence-member-table th:nth-child(3){width:230px}.equivalence-member-table .product-master-cell{min-width:230px}.equivalence-member-table .product-image-button,.equivalence-member-table .product-image-placeholder{width:38px;height:38px;flex-basis:38px}.equivalence-member-table .tag{display:inline-flex;align-items:center;gap:4px}.equivalence-merged-table{overflow:auto;border:1px solid var(--border);border-radius:6px;background:var(--surface);scrollbar-width:thin}.equivalence-merged-table table{min-width:1120px}.equivalence-merged-table th,.equivalence-merged-table td{padding:8px 10px;vertical-align:middle}.equivalence-merged-table th:first-child{width:168px}.equivalence-merged-table th:nth-child(2){width:245px}.equivalence-merged-table th:nth-child(3){width:118px}.equivalence-merged-table th:nth-child(4){width:205px}.equivalence-merged-table .product-master-cell{min-width:215px}.equivalence-merged-table .product-image-button,.equivalence-merged-table .product-image-placeholder{width:38px;height:38px;flex-basis:38px}.equivalence-merged-table .tag{display:inline-flex;align-items:center;gap:4px}.equivalence-merged-table tr.equivalence-group-start>td{border-top:2px solid color-mix(in srgb,var(--green) 22%,var(--border))}.equivalence-merged-table tbody tr:first-child>td{border-top-width:0}.equivalence-group-cell{background:var(--surface-soft)}.equivalence-group-cell>strong,.equivalence-group-cell>small{display:block}.equivalence-group-cell>strong{margin-top:7px;font-size:10px;line-height:1.45}.equivalence-group-cell>small{margin-top:4px;color:var(--muted);font-size:8px}.equivalence-shared-stock-cell{text-align:center;background:color-mix(in srgb,var(--green-soft) 42%,var(--surface))}.equivalence-shared-stock-cell strong{color:var(--green-dark);font-size:15px}.equivalence-group-actions-cell{background:var(--surface-soft)}.equivalence-group-actions-cell>div{display:flex;justify-content:center;gap:4px}.equivalence-pagination{margin-top:10px;padding:0}.equivalence-member-note{display:block;max-width:180px;margin-top:5px;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.equivalence-row-actions{display:flex;align-items:center;gap:3px}.equivalence-row-actions .icon-button{width:30px;height:30px;flex-basis:30px}.equivalence-row-actions .icon-button.danger,.danger-text{color:var(--coral)}.equivalence-group>footer{display:flex;min-height:48px;align-items:center;justify-content:flex-end;gap:7px;padding:8px 12px;border-top:1px solid var(--border)}.equivalence-group>footer .secondary-button{min-height:30px;padding:4px 9px}.equivalent-modal{width:min(94vw,680px);max-height:88vh;overflow-y:auto}.user-modal.equivalent-create-modal{display:flex;width:min(94vw,1040px);height:min(86vh,720px);max-height:min(86vh,720px);flex-direction:column;padding:0;overflow:hidden}.equivalent-create-header{flex:0 0 auto;margin:0;padding:18px 22px 16px;border-bottom:1px solid var(--border)}.equivalent-create-header h3{font-size:17px}.equivalent-create-header p{margin-top:7px;font-size:11px}.equivalent-create-error{flex:0 0 auto;margin:10px 22px 0}.equivalent-create-workspace{display:grid;min-height:0;flex:1;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.equivalent-create-pane{display:flex;min-width:0;min-height:0;flex-direction:column;padding:18px 20px}.equivalent-search-pane{border-right:1px solid var(--border);background:var(--surface-soft)}.equivalent-pane-heading{display:flex;min-height:42px;align-items:flex-start;justify-content:space-between;gap:12px}.equivalent-pane-heading strong,.equivalent-pane-heading span{display:block}.equivalent-pane-heading strong{font-size:13px;font-weight:600}.equivalent-pane-heading div>span{margin-top:5px;color:var(--muted);font-size:9px}.equivalent-pane-heading>label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:9px}.equivalent-pane-heading select{width:94px;height:32px;padding:0 8px;border:1px solid var(--border);border-radius:5px;outline:0;color:var(--text);background:var(--surface)}.equivalent-create-search{display:grid;flex:0 0 auto;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;margin-top:13px}.equivalent-create-search label{display:grid;gap:5px;color:var(--muted);font-size:9px}.equivalent-create-search textarea{width:100%;min-height:74px;resize:none;border:1px solid var(--border);border-radius:6px;padding:10px 11px;outline:0;color:var(--text);background:var(--surface);font:inherit;font-size:11px;line-height:1.5}.equivalent-create-search textarea:focus{border-color:var(--green);box-shadow:0 0 0 2px #1f7a5517}.equivalent-create-results{display:grid;min-height:0;flex:1;align-content:start;gap:6px;margin-top:12px;padding:7px;overflow-y:auto;border:1px solid var(--border);border-radius:6px;background:var(--surface);scrollbar-width:thin}.equivalent-create-results>label{display:grid;min-height:58px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 9px;border:1px solid var(--border);border-radius:5px;background:var(--surface);cursor:pointer}.equivalent-create-results>label:hover{border-color:var(--border)}.equivalent-create-results>label.disabled{opacity:.48;cursor:not-allowed}.equivalent-create-results>label>span{color:var(--green);font-size:10px;white-space:nowrap}.equivalent-create-results input{accent-color:var(--green)}.equivalent-create-results .product-master-cell{min-width:0}.equivalent-create-results .product-image-button,.equivalent-create-results .product-image-placeholder{width:40px;height:40px;flex-basis:40px}.equivalent-selected-count{display:grid!important;width:31px;height:31px;place-items:center;border-radius:50%;color:var(--green);background:var(--green-soft);font-size:12px!important;font-weight:600}.equivalent-primary-field{display:grid;gap:6px;margin-top:13px;color:var(--muted);font-size:9px}.equivalent-primary-field select{width:100%;height:38px;padding:0 10px;border:1px solid var(--border);border-radius:6px;outline:0;color:var(--text);background:var(--surface)}.equivalent-selection-list{display:grid;min-height:0;flex:1;align-content:start;gap:6px;margin-top:12px;padding:7px;overflow-y:auto;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft);scrollbar-width:thin}.equivalent-selection-list>div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;padding:6px 8px;border-radius:4px;background:var(--surface)}.equivalent-selection-list .product-master-cell{min-width:0;flex:1}.equivalent-selection-list .product-image-button,.equivalent-selection-list .product-image-placeholder{width:40px;height:40px;flex-basis:40px}.equivalent-selection-empty{display:grid!important;min-height:100%;place-content:center;justify-items:center!important;gap:7px!important;color:var(--muted);text-align:center;background:transparent!important}.equivalent-selection-empty strong{color:var(--text);font-size:11px}.equivalent-selection-empty span{font-size:9px}.equivalent-selected-actions{display:flex;align-items:center;gap:5px}.equivalent-selected-actions .icon-button{width:28px;height:28px;flex-basis:28px}.equivalent-create-options{flex:0 0 auto;margin-top:12px}.equivalent-create-options label>span{display:block;margin-bottom:6px;color:var(--muted);font-size:9px}.equivalent-create-options input,.equivalent-create-options select{width:100%;height:35px;padding:0 9px;border:1px solid var(--border);border-radius:5px;outline:0;color:var(--text);background:var(--surface)}.equivalent-create-actions{flex:0 0 auto;margin-top:14px;padding-top:13px;border-top:1px solid var(--border)}.equivalent-candidate-search{display:flex;gap:7px;padding:0 18px 12px}.equivalent-candidate-search .search-box{min-width:0;flex:1}.equivalent-add-form{padding-top:0}.equivalent-candidate-list{display:grid;max-height:310px;min-height:120px;gap:5px;padding:7px;overflow-y:auto;border:1px solid var(--border);border-radius:6px;scrollbar-width:thin}.equivalent-candidate-list>label{display:grid;min-height:52px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:5px 8px;border:1px solid transparent;border-radius:5px;cursor:pointer}.equivalent-candidate-list>label:hover{border-color:var(--border);background:var(--surface-soft)}.equivalent-candidate-list>label.disabled{opacity:.48;cursor:not-allowed}.equivalent-candidate-list input{accent-color:var(--green)}.equivalent-candidate-list .product-master-cell{min-width:0}.equivalent-candidate-list .product-image-button,.equivalent-candidate-list .product-image-placeholder{width:36px;height:36px;flex-basis:36px}.equivalent-candidate-list>label>span{color:var(--muted);font-size:9px;white-space:nowrap}.product-management-tabs{display:flex;align-items:center;gap:4px;margin-bottom:12px;padding:0 2px;border-bottom:1px solid var(--border)}.product-management-tabs button{display:inline-flex;min-height:46px;align-items:center;gap:7px;padding:0 17px;border:0;border-bottom:3px solid transparent;color:var(--muted);background:transparent;font-size:12px;cursor:pointer}.product-management-tabs button:hover{color:var(--text)}.product-management-tabs button.active{border-bottom-color:var(--green);color:var(--green);font-weight:600}.listing-workspace-panel{padding:0;overflow:hidden}.listing-workspace-toolbar{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--border)}.listing-sheet-picker,.listing-edit-actions{display:flex;align-items:center;gap:7px}.listing-sheet-select{position:relative;width:min(360px,36vw);min-width:270px}.listing-sheet-select-trigger{display:grid;width:100%;height:36px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:0 10px 0 12px;border:1px solid var(--border);border-radius:6px;outline:0;color:var(--text);background:var(--surface);cursor:pointer}.listing-sheet-select-trigger:hover{border-color:#a9b9b1;background:#fbfdfc}.listing-sheet-select-trigger:focus-visible,.listing-sheet-select-trigger[aria-expanded=true]{border-color:var(--green);box-shadow:0 0 0 2px #54c79521}.listing-sheet-select-trigger:disabled{color:var(--muted);background:var(--surface-muted);cursor:not-allowed}.listing-sheet-select-trigger>span{min-width:0;overflow:hidden;font-size:11px;font-weight:600;text-align:left;text-overflow:ellipsis;white-space:nowrap}.listing-sheet-select-trigger>small{padding-left:9px;border-left:1px solid var(--border);color:var(--muted);font-size:9px;font-weight:500;white-space:nowrap}.listing-sheet-select-trigger>svg{color:var(--muted);transition:transform .16s ease}.listing-sheet-select-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}.listing-sheet-select-menu{position:absolute;top:calc(100% + 5px);left:0;z-index:90;width:min(420px,calc(100vw - 32px));max-height:360px;padding:6px;overflow-y:auto;border:1px solid var(--border);border-radius:6px;background:var(--surface);box-shadow:0 12px 30px #1b332a29}.listing-sheet-select-menu section+section{margin-top:5px;padding-top:5px;border-top:1px solid var(--border)}.listing-sheet-select-menu header{padding:6px 8px 5px;color:var(--muted);font-size:9px;font-weight:600}.listing-sheet-select-menu section>button{display:grid;width:100%;min-height:44px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:6px 9px;border:0;border-left:2px solid transparent;border-radius:4px;color:var(--text);background:transparent;cursor:pointer}.listing-sheet-select-menu section>button:hover{background:var(--surface-soft)}.listing-sheet-select-menu section>button.active{border-left-color:var(--green);background:#edf8f3}.listing-sheet-select-menu section>button>span{min-width:0;text-align:left}.listing-sheet-select-menu strong,.listing-sheet-select-menu small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-sheet-select-menu strong{font-size:10px;font-weight:600}.listing-sheet-select-menu small{margin-top:3px;color:var(--muted);font-size:9px;font-weight:400}.listing-sheet-select-menu em{min-width:38px;color:var(--muted);font-size:9px;font-style:normal;font-variant-numeric:tabular-nums;text-align:right}.listing-sheet-picker button{white-space:nowrap}.listing-edit-actions{justify-content:flex-end;flex-wrap:wrap}.listing-edit-actions .icon-button{border:1px solid var(--border);background:var(--surface)}.listing-edit-actions .icon-button:disabled{opacity:.4;cursor:not-allowed}.listing-edit-actions .danger-icon-button{color:var(--coral)}.listing-edit-actions .listing-delist-button{color:#b64135;border-color:#e9c6c1;background:#fff8f7}.listing-sheet-status{display:flex;min-height:40px;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.listing-sheet-status span{color:var(--text);font-size:10px;font-weight:600;white-space:nowrap}.listing-sheet-status-summary{display:flex;align-items:center;gap:8px;margin-left:auto}.listing-sheet-status small{color:var(--muted);font-size:9px;white-space:nowrap}.listing-sheet-status-summary .secondary-button{min-height:28px;padding:4px 8px;font-size:10px}.listing-inline-error{padding:8px 12px;border-bottom:1px solid #f1c7c0;color:var(--coral);background:var(--coral-soft);font-size:10px}.listing-empty-state{display:grid;min-height:340px;place-items:center;align-content:center;gap:14px}.listing-workspace-loading{display:grid;min-height:440px;place-content:center;justify-items:center;gap:10px;color:var(--muted)}.listing-workspace-loading strong{color:var(--muted);font-size:11px;font-weight:500}.listing-spreadsheet-shell{position:relative;min-height:440px;overflow:hidden;background:var(--surface)}.listing-spreadsheet-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-content:center;justify-items:center;gap:10px;color:var(--green-dark);background:#ffffffe6}.listing-spreadsheet-loading span{color:var(--muted);font-size:11px;font-weight:500}.listing-spreadsheet-grid{height:min(68vh,680px);min-height:440px;border:0;color-scheme:light;--rdg-color: var(--text);--rdg-background-color: var(--surface);--rdg-header-background-color: var(--surface-2);--rdg-row-hover-background-color: #f7fbf9;--rdg-row-selected-background-color: #edf8f3;--rdg-row-selected-hover-background-color: #e8f5ef;--rdg-border-color: var(--border);--rdg-selection-color: var(--green);--rdg-font-size: 10px}.listing-spreadsheet-grid .rdg-header-row{color:var(--muted);font-size:9px;font-weight:600}.listing-spreadsheet-grid .rdg-cell{display:flex;min-width:0;align-items:center;padding:3px 5px;overflow:hidden}.listing-spreadsheet-grid .rdg-cell[aria-selected=true]{box-shadow:inset 0 0 0 1px var(--green)}.listing-spreadsheet-grid .rdg-cell-frozen{background-clip:padding-box}.listing-spreadsheet-grid .rdg-cell-frozen:last-of-type{box-shadow:4px 0 10px -9px #1b332abf}.listing-spreadsheet-grid input:not([type=checkbox]),.listing-spreadsheet-grid select{width:100%;height:34px;min-width:0;padding:0 7px;border:1px solid transparent;border-radius:3px;outline:0;color:var(--text);background:transparent;font:inherit;font-size:10px}.listing-spreadsheet-grid input:not([type=checkbox]):hover,.listing-spreadsheet-grid select:hover{border-color:var(--border);background:var(--surface)}.listing-spreadsheet-grid input:not([type=checkbox]):focus,.listing-spreadsheet-grid select:focus{border-color:var(--green);background:var(--surface);box-shadow:0 0 0 2px #54c7951f}.listing-spreadsheet-grid input:disabled,.listing-spreadsheet-grid select:disabled{color:var(--muted);background:var(--surface-muted);cursor:not-allowed}.listing-spreadsheet-grid input.cell-error,.listing-spreadsheet-grid select.cell-error{border-color:var(--coral);background:var(--coral-soft)}.listing-spreadsheet-grid .listing-spreadsheet-readonly{color:#67736e;background:#fafcfb}.listing-spreadsheet-grid .listing-spreadsheet-editable{background:var(--surface)}.listing-spreadsheet-grid .listing-spreadsheet-row-delisted{--rdg-background-color: #f5f5f4;color:#898681}.listing-spreadsheet-grid .listing-spreadsheet-row-delisted .listing-product-cell img{filter:grayscale(1);opacity:.58}.listing-spreadsheet-grid .listing-product-cell{width:100%}.listing-grid-skeleton{display:block;width:72%;height:9px;border-radius:3px;background:linear-gradient(90deg,#edf1ef 25%,#f7f9f8,#edf1ef 65%);background-size:220% 100%;animation:listing-skeleton 1.2s ease-in-out infinite}@keyframes listing-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}.listing-grid-scroll{max-height:650px;overflow:auto;scrollbar-width:thin}.listing-bottom-scroll{position:fixed;bottom:0;z-index:45;height:17px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;border-top:1px solid var(--border);background:var(--surface);box-shadow:0 -3px 10px #1c322a1f;opacity:0;pointer-events:none;scrollbar-width:thin}.listing-bottom-scroll.visible{opacity:1;pointer-events:auto}.listing-bottom-scroll>div{height:1px}.listing-grid{min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.listing-grid thead{position:static}.listing-grid th{position:sticky;top:0;z-index:20;height:38px;padding:0 7px;border-right:1px solid var(--border);box-shadow:0 1px 0 var(--border);color:var(--muted);background:var(--surface-2);background-clip:border-box;font-size:9px;font-weight:600;white-space:nowrap}.listing-grid td{height:48px;padding:3px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:middle;background:var(--surface)}.listing-grid tr:hover td{background:#fbfdfc}.listing-grid th:nth-child(1),.listing-grid td:nth-child(1){position:sticky;left:0;width:42px;min-width:42px;max-width:42px;text-align:center;background:var(--surface-2)}.listing-grid th:nth-child(2),.listing-grid td:nth-child(2){position:sticky;left:42px;width:190px;min-width:190px;max-width:190px;background:var(--surface)}.listing-grid .listing-frozen-cell{z-index:8;overflow:hidden;background-clip:border-box;isolation:isolate}.listing-grid .listing-config-frozen{position:sticky;background:var(--surface)}.listing-grid .listing-frozen-edge{border-right-color:var(--border);box-shadow:2px 0 0 var(--surface),3px 0 0 var(--border),8px 0 12px -10px #22342da6}.listing-grid tbody tr:hover td:nth-child(1){background:var(--surface-2)}.listing-grid tbody tr:hover td:nth-child(2),.listing-grid tbody tr:hover td.listing-config-frozen{background:#fbfdfc}.listing-grid thead th.listing-frozen-cell{top:0;z-index:30;background:var(--surface-2)}.listing-log-column{width:78px}.listing-grid input:not([type=checkbox]),.listing-grid select{width:100%;height:34px;padding:0 7px;border:1px solid transparent;border-radius:4px;outline:0;color:var(--text);background:transparent;font:inherit;font-size:10px}.listing-grid input:not([type=checkbox]):hover,.listing-grid select:hover{border-color:var(--border);background:var(--surface)}.listing-grid input:not([type=checkbox]):focus,.listing-grid select:focus{border-color:var(--green);background:var(--surface);box-shadow:0 0 0 2px #54c7951f}.listing-grid input:disabled,.listing-grid select:disabled{color:var(--muted);background:var(--surface-muted);cursor:not-allowed}.listing-grid input.cell-error,.listing-grid select.cell-error{border-color:var(--coral);background:var(--coral-soft)}.listing-autofill-loader{display:flex;width:100%;min-height:34px;align-items:center;justify-content:center;color:var(--green);pointer-events:none}.listing-autofill-loader svg{animation:spin 1s linear infinite}.listing-row-number{color:var(--muted);font-variant-numeric:tabular-nums}.listing-product-cell{display:flex;min-width:0;align-items:center;gap:8px}.listing-product-cell>img,.listing-product-cell>span{display:inline-flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:4px;background:var(--surface-muted);object-fit:contain}.listing-product-image-button{display:inline-flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;overflow:hidden;padding:0;border:1px solid var(--border);border-radius:4px;background:var(--surface-muted);cursor:zoom-in}.listing-product-image-button:hover{border-color:var(--green)}.listing-product-image-button>img{display:block;width:100%;height:100%;object-fit:contain}.listing-product-cell>div{min-width:0}.listing-product-cell strong,.listing-product-cell small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-product-cell strong{font-size:10px;font-weight:500}.listing-product-cell small{margin-top:3px;color:var(--muted);font-size:8px}.listing-checkbox-cell{text-align:center}.listing-checkbox-cell input{width:15px;height:15px;accent-color:var(--green)}.listing-derived-cell{display:flex;min-width:0;flex-direction:column;justify-content:center}.listing-derived-cell>small{display:block;overflow:hidden;padding:0 7px 2px;color:var(--muted);font-size:8px;line-height:12px;text-overflow:ellipsis;white-space:nowrap}.listing-derived-cell>input,.listing-derived-cell>select{height:27px!important}.listing-readonly-value{display:block;overflow:hidden;padding:0 7px;color:var(--text);font-size:10px;line-height:34px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.listing-package-cost{color:#385f50;font-variant-numeric:tabular-nums}.table-action-button{display:inline-flex;min-height:28px;align-items:center;justify-content:center;gap:4px;padding:0 8px;border:1px solid var(--border);border-radius:5px;color:var(--text);background:var(--surface);cursor:pointer;white-space:nowrap}.table-action-button:hover{border-color:var(--border-strong);background:var(--surface-alt)}.listing-create-modal{width:min(100%,440px)}.user-modal.listing-column-modal{display:flex;width:min(94vw,1120px);height:min(90vh,860px);max-height:min(90vh,860px);flex-direction:column;padding:0;overflow:hidden}.listing-column-modal>.modal-header{flex:0 0 auto;margin:0;padding:18px 20px 14px;border-bottom:1px solid var(--border)}.listing-column-modal>.modal-error{margin:12px 20px 0}.listing-column-modal .listing-template-upgrade-note{margin:12px 20px 0}.listing-column-modal .listing-template-current{flex:0 0 auto;margin:14px 20px 0}.listing-column-settings-tabs{display:flex;flex:0 0 auto;gap:22px;margin:0 20px;padding-top:14px;border-bottom:1px solid var(--border)}.listing-column-settings-tabs button{min-height:38px;padding:0 2px;border:0;border-bottom:2px solid transparent;color:var(--muted);background:transparent;font-size:10px;cursor:pointer}.listing-column-settings-tabs button:hover{color:var(--text)}.listing-column-settings-tabs button.active{border-bottom-color:var(--green);color:var(--green);font-weight:600}.listing-column-settings{display:grid;min-height:0;flex:1 1 auto;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:max-content;align-content:start;gap:14px;padding:14px 20px 18px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;background:#fbfcfb;scrollbar-width:thin}.listing-column-settings section{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.listing-column-settings header{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:40px;padding:0 12px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.listing-column-settings header strong{font-size:10px;font-weight:600}.listing-column-settings header button{border:0;color:var(--green);background:transparent;font-size:9px;cursor:pointer}.listing-column-settings section>div{display:grid;gap:4px;padding:10px}.listing-column-settings label{display:flex;min-height:28px;align-items:center;gap:7px;padding:0 7px;border-radius:4px;color:var(--text);font-size:10px;cursor:pointer}.listing-column-settings label:hover{background:var(--surface)}.listing-column-settings input{width:14px;height:14px;accent-color:var(--green)}.listing-view-toolbar{display:flex;align-items:center;gap:6px}.listing-view-toolbar>label{display:flex;align-items:center;gap:6px}.listing-view-toolbar>label>span{color:var(--muted);font-size:9px;white-space:nowrap}.listing-view-toolbar select{min-width:160px;height:30px;padding:0 8px}.listing-view-toolbar .secondary-button{min-height:30px;padding:0 9px;font-size:9px}.listing-template-upgrade-note{margin:10px 14px 0;padding:9px 10px;border:1px solid #efdca7;border-radius:5px;color:#7a5b13;background:#fff8e6;font-size:9px}.listing-template-current{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:12px 14px 0;padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft)}.listing-template-current strong,.listing-template-current small{display:block}.listing-template-current strong{font-size:11px;font-weight:600}.listing-template-current small{margin-top:3px;color:var(--muted);font-size:9px}.listing-freeze-setting{display:flex;min-width:290px;align-items:flex-end;flex-direction:column;gap:3px}.listing-freeze-setting>label{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:9px;white-space:nowrap}.listing-freeze-setting>label input{width:70px;height:30px;padding:0 7px;border:1px solid var(--border);border-radius:4px;color:var(--text);background:var(--surface)}.listing-freeze-setting>small{margin:0;color:var(--muted);font-size:9px;line-height:1.35;text-align:right}.listing-column-settings .listing-base-field-section,.listing-column-settings .listing-country-field-section,.listing-column-settings .listing-column-order-section{grid-column:1 / -1}.listing-base-field-section>div{grid-template-columns:repeat(6,minmax(0,1fr))}.listing-country-field-section>header>span{display:flex;align-items:center;gap:10px}.listing-column-settings .listing-country-field-table-wrap{display:block;padding:0;overflow-x:auto;scrollbar-gutter:stable}.listing-country-field-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.listing-country-field-table th,.listing-country-field-table td{height:48px;padding:0;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);text-align:center}.listing-country-field-table tr:last-child>*{border-bottom:0}.listing-country-field-table tr>*:last-child{border-right:0}.listing-country-field-table thead th{background:var(--surface-soft)}.listing-country-field-table th:first-child{position:sticky;left:0;z-index:2;width:132px;min-width:132px;background:var(--surface-soft)}.listing-country-field-table thead th:first-child{z-index:3}.listing-country-field-table th:not(:first-child),.listing-country-field-table td{width:68px;min-width:68px}.listing-country-field-table label{min-height:48px;justify-content:center;gap:6px;padding:0 6px}.listing-country-field-table thead label{flex-direction:column}.listing-country-field-table tbody th label{justify-content:flex-start;padding-left:14px}.listing-country-field-table td label{padding:0}.listing-country-field-table label:hover{background:var(--surface-alt)}.listing-country-field-table span{white-space:nowrap}.listing-column-settings .listing-column-order-section>header>span{color:var(--muted);font-size:9px}.listing-column-settings .listing-column-order-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.listing-column-order-list>div{display:grid;grid-template-columns:18px minmax(0,1fr) 92px;min-height:34px;align-items:center;gap:7px;padding:0 7px;border:1px solid var(--border);border-radius:5px;background:var(--surface);cursor:grab}.listing-column-order-list>div.dragging{opacity:.45;border-color:var(--green)}.listing-column-order-list>div>svg{color:var(--muted)}.listing-column-order-list>div>span{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.listing-column-order-list>div>label{display:flex;min-height:26px;align-items:center;gap:3px;padding:0;cursor:text}.listing-column-order-list>div>label:hover{background:transparent}.listing-column-order-list>div>label input{width:62px;height:26px;padding:0 5px;border:1px solid var(--border);border-radius:4px;color:var(--text);background:var(--surface)}.listing-column-order-list>div>label em{color:var(--muted);font-size:8px;font-style:normal}.listing-template-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:12px 14px;border-top:1px solid var(--border)}.listing-column-modal .listing-template-actions{flex:0 0 auto;padding:12px 20px;background:var(--surface);box-shadow:0 -5px 14px #1c2e260a}.listing-template-actions .secondary-button{min-height:32px}.listing-event-modal{width:min(100%,620px);max-height:min(80vh,680px);overflow:hidden}.listing-event-list{display:grid;max-height:540px;gap:0;overflow-y:auto}.listing-event-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;padding:11px 2px;border-bottom:1px solid var(--border)}.listing-event-list article strong{font-size:10px;font-weight:600}.listing-event-list article span{color:var(--muted);font-size:9px}.listing-event-list article small{grid-column:1 / -1;overflow-wrap:anywhere;color:var(--muted);font-size:9px;line-height:1.5}.listing-sku-choice-modal{width:min(100%,680px)}.listing-sku-choice-list{display:grid;max-height:520px;gap:8px;overflow-y:auto}.listing-sku-choice-list button{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;width:100%;padding:10px;border:1px solid var(--border);border-radius:6px;color:var(--text);background:var(--surface);text-align:left;cursor:pointer}.listing-sku-choice-list button:hover{border-color:var(--green);background:var(--surface-alt)}.listing-sku-choice-list button>small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.listing-history-scroll{max-height:620px;overflow:auto}.listing-history-scroll table{min-width:1240px;table-layout:fixed}.listing-history-scroll th:nth-child(1){width:220px}.listing-history-scroll th:nth-child(2),.listing-history-scroll th:nth-child(3){width:130px}.listing-history-scroll th:nth-child(4),.listing-history-scroll th:nth-child(5){width:160px}.listing-history-scroll th:nth-child(6),.listing-history-scroll th:nth-child(7),.listing-history-scroll th:nth-child(8){width:100px}.listing-history-scroll th:nth-child(9){width:145px}.listing-history-scroll th:nth-child(10){width:135px}.listing-history-scroll td{vertical-align:middle}.listing-history-scroll td>strong,.listing-history-scroll td>small{display:block}.listing-history-scroll td>small{margin-top:3px;color:var(--muted);font-size:9px}.listing-history-actions{display:flex;align-items:center;justify-content:center;gap:5px}.listing-record-panel{padding:0;overflow:hidden}.listing-record-panel>.panel-header{padding:12px 14px}.listing-record-grid-scroll{max-height:650px;overflow:auto;border-top:1px solid var(--border);scrollbar-width:thin}.listing-record-grid{min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.listing-record-grid th{height:38px;padding:0 7px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--muted);background:var(--surface-2);background-clip:border-box;font-size:9px;font-weight:600;text-align:center;white-space:nowrap}.listing-record-grid thead th{position:sticky;top:0;z-index:6}.listing-record-grid td{height:48px;padding:3px;overflow:hidden;border-right:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);font-size:10px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.listing-record-grid tbody tr:hover td{background:#fbfdfc}.listing-record-grid input:not([type=checkbox]),.listing-record-grid select{width:100%;height:34px;min-width:0;padding:0 7px;border:1px solid transparent;border-radius:4px;outline:0;color:var(--text);background:transparent;font:inherit;font-size:10px}.listing-record-grid input:not([type=checkbox]):hover,.listing-record-grid select:hover{border-color:var(--border);background:var(--surface)}.listing-record-grid input:not([type=checkbox]):focus,.listing-record-grid select:focus{border-color:var(--green);background:var(--surface);box-shadow:0 0 0 2px #54c7951f}.listing-record-grid input:disabled,.listing-record-grid select:disabled{color:var(--muted);background:var(--surface-muted);cursor:not-allowed}.listing-record-grid .record-row-number{position:sticky;left:0;z-index:8;width:42px;min-width:42px;max-width:42px;overflow:hidden;text-align:center;background:var(--surface-2);background-clip:border-box;isolation:isolate}.listing-record-grid .record-product{position:sticky;left:42px;z-index:8;width:190px;min-width:190px;max-width:190px;overflow:hidden;background:var(--surface);background-clip:border-box;isolation:isolate}.listing-record-grid .record-internal-sku{position:sticky;left:232px;z-index:8;width:130px;min-width:130px;max-width:130px;overflow:hidden;border-right-color:var(--border);box-shadow:2px 0 0 var(--surface),3px 0 0 var(--border),8px 0 12px -10px #22342da6;background:var(--surface);background-clip:border-box;isolation:isolate}.listing-record-grid thead th{z-index:20}.listing-record-grid thead .record-row-number,.listing-record-grid thead .record-product,.listing-record-grid thead .record-internal-sku{z-index:30;background:var(--surface-2)}.listing-record-grid tbody tr:hover .record-row-number{background:var(--surface-2)}.listing-record-grid tbody tr:hover .record-product,.listing-record-grid tbody tr:hover .record-internal-sku{background:#fbfdfc}.listing-record-grid thead tr:first-child th:last-child,.listing-record-grid tbody td:last-child{width:70px;min-width:70px;max-width:70px;text-align:center}.listing-record-grid .listing-product-cell{padding:0 4px}.listing-record-grid .listing-checkbox-cell input{width:15px;height:15px;accent-color:var(--green)}.listing-save-time:disabled{opacity:1;color:var(--muted);cursor:default}.listing-master-header{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:10px 16px}.listing-master-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.listing-master-actions>select{min-width:270px;max-width:420px}.listing-master-filters{grid-column:1 / -1;justify-content:flex-end}.listing-master-editable{cursor:cell}.listing-master-editable:hover{background:#f2f8f5!important;box-shadow:inset 0 0 0 1px #b9dccd}.listing-master-editable:focus{outline:2px solid rgba(39,153,111,.2);outline-offset:-2px}.listing-master-cell-value{display:flex;min-width:0;min-height:34px;flex-direction:column;justify-content:center;padding:0 7px;text-align:right}.listing-master-cell-value strong,.listing-master-cell-value small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-master-cell-value strong{font-size:10px;font-weight:500}.listing-master-cell-value small{margin-top:2px;color:var(--muted);font-size:8px}.listing-master-cell-value{width:100%;border:0;background:transparent;color:inherit;cursor:cell}.listing-readonly-value{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-log-header{align-items:flex-start}.listing-batch-log-scroll{min-height:260px}.listing-batch-log-table th,.listing-batch-log-table td{white-space:nowrap;text-align:center;vertical-align:middle}.listing-batch-log-table th:first-child,.listing-batch-log-table td:first-child{text-align:left}.listing-log-status{display:inline-flex;min-width:52px;justify-content:center;padding:3px 7px;border-radius:4px;font-size:10px}.listing-log-status-success{color:#137a4d;background:#e8f7ef}.listing-log-status-partial{color:#97600c;background:#fff4d9}.listing-log-status-failed{color:#a53737;background:#ffebeb}.listing-batch-log-detail{display:grid;gap:10px;padding:22px 4px 8px;color:var(--muted)}.listing-batch-log-detail>svg{color:var(--green)}.listing-batch-log-detail>strong{color:var(--text);font-size:16px}.listing-batch-log-detail p{margin:0;color:var(--text);line-height:1.6}.listing-batch-log-detail>div{display:flex;flex-wrap:wrap;gap:16px;color:var(--text)}.listing-master-pagination{padding:10px 14px 0}.listing-master-search{display:flex;width:250px;height:30px;flex:0 1 250px;align-items:center;gap:7px;padding:0 8px;overflow:hidden;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.listing-master-search:focus-within{border-color:var(--green);box-shadow:0 0 0 2px #137a4d14}.listing-master-search-icon{flex:0 0 auto;color:var(--muted)}.listing-master-search input{width:100%;min-width:0;height:100%;padding:0;border:0;border-radius:0;outline:0;background:transparent;font-size:10px}.listing-master-search button{display:inline-flex;width:22px;height:22px;flex:0 0 22px;align-items:center;justify-content:center;padding:0;border:0;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer}.listing-master-search button:hover{color:var(--green);background:var(--green-soft)}.listing-master-column-modal{width:min(92vw,820px)}.listing-master-column-settings{display:grid;grid-template-columns:180px minmax(0,1fr) 180px;gap:12px;margin-bottom:18px}.listing-master-column-settings>section{display:flex;min-width:0;max-height:390px;flex-direction:column;gap:5px;padding:11px;overflow-y:auto;border:1px solid var(--border);border-radius:6px}.listing-master-column-settings>section>strong{margin-bottom:4px;font-size:10px;font-weight:600}.listing-master-column-settings>section>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.listing-master-column-settings label{display:flex;min-height:27px;align-items:center;gap:6px;padding:0 5px;border-radius:4px;font-size:9px;cursor:pointer}.listing-master-column-settings label:hover{background:var(--surface-2)}.listing-master-column-settings input{width:14px;height:14px;accent-color:var(--green)}.listing-price-modal{width:min(100%,560px)}.listing-price-list{display:grid;max-height:520px;gap:0;margin-bottom:18px;overflow-y:auto;border-top:1px solid var(--border)}.listing-price-list>label{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:18px;padding:8px 2px;border-bottom:1px solid var(--border)}.listing-price-list>label>span strong,.listing-price-list>label>span small{display:block}.listing-price-list>label>span strong{font-size:10px;font-weight:600}.listing-price-list>label>span small{margin-top:4px;color:var(--muted);font-size:9px}.listing-price-list>label>div{display:flex;flex:0 0 160px;align-items:center;gap:7px}.listing-price-list input{width:112px;height:34px;padding:0 9px;border:1px solid var(--border);border-radius:5px;outline:0;text-align:right}.listing-price-list input:focus{border-color:var(--green);box-shadow:0 0 0 2px #54c7951f}.listing-price-list em{color:var(--muted);font-size:9px;font-style:normal}.user-modal.listing-price-sync-modal{width:min(92vw,680px)}.listing-price-sync-body{display:grid;gap:18px;padding:4px 0 20px}.listing-price-sync-rule{display:flex;align-items:flex-start;gap:11px;padding:12px 14px;border:1px solid #cfe6db;border-radius:6px;color:#24684f;background:#f2faf6}.listing-price-sync-rule>svg{flex:0 0 auto;margin-top:2px}.listing-price-sync-rule strong,.listing-price-sync-rule span{display:block}.listing-price-sync-rule strong{margin-bottom:3px;font-size:11px}.listing-price-sync-rule span{color:#517667;font-size:10px;line-height:1.55}.listing-price-sync-ratios{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.listing-price-sync-ratio>span{display:block;margin-bottom:7px;font-size:10px;font-weight:600}.listing-price-sync-ratio>div{display:flex;width:100%;align-items:center;overflow:hidden;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.listing-price-sync-ratio input{width:calc(100% - 40px);height:36px;padding:0 10px;border:0;outline:0;font:inherit;text-align:right}.listing-price-sync-ratio em{width:40px;color:var(--muted);font-size:10px;font-style:normal;text-align:center}.listing-price-sync-ratio small{display:block;margin-top:6px;color:var(--muted);font-size:9px}.listing-price-sync-countries{overflow:hidden;border:1px solid var(--border);border-radius:6px}.listing-price-sync-countries>header{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;border-bottom:1px solid var(--border);background:var(--surface-2)}.listing-price-sync-countries>header strong,.listing-price-sync-countries>header small{display:block}.listing-price-sync-countries>header strong{font-size:10px}.listing-price-sync-countries>header small{margin-top:2px;color:var(--muted);font-size:9px}.listing-price-sync-countries>header span{display:flex;gap:6px}.listing-price-sync-countries>header button{border:0;color:var(--green);background:transparent;font:inherit;font-size:9px;cursor:pointer}.listing-price-sync-countries>div{display:grid;max-height:260px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow-y:auto;padding:12px}.listing-price-sync-countries label{display:flex;min-width:0;align-items:center;gap:9px;padding:9px 10px;border:1px solid var(--border);border-radius:5px;cursor:pointer}.listing-price-sync-countries label.selected{border-color:#8ec9ad;background:#f1f9f5}.listing-price-sync-countries label.disabled{cursor:not-allowed;opacity:.55;background:var(--surface-2)}.listing-price-sync-countries input{width:15px;height:15px;accent-color:var(--green)}.listing-price-sync-countries label span,.listing-price-sync-countries label strong,.listing-price-sync-countries label small{display:block;min-width:0}.listing-price-sync-countries label strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.listing-price-sync-countries label small{margin-top:2px;color:var(--muted);font-size:8px}@media(max-width:620px){.listing-price-sync-ratios{grid-template-columns:1fr}.listing-price-sync-countries>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.listing-status{display:inline-flex;min-height:23px;align-items:center;padding:0 7px;border-radius:4px;color:#53606a;background:#edf1f3;font-size:9px;white-space:nowrap}.listing-status-completed{color:#167052;background:#e4f4ec}.listing-status-pending_listing,.listing-status-pending_sync,.listing-status-pending_price_change{color:#8a5b08;background:#fff2d8}.listing-status-listing_failed,.listing-status-sync_failed,.listing-status-price_change_failed{color:#b64135;background:#fbe5e2}.listing-status-listed{color:#315d92;background:#e6eef9}.listing-status-delisted{color:#635b74;background:#eeeaf4}.pie-layout{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(180px,1fr);align-items:center;padding:10px 15px}.pie-chart{height:240px}.pie-legend{display:grid;gap:12px}.pie-legend>div{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:7px;font-size:10px}.pie-legend strong{font-weight:500}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;padding:0 12px;border:0;border-radius:6px;color:#fff;background:var(--green);cursor:pointer}.primary-button:disabled{opacity:.7;cursor:not-allowed}.primary-button[aria-busy=true]{cursor:progress}.danger-button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:0 12px;border:0;border-radius:6px;color:#fff;background:var(--coral);cursor:pointer}.danger-button:disabled{opacity:.7;cursor:wait}.sync-banner{display:flex;align-items:center;gap:11px;margin-bottom:11px;padding:14px 15px;border:1px solid #cce6db;border-radius:7px;background:var(--green-soft)}.sync-banner strong,.sync-banner small{display:block}.sync-banner strong{font-size:11px;font-weight:500}.sync-banner small{margin-top:3px;color:var(--muted);font-size:9px}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.settings-form{display:grid;gap:11px}.system-settings-tabs{display:flex;align-items:center;gap:4px;margin-bottom:12px;padding:0 2px;border-bottom:1px solid var(--border)}.system-settings-tabs button{display:inline-flex;min-height:44px;align-items:center;gap:7px;padding:0 16px;border:0;border-bottom:3px solid transparent;color:var(--muted);background:transparent;font-size:12px;cursor:pointer}.system-settings-tabs button:hover{color:var(--text)}.system-settings-tabs button.active{border-bottom-color:var(--green);color:var(--green);font-weight:500}.user-management{display:grid;gap:11px}.settings-section{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;padding:20px;border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:0 4px 14px var(--shadow)}.settings-title h3{font-size:12px;font-weight:500}.settings-title p{margin-top:4px;color:var(--muted);font-size:9px}.settings-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-fields label>span{display:block;margin-bottom:7px;font-size:10px}.settings-fields>label>select{width:100%;padding:0 9px}.listing-country-settings-content{display:grid;min-width:0;gap:12px}.listing-country-create{display:grid;grid-template-columns:90px minmax(130px,1fr) 90px 76px auto;align-items:end;gap:8px}.listing-country-create label{display:grid;gap:6px;color:var(--muted);font-size:9px}.listing-country-create input,.listing-country-table input{width:100%;height:32px;min-width:0;padding:0 8px;border:1px solid var(--border);border-radius:5px;outline:0;color:var(--text);background:var(--surface)}.listing-country-create input:focus,.listing-country-table input:focus{border-color:var(--green);box-shadow:0 0 0 2px #54c7951a}.listing-country-table{max-height:390px;border:1px solid var(--border);border-radius:6px}.listing-country-table table{min-width:620px}.listing-country-table th,.listing-country-table td{padding:7px 9px}.listing-country-table td:nth-child(1){width:62px}.listing-country-table td:nth-child(3){width:90px}.listing-country-table td:nth-child(4){width:72px}.listing-country-table td:nth-child(5){width:105px}.listing-country-table td:nth-child(6){width:84px}.listing-country-active{display:flex;align-items:center;gap:7px;white-space:nowrap}.panel-actions{display:flex;align-items:center;gap:7px}.compact-filter-select{min-width:112px;height:32px;padding:0 9px}.toggle-field{display:flex;align-items:center;justify-content:space-between;gap:12px}.toggle-field span{margin:0!important}.toggle-field strong,.toggle-field small{display:block}.toggle-field strong{font-size:10px;font-weight:500}.toggle-field small{margin-top:3px;color:var(--muted);font-size:8px}.toggle-field input{position:relative;width:36px;height:20px;flex:0 0 36px;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:1px solid #b9c9c1;border-radius:999px;background:#dfe8e3;cursor:pointer;transition:border-color .16s ease,background-color .16s ease}.toggle-field input:after{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #142d232e;content:"";transition:transform .16s ease}.toggle-field input:checked{border-color:var(--green);background:var(--green)}.toggle-field input:checked:after{transform:translate(16px)}.toggle-field input:focus-visible{outline:2px solid color-mix(in srgb,var(--green) 45%,transparent);outline-offset:2px}.toggle-field input:disabled{cursor:not-allowed;opacity:.55}.number-input{display:flex;align-items:center;overflow:hidden}.number-input input{width:100%;min-width:0;height:32px;padding:0 9px;border:0;outline:0;background:transparent}.number-input em{padding-right:9px;color:var(--muted);font-size:10px;font-style:normal}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.save-status{color:var(--green);font-size:10px;opacity:0}.save-status.visible{opacity:1}.user-create-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(150px,.5fr) auto;align-items:end;gap:10px}.user-create-form label>span{display:block;margin-bottom:7px;font-size:10px}.user-create-form input,.user-create-form select{width:100%;height:34px;padding:0 10px;border:1px solid var(--border);border-radius:6px;outline:0;color:var(--text);background:var(--surface)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:20px;overflow:hidden;overscroll-behavior:contain;background:#0a19136b}.nested-modal-backdrop{z-index:70;background:#0a191385}.user-modal{width:min(100%,470px);padding:20px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 20px 60px #0e1f1833}.confirm-dialog{width:min(100%,410px)}.confirm-dialog-content{display:flex;align-items:flex-start;gap:11px;padding:16px 0 20px}.confirm-dialog-content p{color:var(--muted);font-size:11px;line-height:1.65}.confirm-dialog-icon{display:grid;flex:0 0 32px;width:32px;height:32px;place-items:center;border-radius:50%;color:var(--green);background:var(--green-soft)}.confirm-dialog-icon.danger{color:var(--coral);background:var(--coral-soft)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.modal-header h3{font-size:14px;font-weight:600}.modal-header p{margin-top:5px;color:var(--muted);font-size:10px}.modal-error{margin:-5px 0 15px;padding:9px 10px;border:1px solid #f1c7c0;border-radius:6px;color:var(--coral);background:var(--coral-soft);font-size:10px;line-height:1.5}.modal-form{display:grid;gap:15px}.modal-form label>span{display:block;margin-bottom:7px;font-size:10px}.modal-form input,.modal-form select,.modal-form textarea{width:100%;padding:0 10px;border:1px solid var(--border);border-radius:6px;outline:0;color:var(--text);background:var(--surface);font:inherit}.modal-form input,.modal-form select{height:36px}.modal-form textarea{min-height:92px;padding-top:9px;padding-bottom:9px;resize:vertical;line-height:1.5}.modal-form input:focus,.modal-form select:focus,.modal-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #54c7951f}.modal-form .toggle-field>input[type=checkbox]{width:36px;min-width:36px;max-width:36px;height:20px;min-height:20px;max-height:20px;flex:0 0 36px;padding:0;border:1px solid #b9c9c1;border-radius:999px;background:#dfe8e3;box-shadow:none}.modal-form .toggle-field>input[type=checkbox]:checked{border-color:var(--green);background:var(--green)}.modal-form .toggle-field>input[type=checkbox]:focus{border-color:var(--green);box-shadow:none}.modal-form .toggle-field>input[type=checkbox]:focus-visible{outline:2px solid color-mix(in srgb,var(--green) 45%,transparent);outline-offset:2px}.logistics-completion-modal{width:min(100%,520px)}.logistics-followup-note{color:var(--muted)!important;font-size:12px!important}.logistics-followup-note::placeholder{color:#9aa6a1;opacity:1}.modal-note-count{margin-top:-10px;color:var(--muted);font-size:9px;text-align:right}.logistics-completion-guide{margin-top:-2px;padding:9px 11px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:var(--surface-soft);font-size:10px;line-height:1.5}.logistics-completion-guide strong{display:block;color:var(--text);font-size:10px;font-weight:600}.logistics-completion-guide ul{display:grid;gap:2px;margin:5px 0 0;padding-left:16px}.resolution-note{display:block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.password-input-row{display:flex;align-items:center;gap:7px}.password-input-row input{min-width:0;flex:1}.password-input-row .secondary-button{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;white-space:nowrap}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:5px}.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 12px;border:1px solid var(--border);border-radius:6px;color:var(--text);background:var(--surface);cursor:pointer}.secondary-button:hover{background:var(--surface-alt)}.secondary-button:disabled{opacity:.55;cursor:not-allowed}.credential-banner{display:flex;min-height:66px;align-items:center;gap:11px;padding:12px 14px;border:1px solid #cce6db;border-radius:7px;background:var(--green-soft)}.credential-banner>div{display:grid;grid-template-columns:auto auto;align-items:center;gap:3px 12px;min-width:0}.credential-banner strong{font-size:11px;font-weight:500}.credential-banner code{padding:3px 6px;border-radius:4px;color:var(--text);background:#ffffffa6;font-size:12px}.credential-banner small{grid-column:1 / -1;color:var(--muted);font-size:9px}.credential-banner .icon-button{margin-left:auto}.copy-status{width:34px;color:var(--green);font-size:9px;opacity:0}.copy-status.visible{opacity:1}.user-table-panel .table-scroll{overflow-x:auto}.user-table-panel table{min-width:820px}.menu-permission-summary{color:var(--muted);font-size:10px;white-space:nowrap}.menu-permission-modal{display:flex;width:min(94vw,660px);max-height:min(88vh,760px);flex-direction:column;overflow:hidden}.menu-permission-modal>.modal-header{flex:0 0 auto;margin-bottom:12px}.menu-permission-toolbar{display:flex;flex:0 0 auto;justify-content:flex-end;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--border)}.menu-permission-toolbar button{padding:0;border:0;color:var(--green-dark);background:transparent;font-size:10px;cursor:pointer}.menu-permission-groups{display:grid;min-height:0;flex:1 1 auto;grid-auto-rows:max-content;align-content:start;gap:10px;padding:12px 2px;overflow-y:auto;overscroll-behavior:contain}.menu-permission-groups>section{min-height:max-content;overflow:visible;border:1px solid var(--border);border-radius:6px}.menu-permission-group{display:grid;min-height:40px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 12px;background:var(--surface-soft);cursor:pointer}.menu-permission-group strong{font-size:11px;font-weight:600}.menu-permission-group small{color:var(--muted);font-size:9px}.menu-permission-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px;padding:8px 10px}.menu-permission-item{min-width:0}.menu-permission-item.has-children{grid-column:1 / -1;border:1px solid var(--border);border-radius:5px}.menu-permission-page,.menu-permission-tabs label{display:flex;min-height:34px;align-items:center;gap:8px;padding:0 8px;border-radius:5px;font-size:10px;cursor:pointer}.menu-permission-page:hover,.menu-permission-tabs label:hover{background:var(--surface-soft)}.menu-permission-item.has-children>.menu-permission-page{border-radius:5px 5px 0 0;background:var(--surface-soft);font-weight:600}.menu-permission-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:3px 6px}.menu-permission-group input,.menu-permission-items input{width:15px;height:15px;accent-color:var(--green)}.menu-permission-modal>.modal-actions{flex:0 0 auto;padding-top:12px;border-top:1px solid var(--border)}.shop-config-table table{min-width:900px}.shop-config-table th:nth-child(1){width:180px}.shop-config-table th:nth-child(2){width:150px}.shop-config-table code{color:var(--green-dark);font-weight:600}.shop-config-error{margin:12px 15px 0}.shop-config-modal{width:min(100%,560px)}.source-management-modal{width:min(100%,680px)}.erp-source-picker{display:grid;gap:8px;padding:10px;border:1px solid var(--border);background:var(--surface-soft)}.erp-source-picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.erp-source-picker-header strong,.erp-source-picker-header small{display:block}.erp-source-picker-header small{margin-top:3px;color:var(--muted);font-size:10px}.erp-source-picker-header>span{flex:0 0 auto;color:var(--green);font-size:11px}.erp-source-search{min-width:0}.erp-source-results{display:grid;max-height:190px;overflow-y:auto;border:1px solid var(--border);background:var(--surface)}.erp-source-option{display:flex;align-items:flex-start;gap:8px;padding:9px 10px;border-bottom:1px solid var(--border);cursor:pointer}.erp-source-option:last-child{border-bottom:0}.erp-source-option:hover{background:var(--surface-soft)}.erp-source-option.is-bound{cursor:not-allowed;opacity:.55}.erp-source-option input{margin-top:2px}.modal-form .erp-source-picker label.erp-source-option{display:flex;min-width:0;align-items:center;gap:10px;margin:0;padding:9px 10px}.modal-form .erp-source-picker label.erp-source-option>input[type=checkbox]{width:15px;height:15px;flex:0 0 15px;margin:0;padding:0;border-radius:3px;box-shadow:none;accent-color:var(--green)}.modal-form .erp-source-picker label.erp-source-option>span{min-width:0;flex:1;margin:0;overflow:hidden}.erp-source-option span,.erp-source-option strong,.erp-source-option small{display:block;min-width:0}.erp-source-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.erp-source-option small{margin-top:3px;color:var(--muted);font-size:10px}.erp-source-empty{margin:0;color:var(--muted);font-size:10px}.form-grid-two{display:grid;grid-template-columns:minmax(0,1fr) 100px;gap:12px}.managed-user{display:flex;align-items:center;gap:8px}.managed-user .avatar{width:28px;height:28px;flex-basis:28px}.managed-user strong,.managed-user small{display:block}.managed-user strong{font-weight:500}.managed-user small{color:var(--muted);font-size:8px}.role-select{min-width:112px;height:30px;font-size:9px}.user-row-actions{display:flex;align-items:center;gap:2px}.user-row-actions .icon-button{width:30px;height:30px;flex-basis:30px}.user-row-actions .icon-button:disabled{opacity:.35;cursor:not-allowed}.user-row-actions .icon-button.danger{color:var(--coral)}.user-row-actions .icon-button.danger:hover{background:var(--coral-soft)}.store-operators-editor{border:1px solid var(--border);border-radius:8px;padding:10px}.store-operators-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.store-operators-head strong{display:block;font-weight:500}.store-operators-head small{display:block;margin-top:2px;color:var(--muted);font-size:8px}.store-operators-head button{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid var(--border);border-radius:6px;background:transparent;cursor:pointer;font-size:9px}.store-operators-head button:hover{background:var(--bg-secondary)}.store-operators-empty{margin:0;padding:6px 0 2px;color:var(--muted);font-size:9px}.store-operator-row{display:grid;grid-template-columns:88px minmax(0,1fr) minmax(0,1.4fr) 30px;gap:8px;align-items:center;margin-bottom:8px}.store-operator-row:last-child{margin-bottom:0}.store-operator-row select,.store-operator-row input{height:30px;font-size:9px}.store-operator-row .icon-button{width:30px;height:30px;flex-basis:30px;color:var(--coral)}.assistant-count{display:inline-block;margin-top:2px;color:var(--muted);font-size:8px;font-style:normal}@media(max-width:1120px){.metric-grid,.summary-grid,.summary-grid.logistics-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.main-grid,.lower-grid,.two-one,.one-one{grid-template-columns:1fr}}@media(max-width:820px){.app-shell{grid-template-columns:176px minmax(0,1fr)}.sidebar{width:176px;padding-left:8px;padding-right:8px}.brand{padding-left:6px}.page-content{padding-left:16px;padding-right:16px}.topbar{padding:0 16px}.quick-nav-hint{display:none}.page-toolbar,.section-heading{align-items:flex-start;flex-direction:column}.store-card-grid{grid-template-columns:1fr}.settings-section{grid-template-columns:1fr;gap:16px}.user-create-form{grid-template-columns:1fr 180px auto}}@media(max-width:1100px){.inventory-alert-panel .panel-header{align-items:stretch;flex-direction:column}.inventory-alert-filters{width:100%;justify-content:flex-start;flex-wrap:wrap}.inventory-date-range-trigger{flex:1 1 100%}.inventory-alert-filters select{flex:1 1 calc(33.333% - 6px);width:auto;min-width:0;max-width:none}.inventory-alert-filters select.inventory-shop-filter{width:auto;max-width:none}.inventory-alert-filters .search-box{flex:1 1 100%;min-width:100%;max-width:none}}@media(max-width:620px){.app-shell{display:block}.sidebar-wrap{position:fixed;inset:0 auto 0 0;width:min(84vw,280px);transform:translate(-105%);transition:transform .2s ease}.sidebar-wrap.open{transform:translate(0)}.sidebar{position:static;width:100%;height:100%;padding-top:48px;box-shadow:16px 0 36px #00000038}.mobile-close{position:absolute!important;top:10px;right:10px;z-index:2;display:inline-grid!important;color:var(--sidebar-text);background:#ffffff14}.sidebar-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;display:block;border:0;background:#08100d7a}.mobile-menu{display:inline-grid!important}.sync-copy{display:none}.topbar{min-height:58px}.topbar p{display:none}.topbar{padding:0 12px}.topbar-main{min-height:58px}.topbar h1{max-width:48vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-nav{gap:7px;min-height:43px}.quick-nav-label{font-size:11px}.quick-nav-count{font-size:10px}.quick-nav-item{min-height:30px}.quick-nav-tab{height:29px;padding-left:9px;padding-right:7px;font-size:11px}.quick-nav-tab span{max-width:110px}.quick-nav-close{width:26px;height:28px}.page-content{padding:14px 12px 24px}.page-toolbar,.section-heading{margin-bottom:12px}.page-toolbar h2,.section-heading h2{font-size:18px}.filters,.inline-filters{width:100%}.inventory-query-controls{width:100%;justify-content:flex-start}.order-management-panel .panel-header{align-items:stretch;flex-direction:column}.order-filters{width:100%;justify-content:flex-start}.order-filters .search-box{flex:1 1 100%;min-width:100%}.order-date-range{flex:1 1 100%;justify-content:space-between}.order-date-range input{width:45%}.inventory-alert-panel .panel-header{align-items:stretch;flex-direction:column}.inventory-alert-filters{width:100%;justify-content:flex-start}.inventory-date-range-trigger{flex:1 1 100%}.inventory-alert-filters select{flex:1 1 calc(50% - 4px);min-width:0}.inventory-alert-filters .search-box{flex:1 1 100%;min-width:100%}.price-source-tabs{width:100%}.price-source-tabs button{flex:1}.price-change-filters{width:100%;justify-content:flex-start}.price-change-filters select{max-width:none;flex:1 1 calc(50% - 4px)}.price-change-filters .search-box{flex:1 1 100%;min-width:100%}.price-date-range{flex:1 1 100%;justify-content:space-between}.price-date-range input{width:42%}.price-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.price-detail-metrics>div:nth-child(2){border-right:0}.price-detail-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.hot-sku-panel-header{align-items:flex-start;flex-direction:column}.hot-sku-panel-actions{width:100%;justify-content:space-between}.inventory-query-controls .search-box{flex:1 1 220px}.order-pagination{align-items:flex-start;flex-direction:column}.pagination-buttons,.compact-pagination{flex-wrap:wrap}.pagination-buttons{width:100%}.page-number-controls{max-width:100%;gap:3px}.page-number-list{gap:2px}.page-number-button{min-width:26px;height:26px;padding:0 5px}.page-number-ellipsis{width:16px;height:26px}.filters select,.date-select{flex:1;min-width:128px}.dashboard-range-picker{flex:1 1 100%}.dashboard-range-trigger{width:100%;justify-content:center}.dashboard-range-popover{right:auto;left:0;grid-template-columns:1fr;width:min(calc(100vw - 24px),420px);max-height:72vh;overflow-y:auto}.dashboard-range-presets{flex-flow:row wrap;border-right:0;border-bottom:1px solid var(--border)}.dashboard-range-presets button{flex:1 1 calc(33.333% - 5px);text-align:center}.dashboard-range-calendar .rdp-months{align-items:center;flex-direction:column}.metric-grid,.summary-grid,.summary-grid.logistics-summary-grid{grid-template-columns:1fr}.store-card-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.search-box{min-width:100%}.pie-layout,.settings-fields,.settings-fields.three{grid-template-columns:1fr}.listing-country-create{grid-template-columns:1fr 1fr}.listing-country-create .primary-button{grid-column:1 / -1}.system-settings-tabs{overflow-x:auto}.system-settings-tabs button{flex:0 0 auto}.user-create-form{grid-template-columns:1fr}.credential-banner{flex-wrap:wrap}.credential-banner>div{flex:1}.product-management-tabs{overflow-x:auto}.product-management-tabs button{flex:0 0 auto}.product-catalog-header{align-items:stretch;flex-direction:column}.product-filters{width:100%;justify-content:flex-start}.product-filters .search-box{flex:1 1 100%;min-width:100%}.product-filters select{flex:1 1 calc(50% - 4px);min-width:0}.product-equivalence-header{align-items:flex-start}.product-equivalence-body{padding:10px}.equivalence-group>header{align-items:flex-start}.equivalence-group>header>div:first-child{align-items:flex-start;flex-wrap:wrap}.equivalence-group>footer{justify-content:flex-start;flex-wrap:wrap}.equivalent-candidate-search{flex-wrap:wrap}.user-modal.equivalent-create-modal{width:min(100%,720px);height:min(92vh,860px);max-height:92vh}.equivalent-create-header{padding:15px 16px 13px}.equivalent-create-workspace{grid-template-columns:1fr;overflow-y:auto}.equivalent-create-pane{min-height:480px;padding:15px}.equivalent-search-pane{border-right:0;border-bottom:1px solid var(--border)}.equivalent-selected-pane{min-height:540px}.equivalent-create-search{grid-template-columns:1fr}.equivalent-candidate-search .search-box{flex-basis:100%}.equivalent-candidate-list>label{grid-template-columns:18px minmax(0,1fr)}.equivalent-candidate-list>label>span{grid-column:2}.listing-workspace-toolbar{align-items:stretch;flex-direction:column}.listing-sheet-picker{width:100%}.listing-sheet-select{width:auto;min-width:0;flex:1}.listing-sheet-select-menu{right:0;width:100%}.listing-edit-actions{justify-content:flex-start}.listing-sheet-status{align-items:flex-start;flex-direction:column}.listing-sheet-status-summary{margin-left:0;flex-wrap:wrap}.listing-view-toolbar{width:100%;flex-wrap:wrap}.listing-view-toolbar>label{flex:1 1 180px}.listing-view-toolbar select{width:100%;min-width:0}.listing-column-modal .listing-column-settings{grid-template-columns:1fr;padding:12px}.listing-column-settings .listing-base-field-section,.listing-column-settings .listing-country-section,.listing-column-settings .listing-country-field-section,.listing-column-settings .listing-column-order-section{grid-column:1}.listing-base-field-section>div{grid-template-columns:repeat(2,minmax(0,1fr))}.listing-column-settings .listing-column-order-list{grid-template-columns:1fr}.listing-template-current{align-items:flex-start;flex-direction:column}.listing-freeze-setting{width:100%;min-width:0;align-items:flex-start}.listing-freeze-setting>small{text-align:left;white-space:normal}.listing-template-actions{flex-wrap:wrap}.listing-master-header{grid-template-columns:1fr}.listing-master-actions,.listing-master-filters{grid-column:1;justify-content:flex-start;flex-wrap:wrap}.listing-master-actions>select{width:100%;min-width:0;max-width:none}.listing-master-column-settings{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.store-management-page{display:grid;gap:12px}.store-management-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--border);background:var(--surface)}.store-management-summary article{display:grid;min-height:72px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;padding:12px 16px;border-right:1px solid var(--border)}.store-management-summary article:last-child{border-right:0}.store-management-summary svg{color:var(--green)}.store-management-summary span{color:var(--muted);font-size:10px}.store-management-summary strong{font-size:20px;font-weight:600}.store-management-summary article.warning svg,.store-management-summary article.warning strong{color:var(--coral)}.store-management-panel{min-width:0}.store-management-header{border-bottom:1px solid var(--border)}.store-management-filters{display:grid;grid-template-columns:minmax(260px,1fr) repeat(4,minmax(110px,auto)) auto;align-items:center;gap:8px;padding:10px 15px;border-bottom:1px solid var(--border);background:var(--surface-soft)}.store-management-filters select{min-width:0;height:34px}.store-search{display:flex;min-width:0;height:34px;align-items:center;gap:7px;padding-left:10px;border:1px solid var(--border);background:var(--surface)}.store-search:focus-within{border-color:var(--green)}.store-search svg{flex:0 0 auto;color:var(--muted)}.store-search input{min-width:0;flex:1;border:0;background:transparent;outline:0}.store-search button{align-self:stretch;padding:0 12px;border:0;border-left:1px solid var(--border);color:var(--green-dark);background:transparent;cursor:pointer}.store-issue-filter{display:flex;min-height:34px;align-items:center;gap:6px;white-space:nowrap;color:var(--text);font-size:10px}.store-issue-filter input{width:15px;height:15px;accent-color:var(--green)}.store-management-table{position:relative;min-height:200px;overflow:auto}.store-management-table table{min-width:1080px}.store-management-table th:first-child{width:210px}.store-management-table th:nth-child(2){width:130px}.store-management-table th:nth-child(3),.store-management-table th:nth-child(4){width:145px}.store-management-table th:nth-child(5){width:180px}.store-management-table th:nth-child(6),.store-management-table th:nth-child(7){width:78px}.store-management-table td>strong,.store-management-table td>small{display:block}.store-management-table td>small{margin-top:3px;color:var(--muted);font-size:8px}.store-management-table tr.has-issues>td:first-child{box-shadow:inset 3px 0 0 var(--yellow)}.store-issue-count{display:inline-flex;margin-top:5px;padding:2px 5px;color:var(--coral);background:var(--coral-soft);font-size:8px}.muted-text{color:var(--muted);font-size:9px}.source-picker-toolbar{display:flex;min-width:0;align-items:stretch;gap:8px}.source-picker-toolbar .erp-source-search{flex:1}.source-refresh-button{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;white-space:nowrap}.source-refresh-message{margin:0;color:var(--green-dark);font-size:9px}.source-manager-results{min-height:100px;max-height:340px}.child-source-picker .erp-source-results{max-height:220px;overflow-y:auto}.child-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-form .child-source-picker label.erp-source-option{display:flex;min-width:0;align-items:center;gap:10px;margin:0;padding:9px 10px}.modal-form .child-source-picker label.erp-source-option>input[type=checkbox]{width:15px;height:15px;flex:0 0 15px;margin:0;padding:0;border-radius:3px;box-shadow:none;accent-color:var(--green)}.modal-form .child-source-picker label.erp-source-option>span{min-width:0;flex:1;margin:0;overflow:hidden}.modal-form .child-source-picker label.erp-source-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-loading{position:absolute;top:42px;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:8px;background:color-mix(in srgb,var(--surface) 88%,transparent);color:var(--muted);font-size:10px}.store-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:1120px){.store-management-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.store-search{grid-column:1 / -1}}@media(max-width:820px){.source-picker-toolbar{flex-direction:column}.source-refresh-button{justify-content:center}}@media(max-width:820px){.store-management-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.store-management-summary article:nth-child(2){border-right:0}.store-management-summary article:nth-child(-n+2){border-bottom:1px solid var(--border)}.store-management-filters{grid-template-columns:1fr 1fr}.store-search{grid-column:1 / -1}}.store-view-button{display:inline-flex;min-height:28px;align-items:center;justify-content:center;gap:4px;padding:0 8px;border:1px solid color-mix(in srgb,var(--green) 35%,var(--border));border-radius:4px;color:var(--green-dark);background:var(--green-soft);font-size:12px;cursor:pointer}.store-view-button:hover{border-color:var(--green);background:color-mix(in srgb,var(--green-soft) 75%,white)}.store-view-button:focus-visible{outline:2px solid color-mix(in srgb,var(--green) 55%,transparent);outline-offset:2px}.store-row-actions{display:inline-flex;align-items:center;gap:6px}.store-view-modal{display:flex;width:min(94vw,1120px);height:min(88vh,800px);max-height:88vh;flex-direction:column;padding:0;overflow:hidden}.store-view-header{flex:0 0 auto;align-items:center;margin:0;padding:22px 26px 18px;border-bottom:1px solid var(--border)}.store-view-header h3{font-size:18px}.store-view-header p{margin-top:6px;font-size:10px}.store-view-header .icon-button{width:32px;height:32px}.store-view-content{min-height:0;flex:1;overflow:auto;padding:20px 26px 24px;background:#f7f9f8}.store-view-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px;border:1px solid var(--border);border-radius:6px;overflow:hidden;background:var(--surface)}.store-view-summary>div{display:grid;gap:7px;min-width:0;padding:14px 16px;border-right:1px solid var(--border);background:var(--surface)}.store-view-summary>div:last-child{border-right:0}.store-view-summary span,.store-view-list small,.store-view-aliases small{color:var(--muted);font-size:9px}.store-view-summary strong{overflow:hidden;color:var(--text);font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.status-good{color:var(--green-dark)!important}.status-off{color:var(--coral)!important}.store-view-sections{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.9fr);gap:16px}.store-view-sections>section{min-width:0;padding:18px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.store-view-section-sources{grid-column:1;grid-row:1 / span 2}.store-view-section-inventory{grid-column:2;grid-row:1}.store-view-section-tiktok{grid-column:2;grid-row:2}.store-view-section-aliases{grid-column:1 / -1;grid-row:3}.store-view-sections header{display:flex;min-height:32px;align-items:center;gap:9px;margin-bottom:10px;padding-bottom:12px;border-bottom:1px solid var(--border)}.store-view-sections header svg{box-sizing:content-box;padding:6px;border-radius:5px;color:var(--green-dark);background:var(--green-soft)}.store-view-sections header strong{font-size:12px;font-weight:600}.store-view-sections header span{margin-left:auto;padding:3px 7px;border-radius:4px;color:var(--muted);background:var(--surface-soft);font-size:9px}.store-view-list{display:grid;gap:0}.store-view-list>div,.store-view-list-button{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;min-height:52px;padding:10px 4px;border:0;border-bottom:1px solid var(--border);background:transparent;text-align:left}.store-view-list>div:last-child{border-bottom:0}.store-view-list-button{width:100%;border-radius:4px;color:inherit;cursor:pointer}.store-view-list-button:hover{padding-right:9px;padding-left:9px;background:var(--surface-soft)}.store-view-list strong{display:block;font-size:11px;font-weight:600}.store-view-list small{display:block;margin-top:4px;line-height:1.45}.store-view-empty{margin:12px 0 16px;color:var(--muted);font-size:10px}.store-view-section-action{min-height:32px;margin-top:14px;padding:0 10px;font-size:9px}.store-view-aliases{display:flex;flex-wrap:wrap;gap:8px}.store-view-aliases>span{display:grid;gap:4px;padding:8px 10px;border:1px solid var(--border);border-radius:4px;background:var(--surface-soft);font-size:10px}.store-view-hint{margin:14px 0 0;color:var(--muted);font-size:9px;line-height:1.5}.tiktok-config-warning{color:#9b5c12}.tiktok-sync-config-note{display:grid;gap:4px;padding:11px 12px;border:1px solid #cce6db;border-radius:6px;background:var(--green-soft)}.tiktok-sync-config-note strong{font-size:10px}.tiktok-sync-config-note small{color:var(--muted);font-size:9px}.store-view-modal>.modal-actions{flex:0 0 auto;margin:0;padding:14px 26px;border-top:1px solid var(--border);background:var(--surface)}.store-management-modal{width:min(94vw,1040px);height:min(88vh,820px)}.store-management-modal-header{padding:20px 24px 16px}.store-management-title-row{display:flex;align-items:center;gap:10px}.store-management-title-row .tag{flex:0 0 auto}.store-management-tabs{display:flex;flex:0 0 auto;gap:2px;padding:0 24px;border-bottom:1px solid var(--border);background:var(--surface)}.store-management-tabs button{position:relative;display:inline-flex;min-height:46px;align-items:center;gap:7px;padding:0 16px;border:0;color:var(--muted);background:transparent;font-size:12px;cursor:pointer}.store-management-tabs button:after{position:absolute;right:12px;bottom:-1px;left:12px;height:2px;background:transparent;content:""}.store-management-tabs button:hover{color:var(--text);background:var(--surface-soft)}.store-management-tabs button.active{color:var(--green-dark);font-weight:600}.store-management-tabs button.active:after{background:var(--green)}.store-management-tabs button em{min-width:19px;padding:2px 5px;border-radius:8px;color:var(--muted);background:var(--surface-soft);font-size:8px;font-style:normal;text-align:center}.store-management-tabs button i{width:6px;height:6px;border-radius:50%;background:var(--green)}.store-management-tab-content{min-height:0;flex:1;padding:18px 24px 22px;overflow-y:auto;overscroll-behavior:contain;background:#f7f9f8}.store-management-feedback{margin:0 0 12px}.store-management-success{display:flex;align-items:center;gap:7px;margin-bottom:12px;padding:9px 11px;border:1px solid #cce6db;border-radius:5px;color:var(--green-dark);background:var(--green-soft);font-size:11px}.store-management-profile,.store-management-erp,.store-management-tiktok>form,.store-management-inventory{display:grid;gap:14px;max-width:900px;margin:0 auto}.store-management-section{min-width:0;padding:17px 18px;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.store-management-section>header{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px;padding-bottom:12px;border-bottom:1px solid var(--border)}.store-management-section>header>div{display:flex;min-width:0;align-items:center;gap:9px}.store-management-section>header>div>svg{box-sizing:content-box;flex:0 0 auto;padding:6px;border-radius:5px;color:var(--green-dark);background:var(--green-soft)}.store-management-section>header span,.store-management-section>header strong,.store-management-section>header small{display:block;min-width:0}.store-management-section>header strong{font-size:13px;font-weight:600}.store-management-section>header small{margin-top:3px;color:var(--muted);font-size:10px;font-weight:400}.store-management-section>header>span.tag{display:inline-flex}.store-management-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.store-management-fields label>span{margin-bottom:6px;color:var(--muted);font-size:10px}.store-management-toggle{margin-top:16px;padding:12px 13px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft)}.store-management-operators{padding:0;border:0}.store-management-operators .store-operator-row select,.store-management-operators .store-operator-row input{height:34px;font-size:11px}.store-management-form-actions,.store-management-inline-actions{position:sticky;bottom:-22px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border:1px solid var(--border);border-radius:6px;background:#fffffff7;box-shadow:0 -5px 15px #182d250a}.store-management-form-actions>span,.store-management-inline-actions>span{color:var(--muted);font-size:9px;line-height:1.45}.store-management-form-actions .primary-button,.store-management-inline-actions .primary-button{flex:0 0 auto}.management-bound-sources{display:grid;border:1px solid var(--border);border-radius:5px;overflow:hidden}.management-bound-sources>div,.management-bound-sources>button{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border:0;border-bottom:1px solid var(--border);border-radius:0;background:var(--surface)}.management-bound-sources>:last-child{border-bottom:0}.management-bound-sources>button{width:100%;color:inherit;cursor:pointer;text-align:left}.management-bound-sources>button:hover{background:var(--surface-soft)}.management-bound-sources strong,.management-bound-sources small{display:block}.management-bound-sources strong{font-size:11px;font-weight:600}.management-bound-sources small{margin-top:4px;color:var(--muted);font-size:9px}.management-bound-sources .store-view-empty{padding:14px 12px}.erp-binding-table-wrap{border:1px solid var(--border);border-radius:5px;overflow-x:auto;background:var(--surface)}.erp-binding-table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed}.erp-binding-table th{padding:9px 11px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--muted);background:#f5f8f6;font-size:10px;font-weight:600;text-align:left}.erp-binding-table td{height:49px;padding:9px 11px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text);font-size:11px;line-height:1.4;vertical-align:middle;overflow-wrap:anywhere;white-space:normal}.erp-binding-table th:last-child,.erp-binding-table td:last-child{width:112px;border-right:0;text-align:center;white-space:nowrap}.erp-binding-table th:nth-child(1){width:68px}.erp-binding-table th:nth-child(2){width:60px}.erp-binding-table th:nth-child(3){width:160px}.erp-binding-table th:nth-child(5){width:90px}.erp-binding-table tbody tr:last-child td{border-bottom:0}.erp-binding-table tbody tr:hover td{background:#fbfcfb}.erp-binding-table strong{font-size:11px;font-weight:600}.erp-binding-table .country-code-cell{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.erp-binding-table .erp-binding-empty{color:var(--muted)}.erp-binding-table .erp-binding-warning{color:#9b5c12;font-weight:600}.erp-binding-table tr.needs-country td{background:#fffbf2}.erp-binding-table .secondary-button.compact{min-height:28px;padding:0 9px;font-size:9px;white-space:nowrap}.erp-binding-table-wrap>.store-view-empty{margin:0;padding:18px 12px;border-top:0;text-align:center}.erp-binding-table-simple{min-width:680px}.erp-binding-table-simple th:nth-child(1){width:235px}.erp-binding-table-simple th:nth-child(2){width:220px}.erp-binding-table-simple th:nth-child(3){width:110px}.erp-binding-table-simple th:nth-child(4){width:auto}.erp-binding-table-simple th:last-child,.erp-binding-table-simple td:last-child{width:88px}.erp-binding-section .source-manager-results{max-height:220px;margin-top:10px}.store-management-erp>.erp-binding-section{display:none}.erp-binding-actions{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-wrap:nowrap;white-space:nowrap}.rebind-modal{width:min(92vw,520px)}.rebind-content{display:grid;gap:12px;padding:18px 22px 22px}.rebind-current{display:grid;gap:3px;padding:11px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft)}.rebind-current span,.rebind-current small,.rebind-source-option small{color:var(--muted);font-size:10px}.rebind-source-results{display:grid;max-height:300px;overflow-y:auto;border:1px solid var(--border);border-radius:5px}.rebind-source-option{display:flex;min-height:52px;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid var(--border-soft);cursor:pointer}.rebind-source-option:last-child{border-bottom:0}.rebind-source-option:hover{background:var(--surface-soft)}.rebind-source-option.is-bound{color:var(--muted);background:var(--surface-soft);cursor:not-allowed}.rebind-source-option span{display:grid;gap:3px;min-width:0}.rebind-source-option strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-erp-search{width:100%}.erp-binding-section .store-management-inline-actions{position:static;margin-top:12px;padding:10px 12px;box-shadow:none}.store-management-loading{display:flex;min-height:260px;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:10px}.tiktok-status-section .store-management-toggle{margin-top:0}.tiktok-sync-meta{margin:10px 0 0;color:var(--muted);font-size:9px}.tiktok-credential-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.store-management-inventory{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:start}.store-management-inventory .management-issues{grid-column:1 / -1}.management-issues>p{display:flex;align-items:center;gap:7px;margin:7px 0;color:#9b5c12;font-size:9px}.management-issues>p svg{flex:0 0 auto}.store-management-inventory .store-view-aliases>span strong{font-size:10px;font-weight:500}@media(max-width:880px){.store-view-modal{width:min(96vw,760px);height:min(92vh,860px);max-height:92vh}.store-view-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.store-view-summary>div:nth-child(2){border-right:0}.store-view-summary>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.store-view-sections{grid-template-columns:1fr}.store-view-section-sources,.store-view-section-inventory,.store-view-section-tiktok,.store-view-section-aliases{grid-column:auto;grid-row:auto}.store-management-tabs{padding:0 14px;overflow-x:auto}.store-management-tabs button{flex:0 0 auto;padding:0 12px}.store-management-tab-content{padding:16px}.store-management-inventory{grid-template-columns:1fr}.store-management-inventory .management-issues{grid-column:auto}}@media(max-width:560px){.store-view-header{padding:18px 18px 15px}.store-view-content{padding:14px 14px 18px}.store-view-summary{grid-template-columns:1fr}.store-view-summary>div{border-right:0;border-bottom:1px solid var(--border)}.store-view-summary>div:nth-child(2){border-right:0}.store-view-summary>div:last-child{border-bottom:0}.store-view-modal>.modal-actions{padding:12px 14px}.store-management-modal-header{padding:16px}.store-management-tabs{padding:0 8px}.store-management-tabs button{min-height:42px;padding:0 9px}.store-management-tab-content{padding:12px}.store-management-section{padding:14px}.store-management-fields,.tiktok-credential-fields{grid-template-columns:1fr}.store-operator-row{grid-template-columns:82px minmax(0,1fr) 30px}.store-operator-row>input{grid-column:1 / -1;grid-row:2}.store-management-form-actions,.store-management-inline-actions{bottom:-12px;align-items:stretch;flex-direction:column}}
