.TypingTest-module__Cko2uq__wrapper{flex-direction:column;gap:2rem;width:100%;display:flex}.TypingTest-module__Cko2uq__header{color:var(--sub-color);font-family:var(--font-mono);justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.TypingTest-module__Cko2uq__configBar{background:var(--bg-color);opacity:1;visibility:visible;align-items:center;gap:1.5rem;font-size:.9rem;transition:opacity .3s,visibility .3s;display:flex}.TypingTest-module__Cko2uq__configBar.TypingTest-module__Cko2uq__hidden{opacity:0;visibility:hidden;pointer-events:none}.TypingTest-module__Cko2uq__group{background:#7f7f7f1a;border-radius:8px;gap:.25rem;padding:.25rem;display:flex}.TypingTest-module__Cko2uq__modeBtn{color:var(--sub-color);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .75rem;font-family:inherit;font-size:.85rem;transition:all .2s}.TypingTest-module__Cko2uq__modeBtn:hover{color:var(--text-color)}.TypingTest-module__Cko2uq__modeBtn.TypingTest-module__Cko2uq__active{color:var(--bg-color);background-color:var(--text-color);font-weight:500}.TypingTest-module__Cko2uq__themeToggle{cursor:pointer;color:var(--sub-color);background:0 0;border:none;justify-content:center;align-items:center;margin-left:1rem;padding:.5rem;transition:color .2s;display:flex}.TypingTest-module__Cko2uq__themeToggle:hover{color:var(--text-color)}.TypingTest-module__Cko2uq__stats{color:var(--main-color);align-items:center;gap:3rem;font-size:1.5rem;display:flex}.TypingTest-module__Cko2uq__timer{font-variant-numeric:tabular-nums;margin:0 1rem}.TypingTest-module__Cko2uq__wordsContainer{-webkit-user-select:none;user-select:none;height:4.5em;font-size:1.7rem;line-height:1.5;font-family:var(--font-mono);outline:none;flex-wrap:wrap;align-content:flex-start;gap:.6em;padding:.1em 5px;display:flex;position:relative;overflow:hidden}.TypingTest-module__Cko2uq__wordsContainer.TypingTest-module__Cko2uq__documentMode{gap:.2em .3em;height:5.2em}.TypingTest-module__Cko2uq__wordsContainer.TypingTest-module__Cko2uq__hidden{opacity:.1;pointer-events:none}.TypingTest-module__Cko2uq__word{white-space:nowrap;border-bottom:2px solid #0000;margin-bottom:.2em;position:relative}.TypingTest-module__Cko2uq__wordError{border-bottom-color:var(--error-color)}.TypingTest-module__Cko2uq__letter{color:var(--sub-color);transition:color .1s}.TypingTest-module__Cko2uq__letter.TypingTest-module__Cko2uq__correct{color:var(--text-color)}.TypingTest-module__Cko2uq__letter.TypingTest-module__Cko2uq__incorrect{color:var(--error-color)}@keyframes TypingTest-module__Cko2uq__blink{0%,to{opacity:1}50%{opacity:0}}.TypingTest-module__Cko2uq__caret{background-color:var(--caret-color);pointer-events:none;z-index:10;border-radius:2px;width:2px;height:1.5em;transition:left .1s,top .1s;animation:1s infinite TypingTest-module__Cko2uq__blink;position:absolute}.TypingTest-module__Cko2uq__results{flex-direction:column;justify-content:center;align-items:center;margin-top:2rem;animation:.3s TypingTest-module__Cko2uq__fadeIn;display:flex}.TypingTest-module__Cko2uq__resultGroup{gap:4rem;display:flex}.TypingTest-module__Cko2uq__resultValue{color:var(--main-color);font-size:4rem;font-weight:700;line-height:1}.TypingTest-module__Cko2uq__resultLabel{color:var(--sub-color);text-align:center;margin-top:.5rem;font-size:1rem}.TypingTest-module__Cko2uq__restartBtn{background-color:var(--main-color);color:var(--bg-color);cursor:pointer;border:none;border-radius:8px;margin-top:2rem;padding:.8rem 2rem;font-size:1.2rem;transition:opacity .2s}.TypingTest-module__Cko2uq__restartBtn:hover{opacity:.9}.TypingTest-module__Cko2uq__instruction{text-align:center;color:var(--sub-color);opacity:.7;margin-top:2rem}@keyframes TypingTest-module__Cko2uq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.MonsterGame-module__UncQAa__gameContainer{width:100%;height:600px;font-family:var(--font-primary);-webkit-user-select:none;user-select:none;background:linear-gradient(#1a1c2c,#2b2b45);border:4px solid #4a5d75;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.MonsterGame-module__UncQAa__gameContainer:after{content:"";z-index:1;background:#121420;width:100%;height:80px;position:absolute;bottom:0;left:0}.MonsterGame-module__UncQAa__hud{color:#e2e8f0;z-index:100;text-shadow:0 2px 4px #000c;justify-content:space-between;font-size:1.25rem;font-weight:700;display:flex;position:absolute;top:20px;left:20px;right:20px}.MonsterGame-module__UncQAa__hudGroup{letter-spacing:1px;background:linear-gradient(#334155,#1e293b);border:2px solid #475569;border-radius:12px;align-items:center;gap:1.5rem;padding:.5rem 1.5rem;font-family:Courier New,monospace;display:flex;box-shadow:0 4px 6px #0000004d}.MonsterGame-module__UncQAa__playerContainer{z-index:20;width:60px;height:90px;transition:transform .1s;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.MonsterGame-module__UncQAa__playerCape{transform-origin:top;z-index:0;background:#ef4444;border-radius:5px;width:50px;height:60px;animation:2s ease-in-out infinite MonsterGame-module__UncQAa__capeFlow;position:absolute;top:20px;left:5px}@keyframes MonsterGame-module__UncQAa__capeFlow{0%,to{transform:rotate(2deg)skew(0)}50%{transform:rotate(-2deg)skew(2deg)}}.MonsterGame-module__UncQAa__playerBody{z-index:1;background:#3b82f6;border:2px solid #1e3a8a;border-radius:8px 8px 4px 4px;width:40px;height:50px;position:absolute;bottom:0;left:10px;box-shadow:inset 0 0 10px #0000004d}.MonsterGame-module__UncQAa__playerBody:after{content:"";background:#78350f;border-top:2px solid #fbbf24;width:100%;height:8px;position:absolute;bottom:20px;left:0}.MonsterGame-module__UncQAa__playerHead{z-index:2;background:#fca5a5;border:2px solid #1e3a8a;border-radius:50%;width:40px;height:40px;position:absolute;top:5px;left:10px}.MonsterGame-module__UncQAa__playerHead:before{content:"";z-index:-1;background:#ef4444;width:20px;height:8px;position:absolute;top:10px;right:-10px;transform:rotate(15deg)}.MonsterGame-module__UncQAa__playerHead:after{content:"";background:#ef4444;width:100%;height:8px;position:absolute;top:8px;left:0}.MonsterGame-module__UncQAa__swordWrapper{transform-origin:10px 50px;pointer-events:none;z-index:5;width:90px;height:90px;position:absolute;top:35px;right:-25px}.MonsterGame-module__UncQAa__sword{transform-origin:0%;background:linear-gradient(#f8fafc,#cbd5e1);border:1px solid #475569;border-radius:2px 20px 20px 2px;width:80px;height:14px;position:absolute;top:42px;left:0;transform:rotate(-45deg);box-shadow:0 0 15px #fff9}.MonsterGame-module__UncQAa__swordHandle{background:#b45309;border:2px solid #78350f;border-radius:4px;width:24px;height:24px;position:absolute;top:38px;left:-12px}.MonsterGame-module__UncQAa__attacking .MonsterGame-module__UncQAa__swordWrapper{animation:.15s cubic-bezier(.4,0,.2,1) MonsterGame-module__UncQAa__swing}@keyframes MonsterGame-module__UncQAa__swing{0%{transform:rotate(0)}50%{transform:rotate(110deg)}to{transform:rotate(0)}}.MonsterGame-module__UncQAa__enemy{z-index:10;will-change:top,left;flex-direction:column;align-items:center;transition:transform .1s;display:flex;position:absolute;transform:translate(-50%)}.MonsterGame-module__UncQAa__enemySprite{filter:drop-shadow(0 4px 6px #0000004d);background-position:50%;background-repeat:no-repeat;background-size:contain;width:60px;height:60px;margin-bottom:5px}.MonsterGame-module__UncQAa__enemy[data-type=slime] .MonsterGame-module__UncQAa__enemySprite{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2384cc16' stroke='%23365314' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='M18 10c0-4.4-3.6-8-8-8s-8 3.6-8 8v4c0 2.2 1.8 4 4 4h8c2.2 0 4-1.8 4-4v-4z'/%3E%3Cpath d='M8 12h.01' stroke='%23365314' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M16 12h.01' stroke='%23365314' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.MonsterGame-module__UncQAa__enemy[data-type=ghost] .MonsterGame-module__UncQAa__enemySprite{opacity:.9;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e2e8f0' stroke='%23475569' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='M9 22l3-3 3 3V10a6 6 0 0 0-12 0v12' /%3E%3Cpath d='M9 10h.01' stroke='%23475569' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M15 10h.01' stroke='%23475569' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E")}.MonsterGame-module__UncQAa__enemy[data-type=bat] .MonsterGame-module__UncQAa__enemySprite{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237e22ce' stroke='%23581c87' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='M2 12s3-3 6-1c0 0 1-3 4-3s4 3 4 3c3-2 6 1 6 1s-2 4-2 7c0 2-2 3-4 3H8c-2 0-4-1-4-3c0-3-2-7-2-7z'/%3E%3Cpath d='M8 12h.01' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 12h.01' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-size:110%}.MonsterGame-module__UncQAa__enemy[data-type=spider] .MonsterGame-module__UncQAa__enemySprite{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231e293b' stroke='%2394a3b8' stroke-width='1.5' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='5' /%3E%3Cpath d='M12 7V4' /%3E%3Cpath d='M12 17v3' /%3E%3Cpath d='M17 12h3' /%3E%3Cpath d='M4 12h3' /%3E%3Cpath d='M16.5 7.5L19 5' /%3E%3Cpath d='M16.5 16.5L19 19' /%3E%3Cpath d='M7.5 7.5L5 5' /%3E%3Cpath d='M7.5 16.5L5 19' /%3E%3C/svg%3E");background-size:80%}.MonsterGame-module__UncQAa__enemy[data-type=skeleton] .MonsterGame-module__UncQAa__enemySprite{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f1f5f9' stroke='%23475569' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='M7 3h10a4 4 0 0 1 4 4v5a1 1 0 0 1-1 1h-2a2 2 0 1 0-4 0h-4a2 2 0 1 0-4 0H4a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4z' /%3E%3Ccircle cx='9' cy='10' r='1.5' fill='%231e293b'/%3E%3Ccircle cx='15' cy='10' r='1.5' fill='%231e293b'/%3E%3Cpath d='M8 18v3' /%3E%3Cpath d='M12 18v3' /%3E%3Cpath d='M16 18v3' /%3E%3C/svg%3E")}.MonsterGame-module__UncQAa__enemy[data-type=wolf] .MonsterGame-module__UncQAa__enemySprite{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2357534e' stroke='%23292524' stroke-width='1.5' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-6 9 6v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5V9z' /%3E%3Cpath d='M7 9l5 4 5-4' /%3E%3Ccircle cx='9' cy='15' r='1.5' fill='white'/%3E%3Ccircle cx='15' cy='15' r='1.5' fill='white'/%3E%3C/svg%3E")}.MonsterGame-module__UncQAa__enemy[data-type=eye] .MonsterGame-module__UncQAa__enemySprite{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' stroke='%23ef4444' stroke-width='1.5' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10' /%3E%3Ccircle cx='12' cy='12' r='4' fill='%23ef4444' /%3E%3Ccircle cx='12' cy='12' r='1.5' fill='black' /%3E%3C/svg%3E")}.MonsterGame-module__UncQAa__dying{animation:.3s ease-out forwards MonsterGame-module__UncQAa__die!important}@keyframes MonsterGame-module__UncQAa__die{0%{filter:brightness(1.5);transform:scale(1)}to{opacity:0;transform:scale(0)}}.MonsterGame-module__UncQAa__wordBadge{white-space:nowrap;z-index:20;background:#fffffff2;border:1px solid #cbd5e1;border-radius:6px;margin-top:4px;padding:.2rem .6rem;font-family:Courier New,monospace;font-size:.95rem;font-weight:800;box-shadow:0 4px 6px #0003}.MonsterGame-module__UncQAa__matched{color:#ef4444}.MonsterGame-module__UncQAa__unmatched{color:#0f172a}.MonsterGame-module__UncQAa__target .MonsterGame-module__UncQAa__wordBadge{background:#fff;border-color:#ef4444;transform:scale(1.1);box-shadow:0 0 10px #ef4444}.MonsterGame-module__UncQAa__damageText{color:#ef4444;pointer-events:none;z-index:50;text-shadow:0 0 5px #fff;font-size:1.5rem;font-weight:700;animation:.5s ease-out forwards MonsterGame-module__UncQAa__floatUp;position:absolute}@keyframes MonsterGame-module__UncQAa__floatUp{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-50px)scale(1.5)}}.MonsterGame-module__UncQAa__gameOver{z-index:200;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.MonsterGame-module__UncQAa__title{color:#ef4444;text-shadow:0 0 20px #ef4444;margin-bottom:1rem;font-size:3.5rem;font-weight:900}.MonsterGame-module__UncQAa__score{text-shadow:0 0 10px #fff;margin-bottom:2rem;font-size:2.5rem}.MonsterGame-module__UncQAa__restartBtn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ef4444,#dc2626);border:none;border-radius:50px;padding:1rem 3rem;font-size:1.5rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 5px 15px #dc262666}.MonsterGame-module__UncQAa__restartBtn:hover{transform:scale(1.05);box-shadow:0 8px 25px #dc262699}.MonsterGame-module__UncQAa__exitBtn{color:#94a3b8;cursor:pointer;background:0 0;border:2px solid #94a3b8;border-radius:50px;margin-top:1rem;padding:.5rem 2rem;font-weight:700}.MonsterGame-module__UncQAa__exitBtn:hover{color:#fff;border-color:#fff}
.VirtualKeyboard-module__tmQSna__keyboardWrapper{background:rgba(var(--background-rgb),.5);-webkit-user-select:none;user-select:none;border:1px solid rgba(var(--primary-rgb),.1);border-radius:12px;flex-direction:column;width:100%;max-width:900px;margin:2rem auto 0;padding:1rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000000d}.VirtualKeyboard-module__tmQSna__row{justify-content:center;gap:6px;margin-bottom:6px;display:flex}.VirtualKeyboard-module__tmQSna__key{background:var(--bg-secondary);min-width:40px;height:48px;color:var(--text-secondary);border:1px solid #0000001a;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;font-size:.9rem;transition:all .1s;display:flex;position:relative;box-shadow:0 2px #0000000d}[data-theme=dark] .VirtualKeyboard-module__tmQSna__key{border-color:#ffffff1a;box-shadow:0 2px #0003}.VirtualKeyboard-module__tmQSna__keyLabel{flex-direction:column;align-items:center;line-height:1;display:flex}.VirtualKeyboard-module__tmQSna__primaryChar{font-size:1rem;font-weight:500}.VirtualKeyboard-module__tmQSna__shiftChar{opacity:.7;font-size:.75rem;position:absolute;top:4px;left:4px}.VirtualKeyboard-module__tmQSna__modifier{background:rgba(var(--primary-rgb),.05);text-transform:lowercase;font-size:.8rem}.VirtualKeyboard-module__tmQSna__space{min-width:200px}.VirtualKeyboard-module__tmQSna__active{color:#fff;z-index:10;background:#3b82f6;border-color:#0000;transform:translateY(1px);box-shadow:0 1px #0000001a!important}.VirtualKeyboard-module__tmQSna__active .VirtualKeyboard-module__tmQSna__shiftChar{opacity:.9;color:#ffffffe6}.VirtualKeyboard-module__tmQSna__handsContainer{opacity:.5;justify-content:space-between;margin-top:1rem;padding:0 2rem;display:flex}.VirtualKeyboard-module__tmQSna__hand{background:0 0;width:100px;height:80px}@media (max-width:800px){.VirtualKeyboard-module__tmQSna__keyboardWrapper{display:none}}.VirtualKeyboard-module__tmQSna__homingBar{opacity:.5;background-color:currentColor;border-radius:1px;width:12px;height:2px;position:absolute;bottom:6px}
.page-module___8aEwW__container{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__header{justify-content:space-between;align-items:center;height:60px;display:flex}.page-module___8aEwW__headerGroup{align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__logo{color:var(--text-color);font-size:1.5rem;font-weight:700}.page-module___8aEwW__nav{color:var(--sub-color)}.page-module___8aEwW__main{flex-direction:column;flex:1;justify-content:center;align-items:center;padding-bottom:15vh;display:flex}.page-module___8aEwW__footer{height:var(--footer-height);color:var(--sub-color);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}
