/* ==========================================
   صفحة النادي - Light Theme Fluid Grid
   ========================================== */
.team-page-shell {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 48px;
    padding: 0 16px;
    direction: rtl;
}

.team-page-inner {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 8px 30px -12px rgba(15, 23, 42, 0.08);
}

.team-dash {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.team-dash-card {
    flex: 1 1 180px;
    min-width: 0;
    padding: 20px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}

.team-dash-card:hover {
    border-color: #4285f4;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(66, 133, 244, 0.1);
}

.team-dash-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.team-dash-value {
    display: block;
    font-size: 32px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.1;
}

.team-dash-sub {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
}

.team-section {
    margin-bottom: 36px;
}

.team-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(15, 23, 42, 0.05);
}
.team-section-title svg { color: #4285f4; }

.team-bio-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 32px;
}

.team-bio-card {
    flex: 1 1 300px;
    min-width: 0;
    padding: 24px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.team-bio-card h2 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 900;
    color: #0f172a;
}

.team-bio-body {
    line-height: 1.8;
    font-size: 15px;
    color: #475569;
}

/* Stats Lite */
.team-stats-lite {
    padding: 20px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    margin-bottom: 24px;
}

.team-stats-lite h2 {
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
}

.team-stats-lite-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.team-stats-lite-grid > div {
    flex: 1 1 90px;
    min-width: 0;
    text-align: center;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
}

.team-stats-lite-grid .n {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #0f172a;
}

.team-stats-lite-grid .l {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    margin-top: 4px;
}

.team-stats-lite-pts {
    background: rgba(66, 133, 244, 0.05) !important;
    border-color: rgba(66, 133, 244, 0.2) !important;
}
.team-stats-lite-pts .n { color: #2563eb; }

/* Grid Info */
.team-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.team-info-card {
    flex: 1 1 180px;
    min-width: 0;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
}

.team-info-card .lbl {
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
    margin-bottom: 4px;
}

.team-info-card .val {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
}

@media (max-width: 640px) {
    .team-bio-panel { flex-direction: column; }
}
