@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=block";.grid-container{--rail:321px;--top:115px;grid-template-columns:var(--rail) 1fr;grid-template-rows:var(--top) 1fr;height:100dvh;display:grid}.grid-container[data-chat=hidden]{--rail:0px}.header{grid-column:1/-1}.chat{grid-area:2/1;overflow-y:auto}.main{grid-area:2/2;overflow-y:auto}@media (width<=1300px){.grid-container{--rail:0px;--top:72px}.main{padding-bottom:74px}}.grid-container[data-chat=hidden] .main{padding-bottom:74px}.navbar-main-padding{padding:10px 30px}.navbar-logo-box{height:100%;width:var(--rail)}.flipme-image-glow{filter:drop-shadow(0 0 15px #ffffff63)}.navbar-mobile-image{display:none}.navbar-discord-glyph{width:19px;height:13px;-webkit-mask-image:var(--discord-glyph);-webkit-mask-image:var(--discord-glyph);mask-image:var(--discord-glyph);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.navbar-game-selector{display:flex}@media (width<=1300px){.navbar-utility{display:none}.navbar-account,.navbar-account>div{gap:16px}.navbar-main-padding{padding:10px}.navbar-game-selector{display:none}.navbar-mobile-image{display:block}}@media (width<=620px){.navbar-account,.navbar-account>div{gap:10px}.navbar-wallet-label,.navbar-inventory{display:none}}.login-popup{--login-gap:clamp(10px, 1.7vw, 17px);--login-pad-x:clamp(10px, 2vw, 20px);--login-pad-y:clamp(10px, 3vw, 31px);--login-fs-title:clamp(18px, 2.75vw, 28px);--login-fs-body:clamp(11px, 1.67vw, 17px);--login-fs-label:clamp(14px, 1.86vw, 19px);--login-fs-action:clamp(16px, 2.35vw, 24px);--login-fs-legal:clamp(8px, 1.27vw, 13px);background:var(--color-flip-bg);filter:drop-shadow(5px 10px 1px #00000020);border-radius:17px;grid-template-columns:minmax(0,385fr) minmax(0,635fr);grid-template-areas:"panel body";width:100%;max-width:1020px;height:651px;max-height:651px;display:grid;overflow:hidden}.login-panel{background:linear-gradient(#540abe 0%,#161535 100%);grid-area:panel;place-content:start center;padding:24px 10px;display:grid}.login-panel img{filter:drop-shadow(0 0 33.6px #ffffff38);width:clamp(194px,24vw,249px);height:auto}.login-body{align-content:start;gap:var(--login-gap);padding:var(--login-pad-y) var(--login-pad-x);background:#161535;grid-area:body;grid-auto-rows:min-content;display:grid}.login-title{font-size:var(--login-fs-title);color:#fff;font-weight:800;line-height:normal}.login-rule{background:var(--color-flip-primary);border-radius:999px;height:3px}.login-copy{font-size:var(--login-fs-body);color:#5b5988;gap:1em;font-weight:600;line-height:normal;display:grid}.login-copy p{font-size:inherit;line-height:inherit}.login-label{font-size:var(--login-fs-label);color:#fff;font-weight:600;line-height:normal}.login-input{background:#2b2a50;border-radius:9px;grid-template-columns:min-content minmax(0,1fr);align-items:center;gap:5px;height:58px;padding:10px clamp(10px,1.5vw,15px);display:grid}.login-input img{width:clamp(27px,3.4vw,35px);height:auto}.login-input input{min-width:0;font-size:var(--login-fs-label);color:#fff;background:0 0;border:0;outline:0;font-weight:600}.login-input input::placeholder{color:#ccc9ff}.login-action>div,.login-action button{width:100%}.login-action button{height:clamp(57px,6.5vw,67px)}.login-action p{font-size:var(--login-fs-action)}.login-verify{grid-template-columns:min-content minmax(0,1fr);align-items:center;gap:10px;display:grid}.login-verify-avatar{aspect-ratio:1;border:2px solid var(--color-flip-primary);background:var(--color-flip-bg-deep);border-radius:999px;width:clamp(90px,15.2vw,155px);overflow:hidden}.login-verify-avatar img{object-fit:cover;width:100%;height:100%}.login-verify-copy{align-content:space-between;gap:var(--login-gap);padding:10px 5px;display:grid}.login-verify-copy h4{color:#fff;overflow-wrap:break-word;font-size:clamp(14px,2.16vw,22px);font-weight:700;line-height:normal}.login-verify-copy>p{color:#fff;font-size:clamp(11px,1.57vw,16px);font-weight:700;line-height:normal}.login-code{background:#2b2a50;border-radius:10px;grid-template-columns:minmax(0,1fr) min-content;align-items:center;height:clamp(46px,5.6vw,57px);padding:0 6px;display:grid}.login-code p{font-size:var(--login-fs-label);color:#9592c4;white-space:nowrap;text-overflow:ellipsis;font-weight:700;line-height:normal;overflow:hidden}.login-code img{cursor:pointer;width:clamp(34px,4.4vw,45px);height:auto}.login-verify-actions{gap:8px;display:grid}.login-verify-actions button{cursor:pointer;border:0;border-radius:11px;height:57px;padding:10px;font-size:clamp(15px,1.96vw,20px);font-weight:700;line-height:normal}.login-verify-primary{background:var(--color-flip-primary);color:#fff}.login-verify-secondary{color:#9592c4;background:#2b2a50}.login-legal{font-size:var(--login-fs-legal);text-align:center;color:#434262;font-weight:700;line-height:normal}.login-legal-link{color:#6f18ec;cursor:pointer}.close-button{display:none}@media (width<=700px){.login-popup{grid-template:"panel"clamp(96px,30vw,117px)"body"minmax(0,1fr)/minmax(0,1fr);max-height:none}.login-panel{place-content:center}.close-button{display:block}}.wallet-popup{--wallet-pad:0px;--wallet-stack-gap:25px;--wallet-section-gap:6px;--wallet-section-pad-x:27px;--wallet-section-pad-y:5px;--wallet-header-h:96px;--wallet-header-pad:27px;--wallet-aside-pad-y:12.5px;--wallet-aside-pad-x:27px;--wallet-card-h:66px;--wallet-tab-h:46px;--wallet-tab-radius:12px;--wallet-tab-border:2.5px;--wallet-tab-icon:27px;--wallet-fs-tab:17px;--wallet-fs-title:19px;--wallet-fs-price:14px;--wallet-fs-label:16px;width:100%;max-width:1186px;height:682px;max-height:100%;padding:var(--wallet-pad);background:var(--color-flip-bg);filter:drop-shadow(5px 10px 1px #00000020);border:1.5px solid #474f70;border-radius:15px;grid-template-columns:minmax(0,788fr) minmax(0,398fr);display:grid;overflow:hidden}.wallet-main{gap:var(--wallet-stack-gap);scrollbar-width:none;flex-direction:column;min-height:0;display:flex;overflow-y:auto}.wallet-main::-webkit-scrollbar{display:none}.wallet-header{height:var(--wallet-header-h);padding:var(--wallet-header-pad);flex:none;align-items:center;display:flex}.wallet-back{margin-right:10px;display:none}.wallet-section{gap:var(--wallet-section-gap);padding:var(--wallet-section-pad-y) 0px var(--wallet-section-pad-y) var(--wallet-section-pad-x);flex-direction:column;display:flex}.wallet-title{font-size:var(--wallet-fs-title)}.wallet-grid{grid-template-columns:repeat(auto-fill, var(--wallet-card-w));gap:10px;display:grid}.wallet-card{height:var(--wallet-card-h)}.wallet-card-name{font-size:var(--wallet-fs-label)}.wallet-card-price{font-size:var(--wallet-fs-price)}.wallet-tab{height:var(--wallet-tab-h);border-radius:var(--wallet-tab-radius);font-size:var(--wallet-fs-tab)}.wallet-tab[data-active=true]{border:var(--wallet-tab-border) solid #8431ff;background:var(--color-flip-bg-deep)}.wallet-tab img{width:var(--wallet-tab-icon);height:var(--wallet-tab-icon)}.wallet-aside{min-height:0;padding:var(--wallet-aside-pad-y) var(--wallet-aside-pad-x);flex-shrink:0;display:flex}.wallet-panel-close{display:none}.wallet-bot-list{scrollbar-width:none}.wallet-bot-list::-webkit-scrollbar{display:none}@media (width<=1300px){.wallet-popup{--wallet-pad:14px;--wallet-stack-gap:10px;--wallet-section-gap:10px;--wallet-section-pad-x:0px;--wallet-section-pad-y:6px;--wallet-header-h:42px;--wallet-header-pad:0px;--wallet-aside-pad-y:0px;--wallet-aside-pad-x:0px;--wallet-card-h:64px;--wallet-tab-h:42px;--wallet-tab-radius:10px;--wallet-tab-border:2px;--wallet-tab-icon:26px;--wallet-fs-tab:15px;--wallet-fs-title:16px;--wallet-fs-price:13px;--wallet-fs-label:15px;background:#161535;border:0;border-radius:17px;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr);max-width:100%;height:100%;max-height:682px}.wallet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-back,.wallet-panel-close{display:flex}.wallet-bonus,.wallet-aside,.wallet-popup[data-view=detail] .wallet-main{display:none}.wallet-popup[data-view=detail] .wallet-aside{display:flex}}.inventory-popup{--inv-bar-h:101px;--inv-bar-pad-x:20px;--inv-bar-pad-y:10px;--inv-title-gap:12px;--inv-logo-w:48px;--inv-logo-h:46px;--inv-fs-title:24px;--inv-controls-gap:16px;--inv-select-w:106px;--inv-control-h:42px;--inv-fs-select:14px;--inv-filter-w:125px;--inv-filter-pad-x:10px;--inv-filter-icon:19px;--inv-grid-pad-x:10px;--inv-grid-pad-y:10px;--inv-empty-h:192px;--inv-fs-empty-title:40px;--inv-fs-empty-sub:20px;--inv-empty-btn-w:188px;--inv-empty-btn-h:53px;--inv-fs-empty-btn:24px;--inv-tally-w:199px;--inv-tally-h:48px;--inv-tally-pad-y:0px;--inv-fs-count:17px;--inv-fs-unit:14px;--inv-fs-value:17px;--inv-tally-coin:22px;--inv-actions-pad-x:10px;--inv-action-w:151px;--inv-fs-action:17px;background:var(--color-flip-bg-deep);filter:drop-shadow(5px 10px 1px #00000020);border:1.5px solid #474f70;border-radius:15px;flex-direction:column;width:100%;max-width:1014px;height:618px;max-height:100%;display:flex;overflow:hidden}.inventory-bar{height:var(--inv-bar-h);padding:var(--inv-bar-pad-y) var(--inv-bar-pad-x);background:var(--color-flip-bg);flex:none;justify-content:space-between;align-items:center;gap:10px;display:flex}.inventory-title-box{gap:var(--inv-title-gap)}.inventory-logo{width:var(--inv-logo-w);height:var(--inv-logo-h)}.inventory-title{font-size:var(--inv-fs-title)}.inventory-controls{gap:var(--inv-controls-gap)}.inventory-select-all{width:var(--inv-select-w);height:var(--inv-control-h);font-size:var(--inv-fs-select);display:flex}.inventory-bot-filter{width:var(--inv-filter-w)}.inventory-bot-trigger{height:var(--inv-control-h);padding-inline:var(--inv-filter-pad-x)}.inventory-bot-trigger .dropdown-icon{width:var(--inv-filter-icon);height:var(--inv-filter-icon)}.inventory-grid{padding:var(--inv-grid-pad-y) var(--inv-grid-pad-x);flex:1 1 0}.inventory-empty{height:var(--inv-empty-h)}.inventory-empty-title{font-size:var(--inv-fs-empty-title)}.inventory-empty-sub{font-size:var(--inv-fs-empty-sub)}.inventory-empty-action{width:var(--inv-empty-btn-w);height:var(--inv-empty-btn-h);font-size:var(--inv-fs-empty-btn)}.inventory-tally{width:var(--inv-tally-w);height:var(--inv-tally-h);padding:var(--inv-tally-pad-y) 10px;background:var(--color-flip-bg-deep);border:2px solid #3d3a67;border-radius:11px;flex:none;justify-content:space-between;align-items:center;gap:10px;display:flex;overflow:hidden}.inventory-tally-count{font-size:var(--inv-fs-count);gap:5px}.inventory-tally-unit{font-size:var(--inv-fs-unit)}.inventory-tally-rule{width:1.5px;height:26px}.inventory-tally-value{font-size:var(--inv-fs-value)}.inventory-tally-value img{width:var(--inv-tally-coin);height:var(--inv-tally-coin)}.inventory-actions{min-width:0;padding:10px var(--inv-actions-pad-x)}.inventory-action{width:var(--inv-action-w);font-size:var(--inv-fs-action)}@media (width<700px){.inventory-popup{--inv-bar-h:75px;--inv-bar-pad-x:10px;--inv-title-gap:7px;--inv-logo-w:32px;--inv-logo-h:31px;--inv-fs-title:18px;--inv-controls-gap:10px;--inv-select-w:82px;--inv-control-h:33px;--inv-fs-select:12px;--inv-filter-w:97px;--inv-filter-pad-x:7px;--inv-filter-icon:13px;--inv-grid-pad-x:12px;--inv-empty-h:148px;--inv-fs-empty-title:30px;--inv-fs-empty-sub:16px;--inv-empty-btn-w:150px;--inv-empty-btn-h:45px;--inv-fs-empty-btn:19px;--inv-tally-w:109px;--inv-tally-h:55px;--inv-tally-pad-y:2px;--inv-fs-count:15px;--inv-fs-unit:12px;--inv-fs-value:15px;--inv-tally-coin:18px;--inv-actions-pad-x:0px;--inv-action-w:100px;--inv-fs-action:15px;border-width:1px;max-width:100%;height:100%;max-height:618px}.inventory-tally{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:0}.inventory-tally-rule{width:100%;height:1px}.inventory-actions{flex:auto}.inventory-action{flex:1 1 var(--inv-action-w);min-width:0;max-width:var(--inv-action-w)}}.bottom-nav{z-index:40;width:100%;height:74px;display:none;position:fixed;bottom:0;left:0}@media (width<=1300px){.bottom-nav{display:flex}}.grid-container[data-chat=hidden] .bottom-nav{display:flex}.no-scrollbar{scrollbar-width:none;overscroll-behavior-x:contain}.tooltip-bubble{--tt-cut:8px;background:var(--color-flip-tooltip);clip-path:polygon(var(--tt-cut) 0%, 100% 0%, calc(100% - var(--tt-cut)) 100%, 0% 100%);filter:drop-shadow(0 6px 16px #00000073);white-space:nowrap}.tooltip-arrow{background:var(--color-flip-tooltip);filter:drop-shadow(0 3px 4px #00000059);width:14px;height:7px;position:absolute;left:50%}.tooltip-arrow--down{clip-path:polygon(0% 0%,100% 0%,50% 100%);bottom:-7px}.tooltip-arrow--up{clip-path:polygon(0% 100%,100% 100%,50% 0%);top:-7px}.coinflip-page{--coinflip-gutter:17px;--coinflip-band-gap:15px;padding:var(--coinflip-gutter);gap:var(--coinflip-band-gap)}.coinflip-header{height:51px}.coinflip-logo{filter:drop-shadow(0 0 12px #7618fa73);width:37px;height:43px}.coinflip-title{font-size:24px}.coinflip-create{width:162px;height:45px}.coinflip-create-label{text-shadow:0 2px 3.7px #00000080;font-size:20px}.coinflip-history{scrollbar-width:none;overscroll-behavior-x:contain;flex-wrap:nowrap;height:70px;overflow:auto hidden}.coinflip-history::-webkit-scrollbar{display:none}.coinflip-history-chip{flex:none}.coinflip-board{padding-top:15px}.coinflip-list{scrollbar-width:none}.coinflip-list::-webkit-scrollbar{display:none}.coinflip-row{background:#1b1a3c}.coinflip-row:nth-child(2n){background:#161535}.coinflip-stake{padding-bottom:6px}.coinflip-page[data-wide=true]{--coinflip-gutter:30px;--coinflip-band-gap:21px;padding:0 var(--coinflip-gutter)}.coinflip-page[data-wide=true] .coinflip-header{align-items:flex-end;height:95px;padding-bottom:18px}.coinflip-page[data-wide=true] .coinflip-logo{width:41px;height:48px}.coinflip-page[data-wide=true] .coinflip-title{font-size:32px}.coinflip-page[data-wide=true] .coinflip-create{width:200px;height:55px}.coinflip-page[data-wide=true] .coinflip-create-label{font-size:24px}.coinflip-page[data-wide=true] .coinflip-history{height:71px}.coinflip-page[data-wide=true] .coinflip-board{padding-top:21px}.create-coinflip{--create-title-gap:12px;--create-logo-w:41px;--create-logo-h:48px;--create-fs-title:24px;--create-fs-stat-label:15px;--create-fs-stat-value:17px;--create-stat-coin:22px;--create-grid-pad-x:10px;--create-grid-pad-y:10px;--create-tally-w:199px;--create-tally-h:48px;--create-tally-pad-y:0px;--create-fs-count:17px;--create-fs-unit:14px;--create-fs-value:17px;--create-tally-coin:22px;--create-side-chip:51px;--create-actions-pad-x:10px;--create-submit-w:151px;--create-fs-submit:17px}.create-title-box{gap:var(--create-title-gap)}.create-logo{width:var(--create-logo-w);height:var(--create-logo-h);filter:drop-shadow(0 0 12px #7618fa73)}.create-title{font-size:var(--create-fs-title)}.create-stat-label{font-size:var(--create-fs-stat-label)}.create-stat-value{font-size:var(--create-fs-stat-value)}.create-stat-coin{width:var(--create-stat-coin);height:var(--create-stat-coin)}.create-stat-short{display:none}.create-grid{padding:var(--create-grid-pad-y) var(--create-grid-pad-x);flex:1 1 0}.create-error{padding:6px var(--create-grid-pad-x);color:#ff6b6b;text-align:center;background:#2a1030;flex:none;font-size:14px;font-weight:700}.create-tally{width:var(--create-tally-w);height:var(--create-tally-h);padding:var(--create-tally-pad-y) 10px;background:var(--color-flip-bg-deep);border:2px solid #3d3a67;border-radius:11px;flex:none;justify-content:space-between;align-items:center;gap:10px;display:flex;overflow:hidden}.create-tally-count{font-size:var(--create-fs-count);gap:2px}.create-tally-unit{font-size:var(--create-fs-unit)}.create-tally-rule{width:1.5px;height:26px}.create-tally-value{font-size:var(--create-fs-value)}.create-tally-value img{width:var(--create-tally-coin);height:var(--create-tally-coin)}.create-side-chip{width:var(--create-side-chip);height:var(--create-side-chip)}.create-actions{min-width:0;padding:10px var(--create-actions-pad-x)}.create-submit{width:var(--create-submit-w);font-size:var(--create-fs-submit)}@media (width<700px){.create-coinflip{--create-title-gap:7px;--create-logo-w:30px;--create-logo-h:35px;--create-fs-title:18px;--create-fs-stat-label:12px;--create-fs-stat-value:14px;--create-stat-coin:18px;--create-grid-pad-x:12px;--create-tally-w:109px;--create-tally-h:55px;--create-tally-pad-y:2px;--create-fs-count:15px;--create-fs-unit:12px;--create-fs-value:15px;--create-tally-coin:18px;--create-side-chip:40px;--create-actions-pad-x:0px;--create-submit-w:110px;--create-fs-submit:15px}.create-stat-long{display:none}.create-stat-short{display:inline}.create-tally{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:0}.create-tally-rule{width:100%;height:1px}.create-actions{flex:auto;gap:8px}.create-submit{flex:1 1 var(--create-submit-w);min-width:0;max-width:var(--create-submit-w)}}.popup-shell{--popup-w:1014px;--popup-h:618px;--popup-bar-h:101px;--popup-bar-pad-x:20px;--popup-bar-pad-y:10px;--popup-border:1.5px;width:100%;max-width:var(--popup-w);height:var(--popup-h);border:var(--popup-border) solid #474f70;background:var(--color-flip-bg-deep);filter:drop-shadow(5px 10px 1px #00000020);border-radius:15px;flex-direction:column;max-height:100%;display:flex;overflow:hidden}.popup-bar{height:var(--popup-bar-h);padding:var(--popup-bar-pad-y) var(--popup-bar-pad-x);background:var(--color-flip-bg);flex:none;justify-content:space-between;align-items:center;gap:10px;display:flex}@media (width<700px){.popup-shell{--popup-bar-h:75px;--popup-bar-pad-x:10px;--popup-border:1px;max-width:100%;height:100%;max-height:var(--popup-h)}}.join-coinflip{--join-title-gap:12px;--join-logo-w:41px;--join-logo-h:48px;--join-fs-title:24px;--join-fs-band-label:15px;--join-band-coin:21px;--join-fs-stat-label:15px;--join-fs-stat-value:17px;--join-stat-coin:22px;--join-grid-pad-x:10px;--join-grid-pad-y:10px;--join-tally-h:48px;--join-tally-pad-y:0px;--join-fs-count:17px;--join-fs-unit:14px;--join-fs-value:17px;--join-tally-coin:22px;--join-fs-diff:13px;--join-diff-h:22px;--join-diff-pad-x:11px;--join-coin:51px;--join-actions-pad-x:10px;--join-submit-w:151px;--join-fs-submit:17px}.join-title-box{gap:var(--join-title-gap)}.join-logo{width:var(--join-logo-w);height:var(--join-logo-h);filter:drop-shadow(0 0 12px #7618fa73)}.join-title{font-size:var(--join-fs-title)}.join-band-value{font-size:var(--join-fs-band-label)}.join-band-coin{width:var(--join-band-coin);height:var(--join-band-coin)}.join-stat-label{font-size:var(--join-fs-stat-label)}.join-stat-value{font-size:var(--join-fs-stat-value)}.join-stat-coin{width:var(--join-stat-coin);height:var(--join-stat-coin)}.join-stat-short{display:none}.join-grid{padding:var(--join-grid-pad-y) var(--join-grid-pad-x);flex:1 1 0}.join-error{padding:6px var(--join-grid-pad-x);color:#ff6b6b;text-align:center;background:#2a1030;flex:none;font-size:14px;font-weight:700}.join-tally{height:var(--join-tally-h);padding:var(--join-tally-pad-y) 10px;background:var(--color-flip-bg-deep);border:2px solid #3d3a67;border-radius:11px;flex:none;justify-content:space-between;align-items:center;gap:10px;display:flex;overflow:hidden}.join-tally-count{font-size:var(--join-fs-count);gap:2px}.join-tally-unit{font-size:var(--join-fs-unit)}.join-tally-rule{width:1.5px;height:26px}.join-tally-value{font-size:var(--join-fs-value)}.join-tally-value img{width:var(--join-tally-coin);height:var(--join-tally-coin)}.join-diff{height:var(--join-diff-h);padding:0 var(--join-diff-pad-x);font-size:var(--join-fs-diff)}.join-coin{width:var(--join-coin);height:var(--join-coin);filter:drop-shadow(0 0 17.1px #7f3fff)}.join-actions{min-width:0;padding:10px var(--join-actions-pad-x)}.join-submit{width:var(--join-submit-w);font-size:var(--join-fs-submit)}@media (width<700px){.join-coinflip{--join-title-gap:7px;--join-logo-w:31px;--join-logo-h:37px;--join-fs-title:18px;--join-fs-band-label:12px;--join-band-coin:14px;--join-fs-stat-label:13px;--join-fs-stat-value:15px;--join-stat-coin:18px;--join-grid-pad-x:12px;--join-tally-h:55px;--join-tally-pad-y:2px;--join-fs-count:15px;--join-fs-unit:12px;--join-fs-value:15px;--join-tally-coin:18px;--join-fs-diff:11px;--join-diff-h:19px;--join-diff-pad-x:8px;--join-coin:45px;--join-actions-pad-x:0px;--join-submit-w:100px;--join-fs-submit:15px}.join-stat-long{display:none}.join-stat-short{display:inline}.join-tally{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:0}.join-tally-rule{width:100%;height:1px}.join-actions{flex:auto;justify-content:flex-end;gap:8px}.join-submit{flex:0 1 var(--join-submit-w);min-width:0}}.round-popup{--round-popup-background-color:#0f0f28;--round-popup-width:930px;--round-popup-height:646px;--round-border-radius:15px;--round-body-height:569px;--round-body-content-height:459px;--round-content-top-gap:110px;--round-header-height:69px;--round-header-profile-size:147px;--round-header-coin-size:198px;--round-footer-height:76px;max-width:100%;max-height:min(100%,var(--round-popup-height));width:var(--round-popup-width);flex-direction:column;display:flex;position:relative;top:-2.5%}.round-popup[data-wide=false]{--round-body-height:100%;height:100%;top:0%}.round-popup[data-wide=false] .round-hide-non-wide{display:none}.round-body-arrow{z-index:2;background:inherit;width:14px;height:100%;position:absolute;left:100%}.round-body-arrow--right{clip-path:polygon(0% 0%,100% 0%,50% 100%)}.round-body-arrow--left{clip-path:polygon(100% 100%,0% 100%,0% 0%)}.round-body{background-color:var(--round-popup-background-color);flex:1 1 var(--round-body-height);border-radius:var(--round-border-radius) var(--round-border-radius) 0px 0px;flex-direction:column;width:100%;min-height:0;padding-inline:18px;display:flex}.round-content{width:100%;margin-top:var(--round-content-top-gap);flex:1 1 var(--round-body-content-height);min-height:0}.round-user-board{flex-shrink:0;height:42px}.round-user-title{background:#202243;width:100%;max-width:254px;height:100%;padding-inline:9px;position:relative}.round-user-percentage{z-index:1;background:#191a37;width:72px;height:29px;margin-left:4px;padding-left:12px;position:relative}.round-popup[data-wide=false] .round-body{border-radius:0;flex-direction:column;justify-content:end;min-height:0}.round-popup[data-wide=false] .round-content{--round-body-content-height:100%;min-height:0;padding-top:calc(var(--round-header-height) + var(--round-header-coin-size) /2);margin:0}.round-popup[data-wide=false] .round-user-title{width:fit-content;min-width:min(90px,100%);height:29px}.round-popup[data-wide=false] .round-user-title h4{font-size:14px;display:none}.round-popup[data-wide=false] .round-user-percentage{width:33px;height:15px}.round-popup[data-wide=false] .round-user-percentage span{font-size:9px}.round-user-section[data-reverse=true] .round-user-board,.round-user-section[data-reverse=true] .round-user-title h4,.round-user-section[data-reverse=true] .round-user-title .round-user-value,.round-user-section[data-reverse=true] .round-user-percentage span,.round-user-section[data-reverse=true] .round-user-avatar{transform:scaleX(-1)}.round-header{height:var(--round-header-height);flex-shrink:0}.round-header-circles{aspect-ratio:1;background:var(--round-popup-background-color);border-radius:100%}.round-header-profiles{width:var(--round-header-profile-size);--tw-translate-y:calc(1 / 3 * 100%);translate:var(--tw-translate-x) var(--tw-translate-y);padding:13px;overflow:hidden}.round-header-coin{width:var(--round-header-coin-size);--tw-translate-y:calc(1 / 4 * 100%);translate:var(--tw-translate-x) var(--tw-translate-y)}.round-popup[data-wide=false] .round-header{background-color:var(--round-popup-background-color);border-radius:var(--round-border-radius) var(--round-border-radius) 0px 0px}.round-popup[data-wide=false] .round-header-coin{--tw-translate-y:calc(50%);translate:var(--tw-translate-x) var(--tw-translate-y)}.round-popup[data-wide=false] .round-header-circles img{padding:0}.round-footer{background-color:var(--round-popup-background-color);height:var(--round-footer-height);border-radius:0px 0px var(--round-border-radius) var(--round-border-radius);flex-shrink:0;padding-inline:18px}.round-popup[data-wide=false]{--round-header-profile-size:70px;--round-header-coin-size:160px}.round-popup[data-wide=false] .round-footer{justify-content:center}.round-popup[data-wide=false] .round-footer-hash{display:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-text-shadow-color:initial;--tw-text-shadow-alpha:100%}}}@layer theme{:root,:host{--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-white:#fff;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--leading-normal:1.5;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-flip-bg:#1b1a3c;--color-flip-bg-deep:#0f0f28;--color-flip-bg-utility:#13122b;--color-flip-text-gray:#7c74ad;--color-flip-primary:#7618fa;--color-flip-primary-light:#8d55ff;--color-flip-outline:#2b3353;--color-flip-tooltip:#313155;--color-flip-error:#ff4d4d}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}h1{font-size:clamp(1rem,7vw + .5rem,4.25rem);line-height:1.4}h2{font-size:clamp(2rem,3vw + 1rem,3.5rem);line-height:1.15}h3{font-size:clamp(1.5rem,2vw + .5rem,2rem);line-height:1.2}h4{font-size:clamp(1.1rem,1.5vw + .5rem,1.5rem);line-height:1.3}h5{font-size:clamp(.875rem,1vw + .25rem,1rem);line-height:1.4}h6{font-size:clamp(.75rem,.75vw + .2rem,.875rem);line-height:1.4}p{font-size:1rem;line-height:1.5}@media (width<=767px){input,select,textarea{font-size:16px!important}}}@layer components{.material-icon{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;font-feature-settings:"liga";font-optical-sizing:auto;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0;direction:ltr;justify-content:center;align-items:center;font-family:Material Symbols Rounded;font-style:normal;font-weight:400;line-height:1;display:inline-flex}}@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:0}.inset-y-0{inset-block:0}.top-0{top:0}.top-\[-1px\]{top:-1px}.top-\[-2\.5px\]{top:-2.5px}.top-\[-14px\]{top:-14px}.top-\[50\%\]{top:50%}.top-\[84\.5px\]{top:84.5px}.top-\[calc\(100\%\+6px\)\]{top:calc(100% + 6px)}.top-\[calc\(100\%\+8px\)\]{top:calc(100% + 8px)}.right-0{right:0}.right-\[-2\.5px\]{right:-2.5px}.right-\[3\.6\%\]{right:3.6%}.bottom-\[6\%\]{bottom:6%}.left-0{left:0}.left-\[-2px\]{left:-2px}.left-\[-4px\]{left:-4px}.left-\[-17px\]{left:-17px}.left-\[10px\]{left:10px}.left-\[50\%\]{left:50%}.left-\[100\%\]{left:100%}.z-0{z-index:0}.z-30{z-index:30}.z-50{z-index:50}.z-\[1\]{z-index:1}.z-\[10\]{z-index:10}.z-\[500\]{z-index:500}.z-\[9999\]{z-index:9999}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.-mx-\[13px\]{margin-inline:-13px}.ml-auto{margin-left:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.table-row{display:table-row}.aspect-square{aspect-ratio:1}.size-\[7px\]{width:7px;height:7px}.size-\[8px\]{width:8px;height:8px}.size-\[16px\]{width:16px;height:16px}.size-\[18px\]{width:18px;height:18px}.size-\[19px\]{width:19px;height:19px}.size-\[21px\]{width:21px;height:21px}.size-\[22px\]{width:22px;height:22px}.size-\[23px\]{width:23px;height:23px}.size-\[29px\]{width:29px;height:29px}.size-\[30px\]{width:30px;height:30px}.size-\[33px\]{width:33px;height:33px}.size-\[34px\]{width:34px;height:34px}.size-\[36px\]{width:36px;height:36px}.size-\[38px\]{width:38px;height:38px}.size-\[40px\]{width:40px;height:40px}.size-\[46px\]{width:46px;height:46px}.size-\[48px\]{width:48px;height:48px}.size-\[50px\]{width:50px;height:50px}.size-\[52px\]{width:52px;height:52px}.size-\[56px\]{width:56px;height:56px}.size-\[100px\]{width:100px;height:100px}.size-full{width:100%;height:100%}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[21px\]{height:21px}.h-\[23px\]{height:23px}.h-\[28px\]{height:28px}.h-\[29px\]{height:29px}.h-\[30px\]{height:30px}.h-\[34px\]{height:34px}.h-\[39px\]{height:39px}.h-\[40px\]{height:40px}.h-\[42px\]{height:42px}.h-\[45px\]{height:45px}.h-\[46px\]{height:46px}.h-\[48px\]{height:48px}.h-\[54px\]{height:54px}.h-\[55px\]{height:55px}.h-\[58px\]{height:58px}.h-\[60px\]{height:60px}.h-\[70px\]{height:70px}.h-\[78px\]{height:78px}.h-\[110px\]{height:110px}.h-\[193px\]{height:193px}.h-full{height:100%}.h-min{height:min-content}.max-h-\[240px\]{max-height:240px}.min-h-0{min-height:0}.min-h-\[59px\]{min-height:59px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-\[10px\]{width:10px}.w-\[15px\]{width:15px}.w-\[24px\]{width:24px}.w-\[27px\]{width:27px}.w-\[32px\]{width:32px}.w-\[33px\]{width:33px}.w-\[40px\]{width:40px}.w-\[53px\]{width:53px}.w-\[56px\]{width:56px}.w-\[66px\]{width:66px}.w-\[67px\]{width:67px}.w-\[91px\]{width:91px}.w-\[116px\]{width:116px}.w-\[123px\]{width:123px}.w-\[125px\]{width:125px}.w-\[138px\]{width:138px}.w-\[140\%\]{width:140%}.w-\[141px\]{width:141px}.w-\[159px\]{width:159px}.w-\[167px\]{width:167px}.w-\[170px\]{width:170px}.w-\[180px\]{width:180px}.w-\[204px\]{width:204px}.w-\[218px\]{width:218px}.w-\[289px\]{width:289px}.w-full{width:100%}.w-max{width:max-content}.w-min{width:min-content}.max-w-\[85vw\]{max-width:85vw}.max-w-\[100px\]{max-width:100px}.max-w-\[420px\]{max-width:420px}.max-w-full{max-width:100%}.min-w-0{min-width:0}.min-w-\[58px\]{min-width:58px}.min-w-\[140px\]{min-width:140px}.min-w-full{min-width:100%}.flex-1{flex:1}.flex-shrink,.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-1\/4{--tw-translate-x:calc(1 / 4 * 100%);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y:calc(calc(1 / 2 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/4{--tw-translate-y:calc(calc(1 / 4 * 100%) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-rotate-90{rotate:-90deg}.rotate-\[14\.66deg\]{rotate:14.66deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.\[scrollbar-width\:none\],.scrollbar-none{scrollbar-width:none}.grid-cols-\[repeat\(auto-fill\,minmax\(var\(--item-min\)\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(var(--item-min),1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-start{align-content:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-evenly{justify-content:space-evenly}.gap-\[2px\]{gap:2px}.gap-\[3px\]{gap:3px}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[6\.5px\]{gap:6.5px}.gap-\[6px\]{gap:6px}.gap-\[7px\]{gap:7px}.gap-\[8px\]{gap:8px}.gap-\[9px\]{gap:9px}.gap-\[10px\]{gap:10px}.gap-\[11px\]{gap:11px}.gap-\[13px\]{gap:13px}.gap-\[16px\]{gap:16px}.gap-\[17px\]{gap:17px}.gap-\[24px\]{gap:24px}.gap-\[36px\]{gap:36px}.gap-\[clamp\(16px\,3vw\,52px\)\]{gap:clamp(16px,3vw,52px)}.gap-\[clamp\(20px\,5vw\,89px\)\]{gap:clamp(20px,5vw,89px)}.gap-px{gap:1px}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-clip{overflow:clip}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.rounded{border-radius:.25rem}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[7px\]{border-radius:7px}.rounded-\[8px\]{border-radius:8px}.rounded-\[9px\]{border-radius:9px}.rounded-\[10px\]{border-radius:10px}.rounded-\[11px\]{border-radius:11px}.rounded-\[12px\]{border-radius:12px}.rounded-\[14px\]{border-radius:14px}.rounded-full{border-radius:2147483647px}.rounded-tr-\[7px\]{border-top-right-radius:7px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-3{border-style:var(--tw-border-style);border-width:3px}.border-\[0\.8px\]{border-style:var(--tw-border-style);border-width:.8px}.border-\[0_0_1px_0\]{border-style:var(--tw-border-style);border-width:0 0 1px}.border-\[0_1px_1px_0\]{border-style:var(--tw-border-style);border-width:0 1px 1px 0}.border-\[1\.3px\]{border-style:var(--tw-border-style);border-width:1.3px}.border-\[1\.4px\]{border-style:var(--tw-border-style);border-width:1.4px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[2\.2px\]{border-style:var(--tw-border-style);border-width:2.2px}.border-\[4px\]{border-style:var(--tw-border-style);border-width:4px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-solid{--tw-border-style:solid;border-style:solid}.border-\[\#4C4A66\]{border-color:#4c4a66}.border-\[\#4E4E6C\]{border-color:#4e4e6c}.border-\[\#474F70\]{border-color:#474f70}.border-\[\#626E9E\]{border-color:#626e9e}.border-\[\#36364C\]{border-color:#36364c}.border-\[\#A4A6D7\]{border-color:#a4a6d7}.border-\[\#B6ABFE\]{border-color:#b6abfe}.border-\[\#BAB4FF\]{border-color:#bab4ff}.border-\[\#BE93FF\]{border-color:#be93ff}.border-\[\#FFE08B\]{border-color:#ffe08b}.border-flip-outline{border-color:var(--color-flip-outline)}.border-flip-primary{border-color:var(--color-flip-primary)}.border-flip-primary-light{border-color:var(--color-flip-primary-light)}.border-flip-text-gray{border-color:var(--color-flip-text-gray)}.bg-\[\#0F0F28\]{background-color:#0f0f28}.bg-\[\#1A4420\]{background-color:#1a4420}.bg-\[\#1B1A3C\]{background-color:#1b1a3c}.bg-\[\#2A2A4A\]{background-color:#2a2a4a}.bg-\[\#2B2A50\]{background-color:#2b2a50}.bg-\[\#2E2C51\]{background-color:#2e2c51}.bg-\[\#3A2170\]{background-color:#3a2170}.bg-\[\#3D3A67\]{background-color:#3d3a67}.bg-\[\#52FF30\]{background-color:#52ff30}.bg-\[\#12122F\]{background-color:#12122f}.bg-\[\#15152D\]{background-color:#15152d}.bg-\[\#20203B\]{background-color:#20203b}.bg-\[\#29114B\]{background-color:#29114b}.bg-\[\#212248\]{background-color:#212248}.bg-\[\#272856\]{background-color:#272856}.bg-\[\#282958\]{background-color:#282958}.bg-\[\#441820\]{background-color:#441820}.bg-flip-bg{background-color:var(--color-flip-bg)}.bg-flip-bg-deep{background-color:var(--color-flip-bg-deep)}.bg-flip-bg-utility{background-color:var(--color-flip-bg-utility)}.bg-flip-primary{background-color:var(--color-flip-primary)}.bg-flip-primary-light{background-color:var(--color-flip-primary-light)}.bg-red-500{background-color:var(--color-red-500)}.bg-transparent{background-color:#0000}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#2E2C51\]{--tw-gradient-from:#2e2c51;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-\[\#7673A8\]{--tw-gradient-from:#7673a8;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-flip-primary{--tw-gradient-from:var(--color-flip-primary);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-50\%{--tw-gradient-from-position:50%}.to-\[\#3D3A67\]{--tw-gradient-to:#3d3a67;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#7618FA\]{--tw-gradient-to:#7618fa;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#C196FF\]{--tw-gradient-to:#c196ff;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.mask-repeat{-webkit-mask-repeat:repeat;mask-repeat:repeat}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-\[3px_3px_0_3px\]{padding:3px 3px 0}.p-\[4px\]{padding:4px}.p-\[10px\]{padding:10px}.p-\[13px\]{padding:13px}.p-\[20px\]{padding:20px}.px-\[2px\]{padding-inline:2px}.px-\[4px\]{padding-inline:4px}.px-\[5px\]{padding-inline:5px}.px-\[6px\]{padding-inline:6px}.px-\[7px\]{padding-inline:7px}.px-\[8px\]{padding-inline:8px}.px-\[9px\]{padding-inline:9px}.px-\[10px\]{padding-inline:10px}.px-\[12\.5px\]{padding-inline:12.5px}.px-\[13px\]{padding-inline:13px}.px-\[15px\]{padding-inline:15px}.px-\[16px\]{padding-inline:16px}.px-\[17px\]{padding-inline:17px}.px-\[18px\]{padding-inline:18px}.px-\[20px\]{padding-inline:20px}.px-\[23px\]{padding-inline:23px}.px-\[24px\]{padding-inline:24px}.py-\[2px\]{padding-block:2px}.py-\[7px\]{padding-block:7px}.py-\[8px\]{padding-block:8px}.py-\[10px\]{padding-block:10px}.py-\[12px\]{padding-block:12px}.py-\[14px\]{padding-block:14px}.py-\[15px\]{padding-block:15px}.pt-\[10px\]{padding-top:10px}.pr-\[14px\]{padding-right:14px}.pl-\[10px\]{padding-left:10px}.pl-\[20px\]{padding-left:20px}.text-center{text-align:center}.text-left{text-align:left}.font-\[inter\]{font-family:inter}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[27px\]{font-size:27px}.text-\[30px\]{font-size:30px}.text-\[34px\]{font-size:34px}.text-\[82px\]{font-size:82px}.leading-\[1\.2\]{--tw-leading:1.2;line-height:1.2}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.overflow-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-\[\#4E4E6C\]{color:#4e4e6c}.text-\[\#7C73AD\]{color:#7c73ad}.text-\[\#42CA4E\]{color:#42ca4e}.text-\[\#7880A1\]{color:#7880a1}.text-\[\#525076\]{color:#525076}.text-\[\#747496\]{color:#747496}.text-\[\#747696\]{color:#747696}.text-\[\#ACAAD4\]{color:#acaad4}.text-\[\#ADADAD\]{color:#adadad}.text-\[\#B4BADD\]{color:#b4badd}.text-\[\#B6ABFE\]{color:#b6abfe}.text-\[\#B6AEE5\]{color:#b6aee5}.text-\[\#BAB4FF\]{color:#bab4ff}.text-\[\#C0AEE8\]{color:#c0aee8}.text-\[\#CA424E\]{color:#ca424e}.text-\[\#FF6B6B\]{color:#ff6b6b}.text-\[\#FFD680\]{color:#ffd680}.text-\[\#FFE08B\]{color:#ffe08b}.text-\[\#dadada\]{color:#dadada}.text-\[Npx\]{color:Npx}.text-flip-error{color:var(--color-flip-error)}.text-flip-primary{color:var(--color-flip-primary)}.text-flip-primary-light{color:var(--color-flip-primary-light)}.text-flip-text-gray{color:var(--color-flip-text-gray)}.text-red-400{color:var(--color-red-400)}.text-white{color:var(--color-white)}.underline{text-decoration-line:underline}.opacity-35{opacity:.35}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0_0_5\.7px_0_\#52FF30\]{--tw-shadow:0 0 5.7px 0 var(--tw-shadow-color,#52ff30);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0px_0px_8\.4px_1px_\#7618FA\]{--tw-shadow:0px 0px 8.4px 1px var(--tw-shadow-color,#7618fa);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-\[0px_4px_60px_0px_\#AB934E\]{--tw-shadow:0px 4px 60px 0px var(--tw-shadow-color,#ab934e);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.drop-shadow{--tw-drop-shadow-size:drop-shadow(0 1px 2px var(--tw-drop-shadow-color,#0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color,#0000000f));--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.drop-shadow-\[0_2px_1px_\#0000008c\]{--tw-drop-shadow-size:drop-shadow(0 2px 1px var(--tw-drop-shadow-color,#0000008c));--tw-drop-shadow:var(--tw-drop-shadow-size);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.drop-shadow-\[0_4px_4\.3px_\#00000045\]{--tw-drop-shadow-size:drop-shadow(0 4px 4.3px var(--tw-drop-shadow-color,#00000045));--tw-drop-shadow:var(--tw-drop-shadow-size);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.drop-shadow-\[0_4px_4\.3px_\#00000057\]{--tw-drop-shadow-size:drop-shadow(0 4px 4.3px var(--tw-drop-shadow-color,#00000057));--tw-drop-shadow:var(--tw-drop-shadow-size);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.drop-shadow-\[0px_0px_3\.2px_black\]{--tw-drop-shadow-size:drop-shadow(0px 0px 3.2px var(--tw-drop-shadow-color,black));--tw-drop-shadow:var(--tw-drop-shadow-size);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.outline-none{--tw-outline-style:none;outline-style:none}.select-all{-webkit-user-select:all;user-select:all}.select-none{-webkit-user-select:none;user-select:none}.\[text-shadow\:0_0_5\.8px_\#30FF30\]{text-shadow:0 0 5.8px #30ff30}.\[text-shadow\:0_0_5\.8px_\#FF3030\]{text-shadow:0 0 5.8px #ff3030}.text-shadow-\[0px_4px_4\.3px_rgba\(0\,0\,0\,0\.34\)\]{text-shadow:0px 4px 4.3px var(--tw-text-shadow-color,#00000057)}@media (hover:hover){.group-hover\:hidden:is(:where(.group):hover *){display:none}}.placeholder\:text-flip-text-gray::placeholder{color:var(--color-flip-text-gray)}@media (hover:hover){.hover\:bg-\[\#241F4A\]:hover{background-color:#241f4a}.hover\:text-white:hover{color:var(--color-white)}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media not all and (width>=700px){.max-\[700px\]\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=48rem){.md\:h-\[57px\]{height:57px}.md\:p-\[35px\]{padding:35px}.md\:text-\[16px\]{font-size:16px}}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}}html,body{font-family:var(--font-sans);overscroll-behavior:none}:root{--toastify-toast-padding:0px}.Toastify__toast-theme--light.Toastify__toast--success{color:#fff;--toastify-color-progress-success:var(--color-flip-primary);--toastify-icon-color-success:#7618fa;background:#202243}.Toastify__toast-theme--light.Toastify__toast--error{color:#fff;--toastify-color-progress-error:var(--color-flip-error);--toastify-icon-color-error:var(--color-flip-error);background:#202243}.Toastify__close-button.Toastify__close-button--light{opacity:.8}.Toastify__close-button--light>svg{color:#7618fa}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-text-shadow-color{syntax:"*";inherits:false}@property --tw-text-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@keyframes pulse{50%{opacity:.5}}
