/*
Theme Name: Neon Casino
Theme URI: https://example.com/neon-casino
Author: Neon Developer
Author URI: https://example.com
Description: Dark neon casino theme for WordPress with customizable colors via CSS custom properties.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neon-casino
Tags: dark, casino, neon, custom-menu, responsive-layout
*/

/* ==============================================
   CSS CUSTOM PROPERTIES (color settings)
   All main colors can be changed here
   ============================================== */
:root {
    /* --- Backgrounds --- */
    --bg-dark: #0f172a;
    --bg-panel: #1e293b;
    --bg-border: #334155;

    /* --- Accent colors --- */
    --accent-primary: #10b981;
    --accent-primary-hover: #059669;
    --accent-secondary: #f59e0b;
    --accent-button: #3ba14a;
    --accent-button-hover: #2f853b;
    --accent-danger: #ef4444;

    /* --- Text --- */
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    --text-heading: #ffffff;
    --text-link: #10b981;

    /* --- Content blocks --- */
    --block-stats-bg-start: #112015;
    --block-stats-bg-end: #0a120c;
    --block-stats-border: #1f3625;
    --block-seo-bg: #1e293b;
    --block-faq-bg: rgba(0, 0, 0, 0.2);
    --block-alert-bg: rgba(245, 158, 11, 0.1);
    --block-quote-bg: rgba(255, 255, 255, 0.02);
    --block-author-bg: rgba(255, 255, 255, 0.02);
    --block-provider-bg: rgba(30, 41, 59, 0.3);

    /* --- Game cards --- */
    --card-bg: #1e293b;
    --card-overlay-bg: rgba(15, 23, 42, 0.85);

    /* --- Banner --- */
    --banner-text-color: #ffffff;
    --banner-title-color: #eaffd6;

    /* --- Layout sizes --- */
    --sidebar-width: 240px;
    --header-height: 70px;
    --mobile-nav-height: 60px;
}
