.fph-trend-panel {
    background: #0f172a;
    border-radius: 22px;
    padding: 24px;
    margin-top: 20px;
    color: #f8fafc;
}

.fph-trend-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.fph-trend-kicker {
    color: #93c5fd;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
}

.fph-trend-header h2 {
    margin: 6px 0 0;
    color: #fff;
}

.fph-trend-delta {
    font-size: 28px;
    font-weight: 800;
}

.fph-trend-up {
    color: #4ade80;
}

.fph-trend-down {
    color: #f87171;
}

.fph-trend-stable {
    color: #cbd5e1;
}

.fph-trend-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-top: 22px;
}

.fph-trend-metric {
    background: rgba(15,23,42,.72);
    border: 1px solid rgba(148,163,184,.16);
    border-radius: 16px;
    padding: 16px;
}

.fph-trend-metric span {
    display: block;
    font-size: 12px;
    color: #93c5fd;
    margin-bottom: 8px;
}

.fph-trend-metric strong {
    font-size: 28px;
    color: #fff;
}

.fph-trend-metric p {
    margin-top: 10px;
    color: #cbd5e1;
    font-size: 13px;
}

.fph-trend-summary {
    margin-top: 18px;
    color: #cbd5e1;
    line-height: 1.6;
}