/* Explain: Extreme neon cyberpunk theme tokens for the body-mod shop */
:root {
    --primary-color: #39ff14;
    --primary-hover: #8cff00;
    --secondary-color: #00f5ff;
    --accent-color: #b026ff;
    --danger-color: #ff2f7d;
    --background-color: #010201;
    --surface-color: #061009;
    --surface-strong: #0d2112;
    --text-color: #f1fff1;
    --text-muted: #90ad93;
    --border-color: rgba(57, 255, 20, 0.24);
    --glow-green: 0 0 16px rgba(57, 255, 20, 0.7), 0 0 42px rgba(57, 255, 20, 0.24), 0 0 86px rgba(57, 255, 20, 0.1);
    --glow-cyan: 0 0 22px rgba(0, 245, 255, 0.32), 0 0 54px rgba(0, 245, 255, 0.12);
    --glow-violet: 0 0 24px rgba(176, 38, 255, 0.42), 0 0 70px rgba(176, 38, 255, 0.16);
    --shadow-panel: 0 28px 90px rgba(0, 0, 0, 0.66), inset 0 0 42px rgba(57, 255, 20, 0.04);
    --radius-panel: 30px;
    --font-heading: 'Orbitron', sans-serif;
    --font-body: 'Space Grotesk', sans-serif;
}
