﻿/* Recepción — Odoo-like estaciones / quiosco */
.frontdesk-module-shell .sfe-module-shell__body { padding-top: 4px; }
.fd-odo-toolbar { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:8px; margin-bottom:12px; }
.fd-odo-toolbar__left { display:flex; align-items:center; gap:8px; flex-wrap:wrap; }
.fd-odo-toolbar__title { margin:0; font-size:1.05rem; font-weight:650; }
.fd-odo-empty { display:flex; justify-content:center; padding:24px 12px; }
.fd-odo-empty-card { max-width:420px; text-align:center; border:1px dashed var(--sfe-border,#e2e8f0); border-radius:12px; padding:28px 20px; background:#fff; }
.fd-odo-empty__icon { font-size:2rem; margin-bottom:8px; }
.fd-odo-kanban { display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:12px; }
.fd-odo-kanban-card { border:1px solid var(--sfe-border,#e2e8f0); border-radius:10px; padding:14px; background:#fff; }
.fd-odo-kanban-card header { display:flex; justify-content:space-between; align-items:flex-start; gap:8px; margin-bottom:8px; }
.fd-odo-card-actions { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }
.frontdesk-kiosk-body .fd-kiosk { max-width:480px; margin:0 auto; padding:16px; }
.fd-kiosk-header h1 { margin:0 0 4px; font-size:1.4rem; }
.fd-kiosk-form .field-label { display:block; margin:10px 0 4px; font-weight:600; }
.fd-kiosk-form .field-input { width:100%; margin-bottom:4px; }
