/* OddVanta Results — Front-end Styles */

.ov-results-wrap {
    background: #0a0a0a;
    color: #e5e7eb;
    font-family: inherit;
}

.ov-accuracy-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #111111;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #e5e7eb;
}

.ov-accuracy-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    flex-shrink: 0;
}

.ov-accuracy-banner strong {
    color: #ffffff;
}

.ov-accuracy-banner .ov-pct {
    color: #F5C400;
    font-size: 16px;
}

.ov-table-scroll {
    overflow-x: auto;
    border-radius: 10px;
    border: 1px solid #1f1f1f;
}

.ov-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    min-width: 680px;
    background: #0a0a0a;
}

.ov-table thead tr {
    background: #111111;
    border-bottom: 1px solid #1f1f1f;
}

.ov-table th {
    text-align: left;
    padding: 10px 14px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9ca3af;
    white-space: nowrap;
}

.ov-table td {
    padding: 9px 14px;
    border-bottom: 1px solid #141414;
    color: #e5e7eb;
    vertical-align: middle;
}

.ov-table tbody tr:last-child td {
    border-bottom: none;
}

.ov-table tbody tr:hover td {
    background: #111111;
}

.ov-match {
    font-weight: 500;
    color: #ffffff;
    min-width: 160px;
}

.ov-date {
    color: #9ca3af;
    white-space: nowrap;
    font-size: 12px;
}

.ov-league {
    color: #9ca3af;
    font-size: 12px;
    max-width: 180px;
}

.ov-prediction {
    color: #e5e7eb;
}

.ov-confidence,
.ov-odds {
    color: #9ca3af;
    text-align: center;
    font-size: 12px;
}

.ov-outcome {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.ov-won {
    color: #10b981;
}

.ov-lost {
    color: #ef4444;
}

.ov-error {
    padding: 14px 18px;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    background: #111111;
    color: #e5e7eb;
}

.ov-empty {
    padding: 14px 18px;
    border: 1px solid #1f1f1f;
    border-radius: 10px;
    background: #111111;
    color: #9ca3af;
}

@media (max-width: 640px) {
    .ov-confidence,
    .ov-odds,
    .ov-date {
        display: none;
    }
}

/* ── Match Reports Hub ────────────────────────────────────── */

.ov-hub-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.ov-hub-nav a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    background: #f1f5f9;
    color: #334155;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
    transition: background 0.15s, color 0.15s;
}

.ov-hub-nav a:hover {
    background: #1e293b;
    color: #fff;
}

.ov-hub-count {
    font-weight: 400;
    opacity: 0.65;
}

.ov-hub-section {
    margin-bottom: 48px;
}

.ov-hub-section > h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e8f0;
}

.ov-hub-section > h2 a {
    color: inherit;
    text-decoration: none;
}

.ov-hub-section > h2 a:hover {
    text-decoration: underline;
}

.ov-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.ov-hub-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.15s;
}

.ov-hub-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.ov-hub-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.ov-hub-card-img {
    height: 160px;
    background-size: cover;
    background-position: center;
}

.ov-hub-card-body {
    padding: 14px 16px;
}

.ov-hub-card-score {
    display: block;
    font-weight: 700;
    font-size: 1.05em;
    margin-bottom: 4px;
}

.ov-hub-card-date {
    display: block;
    font-size: 0.85em;
    color: #64748b;
    margin-bottom: 8px;
}

.ov-hub-card-title {
    display: block;
    font-size: 0.92em;
    line-height: 1.4;
    color: #334155;
}

.ov-hub-more {
    margin-top: 16px;
}

.ov-hub-more a {
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
}

.ov-hub-more a:hover {
    text-decoration: underline;
}
