.game-module__VTp3eW__game{padding-top:24px}.game-module__VTp3eW__heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:12px;display:flex}.game-module__VTp3eW__eyebrow{color:var(--muted);margin:0 0 6px;font-size:10px;font-weight:700}.game-module__VTp3eW__heading h1{margin:0;font-size:34px;font-weight:700;line-height:1.2}.game-module__VTp3eW__heading h1>span{color:var(--accent)}.game-module__VTp3eW__player{color:var(--muted);align-items:center;gap:9px;font-size:12px;display:flex}.game-module__VTp3eW__statusDot{background:#8bd8b0;border-radius:50%;width:6px;height:6px}.game-module__VTp3eW__toolbar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.game-module__VTp3eW__modes{gap:24px;display:flex}.game-module__VTp3eW__modes button{color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;justify-content:center;align-items:center;gap:8px;padding:16px 0;font-size:13px;display:flex}.game-module__VTp3eW__modes button[aria-pressed=true]{color:var(--accent);border-bottom-color:var(--accent)}.game-module__VTp3eW__newRound{color:var(--muted);background:0 0;border:0;align-items:center;gap:8px;padding:10px 0;font-size:12px;display:flex}.game-module__VTp3eW__newRound:hover{color:var(--text)}.game-module__VTp3eW__dailyDate{color:var(--muted);font-size:12px}.game-module__VTp3eW__layout{grid-template-columns:minmax(0,1fr) 296px;align-items:start;gap:38px;display:grid}.game-module__VTp3eW__play,.game-module__VTp3eW__sidebar{min-width:0}.game-module__VTp3eW__roundTop{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;font-size:12px;display:flex}.game-module__VTp3eW__roundTop>span{align-items:center;gap:6px;display:flex}.game-module__VTp3eW__roundTop svg{color:var(--muted)}.game-module__VTp3eW__roundTop>span:first-child{flex-wrap:wrap}.game-module__VTp3eW__backup{color:var(--muted);font-size:9px;font-weight:400}.game-module__VTp3eW__points{color:var(--accent);font-weight:600}.game-module__VTp3eW__stage{isolation:isolate;border:1px solid var(--line);background:#18181d;border-radius:8px;justify-content:center;align-items:center;height:clamp(250px,100svh - 420px,400px);display:flex;position:relative;overflow:hidden}.game-module__VTp3eW__poster{object-fit:contain;width:100%;height:100%;transition:filter .3s;display:block}.game-module__VTp3eW__stageEmpty{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.game-module__VTp3eW__stageEmpty svg{color:var(--accent)}.game-module__VTp3eW__stageEmpty p{margin:0}.game-module__VTp3eW__stageBadge{color:#dddde4;background:#101013ed;border:1px solid #ffffff15;border-radius:4px;align-items:center;gap:6px;padding:6px 9px;font-size:10px;display:flex;position:absolute;bottom:14px;left:14px}.game-module__VTp3eW__characters{grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:8px;width:100%;height:100%;padding:20px;display:grid}.game-module__VTp3eW__character{border:1px solid var(--line);background:#24242c;border-radius:5px;width:100%;min-width:0;height:78%;overflow:hidden}.game-module__VTp3eW__character img{object-fit:cover;width:100%;height:100%}.game-module__VTp3eW__character>div{color:#666675;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.game-module__VTp3eW__attemptBars{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin:13px 0 21px;display:grid}.game-module__VTp3eW__attemptBars div{text-align:center;gap:5px;display:grid}.game-module__VTp3eW__attemptBars div>span{background:#32323a;border-radius:2px;height:3px}.game-module__VTp3eW__attemptBars small{color:#767684;font-size:9px}.game-module__VTp3eW__attemptBars [data-used=true]>span{background:#7a3447}.game-module__VTp3eW__attemptBars [data-current=true]>span{background:var(--accent)}.game-module__VTp3eW__attemptBars [data-current=true] small{color:var(--accent)}.game-module__VTp3eW__form label{margin-bottom:9px;font-size:12px;font-weight:600;display:block}.game-module__VTp3eW__inputRow{grid-template-columns:minmax(0,1fr) 132px;gap:10px;display:grid}.game-module__VTp3eW__searchInput{background:#1b1b21;border:1px solid #3b3b46;border-radius:6px;align-items:center;gap:9px;min-width:0;padding:0 14px;display:flex;position:relative}.game-module__VTp3eW__searchInput>svg{color:#777787;flex-shrink:0}.game-module__VTp3eW__searchInput:focus-within{border-color:var(--accent)}.game-module__VTp3eW__searchInput input{width:100%;min-width:0;height:48px;color:var(--text);background:0 0;border:0;outline:0;padding:0;font-size:13px}.game-module__VTp3eW__searchInput input::placeholder{color:#767684}.game-module__VTp3eW__suggestions{z-index:5;background:#232329;border:1px solid #41414c;border-radius:6px;max-height:300px;margin:0;padding:5px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 14px 30px #0008}.game-module__VTp3eW__suggestions li{cursor:pointer;border-radius:4px;align-items:center;gap:10px;padding:8px;font-size:12px;display:flex}.game-module__VTp3eW__suggestions li:hover,.game-module__VTp3eW__suggestions li[aria-selected=true]{background:#38313a}.game-module__VTp3eW__suggestions img{object-fit:cover;border-radius:2px;width:28px;height:38px}.game-module__VTp3eW__suggestions li>span{overflow-wrap:anywhere;flex:1;min-width:0}.game-module__VTp3eW__suggestions small{color:var(--muted);display:block}.game-module__VTp3eW__suggestions svg{color:var(--muted);flex-shrink:0}.game-module__VTp3eW__reveal{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-height:44px;font-size:12px;display:flex}.game-module__VTp3eW__reveal button{color:var(--muted);background:0 0;border:0;align-items:center;gap:6px;padding:8px 0;display:flex}.game-module__VTp3eW__reveal button:hover{color:var(--accent)}.game-module__VTp3eW__error{color:var(--danger);border-left:2px solid var(--accent);background:#2a1820;border-radius:3px;padding:10px 12px;font-size:12px}.game-module__VTp3eW__answer{border-top:1px solid #753448;align-items:center;gap:14px;min-height:112px;padding:20px 0;display:flex}.game-module__VTp3eW__answerIcon{color:var(--accent);background:#33212a;border-radius:50%;padding:10px;display:flex}.game-module__VTp3eW__answer[data-correct=true] .game-module__VTp3eW__answerIcon{color:#8bd8b0;background:#203b2d}.game-module__VTp3eW__answer>div:nth-child(2){flex:1;min-width:0}.game-module__VTp3eW__answer span{color:var(--muted);font-size:11px}.game-module__VTp3eW__answer h2{margin:2px 0 7px;font-size:21px}.game-module__VTp3eW__answer a{color:var(--accent);align-items:center;gap:5px;font-size:11px;display:inline-flex}.game-module__VTp3eW__answer>strong{color:#8bd8b0;font-size:23px}.game-module__VTp3eW__sectionTitle{justify-content:space-between;align-items:center;gap:10px;min-height:30px;display:flex}.game-module__VTp3eW__sectionTitle h2{align-items:center;gap:8px;margin:0;font-size:15px;font-weight:600;display:flex}.game-module__VTp3eW__sectionTitle h2 svg{color:var(--accent)}.game-module__VTp3eW__sectionTitle>span{color:var(--muted);font-size:11px}.game-module__VTp3eW__hints{padding-bottom:22px}.game-module__VTp3eW__hints ol{margin:0;padding:4px 0 0;list-style:none}.game-module__VTp3eW__hints li{border-bottom:1px solid var(--line-soft);align-items:center;gap:12px;min-height:66px;padding:13px 0;display:flex}.game-module__VTp3eW__hintNumber{color:#707080;background:#202026;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.game-module__VTp3eW__hints li[data-open=true] .game-module__VTp3eW__hintNumber{color:var(--accent);background:#35202a}.game-module__VTp3eW__hints small{color:#aaaab7;font-size:10px}.game-module__VTp3eW__hints p{color:#9999a7;margin:2px 0 0;font-size:12px}.game-module__VTp3eW__hints li[data-open=true] p{color:var(--text)}.game-module__VTp3eW__rankTabs{background:#1c1c23;border-radius:5px;grid-template-columns:repeat(3,1fr);gap:3px;margin:12px 0;padding:3px;display:grid}.game-module__VTp3eW__rankTabs button{color:var(--muted);background:0 0;border:0;border-radius:4px;padding:7px 4px;font-size:11px}.game-module__VTp3eW__rankTabs button[aria-pressed=true]{color:#f2e1e7;background:#34313b}.game-module__VTp3eW__rankEmpty{color:#686877;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:135px;font-size:12px;display:flex}.game-module__VTp3eW__rankEmpty p{margin:0}.game-module__VTp3eW__rankList{margin:0;padding:0;list-style:none}.game-module__VTp3eW__rankList li{border-bottom:1px solid var(--line-soft);align-items:center;gap:12px;min-height:60px;display:flex}.game-module__VTp3eW__position{text-align:center;width:24px;color:var(--muted);font-size:11px}.game-module__VTp3eW__position svg{color:#e8be73}.game-module__VTp3eW__rankList strong{font-size:12px;display:block}.game-module__VTp3eW__rankList small{color:var(--muted);font-size:10px;display:block}.game-module__VTp3eW__rankList b{color:#e4e4ec;margin-left:auto;font-size:12px}.game-module__VTp3eW__dailyNote{border-top:1px solid var(--line-soft);color:var(--accent);align-items:center;gap:9px;margin-top:20px;padding:22px 0 0;display:flex}.game-module__VTp3eW__dailyNote>span{color:#c9c9d1;flex:1;font-size:11px}.game-module__VTp3eW__dailyNote>span>span{color:#777786;margin-top:3px;font-size:10px;display:block}.game-module__VTp3eW__history{border-top:1px solid var(--line);margin-top:36px;padding-top:22px}.game-module__VTp3eW__historyEmpty{border-bottom:1px solid var(--line-soft);color:#777784;justify-content:center;align-items:center;gap:12px;min-height:100px;font-size:12px;display:flex}.game-module__VTp3eW__historyEmpty>span:last-child{color:#4e4e5d;margin-left:auto;font-size:12px}.game-module__VTp3eW__historyRow{border-bottom:1px solid var(--line-soft)}.game-module__VTp3eW__historyRow summary{cursor:pointer;align-items:center;gap:12px;padding:17px 0;list-style:none;display:flex}.game-module__VTp3eW__historyRow summary::-webkit-details-marker{display:none}.game-module__VTp3eW__historyRow summary strong{overflow-wrap:anywhere;flex:1;min-width:0;font-size:13px}.game-module__VTp3eW__historyRow summary>span:nth-last-child(2){color:var(--muted);font-size:11px}.game-module__VTp3eW__historyRow summary>svg{color:var(--muted);flex-shrink:0}.game-module__VTp3eW__historyStatus{width:26px;height:26px;color:var(--accent);background:#35212b;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.game-module__VTp3eW__historyStatus[data-correct=true]{color:#8bd8b0;background:#203b2d}.game-module__VTp3eW__feedback{border:1px solid var(--line);background:var(--line);border-radius:5px;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-bottom:16px;display:grid;overflow:hidden}.game-module__VTp3eW__feedback>div{background:#232329;flex-direction:column;gap:7px;min-width:0;padding:12px;display:flex}.game-module__VTp3eW__feedback small{color:#acacb6;font-size:10px}.game-module__VTp3eW__feedback strong{overflow-wrap:anywhere;font-size:12px}.game-module__VTp3eW__feedback span{color:#9a9aa8;font-size:10px}.game-module__VTp3eW__feedback [data-status=hit]{background:#20362d}.game-module__VTp3eW__feedback [data-status=near]{background:#373022}.game-module__VTp3eW__feedback [data-status=miss]{background:#32212a}.game-module__VTp3eW__footer{color:#727280;justify-content:space-between;align-items:center;gap:15px;padding:32px 0;font-size:10px;display:flex}.game-module__VTp3eW__footer>span>span{padding:0 7px}.game-module__VTp3eW__footer a{align-items:center;gap:6px;display:flex}.game-module__VTp3eW__spin{animation:1s linear infinite game-module__VTp3eW__spin}@keyframes game-module__VTp3eW__spin{to{transform:rotate(360deg)}}@media (max-width:1000px){.game-module__VTp3eW__layout{grid-template-columns:minmax(0,1fr) 250px;gap:24px}.game-module__VTp3eW__modes{gap:20px}}@media (max-width:760px){.game-module__VTp3eW__game{padding-top:26px}.game-module__VTp3eW__heading{margin-bottom:16px}.game-module__VTp3eW__heading h1{font-size:28px}.game-module__VTp3eW__player{font-size:10px}.game-module__VTp3eW__layout{grid-template-columns:1fr;gap:24px}.game-module__VTp3eW__stage{aspect-ratio:16/10;height:auto}.game-module__VTp3eW__sidebar{grid-template-columns:1fr 1fr;gap:24px;display:grid}.game-module__VTp3eW__dailyNote{display:none}.game-module__VTp3eW__toolbar{flex-wrap:wrap;gap:0;margin-bottom:20px}.game-module__VTp3eW__modes{flex:1;gap:18px}.game-module__VTp3eW__modes button{gap:6px;font-size:12px}.game-module__VTp3eW__modes svg{width:16px}.game-module__VTp3eW__newRound{font-size:11px}}@media (max-width:520px){.game-module__VTp3eW__heading h1{font-size:27px}.game-module__VTp3eW__heading{align-items:flex-end;gap:8px}.game-module__VTp3eW__player{max-width:110px}.game-module__VTp3eW__modes{flex:auto;justify-content:space-between;gap:8px;width:100%}.game-module__VTp3eW__toolbar>.game-module__VTp3eW__newRound,.game-module__VTp3eW__dailyDate{margin-left:auto;padding:10px 0}.game-module__VTp3eW__toolbar{margin-bottom:15px}.game-module__VTp3eW__inputRow{grid-template-columns:minmax(0,1fr) 98px;gap:8px}.game-module__VTp3eW__inputRow>button{padding:10px;font-size:12px}.game-module__VTp3eW__searchInput{gap:6px;padding:0 10px}.game-module__VTp3eW__searchInput input{font-size:16px}.game-module__VTp3eW__stageBadge{font-size:9px;bottom:9px;left:9px}.game-module__VTp3eW__sidebar{grid-template-columns:1fr;gap:10px}.game-module__VTp3eW__hints ol{grid-template-columns:1fr 1fr;gap:0 16px;display:grid}.game-module__VTp3eW__hints li{min-width:0}.game-module__VTp3eW__characters{gap:4px;padding:12px}.game-module__VTp3eW__character{height:68%}.game-module__VTp3eW__feedback{grid-template-columns:repeat(2,minmax(0,1fr))}.game-module__VTp3eW__footer{flex-direction:column;align-items:flex-start;gap:6px}.game-module__VTp3eW__answer h2{font-size:18px}.game-module__VTp3eW__historyRow summary{gap:8px}.game-module__VTp3eW__historyRow summary>span:nth-last-child(2){display:none}}
