/* Vaporwave Theme — Neon cyan/turquoise on deep purple */
:root {
    --bg-primary: linear-gradient(180deg, #0a0e1a, #060b14, #0c1020);
    --bg-primary-solid: #080c16;
    --bg-card: rgba(8, 14, 28, 0.9);
    --bg-table-header: rgba(0, 230, 210, 0.10);
    --text-primary: #e8f0ff;
    --text-secondary: #b0c4e0;
    --text-muted: #6b5ea7;
    --accent: #00e6d2;
    --accent-rgb: 0, 230, 210;
    --accent-secondary: #ff71ce;
    --accent-glow-color: rgba(0, 230, 210, 0.5);
    --accent-glow: 0 0 12px #00e6d2, 0 0 30px rgba(0, 230, 210, 0.3);
    --accent-glow-sm: 0 0 10px rgba(0, 230, 210, 0.5);
    --accent-secondary-glow: 0 0 10px rgba(255, 113, 206, 0.5);
    --border: rgba(0, 230, 210, 0.22);
    --card-shadow: 0 0 20px rgba(0, 230, 210, 0.15), inset 0 0 20px rgba(255, 113, 206, 0.06);
    --card-shadow-hover: 0 0 35px rgba(0, 230, 210, 0.35), inset 0 0 25px rgba(255, 113, 206, 0.12);
}

body {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
    font-family: 'Courier New', Courier, monospace;
}
