/* Scoped styles for the fixed BBB room scheduler. */
.tm-room-directory-head,.tm-room-detail-head{align-items:flex-start;gap:18px;margin-bottom:14px}.tm-room-directory-head>.tm-action,.tm-room-detail-head>.tm-action{flex:0 0 auto;margin-top:6px}.tm-room-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;align-items:stretch}.tm-fixed-room-card{min-height:214px;display:flex;flex-direction:column;gap:13px;padding:20px}.tm-room-symbol{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--tm-soft);color:var(--tm-primary);font-size:24px}.tm-room-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.tm-room-card-title h2{font-size:18px;margin:0}.tm-fixed-room-card p{margin:0;color:var(--tm-muted);font-size:13px;line-height:1.9}.tm-room-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.tm-room-card-footer small{color:var(--tm-muted)}.tm-room-breadcrumb{display:flex;align-items:center;gap:10px;margin-bottom:8px;color:var(--tm-muted);font-size:13px}.tm-link-button{border:0;background:transparent;color:var(--tm-primary);font:inherit;font-weight:750;padding:5px 0;cursor:pointer}.tm-room-summary{display:flex;align-items:center;gap:12px;padding:16px 18px;margin:10px 0 16px}.tm-grow{display:grid;gap:4px;flex:1}.tm-grow small{color:var(--tm-muted);line-height:1.8}.tm-section{padding:0;overflow:hidden}.tm-section-head{padding:22px 22px 14px;border-bottom:1px solid var(--tm-line)}.tm-section-head h2{font-size:20px;margin:0 0 5px}.tm-section-head p{margin:0;color:var(--tm-muted);font-size:13px}.tm-room-session-list{display:grid;gap:10px;padding:15px}.tm-room-session{display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid var(--tm-line);border-radius:16px;padding:15px 16px;background:var(--tm-card)}.tm-session-schedule{display:flex;align-items:flex-start;gap:10px;min-width:0}.tm-session-schedule>div{display:grid;gap:3px;min-width:0}.tm-session-schedule strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tm-session-schedule small{color:var(--tm-muted);font-size:12px;line-height:1.6}.tm-session-tools{display:flex;gap:7px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.tm-session-tools .tm-action{white-space:nowrap}.tm-room-empty{min-height:150px;display:grid;align-content:center;justify-items:center;gap:8px;text-align:center}.tm-room-empty span{color:var(--tm-muted);font-size:13px}.tm-room-editor{display:grid;gap:14px}.tm-room-editor .tm-dialog-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tm-room-editor label{display:grid;gap:7px;color:var(--tm-ink);font-weight:700;font-size:13px}.tm-room-editor input,.tm-room-editor textarea{width:100%;box-sizing:border-box}.tm-room-editor textarea{min-height:85px;resize:vertical}.tm-room-editor .tm-note{margin:0;color:var(--tm-muted);font-size:12px;line-height:1.8}.tm-danger{background:#9e3e36!important;border-color:#9e3e36!important;color:#fff!important}
@media(max-width:1180px){.tm-room-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.tm-room-directory-head,.tm-room-detail-head{flex-direction:column}.tm-room-directory-head>.tm-action,.tm-room-detail-head>.tm-action{width:100%;margin-top:0}.tm-room-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tm-fixed-room-card{min-height:190px;padding:15px}.tm-room-session{align-items:flex-start;flex-direction:column}.tm-session-tools{width:100%;justify-content:flex-start}.tm-session-tools .tm-action{flex:1}.tm-room-editor .tm-dialog-row{grid-template-columns:1fr}.tm-room-summary{align-items:flex-start;flex-wrap:wrap}}@media(max-width:460px){.tm-room-grid{grid-template-columns:1fr}.tm-room-card-footer{align-items:flex-start;flex-direction:column}.tm-room-card-footer .tm-action{width:100%}.tm-session-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tm-session-tools .tm-badge{grid-column:span 2}}
