@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/PronosticiAlgoritmoVincente.Web/Components/Layout/DashboardLayout.razor.rz.scp.css */
/* Layout CSS managed by AdminLTE */
/* _content/PronosticiAlgoritmoVincente.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout CSS managed by AdminLTE */
/* _content/PronosticiAlgoritmoVincente.Web/Components/Shared/NavMenu.razor.rz.scp.css */
/* _content/PronosticiAlgoritmoVincente.Web/Components/Shared/Partite/PartitaGiornataCard.razor.rz.scp.css */
.match-card[b-qnhxibzlnc] {
    background-color: #1a1d2e;
    border: 1px solid #2d3147;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.match-card-header[b-qnhxibzlnc] {
    background-color: #141626;
    padding: 0.5rem 1rem;
    font-size: 0.72rem;
    color: #7a8099;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #2d3147;
}

.match-card-body[b-qnhxibzlnc] {
    padding: 1rem;
}

.match-teams[b-qnhxibzlnc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.match-team[b-qnhxibzlnc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.match-team img[b-qnhxibzlnc] {
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-bottom: 0.4rem;
}

.match-team-name[b-qnhxibzlnc] {
    font-weight: 700;
    font-size: 0.88rem;
    text-align: center;
    color: #e9ecef;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.match-vs[b-qnhxibzlnc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding: 0 0.5rem;
}

.match-vs-text[b-qnhxibzlnc] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #6c757d;
    line-height: 1;
}

.quote-grid[b-qnhxibzlnc] {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.85rem;
    flex-wrap: nowrap;
}

.quota-badge[b-qnhxibzlnc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0d0f1e;
    border: 1px solid #2d3147;
    border-radius: 6px;
    padding: 0.35rem 0.25rem;
    min-width: 0;
}

.quota-badge-label[b-qnhxibzlnc] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7a8099;
    margin-bottom: 0.15rem;
    white-space: nowrap;
}

.quota-badge-value[b-qnhxibzlnc] {
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.quota-favorita[b-qnhxibzlnc] { color: #4ade80; }
.quota-media[b-qnhxibzlnc]    { color: #fbbf24; }
.quota-alta[b-qnhxibzlnc]     { color: #94a3b8; }

@media (max-width: 575px) {
    .match-team img[b-qnhxibzlnc] {
        width: 34px;
        height: 34px;
    }
    .match-team-name[b-qnhxibzlnc] {
        font-size: 0.78rem;
    }
    .quota-badge-value[b-qnhxibzlnc] {
        font-size: 0.82rem;
    }
}
/* _content/PronosticiAlgoritmoVincente.Web/Components/Shared/Partite/StatsGiornataCard.razor.rz.scp.css */
.stats-giornata-card[b-t7pt6a7l7a] {
    background-color: #13152a;
    border: 1px solid #2d3147;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.stats-giornata-header[b-t7pt6a7l7a] {
    background-color: #1a1d2e;
    padding: 0.55rem 1rem;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #7a8099;
    border-bottom: 1px solid #2d3147;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.stats-giornata-body[b-t7pt6a7l7a] {
    padding: 0.85rem 1rem;
}

.stats-section[b-t7pt6a7l7a] {
    margin-bottom: 1rem;
}

.stats-section:last-child[b-t7pt6a7l7a] {
    margin-bottom: 0;
}

.stats-section-title[b-t7pt6a7l7a] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5a6380;
    margin-bottom: 0.4rem;
}

/* Barre probabilità 1X2 */
.prob-bar-wrapper[b-t7pt6a7l7a] {
    display: flex;
    height: 22px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.35rem;
}

.prob-bar-segment[b-t7pt6a7l7a] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 700;
    transition: width 0.4s ease;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}

.prob-bar-1[b-t7pt6a7l7a]  { background-color: #16a34a; color: #fff; }
.prob-bar-x[b-t7pt6a7l7a]  { background-color: #4b5563; color: #d1d5db; }
.prob-bar-2[b-t7pt6a7l7a]  { background-color: #b91c1c; color: #fff; }

.prob-bar-labels[b-t7pt6a7l7a] {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    color: #94a3b8;
    margin-top: 0.1rem;
}

/* xG */
.xg-row[b-t7pt6a7l7a] {
    display: flex;
    gap: 0.75rem;
    align-items: stretch;
}

.xg-box[b-t7pt6a7l7a] {
    flex: 1;
    background-color: #0d0f1e;
    border: 1px solid #2d3147;
    border-radius: 8px;
    padding: 0.6rem 0.75rem;
    display: flex;
    flex-direction: column;
}

.xg-team-label[b-t7pt6a7l7a] {
    font-size: 0.68rem;
    color: #7a8099;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xg-value[b-t7pt6a7l7a] {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0.35rem;
}

.xg-bar-track[b-t7pt6a7l7a] {
    height: 5px;
    background-color: #2d3147;
    border-radius: 3px;
    overflow: hidden;
}

.xg-bar-fill[b-t7pt6a7l7a] {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, #fbbf24, #f59e0b);
    transition: width 0.4s ease;
}

.xg-alto[b-t7pt6a7l7a]  { color: #4ade80; }
.xg-medio[b-t7pt6a7l7a] { color: #fbbf24; }
.xg-basso[b-t7pt6a7l7a] { color: #94a3b8; }

/* Forma */
.forma-rows[b-t7pt6a7l7a] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.forma-row[b-t7pt6a7l7a] {
    font-size: 0.8rem;
    color: #cbd5e1;
    padding: 0.3rem 0.5rem;
    background-color: #0d0f1e;
    border-radius: 5px;
    border: 1px solid #2d3147;
}

/* Over/Under e Goal/No Goal */
.prob-list[b-t7pt6a7l7a] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.prob-chip[b-t7pt6a7l7a] {
    background-color: #0d0f1e;
    border: 1px solid #2d3147;
    border-radius: 20px;
    padding: 0.25rem 0.7rem;
    font-size: 0.78rem;
    color: #cbd5e1;
    white-space: nowrap;
}

.prob-chip strong[b-t7pt6a7l7a] {
    color: #fbbf24;
}
