/* Estilos Base */
body {
    background-color: #050507;
    color: #ffffff;
}

/* Variables de diseño (compatibilidad) */
:root {
    --bg-color: #050507;
    --text-main: #ffffff;
    --text-secondary: #a1a1aa;
    --accent-blue: #0071e3;
    --accent-gradient: linear-gradient(135deg, #0071e3 0%, #4facfe 100%);
    --button-hover: #0077ed;
    --nav-bg: rgba(5, 5, 7, 0.8);
    --border-color: #333;
}