.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#FFAD0A,#F4D13A);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#FFB732,#F5D862)}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}@import"https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Unbounded:wght@200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap";.unbounded{font-family:Unbounded,sans-serif}.montserrat{font-family:Montserrat,sans-serif}.mulish{font-family:Mulish,sans-serif}@font-face{font-family:Proxima Nova;src:url(/fonts/ProximaNova.otf) format("opentype")}@font-face{font-family:Poppins;src:url(/fonts/Poppins.ttf) format("truetype")}@font-face{font-family:Poppins;src:url(/fonts/PoppinsMedium.ttf) format("truetype");font-weight:500}@font-face{font-family:Poppins;src:url(/fonts/PoppinsSemiBold.ttf) format("truetype");font-weight:600}@font-face{font-family:Poppins;src:url(/fonts/PoppinsBold.ttf) format("truetype");font-weight:700}@font-face{font-family:Onest;src:url(/fonts/Onest.ttf) format("truetype")}:root{--vmax:100dvh}#modal{position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;width:100%;height:100%;z-index:999;background-color:rgba(22,25,28,.8)}#modal.closing{animation:close;animation-duration:.25s;animation-timing-function:ease-out;animation-iteration-count:1}#modal.closing .modal-content{animation:close-content;animation-duration:.25s;animation-timing-function:ease-out;animation-iteration-count:1}#modal .modal-content{width:-moz-fit-content;width:fit-content;height:auto;border-radius:12px;max-width:50vw;max-height:85vh;overflow:visible;transition:.2s}@media only screen and (max-width:1650px){#modal .modal-content{max-width:80vw}}@media only screen and (max-width:1030px){#modal .modal-content{max-width:90vw}}@media only screen and (max-width:768px){#modal .modal-content{max-width:95%;max-height:95%}}@keyframes close{0%{background-color:rgba(21,25,40,.5)}to{background-color:rgba(21,25,40,0);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}}@keyframes close-content{0%{opacity:1}to{opacity:0}}#modal.chat-rules-modal .modal-content{background:rgba(0,0,0,0);padding:0;max-width:460px;max-height:-moz-fit-content;max-height:fit-content;height:auto}.ticker-view{height:auto;margin:auto;display:flex;flex-direction:row-reverse;overflow:hidden;position:relative}.number-placeholder{visibility:hidden}.ticker-column-container{position:relative}.ticker-column{position:absolute;height:1000%;bottom:0}.ticker-digit{width:auto;height:10%}.ticker-column.increase{animation:pulseIncrement .5s cubic-bezier(.4,0,.6,1) 1}.ticker-column.decrease{animation:pulseDecrement .5s cubic-bezier(.4,0,.6,1) 1}@keyframes pulseIncrement{0%,to{color:inherit}50%{color:var(--increment-color)}}@keyframes pulseDecrement{0%,to{color:inherit}50%{color:var(--decrement-color)}}