:root {
    --bg-main: #050b14;
    --bg-card: rgba(30, 41, 59, 0.7);
    --bg-modal: #0a111e;
    --primary: #00f2ff;
    --accent: #bd00ff;
    --danger: #ff4757;
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --correct: #00e676;
    --wrong: #ff1744;
    --timer-color: #ff9f43;
    --star-color: #ffb800;
    --grid-color: rgba(0, 242, 255, 0.05);
    --card-hover: rgba(0, 242, 255, 0.1);
}
