@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--color-page-background: linear-gradient(180deg, #f5f7fa 0%, #cfdeec 100%);--color-text: #000000}*{font-family:Inter,SF Pro,sans-serif;box-sizing:border-box;font-weight:500;-webkit-font-smoothing:antialiased;font-size:14px}a{text-decoration:none}h1{margin:0;font-weight:700;font-size:40px}h2{margin:0;font-weight:700;font-size:24px}h3{margin:0;font-weight:600;font-size:18px;line-height:100%}h4{margin:0;font-size:18px;font-weight:700}a{color:#007aff;cursor:pointer}button{border:none;-webkit-appearance:none;display:flex;width:100%;justify-content:center;align-items:center;background:linear-gradient(78.89deg,#d575ec 8.06%,#a4dbdc 91.65%);border-radius:19px;font-size:16px;font-weight:600;color:#fff;padding:18px;cursor:pointer;transition:.2s ease-out}.dark-theme button{background:linear-gradient(71.34deg,#7b258f -2.99%,#5cb1bd 108.21%)}@media (prefers-color-scheme: dark){body:not(.light-theme) button{background:linear-gradient(71.34deg,#7b258f -2.99%,#5cb1bd 108.21%)}}body.beastswap.dark-theme button{background:rgba(197,197,197,.2)}@media (min-width: 1280px){button:hover{box-shadow:0 5px 20px #0000001a}}button.secondary{background:transparent;color:#007aff;border:1px solid #007aff;box-sizing:border-box}.dark-theme button.secondary{background:transparent;border-color:#fff;color:#fff}@media (min-width: 1280px){.dark-theme button.secondary:hover{box-shadow:none;background:rgba(0,123,255,.2)}}@media (prefers-color-scheme: dark){body:not(.light-theme) button.secondary{background:transparent;border-color:#fff;color:#fff}}@media (prefers-color-scheme: dark) and (min-width: 1280px){body:not(.light-theme) button.secondary:hover{box-shadow:none;background:rgba(0,123,255,.2)}}@media (min-width: 1280px){button.secondary:hover{box-shadow:none;background:rgba(0,123,255,.2)}}button.outline{background:transparent;color:#007aff;border:1px solid #007aff;grid-template-columns:1fr min-content;align-items:center;justify-content:center;justify-items:center;border-radius:14px;cursor:pointer;transition:.3s ease-out}.dark-theme button.outline{background:transparent;color:#fff}@media (min-width: 1280px){.dark-theme button.outline:hover{background:rgba(0,123,255,.1)}}@media (prefers-color-scheme: dark){body:not(.light-theme) button.outline{background:transparent;color:#fff}}@media (prefers-color-scheme: dark) and (min-width: 1280px){body:not(.light-theme) button.outline:hover{background:rgba(0,123,255,.1)}}@media (min-width: 1280px){button.outline:hover{background:rgba(0,123,255,.1)}}button.small{padding:12px;flex:0 0 88px;border-radius:14px;font-size:14px}.form-label{color:#000;font-weight:500;font-size:14px;margin-bottom:12px}.dark-theme .form-label{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .form-label{color:#fff}}.form-label.light{color:#c3c3c3}.dark-theme .form-label.light{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .form-label.light{color:#fff}}.radio-wrap{display:flex;padding:6px;border-radius:20px;background:#e1ecf3}.dark-theme .radio-wrap{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .radio-wrap{background:rgba(255,255,255,.1)}}.radio-wrap label{flex:1;font-size:14px;font-weight:600;text-align:center;padding:14px 6px;border-radius:14px;cursor:pointer;transition:.1s ease-out}.radio-wrap input[type=radio]:checked+label{background:#202020;color:#fff}.dark-theme .radio-wrap input[type=radio]:checked+label{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .radio-wrap input[type=radio]:checked+label{background:rgba(255,255,255,.1)}}.text-input{background:#ffffff;border:1px solid #c3c3c3;border-radius:20px;font-size:14px;padding:18px 20px;width:100%;transition:.2s ease-out;-webkit-appearance:none}.dark-theme .text-input{background:rgba(255,255,255,.1);color:#fff;border-color:#fff6}@media (prefers-color-scheme: dark){body:not(.light-theme) .text-input{background:rgba(255,255,255,.1);color:#fff;border-color:#fff6}}.text-input::placeholder{color:#c3c3c3}.dark-theme .text-input::placeholder{color:#fff6}@media (prefers-color-scheme: dark){body:not(.light-theme) .text-input::placeholder{color:#fff6}}.text-input:focus{outline:none;box-shadow:0 0 0 4px #0000000d;border-color:#fff}svg.fill-text-link-blue path{fill:#007aff}svg.stroke-text-link-blue path{stroke:#007aff}svg path{transition:.3s ease-out}svg-icon{display:flex}.back-arrow-link{display:grid;align-items:center;gap:10px;grid-template-columns:max-content 1fr;font-weight:600;font-size:14px;padding:0 20px 20px;cursor:pointer}@media (min-width: 1280px){.back-arrow-link{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.back-arrow-link:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a}}@media (min-width: 1280px){.back-arrow-link{display:none}}.dark-theme .back-arrow-link .back-arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .back-arrow-link .back-arrow.light{display:none}}.back-arrow-link .back-arrow.dark{display:none}.dark-theme .back-arrow-link .back-arrow.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .back-arrow-link .back-arrow.dark{display:flex}}.back-arrow-link .back-arrow svg-icon{transform:rotate(90deg);width:14px;height:14px}.checkbox-options-wrap{display:flex;flex-wrap:wrap}.checkbox-options-wrap label{border-radius:14px;border:1px solid #000000;padding:2px 12px;font-weight:600;transition:.1s ease-out;text-transform:capitalize;cursor:pointer;height:35px;display:flex;align-items:center;-webkit-user-select:none;user-select:none;margin:0 8px 8px 0}.dark-theme .checkbox-options-wrap label{border-color:#ffffff80}@media (prefers-color-scheme: dark){body:not(.light-theme) .checkbox-options-wrap label{border-color:#ffffff80}}.checkbox-options-wrap label:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.75L4.5 7.75L11 1.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center left;background-size:contain;height:9px;width:0;transition:.1s ease-out}.checkbox-options-wrap input[type=checkbox]:checked+label{background:#000000;color:#fff}.dark-theme .checkbox-options-wrap input[type=checkbox]:checked+label{background:rgba(255,255,255,.15);border-color:transparent}@media (prefers-color-scheme: dark){body:not(.light-theme) .checkbox-options-wrap input[type=checkbox]:checked+label{background:rgba(255,255,255,.15);border-color:transparent}}.checkbox-options-wrap input[type=checkbox]:checked+label:before{width:19px}.explainer-bubble{background:#ffffff;display:grid;grid-template-columns:1fr min-content;gap:10px;border-radius:20px;padding:18px 20px}.dark-theme .explainer-bubble{background:rgba(255,255,255,.08)}@media (prefers-color-scheme: dark){body:not(.light-theme) .explainer-bubble{background:rgba(255,255,255,.08)}}.explainer-bubble .text{flex:1}.explainer-bubble .text p{margin:0;font-size:14px;line-height:130%;font-weight:500}.dark-theme .explainer-bubble .cross.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .explainer-bubble .cross.light{display:none}}.explainer-bubble .cross.dark{display:none}.dark-theme .explainer-bubble .cross.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .explainer-bubble .cross.dark{display:flex}}.spinner{width:17px;height:17px;border:2px solid #007aff;border-radius:50%;border-top-color:transparent;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}@keyframes spin{to{-webkit-transform:rotate(360deg)}}.time-bar{width:100%;height:5px;border-radius:10px;position:relative;background:#f1f6f9}.dark-theme .time-bar{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .time-bar{background:rgba(255,255,255,.1)}}.time-bar .state{position:absolute;top:0;left:0;height:100%;background:linear-gradient(78.89deg,#d575ec 8.06%,#a4dbdc 91.65%);border-radius:10px}.dark-theme .time-bar .state{background:linear-gradient(77.6deg,#7b258f 9.01%,#5cb1bd 90.99%)}@media (prefers-color-scheme: dark){body:not(.light-theme) .time-bar .state{background:linear-gradient(77.6deg,#7b258f 9.01%,#5cb1bd 90.99%)}}.empty-list-wrap{display:grid;justify-items:center;gap:10px;padding:20px}.empty-list-wrap .label{color:#c3c3c3}.toast-noti{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:rgba(255,255,255,.6);text-align:center;padding:8px 14px;border-radius:8px;font-weight:600}@media (min-width: 1280px){.toast-noti{bottom:10px}}.dark-theme .toast-noti{background:rgba(255,255,255,.1);color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (prefers-color-scheme: dark){body:not(.light-theme) .toast-noti{background:rgba(255,255,255,.1);color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.app-background{background:linear-gradient(180deg,#f5f7fa 0%,#cfdeec 100%);position:fixed;min-height:130vh;min-width:100vw;z-index:1}.dark-theme .app-background{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%);color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .app-background{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%);color:#fff}}.app-wrap{height:100vh;position:relative;z-index:2;overflow:auto}.dark-theme .app-wrap{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .app-wrap{color:#fff}}@media (max-width: 736px){.app-wrap{padding-bottom:80px}}@media (min-width: 1280px){.app-wrap{display:grid;grid-template-columns:1fr max-content}}@media (min-width: 1280px){.app-wrap .page-wrap{position:relative;display:flex;flex-direction:column}}.app-wrap .page-wrap .header{position:fixed;top:0;left:0;width:100%;transition:.3s ease-out;z-index:20}@media (min-width: 1280px){.app-wrap .page-wrap .header{position:absolute;padding-right:111px}}@media (min-width: 1280px){.app-wrap .page-wrap .header.wallet-open{padding-right:0}}.app-wrap .page-wrap .page{width:100%;height:100%}@media (min-width: 1280px){.app-wrap .page-wrap .page{position:relative;display:flex;flex-direction:column}}.app-wrap .page-wrap .page .spacer{width:100%;height:60px}@media (min-width: 1280px){.app-wrap .page-wrap .page .spacer{height:80px}}@media (min-width: 1280px){.app-wrap .page-wrap .page .active-outlet{display:flex;align-items:center;justify-content:center;height:100%;padding:30px}}.app-wrap .page-wrap .page .active-outlet swap-page{width:100%}.app-wrap .wallet-sidebar{display:none}@media (min-width: 1280px){.app-wrap .wallet-sidebar{display:flex;width:0;transition:.3s ease-out;z-index:22;overflow:hidden}}.app-wrap .wallet-sidebar.open{width:400px}.app-wrap .wallet-sidebar .wallet-wrap{width:100%;padding:20px 20px 20px 0;border-radius:30px;overflow:auto;max-height:100vh;position:fixed;width:400px;top:0;height:100%}.app-wrap .main-nav{z-index:10;position:fixed;bottom:0;left:0;width:100%}@media (min-width: 1280px){.app-wrap .main-nav{display:none}}.app-wrap .wallet-button{display:none;transition:.3s ease-out}@media (min-width: 1280px){.app-wrap .wallet-button{display:flex;top:20px;right:20px;position:absolute;height:40px;z-index:21}}.app-wrap .wallet-button.wallet-open{transform:translate(-30px);opacity:0}.header-wrap{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(255,255,255,.05);z-index:10}.dark-theme .header-wrap{background:rgba(30,30,30,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .header-wrap{background:rgba(30,30,30,.1)}}@media (min-width: 1280px){.header-wrap{padding:20px;-webkit-backdrop-filter:none;backdrop-filter:none}}.header-wrap .left{display:flex;align-items:center}.header-wrap .left .logo{margin-right:24px;cursor:pointer}.header-wrap .left .logo:focus{outline:none}.dark-theme .header-wrap .left .logo.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .header-wrap .left .logo.light{display:none}}.header-wrap .left .logo.dark{display:none}.dark-theme .header-wrap .left .logo.dark{display:block}@media (prefers-color-scheme: dark){body:not(.light-theme) .header-wrap .left .logo.dark{display:block}}@media (max-width: 736px){body.beastswap.dark-theme .header-wrap .left .logo.large{display:none}}body.beastswap.dark-theme .header-wrap .left .logo.small{display:none}@media (max-width: 736px){body.beastswap.dark-theme .header-wrap .left .logo.small{display:block}}.header-wrap .left .nav{display:none}@media (min-width: 1280px){.header-wrap .left .nav{display:flex}}.header-wrap .right{display:flex}@media (min-width: 1280px){.mobile{display:none}}.network-select-wrap{position:relative}.network-select-wrap .select{background:#ffffff;display:grid;grid-template-columns:max-content max-content;gap:10px;align-items:center;padding:8px 10px;border-radius:14px;cursor:pointer;overflow:visible;transition:.2s ease-out}body.beastswap.dark-theme .network-select-wrap .select{border:.5px solid #ffffff}@media (min-width: 737px){.network-select-wrap .select{padding-right:17px;grid-template-columns:max-content max-content max-content}}@media (min-width: 1280px){.network-select-wrap .select{height:40px}}@media (min-width: 1280px){.network-select-wrap .select{transition:.2s ease-out}.network-select-wrap .select:hover,.network-select-wrap .select:focus{box-shadow:0 0 0 4px #0000000d}.dark-theme .network-select-wrap .select:hover,.dark-theme .network-select-wrap .select:focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .network-select-wrap .select:hover,body:not(.light-theme) .network-select-wrap .select:focus{box-shadow:0 0 0 4px #ffffff0d}}.dark-theme .network-select-wrap .select{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .network-select-wrap .select{background:rgba(255,255,255,.1)}}.network-select-wrap .select .icon{width:24px;height:24px;border-radius:50%;background-color:#000;background-size:cover}@media (min-width: 1280px){.network-select-wrap .select .icon{width:20px;height:20px}}.network-select-wrap .select .label{display:none;font-weight:600}@media (min-width: 737px){.network-select-wrap .select .label{display:block}}.dark-theme .network-select-wrap .select .arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .network-select-wrap .select .arrow.light{display:none}}.network-select-wrap .select .arrow.dark{display:none}.dark-theme .network-select-wrap .select .arrow.dark{display:block}@media (prefers-color-scheme: dark){body:not(.light-theme) .network-select-wrap .select .arrow.dark{display:block}}.network-select-wrap .desktop-modal{display:none;position:absolute;top:100%;right:0;width:335px;padding-top:10px;transform-origin:top right}@media (min-width: 1280px){.network-select-wrap .desktop-modal{display:flex}}.network-select-wrap .desktop-modal .network-modal-wrap{background:rgba(255,255,255,.3);background-image:linear-gradient(180deg,rgba(245,247,250,.4) 7.66%,rgba(232,221,242,.4) 100%);padding:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:25px;box-shadow:0 9px 20px #0000001c;z-index:10;width:100%}.dark-theme .network-select-wrap .desktop-modal .network-modal-wrap{background:rgba(48,48,48,.5)}@media (prefers-color-scheme: dark){body:not(.light-theme) .network-select-wrap .desktop-modal .network-modal-wrap{background:rgba(48,48,48,.5)}}.network-select-modal-wrap{display:grid;gap:16px;width:100%}.network-select-modal-wrap .head{display:grid;align-items:baseline;gap:12px}.network-select-modal-wrap .head svg{cursor:pointer}.network-select-modal-wrap .list .item{display:grid;gap:16px;grid-template-columns:min-content 1fr;align-items:center;font-size:14px;padding:11px;border-radius:20px;cursor:pointer;transition:.2s ease-out}@media (min-width: 1280px){.network-select-modal-wrap .list .item:hover{background:#d7e4ec}.dark-theme .network-select-modal-wrap .list .item:hover{background:rgba(255,255,255,.1)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .network-select-modal-wrap .list .item:hover{background:rgba(255,255,255,.1)}}.network-select-modal-wrap .list .item.active{background:#e1ecf3}.dark-theme .network-select-modal-wrap .list .item.active{background:rgba(255,255,255,.16)}@media (prefers-color-scheme: dark){body:not(.light-theme) .network-select-modal-wrap .list .item.active{background:rgba(255,255,255,.16)}}.network-select-modal-wrap .list .item .icon{width:28px;height:28px;border-radius:50%;background-size:cover}.network-select-modal-wrap .list .item .label{font-weight:600}.network-select-modal-wrap .back{position:absolute;top:20px;right:20px}.network-select-modal-wrap .blurb{padding-right:15px}.network-select-modal-wrap .blurb p{font-size:12px;font-weight:400}.nav-wrap{background:linear-gradient(180deg,rgba(0,247,250,.3) 7.66%,rgba(232,221,242,.3) 100%),linear-gradient(0deg,rgba(255,255,255,.3),rgba(255,255,255,.3));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;display:flex;padding:8px;position:relative;box-shadow:0 9px 20px #00000029}@media (min-width: 1280px){body.beastswap.dark-theme .nav-wrap{display:none}}.dark-theme .nav-wrap{background:rgba(255,255,255,.1)}@media (min-width: 1280px){.dark-theme .nav-wrap{background:transparent}}@media (prefers-color-scheme: dark){body:not(.light-theme) .nav-wrap{background:rgba(255,255,255,.1)}}@media (prefers-color-scheme: dark) and (min-width: 1280px){body:not(.light-theme) .nav-wrap{background:transparent}}@media (min-width: 1280px){.nav-wrap{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;border-radius:0;box-shadow:none;display:grid;grid-template-columns:repeat(3,1fr)}}.nav-wrap:after{content:"";position:absolute;background:rgba(0,0,0,.04);height:calc(100% - 16px);width:calc((100% - 16px) / 3);top:8px;transition:.2s ease-in-out;border-radius:14px;opacity:0}.dark-theme .nav-wrap:after{background:rgba(255,255,255,.08)}@media (prefers-color-scheme: dark){body:not(.light-theme) .nav-wrap:after{background:rgba(255,255,255,.08)}}body.beastswap.dark-theme .nav-wrap:after{width:calc(100% - 16px)}@media (min-width: 1280px){.nav-wrap:after{height:100%;top:0;width:33.3333%;border-radius:12px}}.nav-wrap.swap:after{opacity:1;left:8px}@media (min-width: 1280px){.nav-wrap.swap:after{left:0}}.nav-wrap.stake:after{opacity:1;left:50%;transform:translate(-50%)}.nav-wrap.rewards:after{opacity:1;left:calc(100% - 8px);transform:translate(-100%)}@media (min-width: 1280px){.nav-wrap.rewards:after{left:100%}}.nav-wrap.beta-state .link:not(:first-child){display:none}.nav-wrap.beta-state:after{width:100%;height:100%;top:0;left:0;border-radius:20px}@media (min-width: 1280px){.nav-wrap.beta-state:after{border-radius:12px}}.nav-wrap .link{padding:10px 2px;border-radius:14px;color:#0006;font-size:12px;font-weight:700;flex:1;text-align:center;cursor:pointer;position:relative;z-index:2;transition:.1s ease-out;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 340px){.nav-wrap .link{font-size:14px;padding:10px 4px}}@media (min-width: 1280px){.nav-wrap .link{padding:10px;height:34px}.nav-wrap .link:hover{color:#202020}.dark-theme .nav-wrap .link:hover{color:#fff;opacity:.8}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .nav-wrap .link:hover{color:#fff;opacity:.8}}.dark-theme .nav-wrap .link{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .nav-wrap .link{color:#fff}}.nav-wrap .link.active{color:#202020}.dark-theme .nav-wrap .link.active{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .nav-wrap .link.active{color:#fff}}.nav-wrap .link:focus,.nav-wrap .link:active{outline:none}.main-nav-wallet-button{background:linear-gradient(180deg,rgba(245,247,250,.3) 7.66%,rgba(232,221,242,.3) 100%),linear-gradient(0deg,rgba(255,255,255,.3),rgba(255,255,255,.3));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;height:100%;display:flex;align-items:center;justify-content:center;padding:0 12px 0 16px;cursor:pointer;-webkit-tap-highlight-color:transparent;box-shadow:0 9px 20px #00000029}.dark-theme .main-nav-wallet-button{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .main-nav-wallet-button{background:rgba(255,255,255,.1)}}@media (min-width: 1280px){.main-nav-wallet-button{background:#ffffff;box-shadow:none;border-radius:14px;transition:.2s ease-out;width:102px}.dark-theme .main-nav-wallet-button{background:rgba(255,255,255,.1)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .main-nav-wallet-button{background:rgba(255,255,255,.1)}}@media (min-width: 1280px){.main-nav-wallet-button:hover{box-shadow:0 0 0 4px #0000000d}}.main-nav-wallet-button:focus{outline:none}.main-nav-wallet-button.active{background:rgba(0,0,0,.04);color:#202020}.dark-theme .main-nav-wallet-button.active{background:rgba(255,255,255,.18);color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .main-nav-wallet-button.active{background:rgba(255,255,255,.18);color:#fff}}.main-nav-wallet-button.not-connected .text .total,.main-nav-wallet-button.not-connected .icon{display:none}.main-nav-wallet-button .text{text-align:right;margin-right:7px}.main-nav-wallet-button .text .label{font-weight:700}.main-nav-wallet-button .text .total{font-size:12px;font-weight:400}.main-nav-wallet-button .icon{width:23px;height:23px;background:#ffffff;border-radius:50%;overflow:hidden}.main-nav-wallet-button .icon img,.main-nav-wallet-button .icon .nft-wallet-icon{width:100%;height:100%}.main-nav-wallet-button .icon div.nft-wallet-icon{background-size:185px;background-position:-48px -5px;border-radius:80px}@media (max-width: 736px){.swap-graph .back-arrow-link{position:fixed;bottom:75vh}}.graph-wrap{background:#ffffff;border-radius:40px 40px 0 0;height:90vh;display:grid;grid-template-rows:max-content 1fr;overflow:hidden}body.beastswap.dark-theme .graph-wrap{border:.5px solid #ffffff}@media (max-width: 736px){body.beastswap.dark-theme .graph-wrap{border-bottom:none}}.dark-theme .graph-wrap{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .graph-wrap{background:rgba(255,255,255,.1)}}@media (min-width: 1280px){.graph-wrap canvas{border-radius:0 0 30px 30px}}@media (min-width: 737px){.graph-wrap{border-radius:30px;height:100%;display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;grid-template-rows:max-content 1fr}}@media (max-width: 736px){.graph-wrap{bottom:0;position:fixed;width:100vw;height:75vh}}.graph-wrap .head{padding:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:4px}@media (min-width: 737px){.graph-wrap .head{grid-template-columns:auto;justify-items:flex-start;gap:10px}}.graph-wrap .head .tokens{display:flex;align-items:center}.graph-wrap .head .tokens .icon{width:20px;height:20px;border-radius:50%;background:#f1f6f9}.graph-wrap .head .tokens .icon:first-child{margin-right:-4px}.graph-wrap .head .tokens .icon img{width:100%;height:100%}.graph-wrap .head .tokens h3{margin-left:14px}.graph-wrap .head .price-wrap{grid-row:span 2;gap:4px;display:grid}@media (min-width: 737px){.graph-wrap .head .price-wrap{grid-template-columns:max-content max-content;grid-row:span 1;align-items:flex-end}}.graph-wrap .head .price-wrap .price{text-align:right}@media (min-width: 737px){.graph-wrap .head .price-wrap .price{text-align:left;font-size:30px;font-weight:700}}.graph-wrap .head .price-wrap .change{text-align:right}@media (min-width: 737px){.graph-wrap .head .price-wrap .change{text-align:left}}.graph-wrap .head .price-wrap .change.rising{color:#32d432}.graph-wrap .head .price-wrap .change.falling{color:#ee6a6a}.graph-wrap .head .date{color:#c3c3c3;white-space:nowrap}.graph-wrap .graph{width:100%;height:100%;overflow:hidden}@media (min-width: 737px){.graph-wrap .graph{order:3;grid-column:span 2}}.graph-wrap .toggle{display:flex;width:100%;padding:14px;justify-content:center;position:absolute;bottom:0;left:0}@media (min-width: 737px){.graph-wrap .toggle{justify-content:flex-end;padding:20px;position:relative}}.graph-wrap .toggle .step{padding:6px 12px;text-align:center;font-weight:600;cursor:pointer;transition:.2s ease-out;border-radius:11px;color:#0006}.dark-theme .graph-wrap .toggle .step{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .graph-wrap .toggle .step{color:#fff}}@media (min-width: 1280px){.graph-wrap .toggle .step:hover{background:rgba(0,0,0,.03)}}.graph-wrap .toggle .step.active{background:#ffffff;color:#202020}.dark-theme .graph-wrap .toggle .step.active{background:rgba(255,255,255,.2);color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .graph-wrap .toggle .step.active{background:rgba(255,255,255,.2);color:#fff}}@media (min-width: 737px){.graph-wrap .toggle .step.active{background:#e1ecf3}.dark-theme .graph-wrap .toggle .step.active{background:rgba(255,255,255,.2)}}@media (min-width: 737px) and (prefers-color-scheme: dark){body:not(.light-theme) .graph-wrap .toggle .step.active{background:rgba(255,255,255,.2)}}.main-nav-wrap{width:100%;padding:0 10px 10px;display:grid;grid-template-columns:1fr max-content;gap:10px}@media screen and (min-width: 370px){.main-nav-wrap{padding:0 16px 16px}}.main-nav-wrap.beta-state{grid-template-columns:1fr 1fr;max-width:400px;margin:0 auto}@media (min-width: 1280px){.modal-desktop-inline-force{justify-items:center;display:grid}.modal-desktop-inline-force .modal-wrap{display:inline!important;position:unset!important}}.modal-wrap{position:fixed;inset:0;z-index:100;padding:20px;display:grid;gap:10px;align-content:end;align-items:end;grid-template-rows:1fr max-content;height:100%}@media (min-width: 1280px){.modal-wrap{display:flex;align-items:center;justify-content:center}}.modal-wrap.type-centered{display:flex;align-items:center;justify-content:center}.modal-wrap.type-centered .modal{width:100%;max-width:340px}.modal-wrap.type-centered .anjimodal-close{display:none}.modal-wrap .bg{background:#e1ecf3;opacity:.9;position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.dark-theme .modal-wrap .bg{background:rgba(0,0,0,.8)}@media (prefers-color-scheme: dark){body:not(.light-theme) .modal-wrap .bg{background:rgba(0,0,0,.8)}}.modal-wrap .modal{background:#f1f6f9;position:relative;padding:16px;border-radius:25px;transition:.2s ease-in-out;max-height:100%;overflow-x:hidden;overflow-y:auto;display:block}.dark-theme .modal-wrap .modal{background:#303030}@media (prefers-color-scheme: dark){body:not(.light-theme) .modal-wrap .modal{background:#303030}}body.beastswap.dark-theme .modal-wrap .modal{border:.5px solid #ffffff}@media (min-width: 1280px){.modal-wrap .modal{width:100%;max-width:450px}.dark-theme .modal-wrap .modal{background:rgba(48,48,48,.7);box-shadow:0 20px 40px #00000080;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .modal-wrap .modal{background:rgba(48,48,48,.7);box-shadow:0 20px 40px #00000080;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@media (min-width: 1280px){.modal-wrap .modal.mobile{display:none}}.modal-wrap .modal.desktop{display:none}@media (min-width: 1280px){.modal-wrap .modal.desktop{display:grid}}.modal-wrap .modal.full-height{height:100%}@media (min-width: 1280px){.modal-wrap .modal.full-height{height:90%}}.modal-wrap .modal .close-icon{display:none;position:absolute;top:16px;right:16px;cursor:pointer;border-radius:50%;width:22px;height:22px}@media (min-width: 1280px){.modal-wrap .modal .close-icon{transition:.2s ease-out}.modal-wrap .modal .close-icon:hover,.modal-wrap .modal .close-icon:focus{box-shadow:0 0 0 4px #0000000d}.dark-theme .modal-wrap .modal .close-icon:hover,.dark-theme .modal-wrap .modal .close-icon:focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .modal-wrap .modal .close-icon:hover,body:not(.light-theme) .modal-wrap .modal .close-icon:focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px){.modal-wrap .modal .close-icon:not(.desktop-hide){display:flex}}.modal-wrap .anjimodal-close{position:relative;background:#f1f6f9;display:flex;align-items:center;justify-content:center;padding:20px;width:100%;border-radius:20px;font-size:16px;font-weight:600;cursor:pointer;transition:.2s ease-out}.dark-theme .modal-wrap .anjimodal-close{background:#303030}@media (prefers-color-scheme: dark){body:not(.light-theme) .modal-wrap .anjimodal-close{background:#303030}}@media (min-width: 1280px){.modal-wrap .anjimodal-close{display:none}.modal-wrap .anjimodal-close:hover{background:#d7e4ec}}body.beastswap.dark-theme .modal-wrap .anjimodal-close{border:.5px solid #ffffff}.settings-modal-wrap{display:grid;gap:20px;padding:8px;position:relative}.settings-modal-wrap.info{padding:20px;top:0;left:0;width:100%;height:100%;background:#f1f6f9;align-content:center}.dark-theme .settings-modal-wrap.info{background:#303030}@media (prefers-color-scheme: dark){body:not(.light-theme) .settings-modal-wrap.info{background:#303030}}.settings-modal-wrap.info p{margin-bottom:0}.settings-modal-wrap form{display:grid;gap:20px}.settings-modal-wrap .head{display:grid;grid-template-columns:max-content 1fr max-content;align-items:baseline;gap:12px}@media (min-width: 1280px){.settings-modal-wrap .head{display:flex;gap:0}}@media (min-width: 1280px){.settings-modal-wrap .head a{margin:0 10px}}.settings-modal-wrap .head svg-icon,.settings-modal-wrap .head svg{cursor:pointer;border-radius:50%}@media (min-width: 1280px){.settings-modal-wrap .head svg-icon,.settings-modal-wrap .head svg{transition:.2s ease-out}.settings-modal-wrap .head svg-icon:hover,.settings-modal-wrap .head svg-icon:focus,.settings-modal-wrap .head svg:hover,.settings-modal-wrap .head svg:focus{box-shadow:0 0 0 4px #0000000d}.dark-theme .settings-modal-wrap .head svg-icon:hover,.dark-theme .settings-modal-wrap .head svg-icon:focus,.dark-theme .settings-modal-wrap .head svg:hover,.dark-theme .settings-modal-wrap .head svg:focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .settings-modal-wrap .head svg-icon:hover,body:not(.light-theme) .settings-modal-wrap .head svg-icon:focus,body:not(.light-theme) .settings-modal-wrap .head svg:hover,body:not(.light-theme) .settings-modal-wrap .head svg:focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px){.settings-modal-wrap .head svg-icon,.settings-modal-wrap .head svg{width:15px;height:15px}}.dark-theme .settings-modal-wrap .head .info-icon.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .settings-modal-wrap .head .info-icon.light{display:none}}.settings-modal-wrap .head .info-icon.dark{display:none}.dark-theme .settings-modal-wrap .head .info-icon.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .settings-modal-wrap .head .info-icon.dark{display:flex}}.settings-modal-wrap .item{display:grid}.settings-modal-wrap .item.disabled{pointer-events:none}.settings-modal-wrap .item.disabled .radio-wrap{opacity:.3}.settings-modal-wrap .item .input-wrap{display:grid;grid-template-columns:1fr 100px;gap:8px}.settings-modal-wrap .item .input-wrap.full-width{grid-template-columns:1fr}.settings-modal-wrap .item .input-wrap input{border-radius:20px;background:#e1ecf3;padding:12px;border:none;text-align:center;font-size:14px;font-weight:600}.dark-theme .settings-modal-wrap .item .input-wrap input{background:rgba(255,255,255,.1);color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .settings-modal-wrap .item .input-wrap input{background:rgba(255,255,255,.1);color:#fff}}.settings-modal-wrap .item .input-wrap input::placeholder{color:#000;opacity:.2}.dark-theme .settings-modal-wrap .item .input-wrap input::placeholder{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .settings-modal-wrap .item .input-wrap input::placeholder{color:#fff}}.settings-modal-wrap .item .input-wrap input:focus{outline:none}.settings-modal-wrap .item .input-wrap select{border-radius:20px;background:#e1ecf3;border:none;cursor:pointer;padding:20px;font-size:14px;font-weight:600;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25439 6.24245L0.989332 2.58924C0.413488 1.94494 0.870809 0.922852 1.73494 0.922852H8.26506C9.12919 0.922852 9.58651 1.94494 9.01067 2.58924L5.74561 6.24245C5.34805 6.68727 4.65195 6.68727 4.25439 6.24245Z' fill='%23333333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}@media (min-width: 1280px){.settings-modal-wrap .item .input-wrap select{transition:.2s ease-out}.settings-modal-wrap .item .input-wrap select:hover,.settings-modal-wrap .item .input-wrap select:focus{box-shadow:0 0 0 4px #0000000d}.dark-theme .settings-modal-wrap .item .input-wrap select:hover,.dark-theme .settings-modal-wrap .item .input-wrap select:focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .settings-modal-wrap .item .input-wrap select:hover,body:not(.light-theme) .settings-modal-wrap .item .input-wrap select:focus{box-shadow:0 0 0 4px #ffffff0d}}.dark-theme .settings-modal-wrap .item .input-wrap select{background:rgba(255,255,255,.1);color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25439 6.24245L0.989332 2.58924C0.413488 1.94494 0.870809 0.922852 1.73494 0.922852H8.26506C9.12919 0.922852 9.58651 1.94494 9.01067 2.58924L5.74561 6.24245C5.34805 6.68727 4.65195 6.68727 4.25439 6.24245Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}@media (prefers-color-scheme: dark){body:not(.light-theme) .settings-modal-wrap .item .input-wrap select{background:rgba(255,255,255,.1);color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25439 6.24245L0.989332 2.58924C0.413488 1.94494 0.870809 0.922852 1.73494 0.922852H8.26506C9.12919 0.922852 9.58651 1.94494 9.01067 2.58924L5.74561 6.24245C5.34805 6.68727 4.65195 6.68727 4.25439 6.24245Z' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}}.settings-modal-wrap .item .input-wrap select:focus{outline:none}.settings-modal-wrap .item .input-wrap select.active{background-color:#202020;color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25439 6.24245L0.989332 2.58924C0.413488 1.94494 0.870809 0.922852 1.73494 0.922852H8.26506C9.12919 0.922852 9.58651 1.94494 9.01067 2.58924L5.74561 6.24245C5.34805 6.68727 4.65195 6.68727 4.25439 6.24245Z' fill='%23FFFFFF'/%3E%3C/svg%3E")}.settings-modal-wrap .back{position:absolute;top:20px;right:20px}@media (min-width: 1280px){.settings-modal-wrap .back{right:auto;left:24px}}.settings-modal-wrap .blurb{padding-right:15px}.settings-modal-wrap .blurb p{font-size:12px;font-weight:400}.swap-info-wrap:not(.modal-inner){background:rgba(255,255,255,.3);border:none;border-radius:17px;font-size:14px;cursor:pointer}@media (min-width: 1280px){.swap-info-wrap:not(.modal-inner){transition:.2s ease-out}.swap-info-wrap:not(.modal-inner):hover,.swap-info-wrap:not(.modal-inner):focus{box-shadow:0 0 0 4px #0000000d}.dark-theme .swap-info-wrap:not(.modal-inner):hover,.dark-theme .swap-info-wrap:not(.modal-inner):focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .swap-info-wrap:not(.modal-inner):hover,body:not(.light-theme) .swap-info-wrap:not(.modal-inner):focus{box-shadow:0 0 0 4px #ffffff0d}}body.beastswap.dark-theme .swap-info-wrap:not(.modal-inner){border:.5px solid #ffffff}.dark-theme .swap-info-wrap:not(.modal-inner){background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-info-wrap:not(.modal-inner){background:rgba(255,255,255,.1)}}.swap-info-wrap:not(.modal-inner) .info{padding:0 12px}@media (min-width: 1280px){.swap-info-wrap.staking{background:#ffffff}.dark-theme .swap-info-wrap.staking{background:rgba(255,255,255,.1)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .swap-info-wrap.staking{background:rgba(255,255,255,.1)}}.swap-info-wrap.staking .head .exchange:before{display:none}.swap-info-wrap:not(.staking) .exchange,.swap-info-wrap:not(.staking) .price{grid-column:1/span 2}.swap-info-wrap .head,.swap-info-wrap .exchange-head{display:grid;align-items:center;gap:8px;padding:12px;grid-template-columns:max-content 1fr min-content}.swap-info-wrap .head img,.swap-info-wrap .exchange-head img{width:20px;border-radius:20px}.swap-info-wrap .head .exchange,.swap-info-wrap .head .exchange-title,.swap-info-wrap .exchange-head .exchange,.swap-info-wrap .exchange-head .exchange-title{display:flex;align-items:center;font-weight:700}.swap-info-wrap .head .exchange-title,.swap-info-wrap .exchange-head .exchange-title{margin-bottom:5px}.swap-info-wrap .head .dot,.swap-info-wrap .exchange-head .dot{content:"";background:#46e24c;width:7px;height:7px;border-radius:50%;margin-right:7px}.swap-info-wrap .head .exchange:before,.swap-info-wrap .exchange-head .exchange:before{content:"";background:#46e24c;width:7px;height:7px;border-radius:50%;margin-right:7px}.swap-info-wrap .head .price,.swap-info-wrap .exchange-head .price{font-weight:500;opacity:0;flex:1;transition:.2s ease-out}.swap-info-wrap .head .price.visible,.swap-info-wrap .exchange-head .price.visible{opacity:.4}.dark-theme .swap-info-wrap .head .dropdown-arrow.light,.dark-theme .swap-info-wrap .exchange-head .dropdown-arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-info-wrap .head .dropdown-arrow.light,body:not(.light-theme) .swap-info-wrap .exchange-head .dropdown-arrow.light{display:none}}.swap-info-wrap .head .dropdown-arrow.dark,.swap-info-wrap .exchange-head .dropdown-arrow.dark{display:none}.dark-theme .swap-info-wrap .head .dropdown-arrow.dark,.dark-theme .swap-info-wrap .exchange-head .dropdown-arrow.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-info-wrap .head .dropdown-arrow.dark,body:not(.light-theme) .swap-info-wrap .exchange-head .dropdown-arrow.dark{display:flex}}.swap-info-wrap .head .dropdown-arrow svg-icon,.swap-info-wrap .exchange-head .dropdown-arrow svg-icon{transition:.2s ease-out}.swap-info-wrap .head .dropdown-arrow svg-icon.open,.swap-info-wrap .exchange-head .dropdown-arrow svg-icon.open{transform:rotate(-180deg)}@media (min-width: 1280px){.swap-info-wrap .head .dropdown-arrow svg-icon.open,.swap-info-wrap .exchange-head .dropdown-arrow svg-icon.open{transform:none}}.swap-info-wrap .info{height:0;overflow:hidden;transition:.2s ease-out}@media (min-width: 1280px){.swap-info-wrap .info{height:auto}}@media (min-width: 1280px){.swap-info-wrap .info.inline{display:none}}.swap-info-wrap .info.open{height:auto;padding-bottom:12px}.swap-info-wrap .info .details{display:grid;gap:5px}.swap-info-wrap .info .details .line{display:flex;justify-content:space-between}.swap-info-wrap .info .details .line .label{opacity:.3;font-weight:400}.swap-info-wrap .info .details .line .val{font-weight:500}.swap-info-wrap .info .dex-select{display:grid;gap:10px;margin-top:20px}.swap-info-wrap .info .dex-select h4{margin-bottom:10px}.swap-info-wrap .info .dex-select h4 a{font-size:12px}.swap-info-wrap .info .dex-select .option{position:relative;padding:12px 20px;border-radius:15px;border:1px solid rgba(0,0,0,.1);cursor:pointer;display:grid;gap:6px;transition:.2s ease-out}@media (max-width: 736px){.swap-info-wrap .info .dex-select .option{padding:12px 10px}}.dark-theme .swap-info-wrap .info .dex-select .option:not(.selected){border:1px solid #ffffff}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-info-wrap .info .dex-select .option:not(.selected){border:1px solid #ffffff}}@media (min-width: 1280px){.swap-info-wrap .info .dex-select .option:hover{background:rgba(225,236,243,.5)}.dark-theme .swap-info-wrap .info .dex-select .option:hover{background:rgba(255,255,255,.1)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .swap-info-wrap .info .dex-select .option:hover{background:rgba(255,255,255,.1)}}.swap-info-wrap .info .dex-select .option.selected{background:linear-gradient(78.89deg,rgba(213,117,236,.15) 8.06%,rgba(164,219,220,.15) 91.65%);border-color:#007aff}.swap-info-wrap .info .dex-select .option.best-option:before{content:"Best Option";background:#007aff;color:#fff;padding:3px 6px;border-radius:20px;font-size:10px;font-weight:600;position:absolute;top:0;left:20px;transform:translateY(-50%)}.swap-info-wrap .info .dex-select .option .row{display:flex;justify-content:space-between;gap:5px;align-items:center}.swap-info-wrap .info .dex-select .option .row .name{display:flex;align-items:center}.swap-info-wrap .info .dex-select .option .row .name img{width:30px;height:30px;border-radius:30px;background-color:#fff;margin-right:10px}@media (max-width: 736px){.swap-info-wrap .info .dex-select .option .row .name img{margin-right:5px;width:20px;height:20px}}.swap-info-wrap .info .dex-select .option .row .name .dex-name{font-size:14px;font-weight:700}@media (max-width: 736px){.swap-info-wrap .info .dex-select .option .row .name .dex-name.long{display:none}}.swap-info-wrap .info .dex-select .option .row .name .dex-name.short{display:none}@media (max-width: 736px){.swap-info-wrap .info .dex-select .option .row .name .dex-name.short{display:block}}.swap-info-wrap .info .dex-select .option .row .name .path{display:flex;font-size:12px;opacity:.4}.swap-info-wrap .info .dex-select .option .row .details{text-align:right}.swap-info-wrap .info .dex-select .option .row .details .price{grid-column:auto;margin-left:0;font-size:12px}.swap-info-wrap .info .dex-select .option .row .value{font-size:15px;font-weight:700;word-break:break-all}.swap-info-wrap .info .dex-select .option .row .fees,.swap-info-wrap .info .dex-select .option .row .price{font-weight:400;opacity:.4}.stake-info-wrap{display:grid;gap:5px}.stake-info-wrap .top{display:flex;justify-content:space-between;font-weight:400}.stake-info-wrap .top .label{opacity:.3}.stake-info-wrap p{font-weight:400;margin:0}.swap-info-modal app-modal{display:none}@media (min-width: 1280px){.swap-info-modal app-modal{display:grid}}.swap-info-modal app-modal .info-modal-wrap{padding:8px}.swap-info-modal app-modal .info-modal-wrap h2{margin-bottom:16px}.swap-input-wrap{background:#ffffff;border-radius:20px;font-size:14px}body.beastswap.dark-theme .swap-input-wrap{border:.5px solid #ffffff}.dark-theme .swap-input-wrap{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-input-wrap{background:rgba(255,255,255,.1)}}.swap-input-wrap.top{border-top-left-radius:30px;border-top-right-radius:30px}body.beastswap.dark-theme .swap-input-wrap.top{margin-bottom:4px}@media (min-width: 1280px){body.beastswap.dark-theme .swap-input-wrap.top{margin-bottom:0}}.swap-input-wrap.bottom{border-bottom-left-radius:30px;border-bottom-right-radius:30px}body.beastswap.dark-theme .swap-input-wrap.bottom{margin-top:4px}@media (min-width: 1280px){body.beastswap.dark-theme .swap-input-wrap.bottom{margin-top:0}}.swap-input-wrap input::-webkit-outer-spin-button,.swap-input-wrap input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.swap-input-wrap input[type=number]{-moz-appearance:textfield}.dark-theme .swap-input-wrap input[type=number]{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-input-wrap input[type=number]{color:#fff}}.swap-input-wrap .large-input-wrap{padding:25px 25px 0;width:100%}.swap-input-wrap .large-input-wrap .large-input{-webkit-appearance:none;border:none;outline:none;font-size:40px;font-weight:600;width:100%;background:transparent;padding:0}.swap-input-wrap .large-input-wrap .large-input:focus,.swap-input-wrap .large-input-wrap .large-input:active{outline:none}.swap-input-wrap .large-input-wrap .large-input::placeholder{color:#e1e1e1}.dark-theme .swap-input-wrap .large-input-wrap .large-input::placeholder{color:#ffffff4d}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-input-wrap .large-input-wrap .large-input::placeholder{color:#ffffff4d}}.swap-input-wrap.stake-input-wrap .stake-info{min-height:0;padding-bottom:5px}.swap-input-wrap.stake-input-wrap .timing{color:#c3c3c3;word-break:break-all;padding:5px 25px}.swap-input-wrap.stake-input-wrap .timing .time-bar{margin-bottom:5px}.swap-input-wrap .bottom,.swap-input-wrap .stake-info{padding:10px 25px 25px;display:flex;justify-content:space-between;align-items:flex-end;min-height:80px}.swap-input-wrap .bottom .left,.swap-input-wrap .stake-info .left{display:grid;gap:10px;align-self:flex-start}.swap-input-wrap .bottom .left .dollar,.swap-input-wrap .stake-info .left .dollar{color:#c3c3c3}.dark-theme .swap-input-wrap .bottom .left .dollar,.dark-theme .swap-input-wrap .stake-info .left .dollar{color:#ffffff80}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-input-wrap .bottom .left .dollar,body:not(.light-theme) .swap-input-wrap .stake-info .left .dollar{color:#ffffff80}}.swap-input-wrap .bottom .left .bal,.swap-input-wrap .stake-info .left .bal{display:grid;grid-template-columns:repeat(3,max-content);align-items:center;color:#c3c3c3;gap:6px}.dark-theme .swap-input-wrap .bottom .left .bal .wallet-icon.light,.dark-theme .swap-input-wrap .stake-info .left .bal .wallet-icon.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-input-wrap .bottom .left .bal .wallet-icon.light,body:not(.light-theme) .swap-input-wrap .stake-info .left .bal .wallet-icon.light{display:none}}.swap-input-wrap .bottom .left .bal .wallet-icon.dark,.swap-input-wrap .stake-info .left .bal .wallet-icon.dark{display:none}.dark-theme .swap-input-wrap .bottom .left .bal .wallet-icon.dark,.dark-theme .swap-input-wrap .stake-info .left .bal .wallet-icon.dark{display:block}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-input-wrap .bottom .left .bal .wallet-icon.dark,body:not(.light-theme) .swap-input-wrap .stake-info .left .bal .wallet-icon.dark{display:block}}.dark-theme .swap-input-wrap .bottom .left .bal,.dark-theme .swap-input-wrap .stake-info .left .bal{color:#ffffff80}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-input-wrap .bottom .left .bal,body:not(.light-theme) .swap-input-wrap .stake-info .left .bal{color:#ffffff80}}.swap-wrap{width:100%;padding:20px 20px 110px}@media (min-width: 1280px){.swap-wrap{padding:0 20px 20px;height:100%;display:grid;align-items:center}}.swap-wrap .page-head{display:flex;align-items:center}.swap-wrap .page-head h4{flex:1}.swap-wrap .page-head .actions{display:grid;align-items:center;grid-template-columns:max-content max-content max-content max-content;gap:10px}.swap-wrap .page-head .actions svg-icon{padding:2px;cursor:pointer}@media (min-width: 1280px){.swap-wrap .page-head .actions svg-icon{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.swap-wrap .page-head .actions svg-icon:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a}}@media (min-width: 1280px){.swap-wrap .page-head .actions svg-icon.graph-link{display:none}}.swap-wrap .swap-graph{transform:translate(100%);transition:.3s ease-out;position:fixed;inset:0;display:grid;grid-template-rows:max-content 1fr;padding-top:70px;background:linear-gradient(180deg,#f5f7fa 0%,#cfdeec 100%);z-index:19}@media (min-width: 1280px){.swap-wrap .swap-graph{border-radius:30px 30px 0 0}}.dark-theme .swap-wrap .swap-graph{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-wrap .swap-graph{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}}.swap-wrap .swap-graph.open{transform:translate(0)}@media (min-width: 1280px){.swap-wrap .swap-graph{display:grid;transform:none;position:relative;height:auto;padding:0;background:transparent;grid-template-rows:auto}}.swap-wrap .swap-graph graph{height:100%}@media (min-width: 1280px){.swap-wrap .swap-graph back-link{display:none}}.swap-wrap .form-wrap{display:grid;gap:10px}.swap-wrap .form-wrap.form-wrap-no-graph{grid-template-columns:1fr}@media (min-width: 1280px){.swap-wrap .form-wrap{gap:30px;max-width:1040px;margin:0 auto;width:100%}}@media (min-width: 1280px){.swap-wrap .form-wrap{grid-template-columns:1fr 335px}}.swap-wrap .form-wrap .swap-form{display:grid;gap:20px;min-height:635px}@media (min-width: 1280px){.swap-wrap .form-wrap .swap-form{order:2;align-items:flex-start;min-width:340px}}.swap-wrap .form-wrap .swap-form .form{width:100%;overflow:hidden}.swap-wrap .form-wrap .swap-form .form .swap-arrow{width:38px;height:38px;background:#ffffff;border-radius:13px;display:flex;align-items:center;justify-content:center;border:3px solid #eeedf8;margin:-17px auto;z-index:2;position:relative;cursor:pointer}@media (min-width: 1280px){.swap-wrap .form-wrap .swap-form .form .swap-arrow{margin:-13px auto;transition:.2s ease-out}.swap-wrap .form-wrap .swap-form .form .swap-arrow:hover{transform:scale(1.05);background:#eeedf8;box-shadow:0 5px 20px #0000001a}.swap-wrap .form-wrap .swap-form .form .swap-arrow:hover svg path{stroke:#007aff}}.dark-theme .swap-wrap .form-wrap .swap-form .form .swap-arrow{background:#333333;border:3px solid #1b1b1b}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-wrap .form-wrap .swap-form .form .swap-arrow{background:#333333;border:3px solid #1b1b1b}}.dark-theme .swap-wrap .form-wrap .swap-form .form .swap-arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-wrap .form-wrap .swap-form .form .swap-arrow.light{display:none}}.swap-wrap .form-wrap .swap-form .form .swap-arrow.dark{display:none}.dark-theme .swap-wrap .form-wrap .swap-form .form .swap-arrow.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .swap-wrap .form-wrap .swap-form .form .swap-arrow.dark{display:flex}}.swap-wrap .form-wrap .swap-form .form .swap-arrow svg path{transition:.2s ease-out}.swap-wrap .form-wrap .swap-form .settings{padding:10px;border-radius:17px;display:grid;grid-template-columns:max-content 1fr;align-items:center;gap:8px;transition:.2s ease-out;margin:-10px auto 0}@media (min-width: 1280px){.swap-wrap .form-wrap .swap-form .settings:hover{background:rgba(0,123,255,.1)}}@media (min-width: 1280px){.swap-wrap .form-wrap .graph{order:1}}.token-list-item-wrap{display:grid;grid-template-columns:max-content 1fr max-content;gap:15px;align-items:center;cursor:pointer;position:relative}@media (min-width: 1280px) and (min-width: 1280px){.token-list-item-wrap.hover{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.token-list-item-wrap.hover:hover{background:rgba(0,0,0,.05);box-shadow:0 0 0 7px #0000000d}}@media (min-width: 1280px) and (min-width: 1280px){.dark-theme .token-list-item-wrap.hover{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.dark-theme .token-list-item-wrap.hover:hover{background:rgba(255,255,255,.05);box-shadow:0 0 0 7px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark) and (min-width: 1280px){body:not(.light-theme) .token-list-item-wrap.hover{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}body:not(.light-theme) .token-list-item-wrap.hover:hover{background:rgba(255,255,255,.05);box-shadow:0 0 0 7px #ffffff0d}}.token-list-item-wrap.wrap-with-pins{grid-template-columns:max-content 1fr max-content max-content}.token-list-item-wrap.small .token-details .val,.token-list-item-wrap.small .token-details .price,.token-list-item-wrap.small .token-details .total,.token-list-item-wrap.small .token-details .change,.token-list-item-wrap.small .token-details .val.small,.token-list-item-wrap.small .token-details .price.small,.token-list-item-wrap.small .token-details .total.small,.token-list-item-wrap.small .token-details .change.small{font-size:12px}.token-list-item-wrap .pin svg-icon{pointer-events:none;transform:rotate(45deg);transition:.1s ease-out}.token-list-item-wrap .pin.active svg-icon{transform:rotate(0)}@media (min-width: 1280px){.token-list-item-wrap.large{background:#ffffff;border-radius:20px;padding:16px;display:grid;grid-template-columns:1fr;position:relative;gap:20px}.dark-theme .token-list-item-wrap.large{background:rgba(255,255,255,.1);border-radius:20px}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .token-list-item-wrap.large{background:rgba(255,255,255,.1);border-radius:20px}}@media (min-width: 1280px){.token-list-item-wrap.large:hover{background:#ffffff}.dark-theme .token-list-item-wrap.large:hover{background:rgba(255,255,255,.16)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .token-list-item-wrap.large:hover{background:rgba(255,255,255,.16)}}@media (min-width: 1280px){.token-list-item-wrap.large .icon{display:flex;align-items:center;gap:10px}.token-list-item-wrap.large .icon svg-icon{margin-left:6px}.token-list-item-wrap.large .icon .name{display:flex;font-weight:600}.token-list-item-wrap.large .token-details{display:grid;grid-template-columns:1fr;justify-items:start;align-items:center}.token-list-item-wrap.large .token-details .name.span-2{display:none}.token-list-item-wrap.large .token-details .change{justify-self:start}.token-list-item-wrap.large .token-details .val{order:2}.token-list-item-wrap.large .token-details .val.small{font-size:16px}.token-list-item-wrap.large .forward-arrow{position:absolute;top:16px;right:16px}.token-list-item-wrap.large .pin{position:absolute;top:13px;right:32px}}.token-list-item-wrap a{position:absolute;top:0;left:0;width:100%;height:100%}@media (min-width: 1280px){.token-list-item-wrap a.no-link{display:none}}.token-list-item-wrap .icon{box-shadow:0 9px 20px #00000029;width:33px;height:33px;border-radius:50%}.token-list-item-wrap .icon img{width:100%;height:100%;border-radius:30px}.token-list-item-wrap .icon .name{display:none}.token-list-item-wrap .token-details{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;width:100%}.token-list-item-wrap .token-details .name{font-weight:600;display:flex;align-items:center}.token-list-item-wrap .token-details .name svg-icon{margin-left:6px}.token-list-item-wrap .token-details .name.span-2{grid-row:span 2}.token-list-item-wrap .token-details .val{font-size:16px;font-weight:600}.token-list-item-wrap .token-details .val.small{font-size:14px}.token-list-item-wrap .token-details .val,.token-list-item-wrap .token-details .total{text-align:right}.token-list-item-wrap .token-details .price,.token-list-item-wrap .token-details .total{font-size:12px;color:#c3c3c3;font-weight:500}.dark-theme .token-list-item-wrap .token-details .price,.dark-theme .token-list-item-wrap .token-details .total{color:#ffffff80}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-list-item-wrap .token-details .price,body:not(.light-theme) .token-list-item-wrap .token-details .total{color:#ffffff80}}.token-list-item-wrap .token-details .change{font-size:12px;font-weight:500;display:grid;grid-template-columns:repeat(2,max-content);justify-items:center;align-items:center;gap:5px;justify-self:end}.token-list-item-wrap .token-details .change.rising{color:#32d432}.token-list-item-wrap .token-details .change.rising svg{width:10px;transform:rotate(180deg)}.token-list-item-wrap .token-details .change.rising svg path{stroke:#32d432}.token-list-item-wrap .token-details .change.rising span:before{content:"+"}.token-list-item-wrap .token-details .change.falling{color:#ee6a6a}.token-list-item-wrap .token-details .change.falling svg path{stroke:#ee6a6a}.token-list-item-wrap .token-details .change.falling span:before{content:"-"}.dark-theme .token-list-item-wrap .forward-arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-list-item-wrap .forward-arrow.light{display:none}}.token-list-item-wrap .forward-arrow.dark{display:none}.dark-theme .token-list-item-wrap .forward-arrow.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-list-item-wrap .forward-arrow.dark{display:flex}}.token-select-manage-wrap{display:grid;gap:16px}@media (min-width: 1280px){.token-select-manage-wrap{padding:8px}}.token-select-manage-wrap.manage .head{grid-template-columns:min-content 1fr}@media (min-width: 1280px){.token-select-manage-wrap.manage .head{display:grid;gap:12px}}.dark-theme .token-select-manage-wrap.manage .head .back-arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap.manage .head .back-arrow.light{display:none}}.token-select-manage-wrap.manage .head .back-arrow.dark{display:none}.dark-theme .token-select-manage-wrap.manage .head .back-arrow.dark{display:grid}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap.manage .head .back-arrow.dark{display:grid}}.token-select-manage-wrap.manage .head.start-manage{display:none}@media (min-width: 1280px){.token-select-manage-wrap.manage .head.start-manage{display:grid}.token-select-manage-wrap.manage .head.start-manage svg-icon{display:none}}.token-select-manage-wrap.manage .head h2{text-align:center;padding-right:17px}.token-select-manage-wrap .head{display:grid;grid-template-columns:1fr min-content;align-items:baseline;gap:12px}@media (min-width: 1280px){.token-select-manage-wrap .head{display:flex;gap:0}}.token-select-manage-wrap .head svg{cursor:pointer}@media (min-width: 1280px){.token-select-manage-wrap .head svg{margin-left:12px}}.token-select-manage-wrap .pinned{padding:16px 0 0;border-top:1px solid #daddde;display:flex;gap:8px;flex-wrap:wrap}.dark-theme .token-select-manage-wrap .pinned{border-color:#ffffff26}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .pinned{border-color:#ffffff26}}.token-select-manage-wrap .pinned .item{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;text-transform:uppercase;padding:10px;background:#ffffff;border-radius:15px;cursor:pointer}@media (min-width: 1280px){.token-select-manage-wrap .pinned .item{transition:.2s ease-out}.token-select-manage-wrap .pinned .item:hover,.token-select-manage-wrap .pinned .item:focus{box-shadow:0 0 0 4px #0000000d}.dark-theme .token-select-manage-wrap .pinned .item:hover,.dark-theme .token-select-manage-wrap .pinned .item:focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .pinned .item:hover,body:not(.light-theme) .token-select-manage-wrap .pinned .item:focus{box-shadow:0 0 0 4px #ffffff0d}}.dark-theme .token-select-manage-wrap .pinned .item{background:rgba(255,255,255,.2)}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .pinned .item{background:rgba(255,255,255,.2)}}.token-select-manage-wrap .pinned .item .icon{margin-right:10px;width:20px;flex:0 0 20px;height:20px;border-radius:50%;box-shadow:0 9px 20px #00000029}.token-select-manage-wrap .pinned .item .icon img{width:100%;height:100%}.token-select-manage-wrap .list{padding:16px 0 0;border-top:1px solid #daddde;display:grid;gap:18px}.dark-theme .token-select-manage-wrap .list{border-color:#ffffff26}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .list{border-color:#ffffff26}}.token-select-manage-wrap .list .item{display:flex;align-items:center;width:100%}@media (min-width: 1280px){.token-select-manage-wrap .list .item{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.token-select-manage-wrap .list .item:hover{background:#e1ecf3;box-shadow:0 0 0 7px #e1ecf3}}@media (min-width: 1280px){.dark-theme .token-select-manage-wrap .list .item{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.dark-theme .token-select-manage-wrap .list .item:hover{background:rgba(255,255,255,.1);box-shadow:0 0 0 7px #ffffff1a}}@media (prefers-color-scheme: dark) and (min-width: 1280px){body:not(.light-theme) .token-select-manage-wrap .list .item{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}body:not(.light-theme) .token-select-manage-wrap .list .item:hover{background:rgba(255,255,255,.1);box-shadow:0 0 0 7px #ffffff1a}}.token-select-manage-wrap .list .item .flex-full{flex:1}.token-select-manage-wrap .list .item .pin{cursor:pointer;position:relative;width:20px;height:100%;display:flex;align-items:center;justify-content:center}.token-select-manage-wrap .list .item .pin svg-icon{pointer-events:none;transform:rotate(45deg);transition:.1s ease-out}.token-select-manage-wrap .list .item .pin.active svg-icon{transform:rotate(0)}.token-select-manage-wrap .view-toggle{display:grid;grid-template-columns:1fr 1fr;border-radius:20px;background:#e1ecf3;padding:6px;position:relative}.dark-theme .token-select-manage-wrap .view-toggle{background:rgba(255,255,255,.2)}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .view-toggle{background:rgba(255,255,255,.2)}}.token-select-manage-wrap .view-toggle:after{content:"";background:#202020;position:absolute;top:6px;left:6px;height:calc(100% - 12px);width:calc(50% - 6px);transition:.2s ease-in-out;border-radius:14px}.dark-theme .token-select-manage-wrap .view-toggle:after{background:rgba(255,255,255,.4)}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .view-toggle:after{background:rgba(255,255,255,.4)}}.token-select-manage-wrap .view-toggle.tokens:after{transform:translate(100%)}.token-select-manage-wrap .view-toggle .item{display:flex;align-items:center;justify-content:center;transition:.1s ease-out;position:relative;z-index:2;cursor:pointer;padding:10px;border-radius:14px;transition:.2s ease-in-out;font-weight:600}@media (min-width: 1280px){.token-select-manage-wrap .view-toggle .item:hover:not(.active){background:#daddde}.dark-theme .token-select-manage-wrap .view-toggle .item:hover:not(.active){background:rgba(255,255,255,.08)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .view-toggle .item:hover:not(.active){background:rgba(255,255,255,.08)}}.token-select-manage-wrap .view-toggle .item.active{color:#fff;transition:none}.token-select-manage-wrap .lists-wrap,.token-select-manage-wrap .tokens-wrap{width:100%;display:grid;gap:16px}.token-select-manage-wrap .lists-wrap .list{gap:10px}.token-select-manage-wrap .lists-wrap .coin-list-item{cursor:pointer;background-color:#e1ecf3;transition:background .1s ease-out}.dark-theme .token-select-manage-wrap .lists-wrap .coin-list-item{background:rgba(255,255,255,.1);color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .lists-wrap .coin-list-item{background:rgba(255,255,255,.1);color:#fff}}@media (min-width: 1280px){body.beastswap.dark-theme .token-select-manage-wrap .lists-wrap .coin-list-item{border:.5px solid #ffffff}}.token-select-manage-wrap .lists-wrap .coin-list-item .toggle:after{transition:.2s ease-in-out}.token-select-manage-wrap .lists-wrap .coin-list-item.active{background-color:#194dc3}.dark-theme .token-select-manage-wrap .lists-wrap .coin-list-item.active{color:#000;background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0));background-color:#005a71}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .lists-wrap .coin-list-item.active{color:#000;background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0));background-color:#005a71}}.token-select-manage-wrap .lists-wrap .coin-list-item.active .details{color:#fff}.token-select-manage-wrap .lists-wrap .coin-list-item.active .toggle:after{transform:translate(100%)}.token-select-manage-wrap .lists-wrap .coin-list-item .icon{position:relative}.token-select-manage-wrap .lists-wrap .coin-list-item .network-icon{width:20px;height:20px;position:absolute;left:20px;bottom:-5px}.token-select-manage-wrap .lists-wrap .coin-list-item .details{color:#000}.dark-theme .token-select-manage-wrap .lists-wrap .coin-list-item .details{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .lists-wrap .coin-list-item .details{color:#fff}}.token-select-manage-wrap .lists-wrap .coin-list-item .details .network{opacity:.7;font-size:10px}.token-select-manage-wrap .coin-list-item{background-image:linear-gradient(90deg,rgba(255,255,255,.5),rgba(255,255,255,0));border-radius:19px;display:flex;align-items:center;padding:10px;overflow:visible;position:relative}.token-select-manage-wrap .coin-list-item .icon{width:30px;height:30px;flex-shrink:0;border-radius:50%;margin-right:14px;box-shadow:0 9px 20px #00000029}.token-select-manage-wrap .coin-list-item .icon img{width:100%;height:100%;border-radius:100%}.token-select-manage-wrap .coin-list-item .details{color:#fff;flex:1;padding-right:14px}.token-select-manage-wrap .coin-list-item .details .name{font-weight:600}.token-select-manage-wrap .coin-list-item .details .total{font-size:12px}.token-select-manage-wrap .coin-list-item .toggle{width:54px;height:30px;background:rgba(255,255,255,.1);border-radius:32px;position:relative;cursor:pointer;transition:.1s ease-out}@media (min-width: 1280px){.token-select-manage-wrap .coin-list-item .toggle:hover{background:rgba(255,255,255,.2)}}.token-select-manage-wrap .coin-list-item .toggle:after{content:"";width:22px;height:22px;background:#ffffff;position:absolute;top:4px;left:4px;border-radius:50%}.token-select-manage-wrap .coin-list-item .more{padding:0 10px;margin-left:10px;cursor:pointer}.token-select-manage-wrap .coin-list-item .more:hover .more-options{display:grid}.token-select-manage-wrap .coin-list-item .more .more-options{display:none;position:absolute;right:8px;top:70%;gap:4px;background:#ffffff;border-radius:15px;box-shadow:0 4px 20px #0003;padding:12px;z-index:10}.token-select-manage-wrap .coin-list-item .more .more-options .sub{color:#c3c3c3;font-size:10px}.token-select-manage-wrap .coin-list-item .more .more-options a{color:#000}.token-select-manage-wrap .tokens-wrap .list .heading{display:flex;justify-content:space-between}.token-select-manage-wrap .tokens-wrap .list .heading .label{font-weight:700}@media (min-width: 1280px){.token-select-manage-wrap .tokens-wrap .list .heading a{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.token-select-manage-wrap .tokens-wrap .list .heading a:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a}}.token-select-manage-wrap .tokens-wrap .list .coin-list-item{background:transparent;padding:0}.token-select-manage-wrap .tokens-wrap .list .coin-list-item .details{color:#000}.dark-theme .token-select-manage-wrap .tokens-wrap .list .coin-list-item .details{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .tokens-wrap .list .coin-list-item .details{color:#fff}}.dark-theme .token-select-manage-wrap .tokens-wrap .list .coin-list-item .details .code{opacity:.5}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-manage-wrap .tokens-wrap .list .coin-list-item .details .code{opacity:.5}}@media (min-width: 1280px){.token-select-manage-wrap .tokens-wrap .list .coin-list-item:hover{background:transparent;box-shadow:none}}.token-select-manage-wrap .tokens-wrap .list .coin-list-item .actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center}.token-select-manage-wrap .tokens-wrap .list .coin-list-item .actions .link{padding:5px}@media (min-width: 1280px){.token-select-manage-wrap .tokens-wrap .list .coin-list-item .actions .link{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.token-select-manage-wrap .tokens-wrap .list .coin-list-item .actions .link:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a}}.token-select-manage-wrap .tokens-wrap .list .coin-list-item .actions .remove{padding:5px}@media (min-width: 1280px){.token-select-manage-wrap .tokens-wrap .list .coin-list-item .actions .remove{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.token-select-manage-wrap .tokens-wrap .list .coin-list-item .actions .remove:hover{background:rgba(255,0,0,.11);box-shadow:0 0 0 7px #ff00001c}}.token-select-wrap{display:grid;align-items:center;gap:10px;grid-template-columns:max-content 1fr max-content;transition:.2s ease-out;cursor:pointer;border-radius:6px;padding:4px;box-shadow:0 0 0 6px #0000}@media (min-width: 1280px){.token-select-wrap:hover{background:rgba(0,0,0,.03);box-shadow:0 0 0 6px #00000008}.dark-theme .token-select-wrap:hover{background:rgba(255,255,255,.05);box-shadow:0 0 0 6px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .token-select-wrap:hover{background:rgba(255,255,255,.05);box-shadow:0 0 0 6px #ffffff0d}}.token-select-wrap .icon{width:19px;height:19px;border-radius:50%;box-shadow:0 2px 9px #00000026;position:relative}.token-select-wrap .icon img{width:100%;height:100%;border-radius:30px}.dark-theme .token-select-wrap .dropdown-arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-wrap .dropdown-arrow.light{display:none}}.token-select-wrap .dropdown-arrow.dark{display:none}.dark-theme .token-select-wrap .dropdown-arrow.dark{display:block}@media (prefers-color-scheme: dark){body:not(.light-theme) .token-select-wrap .dropdown-arrow.dark{display:block}}.wallet-component-wrap{width:100%;background:rgba(255,255,255,.5);padding:60px 20px 110px;display:grid;align-items:flex-start;align-content:flex-start;margin-top:-60px;min-height:100vh}@media (min-width: 1280px){body.beastswap.dark-theme .wallet-component-wrap{border:.5px solid #ffffff}}.dark-theme .wallet-component-wrap{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}@media (prefers-color-scheme: dark){body:not(.light-theme) .wallet-component-wrap{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}}@media (min-width: 1280px){.wallet-component-wrap{padding:28px;margin-top:0;height:100%;min-height:0;overflow:auto;border-radius:30px}.dark-theme .wallet-component-wrap{background:rgba(255,255,255,.1)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .wallet-component-wrap{background:rgba(255,255,255,.1)}}.wallet-component-wrap.not-connected .details .profile{box-shadow:none;background:linear-gradient(180deg,#f5f7fa 0%,#cfdeec 100%)}.wallet-component-wrap .wallet-close{position:absolute;padding:8px 14px;cursor:pointer;top:30px;right:30px;transition:.1s ease-out;display:none}@media (min-width: 1280px){.wallet-component-wrap .wallet-close{display:flex}.wallet-component-wrap .wallet-close:hover{transform:translate(4px)}}.wallet-component-wrap .wallet-close svg{width:12px;height:18px}.dark-theme .wallet-component-wrap .wallet-close .forward-arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .wallet-component-wrap .wallet-close .forward-arrow.light{display:none}}.wallet-component-wrap .wallet-close .forward-arrow.dark{display:none}.dark-theme .wallet-component-wrap .wallet-close .forward-arrow.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .wallet-component-wrap .wallet-close .forward-arrow.dark{display:flex}}.wallet-component-wrap .details{display:grid;justify-items:center;gap:20px;margin-bottom:30px}.wallet-component-wrap .details .profile{width:80px;height:80px;border-radius:50%;overflow:hidden;box-shadow:0 9px 20px #00000029;cursor:pointer;transition:.2s ease-out;position:relative}.wallet-component-wrap .details .profile.connected:after{font-size:10px;font-weight:700;display:block;background-color:#0006;color:#fff;position:absolute;width:80px;height:80px;top:0;left:0;text-align:center;line-height:80px;border-radius:80px;content:"";opacity:0;transition:.2s ease-out}@media (min-width: 1280px){.wallet-component-wrap .details .profile:hover{box-shadow:none}.wallet-component-wrap .details .profile:hover:after{opacity:1}}.wallet-component-wrap .details .profile img,.wallet-component-wrap .details .profile .nft-wallet-icon{width:100%;height:100%}.wallet-component-wrap .details .profile img{border-radius:80px}.wallet-component-wrap .details .profile img.with-bg{background:#f1f6f9}.wallet-component-wrap .details .profile img.with-padding{padding:4px}.wallet-component-wrap .details .profile img.nft-wallet-icon{width:80px;height:80px;border-radius:80px!important}.wallet-component-wrap .details .profile div.nft-wallet-icon{background-size:185px;background-position:-48px -5px;border-radius:80px}.wallet-component-wrap .details .title{display:grid;grid-template-columns:repeat(2,max-content);gap:10px;align-items:center;padding:0 4px;cursor:pointer}@media (min-width: 1280px){.wallet-component-wrap .details .title{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.wallet-component-wrap .details .title:hover{background:rgba(0,0,0,.03);box-shadow:0 0 0 7px #00000008}}.dark-theme .wallet-component-wrap .details .title .dropdown-arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .wallet-component-wrap .details .title .dropdown-arrow.light{display:none}}.wallet-component-wrap .details .title .dropdown-arrow.dark{display:none}.dark-theme .wallet-component-wrap .details .title .dropdown-arrow.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .wallet-component-wrap .details .title .dropdown-arrow.dark{display:flex}}.wallet-component-wrap .details .links{display:grid;grid-template-columns:repeat(2,max-content);justify-items:center;align-items:center;gap:20px}.wallet-component-wrap .details .links .link{display:grid;grid-template-columns:repeat(2,max-content);justify-items:center;align-items:center;gap:6px;padding:0 4px}@media (min-width: 1280px){.wallet-component-wrap .details .links .link{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.wallet-component-wrap .details .links .link:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a}}@media (min-width: 1280px){.wallet-component-wrap .mobile-link{display:none}}.wallet-component-wrap .desktop-trigger{display:none}@media (min-width: 1280px){.wallet-component-wrap .desktop-trigger{display:flex}}.wallet-component-wrap .overview .head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:8px}.wallet-component-wrap .overview .head .label{font-size:18px;font-weight:600}.wallet-component-wrap .overview .head .change{font-size:12px;font-weight:500;display:grid;grid-template-columns:repeat(2,max-content);justify-items:center;align-items:center;gap:5px}.wallet-component-wrap .overview .head .change.rising{color:#32d432}.wallet-component-wrap .overview .head .change.rising svg{width:10px;transform:rotate(180deg)}.wallet-component-wrap .overview .head .change.rising svg path{stroke:#32d432}.wallet-component-wrap .overview .head .change.rising span:before{content:"+"}.wallet-component-wrap .overview .head .change.falling{color:#ee6a6a}.wallet-component-wrap .overview .head .change.falling svg path{stroke:#ee6a6a}.wallet-component-wrap .overview .head .change.falling span:before{content:"-"}.wallet-component-wrap .overview .val{margin-bottom:20px}.wallet-component-wrap .overview .val h1{font-size:30px}.wallet-component-wrap .overview .wallet-graph-wrap{width:100%;position:relative;display:grid}.wallet-component-wrap .balances{margin-top:20px}.wallet-component-wrap .balances .head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}.wallet-component-wrap .balances .head .label{font-size:18px;font-weight:600}.wallet-component-wrap .balances .head a{display:flex;align-items:center}@media (min-width: 1280px){.wallet-component-wrap .balances .head a{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.wallet-component-wrap .balances .head a:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a}}.wallet-component-wrap .balances .head a svg-icon{margin-left:10px}.wallet-component-wrap .balances .display{width:100%;display:flex;border-radius:20px;overflow:hidden;margin-bottom:20px}.wallet-component-wrap .balances .display .item{display:flex;align-items:center;padding:4px;background:#d3daed;flex:1}.wallet-component-wrap .balances .display .item .icon{min-width:18px;height:18px;border-radius:10px;background:#ffffff;color:#bfc8de;letter-spacing:-.04em;font-size:11px;display:flex;align-items:center;justify-content:center}.wallet-component-wrap .balances .display .item .icon img{width:18px;height:100%}.wallet-component-wrap .balances .display .item .icon span{padding:0 4px}.wallet-component-wrap .balances .list{display:grid;gap:26px}.explore-modal-wrap{position:fixed;inset:0;align-items:flex-start;justify-content:center;padding:40px;gap:20px;z-index:110;display:none}@media (min-width: 1280px){.explore-modal-wrap{display:flex}}.explore-modal-wrap .bg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.7)}.dark-theme .explore-modal-wrap .bg{background:rgba(0,0,0,.7)}@media (prefers-color-scheme: dark){body:not(.light-theme) .explore-modal-wrap .bg{background:rgba(0,0,0,.7)}}.explore-modal-wrap .explore-modal-inner,.explore-modal-wrap .explore-modal-right-expand-inner{background:linear-gradient(180deg,rgba(245,247,250,.3) 7.66%,rgba(232,221,242,.3) 100%),rgba(255,255,255,.3);box-shadow:0 9px 20px #0000001c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:25px;z-index:2;max-height:100%;transition:.4s ease}.dark-theme .explore-modal-wrap .explore-modal-inner,.dark-theme .explore-modal-wrap .explore-modal-right-expand-inner{background:rgba(48,48,48,.7)}@media (prefers-color-scheme: dark){body:not(.light-theme) .explore-modal-wrap .explore-modal-inner,body:not(.light-theme) .explore-modal-wrap .explore-modal-right-expand-inner{background:rgba(48,48,48,.7)}}body.beastswap.dark-theme .explore-modal-wrap .explore-modal-inner,body.beastswap.dark-theme .explore-modal-wrap .explore-modal-right-expand-inner{border:.5px solid #ffffff}.explore-modal-wrap .explore-modal-inner .close-icon,.explore-modal-wrap .explore-modal-right-expand-inner .close-icon{position:absolute;top:16px;right:16px;cursor:pointer;border-radius:50%;width:22px;height:22px;display:flex}@media (min-width: 1280px){.explore-modal-wrap .explore-modal-inner .close-icon,.explore-modal-wrap .explore-modal-right-expand-inner .close-icon{transition:.2s ease-out}.explore-modal-wrap .explore-modal-inner .close-icon:hover,.explore-modal-wrap .explore-modal-inner .close-icon:focus,.explore-modal-wrap .explore-modal-right-expand-inner .close-icon:hover,.explore-modal-wrap .explore-modal-right-expand-inner .close-icon:focus{box-shadow:0 0 0 4px #0000000d}.dark-theme .explore-modal-wrap .explore-modal-inner .close-icon:hover,.dark-theme .explore-modal-wrap .explore-modal-inner .close-icon:focus,.dark-theme .explore-modal-wrap .explore-modal-right-expand-inner .close-icon:hover,.dark-theme .explore-modal-wrap .explore-modal-right-expand-inner .close-icon:focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .explore-modal-wrap .explore-modal-inner .close-icon:hover,body:not(.light-theme) .explore-modal-wrap .explore-modal-inner .close-icon:focus,body:not(.light-theme) .explore-modal-wrap .explore-modal-right-expand-inner .close-icon:hover,body:not(.light-theme) .explore-modal-wrap .explore-modal-right-expand-inner .close-icon:focus{box-shadow:0 0 0 4px #ffffff0d}}.explore-modal-wrap .explore-modal-inner{flex:3;max-width:980px;overflow:auto}.explore-modal-wrap .explore-modal-inner app-explore{width:100%;height:100%}.explore-modal-wrap .explore-modal-right-expand-inner{flex:1;max-width:0;overflow:auto}.explore-modal-wrap .explore-modal-right-expand-inner.open{max-width:400px}.explore-modal-wrap .explore-modal-right-expand-inner .manage-filter-wrap{padding:20px}.modal-list{display:grid;gap:6px}@media (min-width: 1280px){.modal-list{gap:10px}}.modal-list h3{margin:8px 6px;font-weight:700;display:none}@media (min-width: 1280px){.modal-list h3{display:flex}}.modal-list .list-item{display:grid;grid-template-columns:28px 1fr;gap:16px;align-items:center;height:28px;cursor:pointer}@media (min-width: 1280px){.modal-list .list-item{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.modal-list .list-item:hover{background:#e1ecf3;box-shadow:0 0 0 7px #e1ecf3}}.dark-theme .modal-list .list-item{color:#fff}@media (min-width: 1280px){.dark-theme .modal-list .list-item{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.dark-theme .modal-list .list-item:hover{background:rgba(255,255,255,.1);box-shadow:0 0 0 7px #ffffff1a}}@media (prefers-color-scheme: dark){body:not(.light-theme) .modal-list .list-item{color:#fff}}@media (prefers-color-scheme: dark) and (min-width: 1280px){body:not(.light-theme) .modal-list .list-item{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}body:not(.light-theme) .modal-list .list-item:hover{background:rgba(255,255,255,.1);box-shadow:0 0 0 7px #ffffff1a}}.modal-list .list-item.disabled{opacity:.4;pointer-events:none}.modal-list .list-item.akcb-logo path{fill:#000}.modal-list .list-item svg,.modal-list .list-item svg-icon{justify-self:center}.dark-theme .modal-list .list-item svg path,.dark-theme .modal-list .list-item svg-icon path{fill:#fff6}@media (prefers-color-scheme: dark){body:not(.light-theme) .modal-list .list-item svg path,body:not(.light-theme) .modal-list .list-item svg-icon path{fill:#fff6}}.modal-list .list-item .label{font-weight:600;color:#000}.dark-theme .modal-list .list-item .label{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .modal-list .list-item .label{color:#fff}}.modal-nft-selection .heading{display:grid;gap:6px;align-items:center;height:22px;grid-template-columns:1fr 75px}@media (max-width: 736px){.modal-nft-selection .heading a{text-align:right}}.modal-nft-list{display:grid;gap:6px;align-items:center;justify-items:center;grid-template-columns:repeat(4,1fr)}.modal-nft-list.three-list{grid-template-columns:repeat(3,1fr)}@media (max-width: 736px){.modal-nft-list{grid-template-columns:repeat(3,1fr);gap:5px;margin-top:10px;margin-bottom:10px}}@media (min-width: 1280px){.modal-nft-list{gap:30px 10px;margin-top:40px;margin-bottom:20px}}.modal-nft-list .list-item{height:82px;border-radius:82px!important;width:82px;border:1px solid rgb(0,0,0);cursor:pointer;position:relative}.modal-nft-list .list-item .token-display-name{opacity:0;transition:.2s ease-in;font-size:10px;font-weight:700;cursor:pointer;display:block;background-color:#0006;color:#fff;position:absolute;width:80px;height:80px;top:0;left:0;text-align:center;line-height:80px;border-radius:80px}.modal-nft-list .list-item:hover{transform:scale(1.1);transition:.2s ease-out}.modal-nft-list .list-item:hover .token-display-name{opacity:1}.modal-nft-list .list-item img.nft-item{width:80px;height:80px;border-radius:80px!important}.modal-nft-list .list-item div.nft-item{height:80px;border-radius:80px!important;width:80px;background-size:185px;background-position:-48px -5px}.modal-nft-list .list-item .nft-item{background-color:#0003}@media (min-width: 1280px){.modal-nft-list .list-item .nft-item{background-color:#ffffff1a}}.explore-wrap{padding:60px 20px 110px;display:grid;gap:40px;width:100%;background:rgba(255,255,255,.5);align-items:flex-start;align-content:flex-start;margin-top:-60px;min-height:100vh}.dark-theme .explore-wrap{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}@media (prefers-color-scheme: dark){body:not(.light-theme) .explore-wrap{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}}@media (min-width: 1280px){.explore-wrap{min-height:0;height:100%;overflow:auto;background:transparent;margin-top:0;padding:40px}body.beastswap.dark-theme .explore-wrap .token-list-item-wrap{border:.5px solid #ffffff}}.explore-wrap .head{display:flex;justify-content:space-between;align-items:center}@media (min-width: 1280px){.explore-wrap .head{display:flex;justify-content:space-between;align-items:center;gap:20px}}.explore-wrap .head h1{font-size:30px}.explore-wrap .head .actions{align-items:center;gap:20px}.explore-wrap .head .actions.mobile{display:grid;grid-template-columns:max-content max-content}@media (min-width: 1280px){.explore-wrap .head .actions.mobile{display:none}}.explore-wrap .head .actions.desktop{display:none}@media (min-width: 1280px){.explore-wrap .head .actions.desktop{display:flex}}.explore-wrap .head .actions a{display:grid;align-items:center;grid-template-columns:min-content 1fr;gap:10px;padding:4px}@media (min-width: 1280px){.explore-wrap .head .actions a{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.explore-wrap .head .actions a:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a}}.explore-wrap .head .actions a.active{border-radius:6px;cursor:pointer;background:rgba(0,123,255,.1);box-shadow:0 0 0 6px #007bff1a}.explore-wrap .item{display:grid;gap:20px}@media (min-width: 1280px){.explore-wrap .item .head .actions{display:none}}@media (min-width: 1280px){.explore-wrap .item .text-input{display:none}}.explore-wrap .item .list{display:grid;gap:20px}@media (min-width: 1280px){.explore-wrap .item .list.row{grid-template-columns:repeat(4,1fr);gap:30px}}@media (min-width: 1280px){.mobile-modals{display:none}}.single-token-wrap{padding:60px 20px 110px;display:grid;gap:40px;width:100%;background:rgba(255,255,255,.5);align-items:flex-start;margin-top:-60px;min-height:100vh}.dark-theme .single-token-wrap{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}}@media (min-width: 1280px){.single-token-wrap{min-height:0;margin-top:0;padding:30px;background:transparent;height:100%}.dark-theme .single-token-wrap{background:transparent}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap{background:transparent}}.single-token-wrap .pin{cursor:pointer;position:relative;width:20px;height:100%;display:flex;align-items:center;justify-content:center}.single-token-wrap .pin svg-icon{pointer-events:none;transform:rotate(45deg);transition:.1s ease-out}.single-token-wrap .pin.active svg-icon{transform:rotate(0)}.single-token-wrap .head{display:flex;align-items:center;flex-wrap:wrap}.single-token-wrap .head .icon{box-shadow:0 9px 20px #00000029;width:34px;height:34px;border-radius:50%;overflow:hidden;margin-right:16px}.single-token-wrap .head .icon img{width:100%;height:100%}.single-token-wrap .head .title{display:flex;align-items:baseline}.single-token-wrap .head .title .name{font-size:30px;font-weight:600;margin-right:8px}.single-token-wrap .head .title .label{font-size:18px;font-weight:500}.single-token-wrap .head .title svg-icon{margin-left:6px}.single-token-wrap .actions{display:grid;grid-template-columns:repeat(2,1fr) auto;gap:10px}.single-token-wrap .actions .button,.single-token-wrap .actions .quick-actions{display:grid;font-weight:600;gap:0 10px;padding:14px;cursor:pointer}.single-token-wrap .actions .quick-actions{align-items:center;justify-content:end;justify-items:end;grid-template-columns:1fr 1fr 1fr}.single-token-wrap .actions .quick-actions img{width:20px;height:20px}.single-token-wrap .actions .button{color:#007aff;border:1px solid #007aff;grid-template-columns:1fr min-content;align-items:center;justify-content:center;justify-items:center;border-radius:14px;cursor:pointer;transition:.3s ease-out}.dark-theme .single-token-wrap .actions .button{border-color:#fff;color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .actions .button{border-color:#fff;color:#fff}}@media (min-width: 1280px){.single-token-wrap .actions .button:hover{background:rgba(0,123,255,.1)}.dark-theme .single-token-wrap .actions .button:hover{background:rgba(255,255,255,.1)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .actions .button:hover{background:rgba(255,255,255,.1)}}.single-token-wrap .actions .button.active{background:rgba(0,123,255,.1)}.dark-theme .single-token-wrap .actions .button.active{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .actions .button.active{background:rgba(255,255,255,.1)}}@media (min-width: 1280px){.single-token-wrap .actions .button.active .forward-arrow{transform:rotate(-90deg)}}.single-token-wrap .actions .button .forward-arrow{transform:rotate(90deg);transition:.2s ease-out}.dark-theme .single-token-wrap .actions .button .forward-arrow.light,.dark-theme .single-token-wrap .actions .button .buy-link.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .actions .button .forward-arrow.light,body:not(.light-theme) .single-token-wrap .actions .button .buy-link.light{display:none}}.single-token-wrap .actions .button .forward-arrow.dark,.single-token-wrap .actions .button .buy-link.dark{display:none}.dark-theme .single-token-wrap .actions .button .forward-arrow.dark,.dark-theme .single-token-wrap .actions .button .buy-link.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .actions .button .forward-arrow.dark,body:not(.light-theme) .single-token-wrap .actions .button .buy-link.dark{display:flex}}.dark-theme .single-token-wrap .actions .button .link-icon.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .actions .button .link-icon.light{display:none}}.single-token-wrap .actions .button .link-icon.dark{display:none}.dark-theme .single-token-wrap .actions .button .link-icon.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .actions .button .link-icon.dark{display:flex}}.single-token-wrap .label{font-weight:600;font-size:18px}.single-token-wrap .desktop-single-token-links{display:none}@media (min-width: 1280px){.single-token-wrap .desktop-single-token-links{display:flex}}.single-token-wrap .desktop-single-token-links single-token-links{width:100%}.single-token-wrap .desktop-single-token-links .single-token-links-wrap .list-item .label{font-size:14px;color:#000}.dark-theme .single-token-wrap .desktop-single-token-links .single-token-links-wrap .list-item .label{color:#fff}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .desktop-single-token-links .single-token-links-wrap .list-item .label{color:#fff}}.single-token-wrap .holding{padding:20px;border-radius:25px;background:linear-gradient(63.96deg,#d575ec 0%,#87bcc3 100%);color:#fff;display:grid;gap:6px}.dark-theme .single-token-wrap .holding{background:linear-gradient(71.34deg,#7b258f -2.99%,#5cb1bd 108.21%)}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .holding{background:linear-gradient(71.34deg,#7b258f -2.99%,#5cb1bd 108.21%)}}.single-token-wrap .holding .price{font-size:30px;font-weight:700}.single-token-wrap .current .top{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;align-items:center;margin-bottom:20px}.single-token-wrap .current .top .date{color:#c3c3c3;text-align:right}@media (min-width: 1280px){.single-token-wrap .current .top .date{font-size:12px}}.single-token-wrap .current .top .price{font-size:26px;font-weight:700}.single-token-wrap .current .top .key{text-align:right}.single-token-wrap .current svg{width:100%}.single-token-wrap .address{display:grid;gap:10px}.single-token-wrap .address .address{font-size:11px;color:#0006;word-wrap:break-word}.dark-theme .single-token-wrap .address .address{color:#ffffff80}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .address .address{color:#ffffff80}}.single-token-wrap .tokenomics{display:grid;gap:20px;position:relative}.single-token-wrap .tokenomics .info{background:#ffffff;border-radius:25px;padding:20px}.dark-theme .single-token-wrap .tokenomics .info{background:rgba(255,255,255,.08)}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .tokenomics .info{background:rgba(255,255,255,.08)}}.single-token-wrap .tokenomics .info .item{display:grid;grid-template-columns:min-content 1fr;gap:18px}.single-token-wrap .tokenomics .info .item:first-child .graph{background:#f0edfb;border-radius:10px 10px 0 0}.single-token-wrap .tokenomics .info .item:nth-child(2) .graph{background:#e1dbf7}.single-token-wrap .tokenomics .info .item:nth-child(3) .graph{background:#d1c9f2}.single-token-wrap .tokenomics .info .item:nth-child(4) .graph{background:#c2b7ee}.single-token-wrap .tokenomics .info .item:last-child .graph{border-radius:0 0 10px 10px;background:#b3a5ea}.single-token-wrap .tokenomics .info .item .graph{width:32px;background:#007aff}.single-token-wrap .tokenomics .info .item .text{display:grid;gap:10px;align-items:center;flex:1;padding:10px 0}.single-token-wrap .tokenomics .info .item .text .label{font-size:14px}.single-token-wrap .tokenomics .info .item .text .blurb{font-size:12px;opacity:.6}.dark-theme .single-token-wrap .tokenomics .info .item .text .blurb{background:rgba(255,255,255,.08)}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .tokenomics .info .item .text .blurb{background:rgba(255,255,255,.08)}}.single-token-wrap .tokenomics svg-icon{position:absolute;bottom:10px;right:10px;transition:.2s ease-out;cursor:pointer}@media (min-width: 1280px){.single-token-wrap .tokenomics svg-icon:hover{transform:scale(1.1)}}.single-token-wrap .tokenomics svg-icon.rotate{transform:rotate(45deg)}.single-token-wrap .about{display:grid;gap:20px}.single-token-wrap .about .head{display:flex;justify-content:space-between;align-items:baseline}.single-token-wrap .about .head a{display:grid;grid-template-columns:1fr min-content;align-items:center;gap:10px}@media (min-width: 1280px){.single-token-wrap .about .head a{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.single-token-wrap .about .head a:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a}}.single-token-wrap .about .blurb{background:#ffffff;padding:20px;border-radius:25px;font-weight:400;line-height:130%}.dark-theme .single-token-wrap .about .blurb{background:rgba(255,255,255,.08)}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-token-wrap .about .blurb{background:rgba(255,255,255,.08)}}.centered-modal-inner-layout{display:grid;gap:16px;padding:10px;position:relative}.centered-modal-inner-layout .heading{font-size:24px;font-weight:700;letter-spacing:-.02em;text-align:center;padding:0 20px}.centered-modal-inner-layout .info-link{position:absolute;top:0;right:0;cursor:pointer}.dark-theme .centered-modal-inner-layout .info-link .info-icon.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .centered-modal-inner-layout .info-link .info-icon.light{display:none}}.centered-modal-inner-layout .info-link .info-icon.dark{display:none}.dark-theme .centered-modal-inner-layout .info-link .info-icon.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .centered-modal-inner-layout .info-link .info-icon.dark{display:flex}}.centered-modal-inner-layout .token-row{display:grid;gap:10px;padding-bottom:16px}.centered-modal-inner-layout .token-row:not(.no-border){border-bottom:1px solid #cecece}.dark-theme .centered-modal-inner-layout .token-row:not(.no-border){border-color:#ffffff26}@media (prefers-color-scheme: dark){body:not(.light-theme) .centered-modal-inner-layout .token-row:not(.no-border){border-color:#ffffff26}}.centered-modal-inner-layout .token-row .title{display:flex;gap:10px;align-items:center;font-weight:600}.dark-theme .centered-modal-inner-layout .token-row .title .alert-icon.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .centered-modal-inner-layout .token-row .title .alert-icon.light{display:none}}.centered-modal-inner-layout .token-row .title .alert-icon.dark{display:none}.dark-theme .centered-modal-inner-layout .token-row .title .alert-icon.dark{display:inline-block}@media (prefers-color-scheme: dark){body:not(.light-theme) .centered-modal-inner-layout .token-row .title .alert-icon.dark{display:inline-block}}.centered-modal-inner-layout .token-row .title .icon{box-shadow:0 9px 20px #00000029;width:34px;height:34px;border-radius:50%;overflow:hidden}.centered-modal-inner-layout .token-row .title .icon img{width:100%;height:100%}.centered-modal-inner-layout .token-row .title .name{font-weight:600}.centered-modal-inner-layout .token-row .title .token{color:#c3c3c3;font-size:12px}.centered-modal-inner-layout .token-row .amount{font-size:20px;font-weight:700}.centered-modal-inner-layout .token-row p{font-weight:400;color:#202020}.centered-modal-inner-layout .details{display:grid;gap:6px;margin-bottom:4px}.centered-modal-inner-layout .details .line{display:flex;justify-content:space-between}.centered-modal-inner-layout .details .line .label{color:#c3c3c3;font-size:12px}.centered-modal-inner-layout .details .line .value{font-size:12px}.centered-modal-inner-layout .details .line .value .lq-pool-badge:before{padding:3px 6px;border-radius:20px;font-size:10px;font-weight:600}.centered-modal-inner-layout .details .line .value .lq-pool-badge.warning-dex:before{content:"Unfavorable Option";background-color:#efb90a;color:#000}.centered-modal-inner-layout .details .line .value .lq-pool-badge.best-dex:before{content:"Best Option";background:#007aff;color:#fff}.centered-modal-inner-layout .tx-pending{width:100%;display:grid;gap:20px;justify-items:center}.centered-modal-inner-layout .tx-pending .waiting{display:flex;gap:10px;font-weight:600}.centered-modal-inner-layout .tx-pending a{text-align:center;width:100%}.centered-modal-inner-layout .tx-confirmed,.centered-modal-inner-layout .tx-error{display:grid;justify-items:center;gap:16px;margin-bottom:4px;text-align:center}.centered-modal-inner-layout .tx-confirmed .info,.centered-modal-inner-layout .tx-error .info{font-weight:600}.centered-modal-inner-layout .actions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.centered-modal-inner-layout .actions button{flex:1}.centered-modal-inner-layout .modal-info-wrap{display:grid;align-content:center;gap:16px;position:absolute;top:0;left:0;width:100%;height:100%;background:#f1f6f9;padding:10px}.dark-theme .centered-modal-inner-layout .modal-info-wrap{background:#303030}@media (prefers-color-scheme: dark){body:not(.light-theme) .centered-modal-inner-layout .modal-info-wrap{background:#303030}}@media (min-width: 1280px){.dark-theme .centered-modal-inner-layout .modal-info-wrap.rewards{background:#262626;border-radius:10px}}@media (prefers-color-scheme: dark) and (min-width: 1280px){body:not(.light-theme) .centered-modal-inner-layout .modal-info-wrap.rewards{background:#262626;border-radius:10px}}.centered-modal-inner-layout .modal-info-wrap.relative{position:relative}.centered-modal-inner-layout .modal-info-wrap .close-info{position:absolute;top:0;right:0;cursor:pointer;color:#007aff}.centered-modal-inner-layout .modal-info-wrap .label{display:flex;align-items:center}.centered-modal-inner-layout .modal-info-wrap .label .icon{width:22px;height:22px;border-radius:50%;overflow:hidden;margin-right:10px}.centered-modal-inner-layout .modal-info-wrap .label .icon img{width:100%;height:100%}.centered-modal-inner-layout .modal-info-wrap .label .title{font-size:12px;font-weight:700}.centered-modal-inner-layout .modal-info-wrap .info-heading{width:100%;text-align:left;font-size:18px;font-weight:700}.import-action{background:#e1ecf3;border-radius:15px}.dark-theme .import-action{background:linear-gradient(270deg,rgba(255,255,255,.11) 0%,rgba(255,255,255,.22) 100%)}@media (prefers-color-scheme: dark){body:not(.light-theme) .import-action{background:linear-gradient(270deg,rgba(255,255,255,.11) 0%,rgba(255,255,255,.22) 100%)}}.import-action .coin-list-item{background-image:none;border-radius:19px;display:flex;align-items:center;padding:10px!important;overflow:visible;position:relative}.import-action .coin-list-item .details .name{color:#000}.import-action .coin-list-item .details .code{color:#c3c3c3}.import-action .coin-list-item button{padding:12px;flex:0 0 88px;border-radius:14px;font-size:14px}.rewards-wrap{padding:20px 20px 110px;display:grid;gap:20px}@media (min-width: 1280px){.rewards-wrap{grid-template-columns:repeat(2,1fr);gap:40px;max-width:800px;margin:0 auto;padding:0}}.dark-theme .rewards-wrap .light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .light{display:none}}.rewards-wrap .dark{display:none}.dark-theme .rewards-wrap .dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .dark{display:flex}}.rewards-wrap .bnb-rewards-section-wrap{display:grid;gap:20px}.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble{border-radius:25px;padding:25px 20px;position:relative;box-shadow:inset 0 0 0 1px #f3ba2f}.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble.active{background:linear-gradient(180deg,#ffd366 0%,#dca31a 100%);box-shadow:none}.dark-theme .rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble.active{background:linear-gradient(180deg,#e5bc56 0%,#c38e0e 100%)}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble.active{background:linear-gradient(180deg,#e5bc56 0%,#c38e0e 100%)}}.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble.active .active-state{background:rgba(255,255,255,.2);grid-template-columns:repeat(2,min-content);padding:6px 12px 6px 6px;color:#fff}.dark-theme .rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble.active .active-state{color:#fff;background:rgba(0,0,0,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble.active .active-state{color:#fff;background:rgba(0,0,0,.1)}}.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble.active .details{color:#fff}.dark-theme .rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble.active .details{color:#000}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble.active .details{color:#000}}.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble .active-state{display:grid;gap:8px;align-items:center;padding:6px 12px;border-radius:100px;background:#f3ba2f;color:#fff;font-size:12px;text-transform:uppercase;font-weight:700;position:absolute;top:20px;right:20px}.dark-theme .rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble .active-state{color:#000}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble .active-state{color:#000}}.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble .details{display:grid;gap:12px;color:#f3ba2f;padding-right:50px}.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble .details .heading{font-size:16px;font-weight:600}.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble .details .blurb{opacity:.8}.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble .bnb-info-link{position:absolute;bottom:20px;right:20px;cursor:pointer;transition:.1s ease-out}@media (min-width: 1280px){.rewards-wrap .bnb-rewards-section-wrap .bnb-rewards-info-bubble .bnb-info-link:hover{opacity:.6}}.rewards-wrap .bnb-rewards-section-wrap .rewards-info{background:#ffffff;border-radius:25px;padding:20px}.dark-theme .rewards-wrap .bnb-rewards-section-wrap .rewards-info{background:rgba(255,255,255,.08)}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .bnb-rewards-section-wrap .rewards-info{background:rgba(255,255,255,.08)}}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .head{display:flex;align-items:center;margin-bottom:10px}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .head .icon{margin-right:10px;width:25px;flex:0 0 25px;height:25px;border-radius:50%;overflow:hidden;box-shadow:0 9px 20px #00000029}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .head .icon img{width:100%;height:100%}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .head .name{font-weight:600}.dark-theme .rewards-wrap .bnb-rewards-section-wrap .rewards-info .head .name{opacity:.5}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .bnb-rewards-section-wrap .rewards-info .head .name{opacity:.5}}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .val{font-weight:500;font-size:20px;margin-bottom:30px}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .chain-claim-message{text-align:center;display:flex;justify-content:center;opacity:.2;font-size:12px;margin-bottom:15px}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .reward-split{display:grid;gap:8px;margin-bottom:20px}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .reward-split .graph{height:10px;width:100%;border-radius:10px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #f3ba2f}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .reward-split .graph .anji-overlay{position:absolute;background:rgba(255,255,255,.5);top:0;left:0;height:100%;opacity:0;transition:.2s ease-out}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .reward-split .graph.active{background:#f3ba2f}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .reward-split .graph.active .anji-overlay{opacity:1}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .reward-split .labels{display:flex;justify-content:space-between}.rewards-wrap .bnb-rewards-section-wrap .rewards-info .reward-split .labels .label{opacity:.2;font-size:12px}.rewards-wrap .referral-wrap{margin-top:20px}@media (min-width: 1280px){.rewards-wrap .referral-wrap{margin:0}}.rewards-wrap .referral-wrap .chain-claim-message{text-align:center;display:flex;justify-content:center;opacity:.2;font-size:12px;margin-bottom:15px}.rewards-wrap .referral-wrap .head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.rewards-wrap .referral-wrap .about{display:grid;gap:10px}.rewards-wrap .referral-wrap .about .heading{font-size:15px;font-weight:700}.rewards-wrap .referral-wrap .about .blurb{opacity:.5}.rewards-wrap .referral-wrap .active-rewards-info-bubble{margin-top:20px;background:#ffffff;border-radius:25px;padding:20px}.dark-theme .rewards-wrap .referral-wrap .active-rewards-info-bubble{background:rgba(255,255,255,.08)}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .referral-wrap .active-rewards-info-bubble{background:rgba(255,255,255,.08)}}.rewards-wrap .referral-wrap .active-rewards-info-bubble .values{display:flex;justify-content:space-between;margin-bottom:30px}.rewards-wrap .referral-wrap .active-rewards-info-bubble .values .item{display:grid;gap:5px}.rewards-wrap .referral-wrap .active-rewards-info-bubble .values .item.right{text-align:right}.rewards-wrap .referral-wrap .active-rewards-info-bubble .values .item .label{font-size:12px;opacity:.5;font-weight:400}.rewards-wrap .referral-wrap .active-rewards-info-bubble .values .item .val{font-size:24px;font-weight:700}.rewards-wrap .referral-wrap .active-rewards-info-bubble .link-wrap .head{display:flex;align-items:center;justify-content:space-between}.rewards-wrap .referral-wrap .active-rewards-info-bubble .link-wrap .head .title{font-size:15px;font-weight:700}.rewards-wrap .referral-wrap .active-rewards-info-bubble .link-wrap .head a{display:grid;gap:10px;grid-template-columns:min-content max-content}@media (min-width: 1280px){.rewards-wrap .referral-wrap .active-rewards-info-bubble .link-wrap .head a{border-radius:4px;cursor:pointer;transition:.2s ease-out;box-shadow:0 0 0 7px #0000}.rewards-wrap .referral-wrap .active-rewards-info-bubble .link-wrap .head a:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a}}.rewards-wrap .referral-wrap .active-rewards-info-bubble .link-wrap .referral-link-wrap{background:#f1f6f9;padding:10px;border-radius:12px;font-size:12px;color:#00000080;word-break:break-all}.dark-theme .rewards-wrap .referral-wrap .active-rewards-info-bubble .link-wrap .referral-link-wrap{background:rgba(255,255,255,.1);color:#ffffff80}@media (prefers-color-scheme: dark){body:not(.light-theme) .rewards-wrap .referral-wrap .active-rewards-info-bubble .link-wrap .referral-link-wrap{background:rgba(255,255,255,.1);color:#ffffff80}}.new-swap-wrap{display:grid;gap:20px;padding:0 20px 110px}@media (min-width: 1280px){.new-swap-wrap{padding:20px}}.new-swap-wrap .title{font-size:30px;font-weight:600}.new-swap-wrap .earning-select{background:#ffffff;border-radius:25px;padding:20px;display:flex;justify-content:space-between;align-items:center}.dark-theme .new-swap-wrap .earning-select{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .new-swap-wrap .earning-select{background:rgba(255,255,255,.1)}}.new-swap-wrap .earning-select .label{font-size:18px;font-weight:600}.single-swap-wrap{padding:60px 20px 110px;width:100%;background:rgba(255,255,255,.5);align-items:flex-start;margin-top:-60px;min-height:100vh}.dark-theme .single-swap-wrap{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-swap-wrap{background:linear-gradient(170.35deg,#282828 1.32%,#1c1c1c 26.42%,#171717 99.36%)}}@media (min-width: 1280px){.single-swap-wrap{min-height:0;margin-top:0;padding:30px;background:transparent;overflow:auto}.dark-theme .single-swap-wrap{background:transparent}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .single-swap-wrap{background:transparent}}.single-swap-wrap .single-swap-top{padding:10px;display:grid;gap:20px}.single-swap-wrap .head{display:flex;align-items:center;flex-wrap:wrap}.single-swap-wrap .head .icon{box-shadow:0 9px 20px #00000029;width:34px;height:34px;border-radius:50%;overflow:hidden;margin-right:16px}.single-swap-wrap .head .icon img{width:100%;height:100%}.single-swap-wrap .head .name{font-size:14px;font-weight:600;margin-right:8px;flex:1}.dark-theme .single-swap-wrap .head .name{color:#ffffff80}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-swap-wrap .head .name{color:#ffffff80}}.single-swap-wrap .head button.small{flex:0 0 120px}.single-swap-wrap .staking{display:grid;gap:10px}.single-swap-wrap .staking h1{font-size:30px}.single-swap-wrap .staking .val{font-weight:500;font-size:20px}.single-swap-wrap .actions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.single-swap-wrap .actions .desktop{display:none}@media (min-width: 1280px){.single-swap-wrap .actions .desktop{display:flex}}.single-swap-wrap .actions .mobile{display:flex}@media (min-width: 1280px){.single-swap-wrap .actions .mobile{display:none}}.single-swap-wrap .timing{display:grid;gap:20px;margin-top:10px}.single-swap-wrap .timing .time-bar{height:7px;background:rgba(255,255,255,.5)}@media (min-width: 1280px){.single-swap-wrap .timing .time-bar{background:#f1f6f9}}.single-swap-wrap .timing .status{font-size:14px}.single-swap-wrap .timing .status.locked{color:#c3c3c3}.single-swap-wrap .timing .status b{font-weight:700;font-size:14px}.single-swap-wrap .earning{background:#ffffff;border-radius:25px;padding:20px;margin-top:30px}@media (min-width: 1280px){.single-swap-wrap .earning{background:#f1f6f9}.dark-theme .single-swap-wrap .earning{background:rgba(255,255,255,.1)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .single-swap-wrap .earning{background:rgba(255,255,255,.1)}}.dark-theme .single-swap-wrap .earning{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .single-swap-wrap .earning{background:rgba(255,255,255,.1)}}.single-swap-wrap .earning .head{margin-bottom:14px}.single-swap-wrap .earning .amt{color:#d37bec;font-weight:700;font-size:24px;margin-bottom:10px}.single-swap-wrap .earning .val{color:#d37bec;font-weight:500;margin-bottom:20px}@media (min-width: 1280px){.stake-page-wrap{display:grid;max-width:800px;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;align-items:start}}.stake-page-wrap .stake-wrap{padding:10px 20px 100px}@media (min-width: 1280px){.stake-page-wrap .stake-wrap{padding:0 20px}}.stake-page-wrap .stake-wrap .page-head{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}@media (min-width: 1280px){.stake-page-wrap .stake-wrap .page-head button.mobile{display:none}}.stake-page-wrap .stake-wrap .page-head button.desktop{display:none}@media (min-width: 1280px){.stake-page-wrap .stake-wrap .page-head button.desktop{display:flex}}.stake-page-wrap .stake-wrap .page-head button.small{flex:0 0 120px}.stake-page-wrap .stake-wrap connect-wallet button{margin-bottom:10px}.stake-page-wrap .stake-wrap .list{margin-bottom:30px}.stake-page-wrap .stake-wrap .list .head{margin-bottom:20px}.stake-page-wrap .stake-wrap .list .head h4{opacity:.5}.stake-page-wrap .stake-wrap .list .items-wrap{display:grid;gap:10px}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item{background:#ffffff;border-radius:20px;padding:15px 15px 15px 10px;display:flex;align-items:center;cursor:pointer;position:relative}@media (min-width: 1280px){.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item{transition:.2s ease-out}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item:hover,.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item:focus{box-shadow:0 0 0 4px #0000000d}.dark-theme .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item:hover,.dark-theme .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item:focus{box-shadow:0 0 0 4px #ffffff0d}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item:hover,body:not(.light-theme) .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item:focus{box-shadow:0 0 0 4px #ffffff0d}}.dark-theme .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item{background:rgba(255,255,255,.14)}@media (prefers-color-scheme: dark){body:not(.light-theme) .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item{background:rgba(255,255,255,.14)}}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item.past{background:rgba(255,255,255,.4)}.dark-theme .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item.past{background:rgba(255,255,255,.1)}@media (prefers-color-scheme: dark){body:not(.light-theme) .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item.past{background:rgba(255,255,255,.1)}}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item:not(.past) .icon{box-shadow:0 9px 20px #00000029}@media (min-width: 1280px){.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item.selected{background:linear-gradient(0deg,rgba(0,122,255,.2),rgba(0,122,255,.2)),#ffffff;box-shadow:0 0 0 2px #007aff4d}}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .icons-wrap{position:relative;width:30px;margin-bottom:5px;margin-right:15px}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .icons-wrap .icon{border-radius:50%;overflow:hidden}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .icons-wrap .icon.main{width:30px;height:30px}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .icons-wrap .icon.secondary{width:20px;height:20px;position:absolute;bottom:-5px;right:-5px}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .icons-wrap .icon img{width:100%;height:100%}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .details{display:grid;gap:2px;flex:1;padding-right:8px}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .details .name{font-weight:600}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .details .name.reward{margin-top:10px}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .details .info{font-size:12px;font-weight:500;opacity:.5}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .timing{display:grid;gap:10px;flex:0 0 125px;padding-right:10px}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .timing .status{font-size:12px}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .timing .status.locked{color:#0000004d}.dark-theme .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .timing .status.locked{color:#ffffff80}@media (prefers-color-scheme: dark){body:not(.light-theme) .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .timing .status.locked{color:#ffffff80}}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .timing .status b{font-weight:700;font-size:12px}.dark-theme .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .forward-arrow.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .forward-arrow.light{display:none}}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .forward-arrow.dark{display:none}.dark-theme .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .forward-arrow.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item .forward-arrow.dark{display:flex}}.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}@media (min-width: 1280px){.stake-page-wrap .stake-wrap .list .items-wrap .stake-list-item a{display:none}}.stake-page-wrap .single-stake-wrap{display:none}@media (min-width: 1280px){.stake-page-wrap .single-stake-wrap{display:grid;background:#ffffff;border-radius:30px;height:100%}.dark-theme .stake-page-wrap .single-stake-wrap{background:rgba(255,255,255,.08)}}@media (min-width: 1280px) and (prefers-color-scheme: dark){body:not(.light-theme) .stake-page-wrap .single-stake-wrap{background:rgba(255,255,255,.08)}}.stake-page-wrap .single-stake-wrap .no-stakes{opacity:.3;font-weight:600;text-align:center;align-self:center;justify-self:center}button[disabled]{opacity:.2}.form-error{color:#ee6a6a;text-align:center}.token-list-item-wrap .token-details .total,.token-list-item-wrap .token-details .price{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}svg-icon.inline-icon{display:inline-block}.text-select-all{-webkit-user-select:all;user-select:all}body{margin:0;padding:0;overflow:hidden}.web3modal-modal-lightbox{z-index:9999999!important}body.beastswap.dark-theme .web3modal-modal-lightbox .web3modal-provider-container{background-color:#fff0}body.beastswap.dark-theme .web3modal-modal-lightbox .web3modal-provider-container:hover{background-color:#0000004d}body.beastswap.dark-theme .web3modal-modal-lightbox .web3modal-provider-wrapper{background-color:#ffffff1a}.cdw-connect .web3modal-modal-lightbox{display:none!important}.pagination{display:flex;justify-content:flex-end}.pagination.mobile{display:none}@media (max-width: 736px){.pagination.desktop{display:none}.pagination.mobile{display:flex}}.pagination-controls{display:flex}.pagination-controls label{opacity:.7}.pagination-controls .pagination-arrows{display:flex}.dark-theme .pagination-controls .pagination-arrows.light{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .pagination-controls .pagination-arrows.light{display:none}}.pagination-controls .pagination-arrows.dark{display:none}.dark-theme .pagination-controls .pagination-arrows.dark{display:flex}@media (prefers-color-scheme: dark){body:not(.light-theme) .pagination-controls .pagination-arrows.dark{display:flex}}.pagination-controls svg-icon{cursor:pointer;padding:0 3px;display:flex;align-items:center}.pagination-controls svg-icon:hover{background:rgba(0,123,255,.1);box-shadow:0 0 0 7px #007bff1a;border-radius:3px}.pagination-controls svg-icon.disabled{opacity:.3}.pagination-controls svg-icon.disabled:hover{background:none;box-shadow:none}.pagination-controls .previous{margin-left:10px;margin-right:10px}.tooltip-container{z-index:100;position:fixed;font-size:.8rem;line-height:initial;color:#fff;width:auto;box-sizing:border-box;opacity:0;transform:translate(-50%,-30%);animation:tooltip-slide .1s ease-out .5s;animation-fill-mode:forwards;pointer-events:none;background:rgba(0,0,0,.2);text-align:center;padding:8px 14px;border-radius:8px;font-weight:600}.dark-theme .tooltip-container{background:rgba(255,255,255,.1);color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media (prefers-color-scheme: dark){body:not(.light-theme) .tooltip-container{background:rgba(255,255,255,.1);color:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@keyframes tooltip-slide{0%{opacity:0;transform:translate(-50%,-30%)}to{opacity:1;transform:translate(-50%)}}.hide-light-mode{display:none}.dark-theme .hide-light-mode{display:inherit}@media (prefers-color-scheme: dark){body:not(.light-theme) .hide-light-mode{display:inherit}}.hide-dark-mode{display:inherit}.dark-theme .hide-dark-mode{display:none}@media (prefers-color-scheme: dark){body:not(.light-theme) .hide-dark-mode{display:none}}.powered-by{display:none}
