:root{font-family:Cascadia Mono,Microsoft JhengHei,PingFang TC,monospace;color:#2c251d;background:#1b342f;font-synthesis:none;--cream: #fff1ca;--paper: #fff9e7;--wood: #87532f;--wood-dark: #4b2b1a;--wood-light: #c7874d;--ink: #2c251d;--teal: #2d7564;--teal-dark: #194a42;--gold: #f0b83e;--danger: #c84a40;--pixel: 3px}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none}button,select,a{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}#app{width:100%;height:100dvh;overflow:hidden}.app-shell{width:min(100%,540px);height:100dvh;margin:0 auto;overflow:hidden;background:var(--cream);border-inline:3px solid #112a25;position:relative}.home-screen,.map-screen,.game-screen{height:100%;position:relative}.home-screen{display:grid;grid-template-rows:auto auto minmax(210px,1fr) auto auto auto;gap:10px;padding:max(12px,env(safe-area-inset-top)) 18px max(14px,env(safe-area-inset-bottom));background-color:#f5dca6;background-image:linear-gradient(90deg,rgba(83,47,26,.06) 2px,transparent 2px),linear-gradient(rgba(83,47,26,.06) 2px,transparent 2px);background-size:18px 18px}.home-top,.screen-header,.game-hud{display:flex;align-items:center;justify-content:space-between}.mini-logo{background:var(--teal-dark);color:#fff7da;border:3px solid #102f29;box-shadow:3px 3px #102f29;padding:6px 8px;font-size:12px;font-weight:900;letter-spacing:.12em}.store-sign{background:var(--teal);color:#fff7da;border:4px solid var(--teal-dark);box-shadow:0 5px #173c35,inset 0 -5px #0000001f;padding:13px 10px 11px;text-align:center;position:relative}.store-sign:before,.store-sign:after{content:"";position:absolute;top:-16px;width:4px;height:16px;background:var(--wood-dark)}.store-sign:before{left:36px}.store-sign:after{right:36px}.store-sign span{display:block;font-size:clamp(28px,9vw,40px);line-height:1;font-weight:950;letter-spacing:.08em;text-shadow:3px 3px 0 #17483e}.store-sign small{display:block;margin-top:7px;font-weight:800;font-size:11px;letter-spacing:.08em}.crew-stage{align-self:stretch;min-height:210px;display:flex;align-items:end;justify-content:center;gap:clamp(8px,4vw,22px);padding-bottom:20px;border-bottom:12px solid var(--wood-dark);box-shadow:0 8px 0 var(--wood-light);position:relative}.crew-stage:before{content:"STOCK CREW";position:absolute;top:14px;left:50%;transform:translate(-50%);color:#5b331c38;font-weight:950;font-size:clamp(20px,7vw,32px);letter-spacing:.16em;white-space:nowrap}.pixel-animal{width:82px;height:138px;position:relative;image-rendering:pixelated;animation:worker-bob 1.7s steps(2,end) infinite;filter:drop-shadow(5px 6px 0 rgba(64,37,20,.18))}.crew-stage .pixel-animal:nth-child(2){animation-delay:-.5s;transform:scale(1.12)}.crew-stage .pixel-animal:nth-child(3){animation-delay:-1s}.pixel-animal .ear{position:absolute;top:8px;width:24px;height:42px;background:var(--fur, #eee2cf);border:4px solid var(--outline, #4c3628)}.pixel-animal .ear.left{left:9px;transform:rotate(-7deg)}.pixel-animal .ear.right{right:9px;transform:rotate(7deg)}.pixel-animal.raccoon .ear,.pixel-animal.bear .ear{top:23px;width:28px;height:28px;border-radius:0}.pixel-animal.raccoon .ear.left,.pixel-animal.bear .ear.left{left:4px}.pixel-animal.raccoon .ear.right,.pixel-animal.bear .ear.right{right:4px}.pixel-animal .face{position:absolute;z-index:2;top:28px;left:9px;width:64px;height:58px;background:var(--fur, #eee2cf);border:4px solid var(--outline, #4c3628);box-shadow:inset 0 -6px 0 var(--fur-shadow, #d4c2a8)}.pixel-animal .face:before,.pixel-animal .face:after{content:"";position:absolute;top:21px;width:7px;height:9px;background:#2d241d}.pixel-animal .face:before{left:13px}.pixel-animal .face:after{right:13px}.pixel-animal .face i{position:absolute;left:26px;top:30px;width:8px;height:7px;background:#553424}.pixel-animal .face b{position:absolute;left:25px;top:39px;width:14px;height:4px;background:#9e4c3c}.pixel-animal .body{position:absolute;bottom:0;left:15px;width:53px;height:62px;background:var(--fur, #eee2cf);border:4px solid var(--outline, #4c3628)}.pixel-animal .apron{position:absolute;z-index:3;left:22px;bottom:4px;width:39px;height:50px;background:var(--apron, #4e8d79);border:4px solid var(--outline, #4c3628);box-shadow:inset 0 9px #ffffff29}.pixel-animal.rabbit{--fur: #f5eadd;--fur-shadow: #e5cdbb;--outline: #5a4437;--apron: #ef806f}.pixel-animal.raccoon{--fur: #7d827c;--fur-shadow: #555d59;--outline: #303a37;--apron: #e9ad43}.pixel-animal.raccoon .face{box-shadow:inset 13px 0 #4e5551,inset -13px 0 #4e5551,inset 0 -6px #646b66}.pixel-animal.bear{--fur: #bd7b48;--fur-shadow: #995a34;--outline: #503322;--apron: #4b806f}@keyframes worker-bob{0%,to{translate:0 0}50%{translate:0 -4px}}.home-actions{display:grid;gap:8px}.pixel-button,.icon-button,.menu-button{min-height:44px;border:3px solid var(--wood-dark);background:#fff8df;box-shadow:3px 3px 0 var(--wood-dark);padding:9px 14px;font-weight:900;cursor:pointer;text-decoration:none}.pixel-button:active,.icon-button:active,.menu-button:active{transform:translate(3px,3px);box-shadow:none}.pixel-button.primary{background:var(--teal);color:#fff;border-color:var(--teal-dark);box-shadow:3px 3px 0 var(--teal-dark)}.pixel-button.secondary{background:#fff7db}.pixel-button.small{min-height:38px;padding:6px 10px;font-size:11px}.pixel-button:disabled{opacity:.45;cursor:default}.how-to{margin:0;padding:9px 10px;font-size:10px;line-height:1.55;color:#684b36;background:#fffbe6b8;border:2px dashed #aa7c4e}.reward-meter{background:#fff9e6;border:3px solid var(--wood-dark);padding:8px;box-shadow:3px 3px #4b2b1a38}.reward-copy{display:flex;justify-content:space-between;gap:10px;font-size:10px;font-weight:900}.meter-track{margin-top:6px;height:10px;border:2px solid var(--wood-dark);background:#dfccb1}.meter-track i{display:block;height:100%;background:var(--gold);transition:width .2s steps(4,end)}.map-screen{padding:max(10px,env(safe-area-inset-top)) 14px max(12px,env(safe-area-inset-bottom));background:#efd7a5;display:grid;grid-template-rows:auto auto 1fr auto;gap:12px}.screen-header{background:var(--teal-dark);color:#fff;border:3px solid #102f29;padding:9px;box-shadow:4px 4px #102f29}.screen-header h1{margin:2px 0 0;font-size:22px}.screen-header small{font-size:9px;color:#bde2d7;letter-spacing:.12em}.icon-button{width:44px;padding:0;font-size:30px}.crew-head{width:38px;height:34px;display:inline-block;background:#f3e6d4;border:3px solid #523a2b;position:relative;flex:0 0 auto}.crew-head:before,.crew-head:after{content:"";position:absolute;top:-11px;width:10px;height:15px;border:3px solid #523a2b;background:inherit}.crew-head:before{left:2px}.crew-head:after{right:2px}.crew-head.raccoon{background:#717973;border-color:#303a37}.crew-head.raccoon:before,.crew-head.raccoon:after{border-color:#303a37}.crew-head.rabbit:before,.crew-head.rabbit:after{height:20px;top:-16px}.level-track{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:grid;grid-template-columns:repeat(3,1fr);align-content:start;gap:12px;padding:4px 4px 18px}.level-node{min-height:86px;background:#fff5d7;border:3px solid var(--wood-dark);box-shadow:4px 4px 0 var(--wood-dark);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.level-node span{font-size:25px;font-weight:950}.level-node small{color:#d68b1f;letter-spacing:.06em}.level-node i{font-size:8px;background:var(--teal-dark);color:#fff;padding:3px 5px;font-style:normal}.level-node.gravity{background:#d9ede2;border-color:var(--teal-dark);box-shadow-color:var(--teal-dark)}.level-node:disabled{opacity:.42;filter:grayscale(1)}.ad-button{width:100%;background:#f5c54b}.game-screen{display:flex;flex-direction:column;background:#e9cc91;padding:max(7px,env(safe-area-inset-top)) 7px max(7px,env(safe-area-inset-bottom));gap:6px}.game-hud{background:var(--teal-dark);border:3px solid #102e28;color:#fff;min-height:54px;padding:5px;box-shadow:0 4px #102e28}.menu-button{background:#f7e2a6;min-height:38px;font-size:10px;padding:7px 8px}.level-chip{text-align:center;display:grid;gap:2px}.level-chip small{font-size:9px;color:#b9dbd1}.level-chip strong{font-size:11px;letter-spacing:.08em}.timer-box{min-width:74px;background:#f7f0d8;color:var(--ink);border:3px solid #102e28;padding:4px 7px;text-align:center;position:relative}.timer-box small{display:block;font-size:7px}.timer-box strong{font-size:17px}.timer-box.danger{background:#ffd2c7;color:#9f302b;animation:timer-alert .7s steps(2) infinite}.timer-box i{position:absolute;left:-4px;right:-4px;bottom:-15px;background:#69c6dd;color:#102e28;border:2px solid #102e28;font-size:8px;font-style:normal}@keyframes timer-alert{50%{translate:2px 0}}.staff-strip{min-height:39px;display:flex;align-items:center;gap:7px;background:#fff2c9;border:3px solid var(--wood-dark);padding:4px 7px}.staff-strip .crew-head{transform:scale(.72);margin-inline:-5px}.staff-strip p{flex:1;margin:0;font-size:9px;line-height:1.25;font-weight:800}.match-count{font-size:10px;background:var(--gold);padding:4px;border:2px solid var(--wood-dark)}.upper-stock{font-size:8px;letter-spacing:.09em;text-align:center;padding:3px;color:#d9f4eb;background:var(--teal);border:2px solid var(--teal-dark)}.warehouse-board{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:minmax(80px,1fr);gap:5px;padding:7px 5px;background:#d0a467;border:4px solid var(--wood-dark);box-shadow:inset 0 0 0 3px var(--wood-light);position:relative;overflow:hidden}.shelf{min-width:0;min-height:78px;background:#7c4a2b;border:3px solid var(--wood-dark);box-shadow:inset 0 4px 0 var(--wood-light),2px 3px #4b2b1a59;display:grid;grid-template-rows:18px 1fr;position:relative;cursor:pointer;overflow:hidden}.shelf.selected{outline:3px solid #fff165;outline-offset:-6px}.shelf.kind-restricted{background:#6a6540}.shelf.kind-conveyor{background:#4f5353}.shelf.closed{background:#3d2b22}.shelf-label{display:flex;justify-content:space-between;align-items:center;padding:2px 4px;font-size:7px;font-weight:900;color:#ffeab7;letter-spacing:.06em}.shelf-label i{font-style:normal;color:#2d1a11;background:#c79a62;padding:1px 3px}.shelf-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:4px 3px 7px;background:#f0c982;border-top:3px solid var(--wood-dark)}.empty-slot{min-width:0;background:#4b2b1a21;border:2px dashed rgba(75,43,26,.25)}.goods{min-width:0;width:100%;height:100%;min-height:43px;border:2px solid #34261e;background:var(--goods-color);box-shadow:inset -3px -4px #0000002e,inset 3px 3px #ffffff57;position:relative;padding:0;cursor:grab;touch-action:none;image-rendering:pixelated}.goods.selected{outline:3px solid #fff45b;translate:0 -4px;z-index:3}.goods span{position:relative;z-index:2;display:grid;place-items:center;height:100%;color:#fff9e8;font-size:clamp(13px,4vw,20px);font-weight:950;text-shadow:2px 2px 0 rgba(0,0,0,.5)}.goods i{position:absolute;width:7px;height:7px;right:2px;top:2px;background:#fff8d6;border:1px solid rgba(0,0,0,.6)}.goods.category-0,.goods.category-6{border-radius:8px 8px 3px 3px;clip-path:polygon(24% 0,76% 0,76% 10%,90% 10%,90% 100%,10% 100%,10% 10%,24% 10%)}.goods.category-1,.goods.category-8{clip-path:polygon(12% 8%,76% 8%,92% 24%,92% 100%,8% 100%,8% 8%)}.goods.category-2{border-radius:5px 5px 12px 12px;clip-path:polygon(30% 0,70% 0,70% 12%,86% 20%,86% 100%,14% 100%,14% 20%,30% 12%)}.goods.category-3,.goods.category-4{border-radius:45%}.goods.category-5{clip-path:polygon(20% 0,80% 0,100% 25%,88% 100%,12% 100%,0 25%)}.goods.category-7{clip-path:polygon(20% 0,80% 0,72% 100%,28% 100%)}.goods.category-9{clip-path:polygon(8% 12%,92% 0,86% 100%,14% 92%)}.goods.category-10{border-radius:3px 3px 9px 9px;clip-path:polygon(8% 5%,92% 5%,84% 100%,16% 100%)}.goods.category-11{border-radius:45% 45% 4px 4px;clip-path:polygon(18% 20%,30% 4%,70% 4%,86% 24%,92% 100%,8% 100%,8% 35%)}.goods.category-12{clip-path:polygon(0 22%,24% 34%,24% 12%,50% 30%,76% 12%,76% 34%,100% 22%,84% 78%,100% 90%,76% 84%,50% 100%,24% 84%,0 90%,16% 78%)}.goods.category-13{clip-path:polygon(42% 0,75% 0,75% 13%,92% 13%,92% 100%,12% 100%,12% 30%,42% 20%)}.goods.category-14{clip-path:polygon(34% 0,66% 0,62% 70%,82% 100%,18% 100%,38% 70%)}.goods.category-15{clip-path:polygon(12% 26%,88% 26%,100% 46%,88% 100%,12% 100%,0 46%)}.goods.category-16{clip-path:polygon(18% 0,82% 0,94% 100%,6% 100%)}.goods.category-17{clip-path:polygon(28% 0,72% 0,72% 22%,100% 22%,100% 78%,72% 78%,72% 100%,28% 100%,28% 78%,0 78%,0 22%,28% 22%)}.goods.category-18{clip-path:polygon(50% 0,100% 22%,82% 100%,18% 100%,0 22%)}.goods.category-19{clip-path:polygon(20% 0,80% 0,80% 28%,62% 28%,62% 100%,38% 100%,38% 28%,20% 28%)}.color-red{--goods-color: #d94d45}.color-orange{--goods-color: #e88236}.color-yellow{--goods-color: #d9ad2b}.color-green{--goods-color: #4b9a5c}.color-blue{--goods-color: #3f83b7}.color-purple{--goods-color: #7e5ca8}.color-pink{--goods-color: #d56f93}.lock-cover,.door-cover{position:absolute;z-index:5;inset:17px 0 0;display:grid;place-content:center;text-align:center;background:#231e1bde;color:#ffcd58;border-top:3px solid #2c201a}.lock-cover strong{font-size:28px;line-height:1}.lock-cover small{font-size:7px;letter-spacing:.16em}.door-cover{background:#523729;color:#a88160;font-size:32px}.belt-arrows{position:absolute;bottom:0;left:0;right:0;height:9px;line-height:7px;text-align:center;color:#e5c35a;background:#333839;font-size:13px;letter-spacing:.25em}.powerup-dock{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.powerup{min-height:62px;border:3px solid var(--wood-dark);background:#fff3c9;box-shadow:3px 3px 0 var(--wood-dark);display:grid;grid-template-columns:30px 1fr;grid-template-rows:1fr 1fr;align-items:center;padding:4px 6px;cursor:pointer}.powerup i{grid-row:1 / 3;font-size:25px;font-style:normal;color:var(--teal-dark)}.powerup span{font-size:9px;font-weight:900;text-align:left}.powerup b{font-size:10px;text-align:left;color:#ad5b2f}.powerup.active{background:#fff36d;animation:power-pulse .6s steps(2) infinite}@keyframes power-pulse{50%{translate:0 -3px}}.modal-backdrop{position:absolute;z-index:100;inset:0;display:grid;place-items:center;padding:18px;background:#14211dc7}.game-modal{width:min(100%,390px);max-height:calc(100dvh - 36px);overflow-y:auto;background:#fff4d0;border:4px solid var(--wood-dark);box-shadow:8px 8px #152d28;padding:18px;text-align:center}.game-modal .eyebrow{margin:0 0 6px;color:var(--teal);font-size:9px;font-weight:950;letter-spacing:.16em}.game-modal h2{margin:0 0 12px;font-size:24px}.game-modal>p:not(.eyebrow){font-size:11px;line-height:1.55}.game-modal>.pixel-button{width:100%;margin-top:8px}.menu-list{display:grid;gap:7px}.menu-list button,.menu-list .locale-row,.menu-list .portal-row{min-height:54px;display:grid;grid-template-columns:38px 1fr;align-items:center;text-align:left;border:3px solid #765034;background:#fff9e8;color:var(--ink);padding:5px 8px;text-decoration:none;cursor:pointer}.menu-list .menu-primary{background:var(--teal);color:#fff;border-color:var(--teal-dark)}.menu-list i{font-size:20px;font-style:normal;text-align:center}.menu-list span{display:grid;gap:2px}.menu-list b{font-size:11px}.menu-list small{font-size:8px;opacity:.72}.locale-row select{width:100%;min-height:30px;border:2px solid #765034;background:#fff4ce}.manager-portrait{height:145px;display:grid;place-items:center;overflow:hidden}.manager-portrait .pixel-animal{transform:scale(1.05)}.manager-portrait.celebrate .pixel-animal{animation-duration:.55s}.manager-portrait.worried .pixel-animal{animation:worried .35s steps(2) infinite}@keyframes worried{50%{translate:-4px 0}}.star-result{color:#d99c20;font-size:38px;letter-spacing:3px;text-shadow:2px 2px 0 #7a4f22}.reward-earned{background:#f6cc56;border:3px solid #8c5d28;padding:8px;font-weight:900}.ad-stage{display:flex;align-items:center;justify-content:center;gap:22px;min-height:92px;background:var(--teal-dark);border:3px solid #102e28;color:#fff}.ad-stage .crew-head{transform:scale(1.4)}.ad-stage i{font-style:normal;font-size:48px;font-weight:950}.ad-progress{height:14px;margin:14px 0;background:#c5b28d;border:3px solid var(--wood-dark)}.ad-progress span{display:block;height:100%;background:var(--gold);transition:width .2s linear}.orientation-lock{display:none;position:fixed;z-index:1000;inset:0;background:#173d35;color:#fff;place-content:center;text-align:center;padding:24px}.turn-phone{width:58px;height:92px;border:5px solid white;margin:0 auto 20px;position:relative;animation:turn 1.6s steps(2) infinite}.turn-phone span{position:absolute;left:20px;bottom:5px;width:10px;height:5px;background:#fff}.orientation-lock strong{font-size:24px}.orientation-lock p{font-size:12px;color:#b8ddd3}@keyframes turn{50%{transform:rotate(90deg)}}@media(max-height:700px){.home-screen{grid-template-rows:auto auto minmax(145px,1fr) auto auto auto;gap:6px}.crew-stage{min-height:145px;padding-bottom:10px}.crew-stage .pixel-animal{transform:scale(.75);transform-origin:bottom;margin-inline:-8px}.store-sign span{font-size:26px}.how-to{display:none}.game-screen{gap:4px;padding-block:4px}.staff-strip{min-height:33px}.warehouse-board{grid-auto-rows:minmax(66px,1fr)}.powerup{min-height:53px}}@media(min-width:540px){.app-shell{box-shadow:0 0 40px #00000073}.warehouse-board{gap:8px;padding:10px}.shelf{min-height:95px}.goods{min-height:52px}}@media(orientation:landscape)and (pointer:coarse){#app{visibility:hidden}.orientation-lock{display:grid}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important}}.app-shell{width:min(100%,1440px);border-inline:0;background:#172b27}.home-screen,.game-screen{background-color:#684735;background-image:linear-gradient(#231a1638,#231a1661),url(/assets/backgrounds/animal-convenience-store.webp);background-position:center;background-size:cover}.home-screen{grid-template-columns:minmax(340px,1.3fr) minmax(260px,.7fr);grid-template-rows:auto auto minmax(0,1fr);gap:8px 14px;padding:max(8px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left))}.home-top{grid-column:1 / -1}.store-sign{grid-column:1;grid-row:2;padding-block:8px}.store-sign span{font-size:clamp(24px,4vw,38px)}.crew-stage{grid-column:1;grid-row:3;min-height:0;flex-direction:row;background:#fff5d7ad;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding-bottom:6px}.crew-stage .pixel-animal{transform:scale(.72);transform-origin:bottom;margin-inline:-6px}.home-actions{grid-column:2;grid-row:2;align-self:stretch}.home-screen>.reward-meter{grid-column:2;grid-row:3;align-self:start}.home-screen>.how-to{grid-column:2;grid-row:3;align-self:end;margin:0}.map-screen{grid-template-columns:minmax(210px,28%) 1fr;grid-template-rows:auto auto 1fr;gap:10px;padding:max(8px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(8px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))}.map-screen .screen-header{grid-column:1;grid-row:1}.map-screen .reward-meter{grid-column:1;grid-row:2}.map-screen .level-track{grid-column:2;grid-row:1 / 4;grid-template-columns:repeat(5,minmax(72px,1fr))}.map-screen .ad-button{grid-column:1;grid-row:3;align-self:end}.game-screen{padding:max(6px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) max(6px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));gap:7px}.game-hud{flex:0 0 auto;min-height:46px;width:min(100%,1040px);margin-inline:auto;background:#123a34f0;box-shadow:0 3px #102e28,0 7px 18px #0000003d}.game-body{flex:1 1 auto;min-height:0;width:min(100%,1180px);margin-inline:auto;display:flex;justify-content:center;gap:clamp(7px,1.4vw,16px)}.board-column{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;align-items:center;gap:4px}.staff-strip{width:min(100%,760px);min-height:31px;flex:0 0 auto;background:#fff2c9eb;padding-block:1px}.upper-stock{width:min(100%,620px);flex:0 0 auto}.warehouse-board{flex:1 1 auto;min-height:0;width:auto;height:100%;max-width:100%;aspect-ratio:4 / 3;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:calc((100% - 16px) / 3);gap:8px;padding:7px;border:2px solid rgba(255,244,211,.72);border-radius:8px;background:#1f231f57;box-shadow:inset 0 0 22px #0000005c,0 7px 18px #00000038;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e6b65a rgba(31,35,31,.55)}.shelf{min-width:0;min-height:0;aspect-ratio:4 / 3;display:block;position:relative;overflow:hidden;border:0;background:transparent;box-shadow:none;isolation:isolate}.shelf:hover{filter:brightness(1.06)}.shelf.selected{outline:3px solid #fff16a;outline-offset:-4px;border-radius:6px}.shelf.kind-restricted,.shelf.kind-conveyor,.shelf.closed{background:transparent;box-shadow:none}.shelf-art{position:absolute;z-index:1;inset:0;width:100%;height:100%;object-fit:fill;image-rendering:pixelated;pointer-events:none;-webkit-user-select:none;user-select:none}.shelf-label{position:absolute;z-index:6;top:4%;left:7%;right:7%;min-height:15%;padding:1px 3px;color:#fff4c9;font-size:clamp(5px,1.05vh,8px);text-shadow:1px 1px 0 #2e1c12;pointer-events:none}.shelf-label i{background:#322b26b8;color:#f1f1ed;border-radius:2px}.back-layer,.shelf-slots{position:absolute;left:12%;right:12%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;justify-items:center;gap:0}.back-layer{z-index:2;top:22%;bottom:25%;opacity:.42;filter:grayscale(1) brightness(.62) contrast(1.2);transform:scale(.86) translateY(-12%);transform-origin:bottom center;pointer-events:none}.back-layer img{display:block;width:100%;max-width:62%;height:100%;object-fit:contain;object-position:center bottom;image-rendering:pixelated}.shelf-slots{z-index:3;top:27%;bottom:12%;padding:0;border:0;background:transparent}.empty-slot{align-self:stretch;width:84%;border:1px dashed rgba(255,244,211,.18);background:#151a180f}.goods{min-width:0;width:100%;max-width:100%;height:100%;min-height:0;display:flex;align-items:end;justify-content:center;border:0;border-radius:0;clip-path:none!important;background:transparent;box-shadow:none;padding:0;overflow:visible}.goods img{display:block;width:100%;max-width:86%;height:100%;max-height:100%;object-fit:contain;object-position:center bottom;image-rendering:pixelated;pointer-events:none}.goods.selected{outline:2px solid #fff45b;outline-offset:-2px;translate:0 -3px;filter:drop-shadow(0 3px 2px rgba(0,0,0,.38))}.goods span,.goods i{display:none}.lock-cover,.door-cover{inset:19% 8% 9%;border:2px solid rgba(38,27,21,.92);border-radius:4px}.lock-cover strong{font-size:clamp(16px,4vh,30px)}.door-cover{font-size:clamp(20px,5vh,34px)}.belt-arrows{z-index:7;left:9%;right:9%;bottom:9%}.powerup-dock{flex:0 0 clamp(92px,13vw,138px);min-height:0;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,minmax(0,1fr));gap:7px}.powerup{min-height:44px;grid-template-columns:1fr;grid-template-rows:1fr auto auto;justify-items:center;padding:3px;background:#fff3c9f0}.powerup i{grid-row:auto;font-size:clamp(18px,4vh,30px)}.powerup span,.powerup b{text-align:center;font-size:clamp(7px,1.45vh,10px)}.game-modal{width:min(92vw,520px);max-height:calc(100dvh - 24px);padding:12px 16px}.manager-portrait{height:min(120px,28vh)}@media(max-height:480px){.game-screen{gap:4px;padding-block:4px}.game-hud{min-height:42px}.staff-strip{min-height:27px}.staff-strip .crew-head{display:none}.warehouse-board{gap:5px;padding:5px;grid-auto-rows:calc((100% - 10px) / 3)}.powerup-dock{gap:5px}.powerup{box-shadow:2px 2px 0 var(--wood-dark)}.how-to{font-size:8px}}@media(orientation:landscape)and (pointer:coarse){#app{visibility:visible}.orientation-lock{display:none}}@media(orientation:portrait)and (pointer:coarse){#app{visibility:hidden}.orientation-lock{display:grid}}.app-shell{width:100vw;max-width:none;margin:0}.game-screen{width:100vw;height:100dvh;padding:max(5px,env(safe-area-inset-top)) max(6px,env(safe-area-inset-right)) max(5px,env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));gap:6px}.game-hud,.game-body{width:100%;max-width:none}.game-hud{min-height:52px;padding-inline:clamp(8px,1.5vw,20px)}.game-body{gap:clamp(6px,1vw,12px);align-items:stretch}.board-column{align-items:center;overflow:hidden}.staff-strip{width:min(100%,980px);min-height:34px}.warehouse-board{flex:0 1 auto;width:min(100%,calc((100dvh - 104px) * 4 / 3));height:auto;max-height:100%;aspect-ratio:4 / 3;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:calc(100% / 3);gap:0;padding:0;border:0;border-radius:0;background:#181b194d;box-shadow:0 8px 22px #00000047;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.shelf{width:100%;height:100%;aspect-ratio:auto;min-height:0;overflow:hidden}.shelf-art{inset:-1px;width:calc(100% + 2px);height:calc(100% + 2px)}.shelf:hover{filter:none}.shelf.selected{outline:0;border-radius:0}.shelf.selected .shelf-art{filter:brightness(1.12) saturate(1.08)}.back-layer,.shelf-slots{left:11.5%;right:11.5%}.back-layer{z-index:2;top:19%;bottom:28%;opacity:.56;filter:grayscale(1) brightness(.48) contrast(1.3) drop-shadow(0 2px 1px rgba(25,25,25,.4));transform:scale(.92) translateY(-12%)}.back-layer img{max-width:72%;opacity:.78}.shelf-slots{z-index:3;top:25%;bottom:15%;align-items:end}.empty-slot{width:100%;border:0;background:transparent}.goods{touch-action:none;cursor:grab;transition:filter .1s linear,opacity .1s linear}.goods:active{cursor:grabbing}.goods img{max-width:94%;filter:drop-shadow(3px 4px 1px rgba(24,15,12,.48))}.goods.selected{outline:0;translate:0 -3px;filter:drop-shadow(0 0 5px #ffd85b) drop-shadow(0 3px 2px rgba(0,0,0,.42))}.goods.selected:after{content:"";position:absolute;left:18%;right:18%;bottom:-1px;height:3px;background:#ffd85b;box-shadow:0 0 6px #fff0a3}.goods.dragging-source{opacity:.12}.shelf.revealing .shelf-slots .goods img{animation:goods-layer-reveal .56s cubic-bezier(.18,.82,.28,1) both;transform-origin:center bottom}.shelf.revealing .shelf-slots .goods:nth-child(2) img{animation-delay:45ms}.shelf.revealing .shelf-slots .goods:nth-child(3) img{animation-delay:90ms}@keyframes goods-layer-reveal{0%{opacity:.08;transform:translateY(-14%) scale(.42);filter:grayscale(1) brightness(.38) blur(1px)}45%{opacity:.62;transform:translateY(-7%) scale(.74);filter:grayscale(.72) brightness(.66) blur(.35px)}78%{opacity:1;transform:translateY(1%) scale(1.06);filter:grayscale(.12) brightness(1.08) blur(0) drop-shadow(3px 4px 1px rgba(24,15,12,.34))}to{opacity:1;transform:translateY(0) scale(1);filter:grayscale(0) brightness(1) blur(0) drop-shadow(3px 4px 1px rgba(24,15,12,.48))}}.powerup-dock{flex:0 0 clamp(88px,9vw,122px);gap:clamp(5px,.7vw,9px)}.motion-sprite,.match-burst{position:fixed;z-index:1200;pointer-events:none;contain:layout paint}.motion-sprite img{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;image-rendering:pixelated;filter:drop-shadow(0 8px 6px rgba(0,0,0,.42))}.drag-ghost{z-index:1250;transform:scale(1.08);filter:brightness(1.08)}.match-burst{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;justify-items:center}.match-burst img{display:block;width:82%;height:100%;object-fit:contain;object-position:center bottom;image-rendering:pixelated}@media(max-height:560px){.game-hud{min-height:42px}.staff-strip{min-height:28px}.warehouse-board{width:min(100%,calc((100dvh - 82px) * 4 / 3));gap:0;padding:0}}.warehouse-board[data-mode=normal]{grid-template-columns:repeat(var(--normal-columns),minmax(0,1fr));grid-template-rows:repeat(var(--normal-rows),minmax(0,1fr));grid-auto-rows:unset;overflow:hidden;scrollbar-width:none}.warehouse-board[data-mode=gravity]{width:min(100%,calc((100dvh - 104px) * 8 / 9));aspect-ratio:8 / 9;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(5,calc(100% / 4.5));grid-auto-rows:unset;align-content:end;overflow:hidden}.warehouse-board[data-shelf-theme=beer-crate] .shelf-art{filter:saturate(.58) brightness(.78) contrast(.9)}.warehouse-board[data-mode=gravity]>.shelf{grid-column:var(--gravity-grid-column) / span 2;grid-row:var(--gravity-grid-row)}.shelf.gravity-flyout{z-index:30;pointer-events:none;filter:brightness(1.16) saturate(1.14) drop-shadow(0 10px 8px rgba(0,0,0,.42))}.shelf.gravity-dropping{animation:gravity-row-drop .58s cubic-bezier(.2,.82,.28,1) both}@keyframes gravity-row-drop{0%{opacity:.14;transform:translateY(-92%) scale(.94);filter:brightness(1.34)}64%{opacity:1;transform:translateY(5%) scale(1.015);filter:brightness(1.08)}82%{transform:translateY(-2%) scale(.995)}to{opacity:1;transform:translateY(0) scale(1);filter:brightness(1)}}
