#gameRoot .cabinet-stage { min-height: 0; padding: 14px; display: grid; grid-template-columns: 1.3fr .9fr; gap: 12px; }
#gameRoot .game-status { grid-column: 1/-1; margin: 0; min-height: 20px; }
#gameRoot .order-card { margin: 0; padding: 12px; }
#gameRoot .order-heading h3 { font-size: 15px; }
#gameRoot .recipe-slots { margin: 8px 0 0; gap: 7px; min-height: 53px; }
#gameRoot .recipe-slot { width: 44px; height: 44px; flex: 0 0 44px; }
#gameRoot .brew-row { margin: 0; padding: 10px; grid-template-columns: 110px 1fr; gap: 10px; align-items: center; }
#gameRoot .brew-copy h3 { font-size: 16px; margin: 4px 0; }
#gameRoot .brew-copy p { font-size: 12px; line-height: 1.4; }
#gameRoot .brew-copy .panel-kicker { display:none; }
#gameRoot .ingredients { grid-column:1/-1; margin: 0; grid-template-columns: repeat(6,minmax(0,1fr)); gap:8px; }
#gameRoot .ingredient-button { min-height: 128px; padding: 7px 4px; }
#gameRoot .ingredient-name { font: 11px system-ui,sans-serif; white-space: normal; }
#gameRoot .ingredient-note { display:none; }
#gameRoot .key-help { grid-column:1/-1; margin:0; font-size:11px; letter-spacing:0; }
#gameRoot #startShift { grid-column:1/-1; justify-self:center; }
#gameRoot .cabinet-stage::after { display:none; }
@media(max-width:700px) {
 #gameRoot .cabinet-stage { padding:10px; grid-template-columns:1fr; gap:8px; }
 #gameRoot .brew-row { display:none; }
 #gameRoot .ingredients { grid-template-columns:repeat(3,minmax(0,1fr)); }
 #gameRoot .ingredient-button { min-height:109px; }
 #gameRoot .recipe-slot { width:36px; height:40px; flex-basis:36px; }
 #gameRoot .recipe-slots { gap:5px; }
 #gameRoot .hud { grid-template-columns:repeat(3,minmax(0,1fr)); }
 #gameRoot .hud-note { display:none; }
}

/* Exact whole-frame sprite stepping, including the final atlas frame. */
@keyframes potion-shimmer { from {background-position:0 0;} to {background-position:105.88235294117646% 0;} }
@keyframes eye-jar-wink { from {background-position:0 0;} to {background-position:106.25% 0;} }
@keyframes eye-rotate { from {background-position:0 0;} to {background-position:104.34782608695652% 0;} }
@keyframes scene-candle-flicker { from {background-position:0 0;} to {background-position:109.0909090909091% 0;} }
@keyframes scene-skull-breathe { from {background-position:0 0;} to {background-position:114.28571428571429% 0;} }
@keyframes scene-eye-wink { from {background-position:0 0;} to {background-position:106.25% 0;} }
@keyframes scene-broom-shift { from {background-position:0 0;} to {background-position:133.33333333333334% 0;} }
@keyframes potion-shimmer-small {from{background-position:0 0;}to{background-position:105.882353% 0;}}
@keyframes eye-jar-wink-small {from{background-position:0 0;}to{background-position:106.25% 0;}}
@media(max-width:700px){
 #gameRoot .order-heading {flex-direction:row; align-items:center; gap:8px;}
 #gameRoot .order-heading h3 {font-size:14px; margin:3px 0;}
 #gameRoot #orderMood {display:none;}
 #gameRoot .patience-readout {display:flex;gap:7px;align-items:center;flex-direction:row;}
 #gameRoot .patience-readout > span {display:none;}
 #gameRoot .recipe-heading {margin:8px 0 4px;}
 #gameRoot .order-card {padding:10px;}
 #gameRoot .game-status {font-size:12px;min-height:34px;}
 #gameRoot .ingredients {padding:8px 4px;}
 #gameRoot .ingredient-button {min-height:100px;}
 #gameRoot .ingredient-name {font-size:10px;}
}
#gameRoot .slot-sprite.sprite-eye {background-image:url('assets/EyeinJar.png'); background-size:1700% 100%;}
@media(max-width:700px){#gameRoot .patience-track{margin-top:8px;}#gameRoot .patience-readout{min-width:0;} }
#gameRoot .milestone-banner {position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); margin:0; padding:0; border:0;}
#gameRoot .apothecary-scene::after {background:linear-gradient(#05222155,#05181bcc);}
#gameRoot .ingredient-button {border-radius:4px;background:linear-gradient(#153a3bcc,#0a2629ee);box-shadow:inset 0 1px #8cac8c44,0 3px 3px #0006;}
#gameRoot .ingredient-button::before,#gameRoot .ingredient-button::after {display:none;}
#gameRoot .apothecary-scene {background:#082325 url('assets/dispensary-v2.png') center/cover no-repeat;}
#gameRoot .apothecary-scene::after {background:linear-gradient(#06211a11,#03171a66);}
