/*
Theme Name: Sistemas Mlg - Cyber-Elite
Theme URI: https://sistemas-mlg.es
Author: Sistemas Mlg & Antigravity
Author URI: https://sistemas-mlg.es
Description: Tema premium de alta tecnología para WordPress con diseño Cyber-Elite, efecto glassmorphism, modo oscuro profundo, soporte para logotipo oficial y plantillas dinámicas completas.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sistemas-mlg
Tags: dark-mode, technology, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* Reset & Base Styles */
html {
    scroll-behavior: smooth;
    background-color: #0b1326;
    color: #dae2fd;
}

body {
    background-color: #0b1326;
    color: #dae2fd;
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #060e20;
}
::-webkit-scrollbar-thumb {
    background: #1e293b;
    border-radius: 4px;
    border: 1px solid rgba(0, 242, 255, 0.2);
}
::-webkit-scrollbar-thumb:hover {
    background: #00f2ff;
}
