.bed-inventory-workspace{position:relative;display:grid;gap:20px;min-width:0}.bed-summary{display:grid;grid-template-columns:repeat(12,minmax(84px,1fr));gap:7px}.bed-summary button{min-height:70px;padding:9px;border:1px solid var(--border-subtle);border-radius:9px;background:var(--bg-surface);color:inherit;text-align:left}.bed-summary span{display:block;min-height:27px;font-size:10px;color:var(--text-muted)}.bed-summary strong{font-size:18px}.bed-toolbar{display:grid;grid-template-columns:minmax(240px,2fr) repeat(3,minmax(110px,1fr)) auto auto minmax(330px,auto);gap:9px;align-items:end;padding:12px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--bg-surface)}.bed-toolbar input,.bed-toolbar select,.bed-result-meta select,.bed-filter-drawer select{height:38px;width:100%;border:1px solid var(--border-subtle);border-radius:8px;background:var(--bg-elevated);color:inherit;padding:0 9px}.bed-toolbar label{display:grid;gap:4px;font-size:10px;color:var(--text-muted)}.bed-toolbar>div{display:flex;gap:3px;overflow:auto}.bed-toolbar button.active{background:var(--accent-primary);color:#04131f}.bed-result-meta{display:flex;align-items:center;justify-content:space-between}.bed-result-meta label{display:flex;gap:8px;align-items:center}.bed-card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.bed-card{min-width:0;padding:15px;border:1px solid color-mix(in srgb,var(--room-type-color) 42%,var(--border-subtle));border-left:4px solid var(--room-type-color);border-radius:12px;background:var(--bg-surface);cursor:pointer}.bed-card>header,.bed-card>footer{display:flex;justify-content:space-between;gap:8px}.bed-card header div{display:grid;gap:3px}.bed-card header b{font-size:9px;padding:3px 6px;border-radius:999px;background:var(--bg-elevated)}.bed-card dl{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.bed-card dt{font-size:9px;color:var(--text-muted)}.bed-card dd{margin:2px 0 0;font-size:11px}.bed-table-wrap{max-width:100%;overflow:auto;border:1px solid var(--border-subtle);border-radius:12px}.bed-table{width:100%;min-width:1350px;border-collapse:collapse;background:var(--bg-surface)}.bed-table th,.bed-table td{padding:10px;border-bottom:1px solid var(--border-subtle);text-align:left;white-space:nowrap}.bed-table th{position:sticky;top:0;background:var(--bg-elevated);font-size:10px}.bed-table tbody tr{cursor:pointer}.bed-table tbody tr:hover{background:color-mix(in srgb,var(--accent-primary) 8%,transparent)}.bed-group-view{display:grid;gap:14px}.bed-group-view>section{padding:14px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--bg-surface)}.bed-group-view header{display:flex;justify-content:space-between}.bed-group-view section>div{display:flex;flex-wrap:wrap;gap:7px}.bed-group-view button{display:grid;gap:3px;min-width:92px;padding:9px}.bed-timeline{display:grid;gap:6px;padding:15px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--bg-surface)}.bed-timeline article{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;padding:9px;border-radius:8px;background:var(--bg-elevated)}.bed-filter-drawer{position:fixed;z-index:1300;right:18px;top:92px;bottom:20px;width:min(360px,calc(100vw - 36px));overflow:auto;display:grid;align-content:start;gap:14px;padding:18px;border:1px solid var(--border-strong);border-radius:14px;background:var(--bg-elevated);box-shadow:var(--shadow-xl)}.bed-filter-drawer header{display:flex;justify-content:space-between}.bed-detail-workspace{display:grid;gap:15px}.bed-detail-tabs{display:flex;gap:5px;overflow:auto}.bed-detail-tabs button{white-space:nowrap;min-height:40px}.bed-detail-tabs button.active{background:var(--accent-primary);color:#04131f}.bed-detail-body{min-height:380px}.bed-detail-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bed-detail-columns section,.bed-record-panel,.bed-empty-state{padding:16px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--bg-surface)}.bed-detail-columns dl,.bed-record-panel dl{display:grid;gap:8px}.bed-detail-columns dl>div,.bed-record-panel dl>div{display:flex;justify-content:space-between;gap:14px}.bed-detail-columns dt,.bed-record-panel dt{color:var(--text-muted)}.bed-detail-columns dd,.bed-record-panel dd{margin:0;text-align:right}.bed-availability-periods{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.bed-availability-periods article{display:grid;gap:5px;padding:12px;border:1px solid var(--border-subtle);border-radius:9px}.bed-empty-state{display:grid;place-items:center;text-align:center;min-height:300px}.bed-assignment-window,.bed-action-window{display:grid;gap:15px}.bed-assignment-window ol{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;padding:0;list-style-position:inside}.bed-assignment-window li{padding:8px;border-radius:8px;background:var(--bg-elevated);font-size:10px}.bed-assignment-window label{display:grid;gap:5px}.bed-assignment-window select{height:42px;background:var(--bg-elevated);color:inherit;border:1px solid var(--border-subtle);border-radius:8px}.bed-context-menu{display:grid;gap:5px}.bed-context-menu button{text-align:left;min-height:38px}.bed-empty-state{border-style:dashed}
@media(max-width:1600px){.bed-summary{grid-template-columns:repeat(6,1fr)}.bed-card-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.bed-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.bed-card-grid{grid-template-columns:repeat(3,1fr)}.bed-detail-columns{grid-template-columns:1fr}.bed-availability-periods{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.bed-summary{grid-template-columns:repeat(2,1fr)}.bed-card-grid,.bed-toolbar{grid-template-columns:1fr}.bed-card dl{grid-template-columns:1fr}.bed-timeline article{grid-template-columns:1fr}.bed-assignment-window ol{grid-template-columns:1fr 1fr}.bed-availability-periods{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.bed-card{transition:none}}
