/* /Pages/WorldCup/WorldCupDashboard.razor.rz.scp.css */
/* === WC Dashboard Header === */
.wc-header[b-7gzc9yl7tk] {
    background: linear-gradient(135deg, #c0392b 0%, #e05a00 50%, #e8b400 100%);
}

.wc-trophy-icon[b-7gzc9yl7tk] {
    font-size: 2rem;
    color: #ffe066;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* === KPI Cards === */
.wc-kpi-card[b-7gzc9yl7tk] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.wc-kpi-icon[b-7gzc9yl7tk] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 6px;
}

.bg-orange-soft[b-7gzc9yl7tk] { background: #fff3ea; }
.bg-green-soft[b-7gzc9yl7tk]  { background: #eafaf1; }
.bg-blue-soft[b-7gzc9yl7tk]   { background: #eaf3ff; }
.bg-red-soft[b-7gzc9yl7tk]    { background: #fdf0f0; }

.wc-kpi-label[b-7gzc9yl7tk] {
    font-size: .73rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 1px;
}

.wc-kpi-value[b-7gzc9yl7tk] {
    font-size: 1.55rem;
    font-weight: 700;
    color: #212529;
    line-height: 1.1;
}

.wc-kpi-total[b-7gzc9yl7tk] {
    font-size: .95rem;
    font-weight: 400;
    color: #adb5bd;
}

/* === Match Cards === */
.wc-match-card[b-7gzc9yl7tk] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 8px 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.wc-match-finished[b-7gzc9yl7tk] {
    background: #f8f9fa;
}

.wc-match-group[b-7gzc9yl7tk] {
    font-size: .7rem;
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 4px;
}

.wc-match-teams[b-7gzc9yl7tk] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wc-team[b-7gzc9yl7tk] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.wc-team-right[b-7gzc9yl7tk] {
    justify-content: flex-end;
}

.wc-team-icon[b-7gzc9yl7tk] {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.wc-team-name[b-7gzc9yl7tk] {
    font-size: .82rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wc-score[b-7gzc9yl7tk] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1rem;
}

.wc-score-final[b-7gzc9yl7tk] {
    background: #e05a00;
    color: #fff;
    min-width: 52px;
    justify-content: center;
}

.wc-score-upcoming[b-7gzc9yl7tk] {
    background: #f1f3f5;
    color: #495057;
}

.wc-score-sep[b-7gzc9yl7tk] {
    margin: 0 2px;
    opacity: .7;
}

.wc-score-time[b-7gzc9yl7tk] {
    font-size: .72rem;
    font-weight: 500;
    white-space: nowrap;
}

/* === Group Cards === */
.wc-group-card[b-7gzc9yl7tk] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.wc-group-header[b-7gzc9yl7tk] {
    background: #e05a00;
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    padding: 5px 10px;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.wc-group-table[b-7gzc9yl7tk] {
    font-size: .78rem;
    margin-bottom: 0;
}

.wc-group-table-head th[b-7gzc9yl7tk] {
    color: #6c757d;
    font-weight: 600;
    font-size: .7rem;
    text-transform: uppercase;
    padding: 4px 6px;
    border-bottom: 1px solid #dee2e6;
}

.wc-group-table tbody td[b-7gzc9yl7tk] {
    padding: 4px 6px;
    vertical-align: middle;
}

.wc-col-team[b-7gzc9yl7tk] {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wc-col-stat[b-7gzc9yl7tk] {
    width: 26px;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.wc-col-pts[b-7gzc9yl7tk] {
    width: 30px;
}

/* Rank highlighting */
.wc-rank-qualify[b-7gzc9yl7tk] {
    background: rgba(25, 135, 84, .06);
}

.wc-rank-qualify td:last-child[b-7gzc9yl7tk] {
    color: #198754;
}

.wc-rank-maybe[b-7gzc9yl7tk] {
    background: rgba(255, 193, 7, .08);
}

/* === Chart Cards === */
.wc-chart-card[b-7gzc9yl7tk] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 14px 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    height: 100%;
}

.wc-chart-title[b-7gzc9yl7tk] {
    font-weight: 700;
    font-size: .88rem;
    color: #343a40;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* === Scorer Bars === */
.wc-scorer-row[b-7gzc9yl7tk] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wc-scorer-name[b-7gzc9yl7tk] {
    width: 130px;
    font-size: .78rem;
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wc-scorer-bar-wrap[b-7gzc9yl7tk] {
    flex: 1;
}

.wc-scorer-bar[b-7gzc9yl7tk] {
    height: 16px;
    border-radius: 4px;
    background: #f1f3f5;
}

.wc-scorer-goals[b-7gzc9yl7tk] {
    width: 20px;
    text-align: right;
    font-size: .82rem;
    color: #495057;
}

.bg-orange[b-7gzc9yl7tk] {
    background-color: #e05a00 !important;
}

.text-orange[b-7gzc9yl7tk] {
    color: #e05a00 !important;
}
