/* 
 * Membrain Records - Core Industrial Manifest
 * Sovereign Authority Engine v6.9.1 [TOKEN_ALIGNMENT_STABILIZATION]
 */

:root {
    /* 1. PRIMARY TOKENS (Reference Sync) */
	--mb-neon: #00FF41;
	--mb-void: #121414;
	--mb-basalt: #343535;
	--mb-concrete: #c8c6c5;
	--mb-stark: #e3e2e2;
    --mb-border: #27272a;
    
    /* 2. TYPOGRAPHY TOKENS (Reference Sync) */
	--mb-font-tech: 'Space Grotesk', sans-serif;
    --mb-font-main: 'Epilogue', sans-serif;

    /* 3. LEGACY COMPATIBILITY TOKENS (For Player & Archive Support) */
    --mb-font-headline: 'Epilogue', sans-serif;
    --mb-font-technical: 'Space Grotesk', sans-serif;
    --mb-text-muted: #808080;
    --mb-accent: #00FF41;
}

/* -------------------------------------------------------------------------
   GLOBAL ENGINE RESET
   ------------------------------------------------------------------------- */
/* Body overrides removed to respect Oxygen Builder templates */


.glitch-bg {
    background-image: linear-gradient(rgba(0, 255, 65, 0.05) 1px, transparent 1px), 
                      linear-gradient(90deg, rgba(0, 255, 65, 0.05) 1px, transparent 1px) !important;
    background-size: 20px 20px !important;
}