:root { --brand: #7a4b2a; --brand-light: #f6efe7; }
body { font-family: 'Prompt', system-ui, sans-serif; background: #fbf8f4; }
.bg-brand { background: var(--brand) !important; }
.text-brand { color: var(--brand) !important; }
.btn-brand { background: var(--brand); color: #fff; }
.btn-brand:hover { background: #5e391f; color: #fff; }
.hero { background: linear-gradient(135deg, #7a4b2a 0%, #c28a5a 100%); color: #fff; border-radius: 1rem; }
.card { border: 0; box-shadow: 0 2px 10px rgba(0,0,0,.06); border-radius: .9rem; }
.booking-code { font-size: 2.6rem; letter-spacing: .5rem; font-weight: 600; font-family: monospace; }
.qr-box svg { width: 100%; max-width: 280px; height: auto; }
.steps { display: flex; gap: .5rem; flex-wrap: wrap; }
.steps .step { flex: 1; min-width: 120px; text-align: center; padding: .5rem; border-radius: .5rem; background: #eee; color: #888; font-size: .9rem; }
.steps .step.active { background: var(--brand); color: #fff; }
.steps .step.done { background: #d9c3ad; color: #5e391f; }
.room-tile { border-radius: .6rem; padding: .7rem; text-align: center; color: #fff; }
.room-available { background: #2e9e5b; } .room-occupied { background: #0d6efd; }
.room-dirty { background: #e0a100; } .room-maintenance { background: #6c757d; }
.kiosk { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #111; color: #fff; }
.kiosk .result { font-size: 2rem; padding: 2rem; border-radius: 1rem; }
.menu-item img { width: 72px; height: 72px; object-fit: cover; border-radius: .5rem; }
.sticky-cart { position: sticky; bottom: 0; z-index: 10; }
.ticket { max-width: 380px; margin: auto; border: 2px dashed #999; padding: 1.5rem; background: #fff; }
@media print {
  .no-print { display: none !important; }
  body { background: #fff; }
  .card { box-shadow: none; }
  .page-break { page-break-after: always; }
}
