/*
 * Neon Terminal — hand-editable overrides.
 *
 * neon-terminal.css is a frozen build artifact: it carries the Tailwind
 * utilities the Blade views use and must not be edited by hand. This file is
 * loaded after it, so plain CSS written here always wins.
 *
 * Safe to edit directly on the server: colours, glows, spacing, borders.
 * Adding a NEW Tailwind utility class to a Blade view still requires a rebuild
 * (see README, "Rebuilding the theme").
 */

:root {
    --cyber-bg: #05070D;
    --cyber-card: #0D1320;
    --cyber-cyan: #00E5FF;
    --cyber-green: #20FF9A;
    --cyber-red: #FF3B5C;
}
