:root {
    --bg-image: url('https://images.unsplash.com/photo-1509248961158-e54f6934749c?auto=format&fit=crop&w=1920&q=80');
    --bg-color: #0d0d0d;
    --card-bg: #1a1a1a;
    --primary: #9b111e;
    --secondary: #2c2c2c;
    --text-main: #e0e0e0;
    --text-muted: #888888;
    --accent: #ff3333;
    --hover-glow: rgba(155, 17, 30, 0.6);
}
