/*
Theme Name: Nexus Beatstore FINAL
Theme URI: https://tudominio.com
Author: Nexus
Description: Tema SPA a prueba de fallos.
Version: 10.0
*/

html, body {
    background-color: #050505 !important;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    height: 100vh;
    overflow: hidden;
}

#root { width: 100%; height: 100%; }

/* Pantalla de error roja por si algo falla gravemente */
#fatal-error {
    display: none;
    position: fixed; top:0; left:0; width:100%; height:100%;
    background: #300; color: #faa;
    z-index: 99999;
    padding: 20px;
    font-family: monospace;
}

#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }