/* Juegos compartidos: superficies claras, controles oscuros y estados legibles. */
.game-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.game-tabs button{border:1px solid #bfa48e;border-radius:999px;padding:12px 18px;background:#fff6e9;color:#3b281f;font:600 14px "DM Sans",sans-serif;cursor:pointer}
.game-tabs button.active{background:#9c4d39;color:#fff;border-color:#9c4d39}
#gameConnectionStatus{color:#614736;font-size:12px;margin:8px 0 24px;line-height:1.5}
#juegos [hidden],#sendGameDialog [hidden]{display:none!important}
.chat-shortcut{display:flex;align-items:center;gap:9px;min-height:50px;background:#994b37;border:2px solid #f4cfb7;border-radius:999px;padding:4px 18px 4px 12px;color:#fff8ef;box-shadow:0 5px 16px #70372325;cursor:pointer;flex-shrink:0}
.chat-shortcut>span{font-size:34px;line-height:1}.chat-shortcut>b{font-size:13px}
.game-notifications{position:relative;display:flex;align-items:center;gap:6px;border:1px solid #c6a993;border-radius:999px;background:#fff6e9;color:#512e23;padding:12px;font-size:14px;cursor:pointer}
.game-notifications>b{background:#8d3f31;color:#fff;border-radius:50%;min-width:22px;height:22px;display:grid;place-items:center;font-size:11px}.game-notifications>b[hidden]{display:none}
.game-history-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0}.game-history-heading h2{font-size:34px;margin:0}
#gameHistoryList{display:grid;gap:18px}.game-thread{padding:24px;border:1px solid #d1bca6;border-radius:20px;background:#fff9ef;scroll-margin-top:20px}.game-thread h3{font-size:25px;margin:10px 0}.game-thread p{white-space:pre-wrap;overflow-wrap:anywhere;color:#35261f;line-height:1.6}.game-thread small{color:#62493a}.game-thread-head{display:flex;gap:10px;justify-content:space-between;align-items:center;flex-wrap:wrap}.game-state{font-size:11px;padding:6px 10px;border-radius:999px;background:#e9ddc9;color:#503525}.game-state.review{background:#eccea5}.game-state.completed,.game-state.answered{background:#d9e5cd;color:#324525}.game-state.expired{background:#f2d0be;color:#7e3424}
.game-deadline{font-size:12px;padding:10px 13px;background:#f5e6d5;border-radius:10px;color:#683d2c!important}
.game-conversation{display:flex;flex-direction:column;gap:9px;margin:16px 0}.game-reply{max-width:85%;background:#eddfcd;border-radius:13px;padding:12px;align-self:flex-start}.game-reply.mine{align-self:flex-end;background:#dce3d2}.game-reply p{margin:0}.game-reply small{display:block;margin-bottom:5px}
.game-response-form{display:flex;gap:10px;align-items:center}.game-response-form textarea,#sendGameText{width:100%;min-width:0;padding:12px;border:1px solid #bda58c;border-radius:12px;background:#fffdf8;color:#34231b;font:14px "DM Sans",sans-serif;resize:vertical}.game-response-form textarea{flex:1}.game-thread-actions{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}.game-thread-actions button{color:#673b28;background:#f5e3d0}.game-announcement{text-align:left;width:100%;padding:20px;background:#fff9ef;border:1px solid #d1bca6;border-left:4px solid #9c4d39;border-radius:14px;color:#36241c;cursor:pointer}.game-announcement.unread{background:#f7e0ca;border-left-color:#733321}.game-announcement small{display:block;margin-top:8px;color:#634637}.game-empty{padding:40px 20px;border:1px dashed #b89c82;border-radius:20px;color:#584031;text-align:center}
#sendGameDialog .modal{width:min(520px,92vw);min-width:0}.timed-choice{display:flex!important;align-items:flex-start;line-height:1.5;font-size:13px!important;color:#493124!important}.timed-choice input{width:20px!important;flex-shrink:0;accent-color:#9c4d39}.timed-choice input[type=checkbox]{margin:0 10px 0 0}#gameSendHint{font-size:12px;line-height:1.5;color:#654d3d}#sendGameError{color:#8f392a;font-size:13px;margin:0}.game-coupon-actions{margin-top:10px}.game-coupon-actions button{position:static!important;font-size:12px!important;text-decoration:underline}
@media(max-width:560px){.topbar{height:auto;min-height:74px;gap:7px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}#today{font-size:10px;max-width:95px}.chat-shortcut{padding:4px 10px;min-width:50px}.chat-shortcut>b{display:none}.game-notifications>span{font-size:11px}.game-thread{padding:17px}.game-response-form{align-items:stretch;flex-direction:column}.game-tabs{gap:6px}.game-tabs button{padding:10px 12px;font-size:12px}}
