.elementor-285 .elementor-element.elementor-element-1e607fc{--display:flex;}.elementor-widget-image-box .elementor-image-box-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-image-box:has(:hover) .elementor-image-box-title,
					 .elementor-widget-image-box:has(:focus) .elementor-image-box-title{color:var( --e-global-color-primary );}.elementor-widget-image-box .elementor-image-box-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-285 .elementor-element.elementor-element-8e6cf3c .elementor-image-box-title{font-family:"Cinzel", Sans-serif;font-weight:600;}.elementor-285 .elementor-element.elementor-element-8e6cf3c .elementor-image-box-description{font-family:"Open Sans", Sans-serif;font-weight:400;}.elementor-285 .elementor-element.elementor-element-a0bcf6c .elementor-image-box-description{font-family:"Open Sans", Sans-serif;font-weight:400;}.elementor-285 .elementor-element.elementor-element-7374574 .elementor-image-box-title{font-family:"Cinzel", Sans-serif;font-weight:600;}.elementor-285 .elementor-element.elementor-element-7374574 .elementor-image-box-description{font-family:"Open Sans", Sans-serif;font-weight:400;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-1e607fc *//* KILL UNDERLINES ON THIS PAGE ONLY */
.elementor-285 .elementor-element.elementor-element-1e607fc a {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    color: #F5F5F7 !important; /* Bone White */
    transition: all 0.5s ease !important;
}

/* HOVER STATE: BLEED RED */
.elementor-285 .elementor-element.elementor-element-1e607fc a:hover {
    text-decoration: none !important;
    color: #8B0000 !important; /* Blood Red */
    border-bottom: none !important;
    text-shadow: 0 0 10px rgba(139, 0, 0, 0.5);
}

/* TARGET ELEMENTOR HEADING LINKS SPECIFICALLY */
.elementor-285 .elementor-element.elementor-element-1e607fc .elementor-heading-title a {
    text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS *//* 1. THE VOID (BASE STYLING) */
body {
    background-color: #000000 !important;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Subtle atmospheric grain */
body::before {
    content: "";
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    opacity: 0.05;
    pointer-events: none;
    z-index: 9999;
}

/* 2. TYPOGRAPHY (CINZEL & OPEN SANS) */
h1, h2, h3, .gamipress-rank-title {
    font-family: 'Cinzel', serif !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5em !important; 
    color: #ffffff !important;
    text-align: center;
}

p, li, .ast-single-post .entry-content, .um-profile-note {
    font-family: 'Open Sans', sans-serif !important;
    color: #999999 !important;
    text-transform: uppercase;
    font-size: 0.7rem !important;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
    max-width: 600px;
    margin: 20px auto !important;
}

/* 3. THE SANCTUARY BUTTONS */
.wp-block-button__link, .ast-button, .sanctuary-button {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 0px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 0.65rem !important;
    letter-spacing: 4px !important;
    padding: 15px 40px !important;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    display: inline-block;
}

.wp-block-button__link:hover, .ast-button:hover, .sanctuary-button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    cursor: crosshair;
}

/* 4. NAVIGATION VISIBILITY LOGIC (THE NUCLEAR FIX) */

/* Hide Logout, Account, and The Sanctuary from GUESTS */
body:not(.logged-in) .menu-item-type-um-logout, 
body:not(.logged-in) .menu-item-type-um-account,
body:not(.logged-in) .menu-item-has-children,
body:not(.logged-in) .menu-item-type-custom[href*="the-sanctuary"],
body:not(.logged-in) .menu-item-type-post_type[href*="the-sanctuary"] {/* End custom CSS */