.page-module__6DQojq__container{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-nunito);flex-direction:column;padding:2rem;display:flex}.page-module__6DQojq__header{text-align:center;margin-bottom:4rem}.page-module__6DQojq__backLink{color:var(--primary);margin-bottom:1rem;font-weight:700;text-decoration:none;display:block}.page-module__6DQojq__finalScore{color:var(--primary);margin:1.5rem 0;font-size:2.5rem;font-weight:900}.page-module__6DQojq__statsDashboard{border:2px solid var(--surface-border);background:#f7f7f7;border-radius:20px;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin:2rem 0;padding:1.5rem;display:grid}.page-module__6DQojq__statItem{flex-direction:column;align-items:center;gap:.5rem;display:flex}.page-module__6DQojq__statLabel{color:var(--text-muted);text-transform:uppercase;font-size:.8rem;font-weight:700}.page-module__6DQojq__statValue{color:var(--foreground);font-size:1.5rem;font-weight:900}.page-module__6DQojq__overlayActions{flex-direction:column;gap:1rem;width:100%;display:flex}.page-module__6DQojq__title{color:var(--primary);margin-bottom:.5rem;font-size:3rem;font-weight:900}.page-module__6DQojq__subtitle{color:var(--text-muted);font-size:1.2rem}.page-module__6DQojq__menuGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:800px;margin:0 auto;display:grid}.page-module__6DQojq__modeCard{border:2px solid var(--surface-border);border-bottom:6px solid var(--surface-border);text-align:center;cursor:pointer;background:#fff;border-radius:24px;padding:2rem;transition:all .1s}.page-module__6DQojq__modeCard:hover{border-bottom-width:10px;transform:translateY(-4px)}.page-module__6DQojq__modeCard:active{border-bottom-width:2px;transform:translateY(4px)}.page-module__6DQojq__modeIcon{margin-bottom:1rem;font-size:4rem}.page-module__6DQojq__modeCard h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.page-module__6DQojq__gameHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-module__6DQojq__exitBtn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:2rem}.page-module__6DQojq__gameStats{gap:2rem;font-size:1.5rem;font-weight:800;display:flex}.page-module__6DQojq__gameArea{border:2px solid var(--surface-border);border-bottom:8px solid var(--surface-border);background:#fff;border-radius:32px;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.page-module__6DQojq__gameContent{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;display:flex}.page-module__6DQojq__runnerStage{width:100%;height:300px;position:relative;overflow:hidden}.page-module__6DQojq__ground{background:var(--surface-border);width:100%;height:4px;position:absolute;bottom:0}.page-module__6DQojq__character{z-index:2;font-size:4rem;transition:transform .2s;position:absolute;bottom:10px;left:50px}.page-module__6DQojq__jumping{transform:translateY(-100px)}.page-module__6DQojq__obstacle{flex-direction:column;align-items:center;display:flex;position:absolute;bottom:10px}.page-module__6DQojq__obsWord{background:var(--primary);color:#fff;box-shadow:0 4px 0 var(--primary-shadow);border-radius:12px;margin-bottom:5px;padding:.3rem .8rem;font-weight:700}.page-module__6DQojq__obsBox{font-size:3rem}.page-module__6DQojq__fillStage{text-align:center;width:100%;max-width:600px}.page-module__6DQojq__sentence{margin:2rem 0;font-size:2rem;font-weight:800;line-height:1.5}.page-module__6DQojq__blank{color:var(--primary);border-bottom:4px dashed var(--primary);padding:0 10px}.page-module__6DQojq__timerBar{background:#e5e5e5;border-radius:12px;justify-content:flex-start;align-items:center;width:100%;height:24px;margin-bottom:2rem;display:flex;position:relative;overflow:hidden}.page-module__6DQojq__timerText{z-index:2;color:var(--text-muted);font-size:.9rem;font-weight:800;position:absolute;left:50%;transform:translate(-50%)}.page-module__6DQojq__timerFill{background:var(--primary);height:100%}.page-module__6DQojq__hint{color:var(--text-muted);font-weight:700}.page-module__6DQojq__blitzStage{text-align:center;width:100%}.page-module__6DQojq__stopwatch{color:var(--accent);font-variant-numeric:tabular-nums;margin-bottom:1rem;font-size:2rem;font-weight:900}.page-module__6DQojq__progressCounter{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem;font-weight:700}.page-module__6DQojq__charDisplay{flex-direction:column;align-items:center;gap:2rem;display:flex}.page-module__6DQojq__currentChar{color:var(--primary);text-transform:uppercase;text-shadow:0 8px 0 var(--primary-shadow);font-size:10rem;font-weight:900;line-height:1}.page-module__6DQojq__nextCharPreview{color:var(--text-muted);align-items:center;gap:1rem;font-size:1.5rem;font-weight:800;display:flex}.page-module__6DQojq__nextChar{color:var(--foreground);text-transform:uppercase;background:#e5e5e5;border-radius:12px;padding:.5rem 1rem}.page-module__6DQojq__sprintStage{text-align:center;width:100%;max-width:500px}.page-module__6DQojq__sprintTimerContainer{background:#e5e5e5;border-radius:5px;width:100%;height:10px;margin-bottom:2rem;overflow:hidden}.page-module__6DQojq__sprintTimerBar{height:100%;transition:width 50ms linear}.page-module__6DQojq__streakLabel{color:var(--accent);margin-bottom:2rem;font-size:1.2rem;font-weight:800}.page-module__6DQojq__sprintWordDisplay{margin-bottom:4rem}.page-module__6DQojq__sprintWord{letter-spacing:2px;font-size:5rem;font-weight:900}.page-module__6DQojq__charCorrect{color:var(--primary)}.page-module__6DQojq__charIncorrect{color:var(--accent)}.page-module__6DQojq__inputWrapper{width:100%;max-width:400px;margin-top:auto;padding-bottom:2rem}.page-module__6DQojq__gameInput{border:2px solid var(--surface-border);text-align:center;border-radius:16px;outline:none;width:100%;padding:1rem 1.5rem;font-size:1.2rem;font-weight:700}.page-module__6DQojq__gameInput:focus{border-color:var(--primary)}.page-module__6DQojq__overlay{z-index:10;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.page-module__6DQojq__overlayContent{text-align:center;flex-direction:column;gap:1.5rem;display:flex}.page-module__6DQojq__overlayContent h2{color:var(--accent);font-size:3rem;font-weight:900}.page-module__6DQojq__finalScore{color:var(--primary);font-size:2rem;font-weight:800}
