@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Passion+One:wght@400;700;900&display=swap";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: white;--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: #091820;--color-text-light: #0f222d;--color-bubble-other: #ffd0ac;--color-bubble-system: transparent;--color-bubble-player: #b0c0ff;--section-gap: 160px;--font-title-small: 15px;--font-small: 12px}*,*:before,*:after{box-sizing:border-box;font-weight:400;margin:0}body{min-height:100vh;color:var(--color-text);background:var(--color-background);font-family:Inter,serif;font-optical-sizing:auto;font-style:normal;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width: 800px){body{font-size:var(--font-small)}}#app{font-family:Inter,sans-serif;font-weight:400;font-style:normal}:root{--color-black: #0C171E;--color-orange: #FE7308;--color-blue: #244dff}.btn{display:flex;align-items:center;justify-content:center;background-color:var(--color-black);width:200px;height:52px;border-radius:6px;color:#fff;font-weight:500;font-size:16px;transition:.3s;cursor:pointer;position:relative}.btn .icon{fill:#fff;position:absolute;right:20px;top:calc(50% - 12px)}.header{width:100vw;padding:1em;display:flex}@media screen and (max-width: 600){.btn{font-size:14px}}:root{--swv-button-background-color: var(--color-text);--swv-button-text-color: white;--swv-button-outline-color: #3730a3;--swv-button-hover-background-color: #4338ca;--swv-button-disabled-background-color: #475569;--swv-button-disabled-text-color: #94a3b8;--swv-overlay-background-color: rgba(200, 200, 200, .8);--swv-modal-background-color: white;--swv-modal-text-color: #1f2937;--swv-modal-close-button-background-color: #f3f4f6;--swv-modal-close-button-text-color: #9ca3af;--swv-modal-close-button-hover-text-color: #374151;--swv-modal-button-text-color: #1f2937;--swv-modal-wallet-status-text-color: #64748b;--swv-modal-button-hover-background-color: #f3f4f6;--swv-modal-button-outline-color: var(--swv-button-outline-color);--swv-dropdown-background-color: white;--swv-dropdown-item-hover-background-color: #f3f4f6;--swv-dropdown-text-color: #1f2937;--swm-modal-shadow: 0 25px 25px rgb(0 0 0 / .15);--swm-dropdown-shadow: 0px 10px 20px rgba(0, 0, 0, .3);--swv-button-radius: 10px;--swv-modal-radius: 10px;--swv-dropdown-radius: 10px;--swv-dropdown-item-radius: 6px}.swv-dark{--swv-overlay-background-color: rgba(0, 0, 0, .7);--swv-modal-background-color: #1e293b;--swv-modal-text-color: white;--swv-modal-close-button-background-color: #0f172a;--swv-modal-close-button-text-color: #64748b;--swv-modal-close-button-hover-text-color: white;--swv-modal-button-text-color: white;--swv-modal-wallet-status-text-color: #64748b;--swv-modal-button-hover-background-color: #0f172a;--swv-modal-button-outline-color: white;--swv-dropdown-background-color: #1e293b;--swv-dropdown-item-hover-background-color: #334155;--swv-dropdown-text-color: white;--swm-modal-shadow: 0px 8px 20px rgba(0, 0, 0, .6)}.swv-button{background-color:transparent;border:none;color:var(--swv-button-text-color);cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:var(--swv-button-radius)}.swv-button>*+*{margin-left:12px}.swv-button-trigger{background-color:var(--swv-button-background-color)}.swv-button:not([disabled]):focus-visible{outline-color:var(--swv-button-outline-color)}.swv-button[disabled]{cursor:not-allowed}.swv-button-icon,.swv-button-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.swv-dropdown{position:relative;display:inline-block}.swv-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:var(--swv-dropdown-background-color);color:var(--swv-dropdown-text-color);border-radius:var(--swv-dropdown-radius);box-shadow:var(--swm-dropdown-shadow);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.swv-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.swv-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:var(--swv-dropdown-item-radius);font-size:14px;font-weight:500;height:37px}.swv-dropdown-list-item:not([disabled]):hover{background-color:var(--swv-dropdown-item-hover-background-color)}.swv-modal-collapse-button{justify-content:space-between;border-radius:0px 0px var(--swv-modal-radius) var(--swv-modal-radius)}.swv-modal-collapse-button svg{transition:transform ease-in .15s;align-self:center;fill:#999}.swv-modal-collapse-button.swv-modal-collapse-button-active svg{transform:rotate(180deg)}.swv-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:1;transition:opacity linear .15s;z-index:1040;overflow-y:auto}.swv-modal-logo-wrapper{padding:60px 60px 0}.swv-modal-logo{max-width:100%;max-height:100px}.swv-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:var(--swv-modal-close-button-background-color);color:var(--swv-modal-close-button-text-color);border:none;border-radius:50%}.swv-modal-button-close:hover{color:var(--swv-modal-close-button-hover-text-color)}.swv-modal-button-close:focus-visible{outline-color:var(--swv-modal-button-outline-color)}.swv-modal-button-close svg{fill:currentColor;transition:fill .2s ease 0s}.swv-modal-overlay{background:var(--swv-overlay-background-color);position:fixed;top:0;left:0;bottom:0;right:0}.swv-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width: 480px){.swv-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.swv-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:var(--swv-modal-radius);background:var(--swv-modal-background-color);color:var(--swv-modal-text-color);box-shadow:var(--swm-modal-shadow);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.swv-modal-wrapper .swv-button{width:100%;color:var(--swv-modal-button-text-color)}.swv-modal-wrapper .swv-button:not([disabled]):hover{background:var(--swv-modal-button-hover-background-color)}.swv-modal-wrapper .swv-button:not([disabled]):focus-visible{outline-color:var(--swv-modal-button-outline-color)}.swv-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:30px 60px;text-align:center}@media (max-width: 374px){.swv-modal-title{font-size:18px}}.swv-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.swv-modal-list .swv-button{font-weight:400;border-radius:0;font-size:18px;justify-content:flex-start}.swv-modal-list .swv-button .swv-wallet-status{color:var(--swv-modal-wallet-status-text-color);font-size:16px;margin-left:auto}.swv-modal-list .swv-button-icon,.swv-modal-list .swv-button-icon img{width:28px;height:28px}.how-to-play[data-v-bab76e79]{width:100%;border-radius:30px;padding:24px 40px 24px 0;max-width:780px;display:flex;flex-direction:column;margin-bottom:50px;grid-area:how}.how-to-play .btns[data-v-bab76e79]{display:flex;justify-content:center;margin-top:20px}.how-to-play__title[data-v-bab76e79]{font-size:30px;font-weight:500;font-weight:600;align-items:center;display:flex;justify-content:space-between;font-family:Passion One,sans-serif;font-weight:700;font-style:normal;font-size:54px}.how-to-play .step[data-v-bab76e79]{font-size:18px;margin-bottom:15px;display:flex;align-items:start;gap:10px;padding:0 10px}.how-to-play .step[data-v-bab76e79]:not(:last-child){border-bottom:2px solid var(--color-black);padding-bottom:15px}.how-to-play .step .step-title[data-v-bab76e79]{font-weight:600;margin-bottom:10px}.how-to-play .step .step-number[data-v-bab76e79]{font-weight:600}.how-to-play .step .step-description[data-v-bab76e79]{font-size:12px}.how-to-play .step[data-v-bab76e79]::marker{font-weight:600}@media screen and (max-width: 800px){.how-to-play[data-v-bab76e79]{padding:12px 8px;margin-bottom:25px}.how-to-play__title[data-v-bab76e79]{font-size:40px;padding-left:10px}.how-to-play__title .icon[data-v-bab76e79]{width:80px;height:80px}.how-to-play ol[data-v-bab76e79]{padding-left:20px}.how-to-play ol li[data-v-bab76e79]{font-size:var(--font-small);margin-bottom:15px}}.room-card[data-v-898f5bcf]{padding:10px;cursor:pointer;border-radius:10px;border:3px solid gray;background-color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column}.room-card .card-header[data-v-898f5bcf]{position:absolute;top:0;left:0;width:100%;height:auto;z-index:0;fill:gray;max-height:65px}.room-card--active[data-v-898f5bcf]{border:3px solid var(--color-orange)}.room-card--active .card-header[data-v-898f5bcf]{fill:var(--color-orange)}.room-card--active .status .status-indicator[data-v-898f5bcf]{background-color:green}.room-card--searching[data-v-898f5bcf]{border:3px solid var(--color-blue)}.room-card--searching .card-header[data-v-898f5bcf]{fill:var(--color-blue)}.room-card--searching .status .status-indicator[data-v-898f5bcf]{background-color:green}.room-card__header[data-v-898f5bcf]{display:flex;justify-content:space-between;align-items:center;color:#fff;z-index:1;position:relative}.room-card__header-item-top[data-v-898f5bcf]{font-size:12px;margin-bottom:5px}.room-card__header-item-bottom[data-v-898f5bcf]{font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:16px}.room-card__header-item-left[data-v-898f5bcf]{display:flex;flex-direction:column;align-items:start}.room-card__header-item-right[data-v-898f5bcf]{display:flex;flex-direction:column;align-items:end;text-transform:uppercase}.room-card__header .status[data-v-898f5bcf]{display:flex;align-items:center;gap:5px}.room-card__header .status-indicator[data-v-898f5bcf]{width:15px;height:15px;border-radius:50%;background-color:gray;border:3px solid #fff}.room-card .room-card__players[data-v-898f5bcf]{display:grid;grid-template-columns:1fr 20px 1fr;margin:20px 0 15px}.room-card .room-card__players .room-card__player[data-v-898f5bcf]{display:flex;flex-direction:column;align-items:center;gap:5px}.room-card .room-card__players .room-card__player-name[data-v-898f5bcf]{font-weight:600;display:flex;gap:5px}.room-card .room-card__players .room-card__player-name .icon-winner[data-v-898f5bcf]{width:15px;height:15px}.room-card .room-card__players .room-card__player-iq[data-v-898f5bcf]{font-size:12px}.room-card .room-card__players .room-card__player-left[data-v-898f5bcf]{align-items:start}.room-card .room-card__players .room-card__player-right[data-v-898f5bcf]{align-items:end}.room-card .vs[data-v-898f5bcf]{font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:24px}.room-card .room-card__btn[data-v-898f5bcf]{width:100%;font-size:12px;font-weight:600;color:gray;text-align:right}.action-card{display:flex;flex-direction:column;align-items:center;color:#fff;border-radius:14px;background:linear-gradient(180deg,#0836fe,#244dff 29%,#4164ff 59%);padding:34px;grid-area:play;position:relative}.action-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/brains-CR-y-Mfp.png);background-size:contain;background-position:center;background-repeat:no-repeat;z-index:1;opacity:.1;transform:scale(1.5)}.action-card__title{position:relative;z-index:2;font-size:20px;font-weight:900;font-size:24px;font-family:Passion One,sans-serif;font-weight:400;font-style:normal;margin-bottom:16px}.action-card__subtitle{position:relative;z-index:2;margin-bottom:40px}.action-card__body{position:relative;z-index:2;display:flex;align-self:flex-start;flex-direction:column;align-items:flex-start;gap:16px;font-family:Passion One,sans-serif;font-weight:700;font-style:normal;font-size:76px;margin-bottom:30px}.action-card .btn{position:relative;z-index:2;width:100%}@media screen and (max-width: 800px){.action-card__subtitle{font-size:16px}}.faq[data-v-ac610150]{display:flex;flex-direction:column}.faq__question[data-v-ac610150]{font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:24px;margin-bottom:5px}.faq__answer[data-v-ac610150]{margin-bottom:15px}.modal-overlay[data-v-3720d60b]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content[data-v-3720d60b]{background-color:#fff;width:600px;border-radius:8px;padding:24px;position:relative;max-height:90vh;overflow-y:auto}.close-button[data-v-3720d60b]{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;padding:4px 8px;line-height:1}.close-button .icon[data-v-3720d60b]:hover{fill:#333}.modal-header[data-v-3720d60b]{margin-bottom:16px;font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:32px}.modal-body[data-v-3720d60b]{color:#333}.header[data-v-30a8a29c]{width:100vw;padding:1em;display:flex;justify-content:space-between}.header .links[data-v-30a8a29c]{display:flex;gap:1em;height:52px;align-items:center}.header .links .burger[data-v-30a8a29c]{display:none}.header .links .links__item[data-v-30a8a29c]{cursor:pointer;font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:24px;height:24px;transition:.3s}.header .links .links__item .icon[data-v-30a8a29c]{transition:.3s;fill:var(--color-black)}.header .links .links__item[data-v-30a8a29c]:hover{color:var(--color-orange)}.header .links .links__item:hover .icon[data-v-30a8a29c]{fill:var(--color-orange)}.wallet[data-v-30a8a29c]{display:flex;align-items:center;gap:1em;font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:24px}.sidebar[data-v-30a8a29c]{padding:0 1em 1em;position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;background-color:var(--color-black);color:#fff;display:flex;flex-direction:column;gap:1em;overflow-y:auto}.sidebar .sidebar__header[data-v-30a8a29c]{display:flex;align-items:center;gap:1em}.sidebar .sidebar__faq-title[data-v-30a8a29c]{font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:32px;color:#fff;margin-bottom:15px}.sidebar .close-btn[data-v-30a8a29c]{height:76px;display:flex;align-items:center;font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:32px;cursor:pointer;margin-left:auto}.sidebar .close-btn .icon[data-v-30a8a29c]{fill:#fff}.sidebar .sidebar__item[data-v-30a8a29c]{font-family:Passion One,sans-serif;font-weight:400;font-style:normal;display:flex;align-items:center;gap:1em;font-size:24px}.sidebar .sidebar__item .icon[data-v-30a8a29c]{fill:#fff}@media screen and (min-width: 1360px){.header[data-v-30a8a29c]{position:fixed;top:0;left:0;z-index:10}}@media screen and (max-width: 900px){.header[data-v-30a8a29c]{padding-left:10px;padding-right:10px}.header .links .burger[data-v-30a8a29c]{display:block;font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:24px}.header .links .links__item[data-v-30a8a29c]{display:none}}.sidebar-enter-active[data-v-30a8a29c],.sidebar-leave-active[data-v-30a8a29c]{transition:all .3s ease}.sidebar-enter-from[data-v-30a8a29c],.sidebar-leave-to[data-v-30a8a29c]{transform:translate(-100%)}.home{width:900px;margin:0 auto;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column}.home .home__hero{display:grid;grid-template-areas:"how how how play play";gap:20px;align-items:start}.home .rooms{width:100%}.home .rooms .rooms__title{font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:40px;margin-bottom:20px}.home .rooms .rooms__list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;padding-bottom:20px}.v-enter-active,.v-leave-active{transition:opacity .5s ease}.v-enter-from,.v-leave-to{opacity:0}@media screen and (max-width: 900px){.home{padding-left:10px;padding-right:10px;width:100%}.home .home__hero{width:100%;grid-template-areas:"play" "how"}.home .rooms .rooms__title{font-size:40px}.home .rooms .rooms__list{grid-template-columns:repeat(1,1fr)}.home .rooms .rooms__list .room-card__players{margin-top:30px;z-index:20}}@media screen and (min-width: 1360px){.home{padding-top:1em}}.loader[data-v-13e0b03f]{animation:l7-13e0b03f 1s infinite;position:relative}.loader__piece[data-v-13e0b03f]{width:8px;height:8px;--offset: 10px;border-radius:4px;background-color:#fff;position:absolute;left:0;top:0}.loader__piece.left[data-v-13e0b03f]{transform:translate3d(-14px,-4px,0)}.loader__piece.right[data-v-13e0b03f]{transform:translate3d(6px,-4px,0)}.loader__piece.top[data-v-13e0b03f]{transform:translate3d(-4px,-14px,0)}.loader__piece.bottom[data-v-13e0b03f]{transform:translate3d(-4px,6px,0)}.loader.black .loader__piece[data-v-13e0b03f]{background-color:var(--color-black)}@keyframes l7-13e0b03f{to{transform:rotate(.5turn)}}.game-over-panel[data-v-9de2a36c]{display:flex;align-items:center;justify-content:end;padding-right:10px;width:800px;margin-bottom:10px;gap:10px}@media screen and (max-width: 800px){.game-over-panel[data-v-9de2a36c]{width:auto;justify-content:center;padding-right:0}}.chat-room__feed{display:flex;flex-direction:column;width:800px;overflow:scroll;padding:10px 0;scroll-behavior:smooth}.chat-room__feed .message{width:80%;padding:24px 24px 28px;margin-bottom:50px;border-radius:30px 30px 30px 0;background-color:var(--color-bubble-other);color:var(--color-text);position:relative;display:flex}.chat-room__feed .message__icon{background:url(/assets/orb-Bdsh-NsI.png);width:62px;height:62px;background-size:cover;border-radius:50%;box-shadow:0 2px 5px #d0d0d0;flex-shrink:0;margin-right:12px}.chat-room__feed .message:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(130deg,#d8d8d833,#8b95a314);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.chat-room__feed .message__title{display:flex;justify-content:space-between;width:100%;margin-bottom:15px;font-size:20px}.chat-room__feed .message__title div{font-size:20px;font-weight:500}.chat-room__feed .message__title span{font-weight:500px;font-size:14px;opacity:.6}.chat-room__feed .message__inner{flex-grow:1}.chat-room__feed .message.system{width:100%;align-self:center;background:transparent;padding:0 24px}.chat-room__feed .message.system:before{content:none}.chat-room__feed .message.player{align-self:end;background-color:var(--color-bubble-player);border-radius:30px 30px 0}.chat-room__feed .widget-winner{width:100%;position:relative;flex-shrink:0;border-radius:20px;padding:24px 24px 28px;background:radial-gradient(79.79% 80.25% at 10.11% 28.24%,#d4d1fd 6.5%,#dcffc2 38.5%,#bbd5ff 66.5%,#f98098);background:conic-gradient(from 219.72deg at 86.69% 55.84%,#eff3ec,#fff 30deg,#d4d1fd 95.62deg,#fff 168.75deg,#d0e2ff 228.75deg,#fff 285deg,#eff3ec 360deg);background-blend-mode:screen;background:conic-gradient(from 219.79deg at 86.74% 55.88%,#eff3ec,#fed9d9 16.88deg,#d4d1fd 88.12deg,#fffffff5 151.87deg,#d0e2ff 225deg,#fa8b8b 288.75deg,#eff3ec 360deg)}.chat-room__feed .widget-winner__title{font-weight:500;font-size:42px;margin-bottom:15px}.chat-room__feed .widget-winner__winner{height:50px;width:fit-content;padding:14px 30px;font-weight:500;background:#fff9;border:2px solid rgba(255,255,255,.6);border-radius:25px;margin-bottom:15px;transition:.3s;cursor:pointer}.chat-room__feed .widget-winner__winner:hover{text-decoration:underline}.chat-room__feed .widget-intro{width:100%;border-radius:30px;padding:24px 27px;display:flex;flex-direction:column}.chat-room__feed .widget-intro__title{font-size:20px;font-weight:500;align-self:center;margin-bottom:15px}.chat-room__feed .widget-intro__text:not(:last-child){margin-bottom:30px}.chat-room__input{width:800px;height:100px;padding:0 10px;position:relative}.chat-room__input .input-wrapper{position:relative;width:100%}.chat-room__input input{height:56px;resize:none;width:100%;flex-grow:1;margin:0;padding:20px 40px 20px 16px;border-radius:10px;border:none;box-shadow:0 2px 14px 2px #e6e6e6}.chat-room__input input::-moz-focus-inner{outline:none}.chat-room__input input:focus-visible{outline:none}.chat-room__input .character-count{position:absolute;left:16px;bottom:0;transform:translateY(-50%);font-size:10px;color:#8b95a3}.chat-room__input .error-message{color:#f44;font-size:10px;position:absolute;left:60px;transform:translateY(-50%);bottom:0}.chat-room__input .send-btn{width:24px;height:24px;position:absolute;right:26px;top:16px;stroke:#8b95a3;cursor:pointer;transition:.3s}.chat-room__input .send-btn:hover{stroke:#656c77}@media screen and (max-width: 800px){.chat-room__feed{width:100%}.chat-room__feed .message{margin-bottom:30px}.chat-room__feed .message__title{font-size:var(--font-title-small);margin-bottom:10px}.chat-room__feed .message__title div{font-size:var(--font-title-small)}.chat-room__feed .message__icon{width:40px;height:40px}.chat-room__feed .message.system{padding:0}.chat-room__feed .message.player{padding:18px 18px 20px}.chat-room__feed .widget-intro__title{font-size:var(--font-title-small)}.chat-room__feed .widget-winner{padding:12px 12px 14px}.chat-room__feed .widget-winner__title{margin-bottom:15px;font-size:30px}.chat-room__feed .widget-winner__winner{width:100%;height:30px;font-size:var(--font-small);padding:6px 12px;overflow:hidden;text-overflow:ellipsis}.chat-room__input{width:100%;height:100px;padding:0}}.timer[data-v-8433e551]{margin-right:auto;display:flex;height:50px;border-radius:25px;background-color:var(--color-text);color:#fff;align-items:center;justify-content:center;width:120px}.timer__time[data-v-8433e551]{font-weight:700;font-size:25px}.progress-bar[data-v-efe54428]{width:100%;display:flex;gap:5px;align-items:center}.progress-bar .step-circle[data-v-efe54428]{width:24px;height:24px;border-radius:12px;background-color:var(--color-black);transition:.3s}.progress-bar .step-circle.active[data-v-efe54428]{background-color:var(--color-blue)}.progress-bar .progress-line[data-v-efe54428]{flex-grow:1;height:10px;background-color:var(--color-black);bottom:5px;left:100px;overflow:hidden;border-radius:5px}.progress-bar .progress-line__inner[data-v-efe54428]{width:0%;height:100%;background-color:var(--color-blue);transition:.3s}.progress-bar .progress-line__inner.active[data-v-efe54428]{width:100%}.progress-bar:last-child .progress-line[data-v-efe54428]{display:none}.current-step[data-v-efe54428]{width:24px;aspect-ratio:1;border-radius:50%;background:#000;box-shadow:0 0 0 0 var(--color-blue);animation:l1-efe54428 1s infinite}@keyframes l1-efe54428{to{box-shadow:0 0 0 15px #0000}}@media screen and (min-width: 1360px){.progress-bar[data-v-efe54428]{padding-top:1em}}.chat-view{width:800px;height:calc(100vh - 80px);margin:0 auto;display:flex;flex-direction:column}.chat-view .btn{margin:auto}@media screen and (max-width: 800px){.chat-view{width:100%;padding:0 10px}}.screen-title{font-family:Passion One,sans-serif;font-weight:400;font-style:normal;font-size:24px;margin:10px 0}.screen-text{margin-bottom:10px}@media screen and (min-width: 1360px){.chat-view{padding-top:1em;height:calc(100vh - 1em)}}.toast-enter-from[data-v-14874d39],.toast-leave-to[data-v-14874d39]{transform:translate(100%);opacity:0}.toast-enter-active[data-v-14874d39],.toast-leave-active[data-v-14874d39]{transition:.25s ease all}.toaster__wrapper[data-v-14874d39]{position:fixed;bottom:3%;right:5%;z-index:100;display:flex;flex-direction:column;gap:1rem}.toaster__inner[data-v-14874d39]{--color: black;display:flex;align-items:center;padding:10px 20px;border-radius:10px;border:2px solid transparent;background-color:#fff;border-color:var(--color);color:var(--color)}.toaster__inner.success[data-v-14874d39]{--color: var(--color-blue)}.toaster__inner.warning[data-v-14874d39]{--color: var(--color-orange)}.toaster__inner.error[data-v-14874d39]{--color: red}.toaster__inner-text[data-v-14874d39]{font-size:12px;font-weight:600}nav[data-v-1a6126c6]{width:100%;font-size:12px;text-align:center;margin-top:2rem}nav a.router-link-exact-active[data-v-1a6126c6]{color:var(--color-text)}nav a.router-link-exact-active[data-v-1a6126c6]:hover{background-color:transparent}nav a[data-v-1a6126c6]{display:inline-block;padding:0 1rem;border-left:1px solid var(--color-border)}nav a[data-v-1a6126c6]:first-of-type{border:0}@media (min-width: 1024px){header[data-v-1a6126c6]{display:flex;place-items:center;padding-right:calc(var(--section-gap) / 2)}.logo[data-v-1a6126c6]{margin:0 2rem 0 0}header .wrapper[data-v-1a6126c6]{display:flex;place-items:flex-start;flex-wrap:wrap}nav[data-v-1a6126c6]{text-align:left;margin-left:-1rem;font-size:1rem;padding:1rem 0;margin-top:1rem}}
