.market-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:none;align-items:center;justify-content:center;z-index:9999}.market-popup{background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:2rem;width:clamp(320px,95vw,1100px);max-width:800px;max-height:90vh;border-radius:6px;box-shadow:0 10px 30px rgba(var(--color-foreground),.2);text-align:left;position:relative}.market-popup__close{all:unset;position:absolute;right:1rem;top:1rem;color:var(--color-foreground);border:none;cursor:pointer;padding:0;background:none}.market-popup__close-icon{width:24px;height:24px;color:var(--color-foreground)}.market-popup__title{text-align:left;font-size:3rem;margin:0 0 1rem}.market-popup__description{text-align:left;color:var(--color-secondary-text);margin:0 0 3rem;line-height:1.5;font-size:16px}.market-popup__section{display:flex;flex-direction:column;width:100%;margin:0 auto 2rem}.market-popup__market-options{display:grid;grid-template-columns:1fr;gap:6px;flex:1}.option-button{width:100%;display:grid;gap:6px;align-items:center;padding:10px 12px;border:1px solid rgb(var(--color-border-input));border-radius:6px;background:rgb(var(--color-background));cursor:pointer;text-align:left;transition:all .2s ease}.option-button:hover{border-color:rgb(var(--color-border-input-hover));background:rgba(var(--color-foreground),.05)}.option-button.selected{border-color:rgb(var(--color-accent));background:rgba(var(--color-accent),.1)}.option-button--market{grid-template-columns:18px 1fr auto}.option-button .disclosure__link--flag{width:16px;height:16px;background-size:cover;background-position:center;background-repeat:no-repeat;border:none;border-radius:50%}.option-button .disclosure__link--flag:before{width:100%!important;height:100%!important}.option-button__name,.option-button__curr{font-weight:500;color:rgb(var(--color-foreground))}.market-popup__actions{display:flex;justify-content:flex-end;padding-top:1rem}.market-popup__continue{padding:12px 24px;background:rgb(var(--color-accent));color:rgb(var(--color-button-text));border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease}.market-popup__continue:hover:not(:disabled){background:rgba(var(--color-accent),.8)}.market-popup__continue:disabled{background:var(--text-subtle);cursor:not-allowed}@media (max-width: 480px){.market-popup{padding:1.5rem;max-width:95vw;margin:1rem}.market-popup__title{margin-bottom:.75rem}.market-popup__description{margin-bottom:2rem}.market-popup__sections{gap:.75rem;margin-bottom:1.5rem}.market-popup__market-options{gap:4px}.option-button{padding:8px 10px;gap:4px}.option-button--market{grid-template-columns:16px 1fr auto}.option-button .disclosure__link--flag{width:16px;height:16px;aspect-ratio:1 / 1;background-size:cover;background-position:center;border-radius:50%}.market-popup__continue{padding:10px 20px}}@media (min-width: 481px) and (max-width: 768px){.market-popup{padding:2rem;max-width:90vw}}@media (min-width: 769px){.market-popup{max-width:800px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/market-popup.css.map */
