.kds-page{color:#eee;background:#1a1a2e;flex-direction:column;height:100vh;font-family:SF Pro Display,-apple-system,sans-serif;display:flex}.kds-header{background:#16213e;border-bottom:2px solid #0f3460;justify-content:space-between;align-items:center;padding:8px 16px;display:flex}.kds-station-name{font-size:1.5rem;font-weight:700}.kds-status{min-height:var(--tap-target-min);padding:0 var(--space-md);border-radius:var(--radius-full);letter-spacing:.02em;border:1px solid #0000;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:inline-flex}.kds-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.kds-header__identity{align-items:center;gap:8px;display:flex}.kds-status.connected{color:#d1fae5;background:#22c55e2e;border-color:#4ade8047}.kds-status.disconnected{color:#fee2e2;background:#ef444429;border-color:#f8717152;animation:1s infinite blink}.kds-status-button{min-height:var(--tap-target-min);padding:0 var(--space-md);border-radius:var(--radius-full);font-size:var(--font-size-sm);color:#fee2e2;box-shadow:none;background:#ef44442e;border:1px solid #f8717157;font-weight:700}.kds-status-button:hover{background:#ef444447}.kds-status-button.disconnected{animation:1s infinite blink}.kds-page .pos-header__role-badge{color:#f8fafc;background:#0f3460e6;border-color:#94a3b84d}.kds-page .lang-switcher{background:#0f3460b8;border-color:#94a3b842}.kds-page .lang-switcher__btn{min-width:52px;min-height:var(--tap-target-min);color:#cbd5f5}.kds-page .lang-switcher__btn:hover{color:#fff;background:#60a5fa2e}.kds-page .lang-switcher__btn--active{color:#fff;background:#3b82f6}@keyframes blink{50%{opacity:.3}}.kds-tickets-grid{gap:var(--space-md);padding:var(--space-md);flex:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid;overflow-y:auto}.kds-ticket-select{all:unset;cursor:pointer;width:100%;display:block}.kds-ticket-select:focus-visible{outline-offset:2px;border-radius:var(--radius-md);outline:2px solid #3b82f6}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ticket-card{border-radius:var(--radius-lg);cursor:pointer;background:#1e293b;border:2px solid #334155;transition:border-color .15s;animation:.3s ease-out slideIn;overflow:hidden}.ticket-card:hover,.ticket-selected .ticket-card{border-color:#3b82f6}.ticket-card--rush{background:#1e1215;border-color:#ef4444}.ticket-card--vip{border-color:#eab308}.ticket-card--allergy{box-shadow:0 0 0 3px #ef444480}.ticket-card--amended{box-shadow:0 0 0 3px #8b5cf680}.ticket-card--remake{border-style:dashed;border-color:#f59e0b}.ticket-card__header{padding:var(--space-sm)var(--space-md);background:#334155;justify-content:space-between;font-weight:600;display:flex}.ticket-card__order-num{font-size:1.3rem}.ticket-card__allergy-banner{color:#fff;text-align:center;padding:var(--space-xs);background:#dc2626;font-size:.85rem;font-weight:700}.ticket-card__amended-banner{color:#fff;text-align:center;padding:var(--space-xs);font-weight:700;font-size:var(--font-size-xs);background:#8b5cf6}.ticket-card__items{padding:var(--space-sm)var(--space-md)}.ticket-item{gap:var(--space-xs);padding:var(--space-xs)0;border-bottom:1px solid #293548;flex-wrap:wrap;display:flex}.ticket-item__qty{color:#93c5fd;min-width:30px;font-weight:700}.ticket-item__name{flex:1}.ticket-item__status{text-transform:uppercase;background:#ffffff1a;border-radius:4px;align-self:flex-start;padding:2px 6px;font-size:.75rem;font-weight:600}.ticket-item__mods{color:#94a3b8;width:100%;padding-left:34px;font-size:.85rem;font-style:italic}.ticket-item__notes{color:#fbbf24;width:100%;padding-left:34px;font-size:.85rem}.item--pending{opacity:1}.item--in-progress{background:#3b82f61a}.item--ready{opacity:.6;background:#4ade801a;text-decoration:line-through}.item--served{opacity:.3}.item--pending .ticket-item__status{color:#94a3b8;background:#94a3b81a}.item--in-progress .ticket-item__status{color:#60a5fa;background:#60a5fa33}.item--ready .ticket-item__status{color:#4ade80;background:#4ade8033}.item--served .ticket-item__status{color:#94a3b8;background:#94a3b81a}.ticket-card__footer{color:#94a3b8;justify-content:space-between;padding:6px 12px;font-size:.85rem;display:flex}.ticket-card__elapsed{font-variant-numeric:tabular-nums;font-weight:700}.time-ok{color:#4ade80}.time-warning{color:#facc15}.time-critical{color:#ef4444;animation:1s ease-in-out infinite pulseCritical}@keyframes pulseCritical{0%,to{opacity:1}50%{opacity:.5}}.bump-bar{background:#16213e;border-top:2px solid #0f3460;gap:16px;padding:12px 16px;display:flex}.bump-bar__btn{cursor:pointer;text-transform:uppercase;border:none;border-radius:8px;flex:1;padding:16px;font-size:1.2rem;font-weight:700}.bump-bar__btn:disabled{opacity:.4;cursor:not-allowed}.bump-bar__btn--bump{color:#000;background:#22c55e}.bump-bar__btn--recall{color:#000;background:#f59e0b}.bump-bar__btn--priority{color:#fff;background:#ef4444}@media (width<=768px){.kds-header{flex-direction:column;align-items:stretch;gap:8px}.kds-header__actions{justify-content:space-between}.kds-header__identity{justify-content:space-between;width:100%}.kds-tickets-grid{grid-template-columns:1fr;padding:8px}.bump-bar{flex-wrap:wrap}.bump-bar__btn{min-width:40%;padding:12px;font-size:1rem}}