@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap";html{height:100%;overflow:hidden}body{margin:0;padding:0;background-color:#050505;color:#e0e0e0;font-family:Orbitron,sans-serif;display:flex;justify-content:center;align-items:center;width:100%;height:100vh;height:100dvh;overflow:hidden;background-image:radial-gradient(circle at center,#111,#000);touch-action:none}.app-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.game-container{position:relative;width:100%;height:100%;background:#000;overflow:hidden}.game-canvas{display:block;background-color:#1a3c15}.scanlines{position:absolute;inset:0;background:linear-gradient(to bottom,#fff0,#fff0 50%,#0000001a 50%,#0000001a);background-size:100% 4px;pointer-events:none;z-index:10;opacity:.7}.vignette{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 50%,rgba(0,0,0,.8) 100%);pointer-events:none;z-index:11}.menu-screen{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;text-align:center;background:#0a0f14f2;padding:2.5rem;border-radius:25px;border:1px solid #00ffff;box-shadow:0 0 30px #0ff3;max-width:600px;width:90%;backdrop-filter:blur(5px);box-sizing:border-box;display:flex;flex-direction:column;max-height:90vh}.instructions{text-align:left;background:#00000080;padding:1.5rem;border-radius:15px;margin-bottom:1.5rem;border-left:4px solid #ff0055;overflow-y:auto;flex:1;min-height:0}.menu-screen::-webkit-scrollbar{width:8px}.menu-screen::-webkit-scrollbar-thumb{background:#0ff;border-radius:4px}.menu-screen::-webkit-scrollbar-track{background:#111}.desktop-instructions{display:block}.mobile-instructions{display:none}.title{font-size:4rem;color:#fff;text-transform:uppercase;letter-spacing:4px;text-shadow:0 0 20px #00ffff,3px 3px 0 #ff0055;margin:0;font-weight:900;font-style:italic}.title.terminated{color:#f05;text-shadow:0 0 20px red}.subtitle{color:#0ff;font-size:1.2rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px}.btn-start{background:linear-gradient(45deg,#f05,#f50);color:#fff;border:none;padding:1rem 3rem;font-size:1.5rem;font-family:Orbitron,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:2px;cursor:pointer;border-radius:50px;transition:all .2s;text-shadow:0 2px 0 rgba(0,0,0,.3);touch-action:manipulation}.btn-start:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 10px 20px #f056;filter:brightness(1.2)}.gameover-score{font-size:3rem;margin-bottom:1rem}.high-scores-container{margin-bottom:2rem;margin-left:auto;margin-right:auto;width:100%;max-width:400px;background:#00000080;padding:15px;border-radius:10px;box-sizing:border-box}.high-scores-title{color:#0ff;border-bottom:1px solid #00ffff;padding-bottom:5px;margin-top:0;font-size:1.2rem}.high-scores-list{list-style:none;padding:0;margin:0}.high-score-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1);color:#fff}.high-score-item.current{color:#fc0;font-weight:700;text-shadow:0 0 10px #ffcc00}.mono{font-family:monospace}.high-score-empty{color:#aaa;padding:10px 0}.shop-overlay{position:absolute;inset:0;background:#000000d9;z-index:200;display:flex;flex-direction:column;justify-content:center;align-items:center;animation:fadeIn .5s;overflow-y:auto}.shop-title{font-size:3rem;color:#fc0;margin-bottom:2rem;text-shadow:0 0 10px orange}.shop-stats{display:flex;gap:20px;margin-bottom:20px;color:#fff;font-size:1.2rem}.shop-subtitle{color:#fff;margin-bottom:30px;font-size:1.2rem;text-transform:uppercase;letter-spacing:2px}.shop-btn,.shop-next-btn{margin-top:50px}.upgrade-container{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;padding-bottom:20px}.upgrade-card{background:#141e28e6;border:2px solid #00ffff;padding:20px;width:200px;text-align:center;cursor:pointer;transition:all .3s;border-radius:15px}.upgrade-card:hover{transform:scale(1.1);background:#283c50e6;box-shadow:0 0 20px #0ff6}.upgrade-icon{font-size:3rem;margin-bottom:10px}.upgrade-name{font-weight:700;color:#fff;margin-bottom:5px}.upgrade-desc{font-size:.8rem;color:#aaa}.hud{position:absolute;top:0;left:0;right:0;height:80px;display:flex;justify-content:space-between;align-items:flex-start;padding:20px;pointer-events:none;z-index:12;transition:all .3s ease}.hud-group{display:flex;flex-direction:column}.hud-group.right{align-items:flex-end}.hud-group.center{align-items:center;justify-content:flex-start;padding-top:10px}.hud-label{font-size:.7rem;color:#0ff;opacity:.8;margin-bottom:4px;letter-spacing:1px}.hud-value{font-size:2rem;font-weight:700;text-shadow:0 0 10px rgba(255,255,255,.5)}.hud-value.money{color:#fc0;text-shadow:0 0 10px rgba(255,204,0,.5)}.hud-value.burgers{color:#fa5;font-size:2.5rem;text-shadow:0 0 10px rgba(255,100,0,.5)}.health-track{width:250px;height:16px;background:#0009;border:1px solid #444;border-radius:8px;position:relative;overflow:hidden}.health-fill{height:100%;background:linear-gradient(90deg,#0f0,#af0);box-shadow:0 0 10px #0f0;border-radius:8px;transition:width .2s cubic-bezier(.2,.8,.2,1)}.health-fill.critical{background:linear-gradient(90deg,red,#f50);box-shadow:0 0 10px red;animation:flashCritical .2s infinite alternate}@keyframes flashCritical{0%{opacity:1}to{opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.combo-badge{background:#ff0055e6;color:#fff;padding:5px 15px;border-radius:10px;font-weight:900;transform:skew(-10deg) rotate(-5deg);box-shadow:5px 5px #00000080;display:flex;flex-direction:column;align-items:center;line-height:1;margin-top:30px;animation:popIn .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:skew(-10deg) rotate(-5deg) scale(0)}to{transform:skew(-10deg) rotate(-5deg) scale(1)}}.mobile-controls{position:absolute;bottom:15%;left:20px;right:20px;height:150px;z-index:100;display:flex;justify-content:space-between;pointer-events:none;opacity:0;transition:opacity .5s}.joystick-area{width:150px;height:150px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:50%;position:relative;touch-action:none}.joystick-knob{width:60px;height:60px;background:#00ffff80;border-radius:50%;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;box-shadow:0 0 10px #00ffff80}.action-buttons{display:flex;gap:20px;align-items:flex-end;padding-bottom:20px}.btn-touch{width:70px;height:70px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.5);color:#fff;font-family:Orbitron,sans-serif;font-weight:700;font-size:.8rem;display:flex;justify-content:center;align-items:center;touch-action:none;user-select:none;backdrop-filter:blur(4px);box-shadow:0 4px 6px #0000004d;-webkit-tap-highlight-color:transparent}.btn-touch:active,.btn-touch.active{background:#ffffff80;transform:scale(.95)}.btn-touch.large{width:90px;height:90px;background:#ff00554d;border-color:#f05}.btn-touch.large:active{background:#f059}.btn-touch.mega{border-color:#fa0;color:#fa0}.level-title-container{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;z-index:100;width:90%}.level-title-main{font-size:5rem;color:#fff;text-shadow:0 0 20px #0ff;margin:0;font-style:italic;font-family:Orbitron,sans-serif;line-height:1.1;white-space:nowrap}.level-title-sub{color:#0ff;letter-spacing:5px;font-size:1.5rem;margin-top:10px}@media (hover: none) and (pointer: coarse),(max-width: 900px){.menu-screen{padding:1rem;width:95%;max-height:95vh}.title{font-size:1.8rem;margin-bottom:.2rem;line-height:1}.subtitle{font-size:.8rem;margin-bottom:.5rem}.instructions{padding:.8rem;margin-bottom:.8rem;font-size:.75rem;border-left-width:2px}.desktop-instructions{display:none}.mobile-instructions{display:block}.btn-start{padding:.6rem 0;font-size:1.1rem;width:100%;flex-shrink:0;margin-top:0}.shop-overlay{justify-content:flex-start;padding-top:15vh}.shop-title{font-size:2rem;margin-bottom:1rem}.shop-subtitle{font-size:1rem;margin-bottom:15px}.shop-stats{margin-bottom:15px;font-size:1rem;gap:15px}.shop-btn{margin-top:20px}.shop-next-btn{margin-top:20px;margin-bottom:30px}.upgrade-container{gap:10px}.upgrade-card{width:140px;padding:15px}.upgrade-icon{font-size:2rem}.upgrade-name{font-size:.9rem}.upgrade-desc{font-size:.7rem}.gameover-score{font-size:2rem}.mobile-controls{opacity:1;pointer-events:auto}.hud{padding:10px 15px;height:auto}.hud-group{transform-origin:top left;transform:scale(.85)}.hud-group.right{transform-origin:top right}.hud-group.center{transform-origin:top center}.health-track{width:150px}.mobile-controls{bottom:15%;left:10px;right:10px;height:120px}.joystick-area{width:120px;height:120px}.joystick-knob{width:50px;height:50px;margin-top:-25px;margin-left:-25px}.action-buttons{gap:15px;padding-bottom:5px}.btn-touch{width:60px;height:60px;font-size:.7rem}.btn-touch.large{width:80px;height:80px}.combo-badge{transform:scale(.8) skew(-10deg) rotate(-5deg);margin-top:15px}.level-title-main{font-size:3rem}.level-title-sub{font-size:1.2rem;letter-spacing:3px}}@media (max-height: 500px){.shop-overlay{padding-top:10px;justify-content:center}.shop-title{font-size:1.8rem;margin-bottom:.5rem}.shop-stats,.shop-subtitle{margin-bottom:.5rem}.upgrade-container{gap:10px}.upgrade-card{padding:8px;width:120px}.upgrade-icon{font-size:1.5rem;margin-bottom:0}.shop-next-btn{margin-top:10px;margin-bottom:10px!important;padding:.5rem 2rem}.menu-screen{max-height:95vh;overflow-y:auto;padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.title{font-size:1.5rem;margin-top:10px;margin-bottom:5px}.subtitle{margin-bottom:5px}.gameover-score{font-size:2rem;margin-bottom:5px}.high-scores-container{margin-bottom:10px;padding:10px}.high-score-item{padding:2px 0;font-size:.9rem}.btn-start{margin-top:5px;margin-bottom:20px;padding:.5rem 2rem;font-size:1rem}.instructions{max-height:100px}}@media (max-width: 660px){.shop-title{font-size:1.5rem}.shop-subtitle{font-size:.9rem;margin-bottom:10px}.shop-stats{font-size:.9rem;gap:10px;margin-bottom:10px}.shop-btn{margin-top:20px;padding:.8rem 2rem}.upgrade-container{gap:8px}.upgrade-card{width:100px;padding:8px}.upgrade-icon{font-size:1.5rem;margin-bottom:5px}.upgrade-name{font-size:.7rem}.upgrade-desc{font-size:.55rem;line-height:1.1}.hud-group{transform:scale(.7)}.mobile-controls{bottom:15%;left:5px;right:5px;height:110px}.btn-touch{width:50px;height:50px;font-size:.6rem}.btn-touch.large{width:65px;height:65px}.joystick-area{width:110px;height:110px}.joystick-knob{width:45px;height:45px;margin-top:-22.5px;margin-left:-22.5px}.level-title-main{font-size:2rem;white-space:normal}.level-title-sub{font-size:1rem;letter-spacing:2px}}
