/* ============================================================
   THEME COLOR OVERRIDE  — Primary: #02fff7 (Electric Cyan)
   ============================================================ */
:root {
    --theme   : #02fff7;
    --theme-2 : #00dbd4;
    --theme-3 : #00a9a4;
    --glow-sm : 0 0 12px rgba(2,255,247,.30);
    --glow-md : 0 0 28px rgba(2,255,247,.45);
    --glow-lg : 0 0 56px rgba(2,255,247,.55);
    --bg      : #0e1118;
    --bg-2    : #070a10;
    --body    : #070a10;
    --border  : 1.5px solid rgba(2,255,247,.12);
    --border-2: 1.5px solid rgba(2,255,247,.45);
    --border-3: 1.5px solid rgba(2,255,247,.08);
}
.theme-btn { background:var(--theme); box-shadow:var(--glow-sm); }
.theme-btn:hover { box-shadow:var(--glow-md); transform:translateY(-2px); }
.text-theme { color:var(--theme)!important; }
::selection { background:rgba(2,255,247,.18); color:#fff; }
