.Token-module__ulQxSW__Token{background-color:var(--hd-surface-raised);border-radius:1.25rem;width:30rem;height:25rem;margin:0 auto;padding:2rem;position:absolute}.Token-module__ulQxSW__Token_box_heading{justify-content:space-between;align-items:center;font-weight:600;display:flex}.Token-module__ulQxSW__currency{margin-bottom:2rem}.Token-module__ulQxSW__currency h4,.Token-module__ulQxSW__box_heading_img{cursor:pointer}.Token-module__ulQxSW__Token_box_heading h2{font-size:1.2rem;line-height:0}.Token-module__ulQxSW__Token_box_para,.Token-module__ulQxSW__Token_box_input{align-items:center;gap:1rem;display:flex}.Token-module__ulQxSW__Token_box_input button{background-color:var(--hd-accent);cursor:pointer;border:0;border-radius:.5rem;outline:0;padding:.5rem 1rem;font-size:1rem}.Token-module__ulQxSW__Token_box_input input{border:0;border:1px solid var(--hd-accent);text-align:end;width:80%;color:var(--hd-accent);background-color:#0000;border-radius:.5rem;outline:0;padding:.5rem 1rem}.Token-module__ulQxSW__Token_box_toggle{justify-content:space-between;align-items:center;display:flex}@media only screen and (max-width:35em){.Token-module__ulQxSW__Token{width:100%}}
.WalletModal-module__pyVu5a__Model{z-index:999999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#111111d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;inset:0;overflow:hidden}.WalletModal-module__pyVu5a__modelOverlayEnter{animation:.22s ease-out WalletModal-module__pyVu5a__walletOverlayIn}.WalletModal-module__pyVu5a__modelOverlayExiting{animation:.26s ease-in forwards WalletModal-module__pyVu5a__walletOverlayOut}@keyframes WalletModal-module__pyVu5a__walletOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes WalletModal-module__pyVu5a__walletOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes WalletModal-module__pyVu5a__walletPanelIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes WalletModal-module__pyVu5a__walletPanelOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(10px)scale(.98)}}.WalletModal-module__pyVu5a__Model_box{background:var(--hd-surface-raised);border-radius:var(--hd-radius-lg);border:1px solid var(--hd-glass-border);width:min(29rem,100%);max-height:calc(100dvh - 2rem);box-shadow:var(--hd-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-sizing:border-box;margin:0;padding:1.35rem 1.25rem;overflow-y:auto}.WalletModal-module__pyVu5a__modelBoxEnter{animation:.28s cubic-bezier(.22,1,.36,1) WalletModal-module__pyVu5a__walletPanelIn}.WalletModal-module__pyVu5a__modelBoxExiting{animation:.26s cubic-bezier(.4,0,1,1) forwards WalletModal-module__pyVu5a__walletPanelOut}.WalletModal-module__pyVu5a__horizontalAlignContainer{align-items:center;width:100%;min-width:0;display:flex}.WalletModal-module__pyVu5a__addressContainer{flex:1;min-width:0}.WalletModal-module__pyVu5a__radial{background-image:radial-gradient(at left bottom, #ecdaec 15%, var(--hd-accent) 55%, #a03890 100%);width:2.75rem;height:2.75rem;box-shadow:0 4px 16px var(--hd-accent-glow);border-radius:12px;flex-shrink:0;margin-right:10px}.WalletModal-module__pyVu5a__address{text-align:left;color:var(--hd-text-muted);font-size:.8rem}.WalletModal-module__pyVu5a__address>div>button{flex-shrink:0}@media (min-width:769px){.WalletModal-module__pyVu5a__address{white-space:nowrap}.WalletModal-module__pyVu5a__address>div{flex-wrap:nowrap;min-width:0;max-width:100%}.WalletModal-module__pyVu5a__address>div>span{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}}.WalletModal-module__pyVu5a__SRBparent{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:.5rem;margin-top:1rem;display:flex}.WalletModal-module__pyVu5a__SRBbutton{border:1px solid var(--hd-glass-border);border-radius:var(--hd-radius-md);background:var(--hd-glass-highlight);min-width:4.5rem;min-height:2.65rem;color:var(--hd-text);cursor:pointer;box-sizing:border-box;flex:1;justify-content:center;align-items:center;padding:.35rem .5rem;font-size:.85rem;font-weight:600;transition:background .2s,border-color .2s;display:flex}button.WalletModal-module__pyVu5a__SRBbutton{font:inherit}.WalletModal-module__pyVu5a__SRBbutton:hover{background:var(--hd-accent-dim);border-color:var(--hd-accent-glow)}.WalletModal-module__pyVu5a__Model_box_item{margin-top:1rem;margin-bottom:1.5rem}.WalletModal-module__pyVu5a__Disconnect{text-align:center;border-radius:var(--hd-radius-pill);color:#fecaca;cursor:pointer;background:#f871711a;border:1px solid #f8717173;width:fit-content;margin:0 auto;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s}.WalletModal-module__pyVu5a__Disconnect:hover{background:#f8717133}.WalletModal-module__pyVu5a__SRBbuttonNetwork{border:1px solid var(--hd-glass-border);border-radius:var(--hd-radius-md);box-sizing:border-box;justify-content:center;align-items:center;width:5rem;height:2.5rem;margin:.5rem;padding:0;display:flex}.WalletModal-module__pyVu5a__NetworkSwitcher{justify-content:center;align-items:center;width:100%;height:100%;display:flex}@media only screen and (max-width:36rem){.WalletModal-module__pyVu5a__Model_box{padding:1.1rem}.WalletModal-module__pyVu5a__radial{width:2.35rem;height:2.35rem}.WalletModal-module__pyVu5a__SRBbutton{font-size:.8rem}.WalletModal-module__pyVu5a__address{text-align:center;word-break:break-all;white-space:normal;font-size:.85rem}}.WalletModal-module__pyVu5a__stripeBuyOverlay{z-index:1000000;pointer-events:auto;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.WalletModal-module__pyVu5a__stripeBuyPanel{color:#f0f0f5;background:#1a1a22;border-radius:12px;width:100%;max-width:420px;padding:1.25rem;box-shadow:0 12px 40px #00000073}.WalletModal-module__pyVu5a__stripeBuyHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:600;display:flex}.WalletModal-module__pyVu5a__stripeBuyClose{color:inherit;cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.5rem;line-height:1}.WalletModal-module__pyVu5a__stripeBuyHint{opacity:.85;margin-bottom:1rem;font-size:.85rem;line-height:1.45}.WalletModal-module__pyVu5a__stripeBuyWaiting{color:#8fd4a8;margin-bottom:.75rem;font-size:.9rem}.WalletModal-module__pyVu5a__stripeBuyLoadingRow{border:1px solid var(--hd-accent-glow);border-radius:10px;align-items:flex-start;gap:.85rem;margin:0 0 1rem;padding:.75rem .85rem;display:flex}.WalletModal-module__pyVu5a__stripeBuySpinner{margin-top:.12rem}.WalletModal-module__pyVu5a__stripeBuyLoadingCopy{flex-direction:column;gap:.35rem;min-width:0;display:flex}.WalletModal-module__pyVu5a__stripeBuyLoadingTitle{color:var(--hd-text);font-size:.92rem;font-weight:600}.WalletModal-module__pyVu5a__stripeBuyLoadingSub{opacity:.82;font-size:.78rem;line-height:1.4}.WalletModal-module__pyVu5a__stripeBuyTiers{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.WalletModal-module__pyVu5a__stripeBuyTierBtn{color:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;font-size:.9rem;display:flex}.WalletModal-module__pyVu5a__stripeBuyTierBtn:hover:not(:disabled){background:#ffffff1f}.WalletModal-module__pyVu5a__stripeBuyTierBtn:disabled{opacity:.5;cursor:not-allowed}
.TokenList-module__Wg95rW__TokenList{opacity:.9;z-index:999;width:30%;max-width:60%;height:60%;max-height:80%;color:inherit;background-color:#0000;border-radius:.5rem;justify-items:center;padding:0;transition-property:transform,opacity,visibility;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);position:fixed;top:50%;left:50%;overflow-y:hidden;transform:translate(-50%,-50%)}:where(.TokenList-module__Wg95rW__TokenList){align-items:center}.TokenList-module__Wg95rW__TokenList-open,.TokenList-module__Wg95rW__TokenList:target,.TokenList-module__Wg95rW__TokenList-toggle:checked+.TokenList-module__Wg95rW__TokenList,.TokenList-module__Wg95rW__TokenList[open]{pointer-events:auto;visibility:visible;opacity:1}:root:has(:is(.TokenList-module__Wg95rW__TokenList-open,.TokenList-module__Wg95rW__TokenList:target,.TokenList-module__Wg95rW__TokenList-toggle:checked+.TokenList-module__Wg95rW__TokenList,.TokenList-module__Wg95rW__TokenList[open])){overflow:hidden}.TokenList-module__Wg95rW__TokenList:not(dialog:not(.TokenList-module__Wg95rW__TokenList-open)),.TokenList-module__Wg95rW__TokenList::backdrop{background-color:#0000004d;animation:.2s ease-out TokenList-module__Wg95rW__modal-pop}.TokenList-module__Wg95rW__TokenList_title{width:100%;color:var(--hd-accent);border-radius:.5rem;padding:1.2rem;font-size:1rem;font-weight:900;line-height:0}.TokenList-module__Wg95rW__TokenList_box{--tw-scale-x:.9;--tw-scale-y:.9;width:91.6667%;max-width:32rem;max-height:calc(100vh - 5em);transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-right-radius:var(--rounded-box,1rem );border-bottom-left-radius:var(--rounded-box,1rem );border-top-left-radius:var(--rounded-box,1rem );border-top-right-radius:var(--rounded-box,1rem );--tw-bg-opacity:1;background-color:#0000;grid-row-start:1;grid-column-start:1;padding:1.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);box-shadow:0 25px 50px -12px #00000040}.TokenList-module__Wg95rW__TokenList-open .TokenList-module__Wg95rW__TokenList_box,.TokenList-module__Wg95rW__TokenList-toggle:checked+.TokenList-module__Wg95rW__TokenList .TokenList-module__Wg95rW__TokenList_box,.TokenList-module__Wg95rW__TokenList:target .TokenList-module__Wg95rW__TokenList_box,.TokenList-module__Wg95rW__TokenList[open] .TokenList-module__Wg95rW__TokenList_box{--tw-translate-y:0px;--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.TokenList-module__Wg95rW__TokenList-top :where(.TokenList-module__Wg95rW__TokenList_box){--tw-translate-y:-2.5rem ;--tw-scale-x:1;--tw-scale-y:1;width:100%;max-width:none;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-bottom-right-radius:var(--rounded-box,1rem );border-bottom-left-radius:var(--rounded-box,1rem );border-top-left-radius:0;border-top-right-radius:0}.TokenList-module__Wg95rW__TokenList-middle :where(.TokenList-module__Wg95rW__TokenList_box){--tw-translate-y:0px;--tw-scale-x:.9;--tw-scale-y:.9;width:91.6667%;max-width:32rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-top-left-radius:var(--rounded-box,1rem );border-top-right-radius:var(--rounded-box,1rem );border-bottom-right-radius:var(--rounded-box,1rem );border-bottom-left-radius:var(--rounded-box,1rem )}.TokenList-module__Wg95rW__TokenList-bottom :where(.TokenList-module__Wg95rW__TokenList_box){--tw-translate-y:2.5rem ;--tw-scale-x:1;--tw-scale-y:1;width:100%;max-width:none;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-top-left-radius:var(--rounded-box,1rem );border-top-right-radius:var(--rounded-box,1rem );border-bottom-right-radius:0;border-bottom-left-radius:0}.TokenList-module__Wg95rW__TokenList_box_info{grid-template-columns:1fr 5fr;align-items:center;gap:1rem;display:grid}.TokenList-module__Wg95rW__TokenList_box_info p span{color:var(--hd-accent);margin-right:.5rem;font-weight:900}.TokenList-module__Wg95rW__TokenList_box_info_symbol{background-color:var(--hd-accent);border-radius:.5rem;padding:.5rem;font-weight:700}@media only screen and (max-width:35em){.TokenList-module__Wg95rW__TokenList{width:90%;margin-left:0}.TokenList-module__Wg95rW__TokenList_close{right:1rem}}
