:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--pastel-pink: #ffd1dc;--pastel-yellow: #fff9c4;--pastel-blue: #b3e5fc;--cake-brown: #8d6e63;--wood: #a1887f;--floor: #eee}body{margin:0;font-family:Comic Sans MS,cursive,sans-serif;background-color:#fce4ec;overflow:hidden}.game-container{display:flex;flex-direction:column;height:100vh;max-width:450px;margin:0 auto;background:#fff;position:relative;box-shadow:0 0 30px #0003}.stats-header{height:60px;padding:0 20px;display:flex;justify-content:space-between;align-items:center;background:var(--pastel-pink);border-bottom:4px solid #f8bbd0;font-weight:700;z-index:10}.shop-floor{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--floor);background-image:linear-gradient(45deg,#ddd 25%,transparent 25%),linear-gradient(-45deg,#ddd 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ddd 75%),linear-gradient(-45deg,transparent 75%,#ddd 75%);background-size:40px 40px;background-position:0 0,0 20px,20px 20px,20px 0}.dining-area{flex:1.2;position:relative;border-bottom:8px solid var(--wood);padding:10px}.wall-decor{text-align:center;font-size:1.5rem;margin-bottom:10px;opacity:.6}.tables{display:flex;justify-content:space-around;margin-top:40px}.table{width:70px;height:70px;position:relative}.table-top{width:60px;height:60px;background:var(--wood);border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px #795548}.customer-sitting{position:absolute;top:-30px;left:50%;transform:translate(-50%);font-size:2.5rem;z-index:2}.thought-bubble{position:absolute;top:-20px;right:-20px;background:#fff;padding:2px 6px;border-radius:10px;font-size:.8rem;border:2px solid #ccc;animation:float 2s infinite ease-in-out}.counter{position:absolute;bottom:0;right:20px;width:100px;height:50px}.counter-top{width:100%;height:20px;background:#5d4037;border-radius:5px 5px 0 0}.cashier{position:absolute;top:-35px;left:30px;font-size:2rem}.kitchen-area{flex:1;background:#fafafa;padding:10px;border-top:4px solid #ddd}.kitchen-label{font-size:.9rem;font-weight:700;color:#888;margin-bottom:10px}.ovens-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.oven{aspect-ratio:1;border:3px solid #ccc;border-radius:10px;background:#eee;display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer;transition:all .2s}.oven.selectable.empty{border-color:#4caf50;background:#e8f5e9;animation:pulse 1s infinite}.oven.baking{background:#fff;border-color:var(--cake-brown)}.oven.finished{background:#fff9c4;border-color:gold}.oven.locked{background:#cfd8dc;border:none;cursor:default}.progress-bar{width:80%;height:6px;background:#eee;border-radius:3px;overflow:hidden;margin-top:5px}.progress-fill{height:100%;background:#ff80ab;width:0%;animation:fillProgress linear forwards}.collect-shine{position:absolute;font-size:1.5rem;animation:spin 2s linear infinite}@keyframes fillProgress{0%{width:0%}to{width:100%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customer-moving{position:absolute;font-size:2.5rem;transition:all 2s linear;z-index:5}.customer-moving.entering{animation:walkIn 2s forwards}.customer-moving.leaving{animation:walkOut 2s forwards}@keyframes walkIn{0%{bottom:-50px;left:20px}to{bottom:100px;left:50%}}@keyframes walkOut{0%{bottom:100px;left:50%}to{bottom:-50px;left:200px}}.recipe-menu{height:80px;background:#fff;padding:5px;border-top:4px solid var(--pastel-pink)}.recipe-list{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px}.recipe-card{min-width:60px;height:60px;border:2px solid #eee;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.recipe-card.active{border-color:#ff80ab;background:#fce4ec}.recipe-emoji{font-size:1.5rem}.recipe-price{font-size:.7rem;color:#888}
