:root { --strive-volt:#e8ff38; }

body, button, input, select, textarea,
[class*="Mui"], [class*="css-"] {
  font-family: system-ui, "Helvetica Neue", "Segoe UI", Arial, sans-serif !important;
}

/* Strive broadcast field replaces the datarhei space background */
body {
  background:
    repeating-linear-gradient(0deg, rgba(232,255,56,0.045) 0 1px, transparent 1px 4px),
    radial-gradient(120% 85% at 50% 10%, rgba(232,255,56,0.08) 0%, transparent 44%),
    linear-gradient(180deg, #101010 0%, #0a0a0a 55%, #060606 100%) !important;
  background-attachment: fixed !important;
}

/* green accents -> volt */
.MuiButton-outlined { border-color: var(--strive-volt) !important; }
.MuiButton-outlined:hover { background-color: rgba(232,255,56,0.08) !important; border-color: var(--strive-volt) !important; }
.MuiButton-containedPrimary, button[class*="containedPrimary"] { background-color: var(--strive-volt) !important; color:#0a0a0a !important; }
.Mui-checked .MuiSwitch-thumb { color: var(--strive-volt) !important; }
.Mui-checked + .MuiSwitch-track, .MuiSwitch-colorPrimary.Mui-checked + .MuiSwitch-track { background-color: var(--strive-volt) !important; }
