:root {
    --primary-color: #3b82f6;
    --primary-hover: #60a5fa;

    --logo-color: #f8fafc;

    --bg-body: #0f172a;
    --bg-header: rgba(15, 23, 42, 0.8);
    --bg-card: #1e293b;
    --bg-card-hover: #334155;
    --bg-footer: #020617;

    --text-main: #f8fafc;
    --text-muted: #94a3b8;

    --border-color: #334155;

    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.5);

    --text-alert: #ef4444;
    --bg-alert: rgba(239, 68, 68, 0.1);

    --text-success: #22c55e;
    --bg-success: rgba(34, 197, 94, 0.12);
    --border-success: rgba(34, 197, 94, 0.2);

    --text-match-title: #fff;
}

.icon-light { display: none; }
.icon-dark { display: block; }
