*,*: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;display:flex;flex-direction:column;gap:.35rem}#hud .shape-badge{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;max-width:100%;padding:.15rem .45rem .15rem .2rem;border-radius:.4rem;background:#ffdcaa1f;border:1px solid rgba(255,180,120,.35);color:#ffe8c8;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}#hud .shape-badge.any{padding:.2rem .5rem}#hud .shape-badge-icon{width:1.35rem;height:1.35rem;object-fit:contain;flex-shrink:0}#hud .shape-badge-label{line-height: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 .tool-back{flex-shrink:0;padding:.4rem .75rem;font-size:.85rem;min-height:2.1rem}#hud .tool-overlay{pointer-events:auto;position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:flex;align-items:center;justify-content:center;padding:max(.75rem,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));background:#0a060485;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:overlay-fade .2s ease-out both}@keyframes overlay-fade{0%{opacity:0}to{opacity:1}}#hud .tool-overlay-card{width:min(34rem,100%);max-height:min(90vh,100%);overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:1rem 1.15rem 1.15rem;border-radius:1rem;background:#1c120ef0;border:1px solid rgba(255,200,140,.28);box-shadow:0 18px 50px #00000080}#hud .tool-overlay-head{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}#hud .tool-overlay-title{margin:0;font-family:Fraunces,Georgia,serif;font-size:1.35rem;font-weight:700;color:#fff4e8}#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.close{background:#966414f0;color:#fff4d8}#hud .toast.bad{background:#8c281eeb;color:#ffe8e0}#hud .hint{margin:.4rem 0 0;font-size:.8rem;color:#c4a890}#hud .tool-overlay-card .hint{margin-top:.35rem;margin-bottom:.65rem}#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-icon-wrap{position:relative;display:inline-flex;width:2.35rem;height:2.35rem;align-items:center;justify-content:center}#hud button.tool .tool-badge{position:absolute;right:-.2rem;bottom:-.15rem;min-width:1.05rem;height:1.05rem;padding:0 .2rem;border-radius:999px;background:#2a1c16;border:1px solid rgba(255,200,140,.55);color:#ffe08a;font-size:.72rem;font-weight:800;line-height:1.05rem;text-align:center}#hud button.tool .tool-badge.rad{color:#b8f0ff;border-color:#8cdcff8c}#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 .pan-picker .pan-pick{margin-top:.35rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem}#hud .pan-picker .topping-grid{grid-template-columns:repeat(auto-fit,minmax(5.5rem,1fr))}#hud .pan-picker button.topping{min-height:5.5rem;font-size:.9rem;padding:.65rem .5rem}#hud .pan-picker button.topping .pick-icon{width:3rem;height:3rem}#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.live{background:#35b4a047;border-color:#78f0dc8c;box-shadow:0 0 0 1px #78f0dc26}#hud .tape-card strong{display:block;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#7ee8de;margin-bottom:.25rem}#hud .tape-value{margin:.15rem 0 0;font-family:Fraunces,Georgia,serif;font-size:1.65rem;font-weight:700;line-height:1.15;color:#e8fffc}#hud .tape-value:has(.rad-angle){font-size:3.3rem;line-height:1.05}#hud .tape-value span{font-size:.85rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9ad8d0;margin-left:.15rem}#hud .tape-card.prot{background:#783c8c33;border-color:#dc96e666}#hud .tape-card.prot strong{color:#e8b0f0}#hud .tape-card .warn{color:#ffb090}#hud .tip{margin-top:.55rem;padding:.35rem .55rem;border-radius:.45rem;background:#ffd27814;border:1px solid rgba(255,200,120,.22)}#hud .tip summary{cursor:pointer;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffd27a;list-style:none}#hud .tip summary::-webkit-details-marker{display:none}#hud .tip summary:before{content:"✦ ";color:#ff9a78}#hud .tip p{margin:.35rem 0 .15rem;font-size:.88rem;line-height:1.4;color:#ffe8c8}#hud .music-ctl{display:flex;align-items:center;gap:.25rem;flex-shrink:0}#hud .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;padding:0;border-radius:999px;border:1px solid rgba(255,200,140,.28);background:#ffdcaa14;color:#ffe8c8;cursor:pointer;touch-action:manipulation}#hud .icon-btn:hover{background:#ffdcaa29}#hud .icon-btn.muted{color:#c4a890;opacity:.75}#hud .icon-btn svg{width:1.15rem;height:1.15rem;display:block}#hud .fab-rail{position:absolute;top:max(.65rem,env(safe-area-inset-top));right:max(.75rem,env(safe-area-inset-right));display:flex;flex-direction:column;align-items:stretch;gap:.45rem;pointer-events:auto;z-index:12}#hud .fab{min-width:7.25rem;padding:.7rem 1.15rem;border-radius:999px;border:none;background:#e85d3a;color:#fff8f0;font:inherit;font-weight:800;font-size:.95rem;letter-spacing:.04em;box-shadow:0 10px 28px #00000059;cursor:pointer;touch-action:manipulation}#hud .fab:hover{filter:brightness(1.06)}#hud .fab.ghost{background:#1c120ee0;color:#ffe8c8;border:1px solid rgba(255,200,140,.35)}#hud .fab.serve{min-width:6.4rem;padding:.85rem 1.35rem;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase;background:linear-gradient(160deg,#ff7a45,#e63b2e 55%,#c41f1a);border:2px solid rgba(255,230,180,.55);box-shadow:0 0 0 3px #ff643238,0 12px 32px #c8280a73,0 0 28px #ff782859;animation:serve-pulse 1.6s ease-in-out infinite}#hud .fab.serve:hover{filter:brightness(1.1) saturate(1.1);animation:none;transform:scale(1.05)}#hud .fab.serve:active{transform:scale(.97)}@keyframes serve-pulse{0%,to{box-shadow:0 0 0 3px #ff643238,0 12px 32px #c8280a73,0 0 22px #ff78284d;transform:scale(1)}50%{box-shadow:0 0 0 6px #ff8c3c47,0 14px 36px #c8280a80,0 0 40px #ffa03c80;transform:scale(1.04)}}#hud .tape-value .rad-angle{display:inline-flex;align-items:center;gap:.28rem;vertical-align:middle}#hud .tape-value .frac{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;min-width:1.1em}#hud .tape-value .frac .num,#hud .tape-value .frac .den{font-size:.72em;font-weight:700}#hud .tape-value .frac .bar{display:block;width:100%;height:2px;margin:.12em 0;background:currentColor;border-radius:1px}#hud .tape-value .pi{font-size:1.05em;font-weight:700}#hud .tape-value .rad-coef{font-size:.95em;margin-right:.05em}#hud .tape-live{grid-column:1 / -1;grid-row:2;justify-self:center;align-self:start;pointer-events:none;margin-top:.35rem;padding:.55rem 1.1rem;border-radius:999px;background:#0c282ce0;border:1px solid rgba(120,240,220,.45);color:#e8fffc;font-family:Fraunces,Georgia,serif;font-size:1.55rem;font-weight:700;box-shadow:0 10px 30px #00000059;z-index:4}#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-load-select{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.45rem;border:1px solid rgba(180,200,255,.35);background:linear-gradient(45deg,transparent 50%,#c8d6ff 50%) calc(100% - 14px) / 6px 6px no-repeat,linear-gradient(135deg,#c8d6ff 50%,transparent 50%) calc(100% - 8px) / 6px 6px no-repeat,#0c101cd9;color:#e8f0ff;font:inherit;font-size:.95rem;padding:.5rem 1.75rem .5rem .65rem;cursor:pointer;margin-top:.15rem}#hud .calc-load-select:hover,#hud .calc-load-select:focus{border-color:#d2e1ff8c;outline:none}#hud .calc-load-select option,#hud .calc-load-select optgroup{background:#1a2030;color:#e8f0ff}#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;justify-self:start;width:fit-content;max-width:calc(100% - .25rem);background:#1c120eeb}#hud .panel.collapsed .panel-toggle{border-radius:999px;padding:.5rem .95rem;min-height:2.25rem}#hud .controls,#hud .readout{grid-column:1;justify-self:stretch;max-width:none;min-width:0}#hud .controls.collapsed,#hud .readout.collapsed{justify-self:start;width:fit-content;max-width:calc(100% - .25rem)}#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:row;align-items:center;padding-right:5.5rem}#hud .fab-rail{top:max(.45rem,env(safe-area-inset-top));right:max(.5rem,env(safe-area-inset-right))}#hud .fab{min-width:4.5rem;padding:.6rem .9rem;font-size:.85rem}#hud .tool-belt{grid-template-columns:1fr 1fr}#hud .calc-ops{grid-template-columns:repeat(3,1fr)}}@media(max-width:420px){#hud .stats{gap:.35rem .75rem;font-size:.8rem}#hud .ticket{font-size:.9rem}}#hud .intro{pointer-events:auto;grid-column:1 / -1;grid-row:1 / -1;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:radial-gradient(ellipse 80% 60% at 50% 35%,rgba(255,120,60,.22),transparent 70%),linear-gradient(165deg,#28160e8c,#120c0ae0);animation:intro-fade .55s ease-out both}@keyframes intro-fade{0%{opacity:0}to{opacity:1}}#hud .intro-inner{width:min(28rem,100%);text-align:center}#hud .intro-kicker{margin:0 0 .35rem;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#ffb070}#hud .intro-brand{margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(2.4rem,8vw,3.4rem);font-weight:700;line-height:1.05;color:#fff4e8;text-shadow:0 8px 28px rgba(0,0,0,.45);animation:intro-brand .7s ease-out both}@keyframes intro-brand{0%{opacity:0;transform:translateY(.4rem)}to{opacity:1;transform:translateY(0)}}#hud .intro-tag{margin:.75rem 0 1.35rem;font-size:1.05rem;line-height:1.45;color:#ffe0c0}#hud .intro-bands{display:flex;flex-direction:column;gap:.65rem}#hud .intro-band{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;padding:.95rem 1.15rem;border-radius:.85rem;border:1px solid rgba(255,200,140,.35);background:#1c120ec7;color:#fff8f0;text-align:left;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .15s ease,background .15s ease,border-color .15s ease;animation:intro-band .55s ease-out both}#hud .intro-band:nth-child(1){animation-delay:.08s}#hud .intro-band:nth-child(2){animation-delay:.16s}#hud .intro-band:nth-child(3){animation-delay:.24s}@keyframes intro-band{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}#hud .intro-band:hover{background:#f15a3a47;border-color:#ffa06ea6;transform:translateY(-1px)}#hud .intro-band.ghost-band{background:#ffc88c14;border-style:dashed}#hud .band-back-row{margin-top:.85rem}#hud .intro-band-label{font-family:Fraunces,Georgia,serif;font-size:1.25rem;font-weight:700}#hud .intro-band-blurb{font-size:.9rem;color:#ffd8b0;line-height:1.35}#hud .balance{margin-top:.15rem;display:flex;flex-direction:column;gap:.55rem}#hud .balance-toolbar{display:flex;flex-direction:column;gap:.4rem}#hud .balance-sides,#hud .balance-cheese,#hud .balance-weights{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}#hud .balance-note{margin:0}#hud button.active-side{background:#f15a3a73;border-color:#ffa06eb3;color:#fff8f0}#hud .balance-status{margin:0;text-align:center;font-size:.95rem;color:#ffd8b0;min-height:1.4em}#hud .balance-status.ok{color:#8fefb0;font-weight:700}#hud .balance-stage{display:flex;justify-content:center;padding:.35rem .25rem .15rem}#hud .balance-scale{--tilt: 0;position:relative;width:min(100%,30rem);height:16.5rem}#hud .balance-arm{position:absolute;left:50%;top:1.35rem;width:92%;height:0;transform:translate(-50%) rotate(calc(var(--tilt) * -11deg));transform-origin:50% 0;transition:transform .4s cubic-bezier(.34,1.3,.64,1);z-index:2}#hud .balance-scale.balanced .balance-arm{transform:translate(-50%) rotate(0)}#hud .balance-beam-rod{position:absolute;left:0;right:0;top:-.12rem;height:.5rem;border-radius:999px;background:linear-gradient(90deg,#6a5040,#e8d2a8 18%,#fff0d0,#e8d2a8 82%,#6a5040);box-shadow:0 2px #4a3020,0 4px 10px #00000059}#hud .balance-pivot{position:absolute;left:50%;top:-.45rem;width:.85rem;height:.85rem;transform:translate(-50%) rotate(45deg);background:linear-gradient(135deg,#f0d8a8,#8a6840);border:1px solid rgba(60,40,20,.5);box-shadow:0 2px 4px #00000059;z-index:3}#hud .balance-hang{position:absolute;top:.35rem;width:40%;display:flex;flex-direction:column;align-items:center;transform:rotate(calc(var(--tilt) * 11deg));transform-origin:50% 0;transition:transform .4s cubic-bezier(.34,1.3,.64,1)}#hud .balance-scale.balanced .balance-hang{transform:rotate(0)}#hud .balance-hang.left{left:0}#hud .balance-hang.right{right:0}#hud .balance-cord{width:2px;height:2.4rem;background:linear-gradient(180deg,#d8c0a0,#8a7060);box-shadow:1px 0 #fff0c840}#hud .balance-dish{width:100%;min-height:6.25rem;display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.55rem .45rem .7rem;border-radius:50% 50% 42% 42%/28% 28% 72% 72%;background:radial-gradient(ellipse 80% 55% at 50% 30%,rgba(255,240,210,.35),transparent 55%),linear-gradient(180deg,#9a8070,#6a5040 40%,#4a3428);border:2px solid rgba(230,200,150,.35);box-shadow:inset 0 8px 14px #00000059,0 6px 12px #00000059}#hud .balance-pan-label{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ffe0b8}#hud .balance-sample{--bulk: 1;width:calc(2.6rem * var(--bulk));height:calc(1.85rem * var(--bulk));border-radius:50% 50% 45% 45%;box-shadow:inset 0 -4px 8px #00000038;transition:width .25s ease,height .25s ease}#hud .balance-sample.dough{background:radial-gradient(circle at 35% 30%,#f0c98a,#c4894a 70%);border:1px solid rgba(160,100,40,.45)}#hud .balance-sample.cheese{background:radial-gradient(circle at 35% 30%,#ffe08a,#e8b84a 70%);border:1px solid rgba(200,150,40,.5);border-radius:40% 45% 50% 42%}#hud .balance-pile{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:.28rem;min-height:2.6rem;width:100%}#hud .balance-pile-empty{font-size:1rem;color:#c4a890;opacity:.45}#hud .balance-piece{display:inline-flex;align-items:center;justify-content:center;min-width:1.85rem;height:1.85rem;padding:0 .35rem;border-radius:.35rem;border:1px solid rgba(180,160,100,.65);background:linear-gradient(160deg,#e0c898,#a89058);color:#2a1c10;font-size:.75rem;font-weight:800;cursor:pointer;box-shadow:0 2px #6a5430,0 3px 6px #0000004d}#hud .balance-piece:hover{filter:brightness(1.08)}#hud .balance-piece.w-1,#hud .balance-kit-piece.w-1{min-width:1.5rem;font-size:.7rem}#hud .balance-piece.w-100,#hud .balance-kit-piece.w-100{min-width:2.35rem;background:linear-gradient(160deg,#d0b878,#8a7038)}#hud .balance-post{position:absolute;left:50%;top:1.55rem;width:.85rem;height:10.5rem;transform:translate(-50%);background:linear-gradient(90deg,#3a2818,#8a6848 45%,#5a4030 55%,#3a2818);border-radius:.15rem;box-shadow:0 0 0 1px #00000059;z-index:1}#hud .balance-foot{position:absolute;left:50%;bottom:.35rem;width:42%;height:.7rem;transform:translate(-50%);border-radius:999px;background:linear-gradient(180deg,#6a4a30,#2a1c12);box-shadow:0 4px 10px #0006}#hud .balance-kit{display:flex;flex-direction:column;gap:.4rem;padding-top:.25rem;border-top:1px solid rgba(255,200,140,.15)}#hud .balance-kit-piece{font-weight:800}#hud .calories{margin-top:.35rem;display:flex;flex-direction:column;gap:.45rem}#hud .calorie-breakdown{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}#hud .calorie-breakdown li{display:flex;justify-content:space-between;gap:.75rem;font-size:.88rem;color:#ffe8c8;padding:.3rem .45rem;border-radius:.4rem;background:#ffc88c14}
