@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#e0e0e0;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#0a0a14;width:100%;height:100dvh;font-family:"Press Start 2P",monospace;overflow:hidden}.game-shell{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;will-change:contents;contain:paint;background:#0a0a14;flex-direction:column;width:100%;max-width:480px;height:100dvh;margin:0 auto;display:flex;position:relative;overflow:hidden;transform:translateZ(0)}@media (width>=600px){html,body,#root{background:#050510}.game-shell{border:none;width:100vw;max-width:none;height:100dvh}}:root{--fs-xs:8px;--fs-sm:10px;--fs-md:12px;--fs-lg:14px;--fs-xl:18px;--fs-xxl:24px;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px}@media (width<=360px){:root{--fs-xs:7px;--fs-sm:9px;--fs-md:11px}}button{cursor:pointer;touch-action:manipulation;border:none;font-family:"Press Start 2P",monospace;transition:filter .1s,transform .1s,box-shadow .15s}button:hover:not(:disabled){filter:brightness(1.15);box-shadow:0 0 8px #ffd7004d}button:active:not(:disabled){filter:brightness(.8);transform:scale(.95)}button:disabled{cursor:not-allowed;filter:grayscale(80%)opacity(.4)}canvas{image-rendering:pixelated;image-rendering:crisp-edges;display:block}.play-area{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.canvas-zone{background:#000;flex:1;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.ui-tray{background:#0a0a14;border-top:1px solid #1a1a2e;flex-direction:column;flex-shrink:0;gap:12px;min-height:140px;padding:16px;display:flex}@media (width>=900px){.play-area{flex-direction:row}.ui-tray{border-top:none;border-left:1px solid #1a1a2e;width:clamp(260px,22vw,380px);min-height:0}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-3px)}40%{transform:translate(2px)}60%{transform:translate(-2px)}80%{transform:translate(1px)}to{transform:translate(0)}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.blink{animation:1s step-end infinite blink}.fade-in{animation:.35s cubic-bezier(.22,.61,.36,1) fadeIn}.breathe{animation:1.8s ease-in-out infinite breathe}.game-shell{animation:.35s cubic-bezier(.22,.61,.36,1) fadeIn}.shake{animation:.28s cubic-bezier(.36,.07,.19,.97) shake}.safe-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.phase-screen{z-index:1;background:#0a0a14;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex;position:absolute;inset:0}
