.map-it-module__VRCYdG__page{background:var(--map-footer-blue);width:100vw;min-height:100vh;color:var(--map-black);margin-left:calc(50% - 50vw)}.map-it-module__VRCYdG__pageShell{width:min(1480px,100%);margin:0 auto;padding:18px 28px 56px}.map-it-module__VRCYdG__setupActions,.map-it-module__VRCYdG__sidebarHeader,.map-it-module__VRCYdG__dialogActions{align-items:center;display:flex}.map-it-module__VRCYdG__intro{grid-template-columns:minmax(0,1fr) minmax(260px,410px);align-items:end;gap:40px;padding:44px 0 34px;display:grid}.map-it-module__VRCYdG__eyebrow,.map-it-module__VRCYdG__promptLabel{letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;display:block}.map-it-module__VRCYdG__introCopy{max-width:720px;margin-top:12px}.map-it-module__VRCYdG__infoButton{color:var(--map-black);vertical-align:middle}.map-it-module__VRCYdG__infoButton svg{color:var(--map-black)}.map-it-module__VRCYdG__infoButton:focus-visible{outline:3px solid var(--map-royal-blue);outline-offset:2px}.map-it-module__VRCYdG__noAccountNote{border:1px solid var(--map-black);background:var(--map-score-green);padding:14px 16px}.map-it-module__VRCYdG__appGrid{grid-template-columns:minmax(0,1fr) 340px;grid-template-areas:"game setup""game leaderboard";align-items:start;gap:20px;display:grid}.map-it-module__VRCYdG__gameColumn,.map-it-module__VRCYdG__sidebar,.map-it-module__VRCYdG__dialogStack{gap:18px;display:grid}.map-it-module__VRCYdG__gameColumn{grid-area:game}.map-it-module__VRCYdG__setupColumn{grid-area:setup}.map-it-module__VRCYdG__leaderboardColumn{grid-area:leaderboard}.map-it-module__VRCYdG__periodTab,.map-it-module__VRCYdG__activePeriodTab{min-height:36px;color:var(--map-black);cursor:pointer;font:inherit;border:0;padding:6px 12px}.map-it-module__VRCYdG__periodTab{background:0 0}.map-it-module__VRCYdG__activePeriodTab{background:var(--map-alice-blue)}.map-it-module__VRCYdG__periodTab:focus-visible,.map-it-module__VRCYdG__activePeriodTab:focus-visible,.map-it-module__VRCYdG__mapToolbar button:focus-visible{outline:3px solid var(--map-royal-blue);outline-offset:2px}.map-it-module__VRCYdG__setupFields{grid-template-columns:1fr;gap:16px;display:grid}.map-it-module__VRCYdG__subjectField{justify-items:start;gap:8px;display:grid}.map-it-module__VRCYdG__fieldGroup{gap:8px;width:100%;display:grid}.map-it-module__VRCYdG__hintsCheckbox{width:fit-content;margin:0}.map-it-module__VRCYdG__hintsCheckbox .MuiCheckbox-root{color:var(--map-black);padding:0 8px 0 0}.map-it-module__VRCYdG__hintsCheckbox .MuiCheckbox-root.Mui-checked{color:var(--map-black)}.map-it-module__VRCYdG__setupActions{justify-content:stretch;margin-top:18px}.map-it-module__VRCYdG__setupActions>*{width:100%}.map-it-module__VRCYdG__gameTopbar{border-bottom:1px solid var(--map-black);background:var(--map-alice-purple);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:108px;padding:18px 20px;display:grid}.map-it-module__VRCYdG__promptContext{margin-top:6px}.map-it-module__VRCYdG__promptAction{margin-top:4px}.map-it-module__VRCYdG__gameStats,.map-it-module__VRCYdG__resultStats{grid-template-columns:repeat(3,minmax(82px,1fr));gap:8px;display:grid}.map-it-module__VRCYdG__gameStats>div,.map-it-module__VRCYdG__resultStats>div{border:1px solid var(--map-black);background:var(--map-white);border-radius:4px;justify-items:center;gap:2px;padding:8px 10px;display:grid}.map-it-module__VRCYdG__gameStats strong,.map-it-module__VRCYdG__resultStats strong{font-size:1.25rem}.map-it-module__VRCYdG__gameStats span,.map-it-module__VRCYdG__resultStats span{text-transform:lowercase;font-size:.75rem}.map-it-module__VRCYdG__mapStage{background:var(--map-alice-blue);touch-action:none;min-height:520px;position:relative;overflow:hidden}.map-it-module__VRCYdG__mapShell{position:relative}.map-it-module__VRCYdG__mapSvg{cursor:grab;-webkit-user-select:none;user-select:none;width:100%;height:100%;min-height:520px;display:block}.map-it-module__VRCYdG__mapSvg:active{cursor:grabbing}.map-it-module__VRCYdG__mapPath,.map-it-module__VRCYdG__selectedPath,.map-it-module__VRCYdG__correctPath,.map-it-module__VRCYdG__wrongPath,.map-it-module__VRCYdG__revealedPath{vector-effect:non-scaling-stroke;stroke:var(--map-black);stroke-width:.65px;cursor:pointer;outline:none;transition:fill .12s,opacity .12s}.map-it-module__VRCYdG__mapPath{fill:var(--map-footer-blue)}.map-it-module__VRCYdG__mapPath:hover,.map-it-module__VRCYdG__mapPath:focus-visible{fill:var(--map-alice-purple);outline:none}.map-it-module__VRCYdG__mapPath:focus-visible,.map-it-module__VRCYdG__selectedPath:focus-visible,.map-it-module__VRCYdG__correctPath:focus-visible,.map-it-module__VRCYdG__wrongPath:focus-visible,.map-it-module__VRCYdG__revealedPath:focus-visible{stroke:var(--map-royal-blue);stroke-width:3px;outline:none}.map-it-module__VRCYdG__selectedPath{fill:var(--map-alice-purple);stroke-width:2px}.map-it-module__VRCYdG__correctPath{fill:var(--map-success-green);stroke-width:1.4px}.map-it-module__VRCYdG__wrongPath{fill:var(--map-score-red);stroke-width:1.4px}.map-it-module__VRCYdG__revealedPath{fill:var(--map-burnt-orange);stroke-width:1.4px}.map-it-module__VRCYdG__disabledMapPath{pointer-events:none;cursor:default}.map-it-module__VRCYdG__mapStartOverlay{z-index:4;background:color-mix(in srgb, var(--map-alice-blue) 88%, transparent);place-items:center;padding:24px;display:grid;position:absolute;inset:0}.map-it-module__VRCYdG__mapStartPanel{border:2px solid var(--map-black);background:var(--map-white);text-align:center;border-radius:4px;justify-items:center;gap:8px;width:min(390px,100%);padding:18px 22px 22px;display:grid}.map-it-module__VRCYdG__mapToolbar{gap:6px;display:grid;position:absolute;top:14px;right:14px}.map-it-module__VRCYdG__mapToolbar button{border:1px solid var(--map-black);background:var(--map-white);width:38px;height:38px;color:var(--map-black);cursor:pointer;place-items:center;padding:0;display:grid}.map-it-module__VRCYdG__mapFeedback{border-bottom:1px solid var(--map-black);background:var(--map-white);text-align:center;padding:10px 14px}.map-it-module__VRCYdG__positiveStatus{background:var(--map-score-green)}.map-it-module__VRCYdG__negativeStatus{background:var(--map-score-red)}.map-it-module__VRCYdG__neutralStatus{background:var(--map-alice-purple)}.map-it-module__VRCYdG__mapFallback{background:var(--map-alice-blue);place-content:center;justify-items:center;gap:10px;min-height:520px;display:grid}.map-it-module__VRCYdG__sidebar{position:sticky;top:90px}.map-it-module__VRCYdG__sidebarHeader{justify-content:space-between;gap:12px;padding:18px}.map-it-module__VRCYdG__liveBadge,.map-it-module__VRCYdG__tierBadge{border:1px solid var(--map-black);align-items:center;width:fit-content;padding:4px 8px;font-size:.75rem;display:inline-flex}.map-it-module__VRCYdG__liveBadge{background:var(--map-white);border-width:2px;border-radius:999px;gap:6px;padding:5px 10px;font-weight:600}.map-it-module__VRCYdG__liveDot{border:1px solid var(--map-black);background:var(--map-success-green);border-radius:50%;width:9px;height:9px}.map-it-module__VRCYdG__periodTabs{border-block:1px solid var(--map-black);grid-template-columns:1fr 1fr;display:grid}.map-it-module__VRCYdG__leaderboardContext{padding:14px 18px}.map-it-module__VRCYdG__leaderboardList{min-height:160px;margin:0;padding:0;list-style:none}.map-it-module__VRCYdG__leaderboardRow{border-top:1px solid color-mix(in srgb, var(--map-black) 20%, transparent);grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 18px;display:grid}.map-it-module__VRCYdG__rank{background:var(--map-alice-purple);place-items:center;width:24px;height:24px;display:grid}.map-it-module__VRCYdG__leaderName{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.map-it-module__VRCYdG__leaderName small{font-size:.7rem;display:block}.map-it-module__VRCYdG__leaderboardEmpty{text-align:center;place-items:center;min-height:150px;padding:20px;display:grid}.map-it-module__VRCYdG__tierBadge{background:var(--map-footer-blue)}.map-it-module__VRCYdG__resultStats>div{border:1px solid var(--map-black);background:var(--map-alice-blue)}.map-it-module__VRCYdG__scoreSubmitPanel,.map-it-module__VRCYdG__offlineMessage{border:1px solid var(--map-black);background:var(--map-white);gap:10px;padding:18px;display:grid}.map-it-module__VRCYdG__offlineMessage{background:var(--map-alice-purple)}.map-it-module__VRCYdG__nameRow{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.map-it-module__VRCYdG__nameRow button{white-space:nowrap;min-width:128px}.map-it-module__VRCYdG__dialogActions{justify-content:space-between;gap:12px;margin-top:18px}.map-it-module__VRCYdG__regionGrid,.map-it-module__VRCYdG__howToGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.map-it-module__VRCYdG__regionGroup{align-content:start;gap:8px;display:grid}.map-it-module__VRCYdG__regionGroup h5{border-bottom:1px solid var(--map-black);justify-content:space-between;padding-bottom:6px;display:flex}.map-it-module__VRCYdG__locationItem,.map-it-module__VRCYdG__howToItem{border:1px solid var(--map-black);background:var(--map-white);gap:5px;padding:12px;display:grid}@media (max-width:1080px){.map-it-module__VRCYdG__appGrid{grid-template-columns:minmax(0,1fr);grid-template-areas:"setup""game""leaderboard"}.map-it-module__VRCYdG__sidebar{grid-template-columns:repeat(2,minmax(0,1fr));position:static}}@media (max-width:760px){.map-it-module__VRCYdG__pageShell{padding:12px 12px 40px}.map-it-module__VRCYdG__productBar,.map-it-module__VRCYdG__intro,.map-it-module__VRCYdG__gameTopbar{align-items:stretch}.map-it-module__VRCYdG__productBar{flex-direction:column}.map-it-module__VRCYdG__productActions{justify-content:space-between;width:100%}.map-it-module__VRCYdG__intro,.map-it-module__VRCYdG__setupFields,.map-it-module__VRCYdG__gameTopbar,.map-it-module__VRCYdG__sidebar,.map-it-module__VRCYdG__regionGrid,.map-it-module__VRCYdG__howToGrid{grid-template-columns:1fr}.map-it-module__VRCYdG__intro{gap:20px;padding:30px 0 24px}.map-it-module__VRCYdG__setupActions{justify-content:stretch}.map-it-module__VRCYdG__setupActions>*,.map-it-module__VRCYdG__nameRow>*{width:100%}.map-it-module__VRCYdG__nameRow{grid-template-columns:1fr}.map-it-module__VRCYdG__gameTopbar{gap:16px;padding:18px}.map-it-module__VRCYdG__gameStats>div{border:1px solid var(--map-black)}.map-it-module__VRCYdG__mapStage,.map-it-module__VRCYdG__mapSvg,.map-it-module__VRCYdG__mapFallback{min-height:390px}}@media (prefers-reduced-motion:reduce){.map-it-module__VRCYdG__mapPath,.map-it-module__VRCYdG__selectedPath,.map-it-module__VRCYdG__correctPath,.map-it-module__VRCYdG__wrongPath,.map-it-module__VRCYdG__revealedPath{transition:none}}
