.floormap-page{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0 1rem 1rem}.floormap-toolbar{display:flex;align-items:center;gap:1rem;padding:.75rem 0;flex-wrap:wrap;border-bottom:1px solid var(--lysis-border,#e0e0e0);margin-bottom:.75rem}.floormap-title{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:1.1rem}.floormap-title h2{margin:0;font-size:1.1rem}.floormap-title .material-symbols-outlined{color:var(--lysis-accent,#4f46e5);font-size:1.4rem}.floormap-filter-bar{display:flex;gap:.35rem;flex-wrap:wrap}.floormap-filter-btn{padding:.3rem .75rem;border:1px solid var(--lysis-border,#e0e0e0);border-radius:20px;background:var(--lysis-surface,#fff);cursor:pointer;font-size:.8rem;transition:background .15s,color .15s}.floormap-filter-btn:hover  {background:var(--lysis-surface-hover,#f5f5f5)}.floormap-filter-btn.active{background:var(--lysis-accent,#4f46e5);color:#fff;border-color:transparent}.floormap-legend{display:flex;gap:.5rem;flex-wrap:wrap;margin-left:auto}.floormap-legend-item{padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:500;color:#fff}.room-available{background:#22c55e}.room-occupied{background:#ef4444}.room-cleaning{background:#3b82f6}.room-inspection{background:#f59e0b}.room-maintenance{background:#f97316}.room-out-of-order{background:#94a3b8}.room-unknown{background:#cbd5e1}.floormap-floors{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.floormap-floor{display:flex;align-items:flex-start;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--lysis-border,#e0e0e0)}.floormap-floor:last-child {border-bottom:none}.floormap-floor-label{min-width:100px;font-weight:600;font-size:.9rem;color:var(--lysis-text-muted,#666);padding-top:.5rem}.floormap-floor-rooms{display:flex;flex-wrap:wrap;gap:.5rem}.room-cell{display:flex;flex-direction:column;align-items:center;justify-content:center;width:64px;height:64px;border:none;border-radius:8px;cursor:pointer;color:#fff;gap:2px;transition:transform .1s,opacity .15s;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.room-cell:hover  {transform:scale(1.08);opacity:.9}.room-cell:active {transform:scale(0.96)}.room-cell-icon{font-size:1.3rem}.room-cell-number{font-size:.75rem;font-weight:700;line-height:1}.floormap-empty,.floormap-error,.floormap-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:var(--lysis-text-muted,#888)}.floormap-empty   .material-symbols-outlined,.floormap-error   .material-symbols-outlined,.floormap-loading .material-symbols-outlined{font-size:3rem}