.fph-team-view-shell {
    background: #020f22;
    color: #fff;
    padding: 28px;
    border-radius: 22px;
}

.fph-team-view {
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
}

.fph-team-view a,
.fph-team-view a:visited,
.fph-team-view a:hover {
    color: #fff !important;
    text-decoration: none;
}

.fph-team-header {
    margin: 24px 0 28px;
}

.fph-team-kicker {
    font-size: 12px;
    text-transform: uppercase;
    color: #94a3b8;
    font-weight: 800;
    letter-spacing: .08em;
}

.fph-team-header h2 {
    font-size: 44px;
    margin: 6px 0 8px;
}

.fph-team-counts {
    color: #94a3b8;
    font-size: 14px;
}

.fph-team-selector {
    display: flex;
    gap: 12px;
    align-items: end;
    margin-bottom: 24px;
}

.fph-team-selector select {
    min-width: 260px;
}

.fph-team-section-title {
    font-size: 22px;
    font-weight: 800;
    margin: 34px 0 16px;
    color: #fff !important;
}

.fph-team-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 14px;
    margin-bottom: 34px;
}

.fph-team-overview-card,
.fph-team-identity-card,
.fph-team-top-asset,
.fph-team-signal,
.fph-team-player-card {
    background: #071426;
    border: 1px solid rgba(255,255,255,.08);
}

.fph-team-overview-card {
    padding: 18px;
    border-radius: 16px;
}

.fph-team-overview-card span,
.fph-team-identity-block span {
    display: block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.55);
}

.fph-team-overview-card strong {
    display: block;
    margin-top: 8px;
    font-size: 30px;
    line-height: 1;
}

.fph-team-identity-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 34px;
}

.fph-team-identity-block strong {
    display: block;
    margin-top: 8px;
    font-size: 30px;
    line-height: 1.15;
}

.fph-team-identity-block p {
    margin: 10px 0 0;
    color: #cbd5e1;
    line-height: 1.5;
}

.fph-team-top-assets {
    margin-bottom: 34px;
}

.fph-team-top-assets-list {
    display: grid;
    gap: 10px;
}

.fph-team-top-asset {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    transition: .2s;
}

.fph-team-top-asset:hover,
.fph-team-player-card:hover,
.fph-team-signal:hover {
    transform: translateY(-2px);
    background: #0d1f35;
}

.fph-team-top-asset > span:first-child {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    font-weight: 800;
}

.fph-team-top-asset strong {
    color: #fff !important;
    min-width: 0;
}

.fph-tier-badges {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    white-space: nowrap;
}

.fantasy-badge,
.dynasty-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    color: #fff !important;
}

.fantasy-badge {
    background: #1e3a8a;
}

.dynasty-badge {
    background: #312e81;
}

.fph-team-signals {
    margin-bottom: 34px;
}

.fph-team-signals-list {
    display: grid;
    gap: 10px;
}

.fph-team-signal {
    border-left: 4px solid #334155;
    border-radius: 12px;
    padding: 13px 16px;
    transition: .2s;
}

.fph-team-signal.signal-positive {
    border-left-color: #22c55e;
}

.fph-team-signal.signal-neutral {
    border-left-color: #eab308;
}

.fph-team-signal.signal-negative {
    border-left-color: #ef4444;
}

.fph-team-signal strong {
    display: block;
    color: #fff;
}

.fph-team-signal span {
    color: #94a3b8;
    font-size: 13px;
}

.fph-team-player-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.fph-team-player-card {
    display: flex;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
    transition: .2s;
}

.fph-team-player-photo {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

.fph-team-player-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.fph-team-player-status {
    display: inline-block;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(0,255,180,.15);
    color: #5ef0b3;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.fph-team-player-body strong {
    font-size: 18px;
    color: #fff;
}

.fph-team-player-body > span {
    color: #cbd5e1;
    font-size: 13px;
}

.fph-team-player-tiers {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.fph-team-player-archetype {
    color: #fff;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .fph-team-player-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .fph-team-view-shell {
        padding: 18px;
    }

    .fph-team-selector {
        flex-direction: column;
        align-items: stretch;
    }

    .fph-team-identity-card {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .fph-team-top-asset {
        grid-template-columns: 36px 1fr;
    }

    .fph-tier-badges {
        grid-column: 2;
        justify-content: flex-start;
        margin-top: 6px;
    }
}

.fph-team-view .fph-team-kicker,
.fph-team-view .fph-team-header h2 {
    color: #ffffff !important;
}

.fph-team-view .fph-team-counts,
.fph-team-view .fph-team-counts span {
    color: #94a3b8 !important;
}

.fph-team-player-tiers .fantasy-badge,
.fph-team-player-tiers .dynasty-badge {
    min-width: 78px;
    justify-content: center;
}
.fph-team-player-tier-labels {
    display: flex;
    gap: 10px;
    margin-top: 4px;
    font-size: 12px;
    color: #94a3b8;
}