.room-inventory-workspace,.room-type-workspace,.room-price-workspace{position:relative;display:grid;gap:20px;min-width:0;color:var(--text-primary)}
.room-summary{display:grid;grid-template-columns:repeat(10,minmax(92px,1fr));gap:8px}.room-summary button{min-height:72px;padding:10px 12px;border:1px solid var(--border-subtle);border-radius:10px;background:var(--bg-surface);color:inherit;text-align:left}.room-summary button:not(:disabled){cursor:pointer}.room-summary span{display:block;min-height:28px;color:var(--text-muted);font-size:11px}.room-summary strong{font-size:20px}
.room-filter-toolbar{display:grid;grid-template-columns:minmax(220px,2fr) repeat(3,minmax(120px,1fr)) auto auto auto;gap:10px;align-items:end;padding:12px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--bg-surface)}.room-filter-toolbar label,.room-filter-drawer label{display:grid;gap:5px;font-size:11px;color:var(--text-muted)}.room-filter-toolbar input,.room-filter-toolbar select,.room-filter-drawer input,.room-filter-drawer select{width:100%;height:38px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--bg-elevated);color:var(--text-primary);padding:0 10px}.room-search small{display:none}.room-view-switch{display:flex;gap:4px}.room-view-switch button.active{background:var(--accent-primary);color:#04131f}.room-results-meta{display:flex;justify-content:space-between;align-items:center}.room-results-meta label{display:flex;align-items:center;gap:8px}.room-results-meta select{height:36px;background:var(--bg-surface);color:inherit;border:1px solid var(--border-subtle);border-radius:8px}
.room-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.room-inventory-card{min-width:0;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);padding:16px;cursor:pointer}.room-inventory-card:hover{transform:translateY(-1px);border-color:var(--room-type-color)}.room-inventory-card>header,.room-inventory-card>footer{display:flex;justify-content:space-between;gap:10px}.room-inventory-card header div{display:grid;gap:4px}.room-inventory-card header b{font-size:10px;padding:4px 7px;border-radius:999px;background:var(--bg-elevated)}.room-inventory-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.room-inventory-card dt{font-size:10px;color:var(--text-muted)}.room-inventory-card dd{margin:2px 0 0;font-size:12px}.room-inventory-card footer button{min-height:38px}
.room-table-wrap{max-width:100%;overflow:auto;border:1px solid var(--border-subtle);border-radius:12px}.room-inventory-table{width:100%;min-width:1150px;border-collapse:collapse;background:var(--bg-surface)}.room-inventory-table th,.room-inventory-table td{padding:11px 12px;border-bottom:1px solid var(--border-subtle);text-align:left;white-space:nowrap}.room-inventory-table th{position:sticky;top:0;background:var(--bg-elevated);font-size:10px}.room-inventory-table tbody tr{cursor:pointer}.room-inventory-table tbody tr:hover{background:color-mix(in srgb,var(--accent-primary) 8%,transparent)}.room-inventory-table .numeric{text-align:right}
.room-floor-view{display:grid;gap:16px}.room-floor-view>section{border:1px solid var(--border-subtle);border-radius:12px;background:var(--bg-surface);padding:14px}.room-floor-view header{display:flex;justify-content:space-between}.room-floor-view section>div{display:grid;grid-template-columns:repeat(12,minmax(72px,1fr));gap:8px}.room-floor-view button{border:1px solid var(--room-type-color);border-radius:8px;background:var(--bg-elevated);color:inherit;padding:9px;display:grid;gap:3px}
.room-filter-drawer{position:fixed;z-index:1200;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)}.room-filter-drawer header{display:flex;justify-content:space-between}.room-filter-drawer header button{min-width:40px;min-height:40px}
.room-type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.room-type-grid article{border:1px solid color-mix(in srgb,var(--room-type-color) 45%,var(--border-subtle));border-top:4px solid var(--room-type-color);border-radius:12px;background:var(--bg-surface);padding:18px;cursor:pointer}.room-type-grid header{display:flex;justify-content:space-between}.room-type-grid dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.room-type-grid dt{font-size:10px;color:var(--text-muted)}.room-type-grid dd{margin:2px 0 0;font-weight:700}
.room-price-toolbar{display:grid;grid-template-columns:minmax(240px,2fr) minmax(160px,1fr) auto auto auto;align-items:end;gap:10px;padding:12px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--bg-surface)}.room-price-toolbar label{display:grid;gap:5px;color:var(--text-muted);font-size:11px}.room-price-toolbar input,.room-price-toolbar select{width:100%;height:38px;padding:0 10px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--bg-elevated);color:var(--text-primary)}.room-price-toolbar button{min-height:38px}.room-price-refresh .svg-icon{width:16px;height:16px}.room-price-refresh.is-loading{opacity:1!important}.room-price-refresh.is-loading .svg-icon{animation:room-price-spin .7s linear infinite}.room-price-table-wrap{overflow:visible;border:1px solid var(--border-subtle);border-radius:12px;background:var(--bg-surface)}.room-price-table{min-width:0}.room-price-status{display:inline-flex;padding:5px 8px;border:1px solid var(--border-subtle);border-radius:999px;background:var(--bg-elevated);color:var(--text-secondary);font-size:10px;font-weight:800}@keyframes room-price-spin{to{transform:rotate(1turn)}}
.room-detail-workspace{display:grid;gap:16px}.room-detail-tabs{display:flex;gap:6px;overflow:auto;padding-bottom:5px}.room-detail-tabs button{white-space:nowrap;min-height:40px}.room-detail-tabs button.active{background:var(--accent-primary);color:#04131f}.room-detail-body{min-height:380px}.room-detail-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.room-detail-columns section,.room-record-panel,.room-pricing-grid,.room-feature-grid{padding:16px;border:1px solid var(--border-subtle);border-radius:12px;background:var(--bg-surface)}.room-detail-columns dl,.room-record-panel dl{display:grid;gap:9px}.room-detail-columns dl>div,.room-record-panel dl>div{display:flex;justify-content:space-between;gap:16px}.room-detail-columns dt,.room-record-panel dt{color:var(--text-muted)}.room-detail-columns dd,.room-record-panel dd{margin:0;text-align:right}.room-price-fields,.room-metric-grid,.room-feature-grid>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.room-price-fields article,.room-metric-grid article,.room-feature-grid article{display:grid;gap:5px;padding:12px;border:1px solid var(--border-subtle);border-radius:9px}.room-pricing-grid header{display:flex;justify-content:space-between}.room-price-preview{display:grid;gap:5px;margin-top:14px;padding:12px;background:var(--bg-elevated);border-radius:9px}.room-empty-state{display:grid;place-items:center;text-align:center;min-height:310px;padding:32px;border:1px dashed var(--border-strong);border-radius:12px;background:var(--bg-surface)}.room-empty-state svg{width:42px;height:42px}.room-inline-actions{display:flex;flex-wrap:wrap;gap:8px}.room-context-actions,.room-action-window{display:grid;gap:10px}.room-context-actions button{min-height:38px;text-align:left}
@media(max-width:1500px){.room-summary{grid-template-columns:repeat(5,1fr)}.room-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.room-floor-view section>div{grid-template-columns:repeat(8,1fr)}}
@media(max-width:1100px){.room-filter-toolbar,.room-price-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.room-card-grid,.room-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.room-detail-columns{grid-template-columns:1fr}.room-floor-view section>div{grid-template-columns:repeat(5,1fr)}.room-price-table-wrap{overflow:auto}}
@media(max-width:700px){.room-summary{grid-template-columns:repeat(2,1fr)}.room-card-grid,.room-type-grid,.room-filter-toolbar,.room-price-toolbar{grid-template-columns:1fr}.room-inventory-card dl,.room-price-fields,.room-metric-grid,.room-feature-grid>div{grid-template-columns:1fr 1fr}.room-floor-view section>div{grid-template-columns:repeat(3,1fr)}}
@media(prefers-reduced-motion:reduce){.room-inventory-card{transition:none}.room-inventory-card:hover{transform:none}.room-price-refresh.is-loading .svg-icon{animation:none}}
