body.drag-input-active{cursor:grabbing}
.drag-ghost{position:fixed;left:0;top:0;z-index:9999;width:58px;height:58px;display:grid;place-items:center;border-radius:18px;background:rgba(255,244,223,.92);border:2px solid rgba(255,196,76,.78);box-shadow:0 16px 34px rgba(0,0,0,.35);pointer-events:none;transform:translate(-50%,-50%) scale(.96)}
.drag-ghost img{max-width:48px;max-height:48px;object-fit:contain;filter:drop-shadow(0 4px 5px rgba(0,0,0,.22))}
.drop-zone-ready{transition:outline-color .12s ease,box-shadow .12s ease,filter .12s ease}.drop-zone-hover{outline:3px solid rgba(255,214,106,.82)!important;box-shadow:0 0 0 4px rgba(255,214,106,.16),0 0 24px rgba(255,160,54,.24)!important;filter:brightness(1.08)}.drop-zone-blocked{outline:3px solid rgba(255,72,54,.74)!important;filter:saturate(1.18)}
.burger-stack .stack-item:not(.stack-item-asset){width:var(--w,185px)!important;height:var(--h,16px)!important;min-height:var(--h,16px)!important;flex:0 0 auto!important;display:block!important;border-radius:999px!important;background:var(--c,linear-gradient(90deg,#ffd447,#ffad21))!important;border:1px solid rgba(255,244,223,.16)!important;box-shadow:0 5px 8px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.22)!important}

/* v27: visible selectable plates */
.tray{grid-template-rows:auto 42px minmax(0,1fr)!important}.plate-tabs{position:relative;z-index:9;display:flex;align-items:center;justify-content:center;gap:8px;margin:3px 0 4px}.plate-tab{position:relative;width:52px;height:36px;border-radius:15px;background:linear-gradient(180deg,rgba(255,244,223,.22),rgba(122,74,30,.22));border:1px solid rgba(255,214,106,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 5px 9px rgba(0,0,0,.18);display:grid;place-items:center;color:#fff4df}.plate-tab.active{background:linear-gradient(180deg,#fff0be,#d38a2e);color:#2b1205;box-shadow:0 0 0 2px rgba(255,214,106,.42),0 7px 12px rgba(0,0,0,.24)}.plate-icon{position:absolute;left:8px;right:8px;top:8px;bottom:6px;border-radius:50%;background:radial-gradient(circle,#fff8dd 0 38%,#d8aa62 39% 56%,rgba(95,53,22,.38) 57%);opacity:.95}.plate-tab b{position:relative;z-index:2;font-size:12px;font-weight:900}.plate-tab small{position:absolute;right:2px;top:1px;z-index:3;min-width:15px;height:15px;border-radius:999px;background:rgba(0,0,0,.58);color:#fff4df;font-size:9px;line-height:15px}.plate-stack{position:relative}.plate-stack::before{content:"";position:absolute;left:50%;bottom:4px;width:230px;height:74px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,#fff8df 0 48%,#e7c476 49% 62%,rgba(89,48,18,.22) 63% 100%);box-shadow:0 12px 18px rgba(0,0,0,.18),inset 0 2px 0 rgba(255,255,255,.45);z-index:0}.plate-stack .stack-item{position:relative;z-index:2}

/* v27: make grill slot state readable without touching core grill.css */
.grill-station{min-height:76px!important}.grill-deck{z-index:3!important;pointer-events:auto!important;top:7px!important;bottom:7px!important;background:linear-gradient(180deg,#696969,#151515)!important}.grill-slot{min-height:44px!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:inset 0 2px 8px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.08)!important}.grill-slot[data-patty-state="raw"]{box-shadow:inset 0 2px 8px rgba(0,0,0,.55),0 0 0 2px rgba(255,128,106,.42)!important}.grill-slot[data-patty-state="cooking"]{box-shadow:inset 0 2px 8px rgba(0,0,0,.55),0 0 0 2px rgba(255,181,64,.52),0 0 16px rgba(255,120,28,.32)!important}.grill-slot[data-patty-state="done"]{box-shadow:inset 0 2px 8px rgba(0,0,0,.55),0 0 0 2px rgba(94,235,122,.62),0 0 16px rgba(94,235,122,.24)!important}.grill-slot[data-patty-state="burned"]{filter:brightness(.58) contrast(1.2)}
@media(max-width:760px){.plate-tabs{gap:5px}.plate-tab{width:44px;height:31px}.plate-stack::before{width:180px;height:58px}.grill-slot{min-height:36px!important}}
