/*
Theme Name: EGC Esdras Gomez Premium
Author: Tu Desarrollador
Description: Tema de alta seguridad blindado contra XSS, diseñado para el portafolio de Esdras Gómez.
Version: 1.0
License: GNU General Public License v2 or later
*/

:root {
    --primary-purple: #7B1FA2; /* El morado de la 'G' del logo */
    --dark-bg: #0f1015;        /* Fondo oscuro texturizado sutil */
    --light-text: #ffffff;
    --muted-gray: #a0a5b5;
}

body { font-family: 'Segoe UI', system-ui, sans-serif; background-color: var(--dark-bg); color: var(--light-text); margin: 0; padding: 0; }
.egc-header { background: rgba(15, 16, 21, 0.95); border-bottom: 1px solid #222530; padding: 20px 5%; display: flex; justify-content: space-between; align-items: center; position: fixed; width: 90%; top: 0; z-index: 9999; }
.egc-logo-txt { font-size: 1.6rem; font-weight: 900; color: #fff; text-decoration: none; letter-spacing: 1px; }
.egc-logo-txt span { color: var(--primary-purple); }
.egc-btn { background: var(--primary-purple); color: #fff; padding: 12px 24px; border-radius: 6px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; border: 1px solid transparent; }
.egc-btn:hover { background: #5c137a; box-shadow: 0 0 15px rgba(123, 31, 162, 0.4); }
