.VerbRoyale-module__e1LTRG__gameWrapper{--primary:#6366f1;--secondary:#a855f7;--accent:#f59e0b;--bg:#0f172a;--card-bg:#1e293b;--text:#f8fafc;--success:#22c55e;--error:#ef4444;--common:#94a3b8;--rare:#3b82f6;--epic:#a855f7;background:var(--bg);color:var(--text);touch-action:manipulation;flex-direction:column;min-height:100vh;font-family:Segoe UI,Roboto,sans-serif;display:flex;overflow-x:hidden}.VerbRoyale-module__e1LTRG__screen{z-index:10;flex-direction:column;flex:1;align-items:center;padding:20px;display:none;position:relative}.VerbRoyale-module__e1LTRG__screen.VerbRoyale-module__e1LTRG__active{display:flex}.VerbRoyale-module__e1LTRG__btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;min-width:200px;margin:10px;padding:15px 30px;font-size:1.2rem;font-weight:700;transition:transform .1s,filter .2s,box-shadow .1s;box-shadow:0 4px #4338ca}.VerbRoyale-module__e1LTRG__btn:active{transform:translateY(2px);box-shadow:0 2px #4338ca}.VerbRoyale-module__e1LTRG__btnSecondary{background:var(--secondary);box-shadow:0 4px #7e22ce}.VerbRoyale-module__e1LTRG__btnSecondary:active{box-shadow:0 2px #7e22ce}.VerbRoyale-module__e1LTRG__btnOutline{border:2px solid var(--primary);box-shadow:none;background:0 0}.VerbRoyale-module__e1LTRG__btnOutline:active{box-shadow:none}.VerbRoyale-module__e1LTRG__statsBar{background:var(--card-bg);border-radius:15px;justify-content:space-around;width:100%;max-width:600px;margin-bottom:20px;padding:15px;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.VerbRoyale-module__e1LTRG__statItem{text-align:center}.VerbRoyale-module__e1LTRG__statVal{color:var(--accent);font-size:1.2rem;font-weight:700}.VerbRoyale-module__e1LTRG__gameContainer{width:100%;max-width:600px}.VerbRoyale-module__e1LTRG__timerContainer{background:#334155;border-radius:5px;width:100%;height:10px;margin:20px 0;overflow:hidden}.VerbRoyale-module__e1LTRG__timerBar{background:linear-gradient(90deg,var(--primary),var(--secondary));width:100%;height:100%;transition:width .1s linear}.VerbRoyale-module__e1LTRG__questionCard{background:var(--card-bg);text-align:center;border:2px solid #334155;border-radius:20px;width:100%;margin-bottom:20px;padding:30px;position:relative}.VerbRoyale-module__e1LTRG__questionType{color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:.8rem}.VerbRoyale-module__e1LTRG__questionText{margin-bottom:20px;font-size:1.5rem;font-weight:700}.VerbRoyale-module__e1LTRG__optionsGrid{grid-template-columns:1fr;gap:10px;width:100%;display:grid}.VerbRoyale-module__e1LTRG__optionBtn{color:#fff;cursor:pointer;text-align:center;background:#334155;border:2px solid #0000;border-radius:10px;padding:15px;font-size:1.1rem;transition:all .2s}.VerbRoyale-module__e1LTRG__optionBtn:hover:not(:disabled){border-color:var(--primary)}.VerbRoyale-module__e1LTRG__optionBtn.VerbRoyale-module__e1LTRG__correct{border-color:#15803d;background:var(--success)!important}.VerbRoyale-module__e1LTRG__optionBtn.VerbRoyale-module__e1LTRG__wrong{border-color:#b91c1c;background:var(--error)!important}.VerbRoyale-module__e1LTRG__collectionGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:15px;width:100%;max-width:800px;padding:20px;display:grid;overflow-y:auto}.VerbRoyale-module__e1LTRG__verbCard{background:var(--card-bg);text-align:center;border-bottom:4px solid var(--common);opacity:.5;filter:grayscale();border-radius:10px;padding:10px}.VerbRoyale-module__e1LTRG__verbCard.VerbRoyale-module__e1LTRG__unlocked{opacity:1;filter:grayscale(0)}.VerbRoyale-module__e1LTRG__verbCard.VerbRoyale-module__e1LTRG__rarityRare{border-bottom-color:var(--rare)}.VerbRoyale-module__e1LTRG__verbCard.VerbRoyale-module__e1LTRG__rarityEpic{border-bottom-color:var(--epic)}.VerbRoyale-module__e1LTRG__verbCardBase{font-weight:700}.VerbRoyale-module__e1LTRG__overlay{z-index:100;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.VerbRoyale-module__e1LTRG__cardPopup{background:var(--card-bg);text-align:center;border-radius:20px;width:100%;max-width:350px;padding:30px;animation:.4s cubic-bezier(.175,.885,.32,1.275) VerbRoyale-module__e1LTRG__pop}@keyframes VerbRoyale-module__e1LTRG__pop{0%{transform:scale(.5)}to{transform:scale(1)}}.VerbRoyale-module__e1LTRG__questBox{background:var(--card-bg);border-radius:15px;width:100%;max-width:600px;margin-top:20px;padding:15px}.VerbRoyale-module__e1LTRG__questItem{border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.VerbRoyale-module__e1LTRG__questItem:last-child{border:none}.VerbRoyale-module__e1LTRG__questProgress{color:var(--accent);font-size:.9rem}.VerbRoyale-module__e1LTRG__questProgress.VerbRoyale-module__e1LTRG__completed{color:#22c55e!important}.VerbRoyale-module__e1LTRG__streakAnim{pointer-events:none;color:var(--accent);z-index:200;font-size:2rem;font-weight:700;animation:1s forwards VerbRoyale-module__e1LTRG__float-up;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes VerbRoyale-module__e1LTRG__float-up{0%{opacity:1;transform:translate(-50%,-50%)translateY(0)}to{opacity:0;transform:translate(-50%,-50%)translateY(-100px)}}.VerbRoyale-module__e1LTRG__audioToggle{cursor:pointer;z-index:50;background:0 0;border:none;font-size:1.5rem;position:absolute;top:70px;right:20px}
