.fph-radar {
    background: #020f22;
    color: #fff;
    padding: 28px;
    border-radius: 22px;
}

.fph-radar-header {
    margin-bottom: 28px;
}

.fph-radar-kicker {
    color: #94a3b8;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}

.fph-radar-header h2 {
    margin: 6px 0 8px;
    font-size: 44px;
    color: #fff;
}

.fph-radar-header p {
    color: #cbd5e1;
}

.fph-radar-section-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 18px;
}

.fph-radar-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 18px;
}

.fph-radar-card {
    display: flex;
    gap: 16px;
    position: relative;
    padding: 18px;
    border-radius: 18px;
    background: #071426;
    border: 1px solid rgba(255,255,255,.08);
    border-left: 4px solid #334155;
    color: #fff !important;
    text-decoration: none;
    transition: .2s;
}

.fph-radar-card:hover {
    transform: translateY(-2px);
    background: #0d1f35;
}

.fph-radar-card.signal-positive {
    border-left-color: #22c55e;
}

.fph-radar-card.signal-neutral {
    border-left-color: #eab308;
}

.fph-radar-card.signal-negative {
    border-left-color: #ef4444;
}

.fph-radar-photo-wrap {
    position: relative;
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    border-radius: 14px;
    overflow: hidden;
    background: #111827;
}

.fph-radar-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fph-radar-logo {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.55));
}

.fph-radar-main {
    min-width: 0;
    flex: 1;
}

.fph-radar-topline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.fph-radar-rank,
.fph-radar-score {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    font-size: 11px;
    font-weight: 800;
    color: #fff;
}

.fph-radar-card strong {
    display: block;
    font-size: 18px;
    color: #fff;
}

.fph-radar-meta {
    margin-top: 4px;
    color: #94a3b8;
    font-size: 13px;
}

.fph-radar-signal {
    margin-top: 8px;
    color: #5ef0b3;
    font-size: 13px;
    font-weight: 700;
}

.fph-radar-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.fph-radar,
.fph-radar * {
    box-sizing: border-box;
}

.fph-radar {
    background: #020f22;
    color: #fff;
    padding: 28px;
    border-radius: 22px;
}

.fph-radar-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 18px;
}

.fph-radar-card {
    display: flex !important;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
    background: #071426 !important;
    border: 1px solid rgba(255,255,255,.08);
    border-left: 4px solid #334155;
    color: #fff !important;
    text-decoration: none !important;
    overflow: hidden;
}

.fph-radar-photo-wrap {
    position: relative;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px;
    max-width: 90px;
    overflow: hidden !important;
    border-radius: 14px;
    background: #111827;
}

.fph-radar-photo {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.fph-radar-logo {
    position: absolute !important;
    right: 5px;
    bottom: 5px;
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: contain !important;
    z-index: 2;
}

.fph-radar-main {
    min-width: 0;
    flex: 1;
}

.fph-radar-card strong,
.fph-radar-card div,
.fph-radar-card span {
    color: inherit;
}

.fph-radar-selector{
    display:flex;
    gap:12px;
    margin:20px 0 30px;
}

.fph-radar-selector select{
    min-width:240px;
}

.fph-radar-selector button{
    padding:10px 18px;
}