*,*:before,*:after{box-sizing:border-box}html,body,#app{margin:0;width:100%;height:100%;overflow:hidden;background:#1c1410;color:#fff8f0;font-family:Nunito,system-ui,sans-serif;-webkit-text-size-adjust:100%;text-size-adjust:100%}#renderCanvas{width:100%;height:100%;display:block;touch-action:none;outline:none}#hud{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:grid;grid-template-columns:minmax(260px,360px) 1fr;grid-template-rows:auto 1fr auto;gap:.65rem;padding:max(.65rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left))}#hud .panel{pointer-events:auto;background:#1c120ed1;border:1px solid rgba(255,200,140,.22);border-radius:.9rem;padding:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 12px 40px #00000059;max-height:min(70vh,100%);display:flex;flex-direction:column;min-width:0;overflow:hidden}#hud .panel-toggle{display:flex;align-items:center;justify-content:space-between;gap:.65rem;width:100%;margin:0;padding:.7rem .9rem;border:none;border-radius:0;background:transparent;color:#ffe8c8;font:inherit;font-family:Fraunces,Georgia,serif;font-weight:700;font-size:1.05rem;text-align:left;cursor:pointer;min-height:2.75rem;touch-action:manipulation;-webkit-tap-highlight-color:transparent}#hud .panel-toggle:hover{background:#ffc88c14}#hud .panel-toggle-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#hud .panel-chevron{flex-shrink:0;width:.55rem;height:.55rem;border-right:2px solid #ffd27a;border-bottom:2px solid #ffd27a;transform:rotate(45deg);transition:transform .15s ease;margin-bottom:.2rem}#hud .panel.collapsed .panel-chevron{transform:rotate(-45deg);margin-bottom:0;margin-top:.15rem}#hud .panel-body{padding:0 .9rem .9rem;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}#hud .panel.collapsed .panel-body{display:none}#hud .panel[data-panel=order]:not(.collapsed) .panel-toggle-label{font-size:.95rem;color:#ffd27a}#hud h1,#hud h2{margin:0;font-family:Fraunces,Georgia,serif;font-weight:700}#hud h1{font-size:1.45rem;color:#ffd27a}#hud h2{font-size:1.1rem;color:#ffe8c8}#hud .muted{margin:.25rem 0 0;color:#e0c4a8;font-size:.88rem}#hud .ticket{margin-top:.65rem;padding:.7rem .8rem;border-radius:.6rem;background:#fff4dc14;border-left:3px solid #f15a3a;line-height:1.4;font-size:.95rem}#hud .ticket-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.45rem}#hud .ticket-head-text{min-width:0;flex:1}#hud .portrait{width:3.4rem;height:3.4rem;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(255,154,120,.55);box-shadow:0 4px 14px #00000059;background:#2a1c16}#hud .customer{display:block;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ff9a78;margin-bottom:0}#hud .ticket-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.5rem}#hud .stats{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin-top:.65rem;font-size:.88rem;font-weight:700;color:#ffe08a}#hud .controls{grid-column:1;grid-row:3;align-self:end}#hud .readout{grid-column:2;grid-row:3;justify-self:end;align-self:end;min-width:200px;max-width:min(320px,100%)}#hud label{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#e0c4a8;margin-bottom:.65rem}#hud input[type=range]{width:100%;accent-color:#f15a3a}#hud .row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.35rem}#hud .row.actions{margin-top:.65rem}#hud .row.station-actions{margin-top:.7rem}#hud button{border:none;border-radius:.65rem;padding:.55rem .9rem;min-height:2.5rem;font:inherit;font-weight:800;cursor:pointer;background:#f15a3a;color:#fff8f5;touch-action:manipulation;-webkit-tap-highlight-color:transparent}#hud button:hover{background:#ff7a52}#hud button.ghost{background:#ffc88c1f;border:1px solid rgba(255,200,140,.3);color:#ffe8c8}#hud button.ghost:hover{background:#ffc88c38}#hud .toast{grid-column:1 / -1;grid-row:2;justify-self:center;align-self:start;pointer-events:none;margin-top:.5rem;padding:.7rem 1rem;border-radius:.75rem;font-weight:800;max-width:min(28rem,calc(100% - 1rem));text-align:center;animation:pop .35s ease}#hud .toast.ok{background:#287846eb;color:#eafff0}#hud .toast.bad{background:#8c281eeb;color:#ffe8e0}#hud .hint{margin:.4rem 0 0;font-size:.8rem;color:#c4a890}#hud .title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}#hud .row.tight{gap:.35rem;margin-top:0}#hud .tool-belt{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;margin-top:.15rem}@media(min-width:900px){#hud .tool-belt{grid-template-columns:1fr 1fr 1fr}}#hud button.tool{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;background:#ffc88c1a;border:1px solid rgba(255,200,140,.28);color:#ffe8c8;font-size:.75rem;min-height:4.1rem;padding:.4rem .35rem}#hud button.tool .tool-icon{width:2.35rem;height:2.35rem;object-fit:contain;border-radius:.4rem;pointer-events:none}#hud button.tool .tool-label{line-height:1.1}#hud button.tool:hover{background:#ffc88c33}#hud button.tool.active{background:#f15a3a;border-color:#ff9a78;color:#fff8f5}#hud .topping-pick{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}#hud button.topping{display:flex;flex-direction:column;align-items:center;gap:.2rem;background:#ffc88c1a;border:1px solid rgba(255,200,140,.28);color:#ffe8c8;font-size:.72rem;padding:.35rem .4rem;min-height:3.6rem}#hud button.topping .pick-icon{width:2.1rem;height:2.1rem;object-fit:contain;border-radius:.35rem;pointer-events:none}#hud button.topping.active{background:#2a8a4a;border-color:#6fd68f}#hud .tape-card{margin-top:.65rem;padding:.55rem .7rem;border-radius:.55rem;background:#358ca02e;border:1px solid rgba(95,212,222,.35)}#hud .tape-card strong{display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#7ee8de;margin-bottom:.25rem}#hud .tape-card.prot{background:#783c8c33;border-color:#dc96e666}#hud .tape-card.prot strong{color:#e8b0f0}#hud .tape-card .warn{color:#ffb090}#hud .calc{margin-top:.65rem;padding:.65rem;border-radius:.65rem;background:#1418288c;border:1px solid rgba(180,200,255,.25)}#hud .calc-display{font-family:Fraunces,Georgia,serif;font-size:1.45rem;color:#e8f0ff;padding:.35rem .2rem .5rem}#hud .calc-ops{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem;margin-top:.5rem}#hud .calc-ops button{padding:.5rem .25rem;font-size:.85rem;min-height:2.5rem}#hud em{font-style:normal;color:#ffd27a}@keyframes pop{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:720px){#hud{grid-template-columns:1fr;grid-template-rows:auto auto 1fr auto;gap:.45rem;padding:max(.45rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) max(.5rem,env(safe-area-inset-bottom)) max(.5rem,env(safe-area-inset-left))}#hud .panel{border-radius:.75rem;max-height:min(42vh,22rem)}#hud .panel.collapsed{max-height:none}#hud .controls,#hud .readout{grid-column:1;justify-self:stretch;max-width:none;min-width:0}#hud .controls{grid-row:3;align-self:end}#hud .readout{grid-row:4}#hud .panel-toggle{padding:.65rem .75rem;font-size:.98rem}#hud .panel-body{padding:0 .75rem .75rem}#hud h1{font-size:1.25rem}#hud .title-row{flex-direction:column;align-items:stretch}#hud .row.tight.music-row{width:100%}#hud .row.tight.music-row button{flex:1}#hud .tool-belt{grid-template-columns:1fr 1fr}#hud .calc-ops{grid-template-columns:repeat(3,1fr)}#hud .row.actions{display:grid;grid-template-columns:1fr 1fr}#hud .row.actions button{width:100%}}@media(max-width:420px){#hud .stats{gap:.35rem .75rem;font-size:.8rem}#hud .ticket{font-size:.9rem}}
