/* ================================================
   NEON NOIR THEME  (pink-forward)
   global cyberpunk palette for bin.moe
   primary pulled from the palette-picker pink~
   ================================================ */

:root {
    /* ---- site theme vars (drive all existing components) ---- */
    --theme-primary: #ed4f86;
    --theme-primary-rgb: 237, 79, 134;

    --theme-secondary: #9d4edd;
    --theme-secondary-rgb: 157, 78, 221;

    --theme-accent: #ffd166;
    --theme-accent-rgb: 255, 209, 102;

    --theme-text: #e6f1ff;
    --theme-text-rgb: 230, 241, 255;

    --theme-bg: #07070f;
    --theme-bg-rgb: 7, 7, 15;

    --theme-dark: #03030a;
    --theme-dark-rgb: 3, 3, 10;

    /* ---- legacy compatibility (forms.css etc.) ---- */
    --sakura-primary: #ed4f86;
    --sakura-secondary: #9d4edd;
    --sakura-accent: #ffd166;
    --sakura-text: #e6f1ff;
    --sakura-bg: #07070f;
    --sakura-dark: #03030a;

    /* ---- design-system tokens (desktop home + new components) ---- */
    --c-primary: #ed4f86;   --c-primary-rgb: 237, 79, 134;
    --c-secondary: #9d4edd; --c-secondary-rgb: 157, 78, 221;
    --c-accent: #ffd166;    --c-accent-rgb: 255, 209, 102;
    --c-text: #e6f1ff;      --c-text-rgb: 230, 241, 255;
    --c-bg: #07070f;        --c-bg-rgb: 7, 7, 15;

    /* font roles */
    --f-hero: 'Heading', 'Orbitron', sans-serif;
    --f-head: 'Heading', 'Chakra Petch', sans-serif;
    --f-body: 'Paragraph', 'Segoe UI', sans-serif;
    --f-mono: 'Share Tech Mono', 'Courier New', monospace;

    /* effect intensity (tunable) */
    --glow: 0.45;
    --scan-op: 0.3;
    --grid-speed: 16s;
}
