:root{--red:#7a2528;--red2:#963337;--cream:#f6f0e7;--ink:#2b211c;--muted:#766b64;--line:#e4d8ca;--green:#277553;--shadow:0 12px 34px rgba(54,38,26,.09)}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.45 system-ui,-apple-system,Segoe UI,sans-serif}header{height:72px;background:#fff;display:flex;align-items:center;gap:12px;padding:0 max(20px,calc((100% - 980px)/2));border-bottom:1px solid var(--line);position:sticky;top:0;z-index:4}header strong{font-size:14px;letter-spacing:.08em}header small{display:block;color:var(--muted)}header .ghost{margin-left:auto}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font:bold 23px serif}main{max-width:980px;margin:auto;padding:32px 20px 80px}.hero{text-align:center;max-width:560px;margin:10px auto 26px}.hero span,.eyebrow{font-size:12px;letter-spacing:.18em;color:var(--red);font-weight:800}.hero h1,.staff-heading h1{font:700 38px/1.05 Georgia,serif;margin:8px 0}.hero p{color:var(--muted)}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow);max-width:560px;margin:0 auto 20px}label{display:block;font-weight:700;font-size:14px;margin-bottom:17px}input{width:100%;margin-top:7px;padding:13px 14px;border:1px solid #cfc2b6;border-radius:11px;font:inherit;background:#fff}input:focus{outline:3px solid #edd0d1;border-color:var(--red)}button{font:inherit;font-weight:750;cursor:pointer;border:0}.primary{width:100%;padding:14px 18px;background:var(--red);color:#fff;border-radius:12px}.primary:hover{background:var(--red2)}.compact{width:auto;padding:11px 16px}.ghost{background:transparent;border:1px solid var(--line);padding:9px 14px;border-radius:10px;color:var(--ink)}.pax-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:22px}.pax-grid button{padding:12px 0;border:1px solid var(--line);border-radius:10px;background:#fff}.pax-grid button.active{background:var(--red);color:#fff;border-color:var(--red)}.hidden{display:none!important}.ticket{text-align:center}.ticket .number{font:800 76px/1 Georgia,serif;color:var(--red);margin:14px}.ticket .group{display:inline-block;padding:6px 12px;background:#f4e4e2;color:var(--red);border-radius:99px;font-weight:800}.ticket .position{font-size:21px;font-weight:800}.ticket .estimate{color:var(--muted)}.ticket .status{margin:18px 0;padding:14px;border-radius:12px;background:#f6f3ef}.ticket .status.called{background:#dff2e8;color:var(--green);font-weight:800}.staff-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.stat{background:#fff;padding:18px;border-radius:15px;border:1px solid var(--line)}.stat b{display:block;font-size:28px}.stat small{color:var(--muted)}.queue-tabs{display:flex;gap:8px;margin:18px 0;overflow:auto}.queue-tabs button{white-space:nowrap;padding:10px 16px;border-radius:99px;background:#eadfd5;color:var(--ink)}.queue-tabs button.active{background:var(--red);color:#fff}.queue-list{display:grid;gap:10px}.queue-item{display:grid;grid-template-columns:70px 1fr auto;gap:16px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.queue-number{font:bold 25px Georgia,serif;color:var(--red)}.queue-item small{color:var(--muted);display:block}.actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.actions button{padding:8px 10px;border-radius:8px;background:#eee5dc}.actions .call{background:var(--red);color:#fff}.actions .seat{background:var(--green);color:#fff}.report{max-width:none;margin-top:22px}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.report-grid div{background:#f8f4ef;padding:14px;border-radius:11px}.report-grid b{display:block;font-size:22px}dialog{border:0;border-radius:18px;box-shadow:0 30px 80px #0004;width:min(92%,430px)}dialog::backdrop{background:#0007}.dialog-form{padding:6px}.dialog-actions{display:flex;gap:10px}.dialog-actions>*{flex:1}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:#2b211c;color:#fff;padding:11px 18px;border-radius:10px;opacity:0;transition:.2s;z-index:10}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:700px){main{padding:22px 14px 70px}.stats{grid-template-columns:repeat(2,1fr)}.queue-item{grid-template-columns:58px 1fr}.actions{grid-column:1/-1;justify-content:stretch}.actions button{flex:1}.pax-grid{grid-template-columns:repeat(3,1fr)}.report-grid{grid-template-columns:1fr}.staff-heading h1,.hero h1{font-size:32px}}
