.team-wrapper {
    max-width: 1240px;
    margin: 24px auto 40px;
}

.team-card {
    background: #2b2149;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.team-banner {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.team-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
}

.team-logo-wrap {
    width: 84px;
    height: 84px;
    background: #ffffff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.team-logo {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.team-title {
    color: #fff;
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
}

.team-subtitle {
    margin-top: 6px;
    color: #c5b7ff;
    font-size: 14px;
}

.team-section {
    margin-top: 20px;
    background: #2b2149;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 20px;
}

.team-section h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 22px;
}

.team-players-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}

.team-player-card {
    background: #332b57;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px;
    text-decoration: none;
}

.team-player-img {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}

.team-player-name {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}

.team-player-pos {
    margin-top: 4px;
    color: #b7aadf;
    font-size: 12px;
}

.team-empty {
    color: #d2c8ef;
    font-size: 14px;
}
