@font-face{font-family:Rubik;src:url(/assets/RubikOne-Regular-07cuPJ67.ttf)}*,body,h1,h2,h3,h4,h5,h6,p,ul,li,button,input hr a{background:none;outline:none;box-sizing:border-box;border:none;margin:0;padding:0;text-decoration:none;list-style:none;color:#fff;-webkit-user-select:none;user-select:none;font-family:Rubik;-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6{font-weight:400}:root{--tg-safe-area-inset-top: env(safe-area-inset-top, 0px);--tg-safe-area-inset-bottom: env(safe-area-inset-bottom, 0px);--tg-safe-area-inset-left: env(safe-area-inset-left, 0px);--tg-safe-area-inset-right: env(safe-area-inset-right, 0px);--tg-content-safe-area-inset-top: 0px}#root{height:inherit;width:100%;overflow-x:hidden}html,body{overflow:hidden;height:100vh;height:100dvh;min-height:100dvh;min-height:-webkit-fill-available;transition:.2s;background:#151515}body:after{content:"";height:var(--tg-content-safe-area-inset-top);aspect-ratio:1;background:url(./assets/images/logo-mini.png) no-repeat center/contain;position:absolute;top:var(--tg-safe-area-inset-top);left:50%;transform:translate(-50%)}button{position:relative;transition:.2s}button:disabled{opacity:.4}button[data-default=true],button[data-dark=true]{background:#cbdf1e;font-weight:400;font-size:clamp(14px,4vw,20px);letter-spacing:0%;text-align:center;vertical-align:middle;color:#000;height:47px;border-radius:15px}button[data-dark=true]{background:#474747;color:#fff}.page-wrapper{width:100%;height:inherit;padding:24px 0;display:flex;flex-direction:column;gap:14px;padding-top:calc(var(--tg-safe-area-inset-top) + var(--tg-content-safe-area-inset-top) + 24px);padding-bottom:calc(var(--tg-safe-area-inset-bottom) + 24px)}.modal-bg{position:fixed;display:flex;align-items:center;justify-content:center;background:#00000053;z-index:10;inset:0;padding:20px}.modal-body{padding:26px 12px;background:#272727;border-radius:15px;position:relative}.lucky-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000c7}.lucky-overlay-card{width:min(100%,420px);display:grid;gap:14px;padding:28px 20px 24px;border:1px solid rgba(203,223,30,.42);border-radius:22px;background:linear-gradient(180deg,#272727fa,#161616fa);box-shadow:0 24px 64px #0000006b;text-align:center}.lucky-overlay-kicker{color:#cbdf1ee0;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.lucky-overlay-card h2{font-size:clamp(28px,7vw,40px);line-height:1}.lucky-overlay-card p{font-size:18px;line-height:1.35}.lucky-overlay-reward{color:#cbdf1e}.lucky-overlay-status{color:#ffffffc7;font-size:15px}.lucky-overlay-note{color:#ffffffa8;font-size:14px}.main-page{--m-bg: #171717;--m-card: #202020;--m-card-2: #282828;--m-line: #343434;--m-muted: #9a9a9a;--m-lime: #cce200;--m-lime-ink: #1a1a00;--m-red: #df1e1e;--m-spring: cubic-bezier(.22, 1.35, .36, 1);display:flex;flex-direction:column;justify-content:space-between;padding:0 16px calc(var(--tg-safe-area-inset-bottom) + 112px);overflow-y:auto}.main-logo{height:22vh;min-height:120px;display:flex;align-items:center;justify-content:center;width:100%}.main-logo img{width:72%;max-width:280px}.main-header{display:flex;flex-direction:column;gap:16px;padding:0 0 20px;align-items:center}.main-header img{z-index:2}.main-header>p{font-weight:400;font-size:15px;text-align:center;color:var(--m-muted);opacity:1}.main-header h2{margin:0;font-weight:600;font-size:22px;line-height:1.25;text-align:center}.main-header h2 span{color:var(--m-lime)}.main-header-text-container{position:relative;width:100%}.main-header-text-container h2{width:100%}.main-input{width:100%;max-width:340px;margin:0 auto;position:relative;cursor:text}.main-input input{position:absolute;inset:0;width:100%;height:100%;z-index:2;opacity:0;border:0;padding:0;font-size:32px;-webkit-tap-highlight-color:transparent}.main-code-cells{display:flex;gap:8px;justify-content:center}.main-code-cell{flex:1 1 0;min-width:0;height:64px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:var(--m-card);border:1px solid var(--m-line);font-weight:700;font-size:28px;line-height:1;text-transform:uppercase;font-variant-numeric:tabular-nums;transition:border-color .18s,background .18s,transform .18s var(--m-spring)}.main-code-cell.is-full{background:var(--m-card-2);border-color:#4a4a4a}.main-input input:focus~.main-code-cells .main-code-cell.is-next{border-color:var(--m-lime);transform:translateY(-2px)}.main-input input:focus~.main-code-cells .main-code-cell.is-next:after{content:"";width:2px;height:28px;background:var(--m-lime);border-radius:1px;animation:main-caret 1s step-end infinite}@keyframes main-caret{50%{opacity:0}}.main-input.is-bad .main-code-cell{border-color:#df1e1e;animation:main-shake .4s}@keyframes main-shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}45%{transform:translate(5px)}70%{transform:translate(-3px)}}@media (prefers-reduced-motion: reduce){.main-code-cell{transition:none}.main-input input:focus~.main-code-cells .main-code-cell.is-next:after{animation:none}.main-input.is-bad .main-code-cell{animation:none}}.main-hint{width:100%;margin:0;padding:12px 14px;border:1px solid var(--m-line);border-radius:12px;background:var(--m-card);color:var(--m-muted);font-size:13px;line-height:1.5;text-align:left}.main-hint b{color:#fff;font-weight:600}.main-error{width:100%;border-radius:12px;padding:12px;font-weight:500;font-size:14px;line-height:1.35;text-align:center;color:#ff7c7c;background:#df1e1e1a;border:1px solid rgba(223,30,30,.45)}.main-next-btn{margin:0;min-height:56px;border-radius:14px;font-size:17px;font-weight:700}.main-next-btn:disabled{opacity:1;background:var(--m-card-2)!important;color:#6f6f6f!important}.main-banner{width:100%;padding:22px 18px;background:url(/assets/banner-bg-Brr9ItVY.jpg) no-repeat center/cover;border-radius:16px;min-height:132px;display:flex;flex-direction:column;justify-content:center;gap:6px;text-decoration:none;position:relative;overflow:hidden}.main-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#17171759,#171717bf)}.main-banner p{position:relative;margin:0;font-weight:500;font-size:16px;line-height:1.35;text-align:center;color:#fff}.main-banner p span{font-weight:700;background:linear-gradient(90deg,#cce200,#f0fd7f 49.04%,#cce200);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.main-room-data{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:15px;color:var(--m-muted);opacity:1}.room-data-name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;flex:1;-webkit-box-orient:vertical}.main-socials{width:100%;max-width:340px;margin:0 auto;text-align:left}.main-socials h3{margin:0 0 6px;font-size:16px;font-weight:600}.main-socials-sub{margin:0 0 14px;color:var(--m-muted);font-size:13px;line-height:1.5}.main-socials-row{display:flex;flex-direction:column;gap:8px}.main-soc{display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:60px;padding:12px 16px;border:1px solid var(--m-line);border-radius:14px;background:var(--m-card);color:#fff;text-decoration:none;font-size:14px;transition:background .15s,border-color .15s,transform .13s var(--m-spring);-webkit-tap-highlight-color:transparent}.main-soc:hover{background:var(--m-card-2);border-color:#4a4a4a}.main-soc:active{transform:scale(.98)}.main-soc:focus-visible{outline:2px solid var(--m-lime);outline-offset:2px}.main-soc-copy{min-width:0;display:flex;align-items:baseline;gap:10px}.main-soc-name{font-weight:700;line-height:1.2}.main-soc-nick{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--m-muted);font-size:13px;line-height:1.3}.main-soc-arrow{width:16px;height:16px;color:var(--m-muted)}.main-socials-note{margin:12px 0 0;color:#6f6f6f;font-size:11px;line-height:1.45}@media (prefers-reduced-motion: reduce){.main-soc:active{transform:none}}.bottom-nav{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(100%,520px);display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:14px 16px calc(var(--tg-safe-area-inset-bottom) + 16px);background:linear-gradient(180deg,#15151500,#151515eb 26%,#151515);z-index:20}.bottom-nav__item{min-height:62px;padding:12px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border-radius:18px;background:#242424;border:1px solid #313131;color:#cfcfcf}.bottom-nav__item.is-active{background:linear-gradient(180deg,#2e2e2e,#202020);border-color:#cbdf1e;color:#fff;box-shadow:0 0 0 1px #cbdf1e26}.bottom-nav__icon{width:24px;height:24px;display:block;background-position:center;background-repeat:no-repeat;background-size:contain;opacity:.95}.bottom-nav__icon--code{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='16' rx='5' stroke='%23CBDF1E' stroke-width='1.5'/%3E%3Cpath d='M8.5 10L6.5 12L8.5 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5 10L17.5 12L15.5 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 8.5L10.5 15.5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")}.bottom-nav__icon--profile{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='3.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M5 18C5 15.7909 6.79086 14 9 14H15C17.2091 14 19 15.7909 19 18V19H5V18Z' stroke='%23CBDF1E' stroke-width='1.5'/%3E%3C/svg%3E")}.bottom-nav__label{font-size:12px;line-height:1}.song-guess{--sg-card: #202020;--sg-card-2: #282828;--sg-line: #343434;--sg-muted: #9a9a9a;--sg-lime: #cce200;--sg-red: #d42030;--sg-wheel: cubic-bezier(.12, .72, .12, 1)}.song-guess-row{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px}.song-guess-side{width:100%;min-width:0}@media (min-width: 430px){.song-guess-row{flex-direction:row;align-items:center}.song-guess-side{flex:1;min-width:0}}.song-guess-wheel{position:relative;flex:0 0 auto;width:clamp(150px,52vw,186px);aspect-ratio:1;border-radius:50%;overflow:hidden;background:var(--sg-card-2);border:2px solid rgba(204,226,0,.35)}.song-guess-wheel svg{position:absolute;inset:0;width:100%;height:100%;transition:transform 4.2s var(--sg-wheel)}.song-guess-mark{position:absolute;top:-1px;left:50%;margin-left:-8px;z-index:3;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:13px solid var(--sg-lime);filter:drop-shadow(0 1px 3px rgba(0,0,0,.6))}.song-guess-face{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:var(--sg-lime);font-variant-numeric:tabular-nums;pointer-events:none}.song-guess-text{margin:0 0 16px;font-size:14px;line-height:1.5;color:#fff}.song-guess-note{margin:0 0 16px;font-size:13px;line-height:1.45;color:var(--sg-muted)}.song-guess-opts{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.song-guess-opt{display:block;width:100%;min-height:48px;padding:10px 14px;text-align:left;background:transparent;border:1px solid var(--sg-line);border-radius:12px;color:#fff;font-family:inherit;font-size:14px;cursor:pointer;transition:background .15s,border-color .15s;-webkit-tap-highlight-color:transparent}.song-guess-opt b{display:block;font-weight:600}.song-guess-opt span{display:block;color:var(--sg-muted);font-size:13px;margin-top:1px}.song-guess-opt:hover:not([disabled]){background:var(--sg-card-2)}.song-guess-opt.is-right{border-color:var(--sg-lime);background:#cce20024}.song-guess-opt.is-wrong{border-color:var(--sg-red);background:#d420301f}.song-guess-opt[disabled]{cursor:default}.song-guess-btn{width:100%;min-height:48px;border-radius:12px;border:1px solid var(--sg-line);background:transparent;color:#fff;font-family:inherit;font-weight:600;font-size:15px;cursor:pointer;transition:background .15s,border-color .15s}.song-guess-btn:hover:not([disabled]){background:var(--sg-card-2)}.song-guess-btn[disabled]{opacity:.5;cursor:default}.song-guess-score{margin:12px 0 0;font-size:13px;color:var(--sg-muted)}.song-guess-score b{color:var(--sg-lime);font-weight:600;font-variant-numeric:tabular-nums}@media (prefers-reduced-motion: reduce){.song-guess-wheel svg{transition:none}}.song-guess{row-gap:0}.profile-page{padding:15px 15px calc(var(--tg-safe-area-inset-bottom) + 112px);gap:18px;overflow-y:auto}.profile-page>:not(.profile-modal-backdrop){flex-shrink:0}.profile-page .profile-phone-ui{display:none!important}.profile-header{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}.profile-avatar{width:104px;height:104px;border-radius:28px;background:radial-gradient(circle at top,rgba(203,223,30,.18),transparent 58%),linear-gradient(145deg,#2d2d2d,#1e1e1e);border:1px solid #3a3a3a;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff0d}.profile-avatar span{font-size:34px;color:#cce200}.profile-heading{display:flex;flex-direction:column;gap:8px}.profile-heading h1{font-size:28px;line-height:1.05}.profile-username{margin:0;color:#ffffff7a;font-size:13px;font-weight:500}.profile-eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#cce200}.profile-subtitle{font-size:14px;line-height:1.45;color:#ffffffad}.profile-balance-card,.profile-card{background:linear-gradient(180deg,#282828,#212121);border:1px solid #343434;border-radius:20px;box-shadow:inset 0 1px #ffffff0a}.profile-balance-card{padding:18px;display:flex;flex-direction:column;gap:14px}.profile-balance-card h2{font-size:44px;color:#cce200;line-height:1}.profile-balance-note{width:fit-content;padding:8px 12px;border-radius:999px;background:#171717;border:1px solid #393939;color:#ffffffb8;font-size:12px}.profile-balance-note--button{cursor:pointer}.profile-balance-actions{display:flex;flex-wrap:wrap;gap:8px}.profile-card-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#ffffff85;margin-bottom:10px}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-card{min-height:0;min-width:0;padding:16px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;overflow:hidden}.profile-card strong{font-size:20px;line-height:1.15}.profile-card span{font-size:13px;line-height:1.4;color:#ffffffa3}.profile-input{width:100%;max-width:100%;min-width:0;min-height:48px;height:48px;padding:0 14px;border-radius:12px;border:1px solid #4a4a4a;background:#171717;color:#fff;font-size:16px;display:block;-webkit-appearance:none;appearance:none;box-sizing:border-box;line-height:48px}.profile-input:disabled{opacity:.65}.profile-vkid-link{min-height:44px;width:100%;overflow:hidden}.profile-auth-card{gap:12px}.profile-auth-method{display:grid;gap:10px;padding:14px;border:1px solid #3a3a3a;border-radius:14px;background:#1b1b1b}.profile-auth-method.is-linked{border-color:#cbdf1e4d}.profile-auth-method-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-auth-method-title strong{font-size:16px}.profile-auth-method small{color:#ffffff9e;overflow-wrap:anywhere}.profile-auth-linked{padding:5px 8px;border-radius:999px;background:#cbdf1e1f;color:#d9ec52;font-size:11px;white-space:nowrap}input[type=date].profile-input{line-height:48px;overflow:hidden}input[type=date].profile-input::-webkit-date-and-time-value{min-height:48px;line-height:48px;text-align:left}input[type=date].profile-input::-webkit-datetime-edit{padding:0;min-height:48px;line-height:48px;white-space:nowrap}input[type=date].profile-input::-webkit-datetime-edit-fields-wrapper{display:inline-flex;align-items:center;min-height:48px;overflow:hidden}input[type=date].profile-input::-webkit-datetime-edit-text,input[type=date].profile-input::-webkit-datetime-edit-month-field,input[type=date].profile-input::-webkit-datetime-edit-day-field,input[type=date].profile-input::-webkit-datetime-edit-year-field{line-height:48px}input[type=date].profile-input::-webkit-calendar-picker-indicator{margin-left:8px;flex-shrink:0}.profile-card--wide{grid-column:1 / -1;min-height:0}.profile-actions{display:flex;flex-direction:column;gap:10px}.profile-action-btn{width:100%}.profile-auth-merge-note{margin:0;color:#929292;font-size:12px;line-height:1.4}.profile-birthday-condition{display:block;margin-top:4px;font-size:12px;line-height:1.45}.profile-birthday-condition.is-ready{color:#aebd67}.profile-birthday-condition.is-pending{color:#c6a86b}.profile-toast{position:fixed;top:max(16px,env(safe-area-inset-top));right:16px;z-index:3000;width:min(420px,calc(100vw - 32px));display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #3b3b3b;border-radius:14px;background:#1b1b1b;box-shadow:0 16px 36px #00000073;font-size:14px;line-height:1.4;animation:profile-toast-in .18s ease-out}.profile-toast.is-success{border-color:#cbdf1e80;color:#e6f27a}.profile-toast.is-error{border-color:#ff7c7c8c;color:#ffb0b0}.profile-toast-close{flex:0 0 auto;padding:0;border:0;background:transparent;color:currentColor;font:inherit;font-size:22px;line-height:18px;cursor:pointer;opacity:.75}.profile-toast-close:hover{opacity:1}@keyframes profile-toast-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-logout{margin-top:6px}.profile-logout-btn{width:100%}.profile-return-game{position:sticky;top:8px;z-index:40;width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid #cce200;border-radius:14px;background:#1c1f12f5;color:#fff;font:inherit;font-size:14px;font-weight:700;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.profile-return-game svg{width:20px;height:20px;color:#cce200}.profile-modal-backdrop{position:fixed;inset:0;background:#0000009e;display:grid;place-items:center;z-index:2000;padding:16px}.profile-modal-card{position:relative;width:min(420px,100%);background:linear-gradient(180deg,#282828,#1f1f1f);border:1px solid #3a3a3a;border-radius:18px;padding:18px;display:grid;gap:12px}.profile-modal-card h3{margin:0;font-size:20px}.profile-auth-modal{width:min(520px,100%);max-height:calc(100dvh - 32px);overflow-y:auto}.profile-vk-button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;background:#07f;color:#fff;cursor:pointer;font:inherit;font-weight:700}.profile-vk-button b{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#fff;color:#07f;font-size:12px}.profile-vk-button:disabled{opacity:.6;cursor:default}.profile-action-btn--danger{background:#3a1d20!important;border-color:#6b3037!important;color:#ffb2b8!important}.profile-auth-confirm{position:sticky;bottom:0;z-index:2;display:grid;gap:10px;padding:16px;border:1px solid #5d3438;border-radius:14px;background:#211719;box-shadow:0 -12px 30px #00000059}.profile-auth-confirm p{margin:0;color:#ffffffad;font-size:13px}.profile-auth-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.profile-phone-hint{color:#ffffff9e;font-size:12px;line-height:1.45}.profile-phone-repeat{justify-self:center;padding:2px 0;border:0;background:transparent;color:#ffffff9e;font-size:12px;line-height:1.4;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.profile-phone-repeat:disabled{opacity:.45;cursor:not-allowed}.profile-modal-close{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:999px;border:1px solid #4b4b4b;background:#171717;color:#fff;cursor:pointer;font-size:20px;line-height:1}.profile-promo-status{padding:10px 12px;border-radius:12px;border:1px solid #343434;font-size:13px;line-height:1.4;background:#171717}.profile-promo-status.is-success{color:#cce200}.profile-promo-status.is-error{color:#ff7c7c}.profile-store-modal{width:min(560px,100%);max-height:min(760px,calc(100svh - 32px));overflow-y:auto}.profile-store-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-right:38px}.profile-store-history-button{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border:1px solid #454545;border-radius:12px;background:#171717;color:#ffffffb8;cursor:pointer}.profile-store-history-button.is-active{border-color:#cce200;color:#cce200}.profile-store-history-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-bonus-history{display:grid;gap:8px}.profile-bonus-history-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid #353535;border-radius:14px;background:#171717}button.profile-bonus-history-item{width:100%;appearance:none;color:inherit;font:inherit;text-align:left}button.profile-bonus-history-item:disabled{opacity:1}.profile-bonus-history-item.is-clickable{cursor:pointer;border:1px solid rgba(203,223,30,.2)}.profile-bonus-history-item.is-clickable:hover{border-color:#cbdf1e85}.profile-bonus-history-item>div{min-width:0;display:grid;gap:4px}.profile-bonus-history-item strong{font-size:14px;line-height:1.35}.profile-bonus-history-item time,.profile-bonus-history-item small{color:#ffffff80;font-size:11px;line-height:1.35}.profile-bonus-history-item b{flex:0 0 auto;font-size:16px}.profile-bonus-history-item b.is-positive{color:#cce200}.profile-bonus-history-item b.is-negative{color:#ff7c7c}.profile-store-product,.profile-store-success,.profile-store-empty{padding:16px;border:1px solid #3a3a3a;border-radius:16px;background:#171717}.profile-store-product{display:grid;gap:16px}.profile-store-confirm{display:grid;gap:12px;padding:18px;border:1px solid rgba(203,223,30,.4);border-radius:16px;background:#171717}.profile-store-confirm h4,.profile-store-confirm p{margin:0}.profile-store-confirm p{color:#ffffffb3}.profile-store-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-store-history-detail{position:relative;width:min(440px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow-y:auto}.profile-store-detail-backdrop{position:fixed;inset:0;z-index:2200;display:grid;place-items:center;padding:16px;background:#000000c2}.profile-store-detail-close{position:absolute;top:8px;right:10px;border:0;background:transparent;color:#ffffffa6;font-size:24px;cursor:pointer}.profile-store-product h4{margin:0 0 8px;font-size:18px}.profile-store-product p,.profile-store-success p{margin:0;color:#ffffffb3;line-height:1.45}.profile-store-product-footer{display:grid;grid-template-columns:auto minmax(180px,1fr);align-items:center;gap:12px}.profile-store-product-meta{display:grid;gap:4px}.profile-store-product-meta>span{color:#cce200;font-weight:700;white-space:nowrap}.profile-store-product-meta>small{color:#ffffff8c}.profile-store-success{display:grid;gap:10px;border-color:#cbdf1e73}.profile-store-success>strong{color:#cce200;font-size:18px}.profile-store-success>span,.profile-store-empty{color:#ffffffad;line-height:1.45}.profile-store-code{display:grid;gap:6px;padding:12px;border-radius:12px;background:#242424}.profile-store-code small{color:#ffffff8c}.profile-store-code code{color:#fff;font-size:18px;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all}@media (max-width: 360px){.profile-grid{grid-template-columns:1fr}.profile-card--wide{grid-column:auto}.profile-store-product-footer{grid-template-columns:1fr}}.profile-page{font-size:15px;--p-card: #202020;--p-card-2: #282828;--p-line: #343434;--p-muted: #9a9a9a;--p-lime: #cce200;--p-lime-ink: #1a1a00;--p-spring: cubic-bezier(.22, 1.35, .36, 1)}.profile-page .profile-subtitle,.profile-page .profile-username,.profile-page .profile-card-label,.profile-page .profile-balance-note{color:var(--p-muted);opacity:1}.profile-page .profile-eyebrow{color:var(--p-muted);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:1}.profile-page .profile-card,.profile-page .profile-balance-card,.profile-page .profile-auth-card{background:var(--p-card);border:1px solid var(--p-line);border-radius:16px}.profile-page .profile-balance-card h2,.profile-page .profile-balance-card .profile-balance-value{color:var(--p-lime);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.profile-page .profile-input{background:var(--p-card-2);border:1px solid var(--p-line);border-radius:12px;color:#fff;font-size:16px;min-height:48px;transition:border-color .18s}.profile-page .profile-input:focus{outline:none;border-color:var(--p-lime)}.profile-page .profile-action-btn,.profile-page .profile-logout-btn,.profile-page .profile-balance-actions button,.profile-page .profile-actions button{min-height:48px;border-radius:12px;font-weight:600;transition:background .15s,border-color .15s,transform .13s var(--p-spring)}.profile-page .profile-action-btn:active,.profile-page .profile-balance-actions button:active,.profile-page .profile-actions button:active{transform:scale(.97)}.profile-page .profile-auth-method{border-color:var(--p-line);border-radius:12px}.profile-page .profile-auth-method-title{font-weight:600}.profile-page .profile-logout-btn{min-height:52px;background:var(--p-card);border:1px solid #4a4a4a;border-radius:14px;color:#fff;font:inherit;font-weight:600;cursor:pointer;touch-action:manipulation}.profile-page .profile-logout-btn:hover{color:#ffb0b0;background:var(--p-card-2);border-color:#6a4444}@media (prefers-reduced-motion: reduce){.profile-page .profile-action-btn:active,.profile-page .profile-balance-actions button:active,.profile-page .profile-actions button:active{transform:none}}.profile-page .profile-balance-meaning{margin:8px 0 0;color:#fff;font-size:14px;line-height:1.45}.profile-page .profile-earn{list-style:none;margin:0;padding:0}.profile-page .profile-earn li{display:flex;align-items:baseline;gap:16px;padding:10px 0;border-top:1px solid var(--p-line)}.profile-page .profile-earn li:first-child{border-top:none;padding-top:0}.profile-page .profile-earn .val{flex:0 0 56px;color:var(--p-lime);font-weight:600;font-variant-numeric:tabular-nums}.profile-page .profile-earn .lbl{color:#fff}.profile-page .profile-header{position:relative;flex-direction:row;align-items:flex-end;justify-content:flex-start;text-align:left;gap:14px;padding-top:104px;margin-bottom:4px}.profile-page .profile-header:before{content:"";position:absolute;top:0;left:0;right:0;height:136px;border-radius:16px;background:url(/assets/profile-cover-C3OA6-JP.jpg) no-repeat center 30% / cover}.profile-page .profile-header:after{content:"";position:absolute;top:0;left:0;right:0;height:136px;border-radius:16px;background:linear-gradient(180deg,#1717171a,#17171780 55%,#171717)}.profile-page .profile-avatar{position:relative;z-index:1;flex:0 0 88px;width:88px;height:88px;border-radius:50%;border:2px solid rgba(204,226,0,.35);background:repeating-conic-gradient(#d42030 0deg 9.73deg,#1b1b1b 9.73deg 19.46deg);box-shadow:0 6px 18px #0009}.profile-page .profile-avatar span{width:54%;height:54%;border-radius:50%;background:#282828;border:1px solid rgba(204,226,0,.35);display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:700;color:var(--p-lime)}.profile-page .profile-heading{position:relative;z-index:1;min-width:0;text-align:left;padding-bottom:4px}.profile-page .profile-heading h1{margin:0;font-size:20px;line-height:1.2}.profile-page .profile-username{margin:2px 0 0;font-size:13px;font-weight:400;line-height:1.5}.profile-page .profile-eyebrow{margin:0 0 2px}.profile-page .profile-actions .profile-action-btn,.profile-page .profile-action-btn[data-dark]{background:var(--p-card-2);border:1px solid #4a4a4a;color:#fff}.profile-page .profile-action-btn[data-dark]:hover{background:#303030;border-color:#5a5a5a}.profile-page .profile-store-open-btn{font-family:inherit;cursor:pointer;touch-action:manipulation}.profile-page .profile-card--wide .profile-subtitle,.profile-page .profile-auth-card .profile-subtitle{font-size:16px;font-weight:600;color:#fff}.profile-page .profile-auth-merge-note,.profile-page .profile-birthday-condition{font-size:13px;line-height:1.45}.profile-page .profile-heading h1{font-size:20px;font-weight:600;line-height:1.2;letter-spacing:0}.profile-page .profile-balance-value{display:flex;align-items:baseline;gap:8px;margin:0;font-size:clamp(44px,14vw,58px);line-height:1}.profile-page .profile-balance-value span{font-size:15px;font-weight:400;color:var(--p-muted);letter-spacing:0}.profile-page .profile-card,.profile-page .profile-balance-card{padding:24px 16px}.profile-page .profile-card-label{margin:0 0 8px;font-size:11px;font-weight:600;line-height:1.5;letter-spacing:.12em;text-transform:uppercase}.profile-page .profile-balance-meaning{margin:6px 0 0;font-size:14px}.profile-page .profile-balance-actions{margin-top:8px;gap:8px}.profile-page .profile-balance-value{font-size:clamp(44px,14vw,60px)}.profile-page .profile-earn .val,.profile-page .profile-earn .lbl{font-size:15px;line-height:1.5}.profile-page .profile-balance-actions{display:flex;gap:8px;margin-top:8px}.profile-page .profile-balance-note--button{flex:1 1 0;min-width:0;width:auto;display:flex;align-items:center;justify-content:center;min-height:48px;padding:12px 16px;border-radius:14px;border:1px solid var(--p-line);background:transparent;color:#fff;font-family:inherit;font-size:15px;font-weight:600;letter-spacing:0;text-transform:none;transition:background .15s,border-color .15s,transform .13s var(--p-spring)}.profile-page .profile-balance-note--button:hover{background:var(--p-card-2)}.profile-page .profile-balance-note--button:active{transform:scale(.965)}.profile-page .profile-balance-meaning b{color:#fff;font-weight:600}.profile-page{--p-wheel: cubic-bezier(.12, .72, .12, 1);overflow-x:clip}.profile-page .profile-balance-value{font-variant-numeric:tabular-nums}.profile-page.profile-anim .profile-fold{opacity:0}.profile-page.profile-anim .profile-fold.is-in{animation:profile-settle .74s var(--p-wheel) forwards}.profile-page.profile-anim .profile-fold--l.is-in{animation-name:profile-settle-l}.profile-page.profile-anim .profile-fold--r.is-in{animation-name:profile-settle-r}@keyframes profile-settle{0%{opacity:0;transform:translateY(-26px) scale(.97)}to{opacity:1;transform:none}}@keyframes profile-settle-l{0%{opacity:0;transform:translate(-34px) rotate(-2.2deg)}to{opacity:1;transform:none}}@keyframes profile-settle-r{0%{opacity:0;transform:translate(34px) rotate(2.2deg)}to{opacity:1;transform:none}}.profile-page.profile-anim .profile-earn li{opacity:0}.profile-page.profile-anim .profile-earn.is-in li{animation:profile-sector .62s var(--p-spring) forwards}.profile-page.profile-anim .profile-earn.is-in li:nth-child(2){animation-delay:.11s}.profile-page.profile-anim .profile-earn.is-in li:nth-child(3){animation-delay:.22s}@keyframes profile-sector{0%{opacity:0;transform:rotate(-7deg) translate(-10px,12px);transform-origin:0 50%}to{opacity:1;transform:none}}@keyframes profile-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.profile-page.profile-anim .profile-fold,.profile-page.profile-anim .profile-earn li{opacity:1;animation:none}.profile-page.profile-anim .profile-fold.is-in,.profile-page.profile-anim .profile-earn.is-in li{animation:profile-fade .3s linear forwards}}.profile-page{padding-top:24px;padding-left:16px;padding-right:16px;gap:16px}.profile-page .profile-heading{gap:0}.profile-page.profile-page{padding-top:24px;padding-left:16px;padding-right:16px}.profile-page .profile-header{align-items:center;gap:16px;padding-top:106px;margin-bottom:8px}.profile-page .profile-heading{padding-bottom:0}.profile-page .profile-balance-card{row-gap:0}.profile-page .profile-balance-meaning{margin:3px 0 0}.profile-page .profile-balance-actions{margin-top:8px}.profile-page .profile-avatar{overflow:hidden;background:#282828;box-shadow:inset 0 0 0 1px #15151599}.profile-page .profile-avatar svg{position:absolute;inset:0;width:100%;height:100%;display:block}.profile-page.profile-anim .profile-avatar svg{transform:rotate(-150deg)}.profile-page.profile-anim .profile-avatar.is-set svg{transform:rotate(0);transition:transform 1.4s var(--p-wheel)}.profile-page .profile-avatar span{position:absolute;inset:0;z-index:2;width:auto;height:auto;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:0;font-size:21px;font-weight:700;letter-spacing:.02em;color:var(--p-lime)}@media (prefers-reduced-motion: reduce){.profile-page.profile-anim .profile-avatar svg,.profile-page.profile-anim .profile-avatar.is-set svg{transform:none;transition:none}}.profile-page .song-guess,.profile-page .profile-earn-card,.profile-page .profile-auth-card{row-gap:0;justify-content:flex-start}.profile-page .profile-row{display:flex;align-items:center;gap:16px;padding:12px 0;border-top:1px solid var(--p-line)}.profile-page .profile-card-label+.profile-row{border-top:none}.profile-page .profile-row-lbl{flex:1;min-width:0;font-size:15px}.profile-page .profile-row-lbl b{display:block;font-weight:500;font-size:15px;color:#fff}.profile-page .profile-row-lbl span{display:block;margin-top:1px;color:var(--p-muted);font-size:13px;line-height:1.4}.profile-page .profile-tog{position:relative;flex:0 0 46px;width:46px;height:28px;padding:0;border-radius:999px;border:1px solid var(--p-line);background:var(--p-card-2);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .3s,border-color .3s}.profile-page .profile-tog:after{content:"";position:absolute;inset:-9px;border-radius:999px}.profile-page .profile-tog i{position:absolute;top:3px;left:3px;display:block;width:20px;height:20px;border-radius:50%;background:#6a6a6a;transition:transform .44s var(--p-spring),background .3s,width .18s var(--p-spring)}.profile-page .profile-tog.is-on{background:#cce2002e;border-color:var(--p-lime)}.profile-page .profile-tog.is-on i{transform:translate(18px);background:var(--p-lime)}.profile-page .profile-tog:active i{width:26px}.profile-page .profile-tog.is-on:active i{transform:translate(12px)}.profile-page .profile-tog:focus-visible{outline:2px solid var(--p-lime);outline-offset:3px}.profile-page .profile-tog[aria-disabled=true]{cursor:default}@media (prefers-reduced-motion: reduce){.profile-page .profile-tog i{transition:background .3s}.profile-page .profile-tog:active i,.profile-page .profile-tog.is-on:active i{width:20px}.profile-page .profile-tog.is-on:active i{transform:translate(18px)}}.profile-page .profile-row-input{margin-top:8px}.profile-page .profile-row-actions{margin-top:16px}.profile-page .profile-row-lbl b,.profile-page .profile-row-lbl span{line-height:1.5}.profile-page .profile-row-actions .profile-action-btn{font-family:inherit;font-size:15px;font-weight:600}.profile-page .profile-row-lbl .profile-birthday-condition{margin-top:4px;font-size:13px;line-height:1.4}.profile-page .profile-row-lbl .profile-birthday-condition.is-ready{color:var(--p-lime)}.profile-page .profile-row{line-height:1.5}.profile-page .profile-row-actions .profile-action-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 16px;border-radius:12px;border:1px solid var(--p-line);background:transparent;color:#fff;transition:background .15s,border-color .15s,transform .13s var(--p-spring)}.profile-page .profile-row-actions .profile-action-btn:hover{background:var(--p-card-2)}.profile-page .profile-row-actions .profile-action-btn:active{transform:scale(.965)}.profile-page .profile-store-modal{width:100%;max-width:520px;height:100%;max-height:none;display:block;padding:24px 16px calc(24px + env(safe-area-inset-bottom,0px));border:none;border-radius:0;background:#171717;overflow-y:auto;overflow-x:clip}.profile-page .profile-store-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.profile-page .profile-store-title{flex:1;min-width:0}.profile-page .profile-store-title h3{margin:0;font-size:20px;font-weight:600;line-height:1.2}.profile-page .profile-store-back{position:relative;flex:0 0 44px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:12px;border:1px solid var(--p-line);background:var(--p-card);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:background .15s,transform .13s var(--p-spring)}.profile-page .profile-store-back:after{content:"";position:absolute;inset:-6px;border-radius:inherit}.profile-page .profile-store-back:hover{background:var(--p-card-2)}.profile-page .profile-store-back:active{transform:scale(.94)}.profile-page .profile-store-back:focus-visible{outline:2px solid var(--p-lime);outline-offset:2px}.profile-page .profile-store-back svg{width:20px;height:20px;display:block}.profile-page .profile-store-balance{display:flex;align-items:baseline;gap:6px;margin:0 0 24px;color:var(--p-muted);font-size:14px}.profile-page .profile-store-balance b{color:var(--p-lime);font-size:20px;font-weight:700;font-variant-numeric:tabular-nums}.profile-page .profile-store-product{display:block;padding:24px 16px;border-radius:16px;border:1px solid var(--p-line);background:var(--p-card)}.profile-page .profile-store-product h4{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.3}.profile-page .profile-store-product p{margin:0 0 24px;color:var(--p-muted);font-size:14px;line-height:1.5}.profile-page .profile-store-product-footer{display:block}.profile-page .profile-store-product-meta{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:24px}.profile-page .profile-store-product-meta>span{color:var(--p-lime);font-size:20px;font-weight:700;font-variant-numeric:tabular-nums}.profile-page .profile-store-product-meta>small{color:var(--p-muted);font-size:13px}.profile-page .profile-store-product .profile-action-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:60px;padding:12px 16px;border-radius:14px;border:1px solid var(--p-lime);background:var(--p-lime);color:var(--p-lime-ink);font-family:inherit;font-size:17px;font-weight:600;line-height:1.2;transition:background .15s,border-color .15s,transform .13s var(--p-spring)}.profile-page .profile-store-product .profile-action-btn:hover{background:#d9f000}.profile-page .profile-store-product .profile-action-btn:active{transform:scale(.975)}.profile-page .profile-store-product .profile-action-btn:disabled{background:var(--p-card-2);border-color:var(--p-line);color:#6f6f6f;transform:none}.profile-page .profile-store-code{margin-top:16px;padding:16px;border-radius:12px;border:1px dashed var(--p-lime);background:#cce20014;text-align:center}.profile-page .profile-store-code code{display:block;font-size:22px;font-weight:700;letter-spacing:.12em;color:var(--p-lime);font-variant-numeric:tabular-nums}.profile-page .profile-store-code small{display:block;margin-top:6px;color:var(--p-muted);font-size:13px}.profile-page .profile-store-empty{margin-top:16px;padding:24px 16px;text-align:center;border:1px dashed var(--p-line);border-radius:16px;color:var(--p-muted);font-size:13px}.profile-page .profile-store-backdrop{padding:0;place-items:stretch;justify-items:center;background:#171717}.profile-page .profile-store-modal,.profile-page .profile-store-product h4{line-height:1.5}.profile-page .profile-store-back{padding:revert}.profile-page .profile-store-header{gap:12px}.profile-page .profile-store-history-button{flex:0 0 40px;width:40px;height:40px}.profile-page .profile-store-product .profile-action-btn{line-height:normal}.profile-page .profile-store-success{display:block;width:100%;margin-top:16px;padding:24px 16px;border-radius:16px;border:1px solid var(--p-line);background:var(--p-card)}.profile-page .profile-store-success>strong{display:block;margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.5}.profile-page .profile-store-success>p{margin:0 0 4px;font-size:15px;line-height:1.5;color:#fff}.profile-page .profile-store-success>span{display:block;color:var(--p-muted);font-size:14px;line-height:1.5}.profile-page .profile-store-code code{font-family:inherit}.profile-page .profile-store-code{display:block}.wait-page{display:flex;height:100%;text-align:center;justify-content:center;flex-direction:column;gap:15px}.wait-page div{display:flex;align-items:center;gap:4px;justify-content:center}.wait-page p{font-weight:400;font-size:18px;line-height:50%;letter-spacing:0%;vertical-align:middle;opacity:.5}.wait-page span{color:#cbdf1e;font-weight:400;font-size:18px;line-height:50%;letter-spacing:0%;vertical-align:middle}.wait-page h2{text-transform:uppercase}.wait-actions{margin-top:8px;width:100%;display:flex;justify-content:center}.wait-action-btn{width:min(320px,100%);height:42px;border-radius:8px;font-size:14px}.end-game-page{display:flex;justify-content:center}.congrat-block{background:#272727;display:flex;flex-direction:column;gap:20px;padding:20px 26px;border-radius:15px;margin-top:40px}.congrat-block img{width:150px;aspect-ratio:1;margin:0 auto}.cell-circle{width:150px;aspect-ratio:1;background:#3c3c3c;margin:0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center}.cell-circle p{font-weight:400;font-size:64px;line-height:100%;letter-spacing:0%;text-align:center;vertical-align:middle;color:#df1e1e}.congrat-block h2{font-weight:400;font-size:20px;line-height:100%;letter-spacing:0%;text-align:center}.round-balance-meta{display:inline-block;margin-top:6px;font-size:12px;line-height:1.3;color:#fff9}.user-bets{display:flex;flex-direction:column;gap:5px}.user-bets li{font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center}.user-bets-total li>span{display:block;margin-bottom:8px}.user-bets-total li p{margin:0}.user-bets li span{color:#cbdf1e}.user-bets li .round-profit-positive{color:#cbdf1e;font-size:18px;font-weight:700;letter-spacing:.02em}.user-bets li .round-profit-negative{color:#df1e1e;font-size:18px;font-weight:700;letter-spacing:.02em}.user-bets li .round-profit-meta{color:#ffffffb2;font-size:12px;font-weight:400}.user-lose-text{font-weight:400;font-size:14px;line-height:100%;letter-spacing:0%;text-align:center;color:#ffffff80}.round-current-balance{margin-top:14px;display:flex;align-items:center;justify-content:center;gap:8px}.round-current-balance img{width:22px;height:22px;object-fit:contain;margin:0}.round-current-balance p{margin:0;font-size:14px;line-height:1.2;color:#fff}.rating-page{display:flex;flex-direction:column;height:fit-content;padding-right:calc(var(--tg-safe-area-inset-right) + 16px);padding-left:calc(var(--tg-safe-area-inset-left) + 16px)}.rating-page .logo{width:auto;margin:0 auto;height:20vh;object-fit:contain}.game-link{font-weight:400;font-size:20px;line-height:113%;text-align:center}.rating-page h2{font-size:24px;font-weight:400;text-align:center}.rating-list{display:flex;flex-direction:column;gap:14px}.rating-actions{display:flex;gap:8px;margin-top:8px}.rating-actions .rating-continue-btn,.rating-actions .rating-leave-btn{font-weight:400;font-size:clamp(14px,4vw,20px);border-radius:15px;flex:1;margin-top:0}.rating-continue-btn{background:#cbdf1e;color:#111;font-weight:700;box-shadow:0 0 16px #cbdf1e55}.rating-continue-btn:hover{background:#d8ee2a}.rating-list-item{width:100%;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.rating-list-item .position{flex:0 0 40px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#2d2d2d;font-weight:400;font-size:20px}.rating-list-item[data-my=true]{position:sticky;bottom:10px}.rating-list-item[data-my=true] .position{background:#cbdf1e;color:#000}.rating-list-item[data-my=true] .rating-list-item-content{background:#cbdf1e!important}.rating-list-item[data-my=true] .rating-list-item-content *{color:#000!important}.rating-list-item-content{background:#2d2d2d;flex:1 1 0;min-width:0;min-height:57px;padding:0 18px;border-radius:10px;display:flex;align-items:center;justify-content:space-between}.rating-name-button{border:0;background:transparent;color:inherit;text-align:left;flex:1 1 auto;min-width:0;width:auto;padding:6px 0;cursor:pointer;display:flex;flex-direction:column;gap:2px}.rating-share-btn{padding:0 18px}.rating-item-name{margin:0;font-weight:400;font-size:20px;display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rating-item-hint{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:11px;color:#c9d0d7;opacity:.9}.rating-list-reward{flex:0 0 auto;min-width:0;display:flex;align-items:center;gap:4px;margin-left:8px}.rating-list-reward p{margin:0;font-weight:400;font-size:20px;line-height:1;text-align:center;width:max-content;white-space:nowrap}.rating-list-reward img{height:33px}.rating-list-item:nth-child(1) .position{background:url(/assets/1st-DCm0MjqN.svg) no-repeat center/contain;color:transparent;border-radius:0}.rating-list-item:nth-child(1) .rating-list-item-content{background:#666}.rating-list-item:nth-child(2) .position{background:url(/assets/2nd-B8kd2kOP.svg) no-repeat center/contain;color:transparent;border-radius:0}.rating-list-item:nth-child(2) .rating-list-item-content{background:#565656}.rating-list-item:nth-child(3) .position{background:url(/assets/3rd-De_paSES.svg) no-repeat center/contain;color:transparent;border-radius:0}.rating-list-item:nth-child(3) .rating-list-item-content{background:#454545}.rating-item-details{width:calc(100% - 52px);margin-left:52px;margin-top:-6px;margin-bottom:2px;background:#202020;border:1px solid #3b3b3b;border-radius:8px;padding:8px 10px;display:grid;gap:2px}.rating-item-details p{margin:0;font-size:12px;line-height:1.35;color:#d9e0e7}.rating-list-item[data-inactive=true] .position{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAExElEQVR4nO1YWWhcZRT+XVq3+iS4YLUoWtS6orYuiPgiFcEXHeeecycWFAMqovjk8hChori0NTEa7n8mrRbFmuJTiwulIla0aqSVBqVKTe45MwmhautWI1pHzp3/mgRzl5mmhpH54L7M/Nt39nOMaaONNtpowxhDgttIsJb4MW41/wsiAp+aVkStZo6wDC87EqPlUVxkWhEksFJJWIafyhXvMtOKsIx31Ungn0Ho32JaEcTecmL8Q4kEDPeaVkSZSxeS4H7nFytNKyKodpxpBavOL9arszca5SzDe2auYQU/Sw+/uC1HuB6cOwbxwxi3ZuSRD2bcF8JjkTYE9vUJnGtaEeXQv1EjGzEcLIt3s2lFqPStwD6njUdNq4IYPs/yo5aARijK6UdttHEIIPEuJoFeYvyKBA9Yhl9IcIgY1tjQW9L0wcGIf5oV/0ESfIcEviWGX0lwghjGiXG32jMJvmoFng4EHqAQizb0r7OV4uL1Y6UT8t6zbnjFsST4oobgpBwUhWjBnoGhwvzcBLpq1x9tBZ9wD6/N4rffCn5i2bs/ftDAUGF+nEitwG/E+DwxLFVB6BeIt8wydEcCrHeZW3KR6f56+THE8FZ9Exy0Ahus+LdpUxRUO4/X/18aK50cVOG8suANZcEOEnzESXSTZdhJAhU1jTRSuk41Tv/0LMgB40VJ7+qX0iXEIG5/TyaRyEYj6eCYSsPMInrHCwsCwZuIYYeT7m4t91UTaSSmkRGcUDPrH/EvSC3BLeNferCt4KXmMEFNxgp8MzmUgDV596o2nEZXZ2pD7dQcZgQCt8ZEAvavzL/PW+b8aVfiIsv4ZaMHN4t1w4VTYyK944UFefeV9955YjwHSFwURyl1avMfgBh/bpYICf6QeXAjOeBQECU7iXxkad49VvyrMhswl1FrGh1m67Gpj2JY7cykO/cewRecjzybuIgY+lwF+nj2I/AjYvg4GOycl/LQD4lx+youHDfj/6G3xGXsiTzC00hqBX/X/JbaSZZD7wqXQ76nPd4pGUSiwEAh3JNCZGdWAiMXTjXZpZFREi7RavJ8Ku1t8cGvuxC8XR0rcV3FX+Ee+X7SGp0uqgQ1N2lLO9OaYLBznhV4152lZUiP+oEGAP3KFbhazSnSRJ3EZi2hJhmKv5AYNmoYyzv1mIq1leIZsfbSBQMPu3XVVyodJyWRoajGqg/1EssagdcGaoWjppGIzCeryGPcklqTuao0jUhXretIVyWr+WxMJT1cPN8KPGcZv5hRwIx7+0M8e3IDw0Z38KY+vuP0tMMTL+XSOVMktYsEyjrW0SJSi0kK8XIt51VzamJxaLeCdzd6l1XBM252ZN6Y/MOxbZZE/QzsaqqU14qa8b5G71s7kylbgR/rP/oLmyGhDhiV6doIVfHaoFK8RqOXZXhSG61ogsiwwwruIcFhzcLx2GeKFjfoiNXkvXMUF8U9zSQRhjfjCJCXjDqZmpPTRNxrrGpUCMSIU+z/gJqKrXi3q38kVRTa+2h0jAUwSaRSXGwZvmu209NwSoLPZA2pk6AOq0PurChF/4paWNVic9ph6h+RNJyZ5Xm8HqQhcLZ6FTtSOsuG8JAVfDsyw+TWepgYA+1MZ+PeNtpoow0zJ/gbv4WSYN65QmAAAAAASUVORK5CYII=) no-repeat center / contain}.inactive-rating-block h3{margin:14px 0 8px;font-size:16px;font-weight:500;text-align:center;color:#d5dde5}
