@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{--primary-color:#0f0;--secondary-color:#0ff;--bg-dark:#000;--text-light:#fff;--font-family:"Press Start 2P", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background:var(--bg-dark);color:var(--primary-color);text-transform:uppercase;justify-content:center;align-items:center;min-height:100vh;display:flex;overflow:hidden}.retro-panel{border:4px solid var(--primary-color);background:#111;padding:2rem;box-shadow:0 0 20px #0f03}h1{color:var(--secondary-color);text-align:center;text-shadow:2px 2px #000,4px 4px #00ffff80;margin-bottom:2rem;font-size:2.5rem;line-height:1.5}h2{color:var(--text-light);margin-bottom:1rem;font-size:1.2rem;line-height:1.4}p{color:#ccc;font-size:.8rem;line-height:1.6}.btn{background:var(--primary-color);border:4px solid var(--primary-color);color:#000;font-family:var(--font-family);cursor:pointer;text-transform:uppercase;padding:12px 24px;font-size:.8rem;transition:all .1s}.btn:hover{color:var(--primary-color);background:#000}.btn:active{transform:translateY(4px)}.hub-container{text-align:center;width:90%;max-width:900px}.games-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.game-card{cursor:pointer;background:#0a0a0a;border:2px solid #333;flex-direction:column;align-items:center;padding:2rem;transition:border-color .2s;display:flex}.game-card:hover{border-color:var(--secondary-color)}.game-icon{margin-bottom:1.5rem;font-size:3rem}.game-container{border:4px solid var(--primary-color);background:#000;flex-direction:column;width:800px;height:600px;display:flex;position:relative;overflow:hidden}.game-header{border-bottom:2px dashed var(--primary-color);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.score,.lives{color:var(--secondary-color);font-size:1rem}.game-area{flex:1;position:relative}.player{z-index:5;background-image:url(../assets/baby_globe.gif);background-position:50%;background-repeat:no-repeat;background-size:contain;width:60px;height:60px;position:absolute;bottom:20px}.enemy{color:red;white-space:nowrap;text-shadow:1px 1px #000;z-index:5;justify-content:center;align-items:center;font-size:.8rem;display:flex;position:absolute}.bullet{background:var(--secondary-color);width:4px;height:20px;box-shadow:0 0 10px var(--secondary-color);z-index:4;position:absolute}.powerup{background:#ffffff1a;border:2px dashed #ff0;border-radius:5px;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.5rem;animation:1s infinite alternate pulse;display:flex;position:absolute}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 5px #ff0}to{transform:scale(1.2);box-shadow:0 0 15px #ff0}}.active-powerups{flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:absolute;top:60px;right:20px}.powerup-indicator{color:#ff0;background:#000c;border:1px solid #ff0;padding:5px 10px;font-size:.7rem}.overlay{z-index:10;text-align:center;background:#000000d9;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}
