/*
 * alexiuz.com theme
 * -----------------
 * Overrides for the shared alexiuz tokens. Loaded after
 * /styles/shared/tokens.css and before styles/auth.css.
 *
 * alexiuz already ran its own 15-variable token layer before this port, using
 * different names for the same roles (--bg, --surface, --elevated, --primary,
 * --muted). Those have been renamed onto the shared vocabulary so one ui.css
 * can style the hub and the generators alike; this file supplies the values
 * where alexiuz genuinely differs from the network defaults.
 *
 * Notably it does NOT need to override the accent: alexiuz's --primary was
 * already #6afcff, the same cyan generor is built around. Same for #ffffff,
 * --success-2 (#4ade80), --danger (#ff6b6b) and the 2px radius. The hub and
 * the generator network were already closer than they looked.
 *
 * Every value is the exact literal it replaced, so this is a pure refactor.
 */

:root {
    /* alexiuz runs a cooler, more neutral near-black than generor's navy. */
    --surface-0: #0f0f17;
    --surface-1: #14141f;
    --surface-2: #181825;
    --surface-4: #1e1e30;

    --border: #2a2a40;
    --border-rgb: 42, 42, 64;
    --border-2: #555555;

    /* Text ramp is plain grey here rather than generor's blue-tinted greys. */
    --text: #e8e8e8;
    --text-muted: #cccccc;
    --text-muted-3: #bbbbbb;
    --text-dim: #777777;
    --text-dim-2: #666666;

    --danger-2: #dc2626;
    --gold: #facc15;

    /* alexiuz-specific, no network equivalent. */
    --accent-hover: #8ffdff;
    --glow: rgba(106, 252, 255, 0.15);
}
