/* ============================
   World Cup 2026 Predictor – Style
============================ */

.wc2026-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    background: #0b1020;
    color: #f5f5f5;
}

.wc2026-table thead th {
    background: #151b30;
    color: #ffffff;
    text-align: left;
    padding: 10px;
    border-bottom: 2px solid #222842;
}

.wc2026-table tr:nth-child(even) {
    background: #111628;
}

.wc2026-table tr:nth-child(odd) {
    background: #0d1222;
}

.wc2026-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #1c2238;
    vertical-align: middle;
}

.wc2026-table th {
    padding: 10px;
}

/* Highlight first column (Loc / Echipa) */
.wc2026-table td:first-child,
.wc2026-table th:first-child {
    font-weight: 600;
}

/* Buttons inside tables */
.wc2026-table button {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
}

.wc2026-table button:hover {
    background: #1d4ed8;
}

/* Forms inside cells */
.wc2026-table input[type="number"] {
    background: #050816;
    border: 1px solid #1f2937;
    color: #f9fafb;
    padding: 3px 5px;
    border-radius: 3px;
}

/* Headings above tables (ex: Grupa A, Top 10 etc.) */
h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Message text (ex: Progresul tău) */
.wc2026-message,
.wc2026-progress {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 10px 0;
}

/* Optional: small progress bar style (dacă vrei să o folosești ulterior) */
.wc2026-progress-bar {
    background: #111827;
    border-radius: 999px;
    overflow: hidden;
    height: 10px;
    margin-top: 5px;
}

.wc2026-progress-bar-inner {
    background: #22c55e;
    height: 100%;
    width: 0%;
    transition: width 0.3s ease;
}
