.div1-wallet-modal{width:100%;max-width:540px;max-height:none!important;height:auto!important;background:var(--blue-800);border-radius:1rem;padding:0;color:#fff;border:1px solid var(--grey-400);animation:modalPop .25s ease-out;position:relative;overflow:hidden!important;display:flex;flex-direction:column;z-index:10}.div1-wallet-modal .bottom-blob,.div1-wallet-modal .top-blob{position:absolute;width:60%;background:var(--purple-500)}.div1-wallet-modal .bottom-blob,.div1-wallet-modal .top-blob{left:50%;transform:translateX(-50%);height:50%;border-radius:100%;filter:blur(76px);opacity:.6;pointer-events:none;z-index:0}.div1-wallet-modal .top-blob{top:-164px;width:50%;background:var(--primary-purple)}.div1-wallet-modal .bottom-blob{bottom:-148px}.div1-wallet-modal .modal-body{padding:30px 1.25rem;overflow-y:auto;flex:1}@media(min-width:768px){.div1-wallet-modal .modal-body{padding:1.75rem}}.div1-wallet-modal::-webkit-scrollbar{width:0;height:0}.div1-wallet-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media(min-width:768px){.div1-wallet-modal .modal-header{margin-bottom:1.5rem}}.div1-wallet-modal .modal-header .title-row{display:flex;align-items:center;gap:.875rem;position:relative}@media(min-width:768px){.div1-wallet-modal .modal-header .title-row{gap:1.4375rem}}.div1-wallet-modal .modal-header .title-row .header-icon{width:3.125rem;height:3.125rem;display:grid;place-items:center}@media(min-width:768px){.div1-wallet-modal .modal-header .title-row .header-icon{width:4.5625rem;height:4.625rem}}.div1-wallet-modal .modal-header .title-row .header-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.div1-wallet-modal .modal-header .title-row .title{font-size:1.375rem;font-weight:600}@media(min-width:768px){.div1-wallet-modal .modal-header .title-row .title{font-size:1.875rem}}.div1-wallet-modal .modal-header .close-btn{padding:.375rem;display:flex;align-items:center;justify-content:center;transition:.2s ease;border-radius:.25rem;position:relative;background:rgba(0,0,0,0);border:none;cursor:pointer;flex-shrink:0;margin-left:auto;z-index:9}.div1-wallet-modal .modal-header .close-btn:hover{background:hsla(0,0%,100%,.15)}.div1-wallet-modal .currency-section .currency-list{background:var(--blue-500);border-radius:.75rem;overflow:hidden;padding:.5rem;position:relative;z-index:9}.div1-wallet-modal .currency-section .currency-list .currency-header{font-size:.95rem;color:#fff;display:flex;justify-content:space-between;padding:.45rem 1rem .85rem;font-weight:400}.div1-wallet-modal .currency-section .currency-list .currency-container{padding:.5rem}.div1-wallet-modal .currency-section .currency-list .divider{width:100%;height:1px;background:hsla(0,0%,100%,.08)}.div1-wallet-modal .currency-section .currency-list .divider.muted{background:hsla(0,0%,100%,.05)}.div1-wallet-modal .currency-section .currency-list .currency-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem .1rem}.div1-wallet-modal .currency-section .currency-list .currency-item:last-child{border-bottom:none}.div1-wallet-modal .currency-section .currency-list .currency-item .currency-left{display:flex;gap:.75rem;align-items:center}.div1-wallet-modal .currency-section .currency-list .currency-item .currency-left .coin-icon{width:2rem;height:2rem;display:grid;place-items:center}@media(min-width:768px){.div1-wallet-modal .currency-section .currency-list .currency-item .currency-left .coin-icon{width:2.5rem;height:2.5rem}}.div1-wallet-modal .currency-section .currency-list .currency-item .currency-left .coin-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.div1-wallet-modal .currency-section .currency-list .currency-item .currency-left .currency-meta .currency-code{font-weight:500;font-size:.9375rem}.div1-wallet-modal .currency-section .currency-list .currency-item .currency-left .currency-meta .currency-name{color:#9b9bb3;font-size:.75rem}.div1-wallet-modal .currency-section .currency-list .currency-item .currency-value{text-align:right;font-weight:600;font-size:.9375rem}.div1-wallet-modal .wallet-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:30px;position:relative;z-index:99}.div1-wallet-modal .wallet-actions .wallet-btn{padding:.875rem 1rem;border-radius:.625rem;font-size:.9375rem;font-weight:500;transition:.2s ease}.div1-wallet-modal .wallet-actions .wallet-btn.wallet-btn-secondary{background:var(--blue-500);box-shadow:inset 0 4px 16px rgba(238,238,238,.1),inset 0 -4px 16px rgba(238,238,238,.1);color:#cfcfe1}.div1-wallet-modal .wallet-actions .wallet-btn.wallet-btn-secondary:hover{background:hsla(0,0%,100%,.1)}.div1-wallet-modal .wallet-actions .wallet-btn.wallet-btn-primary{background:#7c4dff;color:#fff}.div1-wallet-modal .wallet-actions .wallet-btn.wallet-btn-primary:hover{background:#6d3de8}.purchase-chips-modal{width:100%;max-width:540px;max-height:none!important;height:auto!important;background:var(--blue-800);border-radius:1rem;padding:0;color:#fff;border:1px solid var(--grey-400);animation:modalPop .25s ease-out;position:relative;overflow:hidden!important;display:flex;flex-direction:column;z-index:10}@media(max-width:768px){.purchase-chips-modal{max-height:88vh;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none;border-left:none;border-right:none}}.purchase-chips-modal .bottom-blob,.purchase-chips-modal .top-blob{position:absolute;width:60%;background:var(--purple-500)}.purchase-chips-modal .bottom-blob,.purchase-chips-modal .top-blob{left:50%;transform:translateX(-50%);height:50%;border-radius:100%;filter:blur(48px);opacity:.6;pointer-events:none;z-index:0}.purchase-chips-modal .top-blob{top:-285px;width:50%;background:var(--primary-purple)}.purchase-chips-modal .bottom-blob{bottom:-317px}.purchase-chips-modal .modal-body{padding:1.25rem 1rem;overflow-y:auto;flex:1}@media(min-width:768px){.purchase-chips-modal .modal-body{padding:1.5rem 1.25rem}}.purchase-chips-modal::-webkit-scrollbar{width:.375rem}.purchase-chips-modal::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}.purchase-chips-modal::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:.1875rem}.purchase-chips-modal::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.purchase-chips-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}@media(max-width:768px){.purchase-chips-modal .modal-header{margin-bottom:24px}}.purchase-chips-modal .modal-header .title-row{display:flex;align-items:center;gap:.625rem;position:relative;z-index:9}.purchase-chips-modal .modal-header .title-row .back-btn svg{width:17px;height:17px}.purchase-chips-modal .modal-header .title-row .back-btn{padding:.5rem;display:flex;align-items:center;justify-content:center;transition:.2s ease;border-radius:.25rem}.purchase-chips-modal .modal-header .title-row .back-btn svg{width:.75rem;height:.95rem}.purchase-chips-modal .modal-header .title-row .back-btn:hover{background:hsla(0,0%,100%,.15)}.purchase-chips-modal .modal-header .title-row .header-icon{width:3.125rem;height:3.125rem;display:grid;place-items:center}.purchase-chips-modal .modal-header .title-row .header-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.purchase-chips-modal .modal-header .title-row .title{font-size:1.25rem;font-weight:600}@media(min-width:768px){.purchase-chips-modal .modal-header .title-row .title{font-size:1.5rem}}.purchase-chips-modal .modal-header .close-btn{padding:.5rem;display:flex;align-items:center;justify-content:center;transition:.2s ease;border-radius:.25rem}.purchase-chips-modal .modal-header .close-btn:hover{background:hsla(0,0%,100%,.15)}.purchase-chips-modal .purchase-back-section{margin-bottom:30px}@media(max-width:768px){.purchase-chips-modal .purchase-back-section{margin-bottom:24px}}.purchase-chips-modal .purchase-back-section .purchase-back-link{display:flex;align-items:center;gap:.5rem;background:rgba(0,0,0,0);border:none;color:#9b9bb3;font-size:24px;font-weight:500;cursor:pointer;transition:color .2s;padding:0}@media(max-width:768px){.purchase-chips-modal .purchase-back-section .purchase-back-link{font-size:20px}}.purchase-chips-modal .purchase-back-section .purchase-back-link svg{width:24px;height:24px}@media(max-width:768px){.purchase-chips-modal .purchase-back-section .purchase-back-link svg{width:20px;height:20px}}.purchase-chips-modal .purchase-back-section .purchase-back-link:hover{color:#cfcfe1}.purchase-chips-modal .bundles-section .bundles-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0 0 .25rem}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-title{font-size:1.375rem}}.purchase-chips-modal .bundles-section .bundles-subtitle{font-size:14px;font-weight:300;color:#b5b5b5;margin:0 0 30px}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-subtitle{font-size:12px;margin:0 0 24px}}.purchase-chips-modal .bundles-section .bundles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem;margin-bottom:.75rem}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid{gap:.5rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card{background:linear-gradient(180deg,rgba(26,27,32,.6),rgba(18,19,24,.8));border:1px solid hsla(0,0%,100%,.06);border-radius:.625rem;transition:all .2s;position:relative;min-height:0}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card{border-radius:.75rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card:hover{background:linear-gradient(180deg,rgba(30,31,37,.7),rgba(22,23,28,.9));border-color:var(--primary-purple);transform:translateY(-.125rem)}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content{display:flex;flex-direction:column;align-items:center;gap:.375rem;background-color:var(--background-secondary);border-radius:.75rem}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content{gap:.5rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row{display:flex;align-items:center;gap:.625rem;width:100%;padding:.3125rem .4375rem;background:#232325;border-radius:.5rem .5rem 0 0;margin-bottom:.1875rem}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row{padding:.375rem .5rem;border-radius:.5rem .5rem 0 0}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row .chips-icon-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row .chips-icon-wrapper{width:1.75rem;height:1.75rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row .chips-icon-wrapper .chips-icon-small{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row .chips-amount-wrapper{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row .chips-amount-wrapper .chips-amount{font-size:.625rem;font-weight:500;color:#fff;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row .chips-amount-wrapper .chips-amount{font-size:.6875rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row .chips-amount-wrapper .chips-label{font-size:.65rem;font-weight:400;color:#7a7a8c;line-height:1.1}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-row .chips-amount-wrapper .chips-label{font-size:.625rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper{display:flex;flex-direction:column;align-items:center;gap:.375rem;width:100%;padding:.5rem .375rem}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper{padding:.625rem .5rem;gap:.5rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-chips-image{width:100%;height:2.5rem;display:flex;align-items:center;justify-content:center;margin:.125rem 0}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-chips-image{height:3rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-chips-image img{max-width:80%;max-height:100%;-o-object-fit:contain;object-fit:contain}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-free-chips{display:flex;flex-direction:column;align-items:center;gap:0;width:100%;margin-bottom:.1875rem}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-free-chips .free-chips-amount{font-size:1.125rem;font-weight:500;color:#fff;line-height:1}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-free-chips .free-chips-amount{font-size:1.25rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-free-chips .free-chips-label{font-size:.65rem;font-weight:400;color:#7a7a8c;line-height:2}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-free-chips .free-chips-label{font-size:.75rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-price-btn{width:100%;padding:.5rem;background:var(--primary-purple);color:#fff;border:none;border-radius:.9rem;font-size:.85rem;font-weight:400;cursor:pointer;transition:all .2s}@media(min-width:768px){.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-price-btn{padding:.625rem .5rem;font-size:1rem}}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-price-btn:hover{background:linear-gradient(180deg,#9d6dff,#8b4aff);transform:translateY(-.0625rem)}.purchase-chips-modal .bundles-section .bundles-grid .bundle-card .bundle-content .bundle-chips-wrapper .bundle-price-btn:active{transform:translateY(0) scale(.98)}.purchase-chips-modal .bundles-section .max-buy-notice{text-align:center;font-size:.6875rem;font-weight:400;color:var(--white-1000);padding:20px 0 0;z-index:9;position:relative}@media(min-width:768px){.purchase-chips-modal .bundles-section .max-buy-notice{font-size:.75rem}}.purchase-chips-modal .divider{width:100%;height:1px;background:var(--grey-400);margin:.625rem 0}.purchase-chips-modal .divider.muted{background:var(--grey-400)}.modal-backdrop{background:rgba(0,0,0,.7);backdrop-filter:blur(6px)}@keyframes modalPop{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.purchase-window-modal{width:100%;max-width:540px;max-height:auto;min-height:425px;background:var(--blue-800);border-radius:1rem;padding:0;color:#fff;border:1px solid var(--grey-400);animation:modalPop .25s ease-out;position:relative;overflow:hidden!important;display:flex;flex-direction:column;z-index:10}.purchase-window-modal .bottom-blob,.purchase-window-modal .top-blob{z-index:0!important}.purchase-window-modal .top-blob{top:-164px;filter:blur(46px)}.purchase-window-modal .bottom-blob,.purchase-window-modal .top-blob{position:absolute;left:50%;transform:translateX(-50%);width:50%;height:50%;background:var(--primary-purple);border-radius:100%;opacity:.25;pointer-events:none;z-index:0}.purchase-window-modal .bottom-blob{bottom:-260px;filter:blur(76px)}.purchase-window-modal .modal-body{padding:clamp(20px,3vw,28px);overflow-y:auto;flex:1;display:flex;flex-direction:column;position:relative;z-index:1}.purchase-window-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(12px,2vw,16px)}.purchase-window-modal .modal-header .title-row{display:flex;align-items:center;gap:.625rem}.purchase-window-modal .modal-header .title-row .back-btn{padding:.5rem;display:flex;align-items:center;justify-content:center;transition:.2s ease;border-radius:.25rem}.purchase-window-modal .modal-header .title-row .back-btn svg{width:.75rem;height:.95rem}.purchase-window-modal .modal-header .title-row .back-btn:hover{background:hsla(0,0%,100%,.15)}.purchase-window-modal .modal-header .title-row .title{font-size:1.25rem;font-weight:700;letter-spacing:.075rem}@media(min-width:768px){.purchase-window-modal .modal-header .title-row .title{font-size:1.5rem}}.purchase-window-modal .modal-header .close-btn{padding:.375rem;display:flex;align-items:center;justify-content:center;transition:.2s ease}.purchase-window-modal .modal-header .close-btn:hover{background:hsla(0,0%,100%,.15);border-radius:.25rem}.purchase-window-modal .purchase-summary{background:var(--field-background-2);border-radius:clamp(10px,1.5vw,12px);padding:.25rem .5rem;margin-bottom:clamp(12px,2vw,16px)}.purchase-window-modal .purchase-summary .summary-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem .3rem}.purchase-window-modal .purchase-summary .summary-item .summary-label{font-size:clamp(12px,1.8vw,14px);color:var(--nav-text);font-weight:200}.purchase-window-modal .purchase-summary .summary-item .summary-value{display:flex;align-items:center;gap:clamp(6px,1vw,8px);font-size:clamp(12px,1.8vw,14px);font-weight:500}.purchase-window-modal .purchase-summary .summary-item .summary-value .chip-icon-tiny{width:clamp(16px,2.5vw,20px);height:clamp(16px,2.5vw,20px);-o-object-fit:contain;object-fit:contain}.purchase-window-modal .purchase-summary .summary-item .summary-value-text{font-size:clamp(13px,2vw,15px);font-weight:500}.purchase-window-modal .purchase-summary .summary-divider{width:100%;height:1px;background:hsla(0,0%,100%,.08)}.purchase-window-modal .section-title{font-size:clamp(13px,2vw,15px);font-weight:400;color:#fff;margin-bottom:clamp(8px,1.2vw,10px)}.purchase-window-modal .payment-method-section{margin-bottom:clamp(16px,2.5vw,20px)}.purchase-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display{gap:clamp(10px,1.5vw,12px)}.purchase-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-icon{font-size:clamp(16px,2.5vw,20px);color:var(--nav-text)}.purchase-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-placeholder{color:#7a7a8c}.purchase-window-modal .payment-method-selector .payment-method-dropdown .dropdown-arrow{color:#9b9bb3}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu{background:rgba(26,27,32,.98);padding:clamp(4px,.6vw,6px);max-height:200px}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option{gap:clamp(10px,1.5vw,12px);position:relative}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .payment-method-icon{font-size:clamp(16px,2.5vw,20px);color:var(--nav-text)}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .check-icon{color:var(--primary-purple)}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option.active{background:var(--primary-purple)}.purchase-window-modal .payment-form-section{margin-bottom:clamp(12px,2.5vw,16px)}.purchase-window-modal .payment-form-section .form-group:last-child{margin-bottom:0}.purchase-window-modal .payment-form-section .form-group .form-label{font-weight:500;color:#fff}.purchase-window-modal .payment-form-section .form-group .form-input{padding:clamp(10px,1.5vw,12px) clamp(10px,2vw,12px);color:#fff;outline:none}.purchase-window-modal .payment-form-section .form-group .form-input::-moz-placeholder{color:#7a7a8c}.purchase-window-modal .payment-form-section .form-group .form-input::placeholder{color:#7a7a8c}.purchase-window-modal .payment-form-section .form-group .form-input:focus{background:rgba(26,27,32,.8)}.purchase-window-modal .payment-form-section .form-group .form-input:disabled{opacity:.6;cursor:not-allowed}.purchase-window-modal .payment-form-section .form-group .error-text{color:#f44;font-size:clamp(11px,1.6vw,12px);margin-top:clamp(4px,.6vw,6px)}.purchase-window-modal .payment-form-section .form-row .form-group{margin-bottom:0}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display{gap:clamp(10px,1.5vw,12px)}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-image-wrapper{width:clamp(20px,3.5vw,24px);height:clamp(20px,3.5vw,24px);flex-shrink:0}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-image-wrapper .crypto-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:50%}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-name{color:#fff}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-ticker{color:#9b9bb3}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-placeholder{color:#7a7a8c}.purchase-window-modal .crypto-selector .crypto-dropdown .dropdown-arrow{color:#9b9bb3}.purchase-window-modal .crypto-selector .crypto-dropdown-menu{background:rgba(26,27,32,.98);backdrop-filter:blur(10px);max-height:clamp(280px,40vh,350px)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search{padding:clamp(8px,1.2vw,12px);border-bottom:1px solid hsla(0,0%,100%,.08);background:rgba(35,35,37,.5)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input{padding:clamp(8px,1.2vw,10px) clamp(10px,1.5vw,12px);outline:none}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input::-moz-placeholder{color:#7a7a8c}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input::placeholder{color:#7a7a8c}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list::-webkit-scrollbar{width:6px}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option{padding:clamp(10px,1.5vw,12px) clamp(12px,2vw,14px);border:none}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info{gap:clamp(10px,1.5vw,12px)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image-wrapper{width:clamp(20px,3.5vw,24px);height:clamp(20px,3.5vw,24px);flex-shrink:0}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image-wrapper .crypto-image{-o-object-fit:contain;object-fit:contain;border-radius:50%}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-ticker{color:#9b9bb3}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option:hover{background:rgba(124,77,255,.1)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option.active{background:rgba(124,77,255,.15)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .no-results{padding:clamp(16px,2.5vw,20px);color:#7a7a8c}.purchase-window-modal .crypto-amount-info .loading-text{font-size:clamp(12px,1.8vw,14px);color:#7c7c8c;padding:clamp(8px,1.2vw,10px)}.purchase-window-modal .crypto-amount-info .crypto-conversion-display{gap:clamp(12px,2vw,16px);padding:clamp(10px,2vw,12px);background:rgba(26,27,32,.4);border-radius:clamp(8px,1.2vw,10px)}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-amount .amount-label{font-weight:600;color:#fff}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion{gap:clamp(8px,1.2vw,10px)}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .crypto-icon-wrapper{width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px)}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .crypto-icon-wrapper .crypto-icon{border-radius:50%}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .conversion-amount{font-size:clamp(14px,2.2vw,16px);color:#fff}.purchase-window-modal .crypto-amount-info .crypto-disclaimer{font-size:clamp(11px,1.6vw,12px);text-align:center;margin-top:clamp(8px,1.2vw,10px)}.purchase-window-modal .crypto-amount-info .crypto-error{color:#f44;font-size:clamp(11px,1.6vw,12px);margin-top:clamp(8px,1.2vw,10px);padding:clamp(8px,1.2vw,10px);background:rgba(255,68,68,.1);border-radius:clamp(6px,1vw,8px);line-height:1.4}.purchase-window-modal .purchase-btn-large{padding:clamp(14px,2.5vw,18px);border-radius:clamp(8px,1.2vw,10px);font-weight:700}.purchase-window-modal .purchase-btn-large:hover:not(:disabled){background:linear-gradient(180deg,#9d6dff,#8b4aff);transform:translateY(-1px)}.purchase-window-modal .purchase-btn-large:active{transform:translateY(0) scale(.98)}.redeem-window-modal{width:95%;max-width:min(500px,90vw);max-height:auto;min-height:350px;background:var(--blue-800);border-radius:clamp(12px,2vw,18px);padding:0;color:#fff;border:1px solid var(--grey-400);animation:modalPop .25s ease-out;position:relative;overflow:hidden;display:flex;flex-direction:column}.redeem-window-modal .bottom-blob,.redeem-window-modal .top-blob{z-index:0!important}.redeem-window-modal .top-blob{top:-164px;filter:blur(46px)}.redeem-window-modal .bottom-blob,.redeem-window-modal .top-blob{position:absolute;left:50%;transform:translateX(-50%);width:50%;height:50%;background:var(--primary-purple);border-radius:100%;opacity:.25;pointer-events:none;z-index:0}.redeem-window-modal .bottom-blob{bottom:-260px;filter:blur(76px)}.redeem-window-modal .modal-body{padding:clamp(20px,3vw,28px);overflow-y:auto;flex:1;display:flex;flex-direction:column;position:relative;z-index:1}.redeem-window-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:clamp(12px,2vw,16px)}.redeem-window-modal .modal-header .title-row{display:flex;align-items:center;gap:.625rem}.redeem-window-modal .modal-header .title-row .back-btn{padding:.5rem;display:flex;align-items:center;justify-content:center;transition:.2s ease;border-radius:.25rem}.redeem-window-modal .modal-header .title-row .back-btn svg{width:.75rem;height:.95rem}.redeem-window-modal .modal-header .title-row .back-btn:hover{background:hsla(0,0%,100%,.15)}.redeem-window-modal .modal-header .title-row .title{font-size:1.25rem;font-weight:700;letter-spacing:.075rem}@media(min-width:768px){.redeem-window-modal .modal-header .title-row .title{font-size:1.5rem}}.redeem-window-modal .modal-header .close-btn{padding:.375rem;display:flex;align-items:center;justify-content:center;transition:.2s ease}.redeem-window-modal .modal-header .close-btn:hover{background:hsla(0,0%,100%,.15);border-radius:.25rem}.redeem-window-modal .purchase-summary{background:var(--field-background-2);border-radius:clamp(10px,1.5vw,12px);padding:.25rem .5rem;margin-bottom:clamp(12px,2vw,16px)}.redeem-window-modal .purchase-summary .summary-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem .3rem}.redeem-window-modal .purchase-summary .summary-item .summary-label{font-size:clamp(12px,1.8vw,14px);color:var(--nav-text);font-weight:200}.redeem-window-modal .purchase-summary .summary-item .summary-value{display:flex;align-items:center;gap:clamp(6px,1vw,8px);font-size:clamp(12px,1.8vw,14px);font-weight:500}.redeem-window-modal .purchase-summary .summary-item .summary-value .chip-icon-tiny{width:clamp(16px,2.5vw,20px);height:clamp(16px,2.5vw,20px);-o-object-fit:contain;object-fit:contain}.redeem-window-modal .purchase-summary .summary-item .summary-value-text{font-size:clamp(13px,2vw,15px);font-weight:500}.redeem-window-modal .purchase-summary .summary-divider{width:100%;height:1px;background:hsla(0,0%,100%,.08)}.redeem-window-modal .section-title{font-size:clamp(13px,2vw,14px);font-weight:400;color:#fff;margin-bottom:clamp(8px,1.2vw,10px)}.redeem-window-modal .payment-method-section{margin-bottom:clamp(16px,2.5vw,20px)}.redeem-window-modal .payment-method-selector .payment-method-dropdown{padding:clamp(12px,2vw,12px)}.redeem-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display{gap:clamp(10px,1.5vw,12px)}.redeem-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-icon{font-size:clamp(16px,2.5vw,20px);color:var(--nav-text)}.redeem-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-placeholder{color:#7a7a8c}.redeem-window-modal .payment-method-selector .payment-method-dropdown .dropdown-arrow{color:#9b9bb3}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu{background:rgba(26,27,32,.98);padding:clamp(4px,.6vw,6px);max-height:200px}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option{gap:clamp(10px,1.5vw,12px);position:relative}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .payment-method-icon{font-size:clamp(16px,2.5vw,20px);color:var(--nav-text)}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .check-icon{color:var(--primary-purple)}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option.active{background:var(--primary-purple)}.redeem-window-modal .payment-form-section{margin-bottom:clamp(12px,2.5vw,16px)}.redeem-window-modal .payment-form-section .form-group:last-child{margin-bottom:0}.redeem-window-modal .payment-form-section .form-group .form-label{font-weight:500;color:#fff}.redeem-window-modal .payment-form-section .form-group .form-input{padding:clamp(10px,1.5vw,12px) clamp(10px,2vw,12px);color:#fff;outline:none}.redeem-window-modal .payment-form-section .form-group .form-input::-moz-placeholder{color:#7a7a8c}.redeem-window-modal .payment-form-section .form-group .form-input::placeholder{color:#7a7a8c}.redeem-window-modal .payment-form-section .form-group .form-input:focus{background:rgba(26,27,32,.8)}.redeem-window-modal .payment-form-section .form-group .form-input:disabled{opacity:.6;cursor:not-allowed}.redeem-window-modal .payment-form-section .form-group .error-text{color:#f44;font-size:clamp(11px,1.6vw,12px);margin-top:clamp(4px,.6vw,6px)}.redeem-window-modal .payment-form-section .form-row .form-group{margin-bottom:0}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display{gap:clamp(10px,1.5vw,12px)}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-image-wrapper{width:clamp(20px,3.5vw,24px);height:clamp(20px,3.5vw,24px);flex-shrink:0}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-image-wrapper .crypto-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:50%}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-name{color:#fff}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-ticker{color:#9b9bb3}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-placeholder{color:#7a7a8c}.redeem-window-modal .crypto-selector .crypto-dropdown .dropdown-arrow{color:#9b9bb3}.redeem-window-modal .crypto-selector .crypto-dropdown-menu{background:rgba(26,27,32,.98);backdrop-filter:blur(10px);max-height:clamp(280px,40vh,350px)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search{padding:clamp(8px,1.2vw,12px);border-bottom:1px solid hsla(0,0%,100%,.08);background:rgba(35,35,37,.5)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input{padding:clamp(8px,1.2vw,10px) clamp(10px,1.5vw,12px);outline:none}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input::-moz-placeholder{color:#7a7a8c}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input::placeholder{color:#7a7a8c}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list::-webkit-scrollbar{width:6px}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option{padding:clamp(10px,1.5vw,12px) clamp(12px,2vw,14px);border:none}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info{gap:clamp(10px,1.5vw,12px)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image-wrapper{width:clamp(20px,3.5vw,24px);height:clamp(20px,3.5vw,24px);flex-shrink:0}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image-wrapper .crypto-image{-o-object-fit:contain;object-fit:contain;border-radius:50%}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-ticker{color:#9b9bb3}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option:hover{background:rgba(124,77,255,.1)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option.active{background:rgba(124,77,255,.15)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .no-results{padding:clamp(16px,2.5vw,20px);color:#7a7a8c}.redeem-window-modal .crypto-amount-info .loading-text{font-size:clamp(12px,1.8vw,14px);color:#7c7c8c;padding:clamp(8px,1.2vw,10px)}.redeem-window-modal .crypto-amount-info .crypto-conversion-display{gap:clamp(12px,2vw,16px);padding:clamp(10px,2vw,12px);background:rgba(26,27,32,.4);border-radius:clamp(8px,1.2vw,10px)}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-amount .amount-label{font-weight:600;color:#fff}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion{gap:clamp(8px,1.2vw,10px)}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .crypto-icon-wrapper{width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px)}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .crypto-icon-wrapper .crypto-icon{border-radius:50%}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .conversion-amount{font-size:clamp(14px,2.2vw,16px);color:#fff}.redeem-window-modal .crypto-amount-info .crypto-disclaimer{font-size:clamp(11px,1.6vw,12px);text-align:center;margin-top:clamp(8px,1.2vw,10px)}.redeem-window-modal .crypto-amount-info .crypto-error{color:#f44;font-size:clamp(11px,1.6vw,12px);margin-top:clamp(8px,1.2vw,10px);background:rgba(255,68,68,.1);line-height:1.4}.redeem-window-modal .purchase-btn-large{padding:clamp(14px,2.5vw,18px);border-radius:clamp(8px,1.2vw,10px);font-weight:700}.redeem-window-modal .purchase-btn-large:hover:not(:disabled){background:linear-gradient(180deg,#9d6dff,#8b4aff);transform:translateY(-1px)}.redeem-window-modal .purchase-btn-large:active{transform:translateY(0) scale(.98)}@media screen and (max-width:767.98px){.mobile-view{align-items:end!important;padding:0!important}}@media(max-width:768px){.div1-wallet-modal,.purchase-window-modal,.redeem-window-modal{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none;border-left:none;border-right:none}.purchase-chips-modal,.purchase-window-modal,.redeem-window-modal{max-width:100vw;width:100%}}.purchase-window-modal .payment-form-section,.purchase-window-modal .payment-method-section{margin-bottom:clamp(12px,2.5vw,16px)}.purchase-window-modal .payment-method-selector{position:relative}.purchase-window-modal .payment-method-selector .payment-method-dropdown{width:100%;background:var(--field-background-2);border-radius:clamp(8px,1.2vw,10px);padding:clamp(10px,2vw,12px);display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s;color:#fff}.purchase-window-modal .payment-method-selector .payment-method-dropdown:hover{border-color:var(--primary-purple)}.purchase-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display{display:flex;align-items:center;gap:clamp(8px,1.2vw,12px);flex:1}.purchase-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-icon{font-size:clamp(18px,2.5vw,22px)}.purchase-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-name{font-size:clamp(13px,2vw,15px);font-weight:500}.purchase-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-placeholder{font-size:clamp(13px,2vw,15px);color:#7c7c8c}.purchase-window-modal .payment-method-selector .payment-method-dropdown .dropdown-arrow{transition:transform .2s;display:flex;align-items:center;justify-content:center}.purchase-window-modal .payment-method-selector .payment-method-dropdown .dropdown-arrow.rotate-180{transform:rotate(180deg)}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:rgba(26,27,32,.95);backdrop-filter:blur(10px);border-radius:clamp(8px,1.2vw,10px);padding:clamp(3px,.5vw,3px);z-index:100;max-height:150px;overflow-y:auto;box-shadow:0 8px 24px rgba(0,0,0,.4)}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option{width:100%;display:flex;align-items:center;gap:clamp(8px,1.2vw,12px);padding:clamp(10px,1.5vw,12px);border-radius:clamp(6px,1vw,8px);cursor:pointer;transition:all .2s;color:#fff;border:none;background:rgba(0,0,0,0)}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option:last-child{margin-bottom:0}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option:hover{background:var(--primary-purple);color:var(--nav-text)}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .payment-method-icon{font-size:clamp(18px,2.5vw,22px)}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .payment-method-name{font-size:clamp(13px,2vw,15px);font-weight:500;flex:1;text-align:left}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .check-icon{color:var(--nav-text);background:var(--primary-purple);border-radius:50%;width:1.15rem;height:1.15rem;padding:.15rem;display:flex;align-items:center;justify-content:center;font-size:clamp(10px,1.5vw,12px)}.purchase-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .check-icon:hover{color:var(--primary-purple);background:var(--nav-text)}.purchase-window-modal .payment-form-section .form-group{margin-bottom:clamp(14px,2vw,16px)}.purchase-window-modal .payment-form-section .form-group .form-label{display:block;font-size:clamp(12px,1.8vw,14px);font-weight:400;color:var(--nav-text);margin-bottom:clamp(6px,1vw,8px)}.purchase-window-modal .payment-form-section .form-group .form-input{width:100%;background:var(--field-background-2);border-radius:clamp(8px,1.2vw,10px);padding:clamp(10px,2vw,12px);font-size:clamp(13px,2vw,15px);color:var(--nav-text);transition:all .2s}.purchase-window-modal .payment-form-section .form-group .form-input:focus{border-color:var(--primary-purple)}.purchase-window-modal .payment-form-section .form-group .form-input::-moz-placeholder{color:#7c7c8c}.purchase-window-modal .payment-form-section .form-group .form-input::placeholder{color:#7c7c8c}.purchase-window-modal .payment-form-section .form-group .vgs-field-container{background:var(--field-background-2);border-radius:clamp(8px,1.2vw,10px);padding:clamp(12px,2vw,14px);min-height:44px;max-height:48px;height:48px;transition:all .2s;display:flex;align-items:center}.purchase-window-modal .payment-form-section .form-group .vgs-field-container:focus-within{border-color:var(--primary-purple);background:#202128}.purchase-window-modal .payment-form-section .form-group .vgs-field-container iframe{height:24px!important;max-height:24px!important;width:100%!important}.purchase-window-modal .payment-form-section .form-row{display:flex;gap:clamp(10px,1.5vw,12px)}.purchase-window-modal .payment-form-section .form-row .form-group{flex:1}.purchase-window-modal .payment-form-section .loading-text{font-size:clamp(12px,1.8vw,14px);color:#7c7c8c;text-align:center;padding:clamp(8px,1.2vw,10px)}.purchase-window-modal .crypto-selector{position:relative}.purchase-window-modal .crypto-selector .crypto-dropdown{width:100%;background:var(--field-background-2);border-radius:clamp(8px,1.2vw,10px);padding:clamp(10px,2vw,12px);display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s;color:#fff}.purchase-window-modal .crypto-selector .crypto-dropdown:hover{background:#202128;border-color:var(--primary-purple)}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display{display:flex;align-items:center;gap:clamp(6px,1vw,8px);flex:1}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-name{font-size:clamp(13px,2vw,15px);font-weight:500}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-ticker{font-size:clamp(12px,1.8vw,14px);color:#7c7c8c}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-placeholder{font-size:clamp(13px,2vw,15px);color:#7c7c8c}.purchase-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-image{width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px);-o-object-fit:contain;object-fit:contain;margin-right:clamp(6px,1vw,8px);filter:brightness(0) invert(1)}.purchase-window-modal .crypto-selector .crypto-dropdown .dropdown-arrow{transition:transform .2s;display:flex;align-items:center;justify-content:center}.purchase-window-modal .crypto-selector .crypto-dropdown .dropdown-arrow.rotate-180{transform:rotate(180deg)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#232325;backdrop-filter:blur(6px);border-radius:clamp(8px,1.2vw,10px);padding:clamp(4px,1vw,6px);z-index:100;max-height:300px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(0,0,0,.4)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search{padding:clamp(6px,1vw,8px);margin-bottom:clamp(6px,1vw,8px)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input{width:100%;background:var(--field-background-2);border-radius:clamp(6px,1vw,8px);padding:clamp(8px,1.2vw,10px);font-size:clamp(12px,1.8vw,14px);color:#fff;transition:all .2s}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input:focus{border-color:var(--primary-purple)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input::-moz-placeholder{color:#7c7c8c}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input::placeholder{color:#7c7c8c}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list{overflow-y:auto;flex:1;padding:0 .35rem}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:clamp(8px,1.2vw,12px);padding:clamp(10px,1.5vw,12px);margin-bottom:0;border-radius:0;cursor:pointer;transition:all .2s;color:#fff;border-bottom:1px solid rgba(79,79,81,.5);background:rgba(0,0,0,0)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option:last-child{border-bottom:none}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option:hover{background:hsla(0,0%,100%,.05)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option.active{background:rgba(0,0,0,0)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info{display:flex;align-items:center;gap:clamp(6px,1vw,8px);flex:1;text-align:left}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-name{font-size:clamp(13px,2vw,15px);font-weight:500}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-ticker{font-size:clamp(12px,1.8vw,14px);color:#7c7c8c}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image{width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px);-o-object-fit:contain;object-fit:contain;margin-right:clamp(6px,1vw,8px)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image-wrapper{display:inline-flex;align-items:center;justify-content:center;width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px);margin-right:clamp(6px,1vw,8px);position:relative}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image-wrapper .crypto-image{width:100%;height:100%;margin:0;filter:brightness(0) invert(1);border-radius:.5rem}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .check-icon{color:var(--primary-purple)}.purchase-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .no-results{padding:clamp(10px,2vw,12px);text-align:center;font-size:clamp(12px,1.8vw,14px);color:#7c7c8c}.purchase-window-modal .crypto-amount-info{margin-top:clamp(16px,2.5vw,20px);background:rgba(0,0,0,0);border:none;border-radius:0;padding:0}.purchase-window-modal .crypto-amount-info .loading-text{text-align:center;font-size:clamp(13px,2vw,15px);color:#cfcfe1;padding:clamp(16px,2.5vw,20px)}.purchase-window-modal .crypto-amount-info .crypto-conversion-display{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(16px,2.5vw,20px);padding:clamp(12px,2.5vw,15px) clamp(6px,2.5vw,15px)}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-amount .amount-label{font-size:clamp(16px,2.5vw,20px);font-weight:500;color:var(--nav-text)}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion{display:flex;align-items:center;gap:clamp(8px,1.5vw,10px)}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .crypto-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:clamp(20px,3.5vw,24px);height:clamp(20px,3.5vw,24px);flex-shrink:0}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .crypto-icon-wrapper .crypto-icon{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.purchase-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .conversion-amount{font-size:clamp(16px,2.5vw,20px);font-weight:500;color:var(--nav-text)}.purchase-window-modal .crypto-amount-info .crypto-disclaimer{font-size:clamp(11px,1.6vw,13px);color:#9b9bb3;line-height:1.4;padding:0 0 clamp(10px,2vw,10px)}.purchase-window-modal .crypto-amount-info .crypto-warning{margin-top:clamp(10px,1.5vw,12px);padding:clamp(8px,1.2vw,10px);background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);border-radius:clamp(6px,1vw,8px);font-size:clamp(11px,1.6vw,13px);color:#fca5a5}.purchase-window-modal .purchase-btn-large{width:100%;background:var(--primary-purple);color:#fff;border:none;border-radius:clamp(10px,1.5vw,12px);padding:clamp(14px,2.2vw,16px);font-size:clamp(14px,2.2vw,16px);font-weight:600;cursor:pointer;transition:all .2s;margin-top:auto}.purchase-window-modal .purchase-btn-large:hover:not(:disabled){background:#6d3de8;transform:translateY(-2px)}.purchase-window-modal .purchase-btn-large:disabled{opacity:.5;cursor:not-allowed}.redeem-window-modal .payment-form-section,.redeem-window-modal .payment-method-section{margin-bottom:clamp(12px,2.5vw,16px)}.redeem-window-modal .payment-method-selector{position:relative}.redeem-window-modal .payment-method-selector .payment-method-dropdown{width:100%;background:var(--field-background-2);border-radius:clamp(8px,1.2vw,10px);padding:clamp(10px,2vw,12px);display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s;color:#fff}.redeem-window-modal .payment-method-selector .payment-method-dropdown:hover{border-color:var(--primary-purple)}.redeem-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display{display:flex;align-items:center;gap:clamp(8px,1.2vw,12px);flex:1}.redeem-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-icon{font-size:clamp(18px,2.5vw,22px)}.redeem-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-name{font-size:clamp(13px,2vw,15px);font-weight:500}.redeem-window-modal .payment-method-selector .payment-method-dropdown .payment-method-display .payment-method-placeholder{font-size:clamp(13px,2vw,15px);color:#7c7c8c}.redeem-window-modal .payment-method-selector .payment-method-dropdown .dropdown-arrow{transition:transform .2s;display:flex;align-items:center;justify-content:center}.redeem-window-modal .payment-method-selector .payment-method-dropdown .dropdown-arrow.rotate-180{transform:rotate(180deg)}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:rgba(26,27,32,.95);backdrop-filter:blur(10px);border-radius:clamp(8px,1.2vw,10px);padding:clamp(3px,.5vw,3px);z-index:100;max-height:150px;overflow-y:auto;box-shadow:0 8px 24px rgba(0,0,0,.4)}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option{width:100%;display:flex;align-items:center;gap:clamp(8px,1.2vw,12px);padding:clamp(10px,1.5vw,12px);border-radius:clamp(6px,1vw,8px);cursor:pointer;transition:all .2s;color:#fff;border:none;background:rgba(0,0,0,0)}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option:last-child{margin-bottom:0}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option:hover{background:var(--primary-purple);color:var(--nav-text)}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .payment-method-icon{font-size:clamp(18px,2.5vw,22px)}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .payment-method-name{font-size:clamp(13px,2vw,15px);font-weight:500;flex:1;text-align:left}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .check-icon{color:var(--nav-text);background:var(--primary-purple);border-radius:50%;width:1.15rem;height:1.15rem;padding:.15rem;display:flex;align-items:center;justify-content:center;font-size:clamp(10px,1.5vw,12px)}.redeem-window-modal .payment-method-selector .payment-method-dropdown-menu .payment-method-option .check-icon:hover{color:var(--primary-purple);background:var(--nav-text)}.redeem-window-modal .payment-form-section .form-group{margin-bottom:clamp(14px,2vw,16px)}.redeem-window-modal .payment-form-section .form-group .form-label{display:block;font-size:clamp(12px,1.8vw,14px);font-weight:400;color:var(--nav-text);margin-bottom:clamp(6px,1vw,8px)}.redeem-window-modal .payment-form-section .form-group .form-input{width:100%;background:var(--field-background-2);border-radius:clamp(8px,1.2vw,10px);padding:clamp(10px,2vw,12px);font-size:clamp(13px,2vw,15px);color:var(--nav-text);transition:all .2s}.redeem-window-modal .payment-form-section .form-group .form-input:focus{border-color:var(--primary-purple)}.redeem-window-modal .payment-form-section .form-group .form-input::-moz-placeholder{color:#7c7c8c}.redeem-window-modal .payment-form-section .form-group .form-input::placeholder{color:#7c7c8c}.redeem-window-modal .payment-form-section .form-row{display:flex;gap:clamp(10px,1.5vw,12px)}.redeem-window-modal .payment-form-section .form-row .form-group{flex:1}.redeem-window-modal .payment-form-section .loading-text{font-size:clamp(12px,1.8vw,14px);color:#7c7c8c;text-align:center;padding:clamp(8px,1.2vw,10px)}.redeem-window-modal .crypto-selector{position:relative}.redeem-window-modal .crypto-selector .crypto-dropdown{width:100%;background:var(--field-background-2);border-radius:clamp(8px,1.2vw,10px);padding:clamp(10px,2vw,12px);display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s;color:#fff}.redeem-window-modal .crypto-selector .crypto-dropdown:hover{background:#202128;border-color:var(--primary-purple)}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display{display:flex;align-items:center;gap:clamp(6px,1vw,8px);flex:1}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-name{font-size:clamp(13px,2vw,15px);font-weight:500}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-ticker{font-size:clamp(12px,1.8vw,14px);color:#7c7c8c}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-placeholder{font-size:clamp(13px,2vw,15px);color:#7c7c8c}.redeem-window-modal .crypto-selector .crypto-dropdown .crypto-display .crypto-image{width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px);-o-object-fit:contain;object-fit:contain;margin-right:clamp(6px,1vw,8px);filter:brightness(0) invert(1)}.redeem-window-modal .crypto-selector .crypto-dropdown .dropdown-arrow{transition:transform .2s;display:flex;align-items:center;justify-content:center}.redeem-window-modal .crypto-selector .crypto-dropdown .dropdown-arrow.rotate-180{transform:rotate(180deg)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#232325;backdrop-filter:blur(6px);border-radius:clamp(8px,1.2vw,10px);padding:clamp(4px,1vw,6px);z-index:100;max-height:300px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(0,0,0,.4)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search{padding:clamp(6px,1vw,8px);margin-bottom:clamp(6px,1vw,8px)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input{width:100%;background:var(--field-background-2);border-radius:clamp(6px,1vw,8px);padding:clamp(8px,1.2vw,10px);font-size:clamp(12px,1.8vw,14px);color:#fff;transition:all .2s}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input:focus{border-color:var(--primary-purple)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input::-moz-placeholder{color:#7c7c8c}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-search .crypto-search-input::placeholder{color:#7c7c8c}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list{overflow-y:auto;flex:1;padding:0 .35rem}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:clamp(8px,1.2vw,12px);padding:clamp(10px,1.5vw,12px);margin-bottom:0;border-radius:0;cursor:pointer;transition:all .2s;color:#fff;border-bottom:1px solid rgba(79,79,81,.5);background:rgba(0,0,0,0)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option:last-child{border-bottom:none}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option:hover{background:hsla(0,0%,100%,.05)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option.active{background:rgba(0,0,0,0)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info{display:flex;align-items:center;gap:clamp(6px,1vw,8px);flex:1;text-align:left}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-name{font-size:clamp(13px,2vw,15px);font-weight:500}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-ticker{font-size:clamp(12px,1.8vw,14px);color:#7c7c8c}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image{width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px);-o-object-fit:contain;object-fit:contain;margin-right:clamp(6px,1vw,8px)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image-wrapper{display:inline-flex;align-items:center;justify-content:center;width:clamp(20px,3vw,24px);height:clamp(20px,3vw,24px);margin-right:clamp(6px,1vw,8px);position:relative}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .crypto-info .crypto-image-wrapper .crypto-image{width:100%;height:100%;margin:0;filter:brightness(0) invert(1);border-radius:.5rem}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .crypto-option .check-icon{color:var(--primary-purple)}.redeem-window-modal .crypto-selector .crypto-dropdown-menu .crypto-options-list .no-results{padding:clamp(10px,2vw,12px);text-align:center;font-size:clamp(12px,1.8vw,14px);color:#7c7c8c}.redeem-window-modal .crypto-amount-info{margin-top:clamp(16px,2.5vw,20px);background:rgba(0,0,0,0);border:none;border-radius:0;padding:0}.redeem-window-modal .crypto-amount-info .loading-text{text-align:center;font-size:clamp(13px,2vw,15px);color:#cfcfe1;padding:clamp(16px,2.5vw,20px)}.redeem-window-modal .crypto-amount-info .crypto-conversion-display{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(16px,2.5vw,20px);padding:clamp(12px,2.5vw,15px) clamp(6px,2.5vw,15px)}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-amount .amount-label{font-size:clamp(16px,2.5vw,20px);font-weight:500;color:var(--nav-text)}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion{display:flex;align-items:center;gap:clamp(8px,1.5vw,10px)}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .crypto-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:clamp(20px,3.5vw,24px);height:clamp(20px,3.5vw,24px);flex-shrink:0}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .crypto-icon-wrapper .crypto-icon{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.redeem-window-modal .crypto-amount-info .crypto-conversion-display .crypto-conversion .conversion-amount{font-size:clamp(16px,2.5vw,20px);font-weight:500;color:var(--nav-text)}.redeem-window-modal .crypto-amount-info .crypto-disclaimer{font-size:clamp(11px,1.6vw,13px);color:#9b9bb3;line-height:1.4;padding:0 0 clamp(10px,2vw,10px)}.redeem-window-modal .crypto-amount-info .crypto-error{margin-top:clamp(10px,1.5vw,12px);padding:clamp(8px,1.2vw,10px);background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);border-radius:clamp(6px,1vw,8px);font-size:clamp(11px,1.6vw,13px);color:#fca5a5}.redeem-window-modal .purchase-btn-large{width:100%;background:var(--primary-purple);color:#fff;border:none;border-radius:clamp(10px,1.5vw,12px);padding:clamp(14px,2.2vw,16px);font-size:clamp(14px,2.2vw,16px);font-weight:600;cursor:pointer;transition:all .2s;margin-top:auto}.redeem-window-modal .purchase-btn-large:hover:not(:disabled){background:#6d3de8;transform:translateY(-2px)}.redeem-window-modal .purchase-btn-large:disabled{opacity:.5;cursor:not-allowed}.wallet-btn{padding:.875rem 1rem;border-radius:.625rem;font-size:.9375rem;font-weight:500;transition:.2s ease}.wallet-btn.wallet-btn-secondary{background:var(--blue-500);box-shadow:inset 0 4px 16px rgba(238,238,238,.1),inset 0 -4px 16px rgba(238,238,238,.1);color:#cfcfe1}.wallet-btn.wallet-btn-secondary:hover{background:hsla(0,0%,100%,.1)}.wallet-btn.wallet-btn-primary{background:#7c4dff;color:#fff}.wallet-btn.wallet-btn-primary:hover{background:#6d3de8}