@import"https://fonts.googleapis.com/css2?family=Open-Sans:wght@500;700&display=swap";#root{height:100%;width:100%;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{margin:0;padding:0;background:#0b0b0f;color:#f0eada;font-family:Orbitron,sans-serif;display:flex;justify-content:center;align-items:center;height:100vh}.container{max-width:99%;margin:5% auto;width:55%;text-align:center;padding:2rem;background:#141414;border-radius:12px;box-shadow:0 0 25px #f006}.title{font-size:2rem;margin-bottom:1rem;color:#ffd000}.score{font-size:1.5rem;margin-bottom:1rem;color:#fc0}.word{font-size:3.5rem;margin:1.5rem 0;color:red}.word.correct{color:#4aedc4}.word.wrong{color:#ff4d6d}#translation-container{height:4rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;cursor:pointer;border:1px solid #555;border-radius:8px;color:#aaa;transition:background .3s;width:40%;margin:5px auto 20px}#translation-container:hover{background:#ffffff0d}.translation{font-size:1.2rem;margin-bottom:1.5rem;color:#aaa}.buttons{display:flex;justify-content:center;gap:1rem}.btn{padding:.8rem 1.5rem;font-size:1rem;border:2px solid #333;border-radius:8px;cursor:pointer;background:linear-gradient(145deg,#222,#111);color:#f0eada;transition:background .3s,color .3s}.btn.correct{background:#4aedc4;color:#0b0b0f;border:none}.btn.wrong{background:#ff4d6d!important;color:#0b0b0f;border:none}.btn:hover:not(:disabled){background:#333}.retry-btn{margin-top:1rem;padding:.8rem 1.5rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;background:#c10f0f;color:#0b0b0f}.mode-select{position:absolute;top:10px;right:200px;display:flex;flex-direction:row;gap:.3rem;font-size:.9rem;font-family:Orbitron,sans-serif;-webkit-user-select:none;user-select:none}.mode-select input[type=radio]{display:none}.mode-select label{display:inline-block;padding:6px 12px;border:1px solid #555;border-radius:6px;color:#fc0;cursor:pointer;background-color:transparent;transition:all .3s ease}.mode-select label:hover{background-color:#ffffff0d;border-color:#888}.mode-select input[type=radio]:checked+label{border:1px solid #ffcc00;box-shadow:0 0 5px #fc0a;background-color:#1a1a1a;color:#fc0}.retry-btn:hover{background:#860c0c}.help-button{position:absolute;top:10px;right:10px;background:#333;color:#fff;border-radius:50%;width:25px;height:25px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #666;transition:background .3s;z-index:10}.help-button:hover{background:#555}.instructions-overlay{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:20}.instructions-box{background:#222;color:#fff;padding:2rem;border-radius:10px;max-width:90%;width:400px;text-align:left}.instructions-box h2{margin-top:0}.instructions-box ul{padding-left:1.2rem}.instructions-box button{margin-top:1rem;padding:.5rem 1rem;background:#444;color:#fff;border:none;border-radius:6px;cursor:pointer}.instructions-box button:hover{background:#666}.level-select{position:absolute;top:10px;right:50px;padding:.2rem .6rem;border-radius:6px;border:1px solid #555;background:#222;color:#fc0;cursor:pointer;font-family:Orbitron,sans-serif;font-size:.9rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.level-select option{background:#222;color:#fff}#lang-select{position:absolute;top:10px;right:110px!important}.impossible-toggle{display:flex;align-items:center;gap:.3rem;font-size:.9rem}a:link,a:visited{color:red;background-color:transparent;text-decoration:none}.switch{position:relative;display:inline-block;width:36px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;background-color:#333;border:1px solid #555;top:0;left:0;right:0;bottom:0;transition:.4s;border-radius:20px}.slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:2px;background-color:red;transition:.4s;border-radius:50%}.switch input:checked+.slider{background-color:#fc0}.switch input:checked+.slider:before{transform:translate(16px);background-color:#0b0b0f}@media (max-width: 768px){.container{width:90%;padding:1rem;margin-top:20%}.word{font-size:2.5rem}.title{font-size:1.5rem}.score{font-size:1.2rem}.buttons{flex-direction:column;gap:.5rem}.btn{width:100%;font-size:1.1rem}#translation-container{width:90%;height:3rem}.help-button{top:15px;width:24px;height:24px;font-size:.9rem}.level-select{top:15px;font-size:.8rem;padding:.2rem .4rem}#lang-select{top:15px;right:100px!important}.instructions-box{width:90%;padding:1rem}}@media (max-width: 480px){.word{font-size:2.2rem}.mode-select{position:relative;top:0;right:0;display:flex;flex-direction:column;font-size:.8rem;font-family:Orbitron,sans-serif;-webkit-user-select:none;user-select:none}.mode-select input[type=radio]{display:none}.mode-select label{display:inline-block;padding:6px 12px;border:1px solid #555;border-radius:6px;color:#fc0;cursor:pointer;background-color:transparent;transition:all .3s ease}.mode-select label:hover{background-color:#ffffff0d;border-color:#888}.mode-select input[type=radio]:checked+label{border:1px solid #ffcc00;box-shadow:0 0 5px #fc0a;background-color:#1a1a1a;color:#fc0}.title{font-size:1.3rem}.score,.btn{font-size:1rem}.level-select option{background:#222;color:#fff}}
