@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--red:#ef161f;--ink:#171313;--bg:#eee8e2;font-family:Manrope,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0}button{font:inherit}.kitchen>header{color:#fff;z-index:10;background:#171313;justify-content:space-between;align-items:center;height:76px;padding:0 28px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:11px;display:flex}.brand img{object-fit:cover;border-radius:50%;width:48px;height:48px}.brand span,.brand b{display:block}.brand span{letter-spacing:.18em;color:#aaa;font-size:10px}.brand b{font-size:18px}.header-right{align-items:center;gap:12px;display:flex}.online{background:#241e1e;border-radius:999px;padding:10px 13px;font-size:12px}.online i{background:#24b56b;border-radius:50%;width:9px;height:9px;margin-right:7px;display:inline-block}.header-right button{color:#fff;background:#2c2525;border:0;border-radius:12px;width:40px;height:40px}.kitchen main{max-width:1600px;margin:auto;padding:26px}.k-head{justify-content:space-between;align-items:flex-end;display:flex}.eyebrow{color:var(--red);letter-spacing:.18em;font-size:11px;font-weight:800}h1{margin:5px 0 0;font-size:38px}.counters{gap:8px;display:flex}.counters div{background:#fff;border-radius:14px;min-width:90px;padding:10px 14px;box-shadow:0 8px 24px #0000000d}.counters span,.counters b{display:block}.counters span{color:#7a716c;font-size:10px}.counters b{margin-top:2px;font-size:20px}.filters{gap:8px;margin:24px 0;display:flex}.filters button{cursor:pointer;background:#fff;border:0;border-radius:999px;padding:10px 15px;font-weight:700}.filters button.active{background:var(--red);color:#fff}.orders-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:16px;display:grid}.ticket{background:#fff;border-top:7px solid #bbb;border-radius:22px;padding:18px;box-shadow:0 14px 40px #00000012}.ticket.nuevo{border-color:var(--red)}.ticket.preparando{border-color:#f0ae22}.ticket.listo{border-color:#1fa666}.ticket-top{justify-content:space-between;align-items:flex-start;display:flex}.ticket-top span,.ticket-top b{display:block}.ticket-top span{font-size:25px;font-weight:900}.ticket-top b{color:#716964;margin-top:2px;font-size:12px}.ticket-top em{background:#f5eeee;border-radius:999px;padding:7px 10px;font-size:10px;font-style:normal;font-weight:900}.nuevo .ticket-top em{color:var(--red);background:#fff0ef}.preparando .ticket-top em{color:#966400;background:#fff3d6}.listo .ticket-top em{color:#14834b;background:#e6f8ee}.pickup{color:#fff;background:#171313;border-radius:15px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:16px 0;padding:12px;display:grid}.pickup b,.pickup span{display:block}.pickup span{color:#aaa;font-size:10px}.items{gap:10px;display:grid}.item{border:1px solid #ece3dc;border-radius:15px;padding:13px}.item strong{font-size:16px;display:block}.item span{color:var(--red);letter-spacing:.12em;font-size:9px;font-weight:900}.item p{color:#665e59;margin:5px 0 0;font-size:12px;line-height:1.5}.ticket-actions{grid-template-columns:.7fr 1.3fr;gap:8px;margin-top:16px;display:grid}.ticket-actions button{cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:7px;padding:13px;font-weight:800;display:flex}.print{background:#f1ebe6}.advance{background:var(--red);color:#fff}.listo .advance{background:#15955a}.empty{text-align:center;color:#7a716c;background:#fff;border-radius:22px;padding:70px 20px}.empty svg{color:var(--red)}@media (width<=1100px){.orders-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=720px){.kitchen main{padding:16px}.k-head{flex-direction:column;align-items:flex-start;gap:16px}.counters{width:100%}.counters div{flex:1}.orders-grid{grid-template-columns:1fr}.online{display:none}}@media print{body{background:#fff}.kitchen>header,.k-head,.filters,.ticket:not(:first-child),.ticket-actions{display:none}.orders-grid{display:block}.ticket{box-shadow:none;border:0;padding:0}.ticket-top em{display:none}}
