@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap";.chat-msg{display:flex;align-items:flex-start;gap:12px;padding:8px 16px;transition:background-color .1s}.chat-msg:hover{background-color:#04040512}.chat-msg__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.chat-msg__body{min-width:0;flex:1;padding-top:2px}.chat-msg__name{font-size:15px;font-weight:600;color:#fff}.chat-msg__name--Owner{color:#c27cea}.chat-msg__name--VIP{color:#ffcd81}.chat-msg__name--Moderator{color:#75e6ff}.chat-msg__name--HighRoller{color:#ff70ff}.chat-msg__name--Whale{color:#2eb9dc}.chat-msg__name--Developer{color:#ff6e76}.chat-msg__avatar--clickable{cursor:pointer;transition:opacity .15s}.chat-msg__avatar--clickable:hover{opacity:.8}.chat-msg__name--clickable{cursor:pointer;transition:opacity .15s}.chat-msg__name--clickable:hover{opacity:.75;text-decoration:underline}.chat-msg__text{font-size:14px;color:#dcddde;line-height:1.4;word-break:break-word}.create-new{grid-template-rows:25px 1fr;max-height:85vh;overflow-y:auto}.create-new__title{text-align:center;--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-size:1.25rem;margin-bottom:.75rem}.create-new__coins{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.create-new__coin{width:60px;height:60px;border-radius:9999px;cursor:pointer;opacity:.4;transition:opacity .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center;overflow:hidden}.create-new__coin img{width:100%;height:100%;object-fit:cover}.create-new__coin--active{opacity:1;box-shadow:0 0 0 3px #2196f3}.create-new__coin:hover{opacity:.8}.create-new__subtitle{text-align:center;--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-size:1rem;margin-bottom:.25rem}.create-new__hint{text-align:center;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));font-size:.8rem;margin-bottom:.25rem}.create-new__currentval{text-align:center;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));font-size:.85rem;margin-bottom:.25rem}.create-new__currentval strong{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.create-new__range{text-align:center;font-size:.8rem;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));margin-bottom:.5rem}.create-new__filters{display:flex;gap:.5rem;margin-bottom:.75rem;align-items:center;flex-wrap:wrap}.create-new__search{flex:1;min-width:100px;outline:none;color:#fff;padding:.5rem .75rem;background-color:#2b2c37;border:none;border-radius:6px;font-size:.85rem}.create-new__search::placeholder{color:#a0aec0}.create-new__sort{padding:.5rem .75rem;background-color:#2b2c37;border:none;border-radius:6px;color:#fff;font-size:.85rem;outline:none;cursor:pointer}.create-new__auto-select{padding:.5rem .75rem;font-size:.8rem;font-weight:600;border-radius:6px;white-space:nowrap;cursor:pointer}.create-new__selected-count{font-size:.85rem;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));white-space:nowrap}.create-new__items{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;max-height:300px;overflow-y:auto;margin-bottom:1rem;padding-right:.25rem}.create-new__loading{grid-column:span 2;text-align:center;padding:2rem;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.itemcard{display:flex;align-items:center;gap:.5rem;--bg-opacity: 1;background-color:#2b2c37;background-color:rgba(43,44,55,var(--bg-opacity));border-radius:.25rem;padding:.5rem;cursor:pointer;transition:background-color .2s;border:2px solid transparent}.itemcard:hover{background-color:#33343f}.itemcard--selected{border-color:#2196f3;background-color:#2196f31a}.itemcard--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.itemcard__image{flex-shrink:0;width:40px;height:40px}.itemcard__image img{width:100%;height:100%;object-fit:contain;border-radius:.25rem}.itemcard__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.itemcard__name{font-size:.75rem;--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.itemcard__value{font-size:.7rem;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.itemcard__badges{display:flex;gap:.25rem}.badge{font-size:.6rem;padding:.1rem .3rem;border-radius:3px;font-weight:700;text-transform:uppercase}.badge--projected{background-color:#f6ad55;color:#1a1c24}.badge--small{background-color:#4a5568;color:#a0aec0}.itemcard__btn{flex-shrink:0;padding:.25rem .5rem;border-radius:9999px;font-size:.7rem;font-weight:700;border:none;cursor:pointer;background-color:#2196f3;color:#fff;transition:.2s}.itemcard__btn--active{background-color:#f56565}.itemcard__btn:hover{opacity:.85}.create-new__error{color:#f56565;font-size:.85rem;text-align:center;margin-bottom:.5rem}.create-new__submit{padding:.75rem;font-size:1rem;font-weight:700;border-radius:.25rem;width:100%;cursor:pointer}.cf-outer{position:absolute;z-index:1050}.cf-modal{position:fixed;left:0;top:0;width:100%;height:100%}.cf-modal .cf-modal__background{--bg-opacity: 1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity));--bg-opacity: .5;position:absolute;left:0;top:0;width:100%;height:100%}.cf-modal .cf-modal__container{margin:auto;height:100%;overflow-y:auto;max-width:800px}.cf-modal .cf-modal__container .cf-container__body{--bg-opacity: 1;background-color:#24252f;background-color:rgba(36,37,47,var(--bg-opacity));margin:.5rem;position:relative;display:grid;border-radius:.25rem;grid-template-rows:25px 1fr}.cf-modal .cf-modal__container .cf-container__body .cf-body__close{margin-left:.5rem;cursor:pointer;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.5s}.cf-modal .cf-modal__container .cf-container__body .cf-body__close:hover{--text-opacity: 1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.cf-modal .cf-modal__container .cf-container__body .cf-body__dialogue{margin-left:.5rem;margin-right:.5rem;margin-bottom:.5rem}.cf-brand{display:flex;justify-content:center;align-items:center}.cf-spinner{display:flex;justify-content:center;align-items:center}.cf-load{display:inline-block;width:50px;height:50px;border-radius:50%;border:3px solid hsla(0,0%,100%,.3);border-top-color:#2196f3;animation:cfSpin 1s ease-in-out infinite}.coinflip-display{display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}.coinflip-display .coinflip-display__header{margin-bottom:.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;justify-content:center}@media (min-width: 768px){.coinflip-display .coinflip-display__header{grid-template-columns:repeat(3,minmax(0,1fr))}}.coinflip-display .coinflip-display__header .header__state{display:grid;justify-content:center;align-items:center;grid-column:span 2 / span 2;grid-row-start:1}@media (min-width: 768px){.coinflip-display .coinflip-display__header .header__state{grid-column:span 1 / span 1;grid-column-start:2}}.coinflip-display .coinflip-display__details{display:grid;justify-content:center;font-size:.875rem;margin-bottom:.5rem}.coinflip-display .coinflip-display__details .detail{display:flex;cursor:pointer}.coinflip-display .coinflip-display__details .detail .detail__label{margin-right:.5rem}.coinflip-display .coinflip-display__details .detail .detail__value{margin-left:auto;--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.coinflip-display .coinflip-display__user-asset-lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.coinflip-display .coinflip-display__footer{display:flex;justify-content:center;margin-top:.5rem;font-size:.875rem;padding:.5rem 0}.coinflip-display__user{display:grid;grid-row-gap:.25rem;row-gap:.25rem;justify-content:center}.coinflip-display__user .user__header{position:relative}.coinflip-display__user .user__header .header__avatar{width:110px;height:110px;display:block;margin-left:auto;margin-right:auto;border-radius:9999px;cursor:pointer;transition-property:all;transition-duration:.2s}.coinflip-display__user .user__header .header__option{position:absolute;border-radius:9999px;bottom:0}.coinflip-display__user .user__header .header__avatar.isWinner{border-width:4px;--border-opacity: 1;border-color:#2196f3;border-color:rgba(33,150,243,var(--border-opacity))}.coinflip-display__user .user__body{text-align:center}.coinflip-display__user-asset-list-header{--bg-opacity: 1;background-color:#2b2c37;background-color:rgba(43,44,55,var(--bg-opacity));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border-radius:.25rem;margin-left:.5rem;margin-right:.5rem;padding:.5rem}.coinflip-display__user-asset-list-header .percent{text-align:left}.coinflip-display__user-asset-list-header .bet{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));text-align:right}.coinflip-display__user-asset-list{display:flex;flex-direction:column;overflow-y:auto;list-style:none;padding:0;margin:0}.user-asset-list__item{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;align-items:center}.user-asset-list__item .item__image{display:flex;justify-content:center}.user-asset-list__item .item__name{text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-asset-list__item .item__value{text-align:center;--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.media-links{margin-top:.5rem;display:flex;justify-content:center}.btn-icon{cursor:pointer;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.5s;display:inline-flex;align-items:center;margin:0 .5rem;text-decoration:none;border:none;background:none}.btn-icon svg{width:1.25em;height:1.25em}.btn-icon.btn-light{--text-opacity: 1;color:#e2e8f0;color:rgba(226,232,240,var(--text-opacity))}.btn-icon.btn-light:hover{--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.header__state #spriteCanvas{display:block}.countdown-ring{position:relative;display:flex;align-items:center;justify-content:center;width:120px;height:120px}.countdown-ring svg{position:absolute;top:0;left:0}.countdown-ring__text{position:relative;z-index:1;font-size:1.5rem;--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.eos-waiting{text-align:center;font-size:.875rem;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));padding:1rem;animation:eosPulse 1.5s ease-in-out infinite}@keyframes eosPulse{0%,to{opacity:1}50%{opacity:.5}}.coinflip-display__hash-display{text-align:center;font-size:.75rem;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));margin-bottom:.5rem;font-family:monospace}.coinflip-embedded{position:relative}.coinflip-embedded .cf-container__body.cf-embedded-body{--bg-opacity: 1;background-color:#24252f;background-color:rgba(36,37,47,var(--bg-opacity));position:relative;display:grid;border-radius:.25rem;grid-template-rows:1fr;padding:.5rem}.coinflip-embedded .cf-body__dialogue{margin:0}@keyframes cfSpin{to{transform:rotate(360deg)}}.history-modal{grid-template-rows:25px 1fr;max-height:85vh;overflow-y:auto}.history-modal__title{text-align:center;--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-size:1.25rem;margin-bottom:1rem}.history-modal__loading{text-align:center;padding:2rem;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.history-modal__list{display:flex;flex-direction:column;gap:.5rem;max-height:500px;overflow-y:auto}.history-modal__item{display:flex;align-items:center;gap:1rem;padding:.5rem .75rem;--bg-opacity: 1;background-color:#2b2c37;background-color:rgba(43,44,55,var(--bg-opacity));border-radius:.25rem;cursor:pointer;transition:background-color .2s}.history-modal__item:hover{background-color:#33343f}.history-item__players{display:flex;align-items:center;gap:.5rem;flex:1}.history-item__avatar{width:36px;height:36px;border-radius:9999px;background-size:cover;background-position:center;background-color:#1a1c24}.history-item__avatar--winner{box-shadow:0 0 0 3px #2196f3}.history-item__vs{font-size:.75rem;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.history-item__value{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:700;font-size:.875rem;white-space:nowrap}.history-item__winner{display:flex;align-items:center}.history-item__winner img{border-radius:9999px}.history-item__view{font-size:.7rem;padding:.25rem .5rem;white-space:nowrap}.profile-popup__loading{text-align:center;padding:2rem;color:#a0aec0}.profile-popup__error{text-align:center;padding:2rem;color:#f56565}.user-profile{display:grid;justify-content:center}.user-profile__info{display:grid;grid-column-gap:.25rem;grid-row-gap:.25rem;align-items:center}@media (min-width: 768px){.user-profile__info{grid-template-columns:repeat(2,minmax(0,1fr))}}.info__user{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;align-items:center;text-align:center}.user__data{font-size:1.25rem}.user__data .data__name{color:#fff;font-weight:700;text-decoration:none;transition:color .2s}.user__data .data__name:hover{color:#2196f3}.user__data .data__id{color:#a0aec0;font-size:.875rem;margin-top:.125rem}.info__buttons{display:grid;font-size:1rem;grid-row-gap:.25rem;margin-top:.75rem}.user__image-holder{display:grid;justify-content:center}.user__image-holder .image-holder__image{border-radius:9999px}.stat-list{display:grid;list-style:none;padding:0;margin:.5rem 0 0}.stat-list__item{display:flex;padding:.15rem 0}.stat-list__item .item__label{color:#a0aec0;margin-right:.5rem}.stat-list__item .item__value{color:#fff;margin-left:auto;font-weight:600}.media-links{margin-top:.75rem;display:flex;justify-content:center}.media-links .btn-icon{cursor:pointer;transition:color .2s}.media-links .btn-icon.btn-light{color:#e2e8f0}.media-links .btn-icon.btn-light:hover{color:#a0aec0}@media (max-width: 640px){.info__user{grid-template-columns:1fr}.user__image-holder{margin-bottom:.5rem}}.chat-sidebar{background-color:#24252f;display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;height:48px;min-height:48px;background-color:#24252f;border-bottom:1px solid rgba(0,0,0,.2);box-shadow:0 1px #04040533,0 1.5px #0606070d,0 2px #0404050d}.chat-header__online{display:flex;align-items:center;gap:8px;font-size:14px;color:#b9bbbe}.chat-header__dot{width:8px;height:8px;border-radius:50%;background-color:#43b581}.chat-header__title{font-size:16px;font-weight:600;color:#fff}.chat-header__menu{cursor:pointer;opacity:.6;transition:opacity .2s}.chat-header__menu:hover{opacity:1}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column-reverse;padding:16px 0;background-color:#24252f}.chat-input-area{flex-shrink:0;background-color:#24252f;padding:12px}.chat-input-form{display:flex;flex-direction:row;align-items:center;gap:8px}.chat-input{flex:1;height:32px;background-color:#1a1c24;border:none;border-radius:6px;padding:0 10px;color:#dcddde;outline:none;font-family:inherit;font-size:13px}.chat-input::placeholder{color:#72767d}.chat-send-btn{flex-shrink:0;padding:0 16px;height:32px;background-color:#4a5568;border:none;border-radius:4px;color:#fff;font-weight:500;font-size:13px;cursor:pointer;transition:background-color .17s;white-space:nowrap}.chat-send-btn:hover{background-color:#2d3748}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed;background-color:#4a5568}.chat-input:disabled{opacity:.5;cursor:not-allowed}.chat-error{font-size:12px;color:#f56565;padding:0 2px 6px}.chat-login-notice{padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;background-color:#24252f}.chat-login-notice__text{font-size:14px;font-weight:500;color:#b9bbbe}.chat-login-btn{width:100%;height:40px;border-radius:4px;border:none;background-color:#5865f2;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .17s}.chat-login-btn:hover{background-color:#4752c4}.faq__title{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));text-align:center}.faq__list{display:grid;margin-left:.5rem;margin-right:.5rem;overflow-y:auto;max-height:500px}.faq__list .list__item{margin-bottom:1rem}.faq__list .list__item .item__question{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:600;margin-bottom:.5rem}.faq__list .list__item .item__answer{color:#a0aec0;line-height:1.5;margin-bottom:.5rem}.faq__list .list__item .item__bullets{list-style-type:disc;margin-left:.5rem}.faq__list .list__item .item__bullets .bullet{color:#a0aec0;margin-bottom:.25rem}.faq__list .list__item .item__bullets .bullet div{display:inline}.leaderboard{display:grid;justify-content:center}.leaderboard .leaderboard__list{display:grid;grid-row-gap:.25rem;row-gap:.25rem}.leaderboard .leaderboard__list .list__item{display:grid;grid-column-gap:.25rem;-moz-column-gap:.25rem;column-gap:.25rem;align-items:center;grid-template-columns:.1fr 1fr 1fr}.leaderboard .leaderboard__list .list__item .item__hash.isWhite{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.leaderboard .leaderboard__list .list__item .item__user .user__image{border-radius:9999px;display:inline}.leaderboard .leaderboard__list .list__item .item__profit{text-align:right}.leaderboard .leaderboard__list .list__item .item__profit .profit__value{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.tos__title{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));text-align:center}.tos__list{display:grid;margin-left:.5rem;margin-right:.5rem;overflow-y:auto;max-height:500px}.tos__list .list__item{margin-bottom:1rem;color:#a0aec0;line-height:1.5}.tos__list .list__item .item__title{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:600;margin-bottom:.5rem}.tos__list .list__item .item__info{color:#a0aec0;line-height:1.5}.outer{position:absolute;z-index:1050}.modal{position:fixed}.modal,.modal .modal__background{left:0;top:0;width:100%;height:100%}.modal .modal__background{--bg-opacity: 1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity));--bg-opacity: .5;position:absolute;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.modal .modal__container{margin:auto;height:100%;overflow-y:auto;max-width:800px}.modal .modal__container .container__body{--bg-opacity: 1;background-color:#24252f;background-color:rgba(36,37,47,var(--bg-opacity));margin:.5rem;position:relative;display:grid;border-radius:.25rem;grid-template-rows:25px 1fr}.modal .modal__container .container__body .body__close{margin-left:.5rem;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.5s;cursor:pointer;color:#fff}.modal .modal__container .container__body .body__close:hover{--text-opacity: 1;color:#f56565;color:rgba(245,101,101,var(--text-opacity))}.modal .modal__container .container__body .body__dialogue{margin-left:.5rem;margin-right:.5rem;margin-bottom:.5rem}.fetch-branding{margin-bottom:1rem}.statistics{display:grid;justify-content:center}.statistics .stat-list{display:grid}.statistics .stat-list .stat-list__item{display:flex}.statistics .stat-list .stat-list__item .item__label{margin-right:.5rem}.statistics .stat-list .stat-list__item .item__value{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));margin-left:auto}.statistics .stat-list .statistics__biggest-games,.statistics .stat-list .statistics__biggest-games div{display:grid}.navbar{background-color:#24252f;position:relative;height:100px}.navbar .navbar__background{position:absolute;top:0;left:0;width:100%;height:100%;display:block;background-repeat:repeat;opacity:.25;z-index:0}.navbar .navbar__nav{display:grid;position:relative;grid-template-columns:265px 1fr;grid-template-rows:100px;grid-column-gap:1rem;z-index:1}.navbar .brand{display:flex;justify-content:center;align-items:center;padding:1rem}.navbar .brand img{width:210px;height:auto}.navbar .navbar__links{display:flex;align-items:center;transition:position .5s ease}@media (max-width: 640px){.navbar .navbar__links{background-color:#24252f;position:fixed;top:0;right:-100%;width:80%;height:calc(100vh - 100px);margin-top:100px;transition:right .5s ease;align-items:center;flex-direction:column;z-index:10}.navbar .navbar__links.isEnabled{right:0}}.navbar .navbar__link{cursor:pointer;text-transform:uppercase;margin-right:1rem;transition:color .5s ease;display:flex;align-items:center;color:#a0aec0;text-decoration:none}.navbar .navbar__link svg{width:1em;height:1em;margin-right:.25rem;display:inline-block;vertical-align:-.125em}.navbar .navbar__link i{width:1em;height:1em;margin-right:.25rem}.navbar .navbar__link:not(.maximized) span{display:none}.navbar .navbar__link:hover{color:#2196f3}@media (max-width: 640px){.navbar .navbar__link span{display:inline!important}}.navbar .user__controls{display:flex;align-items:center;gap:1rem;margin-left:auto;margin-right:1rem}.navbar .user__controls .wallet{display:flex;align-items:center;gap:.5rem;background-color:#1a1c24;padding:.5rem 1rem;border-radius:.25rem}.navbar .user__controls .wallet .balance{color:#fff;font-weight:600}.navbar .user__controls .wallet .cashier{background-color:#48bb78;color:#fff;padding:.25rem .75rem;border-radius:.25rem;cursor:pointer;font-weight:600;font-size:12px;transition:background-color .3s}.navbar .user__controls .wallet .cashier:hover{background-color:#2f855a}.navbar .user__controls .profile{display:flex;align-items:center;gap:.5rem;cursor:pointer}.navbar .user__controls .profile .pfp{width:40px;height:40px;border-radius:50%}.navbar .user__controls .profile p{color:#fff;font-weight:600}.navbar .user__controls .profile .arrow{width:12px;height:12px}.navbar .login{display:flex;align-items:center;gap:.5rem}.navbar .login .btn{padding:.5rem 1.5rem;font-size:14px}.link__info{color:#48bb78;margin-left:.25rem}.popup-modal{display:flex;align-items:center;justify-content:center;flex-direction:column;position:fixed;top:0;right:0;left:0;bottom:0;z-index:1000;animation:modalFadeIn .25s ease forwards}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes popupSpin{to{transform:rotate(360deg)}}.popup-modal-bg{background:#00000080;width:100%;height:100%;position:absolute;top:0;right:0;left:0;bottom:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.popup-modal-header{display:flex;align-items:center;z-index:199;width:85%;max-width:900px;margin-bottom:10px}.popup-modal-header .popup-modal-title{display:flex;justify-content:center;flex:1;margin-left:28px}.popup-modal-header .popup-modal-title .popup-logo{filter:brightness(100);opacity:.9;margin:10px;height:60px}.popup-modal-header .popup-modal-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:5px;background:#2b2c37;font-weight:300;color:#a0aec0;cursor:pointer;transition:all .2s ease;font-size:18px;z-index:199}.popup-modal-header .popup-modal-close:hover{color:#fff;background:#4a5568}.popup{position:relative;display:flex;flex-direction:column;align-items:center;border-radius:15px;background:#24252f;width:85%;max-width:900px;max-height:85vh;min-height:200px;padding:43px;overflow:auto;z-index:200}.popup .popup-spinner{width:48px;height:48px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#2196f3;border-radius:50%;animation:popupSpin .8s linear infinite;margin-bottom:22px;flex-shrink:0}.popup .infoTitle{text-align:center;font-size:24px;font-weight:700;color:#fff;margin-bottom:10px}.popup .infoDate{font-size:14px;font-weight:700;color:#a0aec0;margin-bottom:20px;text-align:center}.popup p{color:#a0aec0;font-size:16px;font-weight:300;line-height:22px}.popup .subText{margin-top:20px;margin-bottom:20px;text-align:center;font-weight:600;color:#fff}.popup .subHeader{margin-top:10px;margin-bottom:10px;margin-left:20px;font-weight:700;color:#fff}.popup ul{margin-top:10px;width:100%;display:flex;flex-direction:column;align-items:start;padding:10px;overflow-y:auto}.popup ul li{list-style-type:none;margin-bottom:30px;margin-left:20px;width:80%}.signupModal{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;padding:43px;top:50%;left:50%;z-index:1000;transform:translate(-50%,-50%);background-color:#24252f;color:#fff;width:max(30vw,300px);min-height:200px;box-shadow:0 0 100px -10px #000;border-radius:15px;gap:10px}.signupModal form{display:flex;flex-direction:column;width:min(500px,80%);gap:30px}.signupModal form .form-group{display:flex;flex-direction:column}.signupModal form .form-group input{outline:none;color:#fff;padding:16px;background:#2b2c37;border:none;border-radius:6px;font-weight:500}.signupModal form button{padding:10px 15px;font-weight:700;background-color:#2196f3;border:none;border-radius:50px;color:#fff;transition:.3s}.signupModal form button:hover{cursor:pointer;opacity:80%}.signupModal form button:disabled{opacity:.5;cursor:not-allowed}.signupModal form .recaptcha-group{display:flex;align-items:center;justify-content:center}.signupModal .subText{text-align:center;color:#a0aec0}.signupModal .subText span{color:#2196f3;font-weight:600;transition:.3s}.signupModal .subText span:hover{cursor:pointer;opacity:80%}.signupModal div.cross{display:flex;align-items:center;justify-content:center;width:28px;height:28px;position:absolute;right:15px;top:15px;border-radius:5px;background:#2b2c37;background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.8536%202.85355C13.0488%202.65829%2013.0488%202.34171%2012.8536%202.14645C12.6583%201.95118%2012.3417%201.95118%2012.1464%202.14645L7.5%206.79289L2.85355%202.14645C2.65829%201.95118%202.34171%201.95118%202.14645%202.14645C1.95118%202.34171%201.95118%202.65829%202.14645%202.85355L6.79289%207.5L2.14645%2012.1464C1.95118%2012.3417%201.95118%2012.6583%202.14645%2012.8536C2.34171%2013.0488%202.65829%2013.0488%202.85355%2012.8536L7.5%208.20711L12.1464%2012.8536C12.3417%2013.0488%2012.6583%2013.0488%2012.8536%2012.8536C13.0488%2012.6583%2013.0488%2012.3417%2012.8536%2012.1464L8.20711%207.5L12.8536%202.85355Z'%20fill='%23ffffff'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");background-size:18px;background-position:center;background-repeat:no-repeat;opacity:.95}.signupModal div.cross:hover{cursor:pointer;opacity:1}.loginModal{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;padding:43px;top:50%;left:50%;z-index:1000;transform:translate(-50%,-50%);background-color:#24252f;color:#fff;width:max(50vw,300px);min-height:200px;box-shadow:0 0 100px -10px #000;border-radius:15px;gap:10px}.loginModal form{display:flex;flex-direction:column;width:min(500px,80%);gap:30px}.loginModal form .form-group{display:flex;flex-direction:column}.loginModal form .form-group input{outline:none;color:#fff;padding:16px;background:#2b2c37;border:none;border-radius:6px;font-weight:700}.loginModal form button{padding:10px 15px;font-weight:700;background-color:#2196f3;border:none;border-radius:50px;color:#fff;transition:.3s}.loginModal form button:hover{cursor:pointer;opacity:80%}.loginModal .subText{text-align:center;color:#a0aec0}.loginModal .subText a{text-decoration:none;color:#2196f3;font-weight:600;transition:.3s}.loginModal .subText a:hover{opacity:80%;cursor:pointer}.loginModal div.cross{display:flex;align-items:center;justify-content:center;width:28px;height:28px;position:absolute;right:15px;top:15px;border-radius:5px;background:#2b2c37;background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.8536%202.85355C13.0488%202.65829%2013.0488%202.34171%2012.8536%202.14645C12.6583%201.95118%2012.3417%201.95118%2012.1464%202.14645L7.5%206.79289L2.85355%202.14645C2.65829%201.95118%202.34171%201.95118%202.14645%202.14645C1.95118%202.34171%201.95118%202.65829%202.14645%202.85355L6.79289%207.5L2.14645%2012.1464C1.95118%2012.3417%201.95118%2012.6583%202.14645%2012.8536C2.34171%2013.0488%202.65829%2013.0488%202.85355%2012.8536L7.5%208.20711L12.1464%2012.8536C12.3417%2013.0488%2012.6583%2013.0488%2012.8536%2012.8536C13.0488%2012.6583%2013.0488%2012.3417%2012.8536%2012.1464L8.20711%207.5L12.8536%202.85355Z'%20fill='%23ffffff'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");background-size:18px;background-position:center;background-repeat:no-repeat;opacity:.95}.loginModal div.cross:hover{cursor:pointer;opacity:1}.modalBackground{z-index:999;height:100vh;width:100vw;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.settings-modal{grid-template-rows:25px 1fr;max-height:85vh;overflow-y:auto;font-family:Rubik,Lato,Helvetica,sans-serif}.settings-modal *{font-family:Rubik,Lato,Helvetica,sans-serif}.settings-modal .settings__tabs{display:flex;gap:0;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.25rem}.settings-modal .settings__tab{flex:1;padding:.6rem .5rem;text-align:center;font-size:.8rem;font-weight:600;font-family:inherit;color:#a0aec0;cursor:pointer;transition:color .2s,border-color .2s;border-bottom:2px solid transparent;background:none;text-transform:uppercase;letter-spacing:.5px}.settings-modal .settings__tab:hover{color:#fff}.settings-modal .settings__tab--active{color:#2196f3;border-bottom-color:#2196f3}.settings-modal .settings__content{padding:0 .25rem}.settings-password{max-width:360px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.settings-password__label{font-size:.8rem;font-weight:600;font-family:inherit;color:#a0aec0;text-transform:uppercase;letter-spacing:.5px}.settings-password__input{width:100%;height:38px;background:#2b2c37;border:none;border-radius:6px;padding:0 .75rem;color:#fff;font-size:.85rem;font-family:inherit;outline:none;transition:border-color .2s}.settings-password__input:focus{box-shadow:0 0 0 1px #2196f3}.settings-password__input::placeholder{color:#a0aec0}.settings-password__btn{margin-top:.25rem;padding:.75rem;font-size:1rem;font-weight:700;font-family:inherit;border-radius:.25rem;width:100%;cursor:pointer;background:#2196f3;color:#fff;border:none;transition:background-color .2s}.settings-password__btn:hover{background:#1976d2}.settings-password__btn:disabled{opacity:.5;cursor:not-allowed}.settings-tip{max-width:360px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.settings-tip__row{display:flex;gap:.5rem}.settings-tip__input{flex:1;height:38px;background:#2b2c37;border:none;border-radius:6px;padding:0 .75rem;color:#fff;font-size:.85rem;font-family:inherit;outline:none}.settings-tip__input:focus{box-shadow:0 0 0 1px #2196f3}.settings-tip__input::placeholder{color:#a0aec0}.settings-tip__btn{height:38px;padding:0 1.25rem;background:#2196f3;border:none;border-radius:6px;color:#fff;font-weight:700;font-size:.85rem;font-family:inherit;cursor:pointer;transition:background-color .2s;white-space:nowrap}.settings-tip__btn:hover{background:#1976d2}.settings-giveaway__duration{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.settings-giveaway__duration-label{font-size:.85rem;color:#a0aec0;font-weight:600;font-family:inherit}.settings-giveaway__duration-select{padding:.5rem .75rem;background-color:#2b2c37;border:none;border-radius:6px;color:#fff;font-size:.85rem;font-family:inherit;outline:none;cursor:pointer}.settings__msg--success{color:#48bb78;font-size:.85rem;text-align:center;font-weight:600}.settings__msg--error{color:#f56565;font-size:.85rem;text-align:center;font-weight:600}.settings__loading{text-align:center;color:#a0aec0;padding:2rem 0}.giveaway-banner{background:linear-gradient(135deg,#1a1c24,#2b2c37);border-bottom:1px solid rgba(33,150,243,.3);padding:10px 14px;display:flex;flex-direction:column;gap:6px;animation:giveawaySlideIn .3s ease;font-family:Rubik,Lato,Helvetica,sans-serif}.giveaway-banner *{font-family:Rubik,Lato,Helvetica,sans-serif}@keyframes giveawaySlideIn{0%{max-height:0;opacity:0;padding:0 14px}to{max-height:200px;opacity:1;padding:10px 14px}}.giveaway-banner__header{display:flex;align-items:center;justify-content:space-between}.giveaway-banner__title{font-size:11px;font-weight:600;color:#a0aec0;text-transform:uppercase;letter-spacing:.5px}.giveaway-banner__timer{font-size:11px;font-weight:600;color:#fff;background:#ffffff14;padding:2px 8px;border-radius:10px}.giveaway-banner__item{display:flex;align-items:center;gap:8px}.giveaway-banner__item-img{width:32px;height:32px;border-radius:4px;object-fit:contain;background:#24252f}.giveaway-banner__item-info{display:flex;flex-direction:column;min-width:0}.giveaway-banner__item-name{font-size:12px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.giveaway-banner__item-value{font-size:11px;color:#48bb78;font-weight:500}.giveaway-banner__people{font-size:11px;color:#a0aec0;margin-left:auto;white-space:nowrap}.giveaway-banner__join{width:100%;height:28px;background:#2196f3;border:none;border-radius:4px;color:#fff;font-weight:500;font-size:11px;cursor:pointer;transition:background-color .2s}.giveaway-banner__join:hover{background:#1976d2}.giveaway-banner__join:disabled{opacity:.5;cursor:not-allowed;background:#4a5568}.giveaway-banner__winner{text-align:center;padding:2px 0}.giveaway-banner__winner-text{font-size:12px;color:#48bb78;font-weight:500}.giveaway-banner__winner-name{color:#fff}.giveaway-banner__cd{text-align:center;font-size:11px;color:#a0aec0}.coinflipBar{padding:0;margin:0 0 1rem;display:flex;justify-content:space-between;align-items:center}.coinflipBar__stats{display:flex;gap:1rem;align-items:center;width:100%}.coinflipBar__stats .stats__item{flex:1;display:flex;flex-direction:column;--bg-opacity: 1;background-color:#24252f;background-color:rgba(36,37,47,var(--bg-opacity));padding:.75rem 1.25rem;border-radius:.25rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.coinflipBar__stats .stats__item .item__value{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-size:1.25rem}.coinflipBar__stats .stats__item .item__label{--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));font-size:.875rem}.coinflipBar__buttons{flex:1;display:flex;gap:1rem;align-items:center;justify-content:center;--bg-opacity: 1;background-color:#24252f;background-color:rgba(36,37,47,var(--bg-opacity));padding:1.25rem;border-radius:.25rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.coinflipBar__buttons .btn:hover{opacity:.9}@media (max-width: 768px){.coinflipBar{flex-direction:column;gap:1rem;align-items:flex-start}.coinflipBar__stats{width:100%;justify-content:space-between;gap:1rem}.coinflipBar__buttons{width:100%}.coinflipBar__buttons .btn{flex:1}}.coinflipCreateBackdrop{z-index:99;height:100vh;width:100vw;position:fixed;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);top:0;left:0}.coinflipCreateModal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;background:#24252f;border-radius:15px;padding:43px;width:min(720px,92vw);max-height:85vh;overflow:auto;box-shadow:0 0 100px -10px #000}.coinflipCreateModal .cross{display:flex;align-items:center;justify-content:center;width:28px;height:28px;position:absolute;right:15px;top:15px;border-radius:5px;background:#2b2c37;background-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'%3e%3c/g%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3c/g%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12.8536%202.85355C13.0488%202.65829%2013.0488%202.34171%2012.8536%202.14645C12.6583%201.95118%2012.3417%201.95118%2012.1464%202.14645L7.5%206.79289L2.85355%202.14645C2.65829%201.95118%202.34171%201.95118%202.14645%202.14645C1.95118%202.34171%201.95118%202.65829%202.14645%202.85355L6.79289%207.5L2.14645%2012.1464C1.95118%2012.3417%201.95118%2012.6583%202.14645%2012.8536C2.34171%2013.0488%202.65829%2013.0488%202.85355%2012.8536L7.5%208.20711L12.1464%2012.8536C12.3417%2013.0488%2012.6583%2013.0488%2012.8536%2012.8536C13.0488%2012.6583%2013.0488%2012.3417%2012.8536%2012.1464L8.20711%207.5L12.8536%202.85355Z'%20fill='%23ffffff'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");background-size:18px;background-position:center;background-repeat:no-repeat;opacity:.95}.coinflipCreateModal .cross:hover{cursor:pointer;opacity:1}.coinflipCreate form{display:flex;flex-direction:row;gap:10px;height:42px;align-items:center}.coinflipCreate form .betAmount{outline:none;color:#fff;padding:0 16px;background-color:#2b2c37;border:none;border-radius:6px;font-weight:500;font-size:16px;height:42px;width:100%}.coinflipCreate form .betAmount::placeholder{color:#a0aec0}.coinflipCreate form button{height:42px;padding:6px 25px;font-weight:600;background-color:#2196f3;border:none;border-radius:50px;color:#fff;transition:.2s;white-space:nowrap;font-size:14px}.coinflipCreate form button:hover{cursor:pointer;opacity:.85}.coinflipCreate form .coin{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:38px;width:38px;flex-shrink:0}.coinflipCreate form .coin:hover{cursor:pointer}.coinflipCreate form #bux{background-image:url(/assets/bux-D3nklB_f.png);background-position:center;background-repeat:no-repeat;background-size:cover}.coinflipCreate form #tix{background-image:url(/assets/tix-D76WDF69.png);background-position:center;background-repeat:no-repeat;background-size:cover}.coinflipCreate form input::-webkit-outer-spin-button,.coinflipCreate form input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.coinflipCreate form input:checked{opacity:1}.coinflipCreate form input[type=radio]:not(:checked){opacity:.4}.coinflipCreate .createError{margin-top:10px;color:#ff6464;font-weight:600;font-size:12px}.coinflip-list__item{--bg-opacity: 1;background-color:#24252f;background-color:rgba(36,37,47,var(--bg-opacity));border-radius:.25rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:.5rem;transform:translate(100%);opacity:0;transition:all .5s ease}.coinflip-list__item.enteringAnimation{transform:translate(100%);opacity:0}.coinflip-list__item.enteredAnimation{transform:translate(0);opacity:1}@media (min-width: 768px){.coinflip-list__item{grid-template-columns:repeat(3,minmax(0,1fr));padding:.75rem}}.coinflip-list__item .item__players{display:flex;gap:.5rem;align-items:center}.coinflip-list__item .item__players .players__avatar{border-width:0;transition-property:all;transition-duration:.2s;border-radius:9999px;display:inline-block;width:60px;height:60px;background-position:center;background-size:cover;cursor:pointer}.coinflip-list__item .item__players .players__option{border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;--bg-opacity: 1;background-color:#1a1c24;background-color:rgba(26,28,36,var(--bg-opacity))}.coinflip-list__item .item__players .players__option img{width:30px;height:30px}.coinflip-list__item .item__players .players__avatar--coin{width:60px;height:60px;border-radius:9999px;object-fit:cover}.coinflip-list__item .item__players .winnerStroke{border:4px solid #2196f3}.coinflip-list__item .item__user-assets{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}@media (min-width: 768px){.coinflip-list__item .item__user-assets{justify-content:flex-start}}.coinflip-list__item .item__user-assets .user-assets__image{width:60px;height:60px;object-fit:contain}.coinflip-list__item .item__user-assets .user-assets__placeholder{--bg-opacity: 1;background-color:#1a1c24;background-color:rgba(26,28,36,var(--bg-opacity));--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));display:flex;justify-content:center;align-items:center;border-radius:9999px;height:50px;width:50px;font-size:.875rem}.coinflip-list__item .item__controls{display:flex;grid-column:span 2 / span 2;justify-content:space-between;align-items:center}@media (min-width: 768px){.coinflip-list__item .item__controls{grid-column:span 1 / span 1}}.coinflip-list__item .item__controls .controls__value{display:grid;align-items:center}@media (min-width: 768px){.coinflip-list__item .item__controls .controls__value{text-align:center}}.coinflip-list__item .item__controls .controls__value .value__primary{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-size:1rem}.coinflip-list__item .item__controls .controls__value .value__secondary{font-size:.75rem;--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.coinflip-list__item .item__controls .controls__buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.coinflip-list__item .item__controls .controls__status{display:flex;align-items:center;margin-left:auto;margin-right:auto}.coinflip-list__item .item__controls .controls__status .status__coin{width:60px;height:60px;object-fit:contain}.coinflip-list__item .item__controls .controls__status .countdown-display{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-size:.875rem;font-weight:600;text-align:center;min-width:40px}.coinflip-list__item .item__controls .controls__status .countdown-ring{position:relative;width:60px;height:60px}.coinflip-list__item .item__controls .controls__status .countdown-ring svg{width:60px;height:60px}.coinflip-list__item .item__controls .controls__status .countdown-ring .countdown-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-size:.875rem;font-weight:600}.coinflip-list__item .item__controls .controls__buttons .btn{font-size:.75rem;padding:.375rem .75rem;white-space:nowrap}.coinflip{height:100%;display:flex;flex-direction:column;overflow:hidden}.coinflip .rbxContainer{display:flex;width:100%;min-height:500px;margin:0 auto}.coinflip .rbxContent{display:flex;flex-direction:column;width:100%;overflow:auto}@media (max-width: 640px){.coinflip .rbxContainer{padding:.5rem}}.coinflip .games{width:100%;display:grid;grid-row-gap:.25rem;row-gap:.25rem;padding:0;overflow-x:hidden;overflow-y:auto}.coinflip .games>p{--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));text-align:center;padding:2rem}.coinflip .content{display:flex;flex-direction:column;width:100%;height:360px;border-radius:15px;overflow:auto;margin-bottom:2%}@media (max-width: 775px){.coinflip .content{flex-direction:column;flex-wrap:nowrap}}@media (max-width: 875px){.coinflip .content{padding:18px}}@media (max-width: 800px){.coinflip .content{flex-direction:column;width:100%;height:420px;margin-bottom:15px}}.coinflip .content .title{display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:20px;font-weight:600;margin-bottom:10px}.coinflip .content .info .category{padding:0 15px}.coinflip .content .info .category .title{display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:18px;font-weight:600;border-bottom:2px solid rgba(156,158,187,.4392156862745098);padding-bottom:5px;margin-bottom:5px}.coinflip .content .info .category .stats{margin-bottom:5px}.coinflip .content .info input{display:flex;align-items:center;width:100%;height:45px;border-radius:6px;background:#191b2d;padding:16px;margin-right:10px;border:none;color:#fff;margin-bottom:10px}.coinflip .content .info input::-webkit-input-placeholder{font-size:16px;font-weight:400;color:#333d52}.coinflip .content .info input:-ms-input-placeholder{font-size:16px;font-weight:400;color:#333d52}.coinflip .content .info input::placeholder{font-size:16px;font-weight:400;color:#333d52}.coinflip .content .info select{width:160px;height:35px;border-radius:6px;background:#191b2d;padding:8px 16px;border:none;font-weight:400;color:#333d52}.coinflip .content .info select:focus{color:#fff}@media only screen and (max-width: 800px){.coinflip .content .info select{width:50%}}.coinflip .content .info .note{color:#9c9ebb;font-size:16px;font-weight:300;margin-bottom:10px}.coinflip .content .info .btns{display:flex;justify-content:flex-end;margin-bottom:10px}.coinflip .content:nth-of-type(odd){margin-right:2%}.upgrade{height:100%;display:flex;flex-direction:column;overflow:hidden}.upgrade .rbxContainer{display:flex;width:100%;min-height:500px;margin:0 auto}.upgrade .rbxContent{display:flex;flex-direction:column;width:100%;overflow:auto;padding:.5rem}.upgrade__arena{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:1rem;background-color:#24252f;border-radius:.25rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;margin-bottom:.5rem}@media (max-width: 768px){.upgrade__arena{grid-template-columns:1fr;gap:.5rem}}.upgrade__your-items{text-align:center}.upgrade__your-items .side-title{color:#fff;font-size:1rem;margin-bottom:.5rem;text-transform:uppercase;font-weight:600}.upgrade__your-items .items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.4rem;min-height:120px;background:#1a1c24;border-radius:.25rem;padding:.5rem;align-content:start}.upgrade__your-items .items-grid .placed-item{background:#2b2c37;border-radius:.25rem;padding:.25rem;text-align:center;position:relative}.upgrade__your-items .items-grid .placed-item img{width:50px;height:50px;object-fit:contain;margin:0 auto}.upgrade__your-items .items-grid .placed-item .placed-item__name{font-size:.65rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a0aec0}.upgrade__your-items .items-grid .placed-item .placed-item__value{font-size:.7rem;color:#fff}.upgrade__your-items .items-grid .placed-item .placed-item__remove{position:absolute;top:2px;right:2px;background:#f56565cc;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:10px;color:#fff;line-height:1}.upgrade__your-items .side-total{margin-top:.5rem;color:#fff;font-size:1rem;font-weight:600}.upgrade__center{display:flex;flex-direction:column;align-items:center;gap:.75rem}.upgrade__ring-wrapper{position:relative;width:150px;height:150px}.upgrade__ring-wrapper svg{width:150px;height:150px}.upgrade__ring-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.upgrade__ring-text .ring-percent{font-size:1.75rem;font-weight:600;color:#fff}.upgrade__ring-text .ring-label{font-size:.7rem;color:#a0aec0;text-transform:uppercase}.upgrade__go-btn{padding:.5rem 2rem;font-size:1rem;font-weight:600;text-transform:uppercase;border-radius:9999px;background-color:#2196f3;color:#fff;cursor:pointer;transition:background-color .3s;border:none}.upgrade__go-btn:hover{background-color:#1976d2}.upgrade__go-btn:disabled{background-color:#4a5568;color:#718096;cursor:not-allowed}.upgrade__target{text-align:center}.upgrade__target .side-title{color:#fff;font-size:1rem;margin-bottom:.5rem;text-transform:uppercase;font-weight:600}.upgrade__target-box{min-height:120px;background:#1a1c24;border-radius:.25rem;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.upgrade__target-box img{width:80px;height:80px;object-fit:contain;margin-bottom:.5rem}.upgrade__target-box .target-name{color:#fff;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.upgrade__target-box .target-value{color:#2196f3;font-size:1rem;font-weight:600}.upgrade__target-box .target-placeholder{color:#4a5568;font-size:.85rem}.upgrade__eos{text-align:center;padding:.5rem;background-color:#24252f;border-radius:.25rem;margin-bottom:.5rem;font-size:.8rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.upgrade__eos .eos-label{color:#a0aec0}.upgrade__eos .eos-value{color:#fff;font-family:monospace;word-break:break-all}.upgrade__inventory{background-color:#24252f;border-radius:.25rem;padding:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.upgrade__inventory-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.upgrade__inventory-header h3{color:#fff;font-size:1rem;margin:0}.upgrade__inventory-header input{flex:1;min-width:150px;height:2rem;background:#1a1c24;border:1px solid #2b2c37;border-radius:.25rem;padding:0 .5rem;color:#fff;font-size:.85rem}.upgrade__inventory-header select{height:2rem;background:#1a1c24;border:1px solid #2b2c37;border-radius:.25rem;padding:0 .5rem;color:#a0aec0;font-size:.85rem}.upgrade__inventory-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.4rem;max-height:300px;overflow-y:auto}.upgrade__inv-item{background:#2b2c37;border-radius:.25rem;padding:.35rem;text-align:center;cursor:pointer;transition:border .2s;border:2px solid transparent}.upgrade__inv-item:hover{border-color:#2196f3}.upgrade__inv-item--selected{border-color:#2196f3;background:#2196f31a}.upgrade__inv-item img{width:55px;height:55px;object-fit:contain;margin:0 auto}.upgrade__inv-item .inv-item__name{font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a0aec0}.upgrade__inv-item .inv-item__value{font-size:.75rem;color:#fff;font-weight:600}.upgrade__target-selector{background-color:#24252f;border-radius:.25rem;padding:.75rem;margin-top:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.upgrade__target-selector h3{color:#fff;font-size:1rem;margin:0 0 .5rem}.upgrade__target-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.4rem;max-height:250px;overflow-y:auto}.upgrade__target-item{background:#2b2c37;border-radius:.25rem;padding:.35rem;text-align:center;cursor:pointer;transition:border .2s;border:2px solid transparent;pointer-events:auto!important;position:relative;z-index:1}.upgrade__target-item:hover{border-color:#febd01}.upgrade__target-item--selected{border-color:#febd01;background:#febd011a}.upgrade__target-item img{width:55px;height:55px;object-fit:contain;margin:0 auto;pointer-events:none}.upgrade__target-item .inv-item__name{font-size:.7rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a0aec0;pointer-events:none}.upgrade__target-item .inv-item__value{font-size:.75rem;color:#febd01;font-weight:600;pointer-events:none}.upgrade__target-item .inv-item__chance{font-size:.65rem;color:#48bb78;pointer-events:none}.upgrade__result-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1050}.upgrade__result-box{background:#24252f;border-radius:.5rem;padding:2rem;text-align:center;min-width:300px;box-shadow:0 10px 40px #0006}.upgrade__result-box h2{font-size:1.75rem;margin-bottom:1rem}.upgrade__result-box h2.win{color:#48bb78}.upgrade__result-box h2.lose{color:#f56565}.upgrade__result-box img{width:100px;height:100px;object-fit:contain;margin:0 auto 1rem}.upgrade__result-box .result-item-name{color:#fff;font-size:1rem;margin-bottom:.25rem}.upgrade__result-box .result-item-value{color:#2196f3;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.upgrade__result-box .result-eos{font-size:.7rem;color:#4a5568;word-break:break-all;margin-bottom:1rem}.upgrade__error{color:#f56565;text-align:center;padding:.5rem;font-size:.9rem}.upgrade__loading{color:#a0aec0;text-align:center;padding:2rem}@keyframes upgrade-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.upgrade__spinning .upgrade__ring-wrapper svg{animation:upgrade-spin 1s linear infinite}.logo{display:flex;align-items:center;justify-content:center;background-color:#2b2d46;padding:44.5px 62.5px}.logo img{max-width:185px;height:auto}.profile-modal{padding:.5rem}.profile-modal__inner{--bg-opacity: 1;background-color:#24252f;background-color:rgba(36,37,47,var(--bg-opacity));border-radius:.25rem;padding:1.5rem;position:relative}.profile-modal__brand{display:flex;justify-content:center;margin-bottom:1.5rem}.profile-modal__content{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;justify-content:center}.profile-modal__left{display:flex;flex-direction:column;gap:.5rem}.profile-modal__name{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-size:1.25rem;font-weight:700}.profile-modal__id{--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));font-size:.875rem}.profile-modal__buttons{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.profile-modal__btn{text-align:center;font-size:.875rem;padding:.375rem 1.25rem}.profile-modal__avatar img{width:100px;height:100px;border-radius:9999px;display:block}.profile-modal__stats{display:flex;flex-direction:column;gap:.5rem}.profile-modal__stat{display:flex;gap:1rem;justify-content:space-between;min-width:250px}.profile-modal__stat .stat__label{--text-opacity: 1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.profile-modal__stat .stat__value{--text-opacity: 1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:700}.profile-modal__links{display:flex;justify-content:center;margin-top:1.5rem;gap:.5rem}@media (max-width: 640px){.profile-modal__content{flex-direction:column;text-align:center}.profile-modal__stat{min-width:auto}}.jackpot-page{width:100%;max-width:1400px;margin:0 auto;padding:2rem;font-family:Rubik,Lato,Helvetica,sans-serif;font-weight:400}.jackpot-page *{font-family:inherit}.jackpot-container{display:grid;grid-template-columns:1fr 350px;gap:2rem}.jackpot-main{background:#2b2c3780;border-radius:12px;padding:2rem;min-height:600px;display:flex;align-items:center;justify-content:center}.jackpot-active{width:100%}.jackpot-wheel-section{display:flex;flex-direction:column;align-items:center;gap:2rem}.jackpot-wheel{position:relative;width:400px;height:400px}.wheel-svg{width:100%;height:100%;filter:drop-shadow(0 10px 30px rgba(0,0,0,.5))}.wheel-center{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.wheel-center-svg{width:100%;height:100%}.wheel-pointer{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:30px solid #ef4444;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.jackpot-wheel.spinning .wheel-svg{animation:spin 5s cubic-bezier(.17,.67,.35,.96) forwards}.jackpot-wheel.winner .wheel-svg{transform:rotate(var(--winner-rotation, 3600deg));transition:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(var(--winner-rotation, 3600deg))}}.jackpot-timer{font-size:2rem;font-weight:400;color:#a0aec0;text-align:center}.jackpot-status{font-size:1.5rem;color:#a0aec0;text-align:center;font-weight:400}.jackpot-winner{text-align:center;animation:fadeInScale .5s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.winner-text{font-size:2rem;font-weight:400;color:#10b981;margin-bottom:.5rem}.winner-name{font-size:1.5rem;color:#fff;margin-bottom:.5rem}.winner-amount{font-size:1.25rem;color:#a0aec0}.jackpot-empty{text-align:center;padding:4rem 2rem}.empty-icon{width:140px;height:140px;margin:0 auto 2rem;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 15px 40px #3b82f666,0 0 0 8px #3b82f61a;position:relative}.empty-icon:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;background:linear-gradient(135deg,#3b82f633,#1e40af1a);z-index:-1}.empty-icon svg{width:70px;height:70px;fill:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.jackpot-empty h2{font-size:2rem;color:#fff;margin-bottom:.5rem}.jackpot-empty p{font-size:1.125rem;color:#a0aec0;margin-bottom:2rem}.jackpot-sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-section{background:#2b2c3780;border-radius:12px;padding:1.5rem}.sidebar-section h3{font-size:1.25rem;color:#fff;margin-bottom:1rem;font-weight:400}.player-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#2d2e3a80;border-radius:8px;margin-bottom:.5rem}.player-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.player-info{flex:1;min-width:0}.player-name{font-size:.875rem;color:#fff;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-value{font-size:.75rem;color:#a0aec0}.player-chance{font-size:1rem;font-weight:400;color:#3b82f6}.history-card{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#2d2e3a80;border-radius:8px;margin-bottom:.5rem}.history-winner{display:flex;align-items:center;gap:.5rem}.history-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.history-winner span{font-size:.875rem;color:#fff}.history-value{font-size:.875rem;color:#10b981;font-weight:400}@media (max-width: 1024px){.jackpot-container{grid-template-columns:1fr}.jackpot-wheel{width:300px;height:300px}}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:Rubik,Lato,Helvetica;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}.btn{padding:.25rem 1rem;border-radius:9999px;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.5s}.btn:disabled,.btn[disabled=disabled]{--bg-opacity:1!important;background-color:#4a5568!important;background-color:rgba(74,85,104,var(--bg-opacity))!important;--text-opacity:1!important;color:#718096!important;color:rgba(113,128,150,var(--text-opacity))!important;pointer-events:none}.btn.btn-full{width:100%}.btn.btn-blue{--bg-opacity:1;background-color:#2196f3;background-color:rgba(33,150,243,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.btn.btn-blue:hover{--bg-opacity:1;background-color:#2b6cb0;background-color:rgba(43,108,176,var(--bg-opacity))}.btn.btn-red{--bg-opacity:1;background-color:#f56565;background-color:rgba(245,101,101,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.btn.btn-red:hover{--bg-opacity:1;background-color:#c53030;background-color:rgba(197,48,48,var(--bg-opacity))}.btn.btn-green{--bg-opacity:1;background-color:#48bb78;background-color:rgba(72,187,120,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.btn.btn-green:hover{--bg-opacity:1;background-color:#2f855a;background-color:rgba(47,133,90,var(--bg-opacity))}.btn.btn-yellow{--bg-opacity:1;background-color:#febd01;background-color:rgba(254,189,1,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.btn.btn-yellow:hover{--bg-opacity:1;background-color:#d69e2e;background-color:rgba(214,158,46,var(--bg-opacity))}.btn.btn-gray{--bg-opacity:1;background-color:#4a5568;background-color:rgba(74,85,104,var(--bg-opacity));--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.btn.btn-gray:hover{--bg-opacity:1;background-color:#2d3748;background-color:rgba(45,55,72,var(--bg-opacity))}.btn.btn-pill{border-radius:9999px}body{--bg-opacity:1;background-color:#1a1c24;background-color:rgba(26,28,36,var(--bg-opacity));--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity));overflow-y:hidden}.layout{display:block;height:100vh;overflow:hidden}@media (min-width:768px){.layout{display:grid;grid-template-areas:"navbar navbar" "chat main";grid-template-columns:265px 1fr;grid-template-rows:100px 1fr;height:100vh}}.layout .navbar{--bg-opacity:1;background-color:#24252f;background-color:rgba(36,37,47,var(--bg-opacity));position:relative;grid-area:navbar;z-index:1}.layout .navbar .navbar__background{position:absolute;top:0;left:0;width:100%;height:100%;display:block;background-image:url(/assets/pattern-BiscNCbs.png);background-repeat:repeat;opacity:.5}.layout .navbar .navbar__nav{display:grid;position:relative;grid-template-columns:265px 1fr;grid-template-rows:100px;grid-column-gap:1rem}.layout .navbar .navbar__nav .navbar__links{display:flex;align-items:center;transition:position .5s ease}@media (max-width:640px){.layout .navbar .navbar__nav .navbar__links{--bg-opacity:1;background-color:#24252f;background-color:rgba(36,37,47,var(--bg-opacity));position:fixed;top:0;right:-100%;width:80%;height:calc(100vh - 100px);margin-top:100px;transition:right .5s ease;align-items:center;flex-direction:column;z-index:10}.layout .navbar .navbar__nav .navbar__links.isEnabled{right:0}}.layout .navbar .navbar__nav .navbar__link{cursor:pointer;text-transform:uppercase;margin-right:1rem;transition:color .5s ease}.layout .navbar .navbar__nav .navbar__link:not(.maximized) span{display:none}.layout .navbar .navbar__nav .navbar__link:hover{--text-opacity:1;color:#2196f3;color:rgba(33,150,243,var(--text-opacity))}@media (max-width:640px){.layout .navbar .navbar__nav .navbar__link span{display:inline!important}}@media (max-width:640px){.layout .navbar .navbar__nav{grid-template-columns:1fr}}.layout .chat{--bg-opacity:1;background-color:#1f2029;background-color:rgba(31,32,41,var(--bg-opacity));grid-area:chat;height:100%;position:relative;z-index:1}@media (max-width:640px){.layout .chat{position:fixed;top:0;left:-100%;width:80%;height:calc(100vh - 100px);margin-top:100px;transition:left .5s ease;z-index:10}.layout .chat.isEnabled{left:0}}.layout .main{overflow-x:hidden;overflow-y:auto;grid-area:main;max-height:calc(100vh - 200px)}@media (min-width:768px){.layout .main{max-height:calc(100vh - 100px)}}::-webkit-scrollbar{width:.25rem;border-radius:9999px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{width:.25rem;border-radius:9999px;background-color:#a0aec0}::-webkit-scrollbar-thumb:hover{background-color:#718096}.announcement{padding:.5rem;margin-bottom:.5rem;--bg-opacity:1;background-color:#2196f3;background-color:rgba(33,150,243,var(--bg-opacity));--border-opacity:1;border-color:#2196f3;border-color:rgba(33,150,243,var(--border-opacity));--bg-opacity:.25;border-left-width:4px;border-radius:.25rem}.announcement .announcement__title{font-size:1.25rem;--text-opacity:1;color:#2196f3;color:rgba(33,150,243,var(--text-opacity))}.announcement .announcement__body{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-size:1.125rem}.announcement .announcement__body a{--text-opacity:1;color:#2196f3;color:rgba(33,150,243,var(--text-opacity))}.main__pages{margin:.5rem}.layout{position:relative}.layout.modalShowing{filter:blur(16px)}.background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;background-image:url(/background.svg);background-size:cover;background-position:100%;background-repeat:no-repeat;opacity:.25;pointer-events:none}.brand{display:flex;justify-content:center;align-items:center}.link__info{--text-opacity:1;color:#48bb78;color:rgba(72,187,120,var(--text-opacity))}.toggle{--bg-opacity:1;background-color:#1f2029;background-color:rgba(31,32,41,var(--bg-opacity));position:fixed;bottom:0;height:100px;width:100vw;display:none;z-index:20}.toggle .toggle__control{cursor:pointer;width:50%;align-items:center;justify-content:center;display:flex}@media (max-width:640px){.toggle{display:flex}}.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-18{width:1.125em}.user__controls{margin-left:auto;margin-right:.5rem}.layout .navbar{z-index:5}
