*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,sans-serif}body{background:#2a2a3a}#game{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:0}#ui{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none}#ui button,#ui .slot{pointer-events:auto}.screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.hidden{display:none!important}#menu h1{color:#fff;font-size:48px;margin-bottom:32px}#menu button{font-size:20px;padding:12px 36px;border-radius:8px;border:none;background:#4caf50;color:#fff;cursor:pointer}#hud{justify-content:space-between;padding:16px}#level-title{color:#fff;font-size:24px;align-self:center}#bottom-area{display:flex;flex-direction:column;align-items:center;gap:10px;align-self:center;width:100%}#powerups{display:flex;gap:12px}.powerup{padding:8px 16px;border-radius:6px;border:none;background:#ff9800;color:#fff;cursor:pointer;font-size:14px}.powerup:disabled{background:#888;cursor:not-allowed}#slot-bar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;width:90%;max-width:560px;padding:12px;background:#0006;border-radius:12px}.slot{aspect-ratio:1 / 1;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:32px}.slot-badge{width:75%;height:75%}#modal{background:#0009;pointer-events:auto}.modal-box{background:#fff;padding:32px 48px;border-radius:16px;text-align:center}.modal-box h2{font-size:32px;margin-bottom:24px;color:#333}#modal-buttons{display:flex;gap:12px;justify-content:center}#modal-buttons button{padding:10px 24px;border-radius:6px;border:none;background:#4caf50;color:#fff;font-size:16px;cursor:pointer}
