:root{--vt-c-white:#fff;--vt-c-white-soft:#f8f8f8;--vt-c-white-mute:#f2f2f2;--vt-c-black:#181818;--vt-c-black-soft:#222;--vt-c-black-mute:#282828;--vt-c-indigo:#2c3e50;--vt-c-divider-light-1:#3c3c3c4a;--vt-c-divider-light-2:#3c3c3c1f;--vt-c-divider-dark-1:#545454a6;--vt-c-divider-dark-2:#5454547a;--vt-c-text-light-1:var(--vt-c-indigo);--vt-c-text-light-2:#3c3c3ca8;--vt-c-text-dark-1:var(--vt-c-white);--vt-c-text-dark-2:#ebebeba3;--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--section-gap:160px}@media (prefers-color-scheme:dark){:root{--color-background:var(--vt-c-black);--color-background-soft:var(--vt-c-black-soft);--color-background-mute:var(--vt-c-black-mute);--color-border:var(--vt-c-divider-dark-2);--color-border-hover:var(--vt-c-divider-dark-1);--color-heading:var(--vt-c-text-dark-1);--color-text:var(--vt-c-text-dark-2)}}*,:before,:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;transition:color .5s,background-color .5s}#app{width:100%;font-weight:400}:root{--correct-word:green;--wrong-word:red;--easy-difficulty:green;--medium-difficulty:orange;--difficult-difficulty:red}.DifficultySelectOrdner[data-v-739b580a],.ModeSelectOrdner[data-v-739b580a]{flex-direction:column;align-items:center;display:flex}.selectorContainer[data-v-739b580a]{flex-direction:row;gap:.5rem;display:flex}select[data-v-739b580a]{width:250px;height:45px;padding:0 10px;font-size:18px}.characters[data-v-51ecb70c]{white-space:pre;flex-wrap:wrap;gap:5px;max-width:1600px;font-size:30px;display:flex;position:relative}.arrow[data-v-51ecb70c]{height:10px;font-size:large}select[data-v-51ecb70c]{width:250px;height:45px;padding:0 10px;font-size:18px}.correct[data-v-51ecb70c]{color:var(--correct-word)}.wrong[data-v-51ecb70c]{color:var(--wrong-word)}.game[data-v-feb23a63]{grid-template:"game stats"2fr"game stats"1fr"difficulty difficulty"120px/5fr 1fr;gap:20px;width:100%;height:100vh;display:grid}.game-area[data-v-feb23a63]{flex-direction:column;grid-area:game;justify-content:center;align-items:center;gap:20px;display:flex}.game-area input[data-v-feb23a63]{width:400px;height:45px;font-size:30px}.game-area button[data-v-feb23a63]{padding:10px 25px;font-size:16px}.easter-egg[data-v-feb23a63]{z-index:100;justify-content:center;width:100%;display:flex;position:fixed;top:30%;right:5%}.easter-egg iframe[data-v-feb23a63]{border:none}.game-over[data-v-feb23a63]{z-index:100;justify-content:center;width:100%;display:flex;position:fixed;top:30%;right:8%}.game-over-popup[data-v-feb23a63]{color:red;background-color:#111;border:1px solid red;border-radius:18px;padding:20px;box-shadow:0 4px 15px #00000026}.game-over-popup h1[data-v-feb23a63]{flex-direction:column;align-items:center;font-weight:700;display:flex}.game-over-popup iframe[data-v-feb23a63]{border:none}.stats[data-v-feb23a63]{color:#000;background-color:#f5f5f5;border-radius:15px;flex-direction:column;grid-area:stats;justify-content:flex-start;align-items:center;gap:20px;min-height:0;margin:20px;padding:20px;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000026}.stats h2[data-v-feb23a63]{margin:0;font-size:28px;font-weight:700}.accuracy[data-v-feb23a63]{flex-direction:row;justify-content:center;align-items:center;gap:20px;display:flex}.timer[data-v-feb23a63]{box-sizing:border-box;text-align:center;background-color:#fff;border:2px solid #333;border-radius:10px;width:100%;padding:15px}.countdown[data-v-feb23a63]{font-size:30px;font-weight:700;position:absolute;right:-30px}.buttons[data-v-feb23a63]{align-items:center;gap:10px;display:flex;position:relative}.difficulty[data-v-feb23a63]{grid-area:difficulty;justify-content:center;align-items:center;padding-bottom:15px;display:flex}.difficultyselected h2[data-v-feb23a63]{grid-area:inherit;justify-content:center;align-items:center;font-weight:700;display:grid}.history[data-v-feb23a63]{flex-direction:column;gap:10px;width:100%;max-height:700px;padding-right:5px;display:flex;overflow-y:auto}.history-entry[data-v-feb23a63]{border:2px solid red;border-radius:10px;justify-content:space-between;gap:30px;padding:10px 15px;display:flex}.word-display[data-v-feb23a63]{align-items:center;gap:40px;display:flex;position:relative}@keyframes correct-pop-feb23a63{0%{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.2)}to{opacity:0;transform:scale(1)}}.correct-feedback[data-v-feb23a63]{color:var(--correct-word);font-weight:700;animation:1s correct-pop-feb23a63;position:absolute;right:-30px}@keyframes shake-feb23a63{0%{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}to{transform:translate(0)}}.shake[data-v-feb23a63]{animation:.5s shake-feb23a63}.streak[data-v-feb23a63]{font-size:25px}.icon[data-v-feb23a63]{color:orange}
