/* ============================================================
   THEME TY‑LUDIC
   ============================================================ */

:root {
    --neon: #0ff;
    --panel: #111;
    --border: #444;
    --bg-dark: #000;
}
#difficulty-wrapper {
    font-family: 'Press Start 2P', monospace;
    color: #00ffcc;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#difficultySelect {
    background: black;
    color: #00ffcc;
    border: 2px solid #00ffcc;
    padding: 4px;
    font-family: 'Press Start 2P', monospace;
}
