.layout-module__IAZWsG__page{height:100%;display:grid}@media not (min-width:768px){.layout-module__IAZWsG__page{flex-direction:column;height:auto;min-height:100%;display:flex}}@media (min-width:768px){.layout-module__IAZWsG__page{grid-template-columns:auto 1fr;grid-template-areas:"nav main"}}.layout-module__IAZWsG__main{padding:var(--tp-spacing-2);grid-area:main}@media not (min-width:768px){.layout-module__IAZWsG__main{padding-bottom:calc(56px + env(safe-area-inset-bottom) + var(--tp-spacing-3));flex:1}}@media (min-width:768px){.layout-module__IAZWsG__main{min-height:0;overflow:auto}}
.DesktopNav-module__aC7iZq__sidebar{padding:var(--tp-spacing-half);grid-area:nav;height:100%;display:flex}.DesktopNav-module__aC7iZq__container{background:var(--tp-surface-color-secondary);border-width:var(--tp-radius-1);border-style:solid;border-color:var(--tp-border-color-subtle);border-radius:var(--tp-radius-7);width:224px;height:100%;padding:0 var(--tp-spacing-2);transition:width var(--tp-transition-duration-base) var(--tp-transition-easing-out), padding var(--tp-transition-duration-base) var(--tp-transition-easing-out);flex-direction:column;justify-content:space-between;display:flex;overflow:hidden}.DesktopNav-module__aC7iZq__collapsed .DesktopNav-module__aC7iZq__container{width:80px;padding:0}.DesktopNav-module__aC7iZq__menuItems{flex-direction:column;display:flex}.DesktopNav-module__aC7iZq__header{align-items:center;gap:var(--tp-spacing-1);padding:var(--tp-spacing-2) var(--tp-spacing-1);transition:gap var(--tp-transition-duration-base) var(--tp-transition-easing-out);display:flex}.DesktopNav-module__aC7iZq__collapsed .DesktopNav-module__aC7iZq__header{padding:var(--tp-spacing-2) 0;justify-content:center;gap:0}.DesktopNav-module__aC7iZq__logo{border-radius:var(--tp-radius-3);background:var(--tp-surface-color-brand);flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex;overflow:hidden}.DesktopNav-module__aC7iZq__brandText{color:var(--tp-text-color-primary);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-bold);line-height:var(--tp-line-height-tight);white-space:nowrap;transition:opacity var(--tp-transition-duration-base) var(--tp-transition-easing-out), width var(--tp-transition-duration-base) var(--tp-transition-easing-out);overflow:hidden}.DesktopNav-module__aC7iZq__collapsed .DesktopNav-module__aC7iZq__brandText{opacity:0;width:0}.DesktopNav-module__aC7iZq__nav{flex-direction:column;display:flex}.DesktopNav-module__aC7iZq__navSection{padding:var(--tp-spacing-1) 0;flex-direction:column;display:flex}.DesktopNav-module__aC7iZq__sectionLabel{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);line-height:var(--tp-line-height-tight);color:var(--tp-text-color-secondary);padding:var(--tp-spacing-1) 0}.DesktopNav-module__aC7iZq__sectionIcon{padding:var(--tp-spacing-half) 0;color:var(--tp-text-color-secondary);justify-content:center;align-items:center;display:flex}.DesktopNav-module__aC7iZq__footer{padding:var(--tp-spacing-2) 0;justify-content:flex-end;display:flex}.DesktopNav-module__aC7iZq__collapsed .DesktopNav-module__aC7iZq__footer{justify-content:center}.DesktopNav-module__aC7iZq__toggleButton{width:32px;height:32px;padding:var(--tp-spacing-1);border-radius:var(--tp-radius-round);color:var(--tp-text-color-secondary);cursor:pointer;transition:background-color var(--tp-transition-duration-fast) var(--tp-transition-easing-out), color var(--tp-transition-duration-fast) var(--tp-transition-easing-out);background-color:#0000;border:none;justify-content:center;align-items:center;display:flex}.DesktopNav-module__aC7iZq__toggleButton:hover{color:var(--tp-text-color-primary);background-color:var(--tp-surface-interactive-hover)}
.Icon-module__bIAopG__icon{box-sizing:border-box;--fill-0:currentColor;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Icon-module__bIAopG__glyph{width:100%;height:100%}.Icon-module__bIAopG__sm{width:var(--tp-icon-size-sm);height:var(--tp-icon-size-sm)}.Icon-module__bIAopG__md{width:var(--tp-icon-size-md);height:var(--tp-icon-size-md)}.Icon-module__bIAopG__lg{width:var(--tp-icon-size-lg);height:var(--tp-icon-size-lg)}
.CloseButton-module__zOARLG__tpCloseButton{cursor:pointer;width:44px;height:44px;color:var(--tp-text-color-secondary);transition:background-color var(--tp-transition-duration-fast) var(--tp-transition-easing-default), color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.CloseButton-module__zOARLG__tpCloseButton:hover{background:var(--tp-surface-color-highlight);color:var(--tp-text-color-primary)}.CloseButton-module__zOARLG__tpCloseButton:focus-visible{outline:var(--tp-focus-ring-width) solid var(--tp-focus-ring-color);outline-offset:var(--tp-focus-ring-offset)}
.TextInput-module__6hVF2G__tpTextInputAtomRoot{font:var(--tp-font-styles-body);font-family:var(--tp-font-family-body), sans-serif;color:var(--tp-text-input-color,var(--tp-text-color-primary));background-color:var(--tp-text-input-bg);caret-color:var(--tp-surface-color-brand);border:1px solid var(--tp-text-input-border-color);border-radius:var(--tp-text-input-border-radius);outline:none}.TextInput-module__6hVF2G__tpTextInputAtomRoot::placeholder{color:var(--tp-text-input-placeholder-color,var(--tp-text-color-secondary))}.TextInput-module__6hVF2G__tpTextInputAtomDisabled{cursor:not-allowed;color:var(--tp-text-input-disabled-color,var(--tp-text-color-secondary))}.TextInput-module__6hVF2G__tpTextInputAtomDisabled::placeholder{color:var(--tp-text-input-disabled-color,var(--tp-text-color-secondary))}
.PrimaryButton-module__RUrt1G__tpPrimaryButtonMolecule{--button-border-color:var(--tp-surface-color-brand);background:var(--tp-surface-color-brand);color:var(--tp-text-color-on-brand)}.PrimaryButton-module__RUrt1G__tpPrimaryButtonMolecule:disabled{--button-border-color:var(--tp-surface-color-tertiary);background:var(--tp-surface-color-tertiary);color:var(--tp-text-color-secondary)}
.Button-module__uiSH-W__tpButtonAtomRoot{padding:var(--tp-spacing-2) var(--tp-spacing-4);justify-content:center;align-items:center;gap:var(--tp-spacing-1);border:1px solid var(--button-border-color,currentcolor);border-radius:var(--tp-spacing-8);font:var(--tp-font-styles-button);cursor:pointer;display:inline-flex}.Button-module__uiSH-W__tpButtonAtomRoot:disabled{cursor:not-allowed}.Button-module__uiSH-W__fullWidth{width:100%}
.Text-module__PqzBDG__tpTextAtomRoot{color:var(--tp-text-color,var(--tp-text-color-primary));font-family:var(--tp-font-family-body), sans-serif}.Text-module__PqzBDG__tpTextAtomXs{font-size:var(--tp-font-size-xs);line-height:1.2}.Text-module__PqzBDG__tpTextAtomSmall{font-size:var(--tp-font-size-small);line-height:1.2}.Text-module__PqzBDG__tpTextAtomMedium{font-size:var(--tp-font-size-medium);line-height:1.2}.Text-module__PqzBDG__tpTextAtomLarge{font-size:var(--tp-font-size-large);line-height:1.2}.Text-module__PqzBDG__tpTextAtomXl{font-size:var(--tp-font-size-xl);line-height:1.2}.Text-module__PqzBDG__tpTextAtomXxl{font-size:var(--tp-font-size-xxl);line-height:1.2}.Text-module__PqzBDG__tpTextAtomXxxl{font-size:var(--tp-font-size-xxxl);line-height:1.2}.Text-module__PqzBDG__tpTextAtomSuper{font-size:var(--tp-font-size-super);line-height:1.2}.Text-module__PqzBDG__tpTextAtomExtreme{font-size:var(--tp-font-size-extreme);line-height:1.2}.Text-module__PqzBDG__tpTextAtomLight{font-weight:var(--tp-font-weight-light)}.Text-module__PqzBDG__tpTextAtomRegular{font-weight:var(--tp-font-weight-regular)}.Text-module__PqzBDG__tpTextAtomBold{font-weight:var(--tp-font-weight-bold)}.Text-module__PqzBDG__tpTextAtomColorPrimary{color:var(--tp-text-color-primary)}.Text-module__PqzBDG__tpTextAtomColorSecondary{color:var(--tp-text-color-secondary)}.Text-module__PqzBDG__tpTextAtomColorBrand{color:var(--tp-text-color-brand)}.Text-module__PqzBDG__tpTextAtomColorWarning{color:var(--tp-text-color-warning)}.Text-module__PqzBDG__tpTextAtomColorQuantity{color:var(--tp-text-color-quantity)}.Text-module__PqzBDG__tpTextAtomColorPositiveValue{color:var(--tp-text-color-positive-value)}.Text-module__PqzBDG__tpTextAtomColorNegativeValue{color:var(--tp-text-color-negative-value)}.Text-module__PqzBDG__tpTextAtomColorDestructive{color:var(--tp-text-color-destructive)}.Text-module__PqzBDG__tpTextAtomColorOnBrand{color:var(--tp-text-color-on-brand)}
.DangerButton-module__FMOcta__tpDangerButtonMolecule{--button-border-color:var(--tp-text-color-destructive);color:var(--tp-text-color-destructive);background:0 0}
.SecondaryButton-module__EcBALW__tpSecondaryButtonMolecule{--button-border-color:var(--tp-text-color-primary);color:var(--tp-text-color-primary);background:0 0}.SecondaryButton-module__EcBALW__tpSecondaryButtonMolecule:disabled{--button-border-color:var(--tp-text-color-secondary);background:var(--tp-surface-color-secondary);color:var(--tp-text-color-secondary)}
.Checkbox-module__HrBPtG__tpCheckboxAtomRoot{width:var(--tp-spacing-2);height:var(--tp-spacing-2);justify-content:center;align-items:center;gap:var(--tp-spacing-zero);cursor:pointer;border-radius:var(--tp-radius-2);border:1px solid var(--tp-checkbox-border,var(--tp-border-color-strong));background-color:var(--tp-checkbox-bg);box-sizing:border-box;color:var(--tp-checkbox-icon-color,var(--tp-text-color-primary));flex-direction:column;flex-shrink:0;display:inline-flex;position:relative}.Checkbox-module__HrBPtG__tpCheckboxAtomRoot:has(input:focus-visible){outline:var(--tp-focus-ring-width) solid var(--tp-focus-ring-color);outline-offset:var(--tp-focus-ring-offset)}.Checkbox-module__HrBPtG__tpCheckboxAtomDisabled{cursor:not-allowed;background-color:var(--tp-surface-color-secondary);border-color:var(--tp-border-color-strong);color:var(--tp-text-color-secondary)}.Checkbox-module__HrBPtG__tpCheckboxAtomBox{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Checkbox-module__HrBPtG__tpCheckboxAtomInput{inset:calc(var(--tp-spacing-1) * -1);width:calc(100% + var(--tp-spacing-2));height:calc(100% + var(--tp-spacing-2));opacity:0;cursor:inherit;margin:0;position:absolute}.Checkbox-module__HrBPtG__tpCheckboxAtomIcon{z-index:1;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Checkbox-module__HrBPtG__tpCheckboxAtomSvgIcon{pointer-events:none;color:currentColor;flex-shrink:0;width:12px;height:12px}
.DetailHeader-module__BOQfva__root{gap:var(--tp-spacing-2);flex-direction:column;display:flex}.DetailHeader-module__BOQfva__bannerMobile{width:100%}.DetailHeader-module__BOQfva__bannerDesktop{display:none}.DetailHeader-module__BOQfva__toolbarRow{justify-content:space-between;align-items:center;gap:var(--tp-spacing-1);display:flex}.DetailHeader-module__BOQfva__title{font-size:var(--tp-font-size-xxl);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;min-width:0;line-height:1.2;display:-webkit-box;overflow:hidden}.DetailHeader-module__BOQfva__titleInRow{display:none;}.DetailHeader-module__BOQfva__titleBelow{}.DetailHeader-module__BOQfva__titleBelow.DetailHeader-module__BOQfva__noBackButton{display:none}.DetailHeader-module__BOQfva__titleInRow.DetailHeader-module__BOQfva__noBackButton{display:block}.DetailHeader-module__BOQfva__backButton{border-radius:var(--tp-radius-round);background:var(--tp-surface-color-secondary);cursor:pointer;width:48px;height:48px;color:var(--tp-text-color-primary);border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.DetailHeader-module__BOQfva__backButton:focus-visible{outline:var(--tp-focus-ring-width) solid var(--tp-focus-ring-color);outline-offset:var(--tp-focus-ring-offset)}.DetailHeader-module__BOQfva__slots{align-items:center;gap:var(--tp-spacing-1);flex-shrink:0;margin-left:auto;display:flex}.DetailHeader-module__BOQfva__toolbarPill{padding:var(--tp-spacing-half);background:var(--tp-surface-color-secondary);border-radius:var(--tp-radius-6);align-items:center;display:flex}.DetailHeader-module__BOQfva__toolbarItem{width:40px;height:40px;padding:var(--tp-spacing-1);border-radius:var(--tp-radius-6);background:var(--tp-surface-color-secondary);cursor:pointer;color:var(--tp-text-color-primary);border:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.DetailHeader-module__BOQfva__toolbarItem:focus-visible{outline:var(--tp-focus-ring-width) solid var(--tp-focus-ring-color);outline-offset:-2px}@media (min-width:768px){.DetailHeader-module__BOQfva__root{align-items:center;gap:var(--tp-spacing-3);flex-direction:row}.DetailHeader-module__BOQfva__bannerMobile{display:none}.DetailHeader-module__BOQfva__bannerDesktop{flex-shrink:0;display:block}.DetailHeader-module__BOQfva__toolbarRow{flex:1;min-width:0}.DetailHeader-module__BOQfva__titleInRow,.DetailHeader-module__BOQfva__titleInRow.DetailHeader-module__BOQfva__noBackButton{display:block}.DetailHeader-module__BOQfva__titleBelow,.DetailHeader-module__BOQfva__titleBelow.DetailHeader-module__BOQfva__noBackButton{display:none}}
.DialogBody-module__YkxYea__tpDialogBody{gap:var(--tp-spacing-2);min-height:0;padding:var(--tp-spacing-2);flex-direction:column;flex:1;display:flex;overflow-y:auto}.DialogBody-module__YkxYea__tpDialogBodyInSheet{flex:initial;min-height:auto;overflow:visible}
.DialogField-module___haofW__tpDialogField{gap:var(--tp-spacing-1);flex-direction:column;display:flex}
.DialogFooter-module__PALiNq__tpDialogFooter{align-items:center;gap:var(--tp-spacing-2);padding:var(--tp-spacing-2);border-top:var(--tp-border-width-default) solid var(--tp-border-color-subtle);flex-shrink:0;justify-content:stretch;display:flex}.DialogFooter-module__PALiNq__tpDialogFooter>:last-child{flex:1}@media (min-width:1024px){.DialogFooter-module__PALiNq__tpDialogFooter{justify-content:flex-end}.DialogFooter-module__PALiNq__tpDialogFooter>:last-child{flex:initial}}.DialogFooter-module__PALiNq__tpDialogFooterInSheet{background:var(--tp-surface-color-secondary);z-index:1;position:sticky;bottom:0}
.Checkbox-module__vOxDSq__tpCheckboxAtom{--tp-checkbox-border:var(--tp-border-color-subtle);--tp-checkbox-bg:transparent}:is(.Checkbox-module__vOxDSq__tpCheckboxAtom:has(input:checked),.Checkbox-module__vOxDSq__tpCheckboxAtom:has(.Checkbox-module__vOxDSq__indeterminate),.Checkbox-module__vOxDSq__tpCheckboxAtom:has(input[aria-checked=mixed])){--tp-checkbox-bg:var(--tp-surface-color-brand);--tp-checkbox-border:var(--tp-surface-color-brand);--tp-checkbox-icon-color:var(--tp-text-color-on-brand)}
.SearchInput-module__SHIXCq__searchInputContainer{align-items:center;gap:var(--tp-spacing-1);padding:var(--tp-spacing-1) var(--tp-spacing-2);background-color:var(--tp-surface-color-secondary);border:1px solid var(--tp-border-color-subtle);border-radius:100px;transition:all .2s ease-in-out;display:flex}.SearchInput-module__SHIXCq__searchInputContainer.SearchInput-module__SHIXCq__focused{border-color:var(--tp-surface-color-brand);background-color:var(--tp-surface-color-secondary)}.SearchInput-module__SHIXCq__searchInputContainer.SearchInput-module__SHIXCq__disabled{opacity:.5;cursor:not-allowed}.SearchInput-module__SHIXCq__iconLeft{width:24px;height:24px;color:var(--tp-text-color-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.SearchInput-module__SHIXCq__iconRight{cursor:pointer;width:24px;height:24px;color:var(--tp-text-color-secondary);z-index:1;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .2s ease-in-out;display:flex;position:relative}.SearchInput-module__SHIXCq__iconRight:hover:not(:disabled){color:var(--tp-text-color-primary)}.SearchInput-module__SHIXCq__iconRight:disabled{cursor:not-allowed}.SearchInput-module__SHIXCq__inputWrapper{flex:1;align-items:center;gap:0;min-width:0;display:flex;position:relative}.SearchInput-module__SHIXCq__input{flex:1}.SearchInput-module__SHIXCq__input::placeholder{color:var(--tp-text-color-secondary)}.SearchInput-module__SHIXCq__input:disabled{cursor:not-allowed;color:var(--tp-text-color-secondary)}.SearchInput-module__SHIXCq__input::-webkit-search-cancel-button{-webkit-appearance:none}
.TextInput-module__ZggD3G__textInputContainer{align-items:center;gap:var(--tp-spacing-1);padding:var(--tp-spacing-1) var(--tp-spacing-2);border-radius:var(--tp-radius-3);background-color:var(--tp-surface-color-secondary);border:1px solid var(--tp-border-color-subtle);transition:all .2s ease-in-out;display:flex}.TextInput-module__ZggD3G__textInputContainer.TextInput-module__ZggD3G__focused{border-color:var(--tp-surface-color-brand);background-color:var(--tp-surface-color-secondary)}.TextInput-module__ZggD3G__textInputContainer.TextInput-module__ZggD3G__disabled{opacity:.5;cursor:not-allowed}.TextInput-module__ZggD3G__inputWrapper{flex:1;align-items:center;gap:0;min-width:0;display:flex;position:relative}.TextInput-module__ZggD3G__input{flex:1}.TextInput-module__ZggD3G__input::placeholder{color:var(--tp-text-color-secondary)}.TextInput-module__ZggD3G__input:disabled{cursor:not-allowed;color:var(--tp-text-color-secondary)}
.Modal-module__Ddr1nG__tpModalOverlay{background:var(--tp-surface-color-scrim);opacity:0;pointer-events:none;z-index:var(--tp-z-index-modal-backdrop);transition:opacity .3s;position:fixed;inset:0}.Modal-module__Ddr1nG__tpModalOverlay.Modal-module__Ddr1nG__open{opacity:1;pointer-events:auto}.Modal-module__Ddr1nG__tpModalRoot{background:var(--tp-surface-color-secondary);border-radius:var(--tp-radius-6);min-width:320px;max-width:90vw;max-height:90vh;box-shadow:var(--tp-shadow-elevated);opacity:0;pointer-events:none;z-index:var(--tp-z-index-modal-content);flex-direction:column;transition:opacity .3s,transform .3s;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(.95)}.Modal-module__Ddr1nG__tpModalRoot.Modal-module__Ddr1nG__open{opacity:1;pointer-events:auto;transform:translate(-50%,-50%)scale(1)}.Modal-module__Ddr1nG__tpModalTitleBar{padding:0 var(--tp-spacing-3);border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-subtle);flex-direction:column;flex-shrink:0;align-items:center;display:flex}.Modal-module__Ddr1nG__tpModalTitleRow{width:100%;padding:var(--tp-spacing-2) 0;justify-content:space-between;align-items:center;display:flex}.Modal-module__Ddr1nG__tpModalSpacer{width:44px;height:16px}.Modal-module__Ddr1nG__tpModalTitle{font-family:var(--tp-font-family-body);letter-spacing:-.43px;color:var(--tp-text-color-primary);text-align:center;font-size:17px;font-weight:600;line-height:22px}.Modal-module__Ddr1nG__tpModalContent{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}
.Chip-module__KprdYa__tpChipRoot{justify-content:center;align-items:center;gap:var(--tp-spacing-1);border:1px solid var(--tp-surface-color-accent);color:var(--tp-text-color-primary);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-regular);cursor:pointer;background:0 0;flex-direction:column;line-height:1.2;transition:border-color .15s,background-color .15s,box-shadow .15s;display:inline-flex}.Chip-module__KprdYa__pill{padding:var(--tp-spacing-1) var(--tp-spacing-2);border-radius:100px;flex-direction:row}.Chip-module__KprdYa__block{padding:var(--tp-spacing-1);border-radius:var(--tp-radius-4);flex-direction:column;min-width:64px;min-height:64px}.Chip-module__KprdYa__selected{border-color:var(--tp-color-additional-magenta);background:color-mix(in srgb, var(--tp-color-additional-magenta) 20%, transparent);box-shadow:inset 0 0 0 1px var(--tp-color-additional-magenta)}.Chip-module__KprdYa__disabled{cursor:not-allowed;opacity:.5}.Chip-module__KprdYa__tpChipRoot:focus-visible{outline:var(--tp-focus-ring-width) solid var(--tp-focus-ring-color);outline-offset:var(--tp-focus-ring-offset)}.Chip-module__KprdYa__tpChipRoot:not(.Chip-module__KprdYa__disabled):hover{border-color:var(--tp-border-color-strong)}.Chip-module__KprdYa__tpChipRoot.Chip-module__KprdYa__selected:not(.Chip-module__KprdYa__disabled):hover{border-color:color-mix(in srgb, var(--tp-color-additional-magenta) 80%, white)}
.Popover-module__Wf49AW__tpPopoverTrigger{cursor:pointer;display:inline-flex}.Popover-module__Wf49AW__tpPopoverPanel{z-index:var(--tp-z-index-popover);max-width:calc(100vw - var(--tp-spacing-3));background:var(--tp-surface-color-secondary);border:1px solid var(--tp-border-color-subtle);border-radius:var(--tp-radius-4);box-shadow:var(--tp-shadow-overlay);color:var(--tp-text-color-primary);font-family:var(--tp-font-family-body);animation:.14s ease-out Popover-module__Wf49AW__tpPopoverIn;position:absolute}@keyframes Popover-module__Wf49AW__tpPopoverIn{0%{opacity:0;transform:translateY(-2px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}
.Sheet-module__JUDFSG__tpSheetOverlay{background:var(--tp-surface-color-scrim);opacity:0;pointer-events:none;z-index:var(--tp-z-index-modal-backdrop);transition:opacity .3s;position:fixed;inset:0}.Sheet-module__JUDFSG__tpSheetOverlay.Sheet-module__JUDFSG__open{opacity:1;pointer-events:auto}.Sheet-module__JUDFSG__tpSheetRoot{padding-bottom:env(safe-area-inset-bottom);background:var(--tp-surface-color-secondary);border-radius:var(--tp-radius-6) var(--tp-radius-6) 0 0;max-height:95dvh;box-shadow:var(--tp-shadow-elevated);pointer-events:none;z-index:var(--tp-z-index-modal-content);flex-direction:column;transition:transform .3s ease-out;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.Sheet-module__JUDFSG__tpSheetRoot.Sheet-module__JUDFSG__open{pointer-events:auto;transform:translateY(0)}.Sheet-module__JUDFSG__tpSheetTitleBar{padding:0 var(--tp-spacing-3);border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-subtle);flex-direction:column;flex-shrink:0;align-items:center;display:flex}.Sheet-module__JUDFSG__tpSheetGrabber{background:#33333380;border-radius:100px;width:36px;height:5px;margin-top:5px}.Sheet-module__JUDFSG__tpSheetTitleRow{width:100%;padding:var(--tp-spacing-1) 0;justify-content:space-between;align-items:center;display:flex}.Sheet-module__JUDFSG__tpSheetSpacer{width:44px;height:16px}.Sheet-module__JUDFSG__tpSheetTitle{font-family:var(--tp-font-family-body);letter-spacing:-.43px;color:var(--tp-text-color-primary);text-align:center;font-size:17px;font-weight:600;line-height:22px}.Sheet-module__JUDFSG__tpSheetContent{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}
.SortIndicator-module__d7BGXG__tpSortIndicatorRoot{margin-left:var(--tp-spacing-half);vertical-align:middle;flex-direction:column;justify-content:center;align-items:center;gap:1px;display:inline-flex}.SortIndicator-module__d7BGXG__tpSortIndicatorArrow{width:8px;height:4px;color:var(--tp-text-color-secondary);opacity:.4;transition:opacity .15s ease-in-out}.SortIndicator-module__d7BGXG__tpSortIndicatorActive{opacity:1;color:var(--tp-text-color-primary)}
.BodyText-module__QAqQ-a__tpBodyTextMolecule{color:var(--tp-text-color-primary);font:var(--tp-font-styles-body)}
.CardDisplay-module__5wj-bG__cardDisplay{width:100%}.CardDisplay-module__5wj-bG__emptyState{min-height:200px;color:var(--tp-text-color-secondary);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);justify-content:center;align-items:center;display:flex}
.CardDisplayList-module__ktX0Wq__listContainer{flex-direction:column;width:100%;display:flex}.CardDisplayList-module__ktX0Wq__densityCompact>[role=listitem]{padding:var(--tp-spacing-1) 0}.CardDisplayList-module__ktX0Wq__densityStandard>[role=listitem]{padding:var(--tp-spacing-2) 0}.CardDisplayList-module__ktX0Wq__withDividers>[role=listitem]:not(:last-child){box-shadow:0 1px 0 0 var(--tp-border-color-subtle)}.CardDisplayList-module__ktX0Wq__bulkRow{width:100%;display:flex}.CardDisplayList-module__ktX0Wq__bulkRowInner{align-items:center;gap:var(--tp-spacing-2);cursor:pointer;border-radius:var(--tp-radius-2);width:100%;padding:var(--tp-spacing-1);transition:background-color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);display:flex}.CardDisplayList-module__ktX0Wq__bulkRowInner:hover{background-color:var(--tp-surface-color-highlight)}.CardDisplayList-module__ktX0Wq__bulkRowInner:focus-visible{outline:2px solid var(--tp-surface-color-brand);outline-offset:2px}.CardDisplayList-module__ktX0Wq__bulkRowSelected .CardDisplayList-module__ktX0Wq__bulkRowInner{background-color:var(--tp-surface-color-highlight)}.CardDisplayList-module__ktX0Wq__bulkCheckbox{width:18px;height:18px;accent-color:var(--tp-surface-color-brand);cursor:pointer;flex-shrink:0}.CardDisplayList-module__ktX0Wq__bulkRowBody{flex:1;min-width:0}
.CardDisplayTable-module__rQ1xUa__tableContainer{width:100%;overflow-x:auto}.CardDisplayTable-module__rQ1xUa__tableContainer table{min-width:500px}
.CardHoverPreview-module__2MOz5W__container{position:relative}.CardHoverPreview-module__2MOz5W__preview{z-index:var(--tp-z-index-tooltip);pointer-events:none;filter:drop-shadow(0 8px 24px #00000080);width:200px;position:fixed}.CardHoverPreview-module__2MOz5W__preview img{border-radius:var(--tp-radius-5);width:200px;height:auto;display:block}
.CardDisplayGrid-module__giNVwa__gridFrame{width:100%;container-type:inline-size}.CardDisplayGrid-module__giNVwa__gridContainer{grid-template-columns:repeat(auto-fill, minmax(var(--min-card-width,160px), 1fr));gap:var(--tp-spacing-2);width:100%;display:grid}@container (max-width:480px){.CardDisplayGrid-module__giNVwa__gridContainer{--min-card-width:140px;gap:var(--tp-spacing-1)}}.CardDisplayGrid-module__giNVwa__gridItem{cursor:pointer;flex-direction:column;display:flex}.CardDisplayGrid-module__giNVwa__gridItem:focus{outline:2px solid var(--tp-surface-color-brand);outline-offset:2px}.CardDisplayGrid-module__giNVwa__imageWrapper{aspect-ratio:488/680;border-radius:var(--tp-spacing-1);position:relative;overflow:hidden}.CardDisplayGrid-module__giNVwa__imageWrapper img{object-fit:cover;width:100%;height:100%}.CardDisplayGrid-module__giNVwa__badgeOverlay{top:var(--tp-spacing-1);right:var(--tp-spacing-1);position:absolute}.CardDisplayGrid-module__giNVwa__priceOverlay{bottom:var(--tp-spacing-1);left:var(--tp-spacing-1);position:absolute}.CardDisplayGrid-module__giNVwa__cardInfo{padding:var(--tp-spacing-1) 0}.CardDisplayGrid-module__giNVwa__primaryContent{font-size:var(--tp-font-size-medium);color:var(--tp-text-color-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.IconButton-module__gu_ttW__root{border-radius:var(--tp-radius-round);background:var(--tp-surface-color-secondary);cursor:pointer;color:var(--tp-text-color-primary);border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.IconButton-module__gu_ttW__sm{width:32px;height:32px}.IconButton-module__gu_ttW__md{width:48px;height:48px}.IconButton-module__gu_ttW__root:hover{background:var(--tp-surface-color-secondary);filter:brightness(1.15)}.IconButton-module__gu_ttW__root:active{background:var(--tp-surface-color-secondary);filter:brightness(.9)}.IconButton-module__gu_ttW__root:focus-visible{outline:var(--tp-focus-ring-width) solid var(--tp-focus-ring-color);outline-offset:var(--tp-focus-ring-offset)}
.gridPriceChip-module__Jvg3zG__chip{align-items:center;gap:var(--tp-spacing-half);padding:var(--tp-spacing-half) var(--tp-spacing-1);border-radius:var(--tp-radius-2);background:var(--tp-surface-color-overlay);color:var(--tp-text-color-primary);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);line-height:var(--tp-line-height-flat);display:inline-flex}.gridPriceChip-module__Jvg3zG__foilGlyph{color:var(--tp-text-color-brand)}.gridPriceChip-module__Jvg3zG__etchedGlyph{color:var(--tp-color-brand-blue-500)}
.TertiaryButton-module__zvA-Fq__tpTertiaryButtonMolecule{--button-border-color:transparent;color:var(--tp-text-color-primary);background:0 0}.TertiaryButton-module__zvA-Fq__tpTertiaryButtonMolecule:disabled{color:var(--tp-text-color-secondary)}
.gridCaption-module__Ng_ykq__caption{align-items:center;gap:var(--tp-spacing-half);white-space:nowrap;text-overflow:ellipsis;color:var(--tp-text-color-secondary);font-size:var(--tp-font-size-small);display:flex;overflow:hidden}
.RadioGroup-module__CemVdG__radioGroup{flex-direction:column;display:flex}.RadioGroup-module__CemVdG__groupLabel{color:var(--tp-text-color-secondary);font-family:var(--tp-font-family-body);font-size:13px;font-weight:var(--tp-font-weight-bold);margin-bottom:var(--tp-spacing-1);line-height:1.2}.RadioGroup-module__CemVdG__radioItem{align-items:center;gap:var(--tp-spacing-1);cursor:pointer;background:0 0;border:none;flex-direction:row;height:32px;padding:0;display:flex}.RadioGroup-module__CemVdG__radioItem:focus-visible{outline:var(--tp-focus-ring-width) solid var(--tp-focus-ring-color);outline-offset:var(--tp-focus-ring-offset);border-radius:var(--tp-radius-2)}.RadioGroup-module__CemVdG__radioItem.RadioGroup-module__CemVdG__disabled{opacity:.5;cursor:not-allowed}.RadioGroup-module__CemVdG__indicator{border:2px solid var(--tp-border-color-default);box-sizing:border-box;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:border-color .15s;display:flex}.RadioGroup-module__CemVdG__radioItem[aria-checked=true] .RadioGroup-module__CemVdG__indicator{border-color:var(--tp-surface-color-brand);background:var(--tp-surface-color-brand)}.RadioGroup-module__CemVdG__innerDot{background:var(--tp-text-color-on-brand);border-radius:50%;width:4px;height:4px}.RadioGroup-module__CemVdG__label{color:var(--tp-text-color-primary);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-regular);-webkit-user-select:none;user-select:none;line-height:1.2}
.cardImage-module__qXFdjW__imageContainer{max-width:100%;display:inline-block;position:relative}.cardImage-module__qXFdjW__imageContainerFill{width:100%;height:100%;display:block}.cardImage-module__qXFdjW__cardImage{border-radius:5%;position:relative}.cardImage-module__qXFdjW__skeleton{background:var(--tp-surface-color-secondary);background-image:linear-gradient(90deg, var(--tp-surface-color-secondary) 0%, var(--tp-surface-color-accent) 50%, var(--tp-surface-color-secondary) 100%);background-size:200% 100%;border-radius:5%;animation:1.5s ease-in-out infinite cardImage-module__qXFdjW__shimmer;position:absolute;inset:0}@keyframes cardImage-module__qXFdjW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.CardImageFallback-module__tT5YOa__fallback{background-color:var(--tp-surface-color-accent);color:var(--tp-text-color-brand);border-radius:5%;justify-content:center;align-items:center;display:flex;overflow:hidden;container-type:inline-size}.CardImageFallback-module__tT5YOa__content{padding:var(--tp-spacing-4) var(--tp-spacing-2);text-align:center;align-items:center;gap:var(--tp-spacing-1);flex-direction:column;width:100%;max-width:100%;display:flex}.CardImageFallback-module__tT5YOa__icon{justify-content:center;width:32%;max-width:80px;display:flex}.CardImageFallback-module__tT5YOa__name{font-weight:var(--tp-font-weight-bold);font-size:clamp(.75rem,3cqw,1rem);line-height:var(--tp-line-height-tight);color:var(--tp-text-color-primary);overflow-wrap:anywhere}.CardImageFallback-module__tT5YOa__setCode{font-size:clamp(.6rem,2.2cqw,.75rem);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);text-transform:uppercase;letter-spacing:.04em}.CardImageFallback-module__tT5YOa__subcopy{color:var(--tp-text-color-secondary);opacity:.85;font-size:clamp(.55rem,2cqw,.7rem)}@container (max-width:139px){.CardImageFallback-module__tT5YOa__name,.CardImageFallback-module__tT5YOa__setCode,.CardImageFallback-module__tT5YOa__subcopy{display:none}.CardImageFallback-module__tT5YOa__content{padding:0}.CardImageFallback-module__tT5YOa__icon{width:48%;max-width:40px}}@container (min-width:140px) and (max-width:280px){.CardImageFallback-module__tT5YOa__setCode,.CardImageFallback-module__tT5YOa__subcopy{display:none}}
.CardListItem-module__IVLOMG__cardLink{color:inherit;cursor:pointer;transition:opacity var(--tp-transition-duration-base) var(--tp-transition-easing-default);will-change:transform;contain:layout style paint;text-decoration:none;display:block}.CardListItem-module__IVLOMG__cardLink:hover{opacity:.9}.CardListItem-module__IVLOMG__cardLink:focus{outline:2px solid var(--tp-text-color-primary);outline-offset:2px;border-radius:var(--tp-spacing-half)}.CardListItem-module__IVLOMG__container{box-shadow:0 1px 0 0 var(--tp-border-color-subtle);padding:var(--tp-spacing-1) 0;gap:var(--tp-spacing-2);align-items:flex-start;width:100%;min-width:0;min-height:82px;display:flex}.CardListItem-module__IVLOMG__cardImageContainer{flex-shrink:0;width:57px;height:80px;position:relative}.CardListItem-module__IVLOMG__cardInfo{justify-content:flex-start;gap:var(--tp-spacing-half);width:0;min-width:0;min-height:78px;line-height:var(--tp-line-height-tight);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-regular);flex-direction:column;flex:1 1 0;display:flex}.CardListItem-module__IVLOMG__cardName{-webkit-line-clamp:2;line-clamp:2;font-size:var(--tp-font-size-medium);color:var(--tp-text-color-primary);line-height:var(--tp-line-height-relaxed);text-overflow:ellipsis;overflow-wrap:break-word;-webkit-box-orient:vertical;width:100%;min-width:0;display:-webkit-box;overflow:hidden}.CardListItem-module__IVLOMG__subtitle{line-height:var(--tp-line-height-tight);text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;overflow:hidden}.CardListItem-module__IVLOMG__typeLine{line-height:var(--tp-line-height-tight);text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;max-width:100%;overflow:hidden}.CardListItem-module__IVLOMG__subtitleRow{align-items:center;gap:var(--tp-spacing-1);min-width:0;display:flex}.CardListItem-module__IVLOMG__setIcon{opacity:.7;filter:invert();flex-shrink:0}.CardListItem-module__IVLOMG__price{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-regular);color:var(--tp-text-color-primary);line-height:var(--tp-line-height-tight);text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;margin-top:auto;overflow:hidden}
.Select-module__U6cCpW__root{gap:var(--tp-spacing-half);font-family:var(--tp-font-family-body);flex-direction:column;display:flex}.Select-module__U6cCpW__fieldLabel{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);letter-spacing:.2px;font-weight:600}.Select-module__U6cCpW__trigger{justify-content:space-between;align-items:center;gap:var(--tp-spacing-1);min-width:200px;min-height:44px;padding:var(--tp-spacing-1) var(--tp-spacing-2);background:var(--tp-surface-color-secondary);color:var(--tp-text-color-primary);border-radius:var(--tp-radius-3);font-family:inherit;font-size:var(--tp-font-size-medium);text-align:left;cursor:pointer;border:1px solid #0000;transition:border-color .15s,background .15s;display:inline-flex}@media (hover:hover){.Select-module__U6cCpW__trigger:hover:not(.Select-module__U6cCpW__triggerDisabled):not(.Select-module__U6cCpW__triggerOpen){background:var(--tp-surface-color-tertiary)}}.Select-module__U6cCpW__trigger:focus-visible{border-color:var(--tp-surface-color-brand);outline:none}.Select-module__U6cCpW__triggerOpen{border-color:var(--tp-surface-color-brand)}.Select-module__U6cCpW__triggerError{border-color:var(--tp-text-color-negative-value)}.Select-module__U6cCpW__triggerDisabled{opacity:.5;cursor:not-allowed}.Select-module__U6cCpW__triggerLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.Select-module__U6cCpW__placeholder{color:var(--tp-text-color-secondary)}.Select-module__U6cCpW__value{color:var(--tp-text-color-primary);align-items:center;gap:var(--tp-spacing-half);display:inline-flex}.Select-module__U6cCpW__countBadge{min-width:22px;padding:0 var(--tp-spacing-half);border-radius:var(--tp-radius-round);background:var(--tp-surface-color-brand);color:var(--tp-text-color-on-brand);font-size:var(--tp-font-size-xs);justify-content:center;align-items:center;font-weight:700;line-height:18px;display:inline-flex}.Select-module__U6cCpW__caret{color:var(--tp-text-color-secondary);align-items:center;transition:transform .18s;display:inline-flex}.Select-module__U6cCpW__caretOpen{transform:rotate(180deg)}.Select-module__U6cCpW__panel{padding:var(--tp-spacing-half);min-width:200px;max-width:90vw}.Select-module__U6cCpW__searchRow{padding:var(--tp-spacing-half) var(--tp-spacing-half) var(--tp-spacing-1);border-bottom:1px solid var(--tp-border-color-subtle);margin-bottom:var(--tp-spacing-half)}.Select-module__U6cCpW__list{max-height:280px;margin:0;padding:0;list-style:none;overflow-y:auto}.Select-module__U6cCpW__empty{padding:var(--tp-spacing-2);text-align:center;font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary)}.Select-module__U6cCpW__option{align-items:center;gap:var(--tp-spacing-1);padding:var(--tp-spacing-1) var(--tp-spacing-1);border-radius:var(--tp-radius-3);cursor:pointer;color:var(--tp-text-color-primary);font-size:var(--tp-font-size-medium);-webkit-user-select:none;user-select:none;display:flex}.Select-module__U6cCpW__optionActive{background:var(--tp-surface-color-tertiary)}.Select-module__U6cCpW__optionSelected{color:var(--tp-text-color-brand);font-weight:600}.Select-module__U6cCpW__optionDisabled{opacity:.4;cursor:not-allowed}.Select-module__U6cCpW__optionText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Select-module__U6cCpW__optionLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.Select-module__U6cCpW__optionDescription{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);text-overflow:ellipsis;white-space:nowrap;font-weight:400;overflow:hidden}.Select-module__U6cCpW__optionCheckbox{pointer-events:none;flex-shrink:0;align-items:center;display:inline-flex}.Select-module__U6cCpW__optionCheck{color:var(--tp-text-color-brand);flex-shrink:0;align-items:center;display:inline-flex}.Select-module__U6cCpW__errorText{font-size:var(--tp-font-size-small);color:var(--tp-text-color-negative-value);margin-top:var(--tp-spacing-half)}.Select-module__U6cCpW__sheet{max-height:80vh}.Select-module__U6cCpW__sheetBody{flex-direction:column;height:100%;min-height:0;display:flex}.Select-module__U6cCpW__searchRowSheet{padding:var(--tp-spacing-1) var(--tp-spacing-2);border-bottom:1px solid var(--tp-border-color-subtle);flex-shrink:0;margin-bottom:0}.Select-module__U6cCpW__listSheet{min-height:0;max-height:none;padding:var(--tp-spacing-1) var(--tp-spacing-1);flex:1}.Select-module__U6cCpW__optionSheet{min-height:48px;padding:var(--tp-spacing-1) var(--tp-spacing-2);border-radius:var(--tp-radius-3)}.Select-module__U6cCpW__sheetFooter{padding:var(--tp-spacing-2);border-top:1px solid var(--tp-border-color-subtle);background:var(--tp-surface-color-secondary);flex-shrink:0}
.AddCardsSheet-module__dX9AFG__sheetContent{gap:var(--tp-spacing-2);flex-direction:column;height:100%;display:flex}.AddCardsSheet-module__dX9AFG__tabBar{gap:var(--tp-spacing-1);border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-primary);padding:0 var(--tp-spacing-2);display:flex}.AddCardsSheet-module__dX9AFG__tab{padding:var(--tp-spacing-1) var(--tp-spacing-2);color:var(--tp-text-color-secondary);font:var(--tp-font-styles-button);cursor:pointer;transition:color var(--tp-transition-duration-fast) var(--tp-transition-easing-default), border-color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);background:0 0;border:none;border-bottom:2px solid #0000;flex:1}.AddCardsSheet-module__dX9AFG__tab:hover{color:var(--tp-text-color-primary)}.AddCardsSheet-module__dX9AFG__tabActive{color:var(--tp-text-color-brand);border-bottom-color:var(--tp-text-color-brand)}.AddCardsSheet-module__dX9AFG__tabContent{padding:0 var(--tp-spacing-2);flex:1;overflow-y:auto}.AddCardsSheet-module__dX9AFG__modal{width:min(640px,90vw);height:80vh}
.AddToWishlistButton-module__Cr3NSW__button{border:var(--tp-border-width-default) solid var(--tp-text-color-primary);border-radius:var(--tp-radius-round);width:51px;height:51px;color:var(--tp-text-color-primary);cursor:pointer;transition:background-color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AddToWishlistButton-module__Cr3NSW__button:hover{background:var(--tp-surface-color-highlight)}.AddToWishlistButton-module__Cr3NSW__heartIcon{width:24px;height:24px;display:block}
.BulkSelectionBar-module__fTwMcW__header{padding:var(--tp-spacing-2) 0;justify-content:space-between;align-items:center;display:flex}.BulkSelectionBar-module__fTwMcW__textButton{all:unset;cursor:pointer;font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-brand);transition:opacity var(--tp-transition-duration-fast) var(--tp-transition-easing-default)}.BulkSelectionBar-module__fTwMcW__textButton:hover{opacity:.8}.BulkSelectionBar-module__fTwMcW__textButton:disabled{opacity:.4;cursor:default}.BulkSelectionBar-module__fTwMcW__summary{white-space:nowrap}.BulkSelectionBar-module__fTwMcW__bottomBar{padding:var(--tp-spacing-3) var(--tp-spacing-4);padding-bottom:calc(var(--tp-spacing-3) + env(safe-area-inset-bottom));background:var(--tp-surface-color-secondary);border-top:var(--tp-border-width-default) solid var(--tp-border-color-primary);z-index:15;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.BulkSelectionBar-module__fTwMcW__actions{align-items:center;gap:var(--tp-spacing-2);display:flex}@media not (min-width:768px){.BulkSelectionBar-module__fTwMcW__bottomBar{bottom:60px}}
@keyframes banner-module__piCisW__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes banner-module__piCisW__fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.banner-module__piCisW__banner{align-items:center;gap:var(--tp-spacing-1);padding:var(--tp-spacing-1) var(--tp-spacing-2);border-radius:var(--tp-radius-3);border-width:var(--tp-border-width-default);border-style:solid;border-color:var(--tp-border-color-default);background:var(--tp-surface-color-secondary);box-shadow:var(--tp-shadow-overlay);color:var(--tp-text-color-primary);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);line-height:var(--tp-line-height-tight);box-sizing:border-box;max-width:480px;animation:banner-module__piCisW__slideDown var(--tp-transition-duration-slow) ease-out forwards;pointer-events:auto;flex-direction:row;display:flex}.banner-module__piCisW__icon{flex-shrink:0;align-items:center;display:flex}.banner-module__piCisW__icon img{filter:brightness(0)}@media (prefers-color-scheme:dark){.banner-module__piCisW__icon img{filter:brightness(0)invert()}}.banner-module__piCisW__message{min-width:0}.banner-module__piCisW__action{all:unset;cursor:pointer;font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-primary);padding:var(--tp-spacing-half) var(--tp-spacing-1);flex-shrink:0;text-decoration:underline}@media (prefers-reduced-motion:reduce){.banner-module__piCisW__banner{animation:none}}@media (max-width:768px){.banner-module__piCisW__banner{max-width:100%}}
.ColorPicker-module__D0qQqW__colorPicker{flex-wrap:wrap;gap:0;display:flex}.ColorPicker-module__D0qQqW__swatch{box-sizing:border-box;cursor:pointer;width:56px;height:56px;transition:border-color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);background-origin:content-box;background-clip:content-box;border:2px solid #0000;border-radius:50%;flex-shrink:0;padding:6px}.ColorPicker-module__D0qQqW__swatch:hover{opacity:.85}.ColorPicker-module__D0qQqW__swatch:focus-visible{outline:2px solid var(--tp-border-color-brand);outline-offset:2px}.ColorPicker-module__D0qQqW__selected{border-color:var(--tp-border-color-brand)}@media (prefers-reduced-motion:reduce){.ColorPicker-module__D0qQqW__swatch{transition:none}}
.bannerContainer-module__BCa85q__container{top:calc(var(--tp-spacing-3) + env(safe-area-inset-top));z-index:var(--tp-z-index-dropdown);gap:var(--tp-spacing-1);pointer-events:none;flex-direction:column;width:100%;max-width:480px;display:flex;position:fixed;left:50%;transform:translate(-50%)}@media (max-width:768px){.bannerContainer-module__BCa85q__container{max-width:100%;padding:0 var(--tp-spacing-2);box-sizing:border-box}}
.IconPicker-module__2cOscG__header{margin-bottom:var(--tp-spacing-1);justify-content:space-between;align-items:center;display:flex}.IconPicker-module__2cOscG__label{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);text-transform:uppercase;letter-spacing:.05em;line-height:var(--tp-line-height-tight)}.IconPicker-module__2cOscG__removeButton{align-items:center;gap:var(--tp-spacing-1);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);color:var(--tp-text-color-brand);cursor:pointer;padding:var(--tp-spacing-1) 0;background:0 0;border:none;display:flex}.IconPicker-module__2cOscG__removeButton:hover{text-decoration:underline}.IconPicker-module__2cOscG__removeIcon{color:var(--tp-text-color-brand)}.IconPicker-module__2cOscG__iconPicker{align-items:center;gap:0;display:flex}.IconPicker-module__2cOscG__emojiButton{box-sizing:border-box;cursor:pointer;width:56px;height:56px;font-size:var(--tp-font-size-xl);line-height:var(--tp-line-height-flat);transition:border-color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);background:0 0;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.IconPicker-module__2cOscG__emojiButton:hover{border-color:var(--tp-border-color-primary)}.IconPicker-module__2cOscG__emojiButton:focus-visible{outline:2px solid var(--tp-border-color-brand);outline-offset:2px}.IconPicker-module__2cOscG__selected{border-color:var(--tp-border-color-brand);background-color:var(--tp-surface-color-primary)}.IconPicker-module__2cOscG__addButton{border:2px dashed var(--tp-border-color-primary);cursor:pointer;width:56px;height:56px;font-size:var(--tp-font-size-large);color:var(--tp-text-color-secondary);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.IconPicker-module__2cOscG__addButton:hover{border-color:var(--tp-text-color-primary);color:var(--tp-text-color-primary)}.IconPicker-module__2cOscG__addButtonActive{border-color:var(--tp-border-color-brand);color:var(--tp-text-color-brand)}.IconPicker-module__2cOscG__addIcon{pointer-events:none}.IconPicker-module__2cOscG__emojiPickerContainer{margin-top:var(--tp-spacing-2)}.IconPicker-module__2cOscG__emojiPickerRoot{background:var(--tp-surface-color-primary);border:1px solid var(--tp-border-color-primary);border-radius:var(--tp-radius-4);flex-direction:column;width:100%;height:320px;display:flex;overflow:hidden}.IconPicker-module__2cOscG__emojiPickerSearch{margin:var(--tp-spacing-2);padding:var(--tp-spacing-1) var(--tp-spacing-2);background:var(--tp-surface-color-secondary);color:var(--tp-text-color-primary);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);border:none;border-radius:100px;outline:none}.IconPicker-module__2cOscG__emojiPickerSearch::placeholder{color:var(--tp-text-color-secondary)}.IconPicker-module__2cOscG__emojiPickerSearch:focus-visible{outline:var(--tp-focus-ring-width) solid var(--tp-focus-ring-color);outline-offset:var(--tp-focus-ring-offset)}.IconPicker-module__2cOscG__emojiPickerViewport{flex:1;overflow-y:auto}.IconPicker-module__2cOscG__emojiPickerList{padding:0 var(--tp-spacing-1) var(--tp-spacing-1)}.IconPicker-module__2cOscG__emojiPickerCategoryHeader{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);text-transform:uppercase;letter-spacing:.05em;padding:var(--tp-spacing-1) var(--tp-spacing-1);background:var(--tp-surface-color-primary);z-index:1;position:sticky;top:0}.IconPicker-module__2cOscG__emojiPickerRow{display:flex}.IconPicker-module__2cOscG__emojiPickerEmoji{all:unset;aspect-ratio:1;border-radius:var(--tp-radius-4);cursor:pointer;box-sizing:border-box;justify-content:center;align-items:center;width:100%;font-size:22px;display:flex}.IconPicker-module__2cOscG__emojiPickerEmoji:hover,.IconPicker-module__2cOscG__emojiPickerEmojiActive{background:var(--tp-surface-color-secondary)}.IconPicker-module__2cOscG__emojiPickerLoading,.IconPicker-module__2cOscG__emojiPickerEmpty{height:100%;font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);color:var(--tp-text-color-secondary);justify-content:center;align-items:center;display:flex}@media (prefers-reduced-motion:reduce){.IconPicker-module__2cOscG__emojiButton{transition:none}}
.cardOracleText-module__t5RZpW__oracleText{color:var(--tp-text-color-primary)}
.EditListSheet-module__BBA5Pa__form{flex-direction:column;flex:1;min-height:0;display:flex}.EditListSheet-module__BBA5Pa__fieldLabel{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);text-transform:uppercase;letter-spacing:.05em;line-height:var(--tp-line-height-tight)}.EditListSheet-module__BBA5Pa__error{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);color:var(--tp-text-color-destructive);padding:var(--tp-spacing-1);background-color:var(--tp-surface-color-destructive-wash);border-radius:var(--tp-radius-1)}.EditListSheet-module__BBA5Pa__listNameInput{background-color:var(--tp-surface-color-primary);border-color:var(--tp-surface-color-accent);border-radius:100px}.EditListSheet-module__BBA5Pa__modal{min-width:500px}
.cardInformation-module__4ODKIq__container{background-color:var(--tp-surface-color-secondary);border-radius:var(--tp-radius-4);padding:var(--tp-spacing-2);flex-direction:column;display:flex}.cardInformation-module__4ODKIq__sectionHeader{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);text-transform:uppercase;line-height:var(--tp-line-height-tight);margin:0}.cardInformation-module__4ODKIq__attributeRow{gap:var(--tp-spacing-half);padding:var(--tp-spacing-2) 0;flex-direction:column;display:flex}.cardInformation-module__4ODKIq__attributeRowDivider{border-bottom:var(--tp-border-width-default) solid var(--tp-surface-color-primary)}.cardInformation-module__4ODKIq__label{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);text-transform:uppercase;line-height:var(--tp-line-height-tight)}.cardInformation-module__4ODKIq__value{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-regular);color:var(--tp-text-color-primary);line-height:var(--tp-line-height-tight)}.cardInformation-module__4ODKIq__pricesRow{gap:var(--tp-spacing-half);padding:var(--tp-spacing-2) 0;display:flex}.cardInformation-module__4ODKIq__priceColumn{gap:var(--tp-spacing-half);flex-direction:column;flex:1 0 0;display:flex}.cardInformation-module__4ODKIq__pricesDivider{border-bottom:var(--tp-border-width-default) solid var(--tp-surface-color-primary)}.cardInformation-module__4ODKIq__oracleTextValue{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-regular);color:var(--tp-text-color-primary);line-height:var(--tp-line-height-tight);white-space:pre-line}
.DeleteListDialog-module__o9bVjq__error{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);color:var(--tp-text-color-destructive);padding:var(--tp-spacing-1);background-color:var(--tp-surface-color-destructive-wash);border-radius:var(--tp-radius-1);margin-top:var(--tp-spacing-2)}
.Badge-module__wHKmuq__tpBadgeRoot{padding:var(--tp-spacing-half) var(--tp-spacing-1);border-radius:var(--tp-radius-round);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-xs);font-weight:var(--tp-font-weight-bold);letter-spacing:var(--tp-letter-spacing-wide);text-transform:uppercase;white-space:nowrap;justify-content:center;align-items:center;line-height:1.2;display:inline-flex}.Badge-module__wHKmuq__neutral{background:var(--tp-surface-color-tertiary);color:var(--tp-text-color-secondary)}.Badge-module__wHKmuq__info{background:color-mix(in srgb, var(--tp-color-additional-periwinkle) 15%, transparent);color:var(--tp-text-color-quantity)}.Badge-module__wHKmuq__success{background:color-mix(in srgb, var(--tp-color-additional-froth) 15%, transparent);color:var(--tp-text-color-positive-value)}.Badge-module__wHKmuq__warning{background:color-mix(in srgb, var(--tp-color-additional-mustard) 15%, transparent);color:var(--tp-text-color-warning)}.Badge-module__wHKmuq__danger{background:color-mix(in srgb, var(--tp-color-additional-salmon) 15%, transparent);color:var(--tp-text-color-negative-value)}.Badge-module__wHKmuq__brand{background:color-mix(in srgb, var(--tp-surface-color-brand) 15%, transparent);color:var(--tp-text-color-brand)}[data-theme=light] .Badge-module__wHKmuq__info{background:color-mix(in srgb, var(--tp-color-additional-periwinkle-deep) 15%, transparent)}[data-theme=light] .Badge-module__wHKmuq__success{background:color-mix(in srgb, var(--tp-color-additional-froth-deep) 15%, transparent)}[data-theme=light] .Badge-module__wHKmuq__warning{background:color-mix(in srgb, var(--tp-color-additional-mustard-deep) 15%, transparent)}[data-theme=light] .Badge-module__wHKmuq__danger{background:color-mix(in srgb, var(--tp-color-additional-salmon-deep) 15%, transparent)}
.finishSelector-module__kndOtG__fieldGroup{gap:var(--tp-spacing-1);flex-direction:column;display:flex}.finishSelector-module__kndOtG__fieldLabel{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);line-height:var(--tp-line-height-tight)}.finishSelector-module__kndOtG__finishRow{gap:var(--tp-spacing-1);display:flex}.finishSelector-module__kndOtG__finishButton{flex:1}
.ListFAB-module__zgqEqq__fab{bottom:calc(80px + env(safe-area-inset-bottom));right:var(--tp-spacing-4);background-color:var(--tp-surface-color-brand);width:52px;height:52px;color:var(--tp-text-color-primary);cursor:pointer;z-index:5;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;box-shadow:0 4px 12px #0000004d}@media (min-width:768px){.ListFAB-module__zgqEqq__fab{display:none}}
.Textarea-module__fYud1a__tpTextareaAtomRoot{font:var(--tp-font-styles-body);font-family:var(--tp-font-family-body), sans-serif;color:var(--tp-textarea-color,var(--tp-text-color-primary));background-color:var(--tp-textarea-bg);caret-color:var(--tp-surface-color-brand);border:1px solid var(--tp-textarea-border-color);border-radius:var(--tp-textarea-border-radius);resize:vertical;outline:none}.Textarea-module__fYud1a__tpTextareaAtomRoot::placeholder{color:var(--tp-textarea-placeholder-color,var(--tp-text-color-secondary))}.Textarea-module__fYud1a__tpTextareaAtomDisabled{cursor:not-allowed;color:var(--tp-textarea-disabled-color,var(--tp-text-color-secondary));resize:none}.Textarea-module__fYud1a__tpTextareaAtomDisabled::placeholder{color:var(--tp-textarea-disabled-color,var(--tp-text-color-secondary))}
.inventoryEditor-module__V0fwIG__header{padding-bottom:var(--tp-spacing-3)}.inventoryEditor-module__V0fwIG__setCell{align-items:center;gap:var(--tp-spacing-1);display:flex}.inventoryEditor-module__V0fwIG__iconContainer{flex-shrink:0;width:16px;height:16px;position:relative}.inventoryEditor-module__V0fwIG__setIcon{filter:invert()}.inventoryEditor-module__V0fwIG__countBadge{color:var(--tp-text-color-quantity)}
.ListFilterContent-module__GKNvIq__filterContent{flex-direction:column;height:100%;display:flex}.ListFilterContent-module__GKNvIq__facets{gap:var(--tp-spacing-4);padding:var(--tp-spacing-3);flex-direction:column;flex:1;display:flex;overflow-y:auto}.ListFilterContent-module__GKNvIq__facetSection{gap:var(--tp-spacing-2);flex-direction:column;display:flex}.ListFilterContent-module__GKNvIq__facetLabel{color:var(--tp-text-color-secondary);font-size:var(--tp-font-size-small);margin:0}.ListFilterContent-module__GKNvIq__colorChips{gap:var(--tp-spacing-2);grid-template-columns:repeat(3,1fr);display:grid}@media (min-width:768px){.ListFilterContent-module__GKNvIq__colorChips{grid-template-columns:repeat(6,1fr)}}.ListFilterContent-module__GKNvIq__colorChip{justify-content:center;align-items:center;gap:var(--tp-spacing-1);display:flex}.ListFilterContent-module__GKNvIq__manaIcon{border-radius:50%;flex-shrink:0;width:32px;height:32px}.ListFilterContent-module__GKNvIq__colorLabel{font-size:var(--tp-font-size-small)}.ListFilterContent-module__GKNvIq__chipWrap{gap:var(--tp-spacing-2);flex-wrap:wrap;display:flex}.ListFilterContent-module__GKNvIq__actionBar{gap:var(--tp-spacing-2);padding:var(--tp-spacing-3) var(--tp-spacing-2);display:flex}.ListFilterContent-module__GKNvIq__submitButton{flex:1}@media (min-width:768px){.ListFilterContent-module__GKNvIq__submitButton{flex:none;width:256px;margin-left:auto}}
.Textarea-module__iN35jW__textareaContainer{padding:var(--tp-spacing-1) var(--tp-spacing-2);border-radius:var(--tp-radius-3);background-color:var(--tp-surface-color-secondary);border:1px solid #0000;align-items:stretch;transition:all .2s ease-in-out;display:flex}.Textarea-module__iN35jW__textareaContainer.Textarea-module__iN35jW__focused{border-color:var(--tp-surface-color-brand);background-color:var(--tp-surface-color-secondary)}.Textarea-module__iN35jW__textareaContainer.Textarea-module__iN35jW__disabled{opacity:.5;cursor:not-allowed}.Textarea-module__iN35jW__textarea{flex:1;width:100%;min-width:0}.Textarea-module__iN35jW__textarea::placeholder{color:var(--tp-text-color-secondary)}.Textarea-module__iN35jW__textarea:disabled{cursor:not-allowed;color:var(--tp-text-color-secondary)}
.listSelector-module__0BIkXW__fieldGroup{gap:var(--tp-spacing-1);flex-direction:column;display:flex}.listSelector-module__0BIkXW__fieldLabel{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);line-height:var(--tp-line-height-tight)}.listSelector-module__0BIkXW__listsToggle{justify-content:center;align-items:center;gap:var(--tp-spacing-half);color:var(--tp-text-color-primary);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);cursor:pointer;width:100%;height:var(--tp-spacing-5);background:0 0;border:none;padding:0;display:flex}.listSelector-module__0BIkXW__listsContainer{gap:var(--tp-spacing-1);flex-direction:column;display:flex}.listSelector-module__0BIkXW__listsEmpty{color:var(--tp-text-color-secondary);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);margin:0;font-style:italic}.listSelector-module__0BIkXW__listItem{align-items:center;gap:var(--tp-spacing-1);cursor:pointer;font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);display:flex}.listSelector-module__0BIkXW__listItem .listSelector-module__0BIkXW__listCheckbox{--tp-checkbox-border:var(--tp-text-color-primary)}.listSelector-module__0BIkXW__listIcon{flex-shrink:0}.listSelector-module__0BIkXW__listName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.ListCardFilter-module__cqKmbG__filterModal{min-width:640px}
.cardPreview-module__T_fLZG__preview{align-items:center;gap:var(--tp-spacing-2);display:flex}.cardPreview-module__T_fLZG__thumbnail{border-radius:var(--tp-radius-4);object-fit:cover;flex-shrink:0;width:66px;height:92px}.cardPreview-module__T_fLZG__info{gap:var(--tp-spacing-half);flex-direction:column;min-width:0;display:flex}.cardPreview-module__T_fLZG__cardName{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cardPreview-module__T_fLZG__setRow{align-items:center;gap:var(--tp-spacing-half);display:flex}.cardPreview-module__T_fLZG__setIconWrapper{width:var(--tp-icon-size-md);height:var(--tp-icon-size-md);flex-shrink:0;position:relative}.cardPreview-module__T_fLZG__setIcon{object-fit:contain;filter:brightness(0)invert()}.cardPreview-module__T_fLZG__setName{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.ListDetailClient-module__EPVrZW__listIcon{margin-right:var(--tp-spacing-1)}.ListDetailClient-module__EPVrZW__statsSection{gap:var(--tp-spacing-1);flex-direction:column;display:flex}.ListDetailClient-module__EPVrZW__statsRow{justify-content:space-between;align-items:center;display:flex}.ListDetailClient-module__EPVrZW__stats{font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-quantity);line-height:var(--tp-line-height-tight)}.ListDetailClient-module__EPVrZW__addButton{display:none}@media (min-width:768px){.ListDetailClient-module__EPVrZW__addButton{display:flex}}.ListDetailClient-module__EPVrZW__cardList{margin-top:var(--tp-spacing-3)}
.userAvatar-module__Dd07tq__avatar{border-radius:50%;flex-shrink:0;position:relative;overflow:hidden}.userAvatar-module__Dd07tq__sm{width:40px;height:40px}.userAvatar-module__Dd07tq__md{width:48px;height:48px}.userAvatar-module__Dd07tq__lg{width:68px;height:68px}.userAvatar-module__Dd07tq__image{object-fit:cover;border-radius:50%}.userAvatar-module__Dd07tq__fallback{background-color:var(--tp-surface-color-brand);width:100%;height:100%;color:var(--tp-text-color-primary);font-weight:var(--tp-font-weight-bold);border-radius:50%;justify-content:center;align-items:center;display:flex}.userAvatar-module__Dd07tq__fallbackSm,.userAvatar-module__Dd07tq__fallbackMd{font-size:var(--tp-font-size-medium)}.userAvatar-module__Dd07tq__fallbackLg{font-size:var(--tp-font-size-xl)}
.addCardForm-module__pe5fPG__form{flex-direction:column;flex:1;min-height:0;display:flex}.addCardForm-module__pe5fPG__modal{min-width:640px}
.ListCardList-module__A5ZxqG__container{flex-direction:column;width:100%;display:flex}.ListCardList-module__A5ZxqG__controlBar{z-index:var(--tp-z-index-sticky);padding:0 0 var(--tp-spacing-2) 0;background:linear-gradient(180deg, var(--tp-surface-color-primary) 18.75%, color-mix(in srgb, var(--tp-surface-color-primary) 0%, transparent) 100%);position:sticky;top:0}.ListCardList-module__A5ZxqG__cardList{flex-direction:column;gap:0;width:100%;display:flex}.ListCardList-module__A5ZxqG__cardListItem{width:100%;min-width:0}.ListCardList-module__A5ZxqG__cardDisplayGrid{width:100%}.ListCardList-module__A5ZxqG__gridImage{object-fit:contain;width:100%;height:auto}.ListCardList-module__A5ZxqG__emptyStateCta{align-items:center;gap:var(--tp-spacing-2);padding:var(--tp-spacing-8) var(--tp-spacing-4);text-align:center;flex-direction:column;display:flex}.ListCardList-module__A5ZxqG__emptyStateCardStage{justify-content:center;align-items:flex-end;width:96px;height:84px;display:flex}.ListCardList-module__A5ZxqG__emptyStateCard{background:linear-gradient(155deg, var(--tp-surface-color-secondary) 0%, var(--tp-surface-color-tertiary) 100%);border-width:var(--tp-border-width-default);border-style:solid;border-color:var(--tp-border-color-default);border-radius:var(--tp-radius-3);width:48px;height:67px;animation:2.6s ease-in-out infinite ListCardList-module__A5ZxqG__emptyStateCardBounce;position:relative;box-shadow:0 7px 16px #00000042}.ListCardList-module__A5ZxqG__emptyStateCard:before{content:"";background:var(--tp-surface-color-primary);border-radius:var(--tp-radius-2);opacity:.45;height:28px;position:absolute;inset:6px 6px auto}@keyframes ListCardList-module__A5ZxqG__emptyStateCardBounce{0%,to{transform-origin:0 100%;transform:rotate(-12deg)}25%{transform-origin:0 100%;transform:rotate(0)}25.01%{transform-origin:100% 100%;transform:rotate(0)}50%{transform-origin:100% 100%;transform:rotate(12deg)}75%{transform-origin:100% 100%;transform:rotate(0)}75.01%{transform-origin:0 100%;transform:rotate(0)}}@media (prefers-reduced-motion:reduce){.ListCardList-module__A5ZxqG__emptyStateCard{transform-origin:0 100%;animation:none;transform:rotate(-8deg)}}.ListCardList-module__A5ZxqG__emptyStateTitle{font-size:var(--tp-font-size-medium);color:var(--tp-text-color-primary);font-weight:600}.ListCardList-module__A5ZxqG__emptyStateSubtitle{font-size:var(--tp-font-size-small);color:var(--tp-text-color-tertiary);max-width:280px;line-height:var(--tp-line-height-normal)}.ListCardList-module__A5ZxqG__emptyStateButton{margin-top:var(--tp-spacing-1)}.ListCardList-module__A5ZxqG__noResults{align-items:center;gap:var(--tp-spacing-2);padding:var(--tp-spacing-6) var(--tp-spacing-4);text-align:center;flex-direction:column;display:flex}.ListCardList-module__A5ZxqG__noResultsText{color:var(--tp-text-color-secondary);font:var(--tp-font-styles-body)}.ListCardList-module__A5ZxqG__removeButton{all:unset;cursor:pointer;border-radius:var(--tp-radius-3);width:28px;height:28px;color:var(--tp-text-color-secondary);font-size:var(--tp-font-size-large);line-height:var(--tp-line-height-flat);opacity:0;transition:opacity var(--tp-transition-duration-fast) var(--tp-transition-easing-default), color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);justify-content:center;align-items:center;display:flex}.ListCardList-module__A5ZxqG__removeButton:hover{color:var(--tp-text-color-destructive)}tr:hover .ListCardList-module__A5ZxqG__removeButton{opacity:1}@media (hover:none){.ListCardList-module__A5ZxqG__removeButton{opacity:1}}.ListCardList-module__A5ZxqG__removeButtonList{all:unset;cursor:pointer;border-radius:var(--tp-radius-3);width:36px;height:36px;color:var(--tp-text-color-secondary);font-size:var(--tp-font-size-large);line-height:var(--tp-line-height-flat);transition:color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ListCardList-module__A5ZxqG__removeButtonList:hover{color:var(--tp-text-color-destructive)}
.AccountOverviewTab-module__zkgP-a__content{flex-direction:column;display:flex}.AccountOverviewTab-module__zkgP-a__hero{align-items:center;gap:var(--tp-spacing-2);padding:var(--tp-spacing-4) var(--tp-spacing-3) var(--tp-spacing-3);border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-subtle);display:flex}.AccountOverviewTab-module__zkgP-a__avatarWrap{background:linear-gradient(135deg, var(--tp-color-brand-orange-500), var(--tp-color-brand-orange-300))}.AccountOverviewTab-module__zkgP-a__identity{flex:1;min-width:0}.AccountOverviewTab-module__zkgP-a__name{font-size:var(--tp-font-size-large);font-weight:var(--tp-font-weight-bold);letter-spacing:var(--tp-letter-spacing-tight);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.AccountOverviewTab-module__zkgP-a__email{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);margin-top:var(--tp-spacing-half);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.AccountOverviewTab-module__zkgP-a__identity>:last-child{margin-top:var(--tp-spacing-1)}.AccountOverviewTab-module__zkgP-a__body{padding:var(--tp-spacing-3);gap:var(--tp-spacing-3);flex-direction:column;display:flex}.AccountOverviewTab-module__zkgP-a__usageCard{background:var(--tp-surface-color-secondary);border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-primary);border-radius:var(--tp-radius-5);overflow:hidden}.AccountOverviewTab-module__zkgP-a__usageCard>*+*{border-top:var(--tp-border-width-default) solid var(--tp-border-color-primary)}.AccountOverviewTab-module__zkgP-a__eyebrow{font-size:var(--tp-font-size-xs);text-transform:uppercase;letter-spacing:var(--tp-letter-spacing-wider);color:var(--tp-text-color-secondary);margin-bottom:var(--tp-spacing-1)}.AccountOverviewTab-module__zkgP-a__upgradeSection{border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-brand);border-radius:var(--tp-radius-5);padding:var(--tp-spacing-2);background:linear-gradient(145deg, color-mix(in srgb, var(--tp-surface-color-brand) 12%, transparent) 0%, color-mix(in srgb, var(--tp-surface-color-brand) 7%, transparent) 100%);gap:var(--tp-spacing-1);flex-direction:column;display:flex}.AccountOverviewTab-module__zkgP-a__upgradeEyebrow{font-size:var(--tp-font-size-xs);text-transform:uppercase;letter-spacing:var(--tp-letter-spacing-wider);color:var(--tp-text-color-brand)}.AccountOverviewTab-module__zkgP-a__upgradePrice{font-size:var(--tp-font-size-xxl);font-weight:var(--tp-font-weight-bold);letter-spacing:var(--tp-letter-spacing-tight)}.AccountOverviewTab-module__zkgP-a__upgradePricePer{font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-regular);color:var(--tp-text-color-secondary)}.AccountOverviewTab-module__zkgP-a__upgradeLimits{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);line-height:var(--tp-line-height-normal)}.AccountOverviewTab-module__zkgP-a__upgradeSub{font-size:var(--tp-font-size-xs);color:var(--tp-text-color-secondary);text-align:center}.AccountOverviewTab-module__zkgP-a__overflowBanner{background:color-mix(in srgb, var(--tp-surface-color-brand) 10%, transparent);border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-brand);border-radius:var(--tp-radius-5);padding:var(--tp-spacing-2)}.AccountOverviewTab-module__zkgP-a__overflowText{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);line-height:var(--tp-line-height-normal)}.AccountOverviewTab-module__zkgP-a__divider{background:var(--tp-border-color-subtle);height:1px}.AccountOverviewTab-module__zkgP-a__signOutWrap{opacity:.45;justify-content:center;display:flex}@media not (min-width:768px){.AccountOverviewTab-module__zkgP-a__avatarWrap{width:56px;height:56px}.AccountOverviewTab-module__zkgP-a__avatarFallback{font-size:var(--tp-font-size-xl)}.AccountOverviewTab-module__zkgP-a__name{font-size:var(--tp-font-size-medium)}.AccountOverviewTab-module__zkgP-a__hero{padding:var(--tp-spacing-3) var(--tp-spacing-2) var(--tp-spacing-2)}.AccountOverviewTab-module__zkgP-a__body{padding:var(--tp-spacing-2);gap:var(--tp-spacing-2)}}
.priceHistoryChart-module__qyWBGW__container{gap:var(--tp-spacing-3);padding:var(--tp-spacing-2);background:var(--tp-surface-color-secondary);border-radius:var(--tp-radius-3);flex-direction:column;display:flex}.priceHistoryChart-module__qyWBGW__embedded{background:0 0;border-radius:0;padding:0}.priceHistoryChart-module__qyWBGW__header{justify-content:space-between;align-items:center;gap:var(--tp-spacing-2);display:flex}.priceHistoryChart-module__qyWBGW__rangeChips{gap:var(--tp-spacing-1);flex-wrap:wrap;display:flex}.priceHistoryChart-module__qyWBGW__chartHost{width:100%;height:220px}.priceHistoryChart-module__qyWBGW__title{font-weight:var(--tp-font-weight-bold)}
.FilterContent-module__VgosSq__filterContent{flex-direction:column;height:100%;display:flex}.FilterContent-module__VgosSq__facets{gap:var(--tp-spacing-4);padding:var(--tp-spacing-3);flex-direction:column;flex:1;display:flex;overflow-y:auto}.FilterContent-module__VgosSq__facetSection{gap:var(--tp-spacing-2);flex-direction:column;display:flex}.FilterContent-module__VgosSq__facetLabel{color:var(--tp-text-color-secondary);font-size:var(--tp-font-size-small);margin:0}.FilterContent-module__VgosSq__colorChips{gap:var(--tp-spacing-2);grid-template-columns:repeat(3,1fr);display:grid}@media (min-width:768px){.FilterContent-module__VgosSq__colorChips{grid-template-columns:repeat(6,1fr)}}.FilterContent-module__VgosSq__colorChip{justify-content:center;align-items:center;gap:var(--tp-spacing-1);display:flex}.FilterContent-module__VgosSq__manaIcon{border-radius:50%;flex-shrink:0;width:32px;height:32px}.FilterContent-module__VgosSq__colorLabel{font-size:var(--tp-font-size-small)}.FilterContent-module__VgosSq__typeChips,.FilterContent-module__VgosSq__rarityChips,.FilterContent-module__VgosSq__listChips{gap:var(--tp-spacing-2);flex-wrap:wrap;display:flex}.FilterContent-module__VgosSq__actionBar{gap:var(--tp-spacing-2);padding:var(--tp-spacing-3) var(--tp-spacing-2);display:flex}.FilterContent-module__VgosSq__submitButton{flex:1}@media (min-width:768px){.FilterContent-module__VgosSq__submitButton{flex:none;width:256px;margin-left:auto}}
.AccountPlanTab-module__hcKNra__content{padding:var(--tp-spacing-3);gap:var(--tp-spacing-3);flex-direction:column;display:flex}.AccountPlanTab-module__hcKNra__eyebrow{font-size:var(--tp-font-size-xs);text-transform:uppercase;letter-spacing:var(--tp-letter-spacing-wider);color:var(--tp-text-color-secondary);margin-bottom:var(--tp-spacing-1)}.AccountPlanTab-module__hcKNra__currentPlan{background:var(--tp-surface-color-secondary);border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-primary);border-radius:var(--tp-radius-5);padding:var(--tp-spacing-2);justify-content:space-between;align-items:center;display:flex}.AccountPlanTab-module__hcKNra__currentPlanName{font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-bold)}.AccountPlanTab-module__hcKNra__currentPlanDesc{font-size:var(--tp-font-size-xs);color:var(--tp-text-color-secondary);margin-top:var(--tp-spacing-half)}.AccountPlanTab-module__hcKNra__currentChip{background:var(--tp-surface-color-secondary);border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-primary);color:var(--tp-text-color-secondary);border-radius:var(--tp-radius-round);padding:var(--tp-spacing-half) var(--tp-spacing-1);font-size:var(--tp-font-size-xs);font-weight:var(--tp-font-weight-bold);letter-spacing:var(--tp-letter-spacing-wider);text-transform:uppercase}.AccountPlanTab-module__hcKNra__pricingSection{border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-brand);border-radius:var(--tp-radius-5);padding:var(--tp-spacing-2);background:linear-gradient(145deg, color-mix(in srgb, var(--tp-surface-color-brand) 12%, transparent) 0%, color-mix(in srgb, var(--tp-surface-color-brand) 7%, transparent) 100%);gap:var(--tp-spacing-1);flex-direction:column;display:flex}.AccountPlanTab-module__hcKNra__pricingLimits{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);line-height:var(--tp-line-height-normal)}.AccountPlanTab-module__hcKNra__pricingEyebrow{font-size:var(--tp-font-size-xs);text-transform:uppercase;letter-spacing:var(--tp-letter-spacing-wider);color:var(--tp-text-color-brand);margin-bottom:var(--tp-spacing-1)}.AccountPlanTab-module__hcKNra__price{font-size:var(--tp-font-size-xxl);font-weight:var(--tp-font-weight-bold);letter-spacing:var(--tp-letter-spacing-tight)}.AccountPlanTab-module__hcKNra__pricePer{font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-regular);color:var(--tp-text-color-secondary)}.AccountPlanTab-module__hcKNra__pricingSub{font-size:var(--tp-font-size-xs);color:var(--tp-text-color-secondary);text-align:center}.AccountPlanTab-module__hcKNra__planInfoCard{border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-brand);background:color-mix(in srgb, var(--tp-surface-color-brand) 5%, transparent);border-radius:var(--tp-radius-5);padding:var(--tp-spacing-2)}.AccountPlanTab-module__hcKNra__infoRow{padding:var(--tp-spacing-1) 0;border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-subtle);justify-content:space-between;align-items:center;display:flex}.AccountPlanTab-module__hcKNra__infoRow:last-child{border-bottom:none;padding-bottom:0}.AccountPlanTab-module__hcKNra__infoLabel{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary)}.AccountPlanTab-module__hcKNra__infoValue{font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold)}.AccountPlanTab-module__hcKNra__infoValuePro{font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-brand)}.AccountPlanTab-module__hcKNra__infoValueActive{font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-positive-value)}.AccountPlanTab-module__hcKNra__infoValueWarning{font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-negative-value)}.AccountPlanTab-module__hcKNra__warningBanner{background:color-mix(in srgb, var(--tp-surface-color-brand) 10%, transparent);border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-brand);border-radius:var(--tp-radius-5);padding:var(--tp-spacing-2);gap:var(--tp-spacing-1);flex-direction:column;display:flex}.AccountPlanTab-module__hcKNra__warningText{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);line-height:var(--tp-line-height-normal)}.AccountPlanTab-module__hcKNra__warningBtn{color:var(--tp-text-color-brand);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);cursor:pointer;text-align:left;background:0 0;border:none;padding:0}.AccountPlanTab-module__hcKNra__manageBtn{text-align:center;border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-primary);border-radius:var(--tp-radius-4);width:100%;padding:var(--tp-spacing-1) var(--tp-spacing-2);font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);cursor:pointer;background:0 0;display:block}
.CollectionCardFilter-module__LkyvSG__filterModal{min-width:640px}
.priceHistoryCallout-module__RXVN_q__callout{align-items:center;gap:var(--tp-spacing-2);padding:var(--tp-spacing-2) var(--tp-spacing-3);background:var(--tp-surface-color-secondary);border-radius:var(--tp-radius-3);display:flex}.priceHistoryCallout-module__RXVN_q__embedded{background:0 0;border-radius:0;padding:0}.priceHistoryCallout-module__RXVN_q__label,.priceHistoryCallout-module__RXVN_q__separator{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary)}.priceHistoryCallout-module__RXVN_q__cta{font-size:var(--tp-font-size-small);color:var(--tp-text-color-brand);text-decoration:none}.priceHistoryCallout-module__RXVN_q__cta:hover{text-decoration:underline}
.PlanComparisonTable-module__QSas5a__grid{border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-primary);border-radius:var(--tp-radius-5);overflow:hidden}.PlanComparisonTable-module__QSas5a__header{padding:var(--tp-spacing-1) var(--tp-spacing-2);background:var(--tp-surface-color-secondary);border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-subtle);grid-template-columns:1fr 80px 80px;display:grid}.PlanComparisonTable-module__QSas5a__headerFree{text-align:center;font-size:var(--tp-font-size-xs);text-transform:uppercase;letter-spacing:var(--tp-letter-spacing-wider);color:var(--tp-text-color-secondary);font-weight:var(--tp-font-weight-bold)}.PlanComparisonTable-module__QSas5a__headerPro{text-align:center;font-size:var(--tp-font-size-xs);text-transform:uppercase;letter-spacing:var(--tp-letter-spacing-wider);color:var(--tp-text-color-brand);font-weight:var(--tp-font-weight-bold)}.PlanComparisonTable-module__QSas5a__row{padding:var(--tp-spacing-1) var(--tp-spacing-2);border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-subtle);grid-template-columns:1fr 80px 80px;align-items:center;display:grid}.PlanComparisonTable-module__QSas5a__row:last-child{border-bottom:none}.PlanComparisonTable-module__QSas5a__featureName{font-size:var(--tp-font-size-small);color:var(--tp-text-color-primary)}.PlanComparisonTable-module__QSas5a__cell{text-align:center;font-size:var(--tp-font-size-small)}.PlanComparisonTable-module__QSas5a__checkYes,.PlanComparisonTable-module__QSas5a__checkYesPro{color:var(--tp-text-color-positive-value)}.PlanComparisonTable-module__QSas5a__checkNo{color:var(--tp-text-color-secondary)}.PlanComparisonTable-module__QSas5a__valueFree{color:var(--tp-text-color-secondary);font-weight:var(--tp-font-weight-bold)}.PlanComparisonTable-module__QSas5a__valuePro{color:var(--tp-text-color-brand);font-weight:var(--tp-font-weight-bold)}
.priceHistorySection-module__Hbe38q__note{padding:var(--tp-spacing-3) var(--tp-spacing-4);background:var(--tp-surface-color-secondary);border-radius:var(--tp-radius-3);display:block}.priceHistorySection-module__Hbe38q__lockedWrapper{gap:var(--tp-spacing-2);flex-direction:column;display:flex}.priceHistorySection-module__Hbe38q__divider{height:var(--tp-border-width-default);background-color:var(--tp-surface-color-primary)}
.shimmer-module__0Ngjpa__shimmer{background-color:var(--tp-surface-color-secondary);position:relative;overflow:hidden}.shimmer-module__0Ngjpa__shimmer:before{content:"";will-change:transform;background:linear-gradient(90deg,#0000 0%,#3a3d4280 50%,#0000 100%);animation:1.6s ease-in-out infinite shimmer-module__0Ngjpa__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer-module__0Ngjpa__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.shimmer-module__0Ngjpa__shimmer:before{animation:none;transform:translate(0)}}
.AccountSettingsTab-module__vXy02G__content{padding:var(--tp-spacing-3) var(--tp-spacing-3) var(--tp-spacing-4);gap:var(--tp-spacing-3);flex-direction:column;display:flex}.AccountSettingsTab-module__vXy02G__section{gap:var(--tp-spacing-1);flex-direction:column;display:flex}.AccountSettingsTab-module__vXy02G__eyebrow{font-size:var(--tp-font-size-xs);text-transform:uppercase;letter-spacing:var(--tp-letter-spacing-wider);color:var(--tp-text-color-secondary);margin-bottom:var(--tp-spacing-half)}.AccountSettingsTab-module__vXy02G__row{padding:var(--tp-spacing-2);background:var(--tp-surface-color-secondary);border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-primary);border-radius:var(--tp-radius-4);justify-content:space-between;align-items:center;display:flex}.AccountSettingsTab-module__vXy02G__rowLabel{font-size:var(--tp-font-size-small)}.AccountSettingsTab-module__vXy02G__rowValue{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary)}.AccountSettingsTab-module__vXy02G__dangerZone{background:color-mix(in srgb, var(--tp-text-color-destructive) 4%, transparent);border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-text-color-destructive);border-radius:var(--tp-radius-5);padding:var(--tp-spacing-2)}.AccountSettingsTab-module__vXy02G__dangerTitle{font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-destructive);text-transform:uppercase;letter-spacing:var(--tp-letter-spacing-wider);margin-bottom:var(--tp-spacing-1)}.AccountSettingsTab-module__vXy02G__dangerDesc{font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);line-height:var(--tp-line-height-normal);margin-bottom:var(--tp-spacing-2)}.AccountSettingsTab-module__vXy02G__divider{background:var(--tp-border-color-subtle);height:1px}.AccountSettingsTab-module__vXy02G__signOutWrap{opacity:.45;justify-content:center;display:flex}.AccountSettingsTab-module__vXy02G__blockedList{gap:var(--tp-spacing-1);flex-direction:column;display:flex}.AccountSettingsTab-module__vXy02G__blockedUserInfo{align-items:center;gap:var(--tp-spacing-2);flex:1;display:flex}.AccountSettingsTab-module__vXy02G__blockedAvatar{background:var(--tp-surface-color-highlight);object-fit:cover;border-radius:50%;width:32px;height:32px}.AccountSettingsTab-module__vXy02G__unblockButton{color:var(--tp-text-color-brand);font-size:var(--tp-font-size-small);font-family:var(--tp-font-family-body);cursor:pointer;background:0 0;border:none}
.collectionCardBadges-module__nEXFzW__badges{gap:var(--tp-spacing-2);flex-wrap:wrap;display:flex}.collectionCardBadges-module__nEXFzW__badge{padding:var(--tp-spacing-1);border-radius:var(--tp-spacing-8);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);line-height:var(--tp-line-height-tight);text-transform:uppercase;justify-content:center;align-items:center;display:inline-flex}.collectionCardBadges-module__nEXFzW__ownedBadge{background-color:var(--tp-surface-color-accent);color:var(--tp-color-list-jace)}.collectionCardBadges-module__nEXFzW__tradelistBadge{background-color:var(--tp-surface-color-secondary);color:var(--tp-text-color-primary);border-width:var(--tp-radius-1);border-style:solid;border-color:var(--tp-border-color-primary)}
.recentlyAddedSection-module__VWH0Mq__section{gap:var(--tp-spacing-2);flex-direction:column;display:flex}.recentlyAddedSection-module__VWH0Mq__cardRow{gap:var(--tp-spacing-1);padding-bottom:var(--tp-spacing-half);-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.recentlyAddedSection-module__VWH0Mq__cardLink{flex-shrink:0;width:130px}.recentlyAddedSection-module__VWH0Mq__cardImage{width:100%}.recentlyAddedSection-module__VWH0Mq__emptyState{font-style:italic}@media (min-width:768px){.recentlyAddedSection-module__VWH0Mq__cardRow{grid-template-columns:repeat(4,1fr);padding-bottom:0;display:grid;overflow-x:visible}.recentlyAddedSection-module__VWH0Mq__cardLink{width:auto}}
.SkeletonBlock-module__vumZaG__block{border-radius:var(--tp-radius-3)}
.deleteAccountButton-module__8jRk8G__errorMessage{padding:var(--tp-spacing-3);background-color:color-mix(in srgb, var(--tp-text-color-destructive) 10%, transparent);border-radius:var(--tp-radius-3);color:var(--tp-text-color-destructive)}
.CollectionCardList-module__9PokMq__container{flex-direction:column;width:100%;display:flex}.CollectionCardList-module__9PokMq__controlBar{z-index:var(--tp-z-index-sticky);padding:var(--tp-spacing-2) 0 var(--tp-spacing-2) 0;background:linear-gradient(180deg, var(--tp-surface-color-primary) 18.75%, color-mix(in srgb, var(--tp-surface-color-primary) 0%, transparent) 100%);position:sticky;top:-16px}.CollectionCardList-module__9PokMq__gridImage{object-fit:contain;width:100%;height:auto}.CollectionCardList-module__9PokMq__emptyState{justify-content:center;align-items:center;gap:var(--tp-spacing-2);padding:var(--tp-spacing-8);color:var(--tp-text-color-secondary);flex-direction:column;display:flex}.CollectionCardList-module__9PokMq__emptyStateCta{align-items:center;gap:var(--tp-spacing-2);padding:var(--tp-spacing-8) var(--tp-spacing-4);text-align:center;flex-direction:column;display:flex}.CollectionCardList-module__9PokMq__cardPile{width:180px;height:116px;margin-bottom:var(--tp-spacing-2);position:relative;overflow:visible}.CollectionCardList-module__9PokMq__cardPileItem{--i:0;--rest-rot:calc((var(--i) - 2) * 1.5deg);--fan-rot:calc((var(--i) - 2) * 14deg);border-radius:var(--tp-radius-2);background:linear-gradient(135deg, #ff8a4c 0%, var(--tp-surface-color-brand) 100%);transform-origin:bottom;width:60px;height:84px;transform:rotate(var(--rest-rot));animation:4s cubic-bezier(.4,0,.4,1) infinite CollectionCardList-module__9PokMq__cardPileFan;animation-delay:calc(var(--i) * 70ms);margin-left:-30px;position:absolute;bottom:4px;left:50%;box-shadow:inset 0 1px #ffffff2e,inset 0 0 0 1px #00000026,0 3px 6px #0006}@keyframes CollectionCardList-module__9PokMq__cardPileFan{0%,to{transform:rotate(var(--rest-rot))}35%,60%{transform:rotate(var(--fan-rot))}}@media (prefers-reduced-motion:reduce){.CollectionCardList-module__9PokMq__cardPileItem{animation:none}}.CollectionCardList-module__9PokMq__emptyStateTitle{color:var(--tp-text-color-primary)}.CollectionCardList-module__9PokMq__emptyStateSubtitle{max-width:280px;line-height:var(--tp-line-height-normal);color:var(--tp-text-color-secondary)}.CollectionCardList-module__9PokMq__emptyStateActions{gap:var(--tp-spacing-3);margin-top:var(--tp-spacing-2);display:flex}.CollectionCardList-module__9PokMq__loading{opacity:.6;pointer-events:none}.CollectionCardList-module__9PokMq__removeButtonList{all:unset;cursor:pointer;font-size:var(--tp-font-size-xl);color:var(--tp-text-color-secondary);line-height:var(--tp-line-height-flat);padding:var(--tp-spacing-1);transition:color var(--tp-transition-duration-fast) var(--tp-transition-easing-default)}.CollectionCardList-module__9PokMq__removeButtonList:hover{color:var(--tp-text-color-destructive)}.CollectionCardList-module__9PokMq__listsCellButton{align-items:center;gap:var(--tp-spacing-1);padding:var(--tp-spacing-1) var(--tp-spacing-2);cursor:pointer;color:inherit;text-align:left;border-radius:var(--tp-radius-3);background:0 0;border:none;width:100%;margin:0;display:flex}.CollectionCardList-module__9PokMq__listsCellButton:hover{background-color:var(--tp-surface-color-highlight)}.CollectionCardList-module__9PokMq__nameCell{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.CollectionCardList-module__9PokMq__actionsCell{display:contents}.CollectionCardList-module__9PokMq__sentinel{width:100%;height:1px}
.wishlistSection-module__kIdNna__section{gap:var(--tp-spacing-2);flex-direction:column;display:flex}.wishlistSection-module__kIdNna__cardRow{gap:var(--tp-spacing-1);padding-bottom:var(--tp-spacing-half);-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.wishlistSection-module__kIdNna__cardLink{flex-shrink:0;width:130px}.wishlistSection-module__kIdNna__cardImage{opacity:.8;width:100%}.wishlistSection-module__kIdNna__emptyState{font-style:italic}@media (min-width:768px){.wishlistSection-module__kIdNna__cardRow{grid-template-columns:repeat(4,1fr);padding-bottom:0;display:grid;overflow-x:visible}.wishlistSection-module__kIdNna__cardLink{width:auto}}
.SkeletonText-module__pn40Lq__text{border-radius:var(--tp-radius-2)}.SkeletonText-module__pn40Lq__sm{height:10px}.SkeletonText-module__pn40Lq__md{height:14px}.SkeletonText-module__pn40Lq__lg{height:20px}.SkeletonText-module__pn40Lq__container{gap:var(--tp-spacing-1);flex-direction:column;display:flex}
.EmailPreferencesPanel-module__sCq1sa__panel{gap:var(--tp-spacing-3);flex-direction:column;display:flex}.EmailPreferencesPanel-module__sCq1sa__header{gap:var(--tp-spacing-1);flex-direction:column;display:flex}.EmailPreferencesPanel-module__sCq1sa__title{margin:0}.EmailPreferencesPanel-module__sCq1sa__subtitle{color:var(--tp-text-color-secondary);font-size:var(--tp-font-size-small);line-height:var(--tp-line-height-normal)}.EmailPreferencesPanel-module__sCq1sa__section{gap:var(--tp-spacing-1);flex-direction:column;display:flex}.EmailPreferencesPanel-module__sCq1sa__eyebrow{margin:0 0 var(--tp-spacing-half);font-size:var(--tp-font-size-xs);font-weight:var(--tp-font-weight-bold);text-transform:uppercase;letter-spacing:var(--tp-letter-spacing-wider);color:var(--tp-text-color-secondary)}.EmailPreferencesPanel-module__sCq1sa__row{align-items:flex-start;gap:var(--tp-spacing-2);padding:var(--tp-spacing-2);background:var(--tp-surface-color-secondary);border-style:solid;border-width:var(--tp-border-width-default);border-color:var(--tp-border-color-subtle);border-radius:var(--tp-radius-4);display:flex}.EmailPreferencesPanel-module__sCq1sa__rowText{gap:var(--tp-spacing-half);cursor:pointer;flex-direction:column;display:flex}.EmailPreferencesPanel-module__sCq1sa__rowLabelLine{align-items:center;gap:var(--tp-spacing-1);flex-wrap:wrap;display:flex}.EmailPreferencesPanel-module__sCq1sa__rowLabel{font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-primary)}.EmailPreferencesPanel-module__sCq1sa__rowDescription{font-size:var(--tp-font-size-small);line-height:var(--tp-line-height-normal);color:var(--tp-text-color-secondary)}.EmailPreferencesPanel-module__sCq1sa__lock{color:var(--tp-text-color-secondary);display:inline-flex}.EmailPreferencesPanel-module__sCq1sa__rowLocked .EmailPreferencesPanel-module__sCq1sa__rowText,.EmailPreferencesPanel-module__sCq1sa__rowDisabled .EmailPreferencesPanel-module__sCq1sa__rowText{cursor:default}.EmailPreferencesPanel-module__sCq1sa__rowDisabled{opacity:.55}.EmailPreferencesPanel-module__sCq1sa__pauseRow{background:0 0;border-style:dashed}.EmailPreferencesPanel-module__sCq1sa__actions{align-items:center;gap:var(--tp-spacing-2);flex-wrap:wrap;display:flex}.EmailPreferencesPanel-module__sCq1sa__status{font-size:var(--tp-font-size-small)}.EmailPreferencesPanel-module__sCq1sa__statusSaved{color:var(--tp-text-color-positive-value)}.EmailPreferencesPanel-module__sCq1sa__statusError{color:var(--tp-text-color-negative-value)}
.Banner-module__Pgin1W__tpBannerMolecule{align-items:center;gap:var(--tp-spacing-1);min-height:var(--tp-spacing-6);padding:var(--tp-spacing-1) var(--tp-spacing-2);border-width:var(--tp-border-width-default);border-radius:var(--tp-radius-3);background:var(--tp-surface-color-secondary);box-sizing:border-box;border-style:solid;display:inline-flex}.Banner-module__Pgin1W__text{color:var(--tp-text-color-primary);font:var(--tp-font-styles-body)}.Banner-module__Pgin1W__icon{flex-shrink:0}.Banner-module__Pgin1W__information{border-color:var(--tp-border-color-brand);color:var(--tp-text-color-brand)}.Banner-module__Pgin1W__warning{border-color:var(--tp-text-color-destructive);color:var(--tp-text-color-destructive)}
.ListChip-module__n0y2wW__chip{align-items:center;gap:var(--tp-spacing-1);padding:var(--tp-spacing-1) var(--tp-spacing-2);border-radius:var(--tp-radius-round);background-color:color-mix(in oklab, var(--chip-color) 20%, transparent);color:var(--chip-color);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-regular);line-height:var(--tp-line-height-flat);white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:inline-flex;overflow:hidden}.ListChip-module__n0y2wW__name{text-overflow:ellipsis;overflow:hidden}.ListChip-module__n0y2wW__icon{line-height:var(--tp-line-height-flat);flex-shrink:0;display:inline-flex}.ListChip-module__n0y2wW__overflowBadge{padding:var(--tp-spacing-1) var(--tp-spacing-2);border-radius:var(--tp-radius-round);background-color:var(--tp-surface-color-secondary);color:var(--tp-text-color-secondary);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-regular);line-height:var(--tp-line-height-flat);white-space:nowrap;align-items:center;display:inline-flex}
.listCardListSkeleton-module__CEwEIW__container{background-color:var(--tp-surface-color-primary);flex-direction:column;width:100%;display:flex}.listCardListSkeleton-module__CEwEIW__skeletonCard{gap:var(--tp-spacing-2);padding:var(--tp-spacing-2) 0;border-bottom:var(--tp-radius-1) solid var(--tp-surface-color-accent);align-items:flex-start;display:flex}.listCardListSkeleton-module__CEwEIW__infoSection{gap:var(--tp-spacing-1);flex-direction:column;flex:1;min-width:0;display:flex}
.setIcon-module__c7B4EG__setIcon{color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.setIcon-module__c7B4EG__setIcon svg{width:100%;height:100%;display:block}.setIcon-module__c7B4EG__setIconFallback{opacity:.7;filter:invert();flex-shrink:0}[data-theme=light] .setIcon-module__c7B4EG__setIconFallback{filter:none}@media (prefers-color-scheme:light){:root:not([data-theme]) .setIcon-module__c7B4EG__setIconFallback{filter:none}}
.AccountNotificationsTab-module__IwywOW__content{padding:var(--tp-spacing-3) var(--tp-spacing-3) var(--tp-spacing-4)}
.PageHeader-module__xxN1aq__root{gap:var(--tp-spacing-2);flex-direction:column;display:flex}.PageHeader-module__xxN1aq__bannerMobile{width:100%}.PageHeader-module__xxN1aq__bannerDesktop{display:none}.PageHeader-module__xxN1aq__row{justify-content:space-between;align-items:center;gap:var(--tp-spacing-1);display:flex}.PageHeader-module__xxN1aq__title{font-size:var(--tp-font-size-xxl);white-space:nowrap;min-width:0;line-height:1}.PageHeader-module__xxN1aq__slots{align-items:center;gap:var(--tp-spacing-1);flex-shrink:0;display:flex}@media (min-width:768px){.PageHeader-module__xxN1aq__root{align-items:center;gap:var(--tp-spacing-3);flex-direction:row}.PageHeader-module__xxN1aq__bannerMobile{display:none}.PageHeader-module__xxN1aq__bannerDesktop{flex:1;min-width:0;display:block}.PageHeader-module__xxN1aq__row{justify-content:flex-start;gap:var(--tp-spacing-3);flex:1;min-width:0}.PageHeader-module__xxN1aq__slots{margin-left:auto}}
.page-module__-1sbHG__container{max-width:1200px;padding-bottom:var(--tp-spacing-4)}@media (max-width:768px){.page-module__-1sbHG__container{width:100%}}
.ManageCardListsOverlay-module__DFaLMW__container{gap:var(--tp-spacing-2);padding:var(--tp-spacing-3);flex-direction:column;max-height:320px;display:flex;overflow-y:auto}.ManageCardListsOverlay-module__DFaLMW__emptyState{padding:var(--tp-spacing-4) var(--tp-spacing-3);text-align:center;color:var(--tp-text-color-secondary)}.ManageCardListsOverlay-module__DFaLMW__listRow{align-items:center;gap:var(--tp-spacing-2);padding:var(--tp-spacing-2);border-radius:var(--tp-radius-3);display:flex}.ManageCardListsOverlay-module__DFaLMW__listRow:hover{background-color:var(--tp-surface-color-highlight)}.ManageCardListsOverlay-module__DFaLMW__errorText{color:var(--tp-text-color-destructive);padding:var(--tp-spacing-2) var(--tp-spacing-3)}.ManageCardListsOverlay-module__DFaLMW__modal{max-width:400px}
.loading-module__Ln9UYa__container{gap:var(--tp-spacing-5);flex-direction:column;display:flex}.loading-module__Ln9UYa__header{gap:var(--tp-spacing-2);flex-direction:column;display:flex}.loading-module__Ln9UYa__subtitle{align-items:center;gap:var(--tp-spacing-2);display:flex}.loading-module__Ln9UYa__grid{gap:var(--tp-spacing-3);grid-template-columns:200px 1fr;max-width:960px;display:grid}@media (max-width:1023px){.loading-module__Ln9UYa__grid{grid-template-columns:1fr;grid-template-areas:"card_image""actions""card_stats""printings""card_inventory";max-width:none}}.loading-module__Ln9UYa__leftColumn{gap:var(--tp-spacing-3);flex-direction:column;align-self:start;display:flex}@media (max-width:1023px){.loading-module__Ln9UYa__leftColumn{display:contents}}.loading-module__Ln9UYa__rightColumn{gap:var(--tp-spacing-3);flex-direction:column;display:flex}@media (max-width:1023px){.loading-module__Ln9UYa__rightColumn{display:contents}}.loading-module__Ln9UYa__cardImageSection{aspect-ratio:5/7;width:200px}@media (max-width:1023px){.loading-module__Ln9UYa__cardImageSection{grid-area:card_image;justify-self:center;width:100%;max-width:250px}}.loading-module__Ln9UYa__printingsSection{grid-area:printings}.loading-module__Ln9UYa__statsSection{gap:var(--tp-spacing-2);flex-direction:column;grid-area:card_stats;display:flex}.loading-module__Ln9UYa__infoRow{gap:var(--tp-spacing-3);display:flex}.loading-module__Ln9UYa__actionsRow{gap:var(--tp-spacing-2);grid-area:actions;display:flex}.loading-module__Ln9UYa__inventorySection{gap:var(--tp-spacing-2);flex-direction:column;grid-area:card_inventory;display:flex}.loading-module__Ln9UYa__inventoryBlocks{gap:var(--tp-spacing-2);display:flex}
.MatchBadge-module__nDvIdG__badge{padding:var(--tp-spacing-half) var(--tp-spacing-1);border-radius:var(--tp-radius-3);line-height:var(--tp-line-height-flat);align-items:center;display:inline-flex}.MatchBadge-module__nDvIdG__exact{background:color-mix(in srgb, var(--tp-color-brand-orange-500) 25%, transparent);color:var(--tp-text-color-brand)}.MatchBadge-module__nDvIdG__oracle{background:color-mix(in srgb, var(--tp-text-color-secondary) 18%, transparent);color:var(--tp-text-color-secondary)}
.CardRowOverflowMenu-module__bxnXKG__menu{background-color:var(--tp-surface-color-overlay);-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-width:var(--tp-border-width-default);border-style:solid;border-color:var(--tp-border-color-subtle);border-radius:var(--tp-radius-6);min-width:160px;box-shadow:var(--tp-shadow-overlay);padding:calc(var(--tp-spacing-1) + var(--tp-spacing-half)) 0;overflow:hidden}.CardRowOverflowMenu-module__bxnXKG__menuItem{appearance:none;width:100%;padding:calc(var(--tp-spacing-1) + var(--tp-spacing-half)) var(--tp-spacing-2);color:var(--tp-text-color-primary);font-size:var(--tp-font-size-medium);font-family:var(--tp-font-family-body);text-align:left;cursor:pointer;transition:background-color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);background-color:#0000;border:none;align-items:center;display:flex}.CardRowOverflowMenu-module__bxnXKG__menuItem:hover{background-color:var(--tp-surface-interactive-hover)}.CardRowOverflowMenu-module__bxnXKG__menuItem:focus-visible{outline:2px solid var(--tp-focus-ring-color);outline-offset:-2px}.CardRowOverflowMenu-module__bxnXKG__danger{color:var(--tp-text-color-destructive)}
.SetCardFilter-module__N1xdLq__filterModal{min-width:640px}
.UndoToast-module__zxWbiG__toast{bottom:calc(80px + env(safe-area-inset-bottom));left:var(--tp-spacing-half);right:var(--tp-spacing-half);justify-content:space-between;align-items:center;gap:var(--tp-spacing-2);padding:var(--tp-spacing-1) var(--tp-spacing-2);background:var(--tp-surface-color-secondary);border:1px solid var(--tp-border-color-primary);border-radius:var(--tp-radius-4);z-index:var(--tp-z-index-toast);animation:UndoToast-module__zxWbiG__slideUp var(--tp-transition-duration-base) ease-out;flex-direction:row;display:flex;position:fixed}.UndoToast-module__zxWbiG__message{color:var(--tp-text-color-primary);flex:1;min-width:0}.UndoToast-module__zxWbiG__undoButton{all:unset;cursor:pointer;color:var(--tp-text-color-brand);font-size:var(--tp-font-size-small);padding:var(--tp-spacing-half) var(--tp-spacing-1);border-radius:var(--tp-radius-3);white-space:nowrap;transition:opacity var(--tp-transition-duration-fast) var(--tp-transition-easing-default);font-weight:600}.UndoToast-module__zxWbiG__undoButton:hover{opacity:.8}.UndoToast-module__zxWbiG__undoButton:active{opacity:.6}@keyframes UndoToast-module__zxWbiG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.UndoToast-module__zxWbiG__toast{left:auto;right:var(--tp-spacing-6);bottom:var(--tp-spacing-6);max-width:400px}}
.feedbackButton-module__sFWKBq__button{appearance:none;width:48px;height:48px;color:var(--tp-text-color-secondary);background-color:var(--tp-surface-color-secondary);cursor:pointer;transition:color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.feedbackButton-module__sFWKBq__button:hover{color:var(--tp-text-color-primary)}.feedbackButton-module__sFWKBq__button:focus-visible{outline:var(--tp-focus-ring-width) solid var(--tp-focus-ring-color);outline-offset:var(--tp-focus-ring-offset)}.feedbackButton-module__sFWKBq__icon{width:24px;height:24px}@media not (min-width:768px){.feedbackButton-module__sFWKBq__button{width:40px;height:40px}.feedbackButton-module__sFWKBq__icon{width:20px;height:20px}}.feedbackButton-module__sFWKBq__dot{background:var(--tp-surface-color-brand);border-style:solid;border-width:2px;border-color:var(--tp-surface-color-primary);border-radius:50%;width:10px;height:10px;position:absolute;top:-2px;right:-2px}
.page-module__HC2_LG__pageHeader{grid-area:header}.page-module__HC2_LG__badges{grid-area:badges}.page-module__HC2_LG__subtitle{align-items:center;gap:var(--tp-spacing-1);margin-top:var(--tp-spacing-2);display:flex}.page-module__HC2_LG__pageContent{padding-top:var(--tp-spacing-3);gap:var(--tp-spacing-3);grid-area:content;grid-template-columns:auto 1fr;max-width:960px;display:grid}@media (max-width:1023px){.page-module__HC2_LG__pageContent{grid-template-columns:1fr;grid-template-areas:"card_image""card_details""card_stats""price_history""actions""card_inventory""see_all_printings";max-width:none}}.page-module__HC2_LG__leftColumn{gap:var(--tp-spacing-3);flex-direction:column;align-self:start;max-width:350px;display:flex}@media (max-width:1023px){.page-module__HC2_LG__leftColumn{display:contents}}.page-module__HC2_LG__rightColumn{gap:var(--tp-spacing-3);flex-direction:column;display:flex}@media (max-width:1023px){.page-module__HC2_LG__rightColumn{display:contents}.page-module__HC2_LG__cardImageSection{grid-area:card_image;justify-self:center;max-width:350px}}.page-module__HC2_LG__actionsSection{grid-area:actions}.page-module__HC2_LG__cardDetailsSection{grid-area:card_details}.page-module__HC2_LG__cardStatsSection{grid-area:card_stats}.page-module__HC2_LG__priceHistorySection{grid-area:price_history}.page-module__HC2_LG__inventorySection{grid-area:card_inventory;overflow-x:auto}.page-module__HC2_LG__seeAllPrintingsSection{grid-area:see_all_printings}.page-module__HC2_LG__sectionTitle{padding-bottom:var(--tp-spacing-2)}.page-module__HC2_LG__countBadge{color:var(--tp-text-color-quantity)}.page-module__HC2_LG__subtitleLink{align-items:center;gap:var(--tp-spacing-1);color:inherit;text-decoration:none;display:flex}
.TradeMatchRow-module__P7RqPa__rowButton{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block}.TradeMatchRow-module__P7RqPa__rowButton:focus-visible{outline:2px solid var(--tp-text-color-primary);outline-offset:2px;border-radius:var(--tp-radius-2)}.TradeMatchRow-module__P7RqPa__subtitle{align-items:center;gap:var(--tp-spacing-half);color:var(--tp-text-color-secondary);font-size:var(--tp-font-size-small);display:inline-flex}.TradeMatchRow-module__P7RqPa__trailing{align-items:flex-end;gap:var(--tp-spacing-1);flex-direction:column;display:flex}.TradeMatchRow-module__P7RqPa__thumbnail{border-radius:var(--tp-radius-2);object-fit:cover}.TradeMatchRow-module__P7RqPa__thumbnailPlaceholder{border-radius:var(--tp-radius-2);background:var(--tp-surface-color-secondary);width:57px;height:80px}
.AddToListSheet-module__J2P2ta__content{flex-direction:column;min-height:200px;display:flex}.AddToListSheet-module__J2P2ta__modal{max-width:480px}.AddToListSheet-module__J2P2ta__loading,.AddToListSheet-module__J2P2ta__error{padding:var(--tp-spacing-4);text-align:center}.AddToListSheet-module__J2P2ta__error{color:var(--tp-text-color-destructive)}.AddToListSheet-module__J2P2ta__emptyState{padding:var(--tp-spacing-8) var(--tp-spacing-4);color:var(--tp-text-color-secondary);justify-content:center;align-items:center;display:flex}.AddToListSheet-module__J2P2ta__listItems{margin:0;padding:0;list-style:none}.AddToListSheet-module__J2P2ta__listRow{all:unset;box-sizing:border-box;align-items:center;gap:var(--tp-spacing-3);width:100%;padding:var(--tp-spacing-3) var(--tp-spacing-4);cursor:pointer;transition:background var(--tp-transition-duration-fast) var(--tp-transition-easing-default);display:flex}.AddToListSheet-module__J2P2ta__listRow:hover{background:var(--tp-surface-color-secondary)}.AddToListSheet-module__J2P2ta__listRow:disabled{opacity:.5;cursor:default}.AddToListSheet-module__J2P2ta__icon{font-size:var(--tp-font-size-large);flex-shrink:0}.AddToListSheet-module__J2P2ta__listName{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-bold);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.AddToListSheet-module__J2P2ta__cardCount{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);white-space:nowrap;flex-shrink:0}.AddToListSheet-module__J2P2ta__spinner{border-width:var(--tp-radius-2);border-style:solid;border-color:var(--tp-border-color-primary);border-top-color:var(--tp-text-color-brand);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.6s linear infinite AddToListSheet-module__J2P2ta__spin}@keyframes AddToListSheet-module__J2P2ta__spin{to{transform:rotate(360deg)}}
.priceText-module__4Qxu5q__gain{color:var(--tp-text-color-positive-value)}.priceText-module__4Qxu5q__loss{color:var(--tp-text-color-negative-value)}
.setCardListSkeleton-module__1MAFNW__container{background-color:var(--tp-surface-color-primary);flex-direction:column;width:100%;display:flex}.setCardListSkeleton-module__1MAFNW__skeletonCard{gap:var(--tp-spacing-2);padding:var(--tp-spacing-2) 0;border-bottom:var(--tp-radius-1) solid var(--tp-surface-color-accent);align-items:flex-start;display:flex}.setCardListSkeleton-module__1MAFNW__infoSection{gap:var(--tp-spacing-1);flex-direction:column;flex:1;min-width:0;display:flex}
.adminInboxButton-module__UB85GG__link{width:38px;height:38px;color:var(--tp-text-color-secondary);transition:background-color var(--tp-transition-duration-fast) var(--tp-transition-easing-default), color var(--tp-transition-duration-fast) var(--tp-transition-easing-default);background:0 0;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:inline-flex;position:relative}.adminInboxButton-module__UB85GG__link:hover{background-color:var(--tp-surface-color-secondary);color:var(--tp-text-color-primary)}.adminInboxButton-module__UB85GG__icon{width:19px;height:19px}.adminInboxButton-module__UB85GG__dot{background:var(--tp-surface-color-brand);border-style:solid;border-width:2px;border-color:var(--tp-surface-color-primary);border-radius:50%;width:10px;height:10px;position:absolute;top:-2px;right:-2px}
.filterPill-module__e1lZdq__pill{appearance:none;cursor:pointer;white-space:nowrap;padding:var(--tp-spacing-half) var(--tp-spacing-2);border-radius:var(--tp-radius-round);color:var(--tp-text-color-secondary);border-width:var(--tp-border-width-default);border-style:solid;border-color:var(--tp-surface-color-highlight);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);background:0 0}.filterPill-module__e1lZdq__pill:hover{border-color:var(--tp-text-color-secondary)}.filterPill-module__e1lZdq__selected{background:var(--tp-surface-interactive-selected);color:var(--tp-text-color-brand);border-color:var(--tp-text-color-brand)}.filterPill-module__e1lZdq__selected:hover{border-color:var(--tp-text-color-brand)}
.page-module__6b4gcW__container{max-width:1200px;padding-bottom:var(--tp-spacing-4)}.page-module__6b4gcW__noCardsContainer{padding:var(--tp-spacing-6);background:var(--color-background);border-radius:var(--tp-radius-4);border-width:var(--tp-radius-1);border-style:solid;border-color:var(--tp-border-color-secondary);justify-content:center;align-items:center;display:flex}.page-module__6b4gcW__noCardsMessage{color:var(--tp-text-color-secondary);font-style:italic}@media (max-width:768px){.page-module__6b4gcW__container{width:100%}}
.appPageHeader-module__qIRQfW__avatarLink{text-decoration:none;display:block}
.icon-module__skZX_G__iconContainer{justify-content:center;align-items:center;display:flex}.icon-module__skZX_G__iconContainer .icon-module__skZX_G__icon{fill:currentColor}
.RemoveFromListSheet-module__h-XitW__content{flex-direction:column;min-height:200px;display:flex}.RemoveFromListSheet-module__h-XitW__modal{max-width:480px}.RemoveFromListSheet-module__h-XitW__loading,.RemoveFromListSheet-module__h-XitW__error{padding:var(--tp-spacing-4);text-align:center}.RemoveFromListSheet-module__h-XitW__error{color:var(--tp-text-color-destructive)}.RemoveFromListSheet-module__h-XitW__emptyState{padding:var(--tp-spacing-8) var(--tp-spacing-4);color:var(--tp-text-color-secondary);justify-content:center;align-items:center;display:flex}.RemoveFromListSheet-module__h-XitW__listItems{margin:0;padding:0;list-style:none}.RemoveFromListSheet-module__h-XitW__listRow{all:unset;box-sizing:border-box;align-items:center;gap:var(--tp-spacing-3);width:100%;padding:var(--tp-spacing-3) var(--tp-spacing-4);cursor:pointer;transition:background var(--tp-transition-duration-fast) var(--tp-transition-easing-default);display:flex}.RemoveFromListSheet-module__h-XitW__listRow:hover{background:var(--tp-surface-color-secondary)}.RemoveFromListSheet-module__h-XitW__listRow:disabled{opacity:.5;cursor:default}.RemoveFromListSheet-module__h-XitW__icon{font-size:var(--tp-font-size-large);flex-shrink:0}.RemoveFromListSheet-module__h-XitW__listName{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-bold);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.RemoveFromListSheet-module__h-XitW__cardCount{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);color:var(--tp-text-color-secondary);white-space:nowrap;flex-shrink:0}.RemoveFromListSheet-module__h-XitW__spinner{border-width:var(--tp-radius-2);border-style:solid;border-color:var(--tp-border-color-primary);border-top-color:var(--tp-text-color-brand);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.6s linear infinite RemoveFromListSheet-module__h-XitW__spin}@keyframes RemoveFromListSheet-module__h-XitW__spin{to{transform:rotate(360deg)}}
.notFoundState-module__Dc-GxW__container{padding:var(--tp-spacing-6);text-align:center;justify-content:center;align-items:center;gap:var(--tp-spacing-2);flex-direction:column;min-height:50vh;display:flex}.notFoundState-module__Dc-GxW__icon{color:var(--tp-text-color-brand);margin-bottom:var(--tp-spacing-2)}.notFoundState-module__Dc-GxW__title{font-size:var(--tp-font-size-xl);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-primary)}.notFoundState-module__Dc-GxW__message{color:var(--tp-text-color-secondary);max-width:400px;line-height:var(--tp-line-height-normal)}.notFoundState-module__Dc-GxW__actions{gap:var(--tp-spacing-3);margin-top:var(--tp-spacing-2);display:flex}
.percentPill-module__uTbGUW__pill{align-items:center;gap:var(--tp-spacing-half);padding:var(--tp-spacing-half) var(--tp-spacing-1);border-radius:var(--tp-radius-round);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);font-variant-numeric:tabular-nums;white-space:nowrap;border-width:var(--tp-border-width-default);border-style:solid;border-color:#0000;display:inline-flex}.percentPill-module__uTbGUW__up{background:var(--tp-surface-color-success-wash);color:var(--tp-text-color-positive-value)}.percentPill-module__uTbGUW__down{background:var(--tp-surface-color-destructive-wash);color:var(--tp-text-color-negative-value)}.percentPill-module__uTbGUW__arrow{font-size:var(--tp-font-size-xs)}
.addToWishlistForm-module__rHoZ0G__form{flex-direction:column;flex:1;min-height:0;display:flex}.addToWishlistForm-module__rHoZ0G__title{align-items:center;gap:var(--tp-spacing-1);display:inline-flex}.addToWishlistForm-module__rHoZ0G__titleIcon{width:16px;height:16px;display:block}.addToWishlistForm-module__rHoZ0G__modal{min-width:640px}
.page-module__O0G0OW__pageHeader{grid-area:header}.page-module__O0G0OW__pageContent{grid-area:content}
.detailPanel-module__s10vlW__container{background-color:var(--tp-surface-color-secondary);border-radius:var(--tp-radius-4);padding:var(--tp-spacing-2);flex-direction:column;display:flex}.detailPanel-module__s10vlW__header{justify-content:space-between;align-items:center;display:flex}.detailPanel-module__s10vlW__sectionHeader{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);text-transform:uppercase;line-height:var(--tp-line-height-tight);margin:0}.detailPanel-module__s10vlW__columnsRow{gap:var(--tp-spacing-half);display:flex}.detailPanel-module__s10vlW__columnsRowDivider{border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-default)}.detailPanel-module__s10vlW__column{gap:var(--tp-spacing-half);padding:var(--tp-spacing-2) 0;flex-direction:column;flex:1 0 0;display:flex}.detailPanel-module__s10vlW__label{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-small);font-weight:var(--tp-font-weight-bold);color:var(--tp-text-color-secondary);text-transform:uppercase;line-height:var(--tp-line-height-tight)}.detailPanel-module__s10vlW__value{font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-regular);color:var(--tp-text-color-primary);line-height:var(--tp-line-height-tight)}.detailPanel-module__s10vlW__attributeRow{gap:var(--tp-spacing-half);padding:var(--tp-spacing-2) 0;flex-direction:column;display:flex}.detailPanel-module__s10vlW__attributeRowDivider{border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-default)}.detailPanel-module__s10vlW__fieldRow{justify-content:space-between;align-items:baseline;gap:var(--tp-spacing-2);padding:var(--tp-spacing-2) 0;display:flex}.detailPanel-module__s10vlW__fieldRowDivider{border-bottom:var(--tp-border-width-default) solid var(--tp-border-color-default)}.detailPanel-module__s10vlW__toggleButton{appearance:none;color:var(--tp-text-color-primary);font-family:var(--tp-font-family-body);font-size:var(--tp-font-size-medium);font-weight:var(--tp-font-weight-regular);line-height:var(--tp-line-height-tight);cursor:pointer;justify-content:center;align-items:center;gap:var(--tp-spacing-1);padding:var(--tp-spacing-2) var(--tp-spacing-4);border-radius:var(--tp-spacing-8);background-color:#0000;border:none;width:100%;display:flex}.detailPanel-module__s10vlW__toggleButton:hover{opacity:.8}.detailPanel-module__s10vlW__toggleButton:focus-visible{outline:2px solid var(--tp-surface-color-brand);outline-offset:2px}.detailPanel-module__s10vlW__toggleIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}
.bulkScanUpsellModal-module__7DRq7q__body{gap:var(--tp-spacing-2);padding:var(--tp-spacing-3) var(--tp-spacing-3) 0;margin-bottom:var(--tp-spacing-4);flex-direction:column;max-width:26rem;display:flex}.bulkScanUpsellModal-module__7DRq7q__actions{gap:var(--tp-spacing-2);padding:0 var(--tp-spacing-3) var(--tp-spacing-3);flex-direction:column-reverse;display:flex}.bulkScanUpsellModal-module__7DRq7q__actions button{width:100%}@media (min-width:768px){.bulkScanUpsellModal-module__7DRq7q__actions{flex-direction:row;justify-content:flex-end}.bulkScanUpsellModal-module__7DRq7q__actions button{width:auto}}
.wishlistTable-module__ATbmPG__header{padding-bottom:var(--tp-spacing-3)}.wishlistTable-module__ATbmPG__setCell{align-items:center;gap:var(--tp-spacing-1);display:flex}.wishlistTable-module__ATbmPG__iconContainer{flex-shrink:0;width:16px;height:16px;position:relative}.wishlistTable-module__ATbmPG__setIcon{filter:invert()}.wishlistTable-module__ATbmPG__countBadge{color:var(--tp-text-color-quantity)}