/*
Theme Name: Mfer Smart Algo
Theme URI: https://mfersmartalgo.com
Author: Lead Architect
Description: Premium dark-mode theme for Mfer Smart Algo and The FU Money Club.
Version: 2.0
Text Domain: mfersmartalgo
*/

body {
    font-family: 'Inter', sans-serif;
    background-color: #0A0C10;
    color: #F3F4F6;
    overflow-x: hidden;
}

/* --- Lenis Smooth Scroll --- */
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* --- High-Fidelity SVG Containers --- */
.placeholder-box {
    background: #11151C;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
}

/* --- GSAP Utility Classes --- */
.overflow-hidden { overflow: hidden; }