.ColorEditor-module__Tlt6ia__wrap{flex-shrink:0;display:inline-flex;position:relative}.ColorEditor-module__Tlt6ia__chip{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;width:36px;height:36px;transition:transform var(--transition-fast), box-shadow var(--transition-fast);background-clip:padding-box;padding:0}.ColorEditor-module__Tlt6ia__chip:hover{transform:scale(1.05)}.ColorEditor-module__Tlt6ia__chip[aria-expanded=true]{box-shadow:0 0 0 3px color-mix(in srgb, var(--accent-blue) 30%, transparent)}.ColorEditor-module__Tlt6ia__popover{z-index:1000;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:280px;padding:14px;position:fixed;box-shadow:0 18px 48px #0000002e,0 4px 12px #00000014}.ColorEditor-module__Tlt6ia__tabs{background:var(--bg-input);border-radius:var(--radius-sm);gap:4px;margin-bottom:12px;padding:3px;display:flex}.ColorEditor-module__Tlt6ia__tab{color:var(--text-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;border-radius:4px;flex:1;padding:6px 10px;font-size:12px;font-weight:600}.ColorEditor-module__Tlt6ia__tab:hover{color:var(--text-primary)}.ColorEditor-module__Tlt6ia__tabActive,.ColorEditor-module__Tlt6ia__tabActive:hover{background:var(--bg-card);color:var(--text-primary);box-shadow:0 1px 2px #00000014}.ColorEditor-module__Tlt6ia__panel{flex-direction:column;gap:12px;display:flex}.ColorEditor-module__Tlt6ia__colorRow{align-items:center;gap:8px;display:flex}.ColorEditor-module__Tlt6ia__colorInput{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;background:0 0;flex-shrink:0;width:40px;height:40px;padding:0}.ColorEditor-module__Tlt6ia__hexInput{border:1px solid var(--border-subtle);background:var(--bg-input);min-width:0;color:var(--text-primary);border-radius:var(--radius-sm);flex:1;padding:7px 10px;font-family:monospace;font-size:12px}.ColorEditor-module__Tlt6ia__sliderRow{grid-template-columns:56px 1fr 40px;align-items:center;gap:8px;display:grid}.ColorEditor-module__Tlt6ia__sliderLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.ColorEditor-module__Tlt6ia__slider{width:100%;accent-color:var(--accent-blue)}.ColorEditor-module__Tlt6ia__sliderValue{color:var(--text-muted);text-align:right;font-family:monospace;font-size:11px}.ColorEditor-module__Tlt6ia__section{flex-direction:column;gap:6px;display:flex}.ColorEditor-module__Tlt6ia__sectionLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.ColorEditor-module__Tlt6ia__presetGrid{grid-template-columns:repeat(9,1fr);gap:4px;display:grid}.ColorEditor-module__Tlt6ia__preset{aspect-ratio:1;border:1px solid var(--border-subtle);cursor:pointer;width:100%;transition:transform var(--transition-fast);background-clip:padding-box;border-radius:4px;padding:0}.ColorEditor-module__Tlt6ia__preset:hover{transform:scale(1.15)}.ColorEditor-module__Tlt6ia__gradientPreview{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);width:100%;height:56px}.ColorEditor-module__Tlt6ia__stop{flex-direction:column;gap:4px;display:flex}.ColorEditor-module__Tlt6ia__stopLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.ColorEditor-module__Tlt6ia__stopControls{grid-template-columns:32px 48px auto 1fr;align-items:center;gap:6px;display:grid}.ColorEditor-module__Tlt6ia__stopControls .ColorEditor-module__Tlt6ia__colorInput{width:32px;height:32px}.ColorEditor-module__Tlt6ia__stopNumber{border:1px solid var(--border-subtle);background:var(--bg-input);color:var(--text-primary);border-radius:var(--radius-sm);min-width:0;padding:5px 6px;font-family:monospace;font-size:11px}.ColorEditor-module__Tlt6ia__stopUnit{color:var(--text-muted);font-size:11px}.ColorEditor-module__Tlt6ia__stopAlpha{width:100%;accent-color:var(--accent-blue)}.ColorEditor-module__Tlt6ia__gradientPresets{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.ColorEditor-module__Tlt6ia__gradientPreset{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);cursor:pointer;width:100%;height:36px;transition:transform var(--transition-fast);padding:0}.ColorEditor-module__Tlt6ia__gradientPreset:hover{transform:scale(1.05)}
.Button-module__8RiFmG__btn{border-radius:var(--radius-md,10px);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;letter-spacing:-.01em;min-height:40px;transition:background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast), color var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.Button-module__8RiFmG__btn:disabled{opacity:.55;cursor:not-allowed}.Button-module__8RiFmG__btn:focus-visible{outline:2px solid color-mix(in srgb, var(--accent-blue) 78%, white);outline-offset:2px}.Button-module__8RiFmG__sm{min-height:36px;padding:7px 12px;font-size:13px}.Button-module__8RiFmG__md{min-height:40px;padding:9px 17px}.Button-module__8RiFmG__lg{min-height:44px;padding:12px 21px;font-size:15px}.Button-module__8RiFmG__primary{color:var(--btn-primary-text);background:var(--btn-primary-bg);box-shadow:var(--shadow-primary-button)}.Button-module__8RiFmG__primary:hover:not(:disabled){color:var(--btn-primary-text);background:var(--btn-primary-hover);box-shadow:var(--shadow-primary-button-hover)}.Button-module__8RiFmG__secondary{color:var(--btn-secondary-text);background:var(--btn-secondary-bg);border-color:var(--border-light)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--btn-secondary-hover);border-color:var(--border-accent)}.Button-module__8RiFmG__ghost{color:var(--btn-ghost-text);background:0 0}.Button-module__8RiFmG__ghost:hover:not(:disabled){color:var(--btn-ghost-hover-text);background:var(--btn-ghost-hover-bg)}.Button-module__8RiFmG__gold{color:var(--btn-gold-text);background:linear-gradient(180deg, var(--btn-gold-to), var(--btn-gold-from));box-shadow:var(--shadow-gold-button)}.Button-module__8RiFmG__gold:hover:not(:disabled){box-shadow:var(--shadow-gold-button-hover)}.Button-module__8RiFmG__danger{color:var(--btn-danger-text);background:var(--btn-danger-bg)}.Button-module__8RiFmG__danger:hover:not(:disabled){color:var(--btn-danger-text);background:var(--btn-danger-hover)}@media (pointer:coarse){.Button-module__8RiFmG__sm,.Button-module__8RiFmG__md,.Button-module__8RiFmG__lg{min-height:var(--touch-target,44px)}}
.GuestGate-module__b1KmJG__backdrop{z-index:10000;background:color-mix(in srgb, var(--bg-primary) 62%, transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.GuestGate-module__b1KmJG__modal{border:1px solid var(--border-color);background:var(--bg-secondary);width:min(480px,100%);box-shadow:var(--shadow-xl);border-radius:20px;padding:32px;position:relative}.GuestGate-module__b1KmJG__modal h2{margin:16px 0 8px;font-size:1.6rem}.GuestGate-module__b1KmJG__modal p{color:var(--text-secondary);line-height:1.6}.GuestGate-module__b1KmJG__close{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;position:absolute;top:14px;right:14px}.GuestGate-module__b1KmJG__icon{width:48px;height:48px;color:var(--accent-primary);background:color-mix(in srgb, var(--accent-primary) 14%, transparent);border-radius:14px;place-items:center;display:inline-grid}.GuestGate-module__b1KmJG__note{font-size:.875rem}.GuestGate-module__b1KmJG__actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}
.Views-module__UDvyCa__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}.Views-module__UDvyCa__gridCard{border-radius:var(--radius-lg);cursor:pointer;text-align:left;color:inherit;box-shadow:none;transform-style:preserve-3d;transition:box-shadow var(--transition-normal);background:0 0;border:none;padding:0;font-family:inherit;position:relative;overflow:hidden}.Views-module__UDvyCa__gridCard:hover{box-shadow:var(--shadow-lg);border-color:#0000}@media (prefers-reduced-motion:no-preference){.Views-module__UDvyCa__gridCard{animation:.38s cubic-bezier(.22,1,.36,1) both Views-module__UDvyCa__gridCardIn}}@keyframes Views-module__UDvyCa__gridCardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Views-module__UDvyCa__gridImageWrap{aspect-ratio:63/88;background:var(--bg-secondary);position:relative;overflow:hidden}.Views-module__UDvyCa__gridImage{width:100%;height:100%}.Views-module__UDvyCa__gridHoloSurface{border-radius:inherit;width:100%;height:100%;transition:transform var(--transition-normal)}.Views-module__UDvyCa__gridCard:hover .Views-module__UDvyCa__gridHoloSurface{transform:scale(1.05)}.Views-module__UDvyCa__gridCard:focus-visible .Views-module__UDvyCa__gridHoloSurface>[aria-hidden=true]{opacity:calc(var(--holo-strength) * .58)}@media (prefers-reduced-motion:reduce){.Views-module__UDvyCa__gridHoloSurface,.Views-module__UDvyCa__gridCard:hover .Views-module__UDvyCa__gridHoloSurface{transition:none;transform:none}}.Views-module__UDvyCa__gridOverlay{opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(#0000,#000c);justify-content:flex-end;padding:8px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.Views-module__UDvyCa__gridCard:hover .Views-module__UDvyCa__gridOverlay{opacity:1}.Views-module__UDvyCa__gridPrice{color:var(--accent-gold);font-size:14px;font-weight:700}.Views-module__UDvyCa__gridInfo{flex-direction:column;gap:12px;padding:12px;display:flex}.Views-module__UDvyCa__gridHeader{margin-bottom:4px}.Views-module__UDvyCa__gridName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;line-height:1.2;display:block;overflow:hidden}.Views-module__UDvyCa__gridSet{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:12px;display:block;overflow:hidden}.Views-module__UDvyCa__gridPricing{border-top:1px solid var(--border-subtle);background:0 0;border-radius:0;flex-direction:column;gap:6px;padding:9px 0 0;display:flex}.Views-module__UDvyCa__priceRowMain{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:baseline;margin-bottom:2px;padding-bottom:6px;display:flex}.Views-module__UDvyCa__label{color:var(--text-secondary);text-transform:uppercase;font-size:11px;font-weight:500}.Views-module__UDvyCa__valueLarge{color:var(--accent-gold);letter-spacing:-.5px;font-size:16px;font-weight:700}.Views-module__UDvyCa__priceRowSub{justify-content:space-between;align-items:center;display:flex}.Views-module__UDvyCa__subItem{align-items:center;gap:6px;display:flex}.Views-module__UDvyCa__labelSm{color:var(--text-muted);font-size:10px}.Views-module__UDvyCa__valueSm{color:var(--text-secondary);font-size:12px;font-weight:600}.Views-module__UDvyCa__trend{border-radius:4px;align-items:center;gap:2px;padding:2px 6px;font-size:11px;font-weight:600;display:flex}.Views-module__UDvyCa__trendUp{color:var(--accent-green);background:#10b9811a}.Views-module__UDvyCa__trendDown{color:var(--accent-red);background:#ef44441a}.Views-module__UDvyCa__tableWrap{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-card);box-shadow:var(--shadow-sm);overflow-x:auto}.Views-module__UDvyCa__dialogInput{border:1px solid var(--border-subtle);background:var(--bg-card);height:40px;color:var(--text-primary);font:inherit;border-radius:8px;padding:0 11px}.Views-module__UDvyCa__skuDialogForm{gap:14px;display:grid}.Views-module__UDvyCa__skuDialogForm label{color:var(--text-secondary);gap:6px;font-size:11px;font-weight:700;display:grid}.Views-module__UDvyCa__skuDialogActions{justify-content:flex-end;gap:8px;display:flex}.Views-module__UDvyCa__dialogError{border:1px solid color-mix(in srgb, var(--accent-red) 40%, var(--border-subtle));background:color-mix(in srgb, var(--accent-red) 8%, var(--bg-card));color:var(--accent-red);border-radius:8px;margin:0;padding:8px 10px;font-size:11px;line-height:1.4}.Views-module__UDvyCa__table{border-collapse:separate;border-spacing:0;width:100%;font-size:13px}.Views-module__UDvyCa__table th{z-index:2;text-align:left;background:linear-gradient(180deg, var(--bg-elevated), var(--bg-tertiary));text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border-light);white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:13px 14px;font-size:11px;font-weight:700;position:sticky;top:0}.Views-module__UDvyCa__tableRow{cursor:pointer;transition:background var(--transition-fast), box-shadow var(--transition-fast);-webkit-user-select:none;user-select:none;position:relative}.Views-module__UDvyCa__tableRow:hover{background:color-mix(in srgb, var(--accent-blue) 7%, var(--bg-hover))}.Views-module__UDvyCa__tableRow:focus-visible{background:color-mix(in srgb, var(--accent-blue) 9%, var(--bg-hover));outline:none}.Views-module__UDvyCa__selectedRow{background:color-mix(in srgb, var(--accent-blue) 12%, var(--bg-card))}.Views-module__UDvyCa__selectedRow:hover{background:color-mix(in srgb, var(--accent-blue) 16%, var(--bg-card))}.Views-module__UDvyCa__tableRow td{border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);white-space:nowrap;padding:10px 14px}.Views-module__UDvyCa__colName{min-width:220px}.Views-module__UDvyCa__colSet{min-width:170px}.Views-module__UDvyCa__tableThumb{border:1px solid var(--border-subtle);width:36px;height:50px;box-shadow:var(--shadow-sm);border-radius:6px;overflow:hidden}.Views-module__UDvyCa__tableThumb>div{width:100%;height:100%}.Views-module__UDvyCa__tableName{white-space:nowrap;text-overflow:ellipsis;max-width:340px;font-weight:600;overflow:hidden;color:var(--text-primary)!important}.Views-module__UDvyCa__tableNameCell{flex-direction:column;gap:2px;min-width:0;display:flex}.Views-module__UDvyCa__tableMetaSmall{color:var(--text-muted);font-size:11px;font-weight:500;line-height:1.2}.Views-module__UDvyCa__tableValueCell{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.Views-module__UDvyCa__tablePrice{text-align:right;font-weight:700;color:var(--accent-green)!important}.Views-module__UDvyCa__skuCell{align-items:center;gap:8px;max-width:280px;display:flex}.Views-module__UDvyCa__skuValue{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:12px;overflow:hidden}.Views-module__UDvyCa__skuActions{align-items:center;gap:4px;display:flex}.Views-module__UDvyCa__skuActionBtn{border:1px solid var(--border-subtle);background:var(--bg-card);width:22px;height:22px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.Views-module__UDvyCa__skuActionBtn:hover{color:var(--text-primary);border-color:var(--accent-blue);background:color-mix(in srgb, var(--accent-blue), transparent 88%)}.Views-module__UDvyCa__checkbox{border:1px solid color-mix(in srgb, var(--text-secondary), transparent 60%);cursor:pointer;background:#ffffff0f;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:relative}.Views-module__UDvyCa__checkbox:hover{background:#4f7cff14;border-color:#4f7cff99}.Views-module__UDvyCa__checkbox:after{content:"";cursor:pointer;position:absolute;inset:-12px}.Views-module__UDvyCa__checkbox.Views-module__UDvyCa__checked{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff}.Views-module__UDvyCa__checkboxIcon{width:12px;height:12px}.Views-module__UDvyCa__selectOverlay{z-index:10;opacity:0;transition:opacity .2s;position:absolute;top:8px;left:8px}.Views-module__UDvyCa__gridCard:hover .Views-module__UDvyCa__selectOverlay,.Views-module__UDvyCa__compactCard:hover .Views-module__UDvyCa__selectOverlay,.Views-module__UDvyCa__comfCard:hover .Views-module__UDvyCa__selectOverlay,.Views-module__UDvyCa__selectOverlay.Views-module__UDvyCa__visible{opacity:1}.Views-module__UDvyCa__sortHeader{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}.Views-module__UDvyCa__sortHeaderInner{align-items:center;gap:4px;display:flex}.Views-module__UDvyCa__sortHeader:hover{color:var(--accent-blue)}.Views-module__UDvyCa__sortIcon{opacity:.5;width:14px;height:14px}.Views-module__UDvyCa__sortHeader:hover .Views-module__UDvyCa__sortIcon{opacity:1}.Views-module__UDvyCa__bulkActionsBar{background:var(--bg-content);border:1px solid var(--border-subtle);z-index:100;border-radius:100px;align-items:center;gap:16px;padding:12px 24px;animation:.3s ease-out Views-module__UDvyCa__slideUp;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px -10px #00000080}@keyframes Views-module__UDvyCa__slideUp{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%)}}.Views-module__UDvyCa__selectedCount{color:var(--text-primary);border-right:1px solid var(--border-subtle);padding-right:12px;font-weight:600}.Views-module__UDvyCa__compactList{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;display:grid}.Views-module__UDvyCa__compactCard{aspect-ratio:63/88;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:2px solid #0000;padding:0;overflow:hidden}.Views-module__UDvyCa__ebayStatus{background:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.Views-module__UDvyCa__ebayActive{background:var(--status-active-bg);color:var(--status-active-text);border-color:var(--status-active-border)}.Views-module__UDvyCa__ebaySold{background:var(--status-sold-bg);color:var(--status-sold-text);border-color:var(--status-sold-border)}.Views-module__UDvyCa__ebayInactive{background:var(--status-draft-bg);color:var(--status-draft-text);border-color:var(--status-draft-border)}.Views-module__UDvyCa__marketplaceBadges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;min-width:0;display:inline-flex}.Views-module__UDvyCa__marketplaceBadgesStacked{flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}.Views-module__UDvyCa__marketplaceBadge{border:1px solid var(--border-subtle);color:var(--text-secondary);text-transform:none;white-space:nowrap;background:#ffffff0a;border-radius:999px;align-items:center;gap:4px;padding:2px 6px;font-size:10px;line-height:1.2;display:inline-flex}.Views-module__UDvyCa__marketplaceBadgeLink{cursor:pointer;text-decoration:none;transition:transform .16s,filter .16s,border-color .16s}.Views-module__UDvyCa__marketplaceBadgeLink:hover{filter:brightness(1.08);border-color:color-mix(in srgb, currentColor 50%, transparent);transform:translateY(-1px)}.Views-module__UDvyCa__marketplaceLabel{color:var(--text-muted);font-weight:700}.Views-module__UDvyCa__marketplaceValue{font-weight:600}.Views-module__UDvyCa__marketplaceMore{color:var(--text-muted);border:1px dashed var(--border-subtle);border-radius:999px;padding:2px 6px;font-size:10px;line-height:1.2}.Views-module__UDvyCa__marketplaceBadgesStacked .Views-module__UDvyCa__marketplaceMore{align-self:flex-start}.Views-module__UDvyCa__status_active{border-color:var(--status-active-border);color:var(--status-active-text);background:var(--status-active-bg)}.Views-module__UDvyCa__status_inactive,.Views-module__UDvyCa__status_unsold,.Views-module__UDvyCa__status_draft{border-color:var(--status-draft-border);color:var(--status-draft-text);background:var(--status-draft-bg)}.Views-module__UDvyCa__status_sold{border-color:var(--status-sold-border);color:var(--status-sold-text);background:var(--status-sold-bg)}.Views-module__UDvyCa__status_out_of_sync{border-color:var(--status-out-of-sync-border);color:var(--status-out-of-sync-text);background:var(--status-out-of-sync-bg)}.Views-module__UDvyCa__status_syncing{border-color:var(--status-syncing-border);color:var(--status-syncing-text);background:var(--status-syncing-bg)}.Views-module__UDvyCa__status_failed{border-color:var(--status-failed-border);color:var(--status-failed-text);background:var(--status-failed-bg)}.Views-module__UDvyCa__status_unlinked{border-color:var(--status-unlinked-border);color:var(--status-unlinked-text);background:var(--status-unlinked-bg)}.Views-module__UDvyCa__nameRow{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.Views-module__UDvyCa__compactStatus{z-index:5;position:absolute;bottom:4px;right:4px}.Views-module__UDvyCa__compactCard:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-glow-blue);z-index:1;transform:scale(1.05)}.Views-module__UDvyCa__compactImage{object-fit:cover;width:100%;height:100%}.Views-module__UDvyCa__comfortableList{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}@media (max-width:1100px){.Views-module__UDvyCa__comfortableList{grid-template-columns:1fr}}.Views-module__UDvyCa__comfCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast);text-align:left;color:inherit;gap:20px;padding:16px;font-family:inherit;display:flex}.Views-module__UDvyCa__comfCard:hover{border-color:var(--accent-blue);box-shadow:var(--shadow-glow-blue);transform:translate(4px)}.Views-module__UDvyCa__comfImageWrap{flex-shrink:0;width:120px}.Views-module__UDvyCa__comfImage{aspect-ratio:63/88;border-radius:var(--radius-md);width:100%}.Views-module__UDvyCa__comfInfo{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.Views-module__UDvyCa__comfName{color:var(--text-primary);font-size:18px;font-weight:700}.Views-module__UDvyCa__comfSet{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.Views-module__UDvyCa__comfMeta{flex-wrap:wrap;gap:6px;display:flex}.Views-module__UDvyCa__comfDetails{color:var(--text-muted);flex-wrap:wrap;gap:16px;font-size:13px;display:flex}.Views-module__UDvyCa__comfAttacks{gap:8px;display:flex}.Views-module__UDvyCa__comfAttack{background:var(--bg-tertiary);border-radius:var(--radius-full);color:var(--text-secondary);padding:3px 10px;font-size:12px}.Views-module__UDvyCa__comfPrice{color:var(--accent-gold);margin-top:auto;font-size:20px;font-weight:800}@media (max-width:768px){.Views-module__UDvyCa__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.Views-module__UDvyCa__comfCard{flex-direction:column}.Views-module__UDvyCa__comfImageWrap{width:100%;max-width:200px}.Views-module__UDvyCa__hiddenOnMobile{display:none!important}.Views-module__UDvyCa__table td,.Views-module__UDvyCa__table th{padding:8px 6px;font-size:12px}.Views-module__UDvyCa__tableThumb{width:32px;height:45px}.Views-module__UDvyCa__tableWrap{scrollbar-color:var(--border-strong) transparent;padding-bottom:4px}.Views-module__UDvyCa__selectInput,.Views-module__UDvyCa__tableInputSmall{min-height:40px}.Views-module__UDvyCa__syncPriceBtn{min-width:40px;min-height:40px}.Views-module__UDvyCa__skuActionBtn{flex:0 0 44px;width:44px;height:44px}}.Views-module__UDvyCa__selectInput{border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-primary);border-radius:4px;padding:4px 8px;font-size:13px}.Views-module__UDvyCa__colCheckbox{width:40px;padding-left:12px}.Views-module__UDvyCa__colImage{width:60px}.Views-module__UDvyCa__cellCheckbox{padding-left:12px}.Views-module__UDvyCa__colPrice{width:100px;padding-right:16px!important}.Views-module__UDvyCa__colNumericHeader{text-align:right!important}.Views-module__UDvyCa__colNumericHeader .Views-module__UDvyCa__sortHeaderInner{justify-content:flex-end}.Views-module__UDvyCa__cellPriceEnter{text-align:right;padding-right:16px!important}.Views-module__UDvyCa__tableInputSmall{border:1px solid var(--border-light);background:var(--bg-tertiary);width:72px;color:var(--text-primary);text-align:right;border-radius:6px;padding:5px 8px;font-size:13px;transition:all .2s}.Views-module__UDvyCa__tableInputSmall:hover{border-color:var(--accent-blue);background:var(--bg-hover)}[data-theme=light] .Views-module__UDvyCa__tableInputSmall:hover{background:#f0f2f5}.Views-module__UDvyCa__tableInputSmall:focus{border-color:var(--accent-blue);color:#f0f0f8;background:#0a0a0f;outline:none;box-shadow:0 0 0 2px #4f7cff33}[data-theme=light] .Views-module__UDvyCa__tableInputSmall:focus{color:#1a1a1a;background:#fff}.Views-module__UDvyCa__tableInputSmall::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.Views-module__UDvyCa__tableInputSmall::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Views-module__UDvyCa__syncPriceBtn{color:var(--text-muted);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.Views-module__UDvyCa__syncPriceBtn:hover{background:var(--bg-hover);color:var(--accent-blue);opacity:1}.Views-module__UDvyCa__priceInputWrapper{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.Views-module__UDvyCa__quantityInputWrapper{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.Views-module__UDvyCa__quantityMeta{color:var(--text-muted);white-space:nowrap;font-size:11px}
.RarityBadge-module__hW-nHW__badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-subtle);justify-content:center;align-items:center;padding:2px 9px;font-size:11px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.RarityBadge-module__hW-nHW__common{background:var(--rarity-common-bg);color:var(--rarity-common-text);border-color:var(--rarity-common-border)}.RarityBadge-module__hW-nHW__uncommon{background:var(--rarity-uncommon-bg);color:var(--rarity-uncommon-text);border-color:var(--rarity-uncommon-border)}.RarityBadge-module__hW-nHW__rare{background:var(--rarity-rare-bg);color:var(--rarity-rare-text);border-color:var(--rarity-rare-border);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent-blue) 12%, transparent)}.RarityBadge-module__hW-nHW__holoRare,.RarityBadge-module__hW-nHW__amazingRare{color:var(--text-primary);border-color:color-mix(in srgb, var(--accent-purple) 45%, transparent);background:linear-gradient(120deg, color-mix(in srgb, var(--accent-purple) 30%, transparent), color-mix(in srgb, var(--accent-blue) 28%, transparent));box-shadow:0 0 5px color-mix(in srgb, var(--accent-purple) 16%, transparent), inset 0 1px 0 color-mix(in srgb, var(--text-primary) 12%, transparent)}.RarityBadge-module__hW-nHW__ultraRare,.RarityBadge-module__hW-nHW__secretRare,.RarityBadge-module__hW-nHW__hyperRare{color:var(--text-primary);border-color:color-mix(in srgb, var(--accent-gold) 50%, transparent);background:linear-gradient(120deg, color-mix(in srgb, var(--accent-gold) 34%, transparent), color-mix(in srgb, var(--accent-purple) 30%, transparent) 55%, color-mix(in srgb, var(--accent-blue) 26%, transparent));box-shadow:0 0 6px color-mix(in srgb, var(--accent-gold) 18%, transparent), inset 0 1px 0 color-mix(in srgb, var(--text-primary) 14%, transparent)}.RarityBadge-module__hW-nHW__holoRare:after,.RarityBadge-module__hW-nHW__amazingRare:after,.RarityBadge-module__hW-nHW__ultraRare:after,.RarityBadge-module__hW-nHW__secretRare:after,.RarityBadge-module__hW-nHW__hyperRare:after{content:"";background:linear-gradient(110deg, transparent 42%, color-mix(in srgb, var(--text-primary) 18%, transparent) 50%, transparent 58%);pointer-events:none;animation:9s ease-in-out infinite RarityBadge-module__hW-nHW__badgeSheen;position:absolute;inset:0;transform:translate(-140%)}@keyframes RarityBadge-module__hW-nHW__badgeSheen{0%,85%{transform:translate(-140%)}to{transform:translate(140%)}}.RarityBadge-module__hW-nHW__promo{background:var(--rarity-promo-bg);color:var(--rarity-promo-text);border-color:var(--rarity-promo-border)}@media (prefers-reduced-motion:reduce){.RarityBadge-module__hW-nHW__holoRare:after,.RarityBadge-module__hW-nHW__amazingRare:after,.RarityBadge-module__hW-nHW__ultraRare:after,.RarityBadge-module__hW-nHW__secretRare:after,.RarityBadge-module__hW-nHW__hyperRare:after{animation:none;display:none}}
.CardImage-module__Fu9V8W__container{background:radial-gradient(120% 100% at 50% 0%, color-mix(in srgb, var(--accent-blue) 6%, transparent), transparent 60%), var(--bg-secondary);border-radius:inherit;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.CardImage-module__Fu9V8W__image{object-fit:contain;width:100%;height:100%;transition:opacity .45s,transform .6s cubic-bezier(.22,1,.36,1),filter .5s}.CardImage-module__Fu9V8W__loading{opacity:0;filter:blur(6px);will-change:opacity, transform, filter;transform:scale(1.04)}.CardImage-module__Fu9V8W__loaded{opacity:1;filter:blur();will-change:auto;transform:scale(1)}.CardImage-module__Fu9V8W__placeholder{width:100%;height:100%;color:var(--text-muted);background:radial-gradient(130% 120% at 50% 0%, color-mix(in srgb, var(--accent-purple) 12%, transparent), transparent 55%), radial-gradient(120% 120% at 50% 100%, color-mix(in srgb, var(--accent-blue) 10%, transparent), transparent 55%), linear-gradient(160deg, var(--bg-elevated) 0%, var(--bg-secondary) 100%);box-shadow:inset 0 0 0 1px var(--border-subtle);justify-content:center;align-items:center;display:flex;position:relative}.CardImage-module__Fu9V8W__placeholderMark{width:46%;max-width:88px;height:auto;color:color-mix(in srgb, var(--text-muted) 55%, transparent);opacity:.5;filter:drop-shadow(0 2px 8px color-mix(in srgb, var(--accent-purple) 18%, transparent))}.CardImage-module__Fu9V8W__shimmer{z-index:1;background:linear-gradient(110deg, transparent 25%, color-mix(in srgb, var(--text-primary) 10%, transparent) 45%, color-mix(in srgb, var(--text-primary) 16%, transparent) 50%, color-mix(in srgb, var(--text-primary) 10%, transparent) 55%, transparent 75%);background-size:220% 100%;animation:1.4s ease-in-out infinite CardImage-module__Fu9V8W__shimmer;position:absolute;inset:0}@keyframes CardImage-module__Fu9V8W__shimmer{0%{background-position:180% 0}to{background-position:-180% 0}}@media (prefers-reduced-motion:reduce){.CardImage-module__Fu9V8W__image{transition:opacity .2s}.CardImage-module__Fu9V8W__loading{filter:none;transform:none}.CardImage-module__Fu9V8W__shimmer{animation:none}}
.HolographicCardSurface-module__P7DEmq__surface{--holo-x:50%;--holo-y:50%;--holo-shift-x:0px;--holo-shift-y:0px;--holo-tilt-x:0deg;--holo-tilt-y:0deg;--holo-strength:0;--holo-static-color:#76dfff7a;border-radius:inherit;isolation:isolate;contain:layout paint style;transform:perspective(900px) rotateX(var(--holo-tilt-x)) rotateY(var(--holo-tilt-y));transform-origin:50%;transition:transform .18s cubic-bezier(.22,1,.36,1);display:block;position:relative;overflow:hidden}.HolographicCardSurface-module__P7DEmq__surface[data-tilt=false]{transform:none}.HolographicCardSurface-module__P7DEmq__surface[data-active=true]{will-change:transform;transition-duration:70ms}.HolographicCardSurface-module__P7DEmq__content{z-index:0;border-radius:inherit;width:100%;height:100%;position:relative;overflow:hidden}.HolographicCardSurface-module__P7DEmq__overlay,.HolographicCardSurface-module__P7DEmq__spectrum,.HolographicCardSurface-module__P7DEmq__texture{border-radius:inherit;pointer-events:none;position:absolute;inset:0}.HolographicCardSurface-module__P7DEmq__overlay{z-index:2;contain:strict;opacity:calc(var(--holo-strength) * .82);transition:opacity .16s;overflow:hidden}.HolographicCardSurface-module__P7DEmq__spectrum{transform:translate3d(var(--holo-shift-x), var(--holo-shift-y), 0) scale(1.08);transform-origin:50%;background:radial-gradient(circle at var(--holo-x) var(--holo-y), #ffffffc7 0 4%, transparent 28%), linear-gradient(118deg, #48daffb8, #ff5bcca8 38%, #ffdd5bad 68%, #5affc5a3);background-size:100% 100%,180% 180%;background-position:center, var(--holo-x) var(--holo-y);mix-blend-mode:screen;opacity:.68}.HolographicCardSurface-module__P7DEmq__texture{transform:translate3d(calc(0px - var(--holo-shift-x)), calc(0px - var(--holo-shift-y)), 0) scale(1.04);mix-blend-mode:screen;opacity:.28;background:repeating-linear-gradient(112deg,#0000 0 7px,#fff3 8px,#0000 9px 15px)}.HolographicCardSurface-module__P7DEmq__surface[data-effect=none] .HolographicCardSurface-module__P7DEmq__overlay{display:none}.HolographicCardSurface-module__P7DEmq__surface[data-effect=holo] .HolographicCardSurface-module__P7DEmq__spectrum,.HolographicCardSurface-module__P7DEmq__surface[data-effect=holo] .HolographicCardSurface-module__P7DEmq__texture{clip-path:inset(7.5% 7% 47% round 1.5%)}.HolographicCardSurface-module__P7DEmq__surface[data-effect=holo] .HolographicCardSurface-module__P7DEmq__spectrum{background:radial-gradient(circle at var(--holo-x) var(--holo-y), #ffffffd1, transparent 25%), repeating-linear-gradient(125deg, #4bd8ffa3 0 7%, #fe72d599 12%, #ffe56999 20%, #57ffcd94 28%);background-size:100% 100%,210% 210%;background-position:center, var(--holo-x) var(--holo-y)}.HolographicCardSurface-module__P7DEmq__surface[data-effect=reverse] .HolographicCardSurface-module__P7DEmq__spectrum,.HolographicCardSurface-module__P7DEmq__surface[data-effect=reverse] .HolographicCardSurface-module__P7DEmq__texture{-webkit-mask:linear-gradient(#000 0 0) top/100% 8% no-repeat,linear-gradient(#000 0 0) bottom/100% 47% no-repeat,linear-gradient(#000 0 0) 0 8%/7% 45% no-repeat,linear-gradient(#000 0 0) right 8%/7% 45% no-repeat;mask:linear-gradient(#000 0 0) top/100% 8% no-repeat,linear-gradient(#000 0 0) bottom/100% 47% no-repeat,linear-gradient(#000 0 0) 0 8%/7% 45% no-repeat,linear-gradient(#000 0 0) right 8%/7% 45% no-repeat}.HolographicCardSurface-module__P7DEmq__surface[data-effect=reverse] .HolographicCardSurface-module__P7DEmq__spectrum{background:radial-gradient(circle at var(--holo-x) var(--holo-y), #ffffffc2, transparent 26%), repeating-linear-gradient(104deg, #59d2ff9e 0 6%, #f479ff99 10%, #ffe98094 16%, #6dffd099 23%);background-size:100% 100%,190% 190%;background-position:center, var(--holo-x) var(--holo-y)}.HolographicCardSurface-module__P7DEmq__surface[data-effect=prism] .HolographicCardSurface-module__P7DEmq__spectrum{background:radial-gradient(circle at var(--holo-x) var(--holo-y), #fffc, transparent 28%), conic-gradient(from 205deg at var(--holo-x) var(--holo-y), #67dfff, #f68cff, #ffe477, #75f1cb, #67dfff);background-size:100% 100%,145% 145%;background-position:center, var(--holo-x) var(--holo-y)}.HolographicCardSurface-module__P7DEmq__surface[data-effect=rainbow] .HolographicCardSurface-module__P7DEmq__spectrum{background:radial-gradient(circle at var(--holo-x) var(--holo-y), #ffffffdb, transparent 24%), conic-gradient(from 160deg at var(--holo-x) var(--holo-y), #ff678e, #ffde68, #74efa5, #67d9ff, #9e82ff, #ff72cf, #ff678e);background-size:100% 100%,138% 138%;background-position:center, var(--holo-x) var(--holo-y);opacity:.76}.HolographicCardSurface-module__P7DEmq__surface[data-effect=gold] .HolographicCardSurface-module__P7DEmq__spectrum{background:radial-gradient(circle at var(--holo-x) var(--holo-y), #fffcdae6, transparent 26%), repeating-linear-gradient(118deg, #7c5517 0 5%, #f8da76 9%, #fff3b7 13%, #b88227 19%, #f1c65f 25%);background-size:100% 100%,205% 205%;background-position:center, var(--holo-x) var(--holo-y);mix-blend-mode:soft-light;opacity:.74}.HolographicCardSurface-module__P7DEmq__surface[data-effect=gold] .HolographicCardSurface-module__P7DEmq__texture{background:repeating-linear-gradient(78deg,#0000 0 8px,#fff3b94d 9px,#0000 10px 17px)}.HolographicCardSurface-module__P7DEmq__surface[data-effect=sparkle] .HolographicCardSurface-module__P7DEmq__spectrum{background:radial-gradient(circle at var(--holo-x) var(--holo-y), #ffffffe0, transparent 25%), linear-gradient(130deg, #69deffb8, #f887ffad 42%, #ffe780a8 72%, #73facead);background-size:100% 100%,170% 170%;background-position:center, var(--holo-x) var(--holo-y)}.HolographicCardSurface-module__P7DEmq__surface[data-effect=sparkle] .HolographicCardSurface-module__P7DEmq__texture{opacity:.64;background:radial-gradient(circle,#ffffffd1 0 1px,#0000 1.8px) 0 0/17px 17px,radial-gradient(circle,#fff5b4a8 0 1px,#0000 2px) 8px 11px/27px 27px}.HolographicCardSurface-module__P7DEmq__surface[data-effect=reverse]{--holo-static-color:#74ecdc80}.HolographicCardSurface-module__P7DEmq__surface[data-effect=prism]{--holo-static-color:#c68bff85}.HolographicCardSurface-module__P7DEmq__surface[data-effect=rainbow]{--holo-static-color:#ff85c98a}.HolographicCardSurface-module__P7DEmq__surface[data-effect=gold]{--holo-static-color:#ffd76980}.HolographicCardSurface-module__P7DEmq__surface[data-effect=sparkle]{--holo-static-color:#fff4b085}.HolographicCardSurface-module__P7DEmq__surface[data-quality=preview] .HolographicCardSurface-module__P7DEmq__texture,.HolographicCardSurface-module__P7DEmq__surface[data-quality=static] .HolographicCardSurface-module__P7DEmq__texture{display:none}.HolographicCardSurface-module__P7DEmq__surface[data-quality=preview] .HolographicCardSurface-module__P7DEmq__overlay{opacity:calc(var(--holo-strength) * .68)}.HolographicCardSurface-module__P7DEmq__surface[data-quality=static] .HolographicCardSurface-module__P7DEmq__overlay{opacity:0;transition:opacity .14s}.HolographicCardSurface-module__P7DEmq__surface[data-quality=static] .HolographicCardSurface-module__P7DEmq__spectrum{background:linear-gradient(118deg, transparent 18%, var(--holo-static-color) 48%, #ffffff4d 52%, transparent 80%);mix-blend-mode:normal;opacity:.72;background-position:50%;background-size:100% 100%;transform:none}@media (hover:hover) and (pointer:fine){.HolographicCardSurface-module__P7DEmq__surface[data-quality=static]:hover .HolographicCardSurface-module__P7DEmq__overlay{opacity:calc(var(--holo-strength) * .58)}}.HolographicCardSurface-module__P7DEmq__surface[data-active=true] .HolographicCardSurface-module__P7DEmq__overlay{opacity:var(--holo-strength)}.HolographicCardSurface-module__P7DEmq__surface[data-active=true] .HolographicCardSurface-module__P7DEmq__spectrum,.HolographicCardSurface-module__P7DEmq__surface[data-active=true] .HolographicCardSurface-module__P7DEmq__texture{will-change:transform, background-position}@media (pointer:coarse),(hover:none),(prefers-reduced-motion:reduce){.HolographicCardSurface-module__P7DEmq__surface,.HolographicCardSurface-module__P7DEmq__surface[data-tilt=true]{transition:none;transform:none}.HolographicCardSurface-module__P7DEmq__surface[data-effect] .HolographicCardSurface-module__P7DEmq__spectrum,.HolographicCardSurface-module__P7DEmq__surface[data-effect] .HolographicCardSurface-module__P7DEmq__texture{will-change:auto;background-position:50%;transform:none}.HolographicCardSurface-module__P7DEmq__surface .HolographicCardSurface-module__P7DEmq__overlay{transition:none}.HolographicCardSurface-module__P7DEmq__surface[data-quality=detail] .HolographicCardSurface-module__P7DEmq__texture{display:none}.HolographicCardSurface-module__P7DEmq__surface[data-active=true] .HolographicCardSurface-module__P7DEmq__overlay{opacity:calc(var(--holo-strength) * .66)}}
.Dialog-module__gV8Hta__backdrop{z-index:var(--z-modal,1000);-webkit-backdrop-filter:blur(10px)saturate(90%);backdrop-filter:blur(10px)saturate(90%);background:#07111ab3;place-items:center;padding:clamp(12px,3vw,32px);animation:.16s ease-out Dialog-module__gV8Hta__backdropIn;display:grid;position:fixed;inset:0}.Dialog-module__gV8Hta__dialog{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);background:color-mix(in srgb, var(--bg-elevated) 96%, transparent);width:min(100%,720px);max-height:min(90dvh,920px);color:var(--text-primary);box-shadow:var(--shadow-2xl), 0 1px 0 #ffffff0d inset;animation:Dialog-module__gV8Hta__dialogIn .2s var(--ease-premium);flex-direction:column;display:flex;overflow:hidden}.Dialog-module__gV8Hta__sm{max-width:440px}.Dialog-module__gV8Hta__md{max-width:720px}.Dialog-module__gV8Hta__lg{max-width:1040px}.Dialog-module__gV8Hta__full{max-width:min(1280px,100%)}.Dialog-module__gV8Hta__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-start;gap:24px;padding:22px 24px 18px;display:flex}.Dialog-module__gV8Hta__heading{min-width:0}.Dialog-module__gV8Hta__heading h2{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:740;line-height:1.25}.Dialog-module__gV8Hta__heading p{max-width:62ch;color:var(--text-secondary);text-wrap:pretty;margin:5px 0 0;font-size:13px;line-height:1.5}.Dialog-module__gV8Hta__close{width:var(--touch-target,44px);height:var(--touch-target,44px);border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:0;flex:none;place-items:center;margin:-9px -10px -9px 0;display:grid}.Dialog-module__gV8Hta__close:hover{background:var(--bg-hover);color:var(--text-primary)}.Dialog-module__gV8Hta__body{overscroll-behavior:contain;min-height:0;padding:24px;overflow:auto}.Dialog-module__gV8Hta__footer{border-top:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-tertiary) 52%, transparent);justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}.Dialog-module__gV8Hta__sheet{border-radius:0;width:min(92vw,520px);max-height:100dvh;position:fixed;top:0;bottom:0}.Dialog-module__gV8Hta__right{animation-name:Dialog-module__gV8Hta__sheetInRight;right:0}.Dialog-module__gV8Hta__left{animation-name:Dialog-module__gV8Hta__sheetInLeft;left:0}.Dialog-module__gV8Hta__sheet-sm{max-width:380px}.Dialog-module__gV8Hta__sheet-md{max-width:520px}.Dialog-module__gV8Hta__sheet-lg{max-width:720px}@keyframes Dialog-module__gV8Hta__backdropIn{0%{opacity:0}}@keyframes Dialog-module__gV8Hta__dialogIn{0%{opacity:0;transform:translateY(10px)scale(.985)}}@keyframes Dialog-module__gV8Hta__sheetInRight{0%{opacity:0;transform:translate(24px)}}@keyframes Dialog-module__gV8Hta__sheetInLeft{0%{opacity:0;transform:translate(-24px)}}@media (max-width:640px){.Dialog-module__gV8Hta__backdrop{align-items:end;padding:0}.Dialog-module__gV8Hta__dialog:not(.Dialog-module__gV8Hta__sheet){border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-height:92dvh}.Dialog-module__gV8Hta__header{padding:20px 18px 16px}.Dialog-module__gV8Hta__body{padding:20px 18px}.Dialog-module__gV8Hta__footer{padding:14px 18px max(14px, env(safe-area-inset-bottom));flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.Dialog-module__gV8Hta__backdrop,.Dialog-module__gV8Hta__dialog,.Dialog-module__gV8Hta__sheet{animation:none}}
.PricingPanel-module__X4zL1W__container{flex-direction:column;gap:16px;display:flex}.PricingPanel-module__X4zL1W__marketPanel{border:1px solid var(--border-subtle);background:var(--bg-card);border-radius:var(--radius-lg);gap:14px;padding:18px;display:grid}.PricingPanel-module__X4zL1W__marketHero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.PricingPanel-module__X4zL1W__marketHeroValueBlock{flex-direction:column;gap:4px;display:flex}.PricingPanel-module__X4zL1W__marketHeroLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:700}.PricingPanel-module__X4zL1W__marketHeroValue{color:var(--text-primary);letter-spacing:-.01em;font-size:32px;font-weight:700;line-height:1.05}.PricingPanel-module__X4zL1W__marketHeroControls{flex-wrap:wrap;gap:12px;display:flex}.PricingPanel-module__X4zL1W__unverifiedMarketNotice{border:1px solid color-mix(in srgb, var(--accent-gold) 35%, var(--border-subtle));border-radius:var(--radius-md);background:color-mix(in srgb, var(--accent-gold) 7%, var(--bg-secondary));gap:3px;padding:11px 13px;display:grid}.PricingPanel-module__X4zL1W__unverifiedMarketNotice strong{color:var(--text-primary);font-size:12px}.PricingPanel-module__X4zL1W__unverifiedMarketNotice span{color:var(--text-muted);font-size:12px;line-height:1.5}.PricingPanel-module__X4zL1W__variantTabs{flex-wrap:wrap;gap:6px;display:flex}.PricingPanel-module__X4zL1W__variantTab{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:999px;padding:5px 11px;font-size:12px;font-weight:600}.PricingPanel-module__X4zL1W__variantTab:hover{color:var(--text-primary)}.PricingPanel-module__X4zL1W__variantTabActive{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff}.PricingPanel-module__X4zL1W__priceGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.PricingPanel-module__X4zL1W__priceCell{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-secondary);padding:10px}.PricingPanel-module__X4zL1W__priceCellLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.PricingPanel-module__X4zL1W__priceCellValue{color:var(--text-primary);margin-top:4px;font-size:15px;font-weight:700}.PricingPanel-module__X4zL1W__marketFooter{border-top:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:8px;display:flex}.PricingPanel-module__X4zL1W__marketFooterLeft{color:var(--text-muted);align-items:center;gap:10px;font-size:11px;display:inline-flex}.PricingPanel-module__X4zL1W__marketFooterRight{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:12px;font-size:11px;display:inline-flex}@media (max-width:720px){.PricingPanel-module__X4zL1W__priceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.PricingPanel-module__X4zL1W__marketHero{flex-direction:column}}.PricingPanel-module__X4zL1W__refreshBar{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.PricingPanel-module__X4zL1W__liveIndicator{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.PricingPanel-module__X4zL1W__liveDot{background:var(--accent-green);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite PricingPanel-module__X4zL1W__pulse}@keyframes PricingPanel-module__X4zL1W__pulse{0%,to{opacity:1}50%{opacity:.4}}.PricingPanel-module__X4zL1W__refreshTime{color:var(--text-muted);margin-left:6px;font-size:11px}.PricingPanel-module__X4zL1W__yourValueCard{border-radius:var(--radius-lg);background:linear-gradient(135deg,#3b82f61f,#8b5cf61f);border:1px solid #3b82f640;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.PricingPanel-module__X4zL1W__yourValueHeader{color:var(--accent-blue);align-items:center;gap:10px;display:flex}.PricingPanel-module__X4zL1W__valueInfoRight{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.PricingPanel-module__X4zL1W__yourValueLabel{color:var(--text-primary);text-transform:uppercase;letter-spacing:.3px;font-size:12px;font-weight:600}.PricingPanel-module__X4zL1W__controlsRow{gap:16px;display:flex}.PricingPanel-module__X4zL1W__controlGroup{flex-direction:column;gap:4px;display:flex}.PricingPanel-module__X4zL1W__controlLabel{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.5px;margin-left:2px;font-size:10px;font-weight:600}.PricingPanel-module__X4zL1W__selectWrapper{align-items:center;display:flex;position:relative}.PricingPanel-module__X4zL1W__valueSelect{appearance:none;color:var(--text-primary);cursor:pointer;text-align:left;background:#ffffff14;border:1px solid #3b82f640;border-radius:6px;min-width:140px;height:36px;padding:8px 32px 8px 12px;font-size:13px;font-weight:500;transition:all .2s}.PricingPanel-module__X4zL1W__selectIcon{pointer-events:none;color:var(--text-secondary);opacity:.7;position:absolute;right:10px}.PricingPanel-module__X4zL1W__valueSelect:hover{background:#ffffff26;border-color:#ffffff40}.PricingPanel-module__X4zL1W__valueSelect:focus{border-color:var(--accent-blue);background:#fff3;outline:none}.PricingPanel-module__X4zL1W__valueSelect option{background:var(--bg-card);color:var(--text-primary)}.PricingPanel-module__X4zL1W__yourValuePrice{color:var(--text-primary);letter-spacing:-.5px;font-size:28px;font-weight:800}.PricingPanel-module__X4zL1W__comparisonGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.PricingPanel-module__X4zL1W__platformCard{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);flex-direction:column;gap:10px;padding:14px;display:flex;overflow:hidden}.PricingPanel-module__X4zL1W__platformHeader{justify-content:space-between;align-items:center;display:flex}.PricingPanel-module__X4zL1W__platformTitle{color:var(--text-primary);align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.PricingPanel-module__X4zL1W__platformLink{color:var(--accent-blue);align-items:center;gap:4px;font-size:11px;font-weight:500;text-decoration:none;display:flex}.PricingPanel-module__X4zL1W__platformLink:hover{text-decoration:underline}.PricingPanel-module__X4zL1W__priceHero{border-bottom:1px solid var(--border-subtle);flex-direction:column;align-items:center;gap:2px;padding:12px 0;display:flex}.PricingPanel-module__X4zL1W__priceHeroLabel{text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);font-size:10px;font-weight:600}.PricingPanel-module__X4zL1W__priceHeroValue{color:var(--text-primary);letter-spacing:-.3px;font-size:26px;font-weight:800}.PricingPanel-module__X4zL1W__priceHeroSub{color:var(--text-muted);font-size:11px}.PricingPanel-module__X4zL1W__variantRow{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:6px 0;display:flex}.PricingPanel-module__X4zL1W__variantRow:last-child{border-bottom:none}.PricingPanel-module__X4zL1W__variantLabel{color:var(--text-secondary);font-size:12px;font-weight:600}.PricingPanel-module__X4zL1W__variantPrices{gap:8px;display:flex}.PricingPanel-module__X4zL1W__variantPrice{color:var(--text-muted);font-size:11px}.PricingPanel-module__X4zL1W__variantMarket{color:var(--text-primary);font-weight:600}.PricingPanel-module__X4zL1W__variantPanelFull{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px;width:100%;padding:12px}.PricingPanel-module__X4zL1W__variantSelector{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.PricingPanel-module__X4zL1W__variantButton{border:1px solid var(--border-subtle);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.PricingPanel-module__X4zL1W__variantButtonActive{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff}.PricingPanel-module__X4zL1W__variantMetricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.PricingPanel-module__X4zL1W__variantMetricGrid div{border:1px solid var(--border-subtle);background:var(--bg-tertiary);border-radius:8px;flex-direction:column;gap:4px;padding:10px;display:flex}.PricingPanel-module__X4zL1W__variantMetricGrid span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:700}.PricingPanel-module__X4zL1W__variantMetricGrid strong{color:var(--text-primary);font-size:15px}.PricingPanel-module__X4zL1W__fullWidthRow{width:100%;margin-bottom:12px;display:block}.PricingPanel-module__X4zL1W__topRow,.PricingPanel-module__X4zL1W__bottomRow{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.PricingPanel-module__X4zL1W__chartCard,.PricingPanel-module__X4zL1W__comparisonCard,.PricingPanel-module__X4zL1W__pointsCard,.PricingPanel-module__X4zL1W__snapshotCard{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;padding:12px;display:flex}.PricingPanel-module__X4zL1W__cardHeader h3{justify-content:space-between;align-items:center;margin:0;font-size:13px;font-weight:600;display:flex}.PricingPanel-module__X4zL1W__stackedHeader{flex-direction:column;gap:2px;display:flex;align-items:flex-start!important}.PricingPanel-module__X4zL1W__subHeader{color:var(--text-secondary);font-size:11px;font-weight:400}.PricingPanel-module__X4zL1W__chartWrapper{cursor:crosshair;width:100%;padding-bottom:24px;position:relative}.PricingPanel-module__X4zL1W__chartSvg{width:100%;height:120px;overflow:visible}.PricingPanel-module__X4zL1W__chartLabels{color:var(--text-tertiary);justify-content:space-between;margin-top:12px;font-size:11px;display:flex}.PricingPanel-module__X4zL1W__chartLine{border-left:1px dashed var(--accent-blue);pointer-events:none;width:0;height:100%;top:0;left:var(--x);z-index:5;position:absolute}.PricingPanel-module__X4zL1W__chartTooltip{left:var(--x,0%);top:max(10%, var(--y,0%));background:var(--bg-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-lg);pointer-events:none;z-index:20;border-radius:6px;flex-direction:column;gap:4px;min-width:100px;padding:8px 12px;display:flex;position:absolute;transform:translate(-50%,-105%)}.PricingPanel-module__X4zL1W__hiddenInput{display:none}.PricingPanel-module__X4zL1W__tooltipDate{color:var(--text-secondary);text-transform:uppercase;font-size:10px;font-weight:600}.PricingPanel-module__X4zL1W__tooltipPrice{color:var(--text-primary);font-size:14px;font-weight:700}.PricingPanel-module__X4zL1W__chartMarker{background:var(--accent-blue);border:2px solid var(--bg-card);width:10px;height:10px;box-shadow:0 0 0 2px var(--accent-blue);pointer-events:none;z-index:11;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.PricingPanel-module__X4zL1W__comparisonGrid{flex-direction:column;gap:8px;display:flex}.PricingPanel-module__X4zL1W__comparisonItem{border-bottom:1px solid var(--border-subtle);justify-content:space-between;padding:4px 0;font-size:12px;display:flex}.PricingPanel-module__X4zL1W__comparisonItem:last-child{border-bottom:none}.PricingPanel-module__X4zL1W__compLabel{color:var(--text-secondary)}.PricingPanel-module__X4zL1W__compPrice{color:var(--text-primary);font-size:16px;font-weight:700}.PricingPanel-module__X4zL1W__sideColumn{flex-direction:column;gap:12px;display:flex}.PricingPanel-module__X4zL1W__miniTrends{border-top:1px dashed var(--border-subtle);gap:12px;margin-top:10px;padding-top:8px;display:flex}.PricingPanel-module__X4zL1W__trendItem{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:600}.PricingPanel-module__X4zL1W__pointsGrid,.PricingPanel-module__X4zL1W__snapshotGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.PricingPanel-module__X4zL1W__pointItem,.PricingPanel-module__X4zL1W__snapItem{flex-direction:column;display:flex}.PricingPanel-module__X4zL1W__pointLabel,.PricingPanel-module__X4zL1W__snapLabel{color:var(--text-tertiary);text-transform:uppercase;font-size:10px}.PricingPanel-module__X4zL1W__pointValue,.PricingPanel-module__X4zL1W__snapValue{color:var(--text-primary);font-size:18px;font-weight:700}.PricingPanel-module__X4zL1W__pointValueLarge{color:var(--accent-green);letter-spacing:-.3px;font-size:24px;font-weight:800}.PricingPanel-module__X4zL1W__cardHeader{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex;position:relative}.PricingPanel-module__X4zL1W__outlineBtn{color:var(--accent-blue);border:1px solid var(--accent-blue);background:0 0;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:600;text-decoration:none;transition:all .2s}.PricingPanel-module__X4zL1W__outlineBtn:hover{border-color:var(--accent-blue-hover,#60a5fa);color:var(--accent-blue-hover,#60a5fa);background:#3b82f61a}.PricingPanel-module__X4zL1W__headerLeft{flex-direction:column;gap:8px;display:flex}.PricingPanel-module__X4zL1W__chartSourceToggle{border:1px solid var(--border-subtle);background:var(--bg-tertiary);border-radius:7px;align-items:center;gap:2px;padding:2px;display:inline-flex}.PricingPanel-module__X4zL1W__chartSourceButton{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:5px 9px;font-size:10px;font-weight:700}.PricingPanel-module__X4zL1W__chartSourceButton:hover{color:var(--text-primary)}.PricingPanel-module__X4zL1W__chartSourceButtonActive{background:var(--bg-surface);color:var(--text-primary);box-shadow:0 1px 3px #0000001f}.PricingPanel-module__X4zL1W__trendBadge{color:var(--text-muted);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:9px;font-weight:600;display:flex}.PricingPanel-module__X4zL1W__timeToggleFull{background:var(--bg-tertiary);border-radius:6px;gap:4px;width:100%;margin-top:20px;padding:2px;display:flex}.PricingPanel-module__X4zL1W__timeBtnFull{color:var(--text-muted);cursor:pointer;text-transform:uppercase;background:0 0;border:none;border-radius:4px;flex:1;padding:6px 10px;font-size:11px;font-weight:700;transition:all .2s}.PricingPanel-module__X4zL1W__timeBtnFullActive{background:var(--bg-secondary);color:var(--text-primary);box-shadow:0 1px 3px #0003}@media (pointer:coarse),(max-width:680px){.PricingPanel-module__X4zL1W__timeBtnFull{min-height:44px}}.PricingPanel-module__X4zL1W__linkText{color:var(--accent-blue);font-size:10px;text-decoration:none}.PricingPanel-module__X4zL1W__linkText:hover{text-decoration:underline}.PricingPanel-module__X4zL1W__noChart{height:100%;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:11px;display:flex}.PricingPanel-module__X4zL1W__referenceSnapshot{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;padding:24px;display:flex}.PricingPanel-module__X4zL1W__referenceSnapshot span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.PricingPanel-module__X4zL1W__referenceSnapshot strong{color:var(--text-primary);letter-spacing:-.04em;font-size:clamp(28px,5vw,42px)}.PricingPanel-module__X4zL1W__referenceSnapshot small{max-width:460px;color:var(--text-tertiary);font-size:12px;line-height:1.55}.PricingPanel-module__X4zL1W__noDataSimple{color:var(--text-tertiary);text-align:center;padding:10px;font-size:11px}.PricingPanel-module__X4zL1W__ebaySoldSummary{border-radius:var(--radius-sm);background:#22c55e14;border:1px solid #22c55e26;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.PricingPanel-module__X4zL1W__soldLabel{text-transform:uppercase;letter-spacing:.3px;color:var(--text-secondary);font-size:11px;font-weight:600}.PricingPanel-module__X4zL1W__soldValue{color:var(--text-primary);font-size:13px;font-weight:700}.PricingPanel-module__X4zL1W__soldCount{color:var(--text-muted);font-size:11px}.PricingPanel-module__X4zL1W__ebayListing{border-radius:var(--radius-sm);color:inherit;transition:background var(--transition-fast);border:1px solid #0000;gap:8px;padding:8px;text-decoration:none;display:flex}.PricingPanel-module__X4zL1W__ebayListing:hover{background:var(--bg-hover);border-color:var(--border-subtle)}.PricingPanel-module__X4zL1W__ebayThumb{object-fit:cover;border-radius:3px;flex-shrink:0;width:36px;height:50px}.PricingPanel-module__X4zL1W__ebayListingInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.PricingPanel-module__X4zL1W__ebayTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.3;overflow:hidden}.PricingPanel-module__X4zL1W__ebayMeta{align-items:center;gap:8px;display:flex}.PricingPanel-module__X4zL1W__ebayPrice{color:var(--text-primary);font-size:13px;font-weight:700}.PricingPanel-module__X4zL1W__ebayShipping{color:var(--text-muted);font-size:10px}.PricingPanel-module__X4zL1W__salesList{flex-direction:column;gap:0;max-height:240px;margin-top:8px;padding-right:4px;display:flex;overflow-y:auto}.PricingPanel-module__X4zL1W__saleRow{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.PricingPanel-module__X4zL1W__saleRow:last-child{border-bottom:none}.PricingPanel-module__X4zL1W__saleInfo{flex-direction:column;gap:2px;display:flex}.PricingPanel-module__X4zL1W__salePrice{color:var(--text-primary);font-size:14px;font-weight:600}.PricingPanel-module__X4zL1W__saleDate{color:var(--text-muted);font-size:11px}.PricingPanel-module__X4zL1W__saleMeta{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.PricingPanel-module__X4zL1W__saleCondition{color:var(--text-secondary);background:var(--bg-hover);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500}.PricingPanel-module__X4zL1W__saleVariant{color:var(--accent-purple);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.PricingPanel-module__X4zL1W__salesList::-webkit-scrollbar{width:4px}.PricingPanel-module__X4zL1W__salesList::-webkit-scrollbar-track{background:0 0}.PricingPanel-module__X4zL1W__salesList::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:4px}.PricingPanel-module__X4zL1W__salesList::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.PricingPanel-module__X4zL1W__noData{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;padding:24px 16px;font-size:13px;display:flex}.PricingPanel-module__X4zL1W__ebayLinks{flex-direction:column;gap:6px;display:flex}.PricingPanel-module__X4zL1W__ebayLinkBtn{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);transition:all var(--transition-fast);justify-content:center;align-items:center;gap:6px;padding:10px 14px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.PricingPanel-module__X4zL1W__ebayLinkBtn:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:var(--bg-hover)}.PricingPanel-module__X4zL1W__breakdownRow{color:var(--text-secondary);justify-content:flex-end;align-items:center;gap:8px;margin-top:6px;font-size:11px;font-weight:500;display:flex}.PricingPanel-module__X4zL1W__breakdownItem{white-space:nowrap;cursor:help;align-items:center;display:flex}.PricingPanel-module__X4zL1W__breakdownDivider{color:var(--border-subtle);opacity:.6;font-size:8px}.PricingPanel-module__X4zL1W__ebayNote{color:var(--text-muted);text-align:center;margin-top:4px;font-size:10px}.PricingPanel-module__X4zL1W__loadingMini{color:var(--text-muted);justify-content:center;padding:32px;display:flex}.PricingPanel-module__X4zL1W__detailsSection{flex-direction:column;gap:2px;display:flex}.PricingPanel-module__X4zL1W__compareTablesRow{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.PricingPanel-module__X4zL1W__chartContainer{z-index:3;border-radius:4px;width:100%;height:300px;position:relative;overflow:visible}.PricingPanel-module__X4zL1W__recentSalesTable{border:1px solid var(--border-subtle);border-radius:8px;gap:1px;margin-top:12px;display:grid;overflow:hidden}.PricingPanel-module__X4zL1W__recentSalesHeader,.PricingPanel-module__X4zL1W__recentSalesRow{grid-template-columns:90px 1fr 80px;align-items:center;gap:10px;padding:8px 10px;font-size:12px;display:grid}.PricingPanel-module__X4zL1W__recentSalesHeader{color:var(--text-muted);background:var(--bg-tertiary);text-transform:uppercase;letter-spacing:.3px;font-weight:800}.PricingPanel-module__X4zL1W__recentSalesRow{color:var(--text-secondary);background:var(--bg-secondary)}.PricingPanel-module__X4zL1W__recentSalesRow strong,.PricingPanel-module__X4zL1W__recentSalesHeader span:last-child{text-align:right}.PricingPanel-module__X4zL1W__recentSalesRow strong{color:var(--text-primary)}.PricingPanel-module__X4zL1W__sectionToggle{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);align-items:center;gap:8px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:600;display:flex}.PricingPanel-module__X4zL1W__sectionToggle:hover{background:var(--bg-hover)}.PricingPanel-module__X4zL1W__toggleArrow{color:var(--text-muted);margin-left:auto;font-size:12px}.PricingPanel-module__X4zL1W__conditionTable{background:var(--border-subtle);border-radius:var(--radius-sm);flex-direction:column;gap:1px;margin-bottom:8px;display:flex;overflow:hidden}.PricingPanel-module__X4zL1W__conditionRow{background:var(--bg-card);transition:background var(--transition-fast);grid-template-columns:1fr 100px 60px;align-items:center;padding:8px 14px;display:grid}.PricingPanel-module__X4zL1W__conditionRow:hover{background:var(--bg-hover)}.PricingPanel-module__X4zL1W__conditionHeader{background:var(--bg-tertiary);color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding:6px 14px;font-size:10px;font-weight:600}.PricingPanel-module__X4zL1W__conditionHeader:hover{background:var(--bg-tertiary)}.PricingPanel-module__X4zL1W__conditionYours{background:color-mix(in srgb, var(--accent-blue) 10%, transparent);border:1px solid color-mix(in srgb, var(--accent-blue) 30%, var(--border-subtle))}.PricingPanel-module__X4zL1W__conditionName{color:var(--text-primary);align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.PricingPanel-module__X4zL1W__chartMarker{left:var(--x,var(--marker-x));top:var(--y,var(--marker-y));background:var(--accent-blue);pointer-events:none;z-index:5;border-radius:50%;width:8px;height:8px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 10px #3b82f6cc}.PricingPanel-module__X4zL1W__hoverLine{left:var(--hover-x);opacity:.2;pointer-events:none;vector-effect:non-scaling-stroke;background-color:#fff;width:1px;position:absolute;top:0;bottom:0}.PricingPanel-module__X4zL1W__youBadge{background:var(--accent-blue);color:#fff;letter-spacing:.5px;border-radius:3px;padding:1px 5px;font-size:8px;font-weight:700}.PricingPanel-module__X4zL1W__conditionPrice{color:var(--accent-green);text-align:right;font-size:13px;font-weight:700}.PricingPanel-module__X4zL1W__conditionPct{color:var(--text-muted);text-align:right;font-size:11px}.PricingPanel-module__X4zL1W__spin{animation:1s linear infinite PricingPanel-module__X4zL1W__spin;display:inline-flex}@keyframes PricingPanel-module__X4zL1W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.PricingPanel-module__X4zL1W__comparisonGrid,.PricingPanel-module__X4zL1W__compareTablesRow,.PricingPanel-module__X4zL1W__topRow,.PricingPanel-module__X4zL1W__bottomRow{grid-template-columns:1fr}.PricingPanel-module__X4zL1W__yourValueCard{flex-direction:column;align-items:flex-start;gap:8px}.PricingPanel-module__X4zL1W__yourValuePrice{align-self:flex-end;font-size:24px}.PricingPanel-module__X4zL1W__conditionRow{grid-template-columns:1fr 80px 50px;padding:6px 10px}}@media (max-width:480px){.PricingPanel-module__X4zL1W__container{gap:10px}.PricingPanel-module__X4zL1W__refreshBar{flex-direction:column;align-items:flex-start;gap:6px}.PricingPanel-module__X4zL1W__yourValuePrice{font-size:22px}.PricingPanel-module__X4zL1W__yourValueLabel{font-size:11px}.PricingPanel-module__X4zL1W__chartContainer{height:100px}.PricingPanel-module__X4zL1W__pointsGrid,.PricingPanel-module__X4zL1W__snapshotGrid{gap:8px}.PricingPanel-module__X4zL1W__pointValueLarge{font-size:16px}.PricingPanel-module__X4zL1W__conditionRow{grid-template-columns:1fr 70px 45px;padding:5px 8px;font-size:11px}.PricingPanel-module__X4zL1W__sectionToggle{padding:8px 10px;font-size:12px}}.PricingPanel-module__X4zL1W__textRight{text-align:right}
.PriceHistoryChart-module__LttNza__container{width:100%;height:100%;position:relative}.PriceHistoryChart-module__LttNza__tooltip{pointer-events:none;z-index:10;-webkit-backdrop-filter:blur(8px);background:#0a0e1cf2;border:1px solid #ffffff1a;border-radius:8px;min-width:120px;padding:8px 10px;position:absolute;transform:translate(-50%,calc(-100% - 10px));box-shadow:0 10px 24px #00000047}.PriceHistoryChart-module__LttNza__tooltip:after{content:"";background:#0a0e1cf2;border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;width:10px;height:10px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.PriceHistoryChart-module__LttNza__tooltipDate{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px;font-size:10px;line-height:1.2}.PriceHistoryChart-module__LttNza__tooltipPrice{color:#f3f4f6;font-size:13px;font-weight:700;line-height:1.2}.PriceHistoryChart-module__LttNza__tooltipMeta{color:#aab3c5;margin-top:2px;font-size:10px;line-height:1.2}.PriceHistoryChart-module__LttNza__pointMarker{pointer-events:none;z-index:9;background:#4081ec;border:2px solid #0a0e1cf2;border-radius:999px;width:8px;height:8px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 2px #4081ec59}
.SectionLoader-module__wI-Snq__loader{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-card), var(--bg-secondary) 30%);width:100%;color:var(--text-primary);grid-column:1/-1;box-shadow:0 18px 40px #0000002e}.SectionLoader-module__wI-Snq__page{border-radius:8px;max-width:760px;margin:96px auto;padding:28px}.SectionLoader-module__wI-Snq__card{border-radius:8px;padding:22px}.SectionLoader-module__wI-Snq__inline{width:auto;min-width:220px;box-shadow:none;border-radius:8px;padding:12px 14px;display:inline-flex}.SectionLoader-module__wI-Snq__loaderHeader{align-items:center;gap:12px;display:flex}.SectionLoader-module__wI-Snq__spinner{border:2px solid color-mix(in srgb, var(--accent-primary), transparent 72%);border-top-color:var(--accent-primary);border-radius:50%;flex:none;width:22px;height:22px;animation:.8s linear infinite SectionLoader-module__wI-Snq__spin}.SectionLoader-module__wI-Snq__label{letter-spacing:0;font-size:14px;font-weight:800}.SectionLoader-module__wI-Snq__detail{color:var(--text-secondary);margin-top:3px;font-size:12px}.SectionLoader-module__wI-Snq__skeletonStack{gap:10px;margin-top:18px;display:grid}.SectionLoader-module__wI-Snq__skeletonLine{background:linear-gradient(90deg, color-mix(in srgb, var(--bg-tertiary), transparent 15%), color-mix(in srgb, var(--text-muted), transparent 82%), color-mix(in srgb, var(--bg-tertiary), transparent 15%));background-size:220% 100%;border-radius:6px;max-width:100%;height:12px;animation:1.25s ease-in-out infinite SectionLoader-module__wI-Snq__shimmer;display:block}@keyframes SectionLoader-module__wI-Snq__spin{to{transform:rotate(360deg)}}@keyframes SectionLoader-module__wI-Snq__shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}
.EbayPricingPanel-module__9pnDdG__container{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin-top:16px;overflow:hidden}.EbayPricingPanel-module__9pnDdG__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.EbayPricingPanel-module__9pnDdG__titleArea{align-items:center;gap:8px;display:flex}.EbayPricingPanel-module__9pnDdG__titleArea h4{margin:0;font-size:14px;font-weight:600}.EbayPricingPanel-module__9pnDdG__icon{color:var(--accent-blue)}.EbayPricingPanel-module__9pnDdG__actions{align-items:center;gap:12px;display:flex}.EbayPricingPanel-module__9pnDdG__toggle{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:6px;padding:2px;display:flex}.EbayPricingPanel-module__9pnDdG__toggleBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:600;transition:all .15s}.EbayPricingPanel-module__9pnDdG__toggleBtn.EbayPricingPanel-module__9pnDdG__active{background:var(--bg-card);color:var(--text-primary);box-shadow:var(--shadow-sm)}.EbayPricingPanel-module__9pnDdG__refreshBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;display:flex}.EbayPricingPanel-module__9pnDdG__refreshBtn:hover{color:var(--accent-blue)}@media (pointer:coarse),(max-width:680px){.EbayPricingPanel-module__9pnDdG__toggleBtn{min-height:44px;padding-inline:12px}.EbayPricingPanel-module__9pnDdG__refreshBtn{justify-content:center;align-items:center;min-width:44px;min-height:44px}}.EbayPricingPanel-module__9pnDdG__spin{animation:1s linear infinite EbayPricingPanel-module__9pnDdG__spin}@keyframes EbayPricingPanel-module__9pnDdG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.EbayPricingPanel-module__9pnDdG__loading,.EbayPricingPanel-module__9pnDdG__empty{color:var(--text-muted);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px;font-size:13px;display:flex}.EbayPricingPanel-module__9pnDdG__results{flex-direction:column;gap:20px;padding:16px;display:flex}.EbayPricingPanel-module__9pnDdG__statsGrid{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:10px;grid-template-columns:repeat(4,1fr);gap:12px;padding:12px;display:grid}.EbayPricingPanel-module__9pnDdG__statBox{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.EbayPricingPanel-module__9pnDdG__statLabel{color:var(--text-muted);text-transform:uppercase;font-size:10px;font-weight:700}.EbayPricingPanel-module__9pnDdG__statValue{color:var(--text-primary);font-size:15px;font-weight:700}.EbayPricingPanel-module__9pnDdG__statBox:first-child .EbayPricingPanel-module__9pnDdG__statValue{color:var(--accent-blue);font-size:17px}.EbayPricingPanel-module__9pnDdG__syncArea{justify-content:center;display:flex}.EbayPricingPanel-module__9pnDdG__syncArea button{justify-content:center;width:100%}.EbayPricingPanel-module__9pnDdG__listingGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.EbayPricingPanel-module__9pnDdG__listingCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:8px;gap:10px;min-width:0;padding:8px;text-decoration:none;transition:all .15s;display:flex}.EbayPricingPanel-module__9pnDdG__listingCard:hover{border-color:var(--accent-blue);background:var(--bg-hover);transform:translateY(-1px)}.EbayPricingPanel-module__9pnDdG__listingImg{border-radius:4px;flex-shrink:0;width:44px;height:44px;overflow:hidden}.EbayPricingPanel-module__9pnDdG__listingImg img{object-fit:cover;width:100%;height:100%}.EbayPricingPanel-module__9pnDdG__listingInfo{flex-direction:column;justify-content:center;min-width:0;display:flex}.EbayPricingPanel-module__9pnDdG__listingPrice{color:var(--text-primary);font-size:14px;font-weight:700}.EbayPricingPanel-module__9pnDdG__listingTitle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.EbayPricingPanel-module__9pnDdG__footerActions{flex-direction:column;align-items:center;gap:12px;display:flex}.EbayPricingPanel-module__9pnDdG__showMore{justify-content:center;width:100%}.EbayPricingPanel-module__9pnDdG__viewMore{color:var(--accent-blue);justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:500;text-decoration:none;display:flex}.EbayPricingPanel-module__9pnDdG__viewMore:hover{text-decoration:underline}.EbayPricingPanel-module__9pnDdG__sourceInfo{border-top:1px solid var(--border-subtle);color:#d97706;text-align:center;background:#f59e0b0d;padding:8px 16px;font-size:11px}@media (max-width:640px){.EbayPricingPanel-module__9pnDdG__statsGrid{grid-template-columns:repeat(2,1fr)}.EbayPricingPanel-module__9pnDdG__listingGrid{grid-template-columns:1fr}}
.ListingLimitModal-module__0_L5AW__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#070912b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.ListingLimitModal-module__0_L5AW__modal{border:1px solid var(--border-subtle);background:var(--bg-card);border-radius:20px;width:min(100%,460px);padding:24px;box-shadow:0 24px 80px #00000073}.ListingLimitModal-module__0_L5AW__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.ListingLimitModal-module__0_L5AW__titleRow{align-items:center;gap:10px;display:flex}.ListingLimitModal-module__0_L5AW__title{color:var(--text-primary);margin:0;font-size:20px;font-weight:700}.ListingLimitModal-module__0_L5AW__iconWrap{background:color-mix(in srgb, var(--accent-orange,#f59e0b), transparent 84%);width:40px;height:40px;color:var(--accent-orange,#f59e0b);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.ListingLimitModal-module__0_L5AW__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:inline-flex}.ListingLimitModal-module__0_L5AW__closeBtn:hover{color:var(--text-primary)}.ListingLimitModal-module__0_L5AW__body{flex-direction:column;gap:14px;display:flex}.ListingLimitModal-module__0_L5AW__message{color:var(--text-secondary);margin:0;line-height:1.5}.ListingLimitModal-module__0_L5AW__usageCard{border:1px solid var(--border-subtle);background:var(--bg-tertiary);border-radius:14px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.ListingLimitModal-module__0_L5AW__usageLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:12px}.ListingLimitModal-module__0_L5AW__usageValue{color:var(--text-primary);font-size:18px;font-weight:700}.ListingLimitModal-module__0_L5AW__actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}
.EbayStoreCategorySelect-module__Fd81bW__container{border:1px solid var(--border-color);background:color-mix(in srgb, var(--bg-secondary) 72%, transparent);border-radius:12px;gap:.65rem;padding:.9rem;display:grid}.EbayStoreCategorySelect-module__Fd81bW__headingRow,.EbayStoreCategorySelect-module__Fd81bW__heading,.EbayStoreCategorySelect-module__Fd81bW__secondaryLabelRow{align-items:center;display:flex}.EbayStoreCategorySelect-module__Fd81bW__headingRow,.EbayStoreCategorySelect-module__Fd81bW__secondaryLabelRow{justify-content:space-between;gap:.75rem}.EbayStoreCategorySelect-module__Fd81bW__heading{color:var(--text-primary);gap:.45rem;font-size:.82rem;font-weight:700}.EbayStoreCategorySelect-module__Fd81bW__optional{border:1px solid var(--border-color);color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:.12rem .42rem;font-size:.64rem;font-weight:600}.EbayStoreCategorySelect-module__Fd81bW__help,.EbayStoreCategorySelect-module__Fd81bW__empty,.EbayStoreCategorySelect-module__Fd81bW__refreshWarning{color:var(--text-muted);margin:0;font-size:.75rem;line-height:1.45}.EbayStoreCategorySelect-module__Fd81bW__refreshWarning{border:1px solid color-mix(in srgb, var(--warning,#f59e0b) 28%, transparent);background:color-mix(in srgb, var(--warning,#f59e0b) 7%, transparent);border-radius:8px;padding:.5rem .6rem}.EbayStoreCategorySelect-module__Fd81bW__fields,.EbayStoreCategorySelect-module__Fd81bW__field{gap:.45rem;display:grid}.EbayStoreCategorySelect-module__Fd81bW__field label{color:var(--text-secondary);font-size:.72rem;font-weight:650}.EbayStoreCategorySelect-module__Fd81bW__status,.EbayStoreCategorySelect-module__Fd81bW__error{min-height:2.25rem;color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.76rem;line-height:1.4;display:flex}.EbayStoreCategorySelect-module__Fd81bW__status{align-items:center}.EbayStoreCategorySelect-module__Fd81bW__error{border:1px solid color-mix(in srgb, var(--danger) 32%, transparent);background:color-mix(in srgb, var(--danger) 8%, transparent);color:var(--danger);border-radius:9px;padding:.65rem}.EbayStoreCategorySelect-module__Fd81bW__error>div{gap:.35rem;display:grid}.EbayStoreCategorySelect-module__Fd81bW__spinner{animation:.8s linear infinite EbayStoreCategorySelect-module__Fd81bW__spin}.EbayStoreCategorySelect-module__Fd81bW__iconButton,.EbayStoreCategorySelect-module__Fd81bW__actionButton,.EbayStoreCategorySelect-module__Fd81bW__secondaryButton,.EbayStoreCategorySelect-module__Fd81bW__removeButton{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0}.EbayStoreCategorySelect-module__Fd81bW__iconButton{border:1px solid var(--border-color);width:1.9rem;height:1.9rem;color:var(--text-muted);border-radius:8px;place-items:center;display:grid}.EbayStoreCategorySelect-module__Fd81bW__actionButton{width:fit-content;color:var(--text-primary);text-underline-offset:3px;padding:0;font-weight:700;text-decoration:underline}.EbayStoreCategorySelect-module__Fd81bW__secondaryButton,.EbayStoreCategorySelect-module__Fd81bW__removeButton{width:fit-content;color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.72rem;font-weight:650;display:inline-flex}.EbayStoreCategorySelect-module__Fd81bW__secondaryButton{padding:.25rem 0}.EbayStoreCategorySelect-module__Fd81bW__removeButton{color:var(--text-muted)}.EbayStoreCategorySelect-module__Fd81bW__iconButton:hover,.EbayStoreCategorySelect-module__Fd81bW__secondaryButton:hover,.EbayStoreCategorySelect-module__Fd81bW__removeButton:hover,.EbayStoreCategorySelect-module__Fd81bW__actionButton:hover{color:var(--text-primary)}.EbayStoreCategorySelect-module__Fd81bW__iconButton:disabled,.EbayStoreCategorySelect-module__Fd81bW__actionButton:disabled,.EbayStoreCategorySelect-module__Fd81bW__secondaryButton:disabled,.EbayStoreCategorySelect-module__Fd81bW__removeButton:disabled{cursor:not-allowed;opacity:.5}.EbayStoreCategorySelect-module__Fd81bW__headingActions,.EbayStoreCategorySelect-module__Fd81bW__artworkActions,.EbayStoreCategorySelect-module__Fd81bW__handoffActions,.EbayStoreCategorySelect-module__Fd81bW__creatorFooter,.EbayStoreCategorySelect-module__Fd81bW__creatorTitleRow,.EbayStoreCategorySelect-module__Fd81bW__labelRow,.EbayStoreCategorySelect-module__Fd81bW__successTitle,.EbayStoreCategorySelect-module__Fd81bW__pendingRow{align-items:center;display:flex}.EbayStoreCategorySelect-module__Fd81bW__headingActions,.EbayStoreCategorySelect-module__Fd81bW__artworkActions,.EbayStoreCategorySelect-module__Fd81bW__handoffActions{gap:.45rem}.EbayStoreCategorySelect-module__Fd81bW__newCategoryButton,.EbayStoreCategorySelect-module__Fd81bW__closeButton,.EbayStoreCategorySelect-module__Fd81bW__textButton,.EbayStoreCategorySelect-module__Fd81bW__createButton,.EbayStoreCategorySelect-module__Fd81bW__primaryAction,.EbayStoreCategorySelect-module__Fd81bW__secondaryAction{font:inherit;cursor:pointer;border:0;justify-content:center;align-items:center;gap:.35rem;font-weight:700;display:inline-flex}.EbayStoreCategorySelect-module__Fd81bW__newCategoryButton{border:1px solid var(--border-color);background:color-mix(in srgb, var(--bg-secondary) 82%, transparent);color:var(--text-secondary);border-radius:8px;padding:.38rem .55rem;font-size:.68rem}.EbayStoreCategorySelect-module__Fd81bW__creator{border:1px solid color-mix(in srgb, var(--accent-primary) 32%, var(--border-color));background:color-mix(in srgb, var(--bg-primary) 84%, var(--accent-primary) 3%);border-radius:11px;gap:.85rem;padding:.85rem;display:grid}.EbayStoreCategorySelect-module__Fd81bW__creatorTitleRow,.EbayStoreCategorySelect-module__Fd81bW__creatorFooter,.EbayStoreCategorySelect-module__Fd81bW__labelRow{justify-content:space-between;gap:.75rem}.EbayStoreCategorySelect-module__Fd81bW__creatorTitleRow>div:first-child{gap:.2rem;display:grid}.EbayStoreCategorySelect-module__Fd81bW__creatorTitleRow strong,.EbayStoreCategorySelect-module__Fd81bW__successTitle{color:var(--text-primary);font-size:.82rem}.EbayStoreCategorySelect-module__Fd81bW__creatorTitleRow p,.EbayStoreCategorySelect-module__Fd81bW__handoffCard p,.EbayStoreCategorySelect-module__Fd81bW__handoffNote{color:var(--text-muted);margin:0;font-size:.7rem;line-height:1.45}.EbayStoreCategorySelect-module__Fd81bW__closeButton{width:1.8rem;height:1.8rem;color:var(--text-muted);background:0 0;border-radius:7px;flex:none}.EbayStoreCategorySelect-module__Fd81bW__creatorGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;display:grid}.EbayStoreCategorySelect-module__Fd81bW__labelRow span,.EbayStoreCategorySelect-module__Fd81bW__fieldNote{color:var(--text-muted);font-size:.65rem;line-height:1.35}.EbayStoreCategorySelect-module__Fd81bW__artworkRow,.EbayStoreCategorySelect-module__Fd81bW__handoffCard{border:1px solid var(--border-color);background:color-mix(in srgb, var(--bg-secondary) 72%, transparent);border-radius:10px;align-items:center;gap:.75rem;padding:.7rem;display:flex}.EbayStoreCategorySelect-module__Fd81bW__thumbnailPreview{color:#fff;letter-spacing:-.05em;border-radius:12px;flex:none;place-items:center;width:4.7rem;height:4.7rem;font-size:1.55rem;font-weight:800;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff1f}.EbayStoreCategorySelect-module__Fd81bW__thumbnailPreview img{object-fit:cover;width:100%;height:100%}.EbayStoreCategorySelect-module__Fd81bW__artworkCopy,.EbayStoreCategorySelect-module__Fd81bW__handoffCard>div:last-child{gap:.3rem;min-width:0;display:grid}.EbayStoreCategorySelect-module__Fd81bW__artworkCopy strong,.EbayStoreCategorySelect-module__Fd81bW__handoffCard strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.EbayStoreCategorySelect-module__Fd81bW__artworkCopy>span{color:var(--text-muted);font-size:.67rem;line-height:1.4}.EbayStoreCategorySelect-module__Fd81bW__hiddenInput{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.EbayStoreCategorySelect-module__Fd81bW__textButton{color:var(--text-muted);background:0 0;padding:.25rem 0;font-size:.68rem}.EbayStoreCategorySelect-module__Fd81bW__creatorError{border:1px solid color-mix(in srgb, var(--danger) 32%, transparent);background:color-mix(in srgb, var(--danger) 8%, transparent);color:var(--danger);border-radius:8px;padding:.55rem .65rem;font-size:.7rem;line-height:1.4}.EbayStoreCategorySelect-module__Fd81bW__pendingRow{color:var(--text-secondary);flex-wrap:wrap;gap:.45rem;font-size:.7rem}.EbayStoreCategorySelect-module__Fd81bW__creatorFooter{padding-top:.1rem}.EbayStoreCategorySelect-module__Fd81bW__creatorFooter>span,.EbayStoreCategorySelect-module__Fd81bW__handoffNote{max-width:28rem;color:var(--text-muted);font-size:.65rem;line-height:1.4}.EbayStoreCategorySelect-module__Fd81bW__createButton,.EbayStoreCategorySelect-module__Fd81bW__primaryAction{background:var(--accent-primary);min-height:2.25rem;color:var(--bg-primary);border-radius:8px;padding:.5rem .75rem;font-size:.7rem;text-decoration:none}.EbayStoreCategorySelect-module__Fd81bW__secondaryAction{border:1px solid var(--border-color);min-height:2.25rem;color:var(--text-secondary);background:0 0;border-radius:8px;padding:.5rem .7rem;font-size:.7rem;text-decoration:none}.EbayStoreCategorySelect-module__Fd81bW__handoffActions{flex-wrap:wrap}.EbayStoreCategorySelect-module__Fd81bW__successTitle{color:var(--success,#4ade80);gap:.4rem;font-weight:750}.EbayStoreCategorySelect-module__Fd81bW__newCategoryButton:hover,.EbayStoreCategorySelect-module__Fd81bW__closeButton:hover,.EbayStoreCategorySelect-module__Fd81bW__textButton:hover,.EbayStoreCategorySelect-module__Fd81bW__secondaryAction:hover{color:var(--text-primary)}.EbayStoreCategorySelect-module__Fd81bW__newCategoryButton:disabled,.EbayStoreCategorySelect-module__Fd81bW__closeButton:disabled,.EbayStoreCategorySelect-module__Fd81bW__textButton:disabled,.EbayStoreCategorySelect-module__Fd81bW__createButton:disabled,.EbayStoreCategorySelect-module__Fd81bW__primaryAction:disabled,.EbayStoreCategorySelect-module__Fd81bW__secondaryAction:disabled{cursor:not-allowed;opacity:.5}@keyframes EbayStoreCategorySelect-module__Fd81bW__spin{to{transform:rotate(360deg)}}@media (max-width:560px){.EbayStoreCategorySelect-module__Fd81bW__container{padding:.8rem}.EbayStoreCategorySelect-module__Fd81bW__secondaryLabelRow{align-items:flex-start}.EbayStoreCategorySelect-module__Fd81bW__headingRow{flex-direction:column;align-items:stretch}.EbayStoreCategorySelect-module__Fd81bW__headingActions{justify-content:flex-end}.EbayStoreCategorySelect-module__Fd81bW__newCategoryButton{white-space:nowrap;min-height:2rem;padding-inline:.7rem}.EbayStoreCategorySelect-module__Fd81bW__creatorGrid{grid-template-columns:1fr}.EbayStoreCategorySelect-module__Fd81bW__artworkRow,.EbayStoreCategorySelect-module__Fd81bW__handoffCard{align-items:flex-start}.EbayStoreCategorySelect-module__Fd81bW__thumbnailPreview{width:4rem;height:4rem}.EbayStoreCategorySelect-module__Fd81bW__creatorFooter{flex-direction:column;align-items:stretch}.EbayStoreCategorySelect-module__Fd81bW__createButton,.EbayStoreCategorySelect-module__Fd81bW__primaryAction,.EbayStoreCategorySelect-module__Fd81bW__secondaryAction{width:100%}.EbayStoreCategorySelect-module__Fd81bW__handoffActions{flex-direction:column;align-items:stretch}}
.EbayConnectionGate-module__FOcymq__gate{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-secondary) 86%, transparent);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;margin-top:12px;padding:12px 13px;display:grid}.EbayConnectionGate-module__FOcymq__icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.EbayConnectionGate-module__FOcymq__copy{flex-direction:column;gap:2px;min-width:0;display:flex}.EbayConnectionGate-module__FOcymq__copy strong{color:var(--text-primary);font-size:13px;font-weight:700;line-height:1.3}.EbayConnectionGate-module__FOcymq__copy span{color:var(--text-secondary);text-wrap:pretty;font-size:11.5px;line-height:1.45}.EbayConnectionGate-module__FOcymq__action{white-space:nowrap}.EbayConnectionGate-module__FOcymq__pending .EbayConnectionGate-module__FOcymq__icon{color:var(--text-secondary);background:color-mix(in srgb, var(--text-secondary) 10%, transparent)}.EbayConnectionGate-module__FOcymq__disconnected{border-color:color-mix(in srgb, #e53238 32%, var(--border-subtle));background:color-mix(in srgb, #e53238 6%, var(--bg-secondary))}.EbayConnectionGate-module__FOcymq__disconnected .EbayConnectionGate-module__FOcymq__icon{color:#ec7276;background:#e532381f}.EbayConnectionGate-module__FOcymq__ready{border-color:color-mix(in srgb, var(--accent-green) 32%, var(--border-subtle));background:color-mix(in srgb, var(--accent-green) 6%, var(--bg-secondary))}.EbayConnectionGate-module__FOcymq__ready .EbayConnectionGate-module__FOcymq__icon{color:var(--accent-green);background:color-mix(in srgb, var(--accent-green) 12%, transparent)}.EbayConnectionGate-module__FOcymq__problem{border-color:color-mix(in srgb, var(--danger) 32%, var(--border-subtle));background:color-mix(in srgb, var(--danger) 6%, var(--bg-secondary))}.EbayConnectionGate-module__FOcymq__problem .EbayConnectionGate-module__FOcymq__icon{color:var(--danger);background:color-mix(in srgb, var(--danger) 12%, transparent)}.EbayConnectionGate-module__FOcymq__spin{animation:.9s linear infinite EbayConnectionGate-module__FOcymq__spin}@keyframes EbayConnectionGate-module__FOcymq__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.EbayConnectionGate-module__FOcymq__gate{grid-template-columns:auto minmax(0,1fr)}.EbayConnectionGate-module__FOcymq__action{grid-column:1/-1;justify-content:center;width:100%}}
.ListingSignatureSelect-module__Mq-dCW__container{border:1px solid var(--border-color);background:color-mix(in srgb, var(--bg-secondary) 76%, transparent);border-radius:12px;gap:.65rem;width:100%;margin-top:.35rem;padding:.9rem;display:grid}.ListingSignatureSelect-module__Mq-dCW__headingRow,.ListingSignatureSelect-module__Mq-dCW__heading,.ListingSignatureSelect-module__Mq-dCW__headingActions,.ListingSignatureSelect-module__Mq-dCW__previewHeader,.ListingSignatureSelect-module__Mq-dCW__editorHeader,.ListingSignatureSelect-module__Mq-dCW__labelRow,.ListingSignatureSelect-module__Mq-dCW__editorFooter,.ListingSignatureSelect-module__Mq-dCW__footerActions,.ListingSignatureSelect-module__Mq-dCW__deleteConfirm,.ListingSignatureSelect-module__Mq-dCW__deleteConfirm>div{align-items:center;display:flex}.ListingSignatureSelect-module__Mq-dCW__headingRow,.ListingSignatureSelect-module__Mq-dCW__previewHeader,.ListingSignatureSelect-module__Mq-dCW__editorHeader,.ListingSignatureSelect-module__Mq-dCW__labelRow,.ListingSignatureSelect-module__Mq-dCW__editorFooter,.ListingSignatureSelect-module__Mq-dCW__deleteConfirm{justify-content:space-between;gap:.75rem}.ListingSignatureSelect-module__Mq-dCW__heading{color:var(--text-primary);gap:.45rem;font-size:.82rem;font-weight:700}.ListingSignatureSelect-module__Mq-dCW__headingActions,.ListingSignatureSelect-module__Mq-dCW__footerActions,.ListingSignatureSelect-module__Mq-dCW__deleteConfirm>div{gap:.45rem}.ListingSignatureSelect-module__Mq-dCW__optional,.ListingSignatureSelect-module__Mq-dCW__defaultBadge{border:1px solid var(--border-color);color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.2rem;padding:.12rem .42rem;font-size:.64rem;font-weight:700;display:inline-flex}.ListingSignatureSelect-module__Mq-dCW__defaultBadge{border-color:color-mix(in srgb, var(--success) 35%, transparent);background:color-mix(in srgb, var(--success) 9%, transparent);color:var(--success)}.ListingSignatureSelect-module__Mq-dCW__help,.ListingSignatureSelect-module__Mq-dCW__empty{color:var(--text-muted);margin:0;font-size:.75rem;line-height:1.45}.ListingSignatureSelect-module__Mq-dCW__empty{border:1px dashed var(--border-color);border-radius:9px;padding:.55rem .65rem}.ListingSignatureSelect-module__Mq-dCW__status,.ListingSignatureSelect-module__Mq-dCW__error,.ListingSignatureSelect-module__Mq-dCW__inlineError{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.76rem;line-height:1.4;display:flex}.ListingSignatureSelect-module__Mq-dCW__status{align-items:center;min-height:2.25rem}.ListingSignatureSelect-module__Mq-dCW__error,.ListingSignatureSelect-module__Mq-dCW__inlineError{border:1px solid color-mix(in srgb, var(--danger) 32%, transparent);background:color-mix(in srgb, var(--danger) 8%, transparent);color:var(--danger);border-radius:9px;padding:.65rem}.ListingSignatureSelect-module__Mq-dCW__error>div{gap:.35rem;display:grid}.ListingSignatureSelect-module__Mq-dCW__spinner{flex:none;animation:.8s linear infinite ListingSignatureSelect-module__Mq-dCW__spin}.ListingSignatureSelect-module__Mq-dCW__field{gap:.42rem;display:grid}.ListingSignatureSelect-module__Mq-dCW__field label,.ListingSignatureSelect-module__Mq-dCW__labelRow label{color:var(--text-secondary);font-size:.72rem;font-weight:650}.ListingSignatureSelect-module__Mq-dCW__labelRow>span{color:var(--text-muted);font-size:.68rem}.ListingSignatureSelect-module__Mq-dCW__preview{border:1px solid color-mix(in srgb, var(--accent-primary) 20%, var(--border-color));background:color-mix(in srgb, var(--bg-primary) 80%, transparent);border-radius:9px;gap:.45rem;padding:.7rem .75rem;display:grid}.ListingSignatureSelect-module__Mq-dCW__previewHeader>span:first-child{color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}.ListingSignatureSelect-module__Mq-dCW__preview p{color:var(--text-primary);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.76rem;line-height:1.5}.ListingSignatureSelect-module__Mq-dCW__editor{border:1px solid color-mix(in srgb, var(--accent-primary) 34%, var(--border-color));background:color-mix(in srgb, var(--bg-primary) 86%, var(--accent-primary) 3%);border-radius:10px;gap:.8rem;padding:.8rem;display:grid}.ListingSignatureSelect-module__Mq-dCW__editorHeader{align-items:flex-start}.ListingSignatureSelect-module__Mq-dCW__editorHeader>div:first-child{gap:.18rem;display:grid}.ListingSignatureSelect-module__Mq-dCW__editorHeader strong{color:var(--text-primary);font-size:.8rem}.ListingSignatureSelect-module__Mq-dCW__editorHeader span{color:var(--text-muted);font-size:.68rem;line-height:1.4}.ListingSignatureSelect-module__Mq-dCW__bodyInput{resize:vertical;min-height:7rem;line-height:1.45}.ListingSignatureSelect-module__Mq-dCW__defaultToggle{cursor:pointer;align-items:flex-start;gap:.55rem;display:flex}.ListingSignatureSelect-module__Mq-dCW__defaultToggle input{width:1rem;height:1rem;accent-color:var(--accent-primary);margin-top:.08rem}.ListingSignatureSelect-module__Mq-dCW__defaultToggle span{gap:.1rem;display:grid}.ListingSignatureSelect-module__Mq-dCW__defaultToggle strong{color:var(--text-primary);font-size:.74rem}.ListingSignatureSelect-module__Mq-dCW__defaultToggle small{color:var(--text-muted);font-size:.67rem;line-height:1.35}.ListingSignatureSelect-module__Mq-dCW__textButton,.ListingSignatureSelect-module__Mq-dCW__retryButton,.ListingSignatureSelect-module__Mq-dCW__iconButton,.ListingSignatureSelect-module__Mq-dCW__cancelButton,.ListingSignatureSelect-module__Mq-dCW__saveButton,.ListingSignatureSelect-module__Mq-dCW__deleteButton,.ListingSignatureSelect-module__Mq-dCW__dangerButton{font:inherit;cursor:pointer;border:0;justify-content:center;align-items:center;gap:.3rem;font-size:.7rem;font-weight:700;display:inline-flex}.ListingSignatureSelect-module__Mq-dCW__textButton,.ListingSignatureSelect-module__Mq-dCW__retryButton,.ListingSignatureSelect-module__Mq-dCW__deleteButton{color:var(--text-secondary);background:0 0;padding:.25rem 0}.ListingSignatureSelect-module__Mq-dCW__retryButton{width:fit-content;color:var(--text-primary)}.ListingSignatureSelect-module__Mq-dCW__iconButton{border:1px solid var(--border-color);width:1.9rem;height:1.9rem;color:var(--text-muted);background:0 0;border-radius:8px;flex:none}.ListingSignatureSelect-module__Mq-dCW__cancelButton,.ListingSignatureSelect-module__Mq-dCW__saveButton,.ListingSignatureSelect-module__Mq-dCW__dangerButton{border-radius:8px;min-height:2rem;padding:.4rem .65rem}.ListingSignatureSelect-module__Mq-dCW__cancelButton{border:1px solid var(--border-color);color:var(--text-secondary);background:0 0}.ListingSignatureSelect-module__Mq-dCW__saveButton{background:var(--btn-primary-bg);color:var(--btn-primary-text)}.ListingSignatureSelect-module__Mq-dCW__deleteButton,.ListingSignatureSelect-module__Mq-dCW__dangerButton{color:var(--danger)}.ListingSignatureSelect-module__Mq-dCW__dangerButton{border:1px solid color-mix(in srgb, var(--danger) 30%, transparent);background:color-mix(in srgb, var(--danger) 9%, transparent)}.ListingSignatureSelect-module__Mq-dCW__deleteConfirm{color:var(--text-secondary);flex-wrap:wrap;padding-top:.15rem;font-size:.72rem;font-weight:650}.ListingSignatureSelect-module__Mq-dCW__textButton:hover:not(:disabled),.ListingSignatureSelect-module__Mq-dCW__retryButton:hover:not(:disabled),.ListingSignatureSelect-module__Mq-dCW__iconButton:hover:not(:disabled),.ListingSignatureSelect-module__Mq-dCW__cancelButton:hover:not(:disabled),.ListingSignatureSelect-module__Mq-dCW__deleteButton:hover:not(:disabled){color:var(--text-primary)}.ListingSignatureSelect-module__Mq-dCW__saveButton:hover:not(:disabled){background:var(--btn-primary-hover)}.ListingSignatureSelect-module__Mq-dCW__textButton:disabled,.ListingSignatureSelect-module__Mq-dCW__retryButton:disabled,.ListingSignatureSelect-module__Mq-dCW__iconButton:disabled,.ListingSignatureSelect-module__Mq-dCW__cancelButton:disabled,.ListingSignatureSelect-module__Mq-dCW__saveButton:disabled,.ListingSignatureSelect-module__Mq-dCW__deleteButton:disabled,.ListingSignatureSelect-module__Mq-dCW__dangerButton:disabled{cursor:not-allowed;opacity:.5}@keyframes ListingSignatureSelect-module__Mq-dCW__spin{to{transform:rotate(360deg)}}@media (max-width:560px){.ListingSignatureSelect-module__Mq-dCW__headingRow,.ListingSignatureSelect-module__Mq-dCW__editorFooter,.ListingSignatureSelect-module__Mq-dCW__deleteConfirm{flex-direction:column;align-items:stretch}.ListingSignatureSelect-module__Mq-dCW__headingActions,.ListingSignatureSelect-module__Mq-dCW__footerActions,.ListingSignatureSelect-module__Mq-dCW__deleteConfirm>div{justify-content:flex-end}}
.DeleteUserModal-module__sVwjmq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;animation:.2s ease-out DeleteUserModal-module__sVwjmq__fadeIn;display:flex;position:fixed;inset:0}.DeleteUserModal-module__sVwjmq__modalContent{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;width:90%;max-width:400px;padding:24px;animation:.3s ease-out DeleteUserModal-module__sVwjmq__slideUp;position:relative;box-shadow:0 20px 25px -5px #00000080,0 10px 10px -5px #0006}.DeleteUserModal-module__sVwjmq__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s;position:absolute;top:16px;right:16px}.DeleteUserModal-module__sVwjmq__closeBtn:hover{color:var(--text-primary);background:var(--bg-hover)}.DeleteUserModal-module__sVwjmq__header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.DeleteUserModal-module__sVwjmq__warningIcon{color:#ef4444;background:#ef44441a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.DeleteUserModal-module__sVwjmq__title{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.DeleteUserModal-module__sVwjmq__description{color:var(--text-secondary);margin-bottom:16px;font-size:.95rem;line-height:1.5}.DeleteUserModal-module__sVwjmq__warningBox{background:color-mix(in srgb, var(--accent-red) 7%, transparent);border:1px solid color-mix(in srgb, var(--accent-red) 28%, var(--border-subtle));color:var(--text-secondary);border-radius:var(--radius-md);padding:12px;font-size:.85rem}.DeleteUserModal-module__sVwjmq__warningBox strong{color:var(--text-primary)}.DeleteUserModal-module__sVwjmq__footer{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.DeleteUserModal-module__sVwjmq__confirmBtn{background-color:#ef4444!important;border-color:#ef4444!important}.DeleteUserModal-module__sVwjmq__confirmBtn:hover{background-color:#dc2626!important}@keyframes DeleteUserModal-module__sVwjmq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DeleteUserModal-module__sVwjmq__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.Menu-module__lPVpHG__root{display:inline-flex;position:relative}.Menu-module__lPVpHG__menu,.Menu-module__lPVpHG__popover{z-index:var(--z-popover,500);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--bg-elevated) 94%, transparent);min-width:220px;max-width:min(360px,100vw - 24px);color:var(--text-primary);box-shadow:var(--shadow-xl), 0 1px 0 #ffffff0d inset;-webkit-backdrop-filter:blur(18px)saturate(110%);backdrop-filter:blur(18px)saturate(110%);padding:6px;animation:.14s ease-out Menu-module__lPVpHG__menuIn;position:absolute;top:calc(100% + 8px)}.Menu-module__lPVpHG__popover{width:max-content;padding:16px}.Menu-module__lPVpHG__start{transform-origin:0 0;left:0}.Menu-module__lPVpHG__end{transform-origin:100% 0;right:0}.Menu-module__lPVpHG__item{width:100%;min-height:var(--touch-target,44px);border-radius:var(--radius-md);color:var(--text-secondary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:flex-start;gap:10px;padding:9px 10px;text-decoration:none;display:flex}.Menu-module__lPVpHG__item:hover,.Menu-module__lPVpHG__item:focus-visible{background:color-mix(in srgb, var(--bg-hover) 82%, transparent);color:var(--text-primary);box-shadow:none;outline:2px solid color-mix(in srgb, var(--accent-blue) 62%, transparent);outline-offset:-2px}.Menu-module__lPVpHG__item[aria-disabled=true]{opacity:.45;cursor:not-allowed}.Menu-module__lPVpHG__danger{color:color-mix(in srgb, var(--accent-red) 82%, white)}.Menu-module__lPVpHG__icon{flex:none;place-items:center;width:18px;height:18px;margin-top:1px;display:grid}.Menu-module__lPVpHG__copy{flex-direction:column;min-width:0;font-size:13px;font-weight:600;line-height:1.35;display:flex}.Menu-module__lPVpHG__copy small{color:var(--text-muted);margin-top:2px;font-size:11.5px;font-weight:400;line-height:1.35}.Menu-module__lPVpHG__separator{background:var(--border-subtle);height:1px;margin:5px 6px}@keyframes Menu-module__lPVpHG__menuIn{0%{opacity:0;transform:translateY(-4px)scale(.985)}}@media (prefers-reduced-motion:reduce){.Menu-module__lPVpHG__menu,.Menu-module__lPVpHG__popover{animation:none}}
.EbayImportModal-module__fPiEQa__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out EbayImportModal-module__fPiEQa__fadeIn;display:flex;position:fixed;inset:0}.EbayImportModal-module__fPiEQa__modal{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:600px;max-height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) EbayImportModal-module__fPiEQa__slideUp;display:flex;box-shadow:0 20px 50px -10px #00000080}.EbayImportModal-module__fPiEQa__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.EbayImportModal-module__fPiEQa__header h2{color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.EbayImportModal-module__fPiEQa__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s}.EbayImportModal-module__fPiEQa__closeBtn:hover{background:var(--bg-tertiary);color:var(--text-primary)}.EbayImportModal-module__fPiEQa__content{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.EbayImportModal-module__fPiEQa__loading,.EbayImportModal-module__fPiEQa__emptyState,.EbayImportModal-module__fPiEQa__error{text-align:center;color:var(--text-secondary);flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.EbayImportModal-module__fPiEQa__error{color:var(--accent-red);border-radius:var(--radius-md);text-align:left;background:#ef44441a;flex-direction:row;padding:12px}.EbayImportModal-module__fPiEQa__spinner{animation:1s linear infinite EbayImportModal-module__fPiEQa__spin}.EbayImportModal-module__fPiEQa__offerList{flex-direction:column;gap:8px;display:flex}.EbayImportModal-module__fPiEQa__offerItem{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:12px;transition:all .2s;display:flex}.EbayImportModal-module__fPiEQa__offerItem:hover{border-color:var(--accent-blue);background:var(--bg-hover)}.EbayImportModal-module__fPiEQa__offerTitle{color:var(--text-primary);margin-bottom:4px;font-weight:500}.EbayImportModal-module__fPiEQa__offerMeta{color:var(--text-secondary);font-size:12px}.EbayImportModal-module__fPiEQa__statusBadge{text-transform:uppercase;background:#ffffff1a;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600;display:inline-block}.EbayImportModal-module__fPiEQa__selectBtn{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s}.EbayImportModal-module__fPiEQa__selectBtn:hover{background:var(--accent-blue);border-color:var(--accent-blue);color:#fff}.EbayImportModal-module__fPiEQa__linkMode{flex-direction:column;gap:16px;display:flex}.EbayImportModal-module__fPiEQa__backBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:13px}.EbayImportModal-module__fPiEQa__backBtn:hover{color:var(--text-primary);text-decoration:underline}.EbayImportModal-module__fPiEQa__offerPreview{background:var(--bg-tertiary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);padding:12px}.EbayImportModal-module__fPiEQa__offerPreview h3{color:var(--text-primary);margin:0 0 4px;font-size:15px}.EbayImportModal-module__fPiEQa__offerPreview p{color:var(--text-secondary);margin:0;font-size:13px}.EbayImportModal-module__fPiEQa__searchSection{flex-direction:column;gap:12px;display:flex}.EbayImportModal-module__fPiEQa__searchInputWrap{position:relative}.EbayImportModal-module__fPiEQa__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.EbayImportModal-module__fPiEQa__searchInput{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);padding:10px 12px 10px 36px;font-size:14px;transition:all .2s}.EbayImportModal-module__fPiEQa__searchInput:focus{border-color:var(--accent-blue);outline:none;box-shadow:0 0 0 2px #4f7cff33}.EbayImportModal-module__fPiEQa__searchResults{flex-direction:column;gap:8px;max-height:300px;display:flex;overflow-y:auto}.EbayImportModal-module__fPiEQa__noResults{text-align:center;color:var(--text-muted);padding:20px;font-size:13px}.EbayImportModal-module__fPiEQa__cardRow{border-radius:var(--radius-md);cursor:default;border:1px solid #0000;align-items:center;gap:12px;padding:8px;transition:all .2s;display:flex}.EbayImportModal-module__fPiEQa__cardRow:hover{background:var(--bg-tertiary);border-color:var(--border-subtle)}.EbayImportModal-module__fPiEQa__cardImg{background:var(--bg-tertiary);border-radius:4px;flex-shrink:0;width:40px;height:56px;overflow:hidden}.EbayImportModal-module__fPiEQa__cardInfo{flex:1;min-width:0}.EbayImportModal-module__fPiEQa__cardName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.EbayImportModal-module__fPiEQa__cardSet{color:var(--text-secondary);font-size:12px}.EbayImportModal-module__fPiEQa__cardMeta{color:var(--text-muted);font-size:11px}.EbayImportModal-module__fPiEQa__linkBtn{background:var(--accent-blue);color:#fff;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.EbayImportModal-module__fPiEQa__linkBtn:hover{background:#4f7cff;transform:translateY(-1px)}.EbayImportModal-module__fPiEQa__linkBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}@keyframes EbayImportModal-module__fPiEQa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes EbayImportModal-module__fPiEQa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes EbayImportModal-module__fPiEQa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Progress-module__S-RFka__root{gap:7px;min-width:0;display:grid}.Progress-module__S-RFka__labelRow{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:16px;font-size:12px;line-height:1.3;display:flex}.Progress-module__S-RFka__labelRow strong{color:var(--text-primary);font-weight:650}.Progress-module__S-RFka__track{border-radius:var(--radius-full);background:color-mix(in srgb, var(--bg-hover) 70%, transparent);width:100%;box-shadow:0 0 0 1px var(--border-subtle) inset;position:relative;overflow:hidden}.Progress-module__S-RFka__sm{height:4px}.Progress-module__S-RFka__md{height:7px}.Progress-module__S-RFka__lg{height:11px}.Progress-module__S-RFka__fill{border-radius:inherit;height:100%;transition:width var(--transition-normal);display:block}.Progress-module__S-RFka__primary{background:color-mix(in srgb, var(--accent-blue) 88%, white)}.Progress-module__S-RFka__success{background:var(--accent-green)}.Progress-module__S-RFka__danger{background:var(--accent-red)}.Progress-module__S-RFka__indeterminate{width:38%;animation:1.25s ease-in-out infinite Progress-module__S-RFka__progressSlide}@keyframes Progress-module__S-RFka__progressSlide{0%{transform:translate(-110%)}to{transform:translate(310%)}}@media (prefers-reduced-motion:reduce){.Progress-module__S-RFka__fill{transition:none}.Progress-module__S-RFka__indeterminate{opacity:.62;width:100%;animation:none}}
