:root{--bg:#fff4df;--ink:#2b2118;--muted:#756252;--orange:#e96b2c;--shadow:0 18px 45px rgba(69,42,16,.16)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at 10% 0,#ffe0a3,var(--bg) 42%,#ffe9e0);color:var(--ink);user-select:none}button{font:inherit;font-weight:850;border:1px solid #edc29d;background:#fffaf2;border-radius:15px;padding:10px 14px;cursor:pointer;touch-action:manipulation}.primary{background:linear-gradient(135deg,var(--orange),#ff9f1c);color:#fff;border:none}#game{max-width:1400px;margin:auto;padding:18px}header{display:flex;justify-content:space-between;gap:16px;align-items:center}h1{font-size:clamp(25px,4vw,44px);margin:0}.hud{display:flex;gap:9px;flex-wrap:wrap}.hud span{background:rgba(255,255,255,.88);box-shadow:var(--shadow);padding:10px 13px;border-radius:999px}#dayJump{cursor:pointer}nav{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}.tab.active{background:#2b2118;color:white}.station{display:none;background:rgba(255,255,255,.88);border:1px solid rgba(230,110,46,.22);border-radius:28px;box-shadow:var(--shadow);padding:18px;min-height:640px;overflow:hidden}.station.active{display:block}.startPanel{display:grid;place-items:center;gap:8px;margin:34px auto;padding:30px;max-width:520px;border:3px dashed #edc29d;border-radius:28px;background:#fff8ed;text-align:center}.startPanel.hiddenSoft{display:none}.bigStart{font-size:24px;padding:18px 38px;border-radius:999px}.customerGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:12px}.customer,.box,.tickets{background:#fff8ed;border:1px solid #f0cfaf;border-radius:22px;padding:14px}.customer{background:#fffaf4;min-height:176px}.avatar{font-size:35px}.patience{height:10px;background:#f1d6bf;border-radius:99px;overflow:hidden;margin:10px 0}.patience div{height:100%}.orderBtn{width:100%;margin-top:8px}.ticket{background:#fff;border:1px dashed #d6a67c;border-radius:16px;padding:10px;margin:0 0 10px}.ticket h4{margin:0 0 6px}.ticketTable{width:100%;border-collapse:collapse;font-size:12px}.ticketTable td{border-bottom:1px solid #f3dfcb;padding:4px;font-weight:400;background:transparent}.muted{font-size:12px;color:var(--muted)}.withTickets{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;align-items:start}.ticketsScroll{max-height:540px;overflow-y:auto;padding-right:4px}.scrollArea{max-height:560px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.smallScroll{max-height:455px}.grillLayout{display:grid;grid-template-columns:210px minmax(420px,560px) 285px;gap:16px;align-items:start}.rawPatty{width:120px;height:84px;margin:16px auto;cursor:grab;touch-action:none}.rawPatty img{width:100%;height:100%;object-fit:contain}.trash{margin-top:22px;border:3px dashed #d98b73;border-radius:22px;min-height:110px;display:grid;place-items:center;text-align:center;background:#fff;font-size:28px}.trash small{font-size:12px;color:var(--muted)}.trayBox{min-height:300px}.trayBox:has(#trayList:empty){min-height:455px;outline:3px dashed rgba(217,139,115,.45);outline-offset:-12px}.grillPlate{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:12px;background:linear-gradient(135deg,#3f4348,#1d2024);border-radius:30px;padding:20px;width:100%;aspect-ratio:1/1;max-width:560px;max-height:560px}.grillSlot{position:relative;border:2px dashed rgba(255,255,255,.28);border-radius:20px;background:rgba(255,255,255,.05);display:grid;place-items:center;color:#cab;overflow:hidden}.grillSlot.hot{border-style:solid}.grease{position:absolute;width:130px;height:90px;opacity:.82;pointer-events:none;z-index:0}.grillPatty,.trayPatty{width:120px;height:84px;display:grid;place-items:center;cursor:grab;touch-action:none;position:relative;z-index:1}.grillPatty img,.trayPatty img{width:100%;height:100%;object-fit:contain;filter:var(--cookFilter,none)}.cookBar{position:absolute;left:8px;right:8px;bottom:18px;height:10px;background:#111;border-radius:99px;z-index:2}.cookFill{height:100%;background:#ffba3a;border-radius:99px}.mark{position:absolute;top:-3px;width:3px;height:16px;background:#fff;border-radius:2px}.grillPatty .mark span{position:absolute;top:17px;left:50%;transform:translateX(-50%);font-size:10px;color:white;line-height:1}.trayItem .mark span{display:none}.trayItem{display:grid;grid-template-columns:84px 1fr;gap:8px;align-items:center;background:#fff;border-radius:14px;padding:7px;margin-bottom:8px;cursor:grab;touch-action:none}.trayItem .trayPatty{width:80px;height:56px;pointer-events:none}.trayItem .cookBar{position:relative;left:auto;right:auto;bottom:auto;margin-top:4px}.buildLayout{display:grid;grid-template-columns:240px minmax(0,1fr) 290px;gap:16px}.buildArea{height:500px;position:relative;background:linear-gradient(#dbf8ff,#fff 58%,#ffe7c6);border:3px dashed #e0b389;border-radius:26px;overflow:hidden}.hint{position:absolute;inset:0;display:grid;place-items:center;color:#9a7b60;font-weight:900;pointer-events:none}.buildLayer{position:absolute;width:220px;height:70px;cursor:grab;touch-action:none;background-size:contain;background-repeat:no-repeat;background-position:center}.buildLayer.patty{filter:var(--cookFilter,none)}.iconGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ingIcon{height:72px;border-radius:17px;background:#fff;border:1px solid #ecc5a5;display:grid;place-items:center;text-align:center;font-size:11px;font-weight:900;cursor:grab;touch-action:none;background-size:92% 70%;background-repeat:no-repeat;background-position:center 4px;padding-top:48px}.sauceTitle{grid-column:1/-1;border-top:2px solid #ebc7a6;margin-top:8px;padding-top:10px;font-weight:900;color:var(--muted)}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.serveLayout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:18px;align-items:start}.waitingBurgers{display:flex;gap:10px;flex-wrap:wrap}.burgerCard{width:180px;min-height:150px;border-radius:22px;background:#fff8ed;border:1px solid #e8c3a1;padding:10px;box-shadow:0 8px 18px rgba(0,0,0,.1)}.burgerDragHandle{cursor:grab;touch-action:none}.miniStack{height:116px;display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-start;overflow:hidden}.miniLayer{height:10px;min-height:10px;border-radius:99px;margin:1px 0;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:900;color:#24170f;border:1px solid rgba(0,0,0,.15);line-height:1}.ghost{position:fixed;z-index:9999;pointer-events:none;transform:translate(-50%,-50%);opacity:.9}.ghostPattyLayer{width:220px;height:70px;background-image:url(assets/patty.png);background-size:contain;background-repeat:no-repeat;background-position:center;filter:var(--cookFilter,none)}.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%);background:#2b2118;color:white;padding:12px 18px;border-radius:999px;box-shadow:var(--shadow);font-weight:900;z-index:10000}.modal{position:fixed;inset:0;background:rgba(0,0,0,.35);display:grid;place-items:center;z-index:20000}.modalCard{background:#fffaf4;border-radius:28px;box-shadow:var(--shadow);padding:22px;max-width:520px;width:calc(100% - 32px)}.scoreLine{display:flex;justify-content:space-between;border-bottom:1px solid #efd4bc;padding:8px 0}.hidden{display:none!important}@media(max-width:1120px){.withTickets,.grillLayout,.buildLayout,.serveLayout{grid-template-columns:1fr}.grillPlate{max-width:100%}nav{grid-template-columns:repeat(2,1fr)}}
 .grillPatty .cookBar {
  bottom: 2px;
}

.grillPatty .mark span {
  top: 15px;
}

.rawPatty img {
  filter: saturate(1.4) brightness(1.25) hue-rotate(330deg);
}

#scoreDetails, #dayDetails
{
  margin-bottom: 5px;
}
