.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}
.ListForSale-module__ZLybUa__container{flex-direction:column;gap:20px;display:flex}.ListForSale-module__ZLybUa__labelWithCount{justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex}.ListForSale-module__ZLybUa__charCount{color:var(--text-secondary);font-size:.75rem}.ListForSale-module__ZLybUa__countError{color:var(--danger);font-weight:700}.ListForSale-module__ZLybUa__inputHintError{color:var(--danger);margin-top:.25rem;font-size:.75rem}.ListForSale-module__ZLybUa__optionLabel{align-items:center;gap:6px;margin-bottom:.5rem;display:inline-flex}.ListForSale-module__ZLybUa__optionLabel .form-label{margin-bottom:0}.ListForSale-module__ZLybUa__optionBadge{border:1px solid var(--border-subtle);color:var(--text-muted);text-transform:uppercase;background:#ffffff0a;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:800;line-height:1}.ListForSale-module__ZLybUa__tooltipButton{border:1px solid var(--border-subtle);width:20px;height:20px;color:var(--text-secondary);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);background:#ffffff0d;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.ListForSale-module__ZLybUa__tooltipButton:hover,.ListForSale-module__ZLybUa__tooltipButton:focus-visible{color:var(--text-primary);border-color:color-mix(in srgb, var(--accent-blue), transparent 35%);background:#4f7cff1f;outline:none}.ListForSale-module__ZLybUa__tooltipBubble{z-index:20;border:1px solid var(--border-subtle);background:var(--bg-primary);width:min(260px,72vw);color:var(--text-primary);box-shadow:var(--shadow-lg);text-align:left;pointer-events:none;opacity:0;visibility:hidden;transition:opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);border-radius:8px;padding:9px 10px;font-size:12px;font-weight:500;line-height:1.4;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px)}.ListForSale-module__ZLybUa__tooltipButton:hover .ListForSale-module__ZLybUa__tooltipBubble,.ListForSale-module__ZLybUa__tooltipButton:focus-visible .ListForSale-module__ZLybUa__tooltipBubble{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.ListForSale-module__ZLybUa__reserveWarning{color:#f8d588;background:#f59e0b1a;border:1px solid #f59e0b47;border-radius:8px;margin:7px 0 0;padding:9px 10px;font-size:11.5px;font-weight:600;line-height:1.45;display:flex}.ListForSale-module__ZLybUa__descriptionInput{resize:vertical;flex:1;min-height:220px}.ListForSale-module__ZLybUa__descriptionField{flex-direction:column;flex:1;min-height:0;display:flex}.ListForSale-module__ZLybUa__readinessPanel{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-secondary) 76%, transparent);border-radius:10px;overflow:hidden}.ListForSale-module__ZLybUa__readinessSummary{cursor:pointer;min-height:56px;transition:background var(--transition-fast);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:9px 12px;list-style:none;display:grid}.ListForSale-module__ZLybUa__readinessSummary::-webkit-details-marker{display:none}.ListForSale-module__ZLybUa__readinessSummary:hover{background:color-mix(in srgb, var(--bg-hover) 76%, transparent)}.ListForSale-module__ZLybUa__readinessSummary:focus-visible{outline:2px solid color-mix(in srgb, var(--accent-blue), transparent 35%);outline-offset:-2px}.ListForSale-module__ZLybUa__readinessStatusIcon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.ListForSale-module__ZLybUa__readinessComplete{color:var(--accent-green);background:color-mix(in srgb, var(--accent-green) 12%, transparent)}.ListForSale-module__ZLybUa__readinessNeedsWork{color:var(--gold);background:color-mix(in srgb, var(--gold) 12%, transparent)}.ListForSale-module__ZLybUa__readinessCopy{flex-direction:column;gap:2px;min-width:0;display:flex}.ListForSale-module__ZLybUa__readinessCopy strong{color:var(--text-primary);font-size:13px;line-height:1.25}.ListForSale-module__ZLybUa__readinessCopy>span{color:var(--text-muted);font-size:11px;line-height:1.3}.ListForSale-module__ZLybUa__readinessCount{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-primary) 64%, transparent);min-width:38px;color:var(--text-secondary);text-align:center;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.ListForSale-module__ZLybUa__readinessChevron{color:var(--text-muted);transition:transform var(--transition-fast)}.ListForSale-module__ZLybUa__readinessPanel[open] .ListForSale-module__ZLybUa__readinessChevron{transform:rotate(180deg)}.ListForSale-module__ZLybUa__readinessList{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0;padding:10px 12px 12px;list-style:none;display:grid}.ListForSale-module__ZLybUa__readinessOk,.ListForSale-module__ZLybUa__readinessWarn{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-primary) 42%, transparent);min-width:0;min-height:36px;color:var(--text-secondary);border-radius:8px;align-items:center;gap:8px;padding:8px 9px;font-size:11.5px;font-weight:600;display:flex}.ListForSale-module__ZLybUa__readinessOk svg{color:var(--accent-green);flex-shrink:0}.ListForSale-module__ZLybUa__readinessOk small,.ListForSale-module__ZLybUa__readinessItemButton small{color:var(--text-muted);margin-left:auto;font-size:10px;font-weight:700}.ListForSale-module__ZLybUa__readinessWarn{border-color:color-mix(in srgb, var(--gold) 24%, var(--border-subtle));padding:0}.ListForSale-module__ZLybUa__readinessItemButton{border-radius:inherit;width:100%;min-height:34px;color:var(--gold);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:8px 9px;display:flex}.ListForSale-module__ZLybUa__readinessItemButton span{color:var(--text-secondary)}.ListForSale-module__ZLybUa__readinessItemButton svg{flex-shrink:0}.ListForSale-module__ZLybUa__readinessItemButton:hover,.ListForSale-module__ZLybUa__readinessItemButton:focus-visible{background:color-mix(in srgb, var(--gold) 8%, transparent);outline:none}.ListForSale-module__ZLybUa__listingDetailsSection{gap:18px}.ListForSale-module__ZLybUa__sectionIntro h4{margin:0}.ListForSale-module__ZLybUa__sectionIntro p{color:var(--text-muted);margin:6px 0 0 24px;font-size:12px;line-height:1.4}.ListForSale-module__ZLybUa__detailsComposer{grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr);align-items:stretch;gap:14px;display:grid}.ListForSale-module__ZLybUa__listingCopyColumn,.ListForSale-module__ZLybUa__listingInventoryColumn,.ListForSale-module__ZLybUa__imageSelection{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-secondary) 68%, transparent);border-radius:10px;min-width:0;padding:15px 14px 16px}.ListForSale-module__ZLybUa__listingCopyColumn,.ListForSale-module__ZLybUa__listingInventoryColumn{flex-direction:column;gap:18px;display:flex}:is(.ListForSale-module__ZLybUa__listingCopyColumn .form-group,.ListForSale-module__ZLybUa__listingInventoryColumn .form-group,.ListForSale-module__ZLybUa__gradingCompact .form-group){margin-bottom:0}.ListForSale-module__ZLybUa__coreFieldGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 12px;display:grid}.ListForSale-module__ZLybUa__priceField,.ListForSale-module__ZLybUa__skuField{grid-column:1/-1}.ListForSale-module__ZLybUa__fieldLabelRow{justify-content:space-between;align-items:center;gap:8px;margin-bottom:.65rem;display:flex}.ListForSale-module__ZLybUa__fieldLabelRow .form-label{margin-bottom:0}.ListForSale-module__ZLybUa__fieldLabelRow>span{color:var(--text-muted);white-space:nowrap;font-size:10.5px}.ListForSale-module__ZLybUa__gradingCompact{border-top:1px solid var(--border-subtle);flex-direction:column;gap:12px;margin-top:auto;padding-top:16px;display:flex}.ListForSale-module__ZLybUa__supportHeader{min-height:20px;color:var(--text-primary);align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.ListForSale-module__ZLybUa__supportHeader>span:first-child{align-items:center;gap:7px;display:inline-flex}.ListForSale-module__ZLybUa__supportHeader svg{color:var(--text-secondary)}.ListForSale-module__ZLybUa__panelMeta{color:var(--text-muted);margin-left:auto;font-size:10.5px;font-weight:600}.ListForSale-module__ZLybUa__gradingSection{background:0 0;border:1px solid #e5323840;border-radius:10px;flex-direction:column;gap:10px;margin-top:10px;padding:14px;display:flex}.ListForSale-module__ZLybUa__optionPanel{border:1px solid var(--border-subtle);background:0 0;border-radius:10px;flex-direction:column;gap:12px;margin-top:10px;padding:14px;display:flex}.ListForSale-module__ZLybUa__ebayOptionsPanel{background:#e532380a;border-color:#e53238;box-shadow:0 0 0 1px #e5323847}.ListForSale-module__ZLybUa__gradingHeader{letter-spacing:.6px;text-transform:uppercase;color:#ffb4b7;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.ListForSale-module__ZLybUa__panelHeader,.ListForSale-module__ZLybUa__panelSubHeader{letter-spacing:.6px;text-transform:uppercase;color:var(--text-secondary);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.ListForSale-module__ZLybUa__panelHeader{color:var(--text-primary)}.ListForSale-module__ZLybUa__panelSubHeader{margin-top:2px}.ListForSale-module__ZLybUa__imageSelection{outline:none;flex-direction:column;gap:12px;display:flex}.ListForSale-module__ZLybUa__imageSelection:focus-visible{border-color:color-mix(in srgb, var(--accent-blue), transparent 35%);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent-blue), transparent 82%)}.ListForSale-module__ZLybUa__imageToggleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.ListForSale-module__ZLybUa__imagePreviewGrid{overscroll-behavior-inline:contain;scrollbar-width:thin;gap:9px;padding:1px 1px 4px;display:flex;overflow-x:auto}.ListForSale-module__ZLybUa__imagePreviewTile,.ListForSale-module__ZLybUa__catalogReferenceTile,.ListForSale-module__ZLybUa__addImageTile{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-primary) 62%, transparent);width:92px;min-width:92px;min-height:112px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:8px;font-size:12px;font-weight:700;display:flex}.ListForSale-module__ZLybUa__imagePreviewTile img,.ListForSale-module__ZLybUa__catalogReferenceTile img{object-fit:cover;background:#ffffff0a;border-radius:6px;width:100%;height:74px}.ListForSale-module__ZLybUa__imageGuidance{color:var(--text-muted);margin:-2px 0 0;font-size:11.5px;line-height:1.45}.ListForSale-module__ZLybUa__catalogReferenceTile{color:var(--text-muted);cursor:default;border-style:dashed;position:relative}.ListForSale-module__ZLybUa__catalogReferenceTile img{opacity:.78;object-fit:contain}.ListForSale-module__ZLybUa__referenceBadge{border:1px solid color-mix(in srgb, var(--text-muted), transparent 60%);background:color-mix(in srgb, var(--bg-primary) 88%, transparent);color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;border-radius:5px;padding:3px 5px;font-size:8px;font-weight:800;line-height:1;position:absolute;top:12px;left:12px}.ListForSale-module__ZLybUa__imagePreviewTile:hover,.ListForSale-module__ZLybUa__addImageTile:hover{border-color:var(--text-muted);color:var(--text-primary);background:var(--bg-hover)}.ListForSale-module__ZLybUa__imagePreviewSelected{border-color:var(--accent-blue);box-shadow:0 0 0 1px color-mix(in srgb, var(--accent-blue), transparent 70%);color:var(--text-primary);background:color-mix(in srgb, var(--accent-blue) 8%, var(--bg-secondary))}.ListForSale-module__ZLybUa__hiddenFileInput{display:none}.ListForSale-module__ZLybUa__advancedDetails{border:1px solid var(--border-subtle);background:#ffffff08;border-radius:8px;overflow:hidden}.ListForSale-module__ZLybUa__advancedDetails summary{cursor:pointer;color:var(--text-primary);align-items:center;gap:8px;padding:11px 12px;font-size:13px;font-weight:700;list-style:none;display:flex}.ListForSale-module__ZLybUa__advancedDetails summary::-webkit-details-marker{display:none}.ListForSale-module__ZLybUa__advancedDetails summary:hover{background:#ffffff0a}.ListForSale-module__ZLybUa__advancedContent{flex-direction:column;gap:12px;padding:0 12px 12px;display:flex}.ListForSale-module__ZLybUa__gradingCaption{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.4}.ListForSale-module__ZLybUa__checkboxLabel{cursor:pointer;color:var(--text-primary);background:#0003;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:.5rem;padding:8px 10px;font-size:13px;display:inline-flex;position:relative}.ListForSale-module__ZLybUa__checkboxLabel input{opacity:0;pointer-events:none;position:absolute}.ListForSale-module__ZLybUa__checkboxControl{border:1px solid color-mix(in srgb, var(--text-secondary), transparent 60%);background:#ffffff0f;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:inline-flex}.ListForSale-module__ZLybUa__checkboxLabel:hover .ListForSale-module__ZLybUa__checkboxControl{background:#4f7cff14;border-color:#4f7cff99}.ListForSale-module__ZLybUa__checkboxLabel input:checked+.ListForSale-module__ZLybUa__checkboxControl{background:var(--accent-blue);border-color:var(--accent-blue)}.ListForSale-module__ZLybUa__checkboxLabel input:checked+.ListForSale-module__ZLybUa__checkboxControl:after{content:"";border-bottom:2px solid #fff;border-right:2px solid #fff;width:5px;height:9px;transform:rotate(45deg)translate(-1px,-1px)}.ListForSale-module__ZLybUa__checkboxLabel input:focus-visible{outline:none}.ListForSale-module__ZLybUa__checkboxLabel input:focus-visible+.ListForSale-module__ZLybUa__checkboxControl{box-shadow:0 0 0 2px #4f7cff33}.ListForSale-module__ZLybUa__checkboxWithTooltip{align-items:center;gap:6px;width:fit-content;display:inline-flex}.ListForSale-module__ZLybUa__gradedFields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px;margin-top:4px;display:grid}.ListForSale-module__ZLybUa__section{flex-direction:column;gap:12px;display:flex}.ListForSale-module__ZLybUa__section h4{align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.ListForSale-module__ZLybUa__platformGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}@media (max-width:640px){.ListForSale-module__ZLybUa__platformGrid,.ListForSale-module__ZLybUa__imageToggleGrid{grid-template-columns:1fr}}.ListForSale-module__ZLybUa__platformCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);cursor:pointer;border-radius:12px;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;width:100%;min-width:0;height:64px;padding:12px 14px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ListForSale-module__ZLybUa__platformCard:not(.ListForSale-module__ZLybUa__disabled):hover{background:var(--bg-hover);border-color:var(--text-muted);transform:translateY(-1px)}.ListForSale-module__ZLybUa__platformCard.ListForSale-module__ZLybUa__disabled{opacity:.5;cursor:not-allowed;background:var(--bg-primary);border-color:var(--border-subtle)}.ListForSale-module__ZLybUa__platformCard.ListForSale-module__ZLybUa__selected:not(.ListForSale-module__ZLybUa__disabled){border-color:var(--platform-color);background:rgba(var(--platform-color), .05);box-shadow:0 0 0 1px color-mix(in srgb, var(--platform-color), transparent 85%)}.ListForSale-module__ZLybUa__platformIcon{background:var(--platform-color);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex}.ListForSale-module__ZLybUa__platformCard:hover .ListForSale-module__ZLybUa__platformIcon{transform:scale(1.1)}.ListForSale-module__ZLybUa__platformName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:15px;font-weight:700;overflow:hidden}.ListForSale-module__ZLybUa__selectedBadge{background:var(--platform-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:8px;right:8px}.ListForSale-module__ZLybUa__lockBadge{width:20px;height:20px;color:var(--text-muted);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:8px;right:8px}.ListForSale-module__ZLybUa__comingSoonBadge{color:var(--text-muted);text-transform:none;letter-spacing:.2px;opacity:1;background:0 0;border-radius:0;margin-left:auto;padding:0;font-size:10px;font-style:italic;font-weight:600}@keyframes ListForSale-module__ZLybUa__scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.ListForSale-module__ZLybUa__spin{animation:1s linear infinite ListForSale-module__ZLybUa__spin}@keyframes ListForSale-module__ZLybUa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ListForSale-module__ZLybUa__platformCard.ListForSale-module__ZLybUa__ebay{--platform-color:#e53238}.ListForSale-module__ZLybUa__platformCard.ListForSale-module__ZLybUa__shopify{--platform-color:#96bf48}.ListForSale-module__ZLybUa__platformCard.ListForSale-module__ZLybUa__whatnot{--platform-color:#4f46e5}.ListForSale-module__ZLybUa__platformCard.ListForSale-module__ZLybUa__square{--platform-color:#00a862}.ListForSale-module__ZLybUa__platformCard.ListForSale-module__ZLybUa__collx{--platform-color:#ef4444}.ListForSale-module__ZLybUa__platformCard.ListForSale-module__ZLybUa__cardmarket{--platform-color:#2563eb}.ListForSale-module__ZLybUa__platformCard.ListForSale-module__ZLybUa__tcgplayer{--platform-color:#0b7dbe}.ListForSale-module__ZLybUa__csvOnlyBadge{background:var(--bg-tertiary);color:var(--text-muted);letter-spacing:.5px;border-radius:6px;margin-left:auto;padding:2px 6px;font-size:9px;font-weight:700}.ListForSale-module__ZLybUa__warningLabel{color:#e53238;background:#e5323814;border:1px solid #e5323833;border-radius:8px;align-items:center;gap:8px;width:100%;margin-top:12px;padding:10px 14px;font-size:11.5px;font-style:italic;display:flex}.ListForSale-module__ZLybUa__actions{gap:12px;margin-top:0;display:flex}.ListForSale-module__ZLybUa__submitButton{justify-content:center;height:48px;font-weight:700;flex:2!important}.ListForSale-module__ZLybUa__csvButton{justify-content:center;height:48px;font-weight:600;border:1.5px solid var(--border-subtle)!important;color:var(--text-secondary)!important;background:0 0!important;flex:1!important}.ListForSale-module__ZLybUa__csvButton:hover{border-color:var(--text-primary)!important;color:var(--text-primary)!important;background:#ffffff0d!important}.ListForSale-module__ZLybUa__results{flex-direction:column;gap:8px;margin-top:20px;display:flex}.ListForSale-module__ZLybUa__resultCard{border-radius:var(--radius-md);align-items:flex-start;gap:12px;padding:14px;display:flex}.ListForSale-module__ZLybUa__resultCard strong{margin-bottom:2px;display:block}.ListForSale-module__ZLybUa__resultCard p{color:inherit;opacity:.85;font-size:13px}.ListForSale-module__ZLybUa__resultSuccess{background:var(--accent-green-glow);color:var(--accent-green)}.ListForSale-module__ZLybUa__resultError{color:var(--accent-red);background:#ff475726}.ListForSale-module__ZLybUa__activeListingLink{color:var(--accent-blue);align-items:center;gap:4px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}.ListForSale-module__ZLybUa__activeListingLink:hover{text-decoration:underline}.ListForSale-module__ZLybUa__platformOptions{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;gap:8px;margin-top:8px;padding:10px;animation:.2s cubic-bezier(.4,0,.2,1) ListForSale-module__ZLybUa__slideDown;display:flex}@keyframes ListForSale-module__ZLybUa__slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ListForSale-module__ZLybUa__toggleGroup{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:6px;padding:2px;display:flex;overflow:hidden}.ListForSale-module__ZLybUa__toggleItem{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;flex:1;padding:8px 4px;font-size:11px;font-weight:700;transition:all .2s}.ListForSale-module__ZLybUa__toggleItem:hover{color:var(--text-primary);background:var(--bg-hover)}.ListForSale-module__ZLybUa__toggleItem.ListForSale-module__ZLybUa__active{color:#fff;background:#2a2a2a;border:1px solid #ffffff1a;box-shadow:0 4px 6px -1px #0006,0 2px 4px -1px #0003}.ListForSale-module__ZLybUa__ebay .ListForSale-module__ZLybUa__toggleItem.ListForSale-module__ZLybUa__active{background:#e53238}.ListForSale-module__ZLybUa__optionHint{color:var(--text-muted);text-align:center;opacity:.8;font-size:10px;font-style:italic}.ListForSale-module__ZLybUa__syncPriceBtn{min-width:max-content;height:40px;color:var(--text-secondary);background:color-mix(in srgb, var(--bg-primary) 60%, transparent);border:1px solid var(--border-subtle);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:0 10px;font-size:10.5px;font-weight:700;transition:all .2s;display:flex}.ListForSale-module__ZLybUa__syncPriceBtn:hover{background:var(--bg-hover);color:var(--accent-blue);border-color:color-mix(in srgb, var(--accent-blue), transparent 55%)}.ListForSale-module__ZLybUa__syncPriceBtn:disabled{opacity:.42;cursor:not-allowed}.ListForSale-module__ZLybUa__priceInputWrapper{flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.ListForSale-module__ZLybUa__flex1{flex:1}.ListForSale-module__ZLybUa__lifecycleLoading{color:var(--text-secondary);align-items:center;gap:8px;font-size:13px;display:inline-flex}.ListForSale-module__ZLybUa__lifecycleEmpty{color:var(--text-muted);border:1px dashed var(--border-subtle);background:#ffffff05;border-radius:10px;margin:0;padding:10px 12px;font-size:13px}.ListForSale-module__ZLybUa__lifecycleList{flex-direction:column;gap:10px;display:flex}.ListForSale-module__ZLybUa__lifecycleRow{border:1px solid var(--border-subtle);background:color-mix(in srgb, var(--bg-secondary) 84%, transparent);border-radius:10px;justify-content:space-between;align-items:flex-start;gap:14px;padding:12px;display:flex}.ListForSale-module__ZLybUa__lifecycleMeta{flex-direction:column;gap:6px;min-width:0;display:flex}.ListForSale-module__ZLybUa__lifecycleHeading{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.ListForSale-module__ZLybUa__lifecycleMarketplace{color:var(--text-primary);font-size:13px;font-weight:700}.ListForSale-module__ZLybUa__lifecycleStatusBadge{border:1px solid var(--border-subtle);text-transform:capitalize;color:var(--text-secondary);background:#ffffff0a;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.ListForSale-module__ZLybUa__lifecycleStatus_active{color:#7ff2c5;background:#10b9811f;border-color:#10b98159}.ListForSale-module__ZLybUa__lifecycleStatus_inactive,.ListForSale-module__ZLybUa__lifecycleStatus_unsold,.ListForSale-module__ZLybUa__lifecycleStatus_draft{color:#f8d588;background:#f59e0b1f;border-color:#f59e0b59}.ListForSale-module__ZLybUa__lifecycleStatus_sold{color:#ff9bb0;background:#f43f5e1f;border-color:#f43f5e59}.ListForSale-module__ZLybUa__lifecycleStatus_out_of_sync{color:#a3adff;background:#6366f11f;border-color:#6366f159}.ListForSale-module__ZLybUa__lifecycleStatus_syncing{color:#9ecbff;background:#3b82f61f;border-color:#3b82f659}.ListForSale-module__ZLybUa__lifecycleStatus_failed{color:#ff9bb0;background:#f43f5e1f;border-color:#f43f5e59}.ListForSale-module__ZLybUa__lifecycleStatus_unlinked{color:#cbd5e1;background:#94a3b81f;border-color:#94a3b859}.ListForSale-module__ZLybUa__lifecycleSyncState{color:var(--accent-blue);text-transform:capitalize;background:#4f7cff1a;border:1px solid #4f7cff40;border-radius:999px;padding:2px 8px;font-size:11px}.ListForSale-module__ZLybUa__lifecycleReasons{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.ListForSale-module__ZLybUa__lifecycleReasonBadge{color:#b7cbff;background:#4f7cff1f;border:1px solid #4f7cff4d;border-radius:999px;padding:2px 8px;font-size:11px}.ListForSale-module__ZLybUa__lifecycleError{color:#ff9898;margin:0;font-size:12px}.ListForSale-module__ZLybUa__lifecycleTimestamp{color:var(--text-muted);margin:0;font-size:11px}.ListForSale-module__ZLybUa__lifecycleActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.ListForSale-module__ZLybUa__unsyncOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ListForSale-module__ZLybUa__unsyncModal{border:1px solid var(--border-subtle);background:var(--bg-card);width:min(560px,100%);box-shadow:var(--shadow-lg);border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.ListForSale-module__ZLybUa__actionProgressModal{border:1px solid var(--border-subtle);background:var(--bg-card);width:min(520px,100%);box-shadow:var(--shadow-lg);border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.ListForSale-module__ZLybUa__actionProgressBarTrack{background:#ffffff14;border:1px solid #ffffff0f;border-radius:999px;width:100%;height:8px;overflow:hidden}.ListForSale-module__ZLybUa__actionProgressBarFill{background:linear-gradient(90deg, var(--accent-blue), #7f95ff);border-radius:999px;width:0;height:100%;transition:width .22s}.ListForSale-module__ZLybUa__actionProgressBarFillError{background:linear-gradient(90deg,#ef4444,#f97316)}.ListForSale-module__ZLybUa__actionProgressSuccess{color:#7ff2c5;margin:0;font-size:13px}.ListForSale-module__ZLybUa__actionProgressError{color:#ff9b9b;margin:0;font-size:13px}.ListForSale-module__ZLybUa__unsyncTitle{color:var(--text-primary);margin:0;font-size:18px}.ListForSale-module__ZLybUa__unsyncDescription{color:var(--text-secondary);margin:0;font-size:13px}.ListForSale-module__ZLybUa__unsyncHint{color:var(--text-muted);border:1px solid var(--border-subtle);background:#ffffff08;border-radius:8px;margin:0;padding:8px 10px;font-size:12px}.ListForSale-module__ZLybUa__unsyncActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}@media (max-width:980px){.ListForSale-module__ZLybUa__detailsComposer{grid-template-columns:1fr}.ListForSale-module__ZLybUa__gradingCompact{margin-top:0}}@media (max-width:720px){.ListForSale-module__ZLybUa__readinessList{grid-template-columns:1fr}.ListForSale-module__ZLybUa__lifecycleRow{flex-direction:column}.ListForSale-module__ZLybUa__lifecycleActions{justify-content:flex-start;width:100%}}@media (max-width:560px){.ListForSale-module__ZLybUa__readinessSummary{grid-template-columns:auto minmax(0,1fr) auto}.ListForSale-module__ZLybUa__readinessCount{display:none}.ListForSale-module__ZLybUa__detailsComposer{gap:10px}.ListForSale-module__ZLybUa__listingCopyColumn,.ListForSale-module__ZLybUa__listingInventoryColumn,.ListForSale-module__ZLybUa__imageSelection{padding:11px}.ListForSale-module__ZLybUa__coreFieldGrid,.ListForSale-module__ZLybUa__gradedFields{grid-template-columns:1fr}.ListForSale-module__ZLybUa__priceField,.ListForSale-module__ZLybUa__skuField{grid-column:auto}.ListForSale-module__ZLybUa__priceInputWrapper{flex-direction:column;align-items:stretch}.ListForSale-module__ZLybUa__syncPriceBtn{width:100%}.ListForSale-module__ZLybUa__actions{flex-direction:column;margin-top:12px}.ListForSale-module__ZLybUa__submitButton,.ListForSale-module__ZLybUa__csvButton{width:100%;flex:auto!important}}
.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)}}
