.elementor-kit-35{--e-global-color-primary:#FF9F2E;--e-global-color-secondary:#00CEC9;--e-global-color-text:#CCCCCC;--e-global-color-accent:#FF9F2E;--e-global-color-8e3ffff:#050508;--e-global-color-099e399:#0A0A0F;--e-global-color-c726049:#2ECC71;--e-global-color-8ee651a:#E74C3C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-letter-spacing:-2px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:800;--e-global-typography-secondary-letter-spacing:-1px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"JetBrains Mono";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-letter-spacing:2px;background-color:var( --e-global-color-8e3ffff );}.elementor-kit-35 e-page-transition{background-color:#FFBC7D;}.elementor-kit-35 a{font-size:64px;font-weight:900;text-transform:uppercase;}.elementor-kit-35 h2{font-size:48px;font-weight:800;text-transform:uppercase;}.elementor-kit-35 h3{font-size:32px;font-weight:700;}.elementor-kit-35 h4{font-size:24px;font-weight:600;}.elementor-kit-35 h5{font-family:"JetBrains Mono", Sans-serif;font-size:22px;font-weight:600;}.elementor-kit-35 h6{font-size:20px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-35{font-size:16px;line-height:1.6em;}.elementor-kit-35 h1{font-size:36px;}.elementor-kit-35 h2{font-size:28px;}.elementor-kit-35 h3{font-size:22px;}.elementor-kit-35 h4{font-size:18px;}.elementor-kit-35 h5{font-size:14px;}.elementor-kit-35 h6{font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//**
 * THE GENIUS AFFAIRE - ELEMENTOR OVERRIDE V1.0
 * Logic: Force Global Color & Typography Sync
 */

/* 1. GLOBAL BACKGROUND PROTECTION */
.elementor-section, 
.elementor-column, 
.elementor-widget-wrap {
    background-color: transparent !important;
}

body.elementor-page {
    background-color: #050508 !important;
}

/* 2. BUTTON RE-ENGINEERING (Matches Arcade Style) */
.elementor-button {
    background-color: #FF9F2E !important;
    color: #000000 !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 5px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.elementor-button:hover {
    background-color: #00CEC9 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 206, 201, 0.3) !important;
}

/* 3. INPUT FIELD HARDENING */
.elementor-field-group input, 
.elementor-field-group textarea {
    background-color: #0A0A0F !important;
    border: 1px solid rgba(255, 159, 46, 0.2) !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
}

.elementor-field-group input:focus {
    border-color: #00CEC9 !important;
}

/* 4. HEADING NEON ACCENTS */
.elementor-heading-title {
    color: inherit; /* Respects the Global Colors set in Site Settings */
}

/* 5. FIX FOR WHITE BOX VISIBILITY */
.elementor-widget-text-editor {
    color: #CCCCCC !important;
}

/**
 * BLXCKHIPPY ENTERTAINMENT - RESPONSIVE SYNC V1.2
 * Refined for 64px Desktop Base
 */

/* DESKTOP REFINEMENT */
h1 { font-size: 64px !important; letter-spacing: -2px !important; }

/* TABLET REFINEMENT */
@media (max-width: 1024px) {
    h1 { font-size: 48px !important; }
    h2 { font-size: 38px !important; }
    p, .elementor-text-editor { font-size: 17px !important; }
}

/* MOBILE REFINEMENT */
@media (max-width: 768px) {
    h1 { font-size: 36px !important; letter-spacing: -1px !important; }
    h2 { font-size: 28px !important; }
    h3 { font-size: 22px !important; }
    
    /* Body & Utility Text */
    p, .elementor-text-editor { 
        font-size: 16px !important; 
        line-height: 1.6 !important; 
    }
    
    /* System Labels (Mono) */
    .bh-mono, h5 { 
        font-size: 14px !important; 
        letter-spacing: 2px !important; 
    }
}/* End custom CSS */