.store-authorizations-page.settings-store-auth-page{padding:clamp(56px,7vh,80px) clamp(20px,5vw,72px) 64px}.settings-store-auth-panel{width:min(1110px,100%);margin:0 auto}.settings-store-auth-card .store-auth-card-header{min-height:108px;padding:27px 28px 23px}.settings-store-auth-card .store-auth-card-actions{padding:11px 17px}.settings-store-auth-card__name{min-width:0;display:flex;align-items:center;gap:7px}.settings-store-auth-card__name h2{min-width:0}.settings-store-auth-card__name button{width:27px;height:27px;display:inline-grid;flex:0 0 auto;place-items:center;border:0;border-radius:7px;padding:0;color:#858b94;background:transparent;cursor:pointer;opacity:0;transition:color .14s ease,background .14s ease,opacity .14s ease}.settings-store-auth-card:hover .settings-store-auth-card__name button,.settings-store-auth-card__name button:focus-visible{opacity:1}.settings-store-auth-card__name button:hover:not(:disabled){color:#272b31;background:#f0f2f4}.settings-store-auth-card__name button:disabled{cursor:not-allowed;opacity:.32}.settings-store-auth-card__editor{max-width:430px}.settings-store-auth-card__editor input{font-size:15px;font-weight:600}.settings-store-auth-card__error{margin:0 22px 12px}.settings-store-auth-shops{display:grid;border-top:1px solid #f0f1f2;padding:14px 28px 16px}.settings-store-auth-shops__heading{margin-bottom:5px;color:#92979f;font-size:11px;font-weight:600}.settings-store-auth-shop{min-width:0}.settings-store-auth-shop+.settings-store-auth-shop{border-top:1px solid #f3f4f5}.settings-store-auth-shop__identity{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto 28px;align-items:center;gap:10px}.settings-store-auth-shop__identity>span{overflow:hidden;color:#333840;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.settings-store-auth-shop__identity small{color:#979ca4;font-size:11px}.settings-store-auth-shop__identity button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:7px;padding:0;color:#777d85;background:transparent;cursor:pointer}.settings-store-auth-shop__identity button:hover:not(:disabled){color:#2c3036;background:#f0f2f4}.settings-store-auth-shop__identity button:disabled{cursor:not-allowed;opacity:.34}.settings-store-auth-shop__editor{min-height:42px}.settings-store-auth-shop__error{margin:0 0 10px}@media(max-width:720px){.store-authorizations-page.settings-store-auth-page{padding:30px 18px max(30px,env(safe-area-inset-bottom))}.settings-store-auth-panel .store-auth-toolbar{align-items:flex-start;gap:12px;margin-bottom:18px}.settings-store-auth-panel .store-auth-platform{display:grid;gap:2px}.settings-store-auth-panel .store-auth-toolbar-actions{gap:10px}.settings-store-auth-panel .store-auth-refresh{width:40px;height:40px}.settings-store-auth-panel .store-auth-add{min-height:40px;padding-inline:14px}.settings-store-auth-card .store-auth-card-header{min-height:96px;gap:12px;padding:22px}.settings-store-auth-card .store-auth-status{padding-right:2px}.settings-store-auth-card .store-auth-card-actions{padding:12px 20px}.settings-store-auth-shops{padding-inline:22px}}.report-select{position:relative;min-width:0;color:var(--text-primary, #1d1d1f);font:inherit}.report-select-trigger{box-sizing:border-box;width:100%;min-height:var(--report-control-height, 40px);display:flex;align-items:center;gap:var(--space-8, 8px);border:1px solid var(--border-control, #d2d2d7);border-radius:var(--radius-control, 10px);padding:0 var(--space-12, 12px);color:var(--text-primary, #1d1d1f);background:var(--surface-primary, #ffffff);box-shadow:none;cursor:pointer;font:inherit;font-size:var(--text-control, 13px);font-weight:var(--weight-regular, 400);line-height:18px;text-align:left;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.report-select-trigger:hover:not(:disabled){border-color:var(--border-control-hover, #aeb0b5);background:var(--surface-primary, #ffffff)}.report-select.open>.report-select-trigger,.report-select-trigger:focus-visible{border-color:var(--focus-color, #0071e3);outline:0;background:var(--surface-primary, #ffffff);box-shadow:var(--focus-ring, 0 0 0 3px rgba(0, 113, 227, .22))}.report-select-trigger:disabled{cursor:not-allowed;color:var(--text-disabled, #aeaeb2);background:var(--surface-disabled, #f5f5f7)}.report-select-leading,.report-select-chevron{color:var(--text-tertiary, #86868b)}.report-select-compact>.report-select-trigger{min-height:32px;border-radius:8px;padding:0 8px;font-size:var(--text-label, 12px);font-weight:var(--weight-medium, 500)}.report-select-menu{box-sizing:border-box;position:fixed;z-index:1200;width:max-content;max-width:min(320px,calc(100vw - 24px));display:grid;gap:2px;overflow-x:hidden;overflow-y:auto;border:1px solid var(--border-subtle, #e5e5ea);border-radius:var(--radius-surface, 12px);padding:5px;color:var(--text-primary, #1d1d1f);background:#fff;box-shadow:0 18px 46px #00000024;scrollbar-width:thin}.report-select-option{box-sizing:border-box;width:100%;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:0;border-radius:8px;padding:7px 9px;color:var(--text-primary, #1d1d1f);background:transparent;cursor:pointer;font:inherit;font-size:var(--text-control, 13px);font-weight:var(--weight-regular, 400);text-align:left;white-space:nowrap}.report-select-option:hover:not(:disabled),.report-select-option.active:not(:disabled){background:var(--surface-hover, #f5f5f7)}.report-select-option.selected{font-weight:var(--weight-medium, 500);background:var(--surface-selected, #ededf0)}.report-select-option:focus-visible{outline:2px solid var(--focus-color, #0071e3);outline-offset:-2px}.report-select-option:disabled{cursor:not-allowed;color:var(--text-disabled, #aeaeb2)}.report-select-option-copy small{color:var(--text-tertiary, #86868b);font-size:var(--text-meta, 11px);font-weight:var(--weight-regular, 400)}.report-select-check{width:16px;color:var(--text-primary, #1d1d1f)}.report-select-menu-compact .report-select-option{min-height:32px;padding:5px 8px;font-size:var(--text-label, 12px)}.report-select-metric{display:block;padding:0}.report-select-metric>.report-select-trigger{height:100%;min-height:inherit;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border:0;border-radius:inherit;padding:8px 10px;color:inherit;background:transparent;box-shadow:none}.report-select-metric>.report-select-trigger:hover:not(:disabled),.report-select-metric.open>.report-select-trigger,.report-select-metric>.report-select-trigger:focus-visible{border:0;color:inherit;background:transparent;box-shadow:none}.report-select-metric .report-select-value{display:grid;align-content:center;gap:2px}.report-select-metric .report-select-value small,.report-select-metric .report-select-value strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:720px){.report-select-filter>.report-select-trigger{min-height:var(--report-control-height, 44px)}}@media(prefers-reduced-motion:reduce){.report-select-chevron{transition:none}}.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;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:not(.rdp-selected){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}.report-date-range-picker{min-width:0;width:100%}.report-date-range-trigger{box-sizing:border-box;width:100%;min-height:var(--report-control-height, 40px);display:flex;align-items:center;gap:var(--space-8, 8px);border:1px solid var(--border-control, #d2d2d7);border-radius:var(--radius-control, 10px);padding:0 var(--space-12, 12px);color:var(--text-primary, #1d1d1f);background:var(--surface-primary, #ffffff);box-shadow:none;cursor:pointer;font:inherit;font-size:var(--text-control, 13px);font-weight:var(--weight-regular, 400);line-height:18px;text-align:left;transition:none}.report-date-range-trigger:hover:not(:disabled),.report-date-range-trigger[data-state=open]{border-color:var(--border-control-hover, #aeb0b5);color:var(--text-primary, #1d1d1f);background:var(--surface-primary, #ffffff)}.report-date-range-trigger:focus-visible{outline:none;border-color:var(--focus-color, #0071e3);box-shadow:var(--focus-ring, 0 0 0 3px rgba(0, 113, 227, .22))}.report-date-range-trigger:disabled{cursor:not-allowed;opacity:.52}.report-date-range-icon{width:16px;height:16px;flex:0 0 16px;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary, #6e6e73)}.report-date-range-values{min-width:0;flex:1 1 auto;display:inline-flex;align-items:center;gap:var(--space-8, 8px);overflow:hidden;color:var(--text-primary, #1d1d1f);font-size:var(--text-control, 13px);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.report-date-range-separator{color:var(--text-tertiary, #86868b)}.report-date-range-chevron{flex:0 0 auto;color:var(--text-tertiary, #86868b);transition:none}.report-date-range-trigger[data-state=open] .report-date-range-chevron{transform:rotate(180deg)}.report-date-popover{z-index:10000;box-sizing:border-box;width:min(704px,calc(100vw - 28px));overflow:hidden;border:1px solid rgba(26,29,34,.13);border-radius:16px;color:var(--text-primary, #1d1d1f);background:#fff;box-shadow:0 24px 65px #14181e2e,0 4px 16px #14181e14;font-family:inherit}.report-date-popover-head{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #eceef1;padding:11px 14px 11px 18px}.report-date-popover-head>div{min-width:0;display:grid;gap:4px}.report-date-popover-head strong{color:var(--text-primary, #1d1d1f);font-size:var(--text-body, 15px);font-weight:var(--weight-semibold, 600)}.report-date-popover-head span{overflow:hidden;color:var(--text-secondary, #6e6e73);font-size:var(--text-label, 12px);font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.report-date-popover-summary.is-selecting-end{width:fit-content;border-radius:6px;padding:2px 7px;color:var(--text-primary, #1d1d1f);background:#eff0f2;font-size:var(--text-control, 13px);font-weight:var(--weight-semibold, 600)}.report-date-popover button{font-family:inherit}.report-date-popover-close{width:32px;height:32px;flex:0 0 32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;padding:0;color:var(--text-secondary, #6e6e73);background:transparent;cursor:pointer}.report-date-popover-close:hover{color:var(--text-primary, #1d1d1f);background:var(--surface-secondary, #f5f5f7)}.report-date-popover-close:focus-visible,.report-date-presets button:focus-visible,.report-date-popover-foot button:focus-visible{outline:2px solid var(--focus-color, #0071e3);outline-offset:2px}.report-date-popover-body{display:grid;grid-template-columns:116px minmax(0,1fr);gap:20px;padding:16px 18px 18px}.report-date-presets{display:grid;align-content:start;gap:5px;border-right:1px solid #eceef1;padding-right:14px}.report-date-presets button{position:relative;min-height:50px;display:grid;justify-items:start;gap:2px;border:0;border-radius:10px;padding:8px 26px 8px 10px;color:var(--text-primary, #1d1d1f);background:transparent;cursor:pointer;text-align:left}.report-date-presets button:hover{background:#f4f5f6}.report-date-presets button.active{color:var(--text-primary, #1d1d1f);background:#edeef0}.report-date-presets button>span{font-size:var(--text-control, 13px);font-weight:var(--weight-semibold, 600)}.report-date-presets button>small{color:var(--text-tertiary, #86868b);font-size:var(--text-meta, 11px)}.report-date-presets button>svg{position:absolute;top:10px;right:9px}.report-date-calendar.rdp-root{--rdp-accent-color: #17191d;--rdp-accent-background-color: #edeef0;--rdp-day-height: 36px;--rdp-day-width: 36px;--rdp-day_button-height: 32px;--rdp-day_button-width: 32px;--rdp-day_button-border-radius: 9px;--rdp-day_button-border: 1px solid transparent;--rdp-selected-border: 1px solid transparent;--rdp-months-gap: 24px;--rdp-nav_button-height: 32px;--rdp-nav_button-width: 32px;--rdp-nav-height: 38px;--rdp-range_middle-background-color: #eeeff1;--rdp-range_middle-color: #24282e;--rdp-range_start-date-background-color: #17191d;--rdp-range_end-date-background-color: #17191d;--rdp-today-color: #111318;width:100%;margin:0;color:var(--text-primary, #1d1d1f);font-size:var(--text-label, 12px)}.report-date-calendar .rdp-months{max-width:none;flex-wrap:nowrap;justify-content:space-between}.report-date-calendar .rdp-month{flex:1 1 0}.report-date-calendar .rdp-month_grid{width:100%;table-layout:fixed}.report-date-calendar .rdp-month_caption{align-items:center;color:#20242a;font-size:var(--text-control, 13px);font-weight:var(--weight-semibold, 600)}.report-date-calendar .rdp-nav{gap:2px}.report-date-calendar .rdp-button_next,.report-date-calendar .rdp-button_previous{border-radius:9px;color:#575e68}.report-date-calendar .rdp-button_next:hover,.report-date-calendar .rdp-button_previous:hover{background:#f0f1f3}.report-date-calendar .rdp-chevron{width:15px;fill:currentColor}.report-date-calendar .rdp-weekday{color:var(--text-tertiary, #86868b);font-size:var(--text-meta, 11px);font-weight:var(--weight-medium, 500)}.report-date-calendar .rdp-day_button{position:relative;margin:auto;font-size:var(--text-label, 12px);font-variant-numeric:tabular-nums;touch-action:manipulation;transition:none}.report-date-calendar .rdp-day:not(.rdp-disabled):not(.rdp-selected) .rdp-day_button:hover{color:#171a1f;background:#f0f1f3}.report-date-calendar .rdp-selected{font-size:inherit;font-weight:var(--weight-semibold, 600)}.report-date-calendar .rdp-selected:not(.rdp-range_start):not(.rdp-range_middle):not(.rdp-range_end) .rdp-day_button{color:#fff;background:#17191d}.report-date-calendar .rdp-range_middle .rdp-day_button:hover{background:#e4e6e9}.report-date-calendar .rdp-range_start .rdp-day_button:hover,.report-date-calendar .rdp-range_end .rdp-day_button:hover{color:#fff;background:#17191d}.report-date-calendar .rdp-day:not(.rdp-disabled) .rdp-day_button:active{color:#171a1f;background:#dfe1e4;transform:scale(.92)}.report-date-calendar .rdp-range_start .rdp-day_button:active,.report-date-calendar .rdp-range_end .rdp-day_button:active{color:#fff;background:#17191d}.report-date-calendar .rdp-outside{opacity:.34}.report-date-calendar .rdp-today:not(.rdp-selected):not(.rdp-disabled) .rdp-day_button{font-weight:var(--weight-semibold, 600)}.report-date-calendar .rdp-today:not(.rdp-selected):not(.rdp-disabled) .rdp-day_button:after{position:absolute;bottom:3px;left:50%;width:3px;height:3px;border-radius:50%;background:currentColor;content:"";transform:translate(-50%)}.report-date-calendar .rdp-day_button:focus-visible,.report-date-calendar .rdp-button_next:focus-visible,.report-date-calendar .rdp-button_previous:focus-visible{outline:2px solid var(--focus-color, #0071e3);outline-offset:1px}.report-date-popover-foot{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #eceef1;padding:10px 14px 10px 18px;background:#fbfbfc}.report-date-popover-foot>span{color:var(--text-tertiary, #86868b);font-size:var(--text-meta, 11px)}.report-date-popover-foot>div{display:flex;gap:7px}.report-date-popover-foot button{min-width:70px;min-height:36px;border:1px solid #d9dce1;border-radius:10px;padding:0 14px;cursor:pointer;font-size:var(--text-label, 12px);font-weight:var(--weight-semibold, 600)}.report-date-cancel{color:#4b515a;background:#fff}.report-date-cancel:hover{border-color:#bfc4cb;background:#f5f6f7}.report-date-apply{border-color:#17191d!important;color:#fff;background:#17191d}.report-date-apply:hover:not(:disabled){background:#292c32}.report-date-apply:disabled{border-color:#d6d9de!important;color:#a0a5ad;background:#eceef0;cursor:not-allowed}@media(max-width:760px){.report-date-popover{width:min(360px,calc(100vw - 20px))}.report-date-calendar.rdp-root{--rdp-day-height: 39px;--rdp-day-width: 39px;--rdp-day_button-height: 35px;--rdp-day_button-width: 35px}.report-date-popover-body{grid-template-columns:minmax(0,1fr);gap:12px;padding:12px 14px 15px}.report-date-presets{grid-template-columns:repeat(3,1fr);gap:5px;border-right:0;border-bottom:1px solid #eceef1;padding:0 0 11px}.report-date-presets button{min-height:42px;justify-items:center;padding:7px 5px;text-align:center}.report-date-presets button>small,.report-date-presets button>svg{display:none}.report-date-popover-foot{padding-left:14px}.report-date-popover-foot>span{display:none}.report-date-popover-foot>div{width:100%}.report-date-popover-foot button{flex:1}}.report-filter-bar{container-type:inline-size;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:var(--space-12);border:1px solid var(--border-subtle);border-radius:var(--radius-surface);padding:var(--space-12);background:var(--surface-primary)}.report-filter-bar__fields{min-width:0;display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--space-12)}.report-filter-bar__actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-8)}.report-filter-bar__meta{grid-column:1 / -1;min-width:0;color:var(--text-tertiary);font-size:var(--text-meta);font-weight:var(--weight-regular);line-height:14px}.report-field{min-width:0;display:grid;align-content:end;gap:6px}.report-field__label{min-width:0;overflow:hidden;color:var(--text-secondary);font-size:var(--text-label);font-weight:var(--weight-medium);line-height:16px;text-overflow:ellipsis;white-space:nowrap}.report-field__control,.report-field__control>*{min-width:0;width:100%}.report-field__message{color:var(--text-tertiary);font-size:var(--text-meta);line-height:14px}.report-field__message--error{color:var(--status-danger)}.report-control{min-height:var(--report-control-height)}.report-search-field__control{width:100%;display:flex;align-items:center;gap:var(--space-8);border:1px solid var(--border-control);border-radius:var(--radius-control);padding:0 var(--space-12);color:var(--text-secondary);background:var(--surface-primary);transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.report-search-field__control:hover:not(:focus-within){border-color:var(--border-control-hover)}.report-search-field__control:focus-within{border-color:var(--focus-color);box-shadow:var(--focus-ring)}.report-search-field__icon{flex:0 0 auto;color:var(--text-tertiary)}.report-search-field__control input{min-width:0;height:100%;flex:1 1 auto;border:0;outline:0;padding:0;color:var(--text-primary);background:transparent;font:inherit;font-size:var(--text-control);font-weight:var(--weight-regular);line-height:18px}.report-search-field__control input::placeholder{color:var(--text-placeholder);opacity:1}.report-search-field__control:has(input:disabled){color:var(--text-disabled);background:var(--surface-disabled)}.report-search-field__clear{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center;border:0;border-radius:999px;padding:0;color:var(--text-secondary);background:transparent;cursor:pointer}.report-search-field__clear:hover{color:var(--text-primary);background:var(--surface-hover)}.ui-button{min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-8);border:1px solid transparent;border-radius:var(--radius-control);padding:0 var(--space-16);cursor:pointer;font:inherit;font-size:var(--text-control);font-weight:var(--weight-semibold);line-height:18px;white-space:nowrap;transition:background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease,transform 80ms ease}.ui-button--control{min-height:var(--report-control-height)}.ui-button--compact{min-height:32px;border-radius:8px;padding-inline:var(--space-12)}.ui-button--icon{width:var(--report-control-height);min-height:var(--report-control-height);padding:0}.ui-button--navigation{min-height:36px;padding-inline:var(--space-12)}.ui-button--primary{color:var(--text-inverse);background:var(--action-primary)}.ui-button--primary:hover:not(:disabled){background:var(--action-primary-hover)}.ui-button--secondary{border-color:var(--border-control);color:var(--text-primary);background:var(--surface-primary)}.ui-button--secondary:hover:not(:disabled),.ui-button--ghost:hover:not(:disabled){background:var(--surface-hover)}.ui-button--ghost{color:var(--text-secondary);background:transparent}.ui-button--danger{border-color:var(--status-danger-border);color:var(--status-danger);background:var(--status-danger-surface)}.ui-button:focus-visible,.report-search-field__clear:focus-visible{outline:0;box-shadow:var(--focus-ring)}.ui-button:active:not(:disabled){transform:translateY(1px)}.ui-button:disabled{cursor:not-allowed;opacity:.46}.ui-button__icon{display:inline-flex;flex:0 0 auto}.ui-button__icon svg{width:16px;height:16px}@container (max-width: 720px){.report-filter-bar{grid-template-columns:minmax(0,1fr)}.report-filter-bar__fields,.report-filter-bar__actions,.report-field{width:100%}.report-filter-bar__fields>*,.report-filter-bar__actions>*{width:100%;flex-basis:100%}}@media(max-width:720px){:root{--report-control-height: 44px}}@media(prefers-reduced-motion:reduce){.ui-button,.report-search-field__control{transition:none}}.shop-picker{box-sizing:border-box;min-width:0;width:100%;align-self:center;border:0;background:transparent;box-shadow:none}.shop-picker__trigger{box-sizing:border-box;width:100%;min-width:0;min-height:var(--report-control-height, 40px);display:flex;align-items:center;gap:var(--space-8, 8px);border:1px solid var(--border-control, #d2d2d7);border-radius:var(--radius-control, 10px);padding:0 var(--space-12, 12px);color:var(--text-primary, #1d1d1f);background:var(--surface-primary, #ffffff);box-shadow:none;cursor:pointer;font:inherit;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.shop-picker__trigger:hover{border-color:var(--border-control-hover, #aeb0b5);background:var(--surface-primary, #ffffff)}.shop-picker__trigger:focus-visible,.shop-picker__trigger[data-state=open]{border-color:var(--focus-color, #0071e3);outline:0;box-shadow:var(--focus-ring, 0 0 0 3px rgba(0, 113, 227, .22))}.shop-picker__trigger>svg:first-child{flex:0 0 auto;color:var(--text-secondary, #6e6e73)}.shop-picker__trigger-value{min-width:0;overflow:hidden;color:var(--text-primary, #1d1d1f);font-size:var(--text-control, 13px);font-weight:var(--weight-regular, 400);text-overflow:ellipsis;white-space:nowrap}.shop-picker__count{flex:0 0 auto;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:0 5px;color:var(--text-secondary, #6e6e73);background:var(--surface-secondary, #f5f5f7);font-size:var(--text-meta, 11px);font-weight:var(--weight-semibold, 600);font-variant-numeric:tabular-nums}.shop-picker__chevron{flex:0 0 auto;margin-left:auto;color:var(--text-tertiary, #86868b);transition:transform .15s ease}.shop-picker__trigger[data-state=open] .shop-picker__chevron{transform:rotate(180deg)}.shop-picker__content{z-index:1000;box-sizing:border-box;width:min(400px,calc(100vw - 24px));overflow:hidden;border:1px solid #dfe2e7;border-radius:14px;color:var(--text-primary, #1d1d1f);background:#fff;box-shadow:0 24px 64px #14182024,0 4px 14px #1418200f;transform-origin:var(--radix-popover-content-transform-origin);animation:shop-picker-enter .15s cubic-bezier(.22,1,.36,1);font-family:inherit}.shop-picker__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 18px 12px}.shop-picker__header>div{min-width:0;display:grid;gap:3px}.shop-picker__header strong{color:var(--text-primary, #1d1d1f);font-size:var(--text-body, 15px);font-weight:var(--weight-semibold, 600)}.shop-picker__header span{color:var(--text-secondary, #6e6e73);font-size:var(--text-label, 12px)}.shop-picker__search{min-height:40px;display:flex;align-items:center;gap:9px;margin:0 12px 10px;border:1px solid #dfe2e7;border-radius:10px;padding:0 11px;color:#858b94;background:#f8f9fa;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.shop-picker__search:focus-within{border-color:var(--focus-color, #0071e3);background:#fff;box-shadow:var(--focus-ring, 0 0 0 3px rgba(0, 113, 227, .22))}.shop-picker__search input{min-width:0;flex:1 1 auto;border:0;outline:0;color:var(--text-primary, #1d1d1f);background:transparent;font:inherit;font-size:var(--text-control, 13px)}.shop-picker__search input::placeholder{color:var(--text-placeholder, #86868b)}.shop-picker__options{padding:0 8px 8px}.shop-picker__option{box-sizing:border-box;width:100%;min-height:46px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;border:0;border-radius:9px;padding:6px 10px;color:#30353c;background:transparent;cursor:pointer;font:inherit;text-align:left;transition:background-color .12s ease,color .12s ease}.shop-picker__option:hover:not(:disabled),.shop-picker__option:focus-visible{outline:0;background:#f2f3f5}.shop-picker__option.is-selected{color:#171a1f;background:#f4f5f6}.shop-picker__option:disabled{cursor:not-allowed;opacity:.46}.shop-picker__option--all{border-bottom:1px solid #eceef1;border-radius:9px 9px 3px 3px;margin-bottom:4px}.shop-picker__check{box-sizing:border-box;width:18px;height:18px;display:grid;place-items:center;border:1px solid #c6cad1;border-radius:5px;color:#fff;background:#fff}.shop-picker__option.is-selected .shop-picker__check{border-color:#22262c;background:#22262c}.shop-picker__option-copy{min-width:0;display:grid;gap:2px}.shop-picker__option-copy strong{overflow:hidden;color:inherit;font-size:var(--text-control, 13px);font-weight:var(--weight-medium, 500);text-overflow:ellipsis;white-space:nowrap}.shop-picker__option-copy small,.shop-picker__option-count{color:var(--text-tertiary, #86868b);font-size:var(--text-meta, 11px);font-weight:var(--weight-regular, 400)}.shop-picker__option-count{min-width:22px;text-align:right;font-variant-numeric:tabular-nums}.shop-picker__list{max-height:min(276px,var(--radix-popover-content-available-height, 276px));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d4d7dc transparent}.shop-picker__empty{display:grid;min-height:92px;place-items:center;color:var(--text-tertiary, #86868b);font-size:var(--text-control, 13px)}.shop-picker__footer{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #eceef1;padding:0 12px 0 18px;background:#fafafb}.shop-picker__footer>span{min-width:0;overflow:hidden;color:var(--text-secondary, #6e6e73);font-size:var(--text-label, 12px);text-overflow:ellipsis;white-space:nowrap}.shop-picker__footer>div{display:flex;gap:7px}.shop-picker__button{min-width:64px;height:34px;border:1px solid #d4d8de;border-radius:9px;padding:0 13px;cursor:pointer;font:inherit;font-size:var(--text-control, 13px);font-weight:var(--weight-semibold, 600);transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.shop-picker__button:focus-visible{outline:0;box-shadow:var(--focus-ring, 0 0 0 3px rgba(0, 113, 227, .22))}.shop-picker__button--secondary{color:#444a52;background:#fff}.shop-picker__button--secondary:hover{border-color:#b8bdc5;background:#f4f5f6}.shop-picker__button--primary{border-color:#1b1e23;color:#fff;background:#1b1e23}.shop-picker__button--primary:hover:not(:disabled){border-color:#30343a;background:#30343a}.shop-picker__button:disabled{cursor:not-allowed;opacity:.42}.shop-picker__arrow{fill:#fff;filter:drop-shadow(0 -1px 0 #dfe2e7)}@keyframes shop-picker-enter{0%{opacity:0;transform:scale(.98) translateY(-3px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:520px){.shop-picker__content{width:calc(100vw - 20px)}.shop-picker__footer{padding-left:12px}}@media(prefers-reduced-motion:reduce){.shop-picker__content{animation:none}}.shop-data-report-view{--report-control-height: 40px;flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:var(--space-4, 16px)}.shop-data-report-head{align-items:flex-end}.shop-data-metric-field{flex:0 1 320px}.shop-data-period-field{flex:0 1 310px}.shop-data-metric-selector{box-sizing:border-box;height:var(--report-control-height);display:inline-flex;align-items:center;gap:var(--space-1, 4px);width:100%;border:1px solid var(--studio-border);border-radius:var(--radius-control, 10px);padding:3px;background:var(--studio-surface)}.shop-data-metric-selector .ui-button{flex:1 1 0;min-width:0;box-shadow:none;white-space:nowrap}.shop-data-period-field .report-date-range-trigger{box-sizing:border-box;height:var(--report-control-height);min-height:0}.shop-data-report-actions{display:flex;align-items:center;align-self:flex-end}.shop-data-preparing-hint{padding:10px 12px;border:1px solid var(--studio-border);border-radius:var(--radius-surface, 12px);background:var(--studio-surface-soft);color:var(--studio-muted);font-size:var(--font-size-control, 13px);line-height:var(--line-height-control, 18px)}.shop-data-refresh-icon.is-loading{animation:shop-data-refresh-spin .8s linear infinite}@keyframes shop-data-refresh-spin{to{transform:rotate(360deg)}}.shop-data-table-wrap{flex:0 0 auto;min-height:220px;overflow:auto;border:1px solid var(--studio-border);border-radius:var(--radius-surface, 12px);background:var(--studio-surface)}.shop-data-table{min-width:1180px;table-layout:fixed}.shop-data-table th,.shop-data-table td{width:92px;padding-right:9px;padding-left:9px;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.shop-data-table th{color:var(--studio-muted);font-size:var(--font-size-label, 12px);line-height:var(--line-height-label, 16px);font-weight:600}.shop-data-table td{color:var(--studio-ink);font-size:var(--font-size-control, 13px);line-height:var(--line-height-control, 18px);font-weight:400}.shop-data-table th:nth-child(2),.shop-data-table td:nth-child(2){width:112px}.shop-data-table th:nth-child(3),.shop-data-table td:nth-child(3){width:230px;text-align:center}.shop-data-table .shop-data-sticky-column{position:sticky;left:0;z-index:2;width:180px;box-shadow:1px 0 0 var(--studio-border);text-align:left;background:var(--studio-surface)}.shop-data-table thead .shop-data-sticky-column{z-index:3;background:var(--studio-surface-soft)}.shop-data-table tbody .shop-data-sticky-column strong,.shop-data-total-cell strong{color:var(--studio-ink);font-weight:600}.shop-data-total-cell strong{font-size:var(--font-size-body, 15px);line-height:var(--line-height-body, 24px)}.shop-data-day-cell{font-weight:500}.shop-data-chart-placeholder{display:inline-flex;align-items:center;justify-content:center;width:100%;color:var(--studio-muted)}.shop-data-sparkline{width:210px;height:52px;display:block;margin:0 auto;overflow:visible;color:var(--studio-muted)}.shop-data-sparkline polyline{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.shop-data-sparkline circle{fill:var(--studio-surface);stroke:currentColor;stroke-width:2}@media(prefers-reduced-motion:reduce){.shop-data-refresh-icon.is-loading{animation:none}}@container report-surface (max-width: 720px){.shop-data-report-head{align-items:stretch}.shop-data-metric-field,.shop-data-period-field,.shop-data-report-actions,.shop-data-report-actions .ui-button{width:100%;flex-basis:100%}}@media(max-width:720px){.shop-data-report-view{--report-control-height: 44px}.shop-data-report-head{align-items:stretch}.shop-data-metric-field,.shop-data-period-field,.shop-data-report-actions,.shop-data-report-actions .ui-button{width:100%;flex-basis:100%}}.sku-report-view{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:12px;min-width:0}.sku-report-heading{min-width:0}.sku-report-filters .sku-shop-filter{flex:0 1 230px}.sku-report-filters .sku-date-filter{flex:0 1 360px}.sku-report-filters .sku-keyword-filter{flex:1 1 220px;min-width:200px}.sku-report-freshness{color:var(--text-tertiary, #86868b);font-size:var(--font-size-meta, 11px);line-height:var(--line-height-meta, 14px);font-variant-numeric:tabular-nums}.report-metrics.sku-report-metrics{grid-template-columns:repeat(5,minmax(0,1fr)) minmax(190px,1.45fr) minmax(0,1fr);gap:8px}.sku-table-wrap{flex:1 1 auto;min-height:0;min-width:0;overflow:auto;scrollbar-gutter:stable;border:1px solid #e0e6ef;border-radius:12px;background:#fff}.sku-analysis-table{width:100%;min-width:1380px;border-collapse:separate;border-spacing:0}.sku-analysis-table th,.sku-analysis-table td{border-bottom:1px solid #edf0f5;padding:12px 14px;text-align:left;vertical-align:middle}.sku-analysis-table th{position:sticky;top:0;z-index:3;background:#f8fafc;color:#536176;font-size:12px;font-weight:600;white-space:nowrap}.sku-analysis-table th:first-child,.sku-analysis-table td:first-child{position:sticky;left:0;z-index:2;background:#fff}.sku-analysis-table th:first-child{z-index:4;background:#f8fafc}.sku-analysis-table th button{border:0;background:transparent;color:inherit;display:inline-flex;align-items:center;gap:5px;padding:0;cursor:pointer}.sku-analysis-table th button.active{color:#111318}.sku-analysis-table tbody tr:hover td{background:#f7f8f9}.sku-analysis-table tbody tr:last-child td{border-bottom:0}.sku-image-cell{width:54px}.sku-image-cell img,.sku-image-cell>span{width:42px;height:42px;border-radius:8px;border:1px solid #e5eaf1;background:#f5f7fa;object-fit:cover;display:inline-flex;align-items:center;justify-content:center;color:#9aa6b6}.sku-id-cell,.sku-title-cell,.sku-shop-cell,.sku-number-cell{display:grid;gap:4px}.sku-id-cell strong,.sku-title-cell strong,.sku-shop-cell strong,.sku-number-cell strong{color:#202a39;font-size:13px;font-weight:600}.sku-id-cell span,.sku-title-cell span,.sku-shop-cell span{color:#68778d;font-size:12px}.sku-id-cell small{color:#97a2b1;font-size:11px}.sku-title-cell{max-width:250px}.sku-title-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sku-number-cell{min-width:92px;text-align:right;justify-items:end}.sku-metric-delta{font-size:11px;font-variant-numeric:tabular-nums}.sku-metric-delta.up{color:#ef4b4b}.sku-metric-delta.flat{color:#8d98a8}.sku-msku-display{display:flex;align-items:center;gap:6px;min-width:132px}.sku-msku-display>span{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.sku-msku-display .matched{color:#334155}.sku-msku-display .unmatched{color:#e58a27}.sku-msku-display button,.sku-msku-editor button{width:26px;height:26px;border:1px solid #dce3ec;border-radius:6px;background:#fff;color:#6c7a90;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sku-msku-editor{display:grid;gap:5px;min-width:160px}.sku-msku-editor input{width:155px;height:30px;border:1px solid #aeb4bd;border-radius:6px;padding:0 8px;outline:none}.sku-msku-editor>div{display:flex;gap:5px}.sku-msku-error{color:#d84a4a;font-size:11px}.sku-table-empty{padding:46px 20px;color:#8b97a8;text-align:center}.sku-pagination{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;color:#788598;font-size:12px}.sku-pagination-controls,.sku-pagination-page-size,.sku-pagination-actions{display:flex;align-items:center}.sku-pagination-controls{justify-content:flex-end;gap:14px}.sku-pagination-page-size,.sku-pagination-actions{gap:10px}.sku-pagination-page-size-select{width:72px}.sku-pagination strong{color:#4a586c;font-weight:600}@media(max-width:640px){.sku-pagination{align-items:flex-start;flex-direction:column;gap:10px}.sku-pagination-controls{width:100%;justify-content:space-between;flex-wrap:wrap}}.sku-msku-editor input:focus{border-color:var(--studio-primary);box-shadow:0 0 0 3px var(--studio-focus)}.sku-table-wrap{border-color:var(--studio-border);border-radius:12px;background:#fffffff5;box-shadow:none}.sku-analysis-table th,.sku-analysis-table td{border-bottom-color:#e8eaed}.sku-analysis-table th,.sku-analysis-table th:first-child{color:#555c66;background:#f4f5f7}.sku-analysis-table th button.active{color:var(--studio-ink)}.sku-analysis-table tbody tr:hover td,.sku-analysis-table tbody tr:hover td:first-child{background:#f7f8f9}.sku-image-cell img,.sku-image-cell>span{border-color:var(--studio-border);border-radius:10px;color:#858b94;background:#f1f2f4}.sku-id-cell strong,.sku-title-cell strong,.sku-shop-cell strong,.sku-number-cell strong,.sku-msku-display .matched,.sku-pagination strong{color:var(--studio-ink)}.sku-id-cell span,.sku-title-cell span,.sku-shop-cell span,.sku-id-cell small,.sku-table-empty{color:var(--studio-muted)}.sku-msku-display button,.sku-msku-editor button{border-color:var(--studio-border);color:#5b626c;background:#fff}.sku-msku-editor input{border-color:var(--studio-border-strong)}@media(max-width:980px){.report-metrics.sku-report-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:720px){.sku-report-filters .sku-shop-filter,.sku-report-filters .sku-date-filter,.sku-report-filters .sku-keyword-filter{width:100%;min-width:0;flex:1 1 100%}.report-metrics.sku-report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.report-metrics.sku-report-metrics{grid-template-columns:1fr}}.report-table.video-report-table{width:100%;min-width:1060px}.report-table-wrap.video-report-table-wrap{flex:1 1 360px;display:flex;flex-direction:column;min-height:360px;overflow:hidden}.video-report-table-scroll{flex:1 1 auto;min-height:0;overflow:auto}.video-preview-cell{width:74px}.video-preview-thumb,.video-preview-link{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8e4df;border-radius:6px;color:#25282d;background:#f7f8fa;cursor:pointer;text-decoration:none}.video-preview-thumb{position:relative;width:54px;height:72px;overflow:hidden;padding:0}.video-preview-thumb img{width:100%;height:100%;object-fit:cover}.video-preview-play{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:#fff;background:#0f1115c7}.video-preview-link{width:58px;height:34px;gap:4px;padding:0 8px;font-weight:600}.video-preview-link span{color:inherit;font-size:12px}.video-preview-empty{display:inline-flex;width:58px;height:34px;align-items:center;justify-content:center;border:1px dashed #d8e4df;border-radius:6px;background:#f7f8fa;color:#9aa5a0}.report-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e3ebe7;padding:10px 4px 0;color:#6d7974;font-size:12px}.report-pagination-actions{display:inline-flex;align-items:center;gap:8px}.report-pagination-actions button{display:inline-flex;min-width:74px;height:32px;align-items:center;justify-content:center;gap:4px;border:1px solid #d8e4df;border-radius:6px;color:#25282d;background:#fff;cursor:pointer;font:inherit;font-weight:600}.report-pagination-actions button:hover:not(:disabled){border-color:#9097a1;background:#f2f3f5}.report-pagination-actions button:disabled{color:#a9b4af;background:#f6f8f7;cursor:not-allowed}.report-pagination-actions strong{min-width:78px;color:#273d36;text-align:center}@media(max-width:640px){.report-pagination{align-items:stretch;flex-direction:column}.report-pagination-actions{justify-content:space-between}}.video-preview-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:#0f111594}.video-preview-modal{display:flex;width:min(420px,calc(100vw - 48px));max-height:calc(100vh - 48px);flex-direction:column;gap:12px;border:1px solid #d8e4df;border-radius:8px;padding:14px;background:#fff;box-shadow:0 22px 70px #0f111547}.video-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.video-preview-header strong,.video-preview-header span{display:block;overflow:hidden;text-overflow:ellipsis}.video-preview-header strong{max-width:310px;color:#15171a;font-size:15px}.video-preview-header span{color:#7a8580;font-size:12px}.video-preview-header button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border:1px solid #d8e4df;border-radius:6px;color:#314740;background:#fff;cursor:pointer}.video-preview-modal iframe,.video-preview-image{width:100%;max-height:min(680px,calc(100vh - 180px));border:0;border-radius:8px;background:#eef0f3}.video-preview-modal iframe{aspect-ratio:9 / 16}.video-preview-image{object-fit:cover}.video-preview-open{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;border-radius:6px;color:#fff;background:#111318;font-weight:600;text-decoration:none}.orders-report-shell{min-height:0;display:flex;flex-direction:column;gap:14px;padding:clamp(14px,1.35vw,26px);overflow:hidden auto;background:#f7faf8}.report-filter-band,.report-shop-row,.report-metrics{display:flex;align-items:center}.orders-report-body{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(220px,15vw,300px);align-items:stretch;gap:clamp(16px,1.8vw,32px)}.orders-report-main{min-width:0;min-height:0;display:flex;flex-direction:column;gap:14px}.report-filter-band button,.report-auth-strip button,.report-shop-row button{border:1px solid #cbd8d3;border-radius:8px;color:#1f3d36;background:#fff;cursor:pointer}.report-auth-strip{display:flex;align-items:center;justify-content:space-between;border:1px solid #f0cf8a;border-radius:8px;padding:10px 12px;color:#6b4b05;background:#fff7de}.report-auth-strip button{min-height:32px;display:inline-flex;align-items:center;gap:6px;border-color:#a46b00;padding:0 12px;color:#fff;background:#a46b00;font-weight:600}.report-tabs{display:inline-flex;width:fit-content;gap:4px;border:1px solid #cbd8d3;border-radius:8px;padding:4px;background:#fff}.report-tab-row{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap}.report-tabs button{min-height:32px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:6px;padding:0 11px;color:#586861;background:transparent;cursor:pointer;font-weight:600;white-space:nowrap}.report-tabs button.active{color:#fff;background:#2f6f5e}.report-filter-band{flex-wrap:wrap;gap:10px;border:1px solid #d8e4df;border-radius:8px;padding:12px;background:#fff}.report-filter-band label,.report-filter-band select{min-height:36px;display:inline-flex;align-items:center;gap:7px;border:1px solid #d4ddd9;border-radius:8px;padding:0 10px;color:#495852;background:#fbfdfc}.report-filter-band input,.report-filter-band select{border:0;outline:0;color:#263b35;background:transparent;font:inherit}.report-search{flex:1 1 220px}.report-search input{width:100%}.report-filter-band button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 16px;color:#fff;background:#2f6f5e;font-weight:700}.report-inline-filter-band{flex:1 1 460px;min-width:0;border:0;padding:0;background:transparent}.report-inline-filter-band label{min-height:34px}.report-inline-filter-band:not(.report-order-toolbar){flex:1 0 100%}.report-inline-filter-band:not(.report-order-toolbar) label{flex:0 0 188px;gap:6px;padding:0 10px}.report-inline-filter-band:not(.report-order-toolbar) label input{min-width:0}.report-inline-filter-band:not(.report-order-toolbar) label input[type=date]{width:146px}.report-inline-filter-band:not(.report-order-toolbar) .video-account-type-filter{flex-basis:142px}.video-account-type-filter select{min-width:0;width:98px}.report-inline-filter-band:not(.report-order-toolbar) button{flex:0 0 auto}.report-inline-filter-band button{min-height:34px;padding:0 14px}.report-filter-dimension{min-height:34px;display:inline-flex;align-items:center;padding:0 4px;color:#486158;font-size:13px;font-weight:700;white-space:nowrap}.report-order-shop-field{flex:1 1 184px}.report-order-date-field{flex:1 1 276px}.report-order-status-field{flex:0 1 160px}.report-order-search-field{flex:1 1 240px}.report-filter-band .report-reset-button{border-color:#cbd8d3;color:#2f6f5e;background:#fff}.report-filter-band .report-reset-button:hover:not(:disabled){border-color:#2f6f5e;background:#edf6f2}.report-shop-row{min-height:38px;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px}.report-shop-row button{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;white-space:nowrap}.report-shop-row button.active{border-color:#2f6f5e;color:#fff;background:#2f6f5e}.report-shop-aside{align-self:start;min-width:0;min-height:0;display:flex;flex-direction:column;gap:10px;border:1px solid #d8e4df;border-radius:8px;padding:12px;background:#fff}.report-shop-aside-head{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px}.report-shop-aside-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#2f6f5e;background:#ecf5f1}.report-shop-aside-head div,.report-shop-card-copy{min-width:0;display:grid;gap:3px}.report-shop-aside-head strong,.report-shop-card strong{min-width:0;overflow:hidden;color:#17372f;text-overflow:ellipsis;white-space:nowrap}.report-shop-aside-head span,.report-shop-card span,.report-shop-empty{min-width:0;overflow:hidden;color:#66726c;font-size:12px;line-height:1.35;text-overflow:ellipsis}.report-shop-list{min-height:0;display:grid;align-content:start;gap:8px;overflow:auto}.report-shop-list-title{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#5b6863;font-size:12px;font-weight:600}.report-shop-list-title strong{color:#2f6f5e}.report-shop-card,.report-shop-empty{border:1px solid #d9ded6;border-radius:8px;padding:9px;background:#f8faf8}.report-shop-card{display:grid;gap:9px}.report-shop-card span{white-space:nowrap}.report-shop-actions{display:grid;gap:7px}.report-shop-action,.report-shop-card-action{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #2f6f5e;border-radius:8px;padding:7px 10px;font-weight:600;cursor:pointer}.report-shop-card-action{color:#2f6f5e;background:#fff}.report-shop-card-action svg,.report-shop-card-action span{color:inherit}.report-shop-name-line{min-width:0;display:flex;align-items:center;gap:5px}.report-shop-name-line strong{flex:1 1 auto}.report-shop-name-edit{flex:0 0 auto;width:24px;height:24px;display:grid;place-items:center;border:1px solid transparent;border-radius:7px;color:#2f6f5e;background:transparent;cursor:pointer}.report-shop-name-edit:hover{border-color:#cbd8d3;background:#edf6f2}.report-shop-name-form{display:grid;grid-template-columns:minmax(0,1fr) 30px 30px;gap:6px}.report-shop-name-form input{min-width:0;min-height:30px;border:1px solid #cbd8d3;border-radius:8px;padding:0 9px;color:#17372f;background:#fff;outline:0;font:inherit}.report-shop-name-form input:focus{border-color:#2f6f5e;box-shadow:0 0 0 2px #2f6f5e24}.report-shop-name-form button{width:30px;height:30px;display:grid;place-items:center;border:1px solid #cbd8d3;border-radius:8px;color:#2f6f5e;background:#fff;cursor:pointer}.report-shop-name-form button:hover:not(:disabled){border-color:#2f6f5e;color:#fff;background:#2f6f5e}.report-shop-card-action:disabled,.report-shop-name-form button:disabled{cursor:not-allowed;opacity:.55}.report-shop-name-error{color:#9b1c1c;white-space:normal}.report-shop-action.primary{color:#fff;background:#2f6f5e}.report-shop-action.secondary{color:#2f6f5e;background:#fff}.report-shop-action:hover,.report-shop-card-action:hover{color:#fff;background:#285d50}.report-metrics{display:grid;grid-template-columns:180px 180px minmax(300px,420px);gap:10px;justify-content:start}.video-report-view{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:10px}.video-report-view .report-filter-band{gap:8px;padding:8px 10px}.video-report-metrics{width:100%;grid-template-columns:repeat(auto-fit,minmax(136px,1fr));justify-content:stretch}.video-report-metrics .report-gmv-metric{grid-column:span 2}.report-metric{min-width:0;min-height:70px;box-sizing:border-box;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;border:1px solid #d8e4df;border-radius:8px;padding:10px;background:#fff}.report-metric>span{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;color:#2f6f5e;background:#ecf5f1}.report-metric small,.report-metric strong{display:block;min-width:0}.report-metric small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#77847f;font-size:12px}.report-metric strong{color:#17201d;font-size:20px;line-height:1.2;overflow-wrap:anywhere}.report-gmv-metric{grid-template-columns:auto minmax(0,1fr)}.report-gmv-copy{min-width:0;display:grid;gap:3px}.report-gmv-head{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px}.report-gmv-select{position:relative;flex:0 0 auto;max-width:80px;min-width:72px;color:#343941;font:inherit;font-size:12px;font-weight:600}.report-gmv-select>button{width:100%;min-height:26px;display:inline-flex;align-items:center;justify-content:space-between;gap:4px;border:1px solid #cbd0d7;border-radius:7px;padding:0 6px;color:#343941;background:#fff;font:inherit;font-size:12px;font-weight:600;cursor:pointer}.report-gmv-select>button:hover,.report-gmv-select.open>button,.report-gmv-select>button:focus-visible{border-color:#8f959e;outline:0;box-shadow:0 0 0 3px #1113181a}.report-gmv-select.open>button svg{transform:rotate(180deg)}.report-gmv-options{position:absolute;z-index:40;top:calc(100% + 5px);right:0;min-width:108px;display:grid;gap:3px;border:1px solid #d5d8de;border-radius:9px;padding:4px;background:#fff;box-shadow:0 14px 34px #11131829}.report-gmv-options button{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;border-radius:6px;padding:0 8px;color:#454b54;background:transparent;cursor:pointer;font:inherit;font-size:12px;font-weight:600}.report-gmv-options button:hover,.report-gmv-options button:focus-visible{outline:0;color:#111318;background:#eceef1}.report-gmv-options button.selected{color:#fff;background:#111318}.report-metric .report-gmv-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;font-variant-numeric:tabular-nums}.report-error{border:1px solid #efb2b2;border-radius:8px;padding:10px 12px;color:#8d2727;background:#fff2f2}.report-warning{display:grid;gap:8px;border:1px solid #f0d49b;border-radius:8px;padding:10px 12px;color:#705015;background:#fff8e8}.report-warning div{display:flex;flex-wrap:wrap;gap:6px}.report-warning strong{color:#51370c}.report-card-selector{position:relative;min-width:0}.report-card-selector-trigger{position:relative;width:100%;min-height:70px;padding-right:36px;cursor:pointer;font:inherit;text-align:left}.report-card-selector-trigger.active,.report-card-selector-trigger:hover{border-color:#2f6f5e;background:#f8fcfa}.report-card-selector-chevron{position:absolute;top:50%;right:12px;color:#6d7b75;transform:translateY(-50%);transition:transform .16s ease}.report-card-selector-trigger.active .report-card-selector-chevron{transform:translateY(-50%) rotate(180deg)}.report-card-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20;width:min(620px,calc(100vw - 72px));display:grid;gap:8px;border:1px solid #bfd6ce;border-radius:8px;padding:10px;background:#fff;box-shadow:0 18px 46px #1f3d3629}.report-card-menu-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.report-card-menu-head strong{color:#17372f;font-size:13px}.report-card-menu-head button,.report-card-all-option{border:1px solid #cbd8d3;border-radius:8px;color:#2f6f5e;background:#fff;cursor:pointer;font:inherit;font-weight:600}.report-card-menu-head button{min-height:30px;padding:0 12px}.report-card-menu-head button:disabled{cursor:not-allowed;opacity:.5}.report-card-menu-search{min-width:0;min-height:36px;display:flex;align-items:center;gap:8px;border:1px solid #d4ddd9;border-radius:8px;padding:0 10px;color:#5f6f68;background:#fbfdfc}.report-card-menu-search input{min-width:0;flex:1 1 auto;border:0;outline:0;color:#263b35;background:transparent;font:inherit}.report-card-all-option{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:36px;padding:0 11px}.report-card-all-option small{color:#77847f}.report-card-all-option.active,.report-card-menu-head button:hover:not(:disabled),.report-card-all-option:hover{border-color:#2f6f5e;color:#fff;background:#2f6f5e}.report-card-all-option.active small,.report-card-all-option:hover small{color:#dcebe6}.report-card-menu-list{max-height:336px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:auto;padding-right:2px}.report-card-menu-empty{grid-column:1 / -1;border:1px dashed #cbd8d3;border-radius:8px;padding:14px;color:#66726c;text-align:center;font-weight:700}.report-card-option{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;border:1px solid #d8e4df;border-radius:8px;padding:8px;color:#263b35;background:#fff;cursor:pointer}.report-card-option.active,.report-card-option:hover{border-color:#2f6f5e;background:#edf6f2}.report-card-option input{width:16px;height:16px;margin:2px 0 0;accent-color:#2f6f5e}.report-card-option-copy{min-width:0;display:grid;gap:4px}.report-card-option-title{display:flex;align-items:center;gap:6px}.report-card-option-title strong{flex:1 1 auto}.report-card-option-copy strong,.report-card-option-copy span,.report-card-option-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-card-option-copy strong{color:#17372f}.report-card-option-copy span,.report-card-option-copy small{color:#64716c;font-size:11px;font-weight:700}.report-table-wrap{flex:1 1 auto;min-height:0;border:1px solid #d8e4df;border-radius:8px;overflow:auto;background:#fff}.orders-table-wrap{display:flex;flex-direction:column;overflow:hidden}.orders-table-scroll{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-gutter:stable}.report-table{width:100%;min-width:900px;border-collapse:separate;border-spacing:0;color:#243631;font-size:13px}.report-table th,.report-table td{border-bottom:1px solid #e4ebe8;padding:12px 14px;text-align:left;white-space:nowrap}.report-table th{position:sticky;top:0;z-index:1;color:#5b6863;background:#f4f8f6;font-weight:600}.report-sort-button{box-sizing:border-box;min-height:24px;width:92px;display:inline-grid;grid-template-columns:max-content 16px;align-items:center;justify-content:start;column-gap:4px;border:0;padding:0;color:inherit;background:transparent;cursor:pointer;font:inherit;font-weight:600}.report-sort-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.report-sort-button svg{display:block;color:#9aa7a2}.report-sort-button.active,.report-sort-button.active svg,.report-sort-button:hover,.report-sort-button:hover svg{color:#2f6f5e}.report-table td:first-child{min-width:190px}.report-table td strong,.report-table td span{display:block}.report-table td span{color:#7a8580;font-size:12px}.video-report-table{width:100%;min-width:1152px;table-layout:fixed}.video-report-table th,.video-report-table td{padding:8px}.video-report-table th:first-child,.video-report-table td:first-child{width:148px;min-width:0;max-width:148px}.video-report-table th:nth-child(2),.video-report-table td:nth-child(2){width:138px}.video-report-table th:nth-child(3),.video-report-table td:nth-child(3){width:92px}.video-report-table th:nth-child(4),.video-report-table td:nth-child(4){width:78px}.video-report-table th:nth-child(5),.video-report-table td:nth-child(5){width:180px}.video-report-table th:nth-child(6),.video-report-table td:nth-child(6){width:164px}.video-report-table th:nth-child(7),.video-report-table td:nth-child(7){width:82px}.video-report-table th:nth-child(8),.video-report-table td:nth-child(8){width:112px}.video-title-cell{max-width:180px}.video-report-table td:first-child strong,.video-report-table td:first-child span,.video-account-cell,.video-title-cell strong,.video-title-cell span{overflow:hidden;text-overflow:ellipsis}.report-status-pill{display:inline-flex;width:fit-content;border-radius:999px;padding:3px 8px;color:#235549;background:#eaf4f0;font-weight:700}.video-author-type-pill{display:inline-flex;flex:0 0 auto;width:fit-content;border-radius:999px;padding:3px 8px;line-height:1.2;font-weight:700}.video-author-type-pill.official{color:#245f49;background:#e6f5ee}.video-author-type-pill.channel{color:#525861;background:#eceef1}.video-author-type-pill.affiliate{color:#8b4b16;background:#fff1df}.video-author-type-pill.unknown{color:#69736f;background:#edf0ef}.report-card-option-copy .video-author-type-pill{padding:2px 6px;font-size:11px}.report-empty{height:180px;color:#7a8580;text-align:center}@media(max-width:760px){.orders-report-shell{padding:14px;overflow:auto}.orders-report-body{grid-template-columns:minmax(0,1fr)}.report-shop-aside{order:-1}.report-metrics{grid-template-columns:1fr}.video-report-metrics .report-gmv-metric{grid-column:span 1}.report-tabs{width:100%}.report-tab-row{align-items:stretch}.report-tabs button{flex:1 1 0;justify-content:center}.report-inline-filter-band{flex-basis:100%}.report-card-menu{width:100%}.report-card-menu-list{grid-template-columns:1fr}}.video-library-view{gap:12px}.video-library-heading,.video-library-freshness,.video-library-view-tabs,.video-library-filter-actions,.video-library-row-actions,.video-library-detail-actions{display:flex;align-items:center}.video-library-heading{justify-content:space-between;gap:16px}.video-library-freshness{color:#64716c;font-size:12px;font-weight:700}.video-library-freshness{gap:7px;border:1px solid #d8e4df;border-radius:999px;padding:6px 8px 6px 10px;background:#fff}.video-library-freshness button{width:28px;height:28px;display:inline-grid;place-items:center;border:0;border-radius:50%;color:#2f6f5e;background:#edf6f2;cursor:pointer}.video-library-freshness .video-library-export-button{width:auto;display:inline-flex;grid:none;align-items:center;gap:4px;border-radius:7px;padding:0 8px;font:inherit;font-size:11px;font-weight:600}.video-library-freshness .video-library-sync-button{width:auto;display:inline-flex;grid:none;align-items:center;gap:5px;border-radius:7px;padding:0 9px;color:#fff;background:#16876d;font:inherit;font-size:11px;font-weight:600}.video-library-sync-control{position:relative}.video-library-sync-chevron{margin-top:-2px;font-size:13px;line-height:1}.video-library-sync-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:30;min-width:126px;overflow:hidden;border:1px solid #d8e4df;border-radius:9px;padding:4px;background:#fff;box-shadow:0 10px 28px #11131829}.video-library-freshness .video-library-sync-menu button{width:100%;height:32px;display:flex;justify-content:flex-start;border-radius:6px;padding:0 10px;color:#434a52;background:transparent;font:inherit;font-size:12px;font-weight:600;white-space:nowrap}.video-library-freshness .video-library-sync-menu button:hover,.video-library-freshness .video-library-sync-menu button.active{color:#116b57;background:#edf6f2}.video-library-freshness .video-library-sync-button:disabled{cursor:not-allowed;opacity:.55}.video-library-sync-notice{border:1px solid #cfe6dc;border-radius:8px;padding:9px 12px;color:#286149;background:#edf7f2;font-size:12px;font-weight:700}.video-library-sync-status{border-radius:999px;padding:3px 7px;color:#286149;background:#e5f4ec;font-size:11px}.video-library-sync-status.partial{color:#89511d;background:#fff1df}.video-library-sync-status.failed{color:#9b3939;background:#fdeaea}.video-library-view-tabs{width:fit-content;gap:4px;border:1px solid #d8e4df;border-radius:8px;padding:3px;background:#fff}.video-library-view-tabs button{min-height:34px;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:6px;padding:0 12px;color:#5f6f68;background:transparent;cursor:pointer;font:inherit;font-weight:600}.video-library-view-tabs button.active{color:#fff;background:#2f7664}.video-library-filters{display:grid;grid-template-columns:minmax(210px,1.4fr) repeat(2,minmax(110px,.9fr)) repeat(2,minmax(130px,1fr)) max-content;align-items:end;gap:8px;border:1px solid #d8e4df;border-radius:8px;padding:10px;background:#fff}.video-library-search{grid-column:auto}.video-library-filters-creators{grid-template-columns:minmax(210px,1.2fr) minmax(110px,.8fr) repeat(2,minmax(130px,1fr)) max-content}.video-library-filters>label{min-width:0;display:grid;gap:5px}.video-library-filters>label>span{color:#64716c;font-size:11px;font-weight:600}.video-library-filters select,.video-library-filters input,.video-library-search>div,.video-library-date-input{box-sizing:border-box;min-width:0;min-height:36px;border:1px solid #d4ddd9;border-radius:7px;color:#263b35;background:#fbfdfc;font:inherit}.video-library-filters select,.video-library-filters input{width:100%;padding:0 9px}.video-library-search>div,.video-library-date-input{display:flex;align-items:center;gap:7px;padding-left:9px;color:#75817c}.video-library-search>div input,.video-library-date-input input{border:0;outline:0;background:transparent}.video-library-filter-actions{gap:6px}.video-library-filter-actions button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #2f7664;border-radius:7px;padding:0 11px;color:#fff;background:#2f7664;cursor:pointer;font:inherit;font-weight:600;white-space:nowrap}.video-library-filter-actions .report-reset-button{color:#2f6f5e;background:#fff}.video-library-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:clamp(4px,.45vw,8px)}.video-library-summary>button,.video-library-summary>article,.video-library-summary>.report-gmv-metric,.video-library-summary>.video-type-metric,.video-library-summary-static,.video-library-summary .report-card-selector-trigger{box-sizing:border-box;min-width:0;border:1px solid #d8e4df;border-radius:8px;color:#263b35;background:#fff}.video-library-summary>button{display:grid;gap:2px;text-align:left;cursor:pointer;font:inherit}.video-library-summary>article{display:grid;align-content:center;gap:2px}.video-library-summary>.report-gmv-metric{grid-column:span 2}.video-library-summary>.report-gmv-metric>span{width:30px;height:30px}.video-library-summary>button span,.video-library-summary>article span,.video-type-metric small,.video-library-summary-static span{color:#69766f;font-size:11px;font-weight:600}.video-library-summary>button strong,.video-library-summary>article strong,.video-type-metric strong,.video-library-summary-static strong{color:#17372f;font-size:20px}.video-library-summary>button.active,.video-type-metric.active{border-color:#2f7664;box-shadow:inset 0 0 0 1px #2f7664;background:#edf6f2}.video-type-metric{position:relative;display:grid;align-content:center;gap:2px;padding-right:30px;cursor:pointer}.video-type-metric small,.video-type-metric strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-type-metric select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.video-type-metric-chevron{position:absolute;top:50%;right:9px;color:#6d7b75;pointer-events:none;transform:translateY(-50%)}.video-type-metric:focus-within,.video-type-metric:hover{border-color:#2f7664;background:#f8fcfa}.video-library-summary>button.affiliate.active{border-color:#c77a31;box-shadow:inset 0 0 0 1px #c77a31;background:#fff7ed}.video-library-summary>button.official.active{border-color:#3e8b6d}.video-library-summary>button.channel.active{border-color:#9da3ac;box-shadow:inset 0 0 0 1px #9da3ac;background:#f3f4f6}.video-library-summary-static{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:3px 7px}.video-library-summary-static strong{grid-column:2}.video-library-performance-card strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.video-library-active-filter{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #c9ded5;border-radius:8px;padding:8px 10px;color:#285d50;background:#edf6f2;font-size:12px;font-weight:600}.video-library-active-filter button{border:0;color:#2f6f5e;background:transparent;cursor:pointer;font:inherit;font-weight:600}.video-library-table-wrap.loading{opacity:.72}.video-library-table-wrap{display:flex;flex-direction:column;overflow:hidden}.video-library-table-scroll{flex:1 1 auto;min-height:0;overflow:auto;scrollbar-gutter:stable}.video-library-table,.video-creator-table{table-layout:fixed}.video-library-table{min-width:2425px}.report-authorization-card{border:1px solid var(--border, #dbe4e1);border-radius:14px;background:#fff;overflow:hidden}.report-authorization-head,.report-authorization-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px;background:#f7faf9}.report-authorization-head>div{display:grid;gap:3px;min-width:0}.authorization-status{width:fit-content;border-radius:999px;padding:2px 7px;font-size:11px;color:#66736f;background:#e9efed}.authorization-status.active{color:#17614f;background:#dff3eb}.authorization-status.revoked,.authorization-status.reauth_required{color:#9a5a0a;background:#fff0d5}.report-authorization-shops{display:grid;gap:8px;padding:8px}.report-shop-card.disabled,.report-shop-card.authorization_disabled,.report-shop-card.deleted,.report-shop-card.removed{opacity:.68}.report-shop-name-line>div{display:grid;gap:2px}.report-shop-name-line span{font-size:11px;color:#75827e}.report-shop-row-actions,.report-authorization-actions{display:flex;flex-wrap:wrap;gap:6px}.report-shop-row-actions button,.report-authorization-actions button{display:inline-flex;align-items:center;gap:4px;border:1px solid #cedad6;border-radius:8px;padding:5px 7px;color:#31584e;background:#fff;cursor:pointer}.report-shop-row-actions button.danger,.report-authorization-actions button.danger{color:#a33c35;border-color:#efd0cc}.report-shop-row-actions button:disabled,.report-authorization-actions button:disabled{cursor:not-allowed;opacity:.5}.video-library-table th:first-child,.video-library-table td:first-child{width:250px}.video-library-table th:nth-child(2),.video-library-table td:nth-child(2){width:150px}.video-library-table th:nth-child(3),.video-library-table td:nth-child(3){width:190px}.video-library-table th:nth-child(4),.video-library-table td:nth-child(4){width:220px}.video-library-table th:nth-child(5),.video-library-table td:nth-child(5){width:170px}.video-library-table th:nth-child(6),.video-library-table td:nth-child(6){width:105px}.video-library-table th:nth-child(7),.video-library-table td:nth-child(7){width:95px}.video-library-table th:nth-child(8),.video-library-table td:nth-child(8){width:95px}.video-library-table th:nth-child(9),.video-library-table td:nth-child(9){width:95px}.video-library-table th:nth-child(10),.video-library-table td:nth-child(10),.video-library-table th:nth-child(11),.video-library-table td:nth-child(11){width:135px}.video-library-table th:nth-child(12),.video-library-table td:nth-child(12){width:175px}.video-library-table th:nth-child(13),.video-library-table td:nth-child(13){width:330px}.video-library-table th:nth-child(14),.video-library-table td:nth-child(14){width:180px}.video-library-table th:nth-child(15),.video-library-table td:nth-child(15){width:100px}.video-creator-table{min-width:1190px}.video-creator-table th:nth-child(1),.video-creator-table td:nth-child(1){width:240px}.video-creator-table th:nth-child(2),.video-creator-table td:nth-child(2){width:100px}.video-creator-table th:nth-child(3),.video-creator-table td:nth-child(3){width:110px}.video-creator-table th:nth-child(4),.video-creator-table td:nth-child(4){width:135px}.video-creator-table th:nth-child(5),.video-creator-table td:nth-child(5){width:135px}.video-creator-table th:nth-child(6),.video-creator-table td:nth-child(6){width:165px}.video-creator-table th:nth-child(7),.video-creator-table td:nth-child(7){width:190px}.video-creator-table th:nth-child(8),.video-creator-table td:nth-child(8){width:115px}.video-library-table td:nth-child(n+4),.video-creator-table td:nth-child(n+3){font-variant-numeric:tabular-nums}.video-library-action-column{position:sticky!important;right:0;z-index:2;border-left:1px solid #dce6e1;background:#fff;box-shadow:-8px 0 14px -14px #142a248c}th.video-library-action-column{z-index:4;background:#f4f8f6}.video-library-table tbody tr:hover .video-library-action-column,.video-creator-table tbody tr:hover .video-library-action-column{background:#f8fbf9}.video-library-table td,.video-library-video-cell{vertical-align:middle}.video-library-video-cell>div{display:inline-block;width:calc(100% - 67px);vertical-align:middle}.video-library-video-cell>:not(div){margin-right:9px;vertical-align:middle}.video-library-shop-cell,.video-library-creator-cell,.video-library-product-cell{min-width:0}.video-library-video-cell strong,.video-library-video-cell span,.video-library-shop-cell strong,.video-library-shop-cell span,.video-library-creator-cell strong,.video-library-creator-cell>span:not(.video-author-type-pill),.video-library-product-cell strong,.video-library-product-cell span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-library-video-cell strong{max-width:225px}.video-library-video-cell .video-library-duration{color:#405c53;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.video-library-video-cell .video-library-tags{color:#467166;font-size:11px}.video-library-stale{color:#a26125!important;font-size:11px!important;font-weight:600}.video-library-row-actions{gap:6px}.video-library-row-actions button,.video-library-row-actions a{width:30px;height:30px;display:inline-grid;place-items:center;border:1px solid #d4ddd9;border-radius:7px;color:#2f6f5e;background:#fff;cursor:pointer}.video-library-pagination{flex-wrap:wrap;gap:10px}.video-library-pagination>label{display:flex;align-items:center;gap:5px;color:#64716c;font-size:12px;font-weight:700}.video-library-pagination select{min-height:30px;border:1px solid #d4ddd9;border-radius:6px;color:#263b35;background:#fff}.video-library-detail{width:min(920px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;border-radius:12px;padding:16px;background:#fff;box-shadow:0 28px 72px #142a2447}.video-library-detail>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #e1e9e5;padding-bottom:12px}.video-library-detail>header>div{min-width:0;display:grid;gap:5px}.video-library-detail>header strong,.video-library-detail>header small{overflow-wrap:anywhere}.video-library-detail>header button{width:34px;height:34px;display:grid;place-items:center;border:1px solid #d8e4df;border-radius:8px;color:#53645d;background:#fff;cursor:pointer}.video-library-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding-top:14px}.video-library-detail-grid>section{min-width:0;border:1px solid #e0e9e5;border-radius:9px;padding:12px}.video-library-detail-grid h3{margin:0 0 10px;color:#17372f;font-size:15px}.video-library-detail-grid dl{margin:0}.video-library-detail-grid dl>div{display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px;border-bottom:1px solid #edf1ef;padding:6px 0}.video-library-detail-grid dt{color:#718078}.video-library-detail-grid dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#263b35;font-weight:700}.video-library-detail-actions{flex-wrap:wrap;gap:7px;margin-top:12px}.video-library-detail-actions button,.video-library-detail-actions a{min-height:34px;display:inline-flex;align-items:center;gap:6px;border:1px solid #2f7664;border-radius:7px;padding:0 10px;color:#2f6f5e;background:#fff;cursor:pointer;font:inherit;font-weight:600;text-decoration:none}.video-library-detail-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.video-library-detail-metrics article{display:grid;gap:3px;border-radius:7px;padding:9px;background:#f4f8f6}.video-library-detail-metrics span,.video-library-scope-note,.video-library-detail-products article span{color:#6c7973;font-size:11px}.video-library-daily-section{grid-column:1 / -1}.video-library-daily-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.video-library-daily-heading h3{display:flex;align-items:center;gap:6px;margin-bottom:4px}.video-library-daily-heading p,.video-library-daily-coverage{margin:0;color:#6c7973;font-size:11px}.video-library-daily-range{display:flex;align-items:flex-end;gap:7px}.video-library-daily-range label{display:grid;gap:4px;color:#6c7973;font-size:11px}.video-library-daily-range input,.video-library-daily-range button{min-height:34px;border:1px solid #d8e4df;border-radius:7px;padding:0 9px;color:#263b35;background:#fff;font:inherit}.video-library-daily-range button{display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-weight:700}.video-library-daily-range button:disabled{cursor:wait;opacity:.6}.video-library-daily-error{margin-bottom:10px;border:1px solid #e8caca;border-radius:7px;padding:8px 10px;color:#934444;background:#fff7f7;font-size:12px}.video-library-daily-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:9px}.video-library-daily-summary article{display:grid;gap:3px;border-radius:7px;padding:9px;background:#f4f8f6}.video-library-daily-summary span{color:#6c7973;font-size:11px}.video-library-daily-coverage{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:9px}.video-library-daily-coverage.complete{color:#39705f}.video-library-daily-coverage.incomplete{color:#8a6333}.video-library-daily-table-wrap{overflow:auto;border:1px solid #e0e9e5;border-radius:8px}.video-library-daily-table{width:100%;border-collapse:collapse;font-size:12px}.video-library-daily-table th,.video-library-daily-table td{border-bottom:1px solid #edf1ef;padding:8px 10px;text-align:right;white-space:nowrap}.video-library-daily-table th:first-child,.video-library-daily-table td:first-child{text-align:left}.video-library-daily-table tbody tr:last-child td{border-bottom:0}.video-library-daily-status{display:inline-flex;border-radius:999px;padding:2px 7px;color:#6c7973;background:#edf1ef;font-size:11px;font-weight:700}.video-library-daily-status.complete{color:#39705f;background:#eaf5f1}.video-library-daily-status.partial{color:#8a6333;background:#fff4df}.video-library-detail-products article{display:grid;gap:3px;border-bottom:1px solid #edf1ef;padding:7px 0}.video-library-detail-skus{display:flex;flex-wrap:wrap;gap:5px;margin-top:3px}.video-library-detail-skus small{border-radius:999px;padding:3px 7px;color:#315c50;background:#edf6f2;font-size:11px;font-weight:700}.video-library-product-channel-performance{display:grid;gap:8px;margin-top:7px;border:1px solid #dce9e4;border-radius:8px;padding:9px;background:#f7faf9}.video-library-product-channel-performance>div{display:grid;gap:2px}.video-library-product-channel-performance>div>strong{color:#285d50;font-size:11px}.video-library-product-channel-performance>div>small{color:#7b8882;font-size:11px}.video-library-product-channel-performance dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 10px;margin:0}.video-library-product-channel-performance dl>div{display:flex;justify-content:space-between;gap:8px}.video-library-product-channel-performance dt{color:#718079;font-size:11px}.video-library-product-channel-performance dd{margin:0;color:#243f37;font-size:11px;font-weight:600}.video-library-detail-tags>div{display:flex;flex-wrap:wrap;gap:6px}.video-library-detail-tags span{border-radius:999px;padding:4px 8px;color:#315c50;background:#edf6f2;font-size:11px;font-weight:700}@media(max-width:1180px){.video-library-filters-videos{grid-template-columns:repeat(3,minmax(0,1fr))}.video-library-filter-actions{align-self:end}}@media(max-width:760px){.video-library-heading{align-items:flex-start;flex-direction:column}.video-library-freshness{width:100%;box-sizing:border-box;justify-content:space-between}.video-library-view-tabs,.video-library-view-tabs button{width:100%}.video-library-filters,.video-library-detail-grid{grid-template-columns:1fr}.video-library-daily-heading,.video-library-daily-range{align-items:stretch;flex-direction:column}.video-library-daily-summary,.video-library-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.video-library-search{grid-column:span 1}.video-library-filter-actions button{flex:1 1 0}.video-library-summary .report-card-selector{width:100%}}@media(max-width:480px){.video-library-summary{grid-template-columns:1fr}.video-library-summary>.report-gmv-metric{grid-column:span 1}}.orders-report-shell{gap:16px;padding:18px;background:transparent}.orders-report-body{gap:18px}.orders-report-main{gap:12px}.report-tabs{border-color:var(--studio-border);border-radius:12px;padding:4px;background:#fffffff0;box-shadow:0 8px 24px #1b1f260e}.report-tabs button{border-radius:9px;color:#646a73}.report-tabs button:hover{color:var(--studio-ink);background:#f1f2f4}.report-tabs button.active{color:#fff;background:var(--studio-primary);box-shadow:0 6px 15px #11131829}.report-tabs button:focus-visible{outline:2px solid #8f959e;outline-offset:2px}.report-filter-band,.report-shop-aside,.report-metric,.report-table-wrap,.video-library-filters,.video-library-summary>*,.video-library-detail-panel{border-color:var(--studio-border);background:#fffffff2;box-shadow:0 8px 26px #1b1f260b}.report-filter-band,.report-shop-aside,.report-table-wrap,.video-library-filters,.video-library-detail-panel{border-radius:12px}.report-filter-band label,.report-filter-band select,.report-card-selector-trigger,.report-shop-row button{border-color:var(--studio-border);border-radius:10px;color:#454b54;background:#f8f9fa}.report-filter-band label:focus-within,.report-card-selector-trigger.active,.report-card-selector-trigger:hover,.report-shop-row button:hover{border-color:var(--studio-border-strong);box-shadow:0 0 0 3px var(--studio-focus)}.report-filter-band button,.report-shop-row button.active,.report-shop-action.primary,.report-authorization-add{border-color:var(--studio-primary);color:#fff;background:var(--studio-primary)}.report-filter-band button:hover:not(:disabled),.report-shop-row button.active:hover,.report-shop-action.primary:hover,.report-authorization-add:hover{background:var(--studio-primary-hover)}.report-filter-band .report-reset-button,.report-shop-action.secondary,.report-shop-card-action{border-color:var(--studio-border-strong);color:#2d3239;background:#fff}.report-filter-band .report-reset-button:hover:not(:disabled),.report-shop-action.secondary:hover,.report-shop-card-action:hover{border-color:#aeb4bd;color:var(--studio-ink);background:#f2f3f5}.report-metric{min-height:84px;border-radius:12px}.report-metric>span,.report-shop-aside-icon{color:#252a30;background:#f0f1f3}.report-metric small,.report-shop-aside-head span,.report-shop-card span,.report-shop-empty{color:var(--studio-muted)}.report-metric strong,.report-shop-aside-head strong,.report-shop-card strong{color:var(--studio-ink)}.report-shop-aside{padding:14px}.report-authorization-card,.report-shop-card,.report-shop-empty{border-color:var(--studio-border);border-radius:11px;background:#f7f8f9}.report-card-menu{border-color:var(--studio-border);border-radius:12px;background:#fff;box-shadow:0 18px 46px #1b1f2624}.report-table th,.sku-analysis-table th{color:#555c66;background:#f4f5f7}.report-table tbody tr:hover td{background:#f7f8f9}.report-warning{border-color:#ead9ac;border-radius:11px;color:#79591d;background:#fff9e9}.report-error{border-radius:11px}@media(max-width:760px){.orders-report-shell{padding:12px}}.report-filter-dimension,.report-order-toolbar label span,.report-shop-list-title,.report-shop-list-title strong,.report-table td strong,.video-library-freshness,.video-library-filters>label>span,.video-library-summary>button span,.video-library-summary>article span,.video-type-metric small,.video-library-summary-static span,.video-library-video-cell .video-library-duration,.video-library-video-cell .video-library-tags,.video-library-detail-grid h3,.video-library-detail-grid dd,.video-library-product-channel-performance>div>strong,.video-library-product-channel-performance dd{color:#555c66}.report-sort-button.active,.report-sort-button.active svg,.report-sort-button:hover,.report-sort-button:hover svg{color:var(--studio-ink)}.report-card-selector-trigger.active,.report-card-selector-trigger:hover,.video-type-metric:focus-within,.video-type-metric:hover{border-color:#8f959e;background:#f3f4f6;box-shadow:0 0 0 3px var(--studio-focus)}.report-card-menu-head button,.report-card-all-option,.video-library-active-filter button,.video-library-row-actions button,.video-library-row-actions a,.video-library-detail-actions button,.video-library-detail-actions a{border-color:var(--studio-border-strong);color:#3f454d;background:#fff}.report-card-all-option.active,.report-card-menu-head button:hover:not(:disabled),.report-card-all-option:hover{border-color:var(--studio-primary);color:#fff;background:var(--studio-primary)}.report-card-all-option.active small,.report-card-all-option:hover small{color:#e7e9ec}.report-card-option.active,.report-card-option:hover{border-color:#8f959e;color:var(--studio-ink);background:#f1f2f4}.report-card-option input{accent-color:var(--studio-primary)}.video-author-type-pill.official{color:#4c535c;background:#eceef1}.video-library-view-tabs button{color:#5d646d}.video-library-view-tabs button.active{color:#fff;background:var(--studio-primary);box-shadow:0 5px 14px #11131824}.video-library-freshness button,.video-library-freshness .video-library-export-button{border:1px solid var(--studio-border);color:#434a52;background:#f4f5f7}.video-library-freshness .video-library-sync-button{border-color:var(--studio-primary);color:#fff;background:var(--studio-primary)}.video-library-freshness .video-library-sync-button:hover:not(:disabled){background:var(--studio-primary-hover)}.video-library-filter-actions button{border-color:var(--studio-primary);color:#fff;background:var(--studio-primary)}.video-library-filter-actions button:hover:not(:disabled){background:var(--studio-primary-hover)}.video-library-filter-actions .report-reset-button{border-color:var(--studio-border-strong);color:#3f454d;background:#fff}.video-library-filter-actions .report-reset-button:hover:not(:disabled){border-color:#9da3ac;color:var(--studio-ink);background:#f1f2f4}.video-library-summary>button,.video-library-summary>article,.video-library-summary>.report-gmv-metric,.video-library-summary>.video-type-metric,.video-library-summary-static,.video-library-summary .report-card-selector-trigger{color:#363c44}.video-library-summary>button strong,.video-library-summary>article strong,.video-type-metric strong,.video-library-summary-static strong{color:var(--studio-ink)}.video-library-summary>button.active,.video-library-summary>button.affiliate.active,.video-library-summary>button.official.active,.video-library-summary>button.channel.active,.video-type-metric.active{border-color:#7f858e;box-shadow:inset 0 0 0 1px #7f858e;background:#eef0f2}.video-library-active-filter{border-color:var(--studio-border);color:#444b54;background:#f3f4f6}.video-library-pagination select,.video-library-filters select{color:#343941;background:#fff}.video-library-action-column{border-left-color:var(--studio-border);box-shadow:-8px 0 14px -14px #11131859}th.video-library-action-column{background:#f4f5f7}.video-library-table tbody tr:hover .video-library-action-column,.video-creator-table tbody tr:hover .video-library-action-column{background:#f7f8f9}.video-library-detail{box-shadow:0 28px 72px #1113183d}.video-library-detail-skus small,.video-library-detail-tags span{color:#4e555e;background:#eceef1}.video-library-product-channel-performance{border-color:var(--studio-border);background:#f7f8f9}.report-shop-name-edit,.report-shop-name-form button,.report-shop-row-actions button,.report-authorization-actions button{border-color:var(--studio-border-strong);color:#424951;background:#fff}.report-shop-name-edit:hover,.report-shop-name-form button:hover:not(:disabled),.report-shop-row-actions button:hover:not(:disabled),.report-authorization-actions button:hover:not(:disabled){border-color:#9da3ac;color:var(--studio-ink);background:#f1f2f4}.report-shop-row-actions button.danger,.report-authorization-actions button.danger{border-color:#efd0cc;color:#a33c35;background:snow}.authorization-status.active,.video-library-sync-status{color:#17614f;background:#dff3eb}.video-library-sync-notice{border-color:#cfe6dc;color:#286149;background:#edf7f2}.sku-metric-delta.down{color:#6d737c}.workspace-report .report-entry-button small,.orders-report-shell,.orders-report-shell input,.orders-report-shell select,.orders-report-shell textarea,.orders-report-shell .report-table,.orders-report-shell .report-card-menu-search input,.orders-report-shell .report-pagination,.orders-report-shell .report-pagination label,.orders-report-shell .report-pagination span,.orders-report-shell .report-pagination strong,.orders-report-shell .report-pagination-actions{color:#4f5660}.orders-report-shell .report-table{color:#34383e}.orders-report-shell input,.orders-report-shell select,.orders-report-shell textarea{border-color:#c9cdd4}.orders-report-shell .report-card-selector-chevron,.orders-report-shell .video-type-metric-chevron,.orders-report-shell .video-library-search>div,.orders-report-shell .video-library-search .lucide-search,.orders-report-shell .video-library-date-input,.orders-report-shell .video-library-date-input svg,.orders-report-shell .report-table .lucide-chevrons-up-down{color:#747b85;stroke:currentColor}.orders-report-shell .report-card-menu-search{border-color:#cfd3d9;color:#747b85}.orders-report-shell .video-library-view-tabs,.orders-report-shell .video-library-freshness,.orders-report-shell .video-library-performance-card,.orders-report-shell .report-gmv-metric,.orders-report-shell .report-pagination-actions button,.orders-report-shell .report-metric.report-card-selector-trigger{border-color:#d7dbe1}.orders-report-shell .authorization-status.active,.orders-report-shell .video-library-sync-status.success,.orders-report-shell .video-library-sync-notice.success{border-color:#17614f;color:#17614f;background:#dff3eb}.report-select{position:relative;min-width:0;color:#343941;font:inherit}.report-select-trigger{box-sizing:border-box;width:100%;min-height:36px;display:flex;align-items:center;gap:8px;border:1px solid #d7dbe1;border-radius:10px;padding:0 11px;color:#343941;background:#fff;box-shadow:none;cursor:pointer;font:inherit;font-size:13px;font-weight:600;text-align:left;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}.report-select-trigger:hover:not(:disabled){border-color:#b9bec6;color:#20242a;background:#fafafa}.report-select.open>.report-select-trigger,.report-select-trigger:focus-visible{border-color:#8f959e;outline:0;color:#20242a;background:#fff;box-shadow:0 0 0 3px var(--studio-focus, rgba(17, 19, 24, .1))}.report-select-trigger:disabled{cursor:not-allowed;opacity:.52}.report-select-leading,.report-select-chevron,.report-select-check{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.report-select-leading,.report-select-chevron{color:#747b85}.report-select-value{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-select-chevron{transition:transform .15s ease}.report-select.open .report-select-chevron{transform:rotate(180deg)}.report-select-compact>.report-select-trigger{min-height:30px;border-radius:8px;padding:0 8px;font-size:12px;font-weight:700}.report-select-menu{box-sizing:border-box;position:fixed;z-index:1200;width:max-content;max-width:min(320px,calc(100vw - 24px));display:grid;gap:2px;overflow-x:hidden;overflow-y:auto;border:1px solid #d7dbe1;border-radius:12px;padding:5px;color:#343941;background:#fff;box-shadow:0 18px 46px #1b1f2624;scrollbar-width:thin}.report-select-option{box-sizing:border-box;width:100%;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:0;border-radius:8px;padding:7px 9px;color:#3d434b;background:transparent;cursor:pointer;font:inherit;font-size:13px;font-weight:600;text-align:left;white-space:nowrap}.report-select-option:hover:not(:disabled),.report-select-option.active:not(:disabled){color:#171a1f;background:#f5f6f7}.report-select-option.selected{color:#111318;background:#eef0f2}.report-select-option:focus-visible{outline:0}.report-select-option:disabled{cursor:not-allowed;opacity:.45}.report-select-option-copy{min-width:0;display:grid;gap:2px}.report-select-option-copy>span{overflow:hidden;text-overflow:ellipsis}.report-select-option-copy small{color:#7a818a;font-size:11px;font-weight:600}.report-select-check{width:16px;color:#111318}.report-select-menu-compact .report-select-option{min-height:32px;padding:5px 8px;font-size:12px}.report-filter-band .report-select-trigger,.report-filter-band .report-select-trigger:hover:not(:disabled),.report-filter-band .report-select.open>.report-select-trigger{min-height:36px;border-color:#d7dbe1;padding:0 11px;color:#343941;background:#fff;font-weight:600}.report-filter-band .report-select-trigger:hover:not(:disabled){border-color:#b9bec6;color:#20242a;background:#fafafa}.report-filter-band .report-select.open>.report-select-trigger,.report-filter-band .report-select-trigger:focus-visible{border-color:#8f959e;color:#20242a;background:#fff;box-shadow:0 0 0 3px var(--studio-focus, rgba(17, 19, 24, .1))}.report-inline-filter-band .report-select-trigger{min-height:34px}.report-inline-filter-band:not(.report-order-toolbar) .report-select.video-account-type-filter{flex:0 0 142px;width:142px}.video-library-filter-field{min-width:0;display:grid;gap:5px}.video-library-filter-field>span{color:#555c66;font-size:11px;font-weight:600}.video-library-filter-field .report-select,.video-library-filter-field .report-select-trigger{width:100%}.video-library-filter-field .report-select-trigger{min-height:36px;border-radius:10px}.report-gmv-select>.report-select-trigger{min-height:28px;border-color:#d7dbe1;border-radius:8px;padding:0 7px;color:#343941;background:#fff;font-size:12px;font-weight:700}.report-gmv-select.open>.report-select-trigger,.report-gmv-select>.report-select-trigger:focus-visible{border-color:#8f959e;box-shadow:0 0 0 3px var(--studio-focus, rgba(17, 19, 24, .1))}.video-type-metric.report-select{display:block;padding:0}.video-type-metric>.report-select-trigger{height:100%;min-height:inherit;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border:0;border-radius:inherit;padding:clamp(6px,.55vw,9px) clamp(7px,.65vw,10px);color:inherit;background:transparent;box-shadow:none}.video-type-metric>.report-select-trigger:hover:not(:disabled),.video-type-metric.open>.report-select-trigger,.video-type-metric>.report-select-trigger:focus-visible{border:0;color:inherit;background:transparent;box-shadow:none}.video-type-metric .report-select-value{display:grid;align-content:center;gap:2px}.video-type-metric .report-select-value small,.video-type-metric .report-select-value strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-type-metric.open,.video-type-metric:focus-within,.video-type-metric:hover{border-color:#8f959e;background:#f3f4f6;box-shadow:0 0 0 3px var(--studio-focus, rgba(17, 19, 24, .1))}.video-library-page-size{display:flex;align-items:center;gap:6px;color:#64716c;font-size:12px;font-weight:700}.video-library-page-size-select{width:72px}.video-library-page-size-select>.report-select-trigger{min-height:30px;background:#fff}@media(max-width:760px){.report-inline-filter-band:not(.report-order-toolbar) .report-select.video-account-type-filter{flex:1 1 100%;width:100%}}:root{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", system-ui, sans-serif;--font-mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", monospace;--text-meta: 11px;--text-label: 12px;--text-control: 13px;--text-body: 15px;--text-section: 17px;--text-title: 20px;--font-size-meta: var(--text-meta);--font-size-label: var(--text-label);--font-size-control: var(--text-control);--font-size-body: var(--text-body);--font-size-section: var(--text-section);--font-size-title: var(--text-title);--line-height-meta: 14px;--line-height-label: 16px;--line-height-control: 18px;--line-height-body: 24px;--line-height-section: 22px;--line-height-title: 24px;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--text-primary: #1d1d1f;--text-secondary: #6e6e73;--text-tertiary: #86868b;--text-placeholder: #86868b;--text-disabled: #aeaeb2;--text-inverse: #ffffff;--text-link: #0066cc;--surface-page: #f5f5f7;--surface-primary: #ffffff;--surface-secondary: #f5f5f7;--surface-hover: #f0f0f2;--surface-selected: #e8e8ed;--surface-disabled: #f5f5f7;--border-subtle: #e5e5ea;--border-control: #d2d2d7;--border-control-hover: #aeb0b5;--focus-color: #0071e3;--focus-ring: 0 0 0 3px rgba(0, 113, 227, .22);--action-primary: #1d1d1f;--action-primary-hover: #333336;--status-danger: #b42318;--status-danger-border: #f1b7b2;--status-danger-surface: #fff5f4;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-24: 24px;--space-1: var(--space-8);--space-2: var(--space-12);--space-3: var(--space-16);--space-4: var(--space-24);--radius-control: 10px;--radius-surface: 12px;--report-control-height: 40px;--studio-bg: var(--surface-page);--studio-surface: var(--surface-primary);--studio-surface-soft: var(--surface-secondary);--studio-ink: var(--text-primary);--studio-muted: var(--text-secondary);--studio-border: var(--border-subtle);--studio-border-strong: var(--border-control);--studio-primary: var(--action-primary);--studio-primary-hover: var(--action-primary-hover);--studio-success: #16866d;--studio-focus: rgba(0, 113, 227, .22);color:var(--studio-ink);background:var(--studio-bg);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}body{margin:0;min-width:320px;color:var(--text-primary);background:var(--surface-page);font-family:var(--font-sans);font-size:var(--text-control);font-weight:var(--weight-regular);line-height:18px}#root{height:100%;min-height:0}button,input,select,textarea{font:inherit}::placeholder{color:var(--text-placeholder);opacity:1}.app-shell{height:100vh;min-height:0;display:flex;flex-direction:column;overflow:hidden}.topbar{flex:0 0 auto;min-height:72px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 22px;border-bottom:1px solid #d9ded6;background:#fff}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid #cbd6d0;border-radius:8px;color:#245f54;background:#f2f6f4}.topbar h1{margin:0;font-size:20px;line-height:1.2;letter-spacing:0}.topbar p{margin:3px 0 0;color:#66726c}.session-pill{justify-self:end;border:1px solid #d8ddd9;border-radius:999px;padding:6px 10px;color:#59645e;background:#f8faf8;font-size:13px;white-space:nowrap}.error-banner{flex:0 0 auto;width:min(920px,calc(100% - 32px));margin:12px auto 0;border-radius:8px;padding:10px 12px;background:#ffeceb;color:#8b1e19}.workspace{flex:1;min-height:0;width:100%;display:grid;grid-template-columns:clamp(232px,16vw,300px) minmax(0,1fr);gap:clamp(14px,1.2vw,24px);padding:0 clamp(10px,1.1vw,24px);overflow:hidden}.workspace-report{width:100%}.report-copilot-workspace{position:relative;min-width:0;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(350px,27vw,440px);overflow:hidden}.report-copilot-workspace.closed{grid-template-columns:minmax(0,1fr) 48px}.report-copilot-workspace>.orders-report-shell{min-width:0;min-height:0}.report-copilot-panel{min-width:0;min-height:0;display:flex;flex-direction:column;border-left:1px solid #d7e2dd;background:#f3f7f5;box-shadow:-12px 0 28px #1d39300f}.report-copilot-header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #d7e2dd;padding:10px 14px;background:#fff}.report-copilot-header>div:first-child{min-width:0;display:grid;gap:2px}.report-copilot-header strong{color:#193c32;font-size:15px}.report-copilot-header span{color:#718079;font-size:12px}.report-copilot-header>div:last-child{display:inline-flex;gap:6px}.report-copilot-header button,.report-copilot-open-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd8d3;border-radius:8px;color:#2f6f5e;background:#fff;cursor:pointer}.report-copilot-header button{width:34px;height:34px;padding:0}.report-copilot-header button:disabled{cursor:not-allowed;opacity:.5}.report-copilot-open-button{width:40px;min-height:132px;align-self:center;flex-direction:column;gap:7px;margin:8px 4px;padding:10px 6px;font-weight:var(--weight-semibold)}.report-copilot-open-button span{writing-mode:vertical-rl;letter-spacing:2px}.report-copilot-chat{padding:0 12px}.report-copilot-chat .messages{gap:12px;padding:14px 0 12px}.report-copilot-chat .message{max-width:100%;font-size:var(--text-control);line-height:18px}.report-copilot-chat .empty-state h2{font-size:var(--text-section);line-height:22px}.report-copilot-chat .empty-state p{font-size:13px}.report-copilot-chat .composer{width:100%;margin-bottom:12px;border-radius:12px;padding:10px}.report-copilot-chat .composer textarea{min-height:54px}.report-context-card{flex:0 0 auto;display:grid;gap:9px;margin-top:12px;border:1px solid #bdd6cc;border-radius:10px;padding:11px;color:#26463d;background:#eaf5f0}.report-context-card.detached,.report-context-card.empty{border-color:#d7dfdb;background:#f7f9f8}.report-context-card.empty>div{display:grid;gap:3px}.report-context-card.empty span,.report-context-card p{margin:0;color:#6f7b76;font-size:12px;line-height:1.45}.report-context-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.report-context-card-heading>div{min-width:0;display:grid;gap:2px}.report-context-eyebrow{color:#668077;font-size:11px;font-weight:600;text-transform:uppercase}.report-context-card-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.report-context-card-heading button{flex:0 0 auto;min-height:27px;border:1px solid #8db7a6;border-radius:999px;padding:0 9px;color:#245f50;background:#fff;cursor:pointer;font-size:11px;font-weight:600}.report-context-meta{display:flex;flex-wrap:wrap;gap:5px}.report-context-meta span{border-radius:999px;padding:3px 7px;color:#587168;background:#ffffffbd;font-size:11px}.report-context-scopes{display:grid;grid-template-columns:1fr 1.35fr;gap:5px;border-radius:8px;padding:3px;background:#275b4a17}.report-context-scopes button{min-height:29px;border:0;border-radius:6px;color:#557068;background:transparent;cursor:pointer;font-size:11px;font-weight:600}.report-context-scopes button.active{color:#fff;background:#2f6f5e}.report-context-scopes button:disabled{cursor:not-allowed;opacity:.55}.session-sidebar{min-height:0;display:flex;flex-direction:column;gap:12px;padding:18px 0 16px;border-right:1px solid #d9ded6;overflow:hidden}.new-session-button{width:calc(100% - 16px);min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #2f6f5e;border-radius:8px;padding:8px 12px;color:#fff;background:#2f6f5e;font-weight:700;cursor:pointer}.new-session-button:hover:not(:disabled){background:#285d50}.report-entry-button{width:calc(100% - 16px);min-height:64px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;border:1px solid #c9ddd4;border-radius:8px;padding:11px 12px;color:#1f3d36;background:#fff;cursor:pointer;text-align:left}.report-entry-button svg{color:#2f6f5e}.report-entry-button span{min-width:0;display:grid;gap:3px}.report-entry-button strong,.report-entry-button small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-entry-button strong{font-size:15px}.report-entry-button small{color:#66726c;font-size:12px}.report-entry-button:hover,.report-entry-button.active{border-color:#2f6f5e;background:#edf6f2}.session-sidebar-heading{width:calc(100% - 16px);display:flex;align-items:center;justify-content:space-between;gap:8px;color:#66726c;font-size:13px;font-weight:700}.session-sidebar-heading span{display:inline-flex;align-items:center;gap:6px}.session-list{min-height:0;display:grid;align-content:start;gap:6px;overflow:auto;overscroll-behavior:contain;padding-right:16px}.session-empty{border:1px dashed #cfd8d2;border-radius:8px;padding:16px 12px;color:#748079;text-align:center;font-size:13px}.session-item{min-width:0;width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;border:1px solid transparent;border-radius:8px;padding:10px;color:#33413a;background:transparent;text-align:left}.session-item-main{min-width:0;display:grid;gap:4px}.session-item:hover:not(:disabled),.session-item.active{border-color:#cbd6d0;background:#fff}.session-item.active{box-shadow:inset 3px 0 #2f6f5e}.session-item-delete-button{align-self:center;width:30px;height:30px;border-radius:7px;padding:0;color:#7c7c7c}.session-item-delete-button:hover:not(:disabled){border-color:#f1b3b3;background:#fff5f5;color:#b02020}.session-item-title,.session-item-preview{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{justify-self:end;display:inline-flex;align-items:center;gap:8px;min-width:0}.user-pill{max-width:180px;min-height:32px;display:inline-flex;align-items:center;border:1px solid #d8ddd9;border-radius:999px;padding:6px 10px;color:#34423b;background:#fff;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-button{min-height:32px;border:1px solid #cfd8d2;border-radius:8px;padding:6px 10px;color:#34423b;background:#fff;cursor:pointer}.logout-button:hover{border-color:#9fb4aa;background:#f4f7f5}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:20px;background:#eef3f1}.auth-panel{width:min(420px,100%);display:grid;gap:14px;border:1px solid #d5ddd8;border-radius:8px;padding:22px;background:#fff;box-shadow:0 18px 44px #23302a1f}.auth-brand{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px}.auth-brand h1{margin:0;font-size:20px;line-height:24px}.auth-brand p{margin:4px 0 0;color:#66726c}.auth-field{display:grid;gap:6px;color:#34423b;font-size:13px;font-weight:700}.auth-field input{width:100%;min-height:42px;border:1px solid #cfd8d2;border-radius:8px;padding:9px 10px;color:#17201d;background:#fbfcfb;outline:none}.auth-field input:focus{border-color:#2f6f5e;box-shadow:0 0 0 3px #2f6f5e24}.auth-submit,.auth-local-login,.auth-switch{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:9px 12px;cursor:pointer}.auth-submit{border:1px solid #2f6f5e;color:#fff;background:#2f6f5e;font-weight:700}.auth-submit:disabled{opacity:.65;cursor:wait}.auth-local-login{border:1px solid #b7c9c1;color:#235549;background:#edf6f2;font-weight:700}.auth-local-login:hover:not(:disabled){border-color:#2f6f5e;background:#e1f0ea}.auth-local-login:disabled{opacity:.65;cursor:wait}.auth-switch{border:1px solid transparent;color:#2f6f5e;background:transparent}.auth-switch:hover{background:#eef6f3}.auth-error{width:100%;margin:0}.session-item-title{color:#17201d;font-size:13px;font-weight:700}.session-item-preview{color:#66726c;font-size:12px}.session-item-meta{min-height:18px;display:inline-flex;align-items:center;gap:5px;color:#7a857f;font-size:12px}.chat-layout{flex:1;min-height:0;width:100%;display:flex;flex-direction:column;padding:0;background:#fff;overflow:hidden}.messages{flex:1;min-height:0;display:flex;flex-direction:column;gap:22px;overflow:auto;overscroll-behavior:contain;padding:34px 24px 24px;scrollbar-gutter:stable}.empty-state{margin:auto;width:min(560px,100%);text-align:center;color:#53605a}.empty-state h2{margin:0 0 8px;color:#17201d;font-size:var(--text-title);font-weight:var(--weight-semibold);line-height:24px;letter-spacing:0}.empty-state p{margin:0;line-height:1.65}.loading-state{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700}.message{width:min(840px,100%);max-width:840px;display:grid;gap:12px;margin-inline:auto;font-size:var(--text-control);font-weight:var(--weight-regular);line-height:18px}.message.user{align-self:center}.message-page-context{justify-self:end;max-width:100%;display:inline-flex;align-items:center;gap:5px;border:1px solid #c8d9d2;border-radius:999px;padding:5px 9px;background:#f2f8f5;color:#426057;font-size:11px;line-height:1.25;white-space:nowrap;overflow:hidden}.message-page-context span{overflow:hidden;text-overflow:ellipsis}.message.assistant{align-self:center;font-size:var(--text-body);line-height:24px}.message-text{white-space:pre-wrap;overflow-wrap:anywhere}.message.user .message-text{width:fit-content;max-width:min(620px,88%);justify-self:end;border-radius:16px;padding:9px 13px;background:#f1f2f4;color:#30353d;font-size:var(--text-control);line-height:18px}.typing{border:1px solid #d9ded6;background:#fff;color:#17201d}.message.assistant .message-text{border:0;border-radius:0;padding:0;background:transparent;color:#20242a}.message-markdown{overflow-x:auto}.message-markdown>:first-child{margin-top:0}.message-markdown>:last-child{margin-bottom:0}.message-markdown p,.message-markdown ul,.message-markdown ol,.message-markdown blockquote,.message-markdown table,.message-markdown pre{margin:.5em 0}.message-markdown ul,.message-markdown ol{padding-left:1.45em}.message-markdown table{width:100%;min-width:260px;border-collapse:collapse;font-size:var(--text-control)}.message-markdown th,.message-markdown td{border:1px solid #d6dfda;padding:6px 8px;text-align:left}.message-markdown th{background:#eef4f1;color:#29463d}.message-markdown code{border-radius:5px;padding:.08em .35em;background:#edf1ef;font-family:var(--font-mono);font-size:var(--text-control)}.message-markdown pre{overflow-x:auto;border-radius:8px;padding:9px 10px;background:#1f2925;color:#f4f8f6}.message-markdown pre code{padding:0;background:transparent;color:inherit}.message-markdown a{color:var(--text-link);text-underline-offset:2px}.typing{width:max-content;display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 10px;color:#5e6963;font-size:13px}.message-attachments,.attachment-tray{display:flex;flex-wrap:wrap;gap:8px}.message.user .message-attachments{justify-content:flex-end}.attachment-card{width:min(100%,360px);min-height:58px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid #d9ded6;border-radius:10px;padding:7px;background:#fff}.attachment-preview{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;overflow:hidden;background:#eef4f1;color:#2f6f5e}.attachment-preview img{width:100%;height:100%;object-fit:cover}.attachment-meta{min-width:0;display:grid;gap:2px}.attachment-meta strong,.attachment-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attachment-meta span{color:#66726c;font-size:12px}.composer{position:sticky;bottom:0;z-index:3;display:grid;gap:10px;width:min(840px,calc(100% - 48px));align-self:center;margin:0 auto 22px;border:1px solid #d4d8de;border-radius:18px;padding:12px;background:#fff;box-shadow:0 8px 24px #14181f12}.composer textarea{min-width:0;width:100%;min-height:68px;border:0;padding:2px;resize:vertical;background:transparent;color:#17201d;outline:none;line-height:1.55}.composer textarea::placeholder{color:#8a958f}.composer-actions{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.icon-button,.send-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d9dce1;border-radius:10px;background:#f7f8f9;color:#4c525b;text-decoration:none;cursor:pointer}.icon-button,.send-button{width:38px;height:38px;padding:0}.send-button{border-color:#111318;background:#111318;color:#fff}.add-button:hover:not(:disabled){border-color:#c9cdd4;background:#eef0f2;color:#20242a}.remove-button{width:30px;height:30px}.composer-state{min-width:0;display:inline-flex;align-items:center;gap:6px;color:#66726c;font-size:13px}.composer-state span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden-file-input{display:none}.composer button:disabled{opacity:.55;cursor:not-allowed}.tool-list,.artifact-list{display:grid;gap:8px}.tool-call{width:min(100%,640px);border:1px solid #d9ded6;border-radius:8px;background:#fff;overflow:hidden}.tool-call.read{border-color:#d7e2df;background:#fbfdfc}.tool-call.write{border-color:#c9ddd4;background:#f7fcfa}.tool-call.system{border-color:#d8ddd9;background:#fbfbfa}.tool-call summary{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;cursor:pointer}.tool-summary-copy{min-width:0;display:grid;gap:2px}.tool-summary-copy strong{overflow:hidden;color:#17201d;font-size:15px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.tool-summary-copy span{overflow:hidden;color:#66726c;font-size:13px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.tool-summary-meta{display:inline-flex;align-items:center;gap:8px}.tool-status{min-height:28px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:3px 9px;color:#fff;font-size:12px;font-weight:700;white-space:nowrap}.tool-status.ok{background:#2f6f5e}.tool-status.running{background:#5f6670}.tool-status.fail{background:#a33a32}.tool-detail-hint{color:#748079;font-size:12px;white-space:nowrap}.tool-detail-panel{display:grid;gap:0;border-top:1px solid #d9ded6;background:#f7f8f7}.tool-detail-row{display:grid;grid-template-columns:96px minmax(0,1fr);gap:10px;padding:8px 12px;border-top:1px solid rgba(217,222,214,.75);font-size:13px}.tool-detail-row:first-child{border-top:0}.tool-detail-row span{color:#66726c}.tool-detail-row strong{min-width:0;overflow-wrap:anywhere;color:#26302b;font-weight:600}.tool-action-card{width:min(100%,640px);display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #c9ddd4;border-radius:10px;padding:14px;background:#f4fbf8}.tiktok-auth-card{align-items:stretch;flex-direction:column}.tiktok-auth-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px}.tool-action-copy{min-width:0;display:grid;gap:3px}.tool-action-copy strong{color:#17372f;font-size:15px}.tool-action-copy span{color:#586964;font-size:13px;line-height:1.45}.tool-auth-button{min-height:40px;margin:0 11px 10px;display:inline-flex;align-items:center;gap:8px;border:1px solid #2f6f5e;border-radius:8px;padding:8px 11px;color:#fff;background:#2f6f5e;font-weight:700;cursor:pointer}.tool-action-card .tool-auth-button{flex:0 0 auto;margin:0}.tiktok-bound-shops{display:grid;gap:8px;border-top:1px solid rgba(201,221,212,.9);padding-top:12px}.tiktok-bound-heading{min-width:0;display:inline-flex;align-items:center;gap:6px;color:#34544b;font-size:13px;font-weight:700}.tiktok-bound-heading span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tiktok-bound-shops ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin:0;padding:0;list-style:none}.tiktok-bound-shops li{min-width:0;display:grid;gap:3px;border:1px solid #d7e2df;border-radius:8px;padding:9px 10px;background:#fff}.tiktok-bound-shops li strong,.tiktok-bound-shops li span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tiktok-bound-shops li strong{color:#17372f;font-size:13px}.tiktok-bound-shops li span{color:#66726c;font-size:12px}.tool-auth-button:hover{background:#285d50}mark{border-radius:999px;padding:2px 7px;font-size:12px;color:#fff}mark.ok{background:#2f6f5e}mark.running{background:#5f6670}mark.fail{background:#a33a32}pre{margin:0;max-height:260px;overflow:auto;padding:12px;border-top:1px solid #d9ded6;color:#2c332f;background:#f7f8f7;font-size:12px;line-height:1.5}.artifact-card{width:min(100%,560px);max-width:100%;min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:8px;border:1px solid #d8dbe0;border-radius:8px;padding:8px;color:#30353d;background:#f7f8f9}.artifact-main,.artifact-action{border:0;border-radius:7px;background:transparent;color:inherit;cursor:pointer}.artifact-main{min-width:0;display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;padding:2px 4px;text-align:left}.artifact-action{width:34px;height:34px;display:grid;place-items:center}.artifact-main:hover,.artifact-action:hover{background:#eceef1}.artifact-meta{min-width:0;display:grid;gap:2px;text-align:left}.artifact-meta strong,.artifact-meta small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artifact-meta small{color:#686e77;font-size:12px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1320px){.report-copilot-workspace.open{grid-template-columns:minmax(0,1fr) 340px}}@media(max-width:1080px){.report-copilot-workspace.open{grid-template-columns:minmax(0,1fr)}.report-copilot-panel{position:absolute;z-index:20;inset:0 0 0 auto;width:min(410px,calc(100% - 24px));box-shadow:-22px 0 42px #1a362d33}}@media(max-width:900px){.workspace{grid-template-columns:minmax(0,1fr);gap:0;padding:0 10px}.session-sidebar{max-height:320px;padding:12px 0;border-right:0;border-bottom:1px solid #d9ded6;overflow:auto}.new-session-button,.report-entry-button,.session-sidebar-heading{width:100%}.session-list{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0 0 4px}.session-item{flex:0 0 220px}}@media(max-width:720px){.topbar{grid-template-columns:auto minmax(0,1fr)}.session-pill{grid-column:1 / -1;justify-self:start}.topbar-actions{grid-column:1 / -1;justify-self:stretch;flex-wrap:wrap}.messages{padding-top:18px}.message{max-width:100%}.composer{width:calc(100% - 24px);margin-bottom:10px;border-radius:14px}.tool-action-card{align-items:stretch;flex-direction:column}.tiktok-auth-head{grid-template-columns:minmax(0,1fr)}.tool-action-card .tool-auth-button{justify-content:center;width:100%}}select{accent-color:var(--studio-primary)}select:focus-visible,input:focus-visible,textarea:focus-visible{outline-color:#8f959e}select option{color:#343941;background:#fff}select option:checked{color:#fff;background:var(--studio-primary) linear-gradient(0deg,var(--studio-primary),var(--studio-primary))}input[type=checkbox],input[type=radio]{accent-color:var(--studio-primary)}.app-shell{gap:12px;padding:12px;background:transparent}.topbar{min-height:64px;padding:10px 16px;border:1px solid rgba(210,214,221,.92);border-radius:16px;background:var(--surface-primary);box-shadow:0 12px 36px #1b1f260f}.brand-mark{width:40px;height:40px;border:0;border-radius:12px;color:#fff;background:var(--studio-primary);box-shadow:0 7px 18px #11131833}.topbar h1{color:var(--studio-ink);font-size:17px;font-weight:600}.topbar p{color:var(--studio-muted);font-size:13px}.session-pill,.user-pill,.logout-button{border-color:var(--studio-border);color:#4f555e;background:#f7f8f9}.workspace{gap:12px;padding:0}.session-sidebar{gap:10px;padding:14px;border:1px solid rgba(210,214,221,.94);border-radius:16px;background:var(--surface-primary);box-shadow:0 16px 40px #1b1f260e}.new-session-button,.report-entry-button,.session-sidebar-heading{width:100%}.new-session-button{min-height:44px;border-color:var(--studio-primary);border-radius:12px;color:#fff;background:var(--studio-primary);box-shadow:0 8px 20px #11131824}.new-session-button:hover:not(:disabled){background:var(--studio-primary-hover)}.report-entry-button{min-height:68px;border-color:var(--studio-border);border-radius:12px;color:#31353b;background:var(--studio-surface-soft)}.report-entry-button svg{color:#22262c}.report-entry-button.active{border-color:#bfc4cc;color:var(--studio-ink);background:#fff;box-shadow:0 8px 24px #1f232a14}.session-sidebar-heading,.session-empty,.session-item-preview,.session-item-meta{color:var(--studio-muted)}.session-item{border-color:transparent;border-radius:11px;background:transparent}.session-item:hover,.session-item.active{border-color:var(--studio-border);background:var(--studio-surface-soft);box-shadow:none}.report-copilot-workspace{border:0;border-radius:0;background:var(--studio-surface-soft);box-shadow:none}.report-copilot-panel{border-left-color:var(--studio-border);background:#f4f5f6;box-shadow:-14px 0 34px #1b1f2614}.report-copilot-header{border-bottom-color:var(--studio-border);background:#fffffff0}.report-copilot-header strong{color:var(--studio-ink)}.report-copilot-header button,.report-copilot-open-button{border-color:var(--studio-border-strong);color:#25292f;background:#fff}.composer{border-color:var(--studio-border-strong);background:#fff;box-shadow:0 8px 24px #14181f12}.composer:focus-within{border-color:#aeb4bd;box-shadow:0 0 0 3px #11131812,0 10px 28px #14181f14}.send-button,.auth-submit{border-color:var(--studio-primary);background:var(--studio-primary)}.send-button:hover:not(:disabled),.auth-submit:hover:not(:disabled){background:var(--studio-primary-hover)}.auth-shell{background:radial-gradient(circle at 50% 12%,#fff 0,#fff0 42%),var(--studio-bg)}.auth-panel{border-color:var(--studio-border);border-radius:18px;box-shadow:0 28px 80px #1b1f261f}@media(max-width:900px){.app-shell{gap:8px;padding:8px}.workspace{gap:8px;padding:0}.session-sidebar{padding:10px;border:1px solid var(--studio-border);border-radius:14px}}.ads-page{padding:var(--space-16) var(--space-24);max-width:1400px;width:100%;height:100%;min-height:0;overflow-y:auto;overflow-x:hidden;color:var(--text-primary);background:var(--surface-page)}.erp-page-content>.ads-page{height:100%}.ads-page-title{font-size:var(--text-title);font-weight:var(--weight-bold);margin:0 0 var(--space-16);color:var(--text-primary)}.ads-section{margin-bottom:var(--space-24)}.ads-section-title{font-size:var(--text-section);font-weight:var(--weight-semibold);margin:0 0 var(--space-12);color:var(--text-primary)}.ads-metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--space-12);margin-bottom:var(--space-24)}.ads-metric-card{border:1px solid var(--border-subtle);border-radius:var(--radius-surface);background:var(--surface-primary);box-shadow:none;padding:var(--space-12) var(--space-16);text-align:center}.ads-metric-card label{display:block;font-size:var(--text-meta);color:var(--text-secondary);font-weight:var(--weight-medium);margin-bottom:var(--space-8);line-height:14px}.ads-metric-card strong{font-size:var(--text-title);font-weight:var(--weight-semibold);color:var(--text-primary);line-height:24px;font-variant-numeric:tabular-nums}.ads-alert{border:1px solid var(--border-subtle);border-radius:var(--radius-control);background:var(--surface-selected);padding:var(--space-12) var(--space-16);margin-bottom:var(--space-16);font-size:var(--text-control);color:var(--text-primary)}.ads-trend-bars{display:flex;align-items:flex-end;gap:var(--space-12);height:120px;padding:var(--space-8) 0}.ads-trend-bar-wrap{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.ads-trend-bar{width:100%;max-width:48px;background:var(--action-primary);border-radius:4px 4px 0 0;min-height:4px;transition:height .3s}.ads-trend-label{font-size:var(--text-meta);color:var(--text-tertiary)}.ads-table{width:100%;border-collapse:collapse;border:1px solid var(--border-subtle);border-radius:var(--radius-surface);background:var(--surface-primary);overflow:hidden;font-size:var(--text-control)}.ads-table th{text-align:left;padding:10px var(--space-12);height:42px;background:var(--surface-secondary);border-bottom:1px solid var(--border-subtle);font-weight:var(--weight-semibold);color:var(--text-secondary);font-size:var(--text-label);line-height:16px}.ads-table td{padding:10px var(--space-12);border-bottom:1px solid var(--border-subtle);color:var(--text-primary);font-size:var(--text-control);font-weight:var(--weight-regular);line-height:18px;vertical-align:middle}.ads-table tr:last-child td{border-bottom:none}.ads-table tr:hover{background:var(--surface-hover)}.ads-actions{display:flex;gap:var(--space-8)}.ad-status-tag,.ad-state-tag{display:inline-block;padding:2px var(--space-8);border-radius:4px;font-size:var(--text-meta);font-weight:var(--weight-medium);line-height:16px}.ad-status-tag.s-active{background:var(--surface-secondary);color:var(--text-primary)}.ad-status-tag.s-paused{background:var(--surface-selected);color:var(--text-tertiary)}.ad-state-tag.s-running{background:var(--surface-secondary);color:var(--text-primary)}.ad-state-tag.s-heating{background:var(--surface-selected);color:var(--text-primary)}.ad-state-tag.s-cooling{background:var(--surface-hover);color:var(--text-secondary)}.ad-state-tag.s-culled{background:var(--surface-selected);color:var(--text-tertiary)}.ad-state-tag.s-rescued{background:var(--surface-secondary);color:var(--text-primary)}.ad-state-tag.s-retired{background:var(--surface-secondary);color:var(--text-tertiary)}.ads-template-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-auto-rows:1fr;gap:var(--space-12);align-items:stretch}.ads-template-card{display:flex;flex-direction:column;border:1px solid var(--border-subtle);border-radius:var(--radius-surface);background:var(--surface-primary);padding:var(--space-16);cursor:pointer;transition:border-color .2s,box-shadow .2s}.ads-template-card:hover{border-color:var(--border-control-hover);box-shadow:0 1px 4px #0000000a}.ads-template-card strong{font-size:var(--text-body);font-weight:var(--weight-semibold);color:var(--text-primary);display:block;margin-bottom:var(--space-8)}.ads-template-card p{font-size:var(--text-control);color:var(--text-secondary);margin:0 0 auto;line-height:18px}.ads-rule-form{border:1px solid var(--border-subtle);border-radius:var(--radius-surface);background:var(--surface-primary);box-shadow:none;padding:var(--space-24);margin-bottom:var(--space-16)}.ads-rule-form h3{margin:0 0 var(--space-8);font-size:var(--text-section);font-weight:var(--weight-semibold);color:var(--text-primary)}.ads-rule-form h4{color:var(--text-tertiary);text-transform:uppercase;font-size:var(--text-meta);letter-spacing:.5px;font-weight:var(--weight-semibold)}.ads-form-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:var(--space-16);margin:calc(-1 * var(--space-24)) calc(-1 * var(--space-24)) var(--space-16);padding:var(--space-12) var(--space-24);background:var(--surface-primary);border-bottom:1px solid var(--border-subtle);border-radius:var(--radius-surface) var(--radius-surface) 0 0}.ads-back-btn{padding:6px var(--space-12);background:var(--action-primary);color:var(--text-inverse);border:none;border-radius:var(--radius-control);cursor:pointer;font-size:var(--text-control);font-weight:var(--weight-semibold);white-space:nowrap;transition:background .15s}.ads-back-btn:hover{background:var(--action-primary-hover)}.ads-rule-desc{background:var(--surface-secondary);border-left:3px solid var(--action-primary);padding:var(--space-8) var(--space-12);margin-bottom:var(--space-16);font-size:var(--text-control);color:var(--text-secondary);border-radius:0 var(--radius-control) var(--radius-control) 0;line-height:18px}.form-row{margin-bottom:var(--space-16)}.form-row label{display:block;font-size:var(--text-control);font-weight:var(--weight-semibold);margin-bottom:var(--space-8);color:var(--text-primary);line-height:18px}.form-unit{display:inline-block;margin-left:var(--space-8);padding:1px var(--space-8);background:var(--surface-selected);color:var(--text-secondary);border-radius:4px;font-size:var(--text-meta);font-weight:var(--weight-medium)}.form-hint{font-size:var(--text-meta);color:var(--text-tertiary);margin-top:4px;line-height:14px}.form-row input,.form-row select,.form-row textarea{width:100%;padding:8px 10px;border:1px solid var(--border-control);border-radius:var(--radius-control);font-size:var(--text-control);font-family:inherit;background:var(--surface-primary);color:var(--text-primary);box-sizing:border-box}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{outline:none;border-color:var(--focus-color);box-shadow:var(--focus-ring)}.form-row textarea{resize:vertical;min-height:80px;font-family:monospace;font-size:var(--text-control)}.ads-template-fields{display:flex;flex-wrap:wrap;gap:4px;margin-top:var(--space-8)}.ads-template-field-chip{display:inline-block;padding:2px var(--space-8);background:var(--surface-secondary);color:var(--text-secondary);border-radius:4px;font-size:var(--text-meta);font-weight:var(--weight-medium)}.ads-gmv-card{background:var(--surface-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-surface);padding:var(--space-12) var(--space-16);margin-bottom:var(--space-12)}.ads-tabs{display:inline-flex;gap:2px;margin-bottom:var(--space-16);border:1px solid var(--border-control);border-radius:var(--radius-control);padding:3px;background:var(--surface-primary)}.ads-tabs button{padding:6px var(--space-16);border:none;background:none;cursor:pointer;font-size:var(--text-control);font-weight:var(--weight-medium);color:var(--text-secondary);border-radius:8px;transition:color .15s,background .15s}.ads-tabs button:hover{color:var(--text-primary);background:var(--surface-hover)}.ads-tabs button.active{color:var(--text-inverse);background:var(--action-primary)}.btn-sm{padding:4px var(--space-12);border:1px solid var(--border-control);border-radius:var(--radius-control);background:var(--surface-primary);cursor:pointer;font-size:var(--text-control);color:var(--text-primary);font-weight:var(--weight-medium);transition:background .15s,border-color .15s}.btn-sm:hover{background:var(--surface-hover);border-color:var(--border-control-hover)}.btn-primary{padding:8px var(--space-16);background:var(--action-primary);color:var(--text-inverse);border:none;border-radius:var(--radius-control);cursor:pointer;font-size:var(--text-control);font-weight:var(--weight-semibold);transition:background .15s}.btn-primary:hover{background:var(--action-primary-hover)}.btn-secondary{padding:8px var(--space-16);background:var(--surface-primary);color:var(--text-primary);border:1px solid var(--border-control);border-radius:var(--radius-control);cursor:pointer;margin-left:var(--space-8);font-size:var(--text-control);font-weight:var(--weight-medium)}.btn-secondary:hover{background:var(--surface-hover)}.btn-green{background:var(--surface-secondary)!important;color:var(--text-primary)!important;font-weight:var(--weight-semibold)}.btn-warn{background:var(--surface-selected)!important;color:var(--text-primary)!important}.btn-danger{background:var(--surface-primary)!important;color:var(--text-primary)!important;border-color:var(--border-control)!important;margin-left:var(--space-8)}.c-green{color:var(--text-primary);font-weight:var(--weight-semibold)}.c-red{color:var(--text-tertiary)}.page-message{display:flex;align-items:center;justify-content:center;height:200px;color:var(--text-tertiary);font-size:var(--text-control)}.ads-pagination button{padding:4px var(--space-12);border:1px solid var(--border-control);border-radius:var(--radius-control);background:var(--surface-primary);cursor:pointer;font-size:var(--text-control);color:var(--text-primary)}.ads-pagination button:disabled{color:var(--text-disabled);cursor:not-allowed;background:var(--surface-secondary)}.ads-pagination span{font-size:var(--text-control);color:var(--text-secondary);align-self:center}:root{--erp-header-height: 56px;--erp-primary-nav-width: 64px;--erp-secondary-nav-width: 208px;--erp-open-tabs-height: 40px;--erp-shell-border: var(--border-subtle, #d2d2d7);--erp-shell-muted: var(--text-secondary, #6e6e73);--erp-shell-active: var(--text-primary, #1d1d1f);--erp-shell-surface: #ffffff;--erp-shell-soft: #f5f5f7}.erp-app-shell{width:100%;height:100vh;height:100dvh;min-width:320px;min-height:0;display:flex;flex-direction:column;overflow:hidden;color:var(--text-primary, #1d1d1f);background:#f5f5f7;font-family:var(--font-sans);font-size:var(--text-control);line-height:18px;font-weight:var(--weight-regular)}.erp-app-header{position:relative;z-index:40;flex:0 0 var(--erp-header-height);min-width:0;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid var(--erp-shell-border);background:#fffffff5;box-shadow:0 1px 8px #1113180a}.erp-brand-mark{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;color:#fff;background:#111318}.erp-brand-copy{min-width:0;display:grid;gap:1px}.erp-brand-copy strong{font-size:15px;line-height:18px;font-weight:600}.erp-brand-copy span{overflow:hidden;color:var(--erp-shell-muted);font-size:11px;line-height:14px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.erp-header-actions{min-width:0;display:flex;align-items:center;gap:8px;margin-left:auto}.erp-session-status,.erp-user-label,.erp-header-actions>button{min-height:30px;display:inline-flex;align-items:center;border:1px solid var(--erp-shell-border);border-radius:var(--radius-control, 10px);padding:0 10px;color:var(--text-secondary, #6e6e73);background:#f5f5f7;font-size:12px;line-height:16px;font-weight:500;white-space:nowrap}.erp-header-actions>button{cursor:pointer}.erp-header-actions>button:hover{color:var(--text-primary, #1d1d1f);background:#fff}.erp-mobile-menu-button{width:34px;height:34px;display:none;place-items:center;border:1px solid var(--erp-shell-border);border-radius:var(--radius-control, 10px);padding:0;color:var(--text-primary, #1d1d1f);background:#fff;cursor:pointer}.erp-shell-body{flex:1 1 auto;min-width:0;min-height:0;display:grid;grid-template-columns:var(--erp-primary-nav-width) var(--erp-secondary-nav-width) minmax(0,1fr);overflow:hidden;transition:grid-template-columns .16s ease}.erp-app-shell.secondary-collapsed .erp-shell-body{grid-template-columns:var(--erp-primary-nav-width) 0 minmax(0,1fr)}.erp-primary-nav{position:relative;z-index:30;grid-column:1;min-height:0;display:flex;flex-direction:column;align-items:stretch;border-right:1px solid #202329;padding:8px 6px;color:#c4c8ce;background:#111318}.erp-primary-nav-list{display:grid;gap:6px}.erp-primary-nav button{min-width:0;border:0;cursor:pointer}.erp-primary-nav-list>button{min-height:54px;display:grid;place-items:center;align-content:center;gap:4px;border-radius:var(--radius-control, 10px);padding:6px 3px;color:#aeb3bb;background:transparent}.erp-primary-nav-list>button span{width:100%;overflow:hidden;font-size:11px;line-height:14px;font-weight:500;text-align:center;text-overflow:ellipsis;white-space:nowrap}.erp-primary-nav-list>button:hover,.erp-primary-nav-list>button.active{color:#fff;background:#2a2d33}.erp-primary-nav-list>button.active{box-shadow:inset 3px 0 #fff}.erp-secondary-collapse-button{width:38px;height:38px;display:grid;place-items:center;margin:auto auto 0;border-radius:var(--radius-control, 10px);color:#aeb3bb;background:#23262c}.erp-secondary-collapse-button:hover{color:#fff;background:#30343b}.erp-secondary-nav{position:relative;z-index:25;grid-column:2;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--erp-shell-border);background:#fffffff0;transition:opacity .14s ease,transform .16s ease}.secondary-collapsed .erp-secondary-nav{visibility:hidden;pointer-events:none;opacity:0;transform:translate(-12px)}.erp-secondary-nav-header{flex:0 0 48px;display:none;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid #eceef1}.erp-secondary-nav-header strong{min-width:0;overflow:hidden;font-size:13px;line-height:18px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.erp-secondary-nav-header>button{width:30px;height:30px;display:none;place-items:center;border:0;border-radius:var(--radius-control, 10px);padding:0;color:var(--text-secondary, #6e6e73);background:#f5f5f7;cursor:pointer}.erp-secondary-nav-content{flex:1 1 auto;min-height:0;overflow:auto;padding:10px}.erp-secondary-group{display:grid;gap:5px}.erp-secondary-group+.erp-secondary-group{margin-top:18px}.erp-secondary-group h2{margin:0;padding:4px 8px;color:var(--text-tertiary, #86868b);font-size:11px;line-height:14px;font-weight:600}.erp-secondary-group>div{display:grid;gap:3px}.erp-secondary-group button{width:100%;min-height:38px;display:flex;align-items:center;gap:9px;border:0;border-radius:var(--radius-control, 10px);padding:0 10px;color:var(--text-secondary, #6e6e73);background:transparent;cursor:pointer;font-size:13px;line-height:18px;font-weight:400;text-align:left}.erp-secondary-group button:hover,.erp-secondary-group button.active{color:var(--text-primary, #1d1d1f);background:#f5f5f7}.erp-secondary-group button.active{font-weight:600}.erp-main-column{grid-column:3;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f5f5f7}.erp-open-tabs{position:relative;z-index:20;flex:0 0 var(--erp-open-tabs-height);min-width:0;display:flex;align-items:stretch;border-bottom:1px solid var(--erp-shell-border);background:#ececf0}.erp-open-tabs-scroll{flex:1 1 auto;min-width:0;display:flex;align-items:flex-end;gap:2px;overflow-x:auto;overflow-y:hidden;padding:5px 5px 0;scrollbar-width:thin}.erp-open-tab{flex:0 0 auto;min-width:104px;max-width:190px;height:35px;display:flex;align-items:center;border:1px solid transparent;border-bottom:0;border-radius:var(--radius-control, 10px) var(--radius-control, 10px) 0 0;color:var(--text-secondary, #6e6e73);background:transparent}.erp-open-tab.active{border-color:var(--erp-shell-border);color:var(--text-primary, #1d1d1f);background:#fff}.erp-open-tab>button:first-child{flex:1 1 auto;min-width:0;height:100%;border:0;padding:0 4px 0 10px;color:inherit;background:transparent;cursor:pointer;text-align:left}.erp-open-tab>button:first-child span{display:block;overflow:hidden;font-size:13px;line-height:18px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.erp-open-tab.active>button:first-child span{font-weight:600}.erp-open-tab>button:last-child{width:26px;height:100%;display:grid;place-items:center;border:0;padding:0;color:var(--text-tertiary, #86868b);background:transparent;cursor:pointer}.erp-open-tab>button:last-child:hover{color:var(--text-primary, #1d1d1f)}.erp-open-tabs-menu{position:relative;flex:0 0 40px;border-left:1px solid var(--erp-shell-border)}.erp-open-tabs-menu summary{width:40px;height:39px;display:grid;place-items:center;color:var(--text-secondary, #6e6e73);background:#f5f6f7;cursor:pointer;list-style:none}.erp-open-tabs-menu summary::-webkit-details-marker{display:none}.erp-open-tabs-menu>div{position:absolute;z-index:60;top:42px;right:4px;width:220px;max-height:min(60vh,480px);display:grid;gap:2px;border:1px solid var(--erp-shell-border);border-radius:var(--radius-surface, 12px);padding:7px;background:#fff;box-shadow:0 18px 44px #11131829;overflow-y:auto}.erp-open-tabs-menu>div>strong{padding:6px 8px;color:var(--text-tertiary, #86868b);font-size:11px;line-height:14px;font-weight:600}.erp-open-tabs-menu>div button{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;border-radius:var(--radius-control, 10px);padding:0 8px;color:var(--text-primary, #1d1d1f);background:transparent;cursor:pointer;font-size:13px;line-height:18px;font-weight:400;text-align:left}.erp-open-tabs-menu>div button:hover{background:#f0f1f3}.erp-open-tabs-menu small{color:var(--text-tertiary, #86868b);font-size:11px;line-height:14px}.erp-open-tabs-menu hr{width:100%;height:1px;margin:4px 0;border:0;background:#eceef1}.erp-page-content{flex:1 1 auto;min-width:0;min-height:0;overflow:hidden;padding:0}.erp-page-semantic-title{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);margin:-1px;padding:0;border:0;white-space:nowrap}.erp-page-content>.chat-layout,.erp-page-content>.report-copilot-workspace,.erp-page-content>.store-authorizations-page,.erp-page-content>.erp-not-found-page{width:100%;height:100%;min-height:0}.report-copilot-workspace>.report-copilot-page{min-width:0;min-height:0;display:flex;overflow:hidden}.report-copilot-page>.orders-report-shell{flex:1 1 auto;min-width:0;min-height:0}.erp-page-content>.chat-layout{padding:0;border:0;border-radius:0;background:#fff}.erp-shell-error{width:auto;margin:8px 10px 0}.erp-tab-limit-banner{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 10px 0;border:1px solid #e2c06c;border-radius:9px;padding:8px 10px;color:#674b0a;background:#fff7df;font-size:12px}.erp-tab-limit-banner button{border:0;border-radius:7px;padding:5px 9px;color:#fff;background:#6d5113;cursor:pointer}.erp-navigation-scrim,.erp-mobile-module-switcher{display:none}.erp-secondary-nav .session-sidebar{width:100%;height:100%;max-height:none;gap:9px;border:0;border-radius:0;padding:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.erp-secondary-nav .new-session-button{min-height:38px;border:1px solid #d8dbe0;border-radius:8px;color:#2f343b;background:#fff;box-shadow:none}.erp-secondary-nav .new-session-button:hover:not(:disabled){border-color:#c5c9d0;background:#f3f4f6}.erp-secondary-nav .new-session-button,.erp-secondary-nav .session-sidebar-heading{width:100%}.erp-secondary-nav .session-sidebar-heading{padding:5px 7px 0;color:#868c95;font-size:11px;font-weight:600}.erp-secondary-nav .session-list{display:grid;gap:2px;overflow-x:hidden;overflow-y:auto;padding-right:1px}.erp-secondary-nav .session-item{flex:none;width:100%;gap:6px;border:0;border-radius:7px;padding:8px}.erp-secondary-nav .session-item-main{gap:2px}.erp-secondary-nav .session-item-title{font-size:13px;font-weight:600}.erp-secondary-nav .session-item-preview{display:none}.erp-secondary-nav .session-item-meta{min-height:15px;color:#8b9098;font-size:11px}.erp-secondary-nav .session-item-delete-button{width:26px;height:26px;opacity:0}.erp-secondary-nav .session-item:hover .session-item-delete-button,.erp-secondary-nav .session-item:focus-within .session-item-delete-button,.erp-secondary-nav .session-item.active .session-item-delete-button{opacity:1}.orders-report-body.without-aside{grid-template-columns:minmax(0,1fr)}.report-page-toolbar{flex:0 0 auto;min-width:0;display:flex;align-items:center}.report-page-toolbar>.report-filter-band{width:100%}.report-copilot-scrim{display:none}.store-authorizations-page{min-width:0;min-height:0;overflow:auto;padding:clamp(20px,3vw,36px) clamp(16px,3vw,36px);background:#f6f7f8}.store-auth-panel{width:min(1480px,100%);margin:0 auto}.store-auth-toolbar{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding:0 2px}.store-auth-platform{min-width:0;display:flex;align-items:baseline;gap:10px}.store-auth-platform h1{margin:0;color:#16181c;font-size:20px;font-weight:600}.store-auth-platform span{color:#8a8f98;font-size:12px}.store-auth-toolbar-actions{flex:0 0 auto;display:flex;align-items:center;gap:8px}.store-auth-toolbar-actions button,.store-auth-card-actions button,.store-auth-dialog button{font:inherit}.store-auth-refresh,.store-auth-add{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease,transform .16s ease}.store-auth-refresh{width:38px;height:38px;border:1px solid transparent;color:#6f747c;background:transparent}.store-auth-refresh:hover:not(:disabled){color:#1d2025;background:#ebecee}.store-auth-add{min-height:38px;gap:7px;border:1px solid #17191d;padding:0 13px;color:#fff;background:#17191d;font-size:13px;font-weight:600}.store-auth-add:hover{border-color:#000;background:#000;transform:translateY(-1px)}.store-auth-refresh:disabled,.store-auth-add:disabled{cursor:not-allowed;opacity:.45}.store-auth-list{min-width:0;display:grid;gap:12px}.store-auth-table-shell{min-width:0;overflow-x:auto;border:1px solid #e1e3e6;border-radius:14px;background:#fff;box-shadow:0 10px 30px #14182009}.store-auth-table{width:100%;min-width:1040px;border-collapse:separate;border-spacing:0;color:#363a41;font-size:13px}.store-auth-table th,.store-auth-table td{border-bottom:1px solid #eff0f2;padding:14px 16px;text-align:left;vertical-align:middle}.store-auth-table th{color:#767c85;background:#fafafa;font-size:12px;font-weight:600;white-space:nowrap}.store-auth-table th:first-child,.store-auth-table td:first-child{width:25%;min-width:220px}.store-auth-table th:nth-child(4),.store-auth-table td:nth-child(4),.store-auth-table th:nth-child(5),.store-auth-table td:nth-child(5),.store-auth-table th:nth-child(6),.store-auth-table td:nth-child(6){white-space:nowrap}.store-auth-action-column{position:sticky;right:0;z-index:1;min-width:190px;border-left:1px solid #eff0f2;background:#fff;box-shadow:-8px 0 14px -14px #1418208c}.store-auth-table tbody tr:last-child>td{border-bottom:0}.store-auth-table tbody tr:hover>td{background:#fcfcfd}.store-auth-shop-name{min-width:0;display:grid;gap:5px}.store-auth-shop-name strong,.store-auth-shop-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-auth-shop-name strong{color:#1d2025;font-size:13px;font-weight:600}.store-auth-shop-name span{color:#92979f;font-size:11px}.store-auth-time{color:#646a72;font-variant-numeric:tabular-nums}.store-auth-table-actions{display:flex;align-items:center;gap:4px}.store-auth-table-actions button{min-height:32px;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:8px;padding:0 8px;background:transparent;cursor:pointer;font:inherit;font-size:12px;font-weight:500;white-space:nowrap;transition:color .16s ease,background .16s ease}.store-auth-table-actions button:disabled{cursor:not-allowed;opacity:.34}.store-auth-table-message{height:180px;color:#858a92;text-align:center!important}.store-auth-table-message svg{margin-right:7px;vertical-align:-4px}.store-auth-source-note{margin:10px 2px 0;color:#90959d;font-size:11px;line-height:1.5}.store-auth-card{min-width:0;overflow:hidden;border:1px solid #e1e3e6;border-radius:18px;background:#fff;box-shadow:0 10px 30px #14182009}.store-auth-card-header{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 22px 20px}.store-auth-card-identity{min-width:0;display:grid;gap:7px}.store-auth-card-identity h2{margin:0;overflow:hidden;color:#181a1e;font-size:17px;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.store-auth-card-identity>span{color:#858a92;font-size:12px;line-height:1.45}.store-auth-status{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding-top:3px;color:#696e76;font-size:12px;white-space:nowrap}.store-auth-status i{width:6px;height:6px;border-radius:50%;background:#a8adb4;box-shadow:0 0 0 3px #a8adb41f}.store-auth-status.active{color:#3d6758}.store-auth-status.active i{background:#55a17e;box-shadow:0 0 0 3px #55a17e1f}.store-auth-status.reauth_required{color:#8b6640}.store-auth-status.reauth_required i{background:#bf8853;box-shadow:0 0 0 3px #bf88531f}.store-auth-status.disabled{color:#706b54}.store-auth-status.disabled i{background:#a99a63;box-shadow:0 0 0 3px #a99a631f}.store-auth-status.revoked{color:#8c5c58}.store-auth-status.revoked i{background:#b87973;box-shadow:0 0 0 3px #b879731f}.store-auth-shop-name-row{min-width:0;display:flex;align-items:center;gap:8px}.store-auth-shop-name-row .store-auth-shop-name{flex:1}.store-auth-shop-name-trigger{min-width:0;max-width:100%;display:inline-flex;align-items:center;gap:6px;border:0;border-radius:6px;padding:1px 3px 1px 0;color:inherit;font:inherit;background:transparent;cursor:pointer}.store-auth-shop-name-trigger strong{min-width:0}.store-auth-shop-name-trigger svg{flex:0 0 auto;color:#858b94;opacity:.58;transition:color .12s ease,opacity .12s ease}.store-auth-shop-name-trigger:hover:not(:disabled) svg,.store-auth-shop-name-trigger:focus-visible svg{color:#353941;opacity:1}.store-auth-shop-name-trigger:focus-visible{outline:2px solid rgba(57,113,196,.28);outline-offset:2px}.store-auth-shop-name-trigger:disabled{cursor:wait;opacity:.65}.store-auth-shop-editor{min-width:0;display:flex;align-items:center;gap:8px}.store-auth-shop-editor input{width:100%;min-width:0;border:1px solid #d7dbe2;border-radius:8px;padding:6px 8px;font:inherit;color:#20242b;background:#fff}.store-auth-shop-editor button{border:1px solid transparent;border-radius:8px;min-height:30px;min-width:30px;display:inline-flex;align-items:center;justify-content:center;background:#f3f4f5;cursor:pointer}.store-auth-shop-editor button:disabled{cursor:not-allowed;opacity:.45}.store-auth-shop-editor-save{color:#1f6f3d}.store-auth-shop-editor-cancel{color:#9b4c4a}.store-auth-card-actions{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid #f0f1f2;padding:10px 12px}.store-auth-card-actions button{min-height:36px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:10px;padding:0 10px;background:transparent;cursor:pointer;font-size:13px;font-weight:500;transition:color .16s ease,background .16s ease}.store-auth-reauthorize{color:#454a52}.store-auth-reauthorize:hover:not(:disabled){color:#111318;background:#f3f4f5}.store-auth-cancel{color:#9a504c}.store-auth-cancel:hover:not(:disabled){color:#8d3834;background:#fff3f2}.store-auth-card-actions button:disabled{cursor:not-allowed;opacity:.34}.store-auth-empty{min-height:168px;display:grid;place-items:center;border:1px dashed #d9dce0;border-radius:18px;color:#858a92;background:#ffffff7a;font-size:13px}.store-auth-error{border:1px solid #f0d5d3;border-radius:12px;padding:10px 12px;color:#983f3a;background:#fff8f7;font-size:12px}.store-auth-card-skeleton{min-height:126px;display:grid;align-content:start;gap:10px;padding:24px 22px 0}.store-auth-card-skeleton>div,.store-auth-card-skeleton>span,.store-auth-card-skeleton footer i{border-radius:999px;background:linear-gradient(90deg,#eff0f2 25%,#f7f7f8,#eff0f2 75%);background-size:200% 100%;animation:store-auth-shimmer 1.4s ease-in-out infinite}.store-auth-card-skeleton>div{width:180px;height:18px}.store-auth-card-skeleton>span{width:110px;height:11px}.store-auth-card-skeleton footer{display:flex;justify-content:space-between;margin:18px -10px 0;border-top:1px solid #f0f1f2;padding:13px 0}.store-auth-card-skeleton footer i{width:82px;height:12px}@keyframes store-auth-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.store-auth-dialog-backdrop{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;background:#0f111547}.store-auth-dialog{width:min(420px,100%);border:1px solid rgba(255,255,255,.7);border-radius:20px;padding:20px;background:#fff;box-shadow:0 28px 80px #11141b38}.store-auth-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.store-auth-dialog>header>div{min-width:0;display:grid;gap:5px}.store-auth-dialog>header span{overflow:hidden;color:#8a8f97;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.store-auth-dialog h2{margin:0;color:#17191d;font-size:20px;font-weight:600}.store-auth-dialog>header>button{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:9px;color:#737880;background:transparent;cursor:pointer}.store-auth-dialog>header>button:hover:not(:disabled){color:#1b1d21;background:#f1f2f3}.store-auth-dialog p{margin:18px 0 22px;color:#62676f;font-size:13px;line-height:1.65}.store-auth-dialog-error{margin:-8px 0 18px;border-radius:10px;padding:9px 10px;color:#983f3a;background:#fff3f2;font-size:12px;line-height:1.45}.store-auth-dialog>footer{display:flex;justify-content:flex-end;gap:8px}.store-auth-dialog>footer button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #dedfe2;border-radius:10px;padding:0 14px;color:#4d525a;background:#fff;cursor:pointer;font-size:13px;font-weight:600}.store-auth-dialog>footer button:hover:not(:disabled){border-color:#c8cbd0;background:#f6f6f7}.store-auth-dialog>footer button.danger{border-color:#a7443f;color:#fff;background:#a7443f}.store-auth-dialog>footer button.danger:hover:not(:disabled){border-color:#8f3531;background:#8f3531}.store-auth-dialog button:disabled{cursor:not-allowed;opacity:.48}.erp-not-found-page{display:grid;place-items:center;border:1px solid var(--erp-shell-border);border-radius:14px;background:#fff;text-align:center}.erp-not-found-page>div{display:grid;gap:8px}.erp-not-found-page h2,.erp-not-found-page p{margin:0}.erp-not-found-page p{color:#747a83}.erp-not-found-page button{justify-self:center;border:0;border-radius:8px;padding:9px 13px;color:#fff;background:#111318;cursor:pointer}@media(max-width:1679px){.erp-page-content .report-copilot-workspace.open{grid-template-columns:minmax(0,1fr)}.erp-page-content .report-copilot-panel{position:absolute;z-index:30;inset:0 0 0 auto;width:min(420px,calc(100% - 20px));box-shadow:-22px 0 46px #11131833}.erp-page-content .report-copilot-scrim{position:absolute;z-index:25;inset:0;display:block;border:0;padding:0;background:#1113182e;cursor:pointer}}@media(max-width:1439px){.erp-shell-body,.erp-app-shell.secondary-collapsed .erp-shell-body{grid-template-columns:var(--erp-primary-nav-width) 0 minmax(0,1fr)}.erp-secondary-nav,.secondary-collapsed .erp-secondary-nav{position:fixed;z-index:80;top:var(--erp-header-height);bottom:0;left:var(--erp-primary-nav-width);width:var(--erp-secondary-nav-width);border-left:0;box-shadow:18px 0 42px #11131829;visibility:hidden;pointer-events:none;opacity:0;transform:translate(-110%)}.erp-secondary-nav.mobile-open{visibility:visible;pointer-events:auto;opacity:1;transform:translate(0)}.erp-secondary-nav-header>button{display:grid}.erp-secondary-nav-header{display:flex}.erp-mobile-menu-button{display:grid}.erp-navigation-scrim{position:fixed;z-index:70;inset:var(--erp-header-height) 0 0 var(--erp-primary-nav-width);display:block;border:0;padding:0;background:#11131838;cursor:pointer}.erp-secondary-collapse-button{display:none}}@media(max-width:720px){.erp-shell-body,.erp-app-shell.secondary-collapsed .erp-shell-body{grid-template-columns:minmax(0,1fr)}.erp-primary-nav{display:none}.erp-main-column{grid-column:1}.erp-secondary-nav,.secondary-collapsed .erp-secondary-nav{left:0;width:min(292px,calc(100vw - 42px))}.erp-navigation-scrim{left:0}.erp-mobile-module-switcher{flex:0 0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding:8px 9px;border-bottom:1px solid #eceef1}.erp-mobile-module-switcher button{min-width:0;min-height:48px;display:grid;place-items:center;align-content:center;gap:3px;border:0;border-radius:8px;padding:5px 3px;color:#666c75;background:#f4f5f6;cursor:pointer}.erp-mobile-module-switcher button.active{color:#fff;background:#111318}.erp-mobile-module-switcher span{width:100%;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.erp-brand-copy span,.erp-session-status,.erp-user-label{display:none}.erp-app-header{padding:0 9px}.erp-header-actions{gap:4px}.erp-header-actions>button{padding:0 8px}.erp-page-content{padding:0}.erp-page-content>.chat-layout{padding-inline:0;border-radius:0}.store-authorizations-page{padding:24px 14px max(24px,env(safe-area-inset-bottom))}.store-auth-toolbar{gap:12px;margin-bottom:16px}.store-auth-platform{display:grid;gap:3px}.store-auth-platform h1{font-size:17px}.store-auth-add{padding-inline:11px}.store-auth-card{border-radius:15px}.store-auth-card-header{gap:12px;padding:19px 18px 17px}.store-auth-card-identity h2{font-size:15px}.store-auth-card-actions{padding:8px}.store-auth-shop-editor{gap:6px}.store-auth-shop-editor input{width:100%;min-width:0}.store-auth-shop-editor button{min-height:28px;min-width:28px}.store-auth-dialog-backdrop{align-items:end;padding:10px}.store-auth-dialog{width:100%;border-radius:20px;padding:18px;padding-bottom:max(18px,env(safe-area-inset-bottom))}.erp-open-tab>button:last-child{width:40px}}.orders-report-shell{gap:var(--space-12);padding:var(--space-16);color:var(--text-primary);background:var(--surface-page)}.orders-report-body{gap:var(--space-16)}.orders-report-main{gap:var(--space-12);container-type:inline-size;container-name:report-main}.report-order-toolbar,.video-report-filter-bar{width:100%}.report-filter-bar .report-select-filter>.report-select-trigger{min-height:var(--report-control-height);border-color:var(--border-control);border-radius:var(--radius-control);padding:0 var(--space-12);color:var(--text-primary);background:var(--surface-primary);font-size:var(--text-control);font-weight:var(--weight-regular);line-height:18px}.report-filter-bar .report-select-filter.open>.report-select-trigger,.report-filter-bar .report-select-filter>.report-select-trigger:focus-visible{border-color:var(--focus-color);box-shadow:var(--focus-ring)}.report-order-shop-field,.video-report-shop-field{min-width:180px;flex:1 1 200px}.report-order-date-field,.video-report-date-field{min-width:260px;flex:1.35 1 300px}.report-order-status-field,.video-report-type-field,.video-report-performance-field{min-width:128px;flex:.75 1 150px}.report-order-search-field,.video-report-search-field{min-width:220px;flex:1.2 1 260px}.report-metrics{width:100%;grid-template-columns:minmax(130px,.72fr) minmax(150px,.9fr) minmax(260px,1.6fr);gap:var(--space-8)}.report-metric,.video-library-summary>button,.video-library-summary>article,.video-library-summary>.report-gmv-metric,.video-library-summary>.video-type-metric,.video-library-summary-static{border-color:var(--border-subtle);border-radius:var(--radius-surface);background:var(--surface-primary);box-shadow:none}.report-metric{min-height:68px;padding:10px var(--space-12)}.report-metric>span{width:32px;height:32px;border-radius:9px;color:var(--text-primary);background:var(--surface-secondary)}.report-metric small,.video-library-summary>button span,.video-library-summary>article span,.video-type-metric small,.video-library-summary-static span{color:var(--text-secondary);font-size:var(--text-meta);font-weight:var(--weight-medium);line-height:14px}.report-metric strong,.video-library-summary>button strong,.video-library-summary>article strong,.video-type-metric strong,.video-library-summary-static strong{color:var(--text-primary);font-size:var(--text-title);font-weight:var(--weight-semibold);line-height:24px;font-variant-numeric:tabular-nums}.report-table-wrap,.sku-table-wrap,.shop-data-table-wrap{border-color:var(--border-subtle);border-radius:var(--radius-surface);background:var(--surface-primary);box-shadow:none}.report-table th,.sku-analysis-table th{height:42px;color:var(--text-secondary);background:var(--surface-secondary);font-size:var(--text-label);font-weight:var(--weight-semibold);line-height:16px}.report-table td,.sku-analysis-table td{border-color:var(--border-subtle);color:var(--text-primary);font-size:var(--text-control);font-weight:var(--weight-regular);line-height:18px}.video-library-heading{min-height:40px;gap:var(--space-12)}.video-library-view-tabs{gap:2px;border-color:var(--border-control);border-radius:var(--radius-control);padding:3px;background:var(--surface-primary)}.video-library-view-tabs button{min-height:32px;border-radius:8px;color:var(--text-secondary);font-size:var(--text-control);font-weight:var(--weight-medium)}.video-library-view-tabs button:hover{color:var(--text-primary);background:var(--surface-hover)}.video-library-view-tabs button.active{color:var(--text-inverse);background:var(--action-primary)}.video-library-freshness{color:var(--text-secondary);font-size:var(--text-label);font-weight:var(--weight-regular);line-height:16px;font-variant-numeric:tabular-nums}.video-library-summary{grid-template-columns:repeat(auto-fit,minmax(112px,1fr));align-items:center;gap:var(--space-8)}.video-library-summary>button,.video-library-summary>article,.video-library-summary>.report-gmv-metric,.video-library-summary>.video-type-metric,.video-library-summary-static{min-height:68px;padding:10px var(--space-12)}.video-library-summary>.video-type-metric{padding:0}.video-library-summary>.video-type-metric>.report-select-trigger{min-height:0}.video-type-metric:hover,.video-type-metric:focus-within,.video-type-metric.open{border-color:var(--focus-color);background:var(--surface-hover);box-shadow:var(--focus-ring)}@container report-main (max-width: 720px){.report-order-toolbar .report-field,.video-report-filter-bar .report-field{width:100%;min-width:0;flex-basis:100%}}@media(max-width:980px){.report-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.orders-report-shell{padding:var(--space-12)}.report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.report-metrics>.report-gmv-metric{grid-column:1 / -1}}@media(max-width:430px){.report-metrics,.video-library-summary{grid-template-columns:minmax(0,1fr)}.report-metrics>.report-gmv-metric,.video-library-summary>.report-gmv-metric{grid-column:auto}}
