/* ============================================
   JayLL Terminal - Default (Matrix/OLED) Theme
   ============================================ */
:root {
    /* Background Colors */
    --bg-primary: #020617;
    --bg-secondary: #0F172A;
    --bg-tertiary: #1E293B;
    --bg-input: #0F172A;

    /* Text Colors */
    --text-primary: #F8FAFC;
    --text-secondary: #CBD5E1;
    --text-muted: #64748B;
    --text-dim: #475569;

    /* Accent Colors */
    --accent-green: #22C55E;
    --accent-green-dim: rgba(34, 197, 94, 0.15);
    --accent-cyan: #06B6D4;
    --accent-yellow: #FACC15;
    --accent-red: #EF4444;
    --accent-purple: #A855F7;

    /* Effects */
    --glow-green: 0 0 10px rgba(34, 197, 94, 0.3);
    --glow-strong: 0 0 20px rgba(34, 197, 94, 0.4);
    --border-subtle: rgba(248, 250, 252, 0.1);
    --border-active: rgba(34, 197, 94, 0.5);
}