/* v3.0.2 single-room presence + room chat polish. */
.room-card.room-current{outline:4px solid var(--lime);outline-offset:2px;background:var(--blue)}.room-current-tag{display:inline-block;margin-top:4px;border:2px solid var(--ink);border-radius:999px;background:var(--lime);padding:3px 7px;font-size:8px;font-weight:1000;letter-spacing:.04em}.room-expiry-note{margin-top:10px;border:2px dashed var(--ink);border-radius:12px;background:var(--orange);padding:7px 9px;font-size:9px;font-weight:900}.room-switch-note{margin-top:9px;border:2px dashed var(--ink);border-radius:12px;background:rgba(255,255,255,.7);padding:7px 9px;font-size:9px;font-weight:850}.room-chat-head{display:flex;align-items:flex-start;gap:10px}.room-chat-head>[data-current-room-leave]{margin-left:auto}.room-inside-badge{display:inline-flex;margin-top:7px;border:2px solid var(--ink);border-radius:999px;background:var(--lime);padding:4px 8px;font-size:8px;font-weight:1000;letter-spacing:.04em}.room-chat-polished{max-height:54vh!important;overflow-y:auto;border:3px solid var(--ink);border-radius:22px;background:rgba(255,248,234,.76);box-shadow:var(--shadow);padding:12px 8px 20px!important}.room-chat-polished .global-chat-row{margin-bottom:3px}.room-compose-polished{position:sticky!important;bottom:96px!important;z-index:9!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;margin-top:10px!important;border:3px solid var(--ink)!important;border-radius:20px!important;background:var(--cream)!important;padding:8px!important;box-shadow:var(--shadow)!important}.room-compose-polished input{min-width:0!important;border:0!important;box-shadow:none!important;background:transparent!important;padding:10px 11px!important}.room-compose-polished button{box-shadow:none!important}.room-compose-help{font-size:9px;font-weight:850;color:var(--muted);padding:6px 6px 0}.room-card-actions{align-items:center}
@media(max-width:850px){.room-chat-head{flex-wrap:wrap}.room-chat-head>[data-current-room-leave]{margin-left:0}.room-chat-head>button{flex:1}.room-chat-polished{max-height:50vh!important;padding:9px 6px 16px!important}.room-compose-polished{grid-template-columns:1fr!important;bottom:102px!important}.room-compose-polished button{width:100%}.room-switch-note{width:100%}}
