.powerups-card{padding:2rem;background:var(--color-surface,#fff);border-radius:16px;box-shadow:0 4px 18px rgba(2,6,23,.08);margin-bottom:2rem}#powerup-form label{font-weight:600;margin-bottom:.5rem;display:block}#powerup-form input[type=text]{width:100%;padding:.6rem 1rem;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:1rem;font-size:1rem}#powerup-form select{width:100%;padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0;font-size:1rem}#tabla{width:100%;height:300px;border-radius:12px;border:1px solid #e2e8f0;padding:1rem;font-family:'Fira Mono',Consolas,monospace;font-size:1rem;margin-top:1rem;background:#fff;color:#222}#oculto p{margin-top:1rem;text-align:left;color:var(--color-accent,#ffb86b)}@media (max-width:700px){.powerups-card{padding:1rem}#tabla{height:200px;font-size:.95rem}}