/* Live Shipments — engine grid with system feedback cards */
body.nine-properties .nine-pm-all-shipments-band {
    padding-top: var(--nine-pm-section-gap, 2.5rem) !important;
    padding-bottom: 0 !important;
}

body.nine-properties .nine-pm-all-shipments__inner {
    max-width: var(--nine-pm-content-max, 1280px);
    margin: 0 auto;
    padding: 0 var(--nine-pm-content-gutter, 15px);
    box-sizing: border-box;
}

body.nine-properties .nine-pm-all-shipments__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

body.nine-properties .nine-pm-all-shipments__head-copy {
    min-width: 0;
}

body.nine-properties .nine-pm-all-shipments__title {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: #09233c;
}

body.nine-properties .nine-pm-all-shipments__subtitle {
    margin: 4px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #667085;
}

body.nine-properties .nine-pm-all-shipments__hint {
    margin: 6px 0 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    color: #0abf53;
}

body.nine-properties .nine-pm-all-shipments__head-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex: 0 0 auto;
}

body.nine-properties .nine-pm-all-shipments__live-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #047857;
}

body.nine-properties .nine-pm-all-shipments__live-pulse {
    flex: 0 0 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgb(34 197 94 / 55%);
    animation: pm-system-feedback-pulse 2.2s ease-out infinite;
}

body.nine-properties .nine-pm-all-shipments__view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--nine-pm-brand-btn, #0abf53);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

body.nine-properties .nine-pm-all-shipments__view-all:hover {
    background: #089a45;
    color: #fff;
}

body.nine-properties .nine-pm-all-shipments-band .pm-system-feedback--section {
    margin-bottom: 14px;
}

body.nine-properties .nine-pm-all-shipments__origin-note {
    margin: 0 0 12px;
    font-size: 11px;
    line-height: 1.45;
    color: #667085;
}

body.nine-properties .nine-pm-all-shipments__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body.nine-properties .nine-pm-live-shipment {
    min-width: 0;
}

body.nine-properties .nine-pm-live-shipment__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding: 14px;
    border: 1px solid #dce3ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgb(9 35 60 / 4%);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.nine-properties .nine-pm-live-shipment__link:hover {
    border-color: #86efac;
    box-shadow: 0 6px 18px rgb(9 35 60 / 8%);
    transform: translateY(-1px);
}

body.nine-properties .nine-pm-live-shipment--hot .nine-pm-live-shipment__link {
    border-color: #fed7aa;
    background: linear-gradient(180deg, #fff 0%, rgb(255 247 237 / 45%) 100%);
}

body.nine-properties .nine-pm-live-shipment__route {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

body.nine-properties .nine-pm-live-shipment__endpoint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    color: #09233c;
}

body.nine-properties .nine-pm-live-shipment__flag {
    flex: 0 0 16px;
    width: 16px;
    height: 12px;
    border-radius: 2px;
    background-size: cover;
}

body.nine-properties .nine-pm-live-shipment__arrow {
    color: #94a3b8;
    font-weight: 700;
}

body.nine-properties .nine-pm-live-shipment__hot-badge {
    margin-left: auto;
    padding: 3px 8px;
    border-radius: 999px;
    background: #ffedd5;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    color: #c2410c;
    white-space: nowrap;
}

body.nine-properties .nine-pm-live-shipment__capacity {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

body.nine-properties .nine-pm-live-shipment__capacity-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    color: #667085;
}

body.nine-properties .nine-pm-live-shipment__progress {
    height: 5px;
    border-radius: 999px;
    background: #eef1f4;
    overflow: hidden;
}

body.nine-properties .nine-pm-live-shipment__progress-fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--nine-pm-brand-btn, #0abf53);
}

body.nine-properties .nine-pm-live-shipment--hot .nine-pm-live-shipment__progress-fill {
    background: linear-gradient(90deg, #f97316 0%, #ef4444 100%);
}

body.nine-properties .nine-pm-live-shipment .pm-system-feedback--card {
    margin-top: auto;
}

body.nine-properties .nine-pm-live-shipment__join {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--nine-pm-brand-btn, #0abf53);
}

body.nine-properties .nine-pm-live-shipment__link:hover .nine-pm-live-shipment__join {
    color: #089a45;
}

body.nine-properties .nine-pm-all-shipments__foot {
    margin-top: 14px;
    text-align: center;
}

body.nine-properties .nine-pm-all-shipments__more-link {
    font-size: 12px;
    font-weight: 700;
    color: #09233c;
    text-decoration: none;
}

body.nine-properties .nine-pm-all-shipments__more-link:hover {
    color: var(--nine-pm-brand-btn, #0abf53);
}

@media (max-width: 991px) {
    body.nine-properties .nine-pm-all-shipments__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.nine-properties .nine-pm-all-shipments__head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.nine-properties .nine-pm-all-shipments__head-aside {
        align-items: flex-start;
        width: 100%;
    }

    body.nine-properties .nine-pm-all-shipments__view-all {
        width: 100%;
        justify-content: center;
    }

    body.nine-properties .nine-pm-all-shipments__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.nine-properties .nine-pm-all-shipments__live-pulse {
        animation: none;
    }
}
