:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#1a0a00;color:#fafafa;overflow-x:hidden}.game{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#1a0a00,#2a1508 40%,#1a0a00)}.menu-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#3d1a00,#1a0a00 70%);text-align:center;gap:1.5rem}.menu-screen h1{font-size:3.5rem;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,#ff6b35,#ffcc02,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;filter:drop-shadow(0 4px 12px rgba(255,107,53,.3))}.menu-screen .subtitle{font-size:1.2rem;color:#ffc896b3;margin-top:-.5rem}.menu-screen .chef-hat{font-size:6rem;filter:drop-shadow(0 8px 24px rgba(255,107,53,.2));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.menu-btn{padding:1rem 3rem;font-size:1.2rem;font-weight:700;border:none;border-radius:1rem;cursor:pointer;transition:all .2s;letter-spacing:.02em}.menu-btn.primary{background:linear-gradient(135deg,#ff6b35,#e8532e);color:#fff;box-shadow:0 4px 20px #ff6b3566}.menu-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 28px #ff6b3599}.menu-btn.secondary{background:#ffffff14;color:#ffc896e6;border:1px solid rgba(255,200,150,.2)}.menu-btn.secondary:hover{background:#ffffff1f}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#0006;border-bottom:1px solid rgba(255,107,53,.2);flex-shrink:0}.top-bar .score-display{font-size:1.1rem;font-weight:700;color:#ffcc02}.top-bar .level-display{font-size:.9rem;color:#ffc896b3;background:#ff6b3526;padding:.25rem .75rem;border-radius:1rem;border:1px solid rgba(255,107,53,.3)}.top-bar .timer-display{font-size:1.1rem;font-weight:700;color:#4ecdc4}.top-bar .timer-display.warning{color:#ff6b35;animation:pulse .5s ease-in-out infinite}.top-bar .timer-display.critical{color:#f33;animation:pulse .3s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.combo-display{font-size:.85rem;color:#ffcc02;font-weight:600}.orders-area{display:flex;gap:1rem;padding:1rem 1.5rem;overflow-x:auto;flex-shrink:0;min-height:140px;align-items:flex-start}.order-card{flex-shrink:0;width:200px;background:#ffffff0d;border:2px solid rgba(255,107,53,.3);border-radius:1rem;padding:1rem;transition:all .3s;position:relative}.order-card.active{border-color:#ff6b35;box-shadow:0 0 20px #ff6b354d;background:#ff6b3514}.order-card .order-name{font-weight:700;font-size:1rem;margin-bottom:.5rem;color:#ffcc02}.order-card .order-timer{position:absolute;top:.5rem;right:.75rem;font-size:.75rem;font-weight:600;color:#4ecdc4}.order-card .order-timer.warning{color:#ff6b35}.order-card .order-timer.critical{color:#f33;animation:pulse .5s ease-in-out infinite}.order-card .order-ingredients{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.order-card .order-method{font-size:.8rem;color:#ffc89699;display:flex;align-items:center;gap:.3rem}.order-card .order-reward{font-size:.75rem;color:#ffcc0299;margin-top:.3rem}.kitchen-area{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem;min-height:0}.cooking-station{background:#ffffff08;border:1px solid rgba(255,107,53,.15);border-radius:1rem;padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.station-header{display:flex;align-items:center;justify-content:space-between}.station-title{font-size:1rem;font-weight:600;color:#ffc896e6}.station-hint{font-size:.8rem;color:#ffc89666}.prep-area{display:flex;gap:.5rem;flex-wrap:wrap;min-height:50px;padding:.75rem;background:#0003;border-radius:.75rem;border:2px dashed rgba(255,107,53,.2);align-items:center}.prep-area.ready{border-color:#4ecdc4;background:#4ecdc40d}.prep-slot{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;background:#ffffff0d;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);position:relative}.prep-slot.matched{border-color:#4ecdc4;background:#4ecdc41a;box-shadow:0 0 8px #4ecdc433}.prep-slot.unmatched{border-color:#ff6b35;background:#ff6b351a}.prep-slot .remove-btn{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:#f33;color:#fff;border:none;font-size:.65rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.prep-empty{color:#ffc8964d;font-size:.85rem;font-style:italic}.ingredients-shelf{display:flex;gap:.5rem;flex-wrap:wrap;padding:.75rem;background:#00000026;border-radius:.75rem}.ingredient-btn{width:54px;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.6rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:.6rem;cursor:pointer;transition:all .15s;position:relative}.ingredient-btn:hover{background:#ff6b3526;border-color:#ff6b3566;transform:translateY(-2px)}.ingredient-btn:active{transform:translateY(0)}.ingredient-btn .ing-label{font-size:.5rem;color:#ffc89680;position:absolute;bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:50px;text-align:center}.methods-row{display:flex;gap:.5rem;flex-wrap:wrap}.method-btn{padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;border:1px solid rgba(255,255,255,.15);border-radius:.6rem;cursor:pointer;transition:all .15s;background:#ffffff0d;color:#ffc896cc;display:flex;align-items:center;gap:.4rem}.method-btn:hover{background:#ff6b3526;border-color:#ff6b3566}.method-btn.selected{background:#ff6b3533;border-color:#ff6b35;color:#ffcc02}.method-btn:disabled{opacity:.4;cursor:not-allowed}.cook-btn{padding:.8rem 2.5rem;font-size:1.1rem;font-weight:700;border:none;border-radius:.8rem;cursor:pointer;transition:all .2s;align-self:center}.cook-btn.ready{background:linear-gradient(135deg,#4ecdc4,#2eb8b0);color:#fff;box-shadow:0 4px 16px #4ecdc466;animation:cook-glow 1.5s ease-in-out infinite}@keyframes cook-glow{0%,to{box-shadow:0 4px 16px #4ecdc466}50%{box-shadow:0 4px 28px #4ecdc4b3}}.cook-btn.ready:hover{transform:translateY(-2px)}.cook-btn.disabled{background:#ffffff14;color:#ffffff4d;cursor:not-allowed}.action-row{display:flex;gap:.75rem;justify-content:center;padding-top:.5rem}.clear-btn{padding:.5rem 1.5rem;font-size:.85rem;font-weight:600;border:1px solid rgba(255,51,51,.3);border-radius:.6rem;cursor:pointer;background:#ff33331a;color:#ff6464cc;transition:all .15s}.clear-btn:hover{background:#f333;border-color:#ff333380}.float-score{position:fixed;pointer-events:none;font-size:1.5rem;font-weight:800;z-index:100;animation:float-up 1s ease-out forwards}.float-score.positive{color:#4ecdc4}.float-score.negative{color:#f33}@keyframes float-up{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-60px) scale(1.3)}}.gameover-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(ellipse at center,#3d1a00,#1a0a00 70%);text-align:center;gap:1rem}.gameover-screen h1{font-size:3rem;font-weight:800;color:#ff6b35}.gameover-screen .final-score{font-size:2rem;font-weight:700;color:#ffcc02}.gameover-screen .stats{display:flex;gap:2rem;margin:.5rem 0}.gameover-screen .stat{text-align:center}.gameover-screen .stat-value{font-size:1.5rem;font-weight:700;color:#4ecdc4}.gameover-screen .stat-label{font-size:.8rem;color:#ffc89680}@keyframes serve-pop{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.serve-pop{animation:serve-pop .3s ease-out}@media(max-width:640px){.menu-screen h1{font-size:2.2rem}.top-bar{padding:.5rem 1rem;flex-wrap:wrap;gap:.5rem}.orders-area{padding:.75rem;gap:.75rem}.order-card{width:170px;padding:.75rem}.kitchen-area{padding:.75rem}.ingredient-btn{width:46px;height:46px;font-size:1.3rem}}
