:root{

    /* =====================================================
       BRAND COLORS
    ===================================================== */

    --primary:#57C46A;
    --primary-hover:#4AB65B;
    --primary-dark:#3AA84E;

    --secondary:#35A7FF;
    --secondary-dark:#0F172A;


    /* =====================================================
       BACKGROUNDS
    ===================================================== */

    --background:#090D13;
    --background-light:#111827;

    --surface:rgba(21,28,38,.78);
    --surface-light:#1B2430;

    /* Compatibilidade com estilos anteriores */
    --card:var(--surface);


    /* =====================================================
       TEXT
    ===================================================== */

    --text:#F8FAFC;
    --text-muted:#94A3B8;
    --text-light:#CBD5E1;

    --white:#FFFFFF;


    /* =====================================================
       BORDERS AND OVERLAYS
    ===================================================== */

    --border:#253040;
    --border-soft:rgba(255,255,255,.08);

    --overlay:rgba(9,13,19,.85);


    /* =====================================================
       DIMENSIONS
    ===================================================== */

    --radius-sm:12px;
    --radius:18px;
    --radius-lg:28px;
	--container:1280px;
	--header-height:80px;


    /* =====================================================
       SHADOWS
    ===================================================== */

    --shadow-sm:0 5px 15px rgba(0,0,0,.15);
    --shadow:0 20px 60px rgba(0,0,0,.35);
    --shadow-lg:0 35px 90px rgba(0,0,0,.45);

    --shadow-primary:0 18px 45px rgba(87,196,106,.18);


    /* =====================================================
       TRANSITIONS
    ===================================================== */

    --transition-fast:.2s ease;
    --transition:.35s ease;
    --transition-slow:.6s ease;


    /* =====================================================
       TYPOGRAPHY
    ===================================================== */

    --font:'Inter', sans-serif;

/* =====================================================
   ACCESSIBILITY
===================================================== */

--focus-ring:rgba(87,196,106,.65);
--focus-offset:4px;

}
/* =====================================================
   EFFECTS
===================================================== */

--glass:rgba(255,255,255,.035);

--glass-border:rgba(255,255,255,.08);

--glow-primary:0 18px 45px rgba(87,196,106,.18);

--success:#57C46A;

