.game{position:relative;display:flex;flex-direction:column;gap:16px;padding-top:4px}.game-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;gap:12px}.loading-progress{color:#fffc;font-size:14px}.spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;display:inline-block}.spinner-small{width:18px;height:18px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.offline-wrap{display:flex;justify-content:center;padding:32px}.offline-card{background:#fff;border-radius:20px;box-shadow:0 4px 10px #0003;padding:24px;max-width:340px;text-align:center}.offline-icon{color:#bdbdbd}.offline-title{font-size:20px;font-weight:700;color:#000000de;margin-top:16px}.offline-subtitle{font-size:14px;color:#757575;margin:8px 0 24px}.game-topbar{display:flex;justify-content:space-between;align-items:center}.combo-chip{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#fff;font-weight:700;font-size:18px;font-family:inherit;padding:8px;border-radius:20px;cursor:pointer}.combo-chip-flame{color:#ffa726}.clue-chip{background:#fff3;border:none;color:#fff;font-size:14px;font-weight:700;font-family:inherit;padding:6px 12px;border-radius:16px;cursor:pointer;text-decoration:none}.clue-chip:hover{background:#ffffff4d}.stats-card{display:block;width:fit-content;min-width:240px;margin:0 auto;padding:12px 20px;border:none;border-radius:16px;background:linear-gradient(135deg,#7e57c2,#512da8);color:#fff;font-family:inherit;text-align:center;cursor:pointer;box-shadow:0 4px 8px #0000004d;transition:border-radius .3s,box-shadow .3s}.stats-card.expanded{width:100%;border-radius:20px;background:linear-gradient(135deg,#9575cd,#5e35b1,#4527a0);box-shadow:0 4px 12px #0006}.stats-title{display:block;font-size:22px;font-weight:700}.stats-subtitle{display:block;font-size:11px;color:#ffffffd9;margin-top:6px}.stats-expanded{margin-top:16px}.stats-row{display:flex;justify-content:space-around;background:#ffffff26;border-radius:12px;padding:12px}.stat-item{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-icon{color:#ffffffb3}.stat-value{font-size:18px;font-weight:700}.stat-label{font-size:11px;color:#ffffffb3}.stats-notes{margin-top:12px;background:#ffffff1a;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.stats-note{display:flex;align-items:center;gap:6px;font-size:12px;color:#ffffffd9}.guess-input{display:flex;align-items:center;background:#eee;border:1.5px solid #9575cd;border-radius:20px;padding:2px;box-shadow:0 3px 4px #0003}.guess-input input{flex:1;border:none;background:none;outline:none;font-family:inherit;font-size:16px;color:#000000de;padding:8px 12px;min-width:0}.guess-input input::placeholder{color:#9e9e9e}.guess-send{width:36px;height:36px;flex-shrink:0;border:none;border-radius:50%;background:#673ab7;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-inline-start:4px}.guess-send:disabled{opacity:.7;cursor:default}.guess-panel{background:#fffffff2;border-radius:20px;box-shadow:0 4px 10px #00000026;overflow:hidden;min-height:200px;max-height:min(52vh,480px);display:flex}.guess-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;flex:1;color:#bdbdbd;padding:32px}.guess-empty p{color:#9e9e9e;font-size:16px}.guess-list{list-style:none;padding:6px;margin:0;overflow-y:auto;flex:1}.guess-row{display:flex;align-items:center;margin-bottom:4px;padding:6px 8px;border-radius:8px;border:1.5px solid transparent}.guess-row.far{background:linear-gradient(90deg,#f5f5f5,#eee)}.guess-row.top1000{background:linear-gradient(90deg,#ffe0b2,#ffcc80)}.guess-row.secret{background:linear-gradient(90deg,#81c784,#4caf50);cursor:pointer}.guess-row.latest{border-color:#673ab7}.guess-number{width:24px;text-align:center;font-weight:700;font-size:11px;color:#757575;flex-shrink:0}.guess-row.secret .guess-number{color:#ffffffb3}.guess-word{flex:1;font-weight:600;font-size:14px;color:#000000de;margin-inline-start:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guess-row.secret .guess-word{color:#fff}.guess-score{background:#673ab71a;color:#673ab7;font-weight:700;font-size:11px;padding:2px 6px;border-radius:6px;flex-shrink:0}.guess-row.secret .guess-score{background:#ffffff4d;color:#fff}.guess-rank{width:34px;margin-inline-start:6px;text-align:center;flex-shrink:0;display:flex;justify-content:center}.rank-trophy{color:#ffc107}.rank-number{color:#e64a19;font-weight:700;font-size:11px}.rank-none{color:#bdbdbd;font-size:11px}.winners-bar{display:flex;align-items:center;justify-content:center;gap:8px;background:none;border:none;color:#fff;font-size:14px;font-family:inherit;padding:10px 16px;margin:0 auto;cursor:pointer}.winners-bar-trophy{color:#ffc107}.game-bottombar{display:flex;justify-content:space-evenly;padding:4px 0 8px}.game-bottombar button{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center}.game-bottombar button:hover{background:#ffffff1a}.toast-stack{position:fixed;bottom:24px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;z-index:300;width:max-content;max-width:90vw}.toast{padding:12px 20px;border-radius:8px;color:#fff;font-size:14px;text-align:center;box-shadow:0 4px 12px #0000004d;animation:toast-in .25s ease-out;direction:rtl}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}}.toast-orange{background:#f57c00}.toast-red{background:#d32f2f}.toast-green{background:#388e3c}.toast-neutral{background:#323232}.modal-underlay{position:fixed;inset:0;background:#0000008a;display:flex;align-items:center;justify-content:center;z-index:200;padding:24px}.modal-box{background:#fff;border-radius:20px;padding:24px;max-width:400px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 8px 24px #0000004d}.dialog-title{font-size:20px;font-weight:700;color:#000000de;margin-bottom:16px}.dialog-title.with-icon{display:flex;align-items:center;gap:10px}.celebrate-icon{color:#ffc107}.dialog-text{color:#000000de;font-size:15px;margin-bottom:16px}.dialog-empty{color:#0000008a;text-align:center;padding:24px 0}.dialog-input{width:100%;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:12px;font-family:inherit;font-size:15px;color:#000000de}.dialog-input.has-error{border-color:#d32f2f}.dialog-error{color:#d32f2f;font-size:13px;margin-top:6px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.dialog-actions.space-between{justify-content:space-between}.text-btn{background:none;border:none;color:#673ab7;font-family:inherit;font-size:14px;font-weight:500;padding:8px 12px;border-radius:6px;cursor:pointer;text-decoration:none}.text-btn:hover{background:#673ab714}.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#673ab7;border:none;color:#fff;font-family:inherit;font-size:15px;font-weight:700;padding:12px 24px;border-radius:12px;cursor:pointer}.primary-btn:disabled{opacity:.6}.primary-btn.full-width{width:100%}.winners-list{max-height:300px;overflow-y:auto}.winner-row{display:flex;align-items:center;gap:12px;padding:8px 12px;margin-bottom:4px;border-radius:8px;border:2px solid transparent}.winner-row.me{background:#ede7f6;border-color:#673ab7}.winner-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500;color:#000000de;flex-shrink:0}.winner-avatar.gold{background:#ffc107}.winner-avatar.silver{background:#bdbdbd}.winner-avatar.bronze{background:#ffb74d}.winner-avatar.rest{background:#d1c4e9}.winner-name{color:#000000de}.winner-name.bold{font-weight:700}.history-list{max-height:400px;overflow-y:auto}.history-row{display:flex;align-items:center;gap:16px;background:#f5f5f5;border-radius:8px;padding:10px 12px;margin-bottom:6px}.history-date{color:#757575;font-size:14px}.history-word{color:#000000de;font-size:16px;font-weight:700}.download-dialog-body{text-align:center}.download-dialog-icon{color:#673ab7}.download-headline{font-size:18px;font-weight:700;color:#000000de;margin-top:12px}.download-subtitle{font-size:14px;color:#0000008a;margin:8px 0 20px}.download-buttons{display:flex;flex-direction:column;align-items:center;gap:12px}.store-btn{display:inline-flex;align-items:center;gap:10px;background:#000;color:#fff;font-weight:700;font-size:15px;padding:10px 20px;border-radius:10px;text-decoration:none}.store-btn .android-icon{color:#69f0ae}.download-hint-link{margin-top:16px;font-size:13px;color:#0000008a}.download-hint-link a{color:#673ab7}.settings-rows{display:flex;flex-direction:column;gap:12px}.settings-row{display:flex;align-items:center;gap:12px;background:#f5f5f5;border-radius:12px;padding:12px;color:#673ab7}.settings-label{font-size:12px;color:#757575}.settings-value{font-size:16px;font-weight:700;color:#000000de}.settings-privacy{margin-top:16px;text-align:center;font-size:13px}.settings-privacy a{color:#757575}.victory-underlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:250;padding:24px}.victory-card{position:relative;background:linear-gradient(135deg,#66bb6a,#388e3c);border-radius:24px;box-shadow:0 0 20px 5px #0000004d;padding:24px;max-width:400px;width:100%;text-align:center;color:#fff;animation:victory-pop .6s cubic-bezier(.34,1.56,.64,1)}@keyframes victory-pop{0%{opacity:0;transform:scale(.6)}}.victory-close{position:absolute;top:12px;inset-inline-end:12px;background:#ffffff4d;border:none;border-radius:50%;width:34px;height:34px;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.victory-appname{font-size:28px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.26)}.victory-trophy{color:#ffc107;margin:16px 0;animation:trophy-pop .8s cubic-bezier(.34,1.56,.64,1)}@keyframes trophy-pop{0%{transform:scale(0)}}.victory-headline{font-size:48px;font-weight:700;text-shadow:3px 3px 6px rgba(0,0,0,.38)}.victory-stats{background:#fff3;border-radius:16px;padding:16px;margin-top:24px}.victory-secret span{font-size:18px;color:#ffffffb3}.victory-secret strong{font-size:24px}.victory-guesses{display:flex;align-items:center;justify-content:center;gap:8px;font-size:18px;margin-top:12px}.victory-guesses svg{color:#ffffffb3}.victory-countdown{display:flex;align-items:center;justify-content:center;gap:8px;background:#ffffff26;border-radius:12px;padding:12px 16px;margin-top:16px;font-size:14px;color:#ffffffb3}.victory-countdown strong{font-size:18px;color:#fff;font-variant-numeric:tabular-nums}.victory-actions{display:flex;justify-content:center;gap:16px;margin-top:24px}.victory-share,.victory-winners{display:inline-flex;align-items:center;gap:8px;border:none;font-family:inherit;font-size:15px;font-weight:500;padding:12px 24px;border-radius:30px;cursor:pointer}.victory-share{background:#fff;color:#388e3c}.victory-winners{background:#ffc107;color:#000000de}.combo-card{background:linear-gradient(135deg,#ffa726,#f4511e,#d32f2f);border-radius:24px;box-shadow:0 0 20px 5px #ffa72666;padding:24px;max-width:360px;width:100%;text-align:center;color:#fff;animation:victory-pop .4s cubic-bezier(.34,1.56,.64,1)}.combo-flame{width:104px;height:104px;margin:0 auto;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:flame-pulse 1.2s ease-in-out infinite alternate}@keyframes flame-pulse{0%{transform:scale(.95)}to{transform:scale(1.05)}}.combo-number{font-size:72px;font-weight:700;line-height:1.1;margin-top:20px;text-shadow:2px 2px 8px rgba(0,0,0,.26)}.combo-label{font-size:22px;font-weight:500;color:#ffffffe6}.combo-message{background:#ffffff26;border-radius:12px;padding:10px 16px;margin-top:16px;font-size:16px;font-weight:500}.combo-explain{display:flex;align-items:center;justify-content:center;gap:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:8px 14px;margin-top:12px;font-size:13px;color:#ffffffd9}.combo-actions{display:flex;justify-content:center;gap:16px;margin-top:24px}.combo-share,.combo-close{display:inline-flex;align-items:center;gap:8px;border:none;font-family:inherit;font-size:15px;font-weight:500;padding:12px 24px;border-radius:30px;cursor:pointer}.combo-share{background:#fff;color:#ff5722;box-shadow:0 2px 6px #0003}.combo-close{background:#fff3;color:#fff}.help-modal{padding:0;background:linear-gradient(180deg,#7e57c2,#311b92)}.help-modal .dialog-actions{padding:0 20px 16px}.help-modal .text-btn{color:#fff}.help-content{padding:20px;text-align:center;color:#fff}.help-logo{width:100px;height:100px;margin:0 auto 16px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffc107}.help-title{font-size:28px;font-weight:700}.help-subtitle{font-size:16px;color:#fffc;margin:8px 0 32px}.help-section{background:#ffffff1a;border-radius:16px;padding:16px;margin-bottom:20px;text-align:start}.help-section-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.help-section-header h3{font-size:16px;font-weight:700}.help-section-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-amber{background:#ffc10733;color:#ffc107}.icon-lightblue{background:#40c4ff33;color:#40c4ff}.icon-pink{background:#ff408133;color:#ff4081}.icon-orange{background:#ffab4033;color:#ffab40}.icon-green{background:#69f0ae33;color:#69f0ae}.icon-cyan{background:#18ffff33;color:#18ffff}.help-section ul{list-style:disc;padding-inline-start:20px;color:#ffffffe6;font-size:14px;line-height:1.5}.help-section li{margin-bottom:4px}.help-divider{border:none;border-top:1px solid rgba(255,255,255,.24);margin:16px 0}.help-download-title{font-size:16px;font-weight:700;margin-bottom:12px}.help-store-buttons{display:flex;flex-direction:column;align-items:center;gap:12px}.help-credit{margin-top:20px;font-size:13px;color:#ffffffb3}.help-credit a{color:#ffffffe6}.help-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px;margin-top:24px}.help-links a{color:#ffffffd9;font-size:13px}.help-privacy{margin-top:16px;font-size:12px}.help-privacy a{color:#ffffffb3}
