*{box-sizing:border-box}body{margin:0;background:var(--bg,#f4f2ee);color:var(--ink,#1a1a1a);font-family:var(--font-body,system-ui,sans-serif)}.admin{max-width:1100px;margin:0 auto;padding:1rem}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem}.topbar h1{font-family:var(--font-display,serif)}.scrubber{display:flex;align-items:center;gap:.75rem}.scrubber input[type=range]{width:260px}.scrubber button{padding:.35rem .7rem;border-radius:8px;border:1px solid #ccc;background:#fff;cursor:pointer}.legend{display:flex;gap:1rem;list-style:none;padding:0;flex-wrap:wrap;font-size:.85rem}.legend .swatch{display:inline-block;width:14px;height:14px;border-radius:3px;margin-right:.3rem;vertical-align:middle}.swatch.available{background:#2e7d5b}.swatch.reserved{background:#b8892b}.swatch.arrived{background:#3a6ea5}.swatch.occupied{background:#2f4b7c}.swatch.cleaning{background:#8a8a8a}.swatch.blocked{background:#5a5a5a}.empty{padding:2rem;text-align:center;color:#888}