.ft-homepage {
    --ft-bg: #fff1e5;
    --ft-border: #cec1b2;
    --ft-text: #121212;
    --ft-muted: #666;
    --ft-primary: #0a2463;
    --ft-card-radius: 8px;

    background: var(--ft-bg);
    color: var(--ft-text);
    padding: 16px 0 30px;
    font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
}

/* Mobile hybrid final: first story hero + remaining compact left-text right-image */
@media (max-width: 991px) {
    .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        counter-reset: none !important;
    }

    .ft-stream-section .news-grid .ft-stream-item,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 1),
    .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2),
    .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 3),
    .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 4) {
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        position: static !important;
        grid-column: auto !important;
    }

    /* First item stays as a large card */
    .ft-stream-section .news-grid .ft-stream-item:first-child {
        display: flex !important;
        flex-direction: column;
        border-radius: 20px !important;
        overflow: hidden;
        background: #fff !important;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
        margin-bottom: 12px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image-wrapper {
        border-radius: 0 !important;
        border: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image {
        width: 100% !important;
        height: 46vw !important;
        min-height: 182px !important;
        max-height: 236px !important;
        object-fit: cover !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-body {
        position: static !important;
        margin: 0 !important;
        padding: 12px 12px 11px !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title,
    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title a {
        color: #111827 !important;
        font-size: 18px !important;
        line-height: 1.38 !important;
        margin: 0 0 6px !important;
        -webkit-line-clamp: 2;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-excerpt {
        display: -webkit-box !important;
        margin: 0 0 6px !important;
        color: #5b6475 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        -webkit-line-clamp: 2;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-meta {
        display: flex !important;
        gap: 8px;
        font-size: 11px !important;
        color: #7b8496 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:first-child::after {
        content: none !important;
        display: none !important;
    }

    /* All items after first: compact list */
    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 100px !important;
        column-gap: 12px !important;
        align-items: start !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-link {
        display: block !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 100px !important;
        height: 74px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        margin: 0 !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-wrapper {
        border: 0 !important;
        border-radius: 12px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image {
        width: 100% !important;
        height: 74px !important;
        min-height: 74px !important;
        max-height: 74px !important;
        object-fit: cover !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        min-width: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a {
        margin: 0 0 5px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        color: #1a1a1a !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt {
        margin: 0 !important;
        font-size: 13px !important;
        line-height: 1.42 !important;
        color: rgba(0, 0, 0, 0.55) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2)::after {
        display: none !important;
        content: none !important;
    }
}

/* Desktop premium layout for latest reports: featured + duo + compact list */
@media (min-width: 992px) {
    .ft-stream-section {
        margin-top: 12px;
    }

    .ft-stream-section .ft-block-title {
        border-top: 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.12);
        padding: 0 0 10px;
        margin-bottom: 14px;
        font-size: 18px;
        letter-spacing: 0.01em;
        text-transform: none;
        color: rgba(15, 23, 42, 0.94);
    }

    .ft-stream-section .news-grid.ft-stream-list {
        display: grid !important;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 18px 18px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item {
        grid-column: 1 / -1;
        display: grid !important;
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
        align-items: stretch;
        border: 0 !important;
        border-radius: 20px !important;
        background: #fff !important;
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07) !important;
        overflow: hidden;
        padding: 0 !important;
        margin: 0 !important;
        gap: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-image-link,
    .ft-stream-section .news-grid .ft-stream-image-wrapper {
        border: 0 !important;
        border-radius: 0 !important;
        overflow: hidden;
        margin: 0 !important;
        width: 100%;
        height: 100%;
        box-shadow: none !important;
        background: #edf1f6;
    }

    .ft-stream-section .news-grid .ft-stream-image {
        width: 100%;
        height: 100%;
        min-height: 278px;
        max-height: 278px;
        object-fit: cover;
        display: block;
    }

    .ft-stream-section .news-grid .ft-stream-body {
        min-width: 0;
        margin: 0 !important;
        padding: 16px 18px !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-title {
        margin: 0 0 8px !important;
        font-size: 25px !important;
        line-height: 1.28 !important;
        font-weight: 800 !important;
        color: rgba(0, 0, 0, 0.9) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ft-stream-section .news-grid .ft-stream-excerpt {
        margin: 0 0 8px !important;
        font-size: 14px !important;
        line-height: 1.58 !important;
        color: rgba(15, 23, 42, 0.62) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ft-stream-section .news-grid .ft-stream-meta {
        margin-top: 6px;
        gap: 9px;
        font-size: 12px;
        color: rgba(15, 23, 42, 0.45);
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(2),
    .ft-stream-section .news-grid .ft-stream-item:nth-child(3) {
        grid-column: span 6;
        display: flex !important;
        flex-direction: column;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(2) .ft-stream-image,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(3) .ft-stream-image {
        min-height: 194px;
        max-height: 194px;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(2) .ft-stream-title,
    .ft-stream-section .news-grid .ft-stream-item:nth-child(3) .ft-stream-title {
        font-size: 19px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) {
        grid-column: 1 / -1;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 216px;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.1) !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4):last-child {
        border-bottom: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-image-link {
        grid-column: 2;
        grid-row: 1;
        border-radius: 14px !important;
        height: 108px;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-image-wrapper {
        border-radius: 14px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-image {
        min-height: 108px;
        max-height: 108px;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-body {
        grid-column: 1;
        grid-row: 1;
        padding: 0 14px 0 0 !important;
        align-self: center;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-title {
        font-size: 19px !important;
        margin-bottom: 6px !important;
    }

    .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) .ft-stream-excerpt {
        -webkit-line-clamp: 1;
        margin-bottom: 4px !important;
    }
}

/* Desktop latest reports: compact left-text right-image layout */
@media (min-width: 992px) {
    .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-item {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(180px, 35%) !important;
        column-gap: 14px !important;
        align-items: start !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        content-visibility: auto;
        contain-intrinsic-size: 126px;
    }

    .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-image-link {
        grid-column: 2 !important;
        grid-row: 1 !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        box-shadow: none !important;
        background: #e8edf2 !important;
    }

    .ft-stream-section .news-grid .ft-stream-image-wrapper {
        border: 0 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-image {
        width: 100% !important;
        height: 96px !important;
        min-height: 96px !important;
        max-height: 96px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .ft-stream-section .news-grid .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .ft-stream-section .news-grid .ft-stream-title {
        margin: 0 0 6px !important;
        font-size: 18px !important;
        line-height: 1.36 !important;
        font-weight: 700 !important;
        color: rgba(0, 0, 0, 0.9) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-excerpt {
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        color: rgba(0, 0, 0, 0.52) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden !important;
    }

    .ft-stream-section .news-grid .ft-stream-meta {
        margin-top: 5px !important;
        gap: 8px !important;
        font-size: 12px !important;
        color: rgba(0, 0, 0, 0.4) !important;
    }
}

.ft-homepage h1,
.ft-homepage h2,
.ft-homepage h3,
.ft-homepage h4,
.ft-homepage h5,
.ft-homepage h6 {
    line-height: 1.25 !important;
}

.ft-homepage .hover-image-opacity img[loading="lazy"],
.ft-homepage .hover-image-opacity img {
    opacity: 1 !important;
}

.ft-homepage .hover-image-opacity figure::before {
    display: none;
}

@keyframes ft-skeleton-shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.ft-refreshing {
    position: relative;
    overflow: hidden;
}

.ft-refreshing > * {
    opacity: 0.54;
}

.ft-refreshing::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
    animation: ft-skeleton-shimmer 1.1s linear infinite;
    pointer-events: none;
}

.ft-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.05fr) minmax(340px, 0.95fr);
    gap: 22px;
    align-items: start;
}

.ft-main {
    min-width: 0;
}

.ft-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    border-bottom: 1px solid var(--ft-border);
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.ft-lead-story,
.ft-mid-story,
.ft-trio-card,
.ft-stream-item,
.ft-rail-item,
.ft-rail-module {
    min-width: 0;
}

.ft-lead-image-wrapper,
.ft-mid-image-wrapper,
.ft-trio-image-wrapper,
.ft-stream-image-wrapper,
.ft-promo-image-wrapper {
    margin: 0;
    overflow: hidden;
    border: 1px solid #d2c6b7;
    background: #ddd;
    border-radius: var(--ft-card-radius);
}

.ft-lead-image {
    width: 100%;
    height: 410px;
    object-fit: cover;
    display: block;
}

.ft-lead-meta-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 8px;
    color: #8a7f73;
    font-size: 12px;
}

.ft-topic {
    color: #b51f4a;
    font-weight: 700;
}

.ft-lead-title {
    margin: 0 0 8px;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(28px, 2.35vw, 40px);
    line-height: 1.18;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ft-lead-title a,
.ft-mid-title a,
.ft-trio-title a,
.ft-stream-title a,
.ft-promo-title a {
    color: var(--ft-text);
    text-decoration: none;
}

.ft-lead-title a:hover,
.ft-mid-title a:hover,
.ft-trio-title a:hover,
.ft-stream-title a:hover,
.ft-promo-title a:hover,
.ft-rail-link:hover {
    color: var(--ft-primary);
}

.ft-lead-excerpt {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.ft-follow-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid #b51f4a;
    color: #b51f4a;
    border-radius: 999px;
    padding: 1px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-mid-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ft-mid-story {
    border-bottom: 1px solid var(--ft-border);
    padding-bottom: 12px;
}

.ft-mid-story:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ft-mid-image {
    width: 100%;
    height: 188px;
    object-fit: cover;
    display: block;
}

.ft-mid-title {
    margin: 8px 0 6px;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(20px, 1.55vw, 28px);
    line-height: 1.24;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Top-right key cards should show full title without ellipsis truncation. */
.ft-top-grid .ft-mid-title {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    overflow: visible;
}

.ft-mid-excerpt {
    margin: 0 0 6px;
    color: var(--ft-muted);
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.ft-mid-time {
    color: #8a7f73;
    font-size: 12px;
}

@media (min-width: 992px) {
    .ft-top-grid .ft-lead-story,
    .ft-top-grid .ft-mid-story,
    .ft-top-grid .ft-mid-story:last-child {
        border: 1px solid #dbcfbf;
        background: #f9f1e7;
        padding: 8px;
        border-radius: var(--ft-card-radius);
        transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .ft-top-grid .ft-lead-story:hover,
    .ft-top-grid .ft-mid-story:hover,
    .ft-top-grid .ft-lead-story:focus-within,
    .ft-top-grid .ft-mid-story:focus-within {
        border-color: #bfae97;
        transform: translateY(-1px);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    }
}

.ft-trio-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
    border-bottom: 1px solid var(--ft-border);
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.ft-trio-card {
    display: flex;
    flex-direction: column;
}

.ft-trio-image {
    width: 100%;
    height: 175px;
    object-fit: cover;
    display: block;
}

.ft-trio-topic-row {
    margin: 8px 0 6px;
    min-height: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.ft-trio-time {
    margin-left: auto;
    color: #8a7f73;
    font-size: 12px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

.ft-trio-title {
    margin: 0;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(17px, 1.2vw, 23px) !important;
    line-height: 1.3;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}

.ft-trio-short-note {
    margin: 4px 0 0;
    color: #8a7f73;
    font-size: 12px;
    line-height: 1.3;
}

.ft-block-title {
    margin: 0;
    padding: 8px 0;
    border-top: 3px solid #111;
    border-bottom: 1px solid var(--ft-border);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.ft-stream-list {
    display: flex;
    flex-direction: column;
}

.ft-stream-section {
    margin-top: 8px;
    clear: both;
}

.ft-stream-item {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--ft-border);
    content-visibility: auto;
    contain-intrinsic-size: 160px;
}

.ft-stream-image {
    width: 100%;
    height: 144px;
    object-fit: cover;
    display: block;
}

.ft-stream-title {
    margin: 0 0 6px;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(17px, 1.2vw, 22px) !important;
    line-height: 1.34;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ft-stream-excerpt {
    margin: 0 0 6px;
    color: var(--ft-muted);
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.ft-stream-body {
    min-width: 0;
}

.ft-stream-meta {
    display: flex;
    gap: 10px;
    color: #8a7f73;
    font-size: 12px;
}

.ft-rail {
    border-left: 1px solid #d7cabc;
    padding-left: 16px;
    position: sticky;
    top: 10px;
    align-self: start;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: none;
    scrollbar-color: #cabba9 #efe5d9;
}

.ft-rail::-webkit-scrollbar {
    width: 8px;
}

.ft-rail::-webkit-scrollbar-track {
    background: #efe5d9;
}

.ft-rail::-webkit-scrollbar-thumb {
    background: #cabba9;
    border-radius: 999px;
}

.ft-rail-module {
    border-top: 2px solid #111;
    margin-bottom: 14px;
}

.ft-rail-module--market,
.ft-mobile-market-module {
    border: 0;
    border-top: 2px solid #111;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.ft-rail-module--market .ft-rail-list,
.ft-mobile-market-module .ft-rail-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.ft-rail-module--market .ft-rail-item,
.ft-mobile-market-module .ft-rail-item {
    position: relative;
    border: 1px solid #d8cab9;
    border-radius: var(--ft-card-radius);
    background: linear-gradient(180deg, #fcf6ee 0%, #f9f0e5 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(17, 17, 17, 0.04);
    padding: 0 12px 0 14px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ft-rail-module--market .ft-rail-item::before,
.ft-mobile-market-module .ft-rail-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #b51f4a, #d27a33);
    opacity: 0.55;
}

.ft-rail-module--market .ft-rail-item:hover,
.ft-mobile-market-module .ft-rail-item:hover,
.ft-rail-module--market .ft-rail-item:focus-within,
.ft-mobile-market-module .ft-rail-item:focus-within {
    border-color: #c6b5a1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 4px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.ft-rail-module--market .ft-rail-link,
.ft-mobile-market-module .ft-rail-link {
    padding-top: 10px;
    line-height: 1.32;
    letter-spacing: 0.01em;
}

.ft-rail-module--market .ft-rail-time,
.ft-mobile-market-module .ft-rail-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 10px;
    color: #7f7468;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-weight: 700;
}

.ft-rail-module--market .ft-rail-time::before,
.ft-mobile-market-module .ft-rail-time::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #b8aa97;
}

.ft-rail-module--market .ft-rail-link:hover,
.ft-mobile-market-module .ft-rail-link:hover {
    color: #7a001f;
}

.ft-rail-title {
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px dotted var(--ft-border);
    font-size: clamp(24px, 2vw, 38px);
    font-weight: 700;
    font-family: "Noto Serif SC", "Times New Roman", serif;
}

.ft-rail-helper {
    margin: 8px 0 0;
    color: #7a7064;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}

.ft-rail-list {
    display: flex;
    flex-direction: column;
}

.ft-rail-item {
    border-bottom: 1px solid var(--ft-border);
}

.ft-rail-link {
    display: block;
    padding: 9px 0 2px;
    color: #111;
    text-decoration: none;
    font-size: clamp(16px, 1.1vw, 21px);
    line-height: 1.4;
    font-weight: 600;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ft-rail-link-note {
    margin: 0;
    color: #7a7064;
    font-size: 12px;
    line-height: 1.45;
    padding: 0 0 9px;
}

.ft-rail-time {
    display: block;
    padding: 0 0 9px;
    color: #8a7f73;
    font-size: 12px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

@keyframes ft-rail-ticker-roll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

.ft-rail-ticker-viewport {
    position: relative;
    overflow-y: auto;
    max-height: 572px;
    scroll-behavior: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ft-rail-ticker-viewport::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.ft-rail-ticker-track {
    display: flex;
    flex-direction: column;
}

.ft-rail-ticker-item {
    display: grid;
    grid-template-columns: 42px 8px auto minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    border-bottom: 1px dashed var(--ft-border);
    padding: 8px 0;
}

.ft-rail-ticker-time {
    color: #8a7f73;
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.25;
    padding-top: 2px;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
}

.ft-rail-ticker-dot {
    width: 6px;
    height: 6px;
    margin-top: 7px;
    border-radius: 999px;
    background: #6b7280;
}

.ft-rail-ticker-badge {
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
}

.ft-rail-ticker-link {
    color: #111;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ft-rail-ticker-link:hover {
    color: var(--ft-primary);
}

.ft-rail-ticker-item[data-tone="signal"] .ft-rail-ticker-dot {
    background: #0ea5e9;
}

.ft-rail-ticker-item[data-tone="signal"] .ft-rail-ticker-badge {
    color: #0369a1;
}

.ft-rail-ticker-item[data-tone="high"] .ft-rail-ticker-dot {
    background: #ef4444;
}

.ft-rail-ticker-item[data-tone="high"] .ft-rail-ticker-badge {
    color: #b91c1c;
}

.ft-rail-ticker-item[data-tone="market"] .ft-rail-ticker-dot {
    background: #f59e0b;
}

.ft-rail-ticker-item[data-tone="market"] .ft-rail-ticker-badge {
    color: #b45309;
}

.ft-rail-trending-list {
    margin: 0;
    padding: 8px 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ft-rail-trending-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    border-bottom: 1px solid var(--ft-border);
    padding: 0 0 9px;
}

.ft-rail-rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #b51f4a;
    color: #b51f4a;
    font-size: 12px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.ft-rail-trending-link {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ft-rail-trending-link:hover {
    color: var(--ft-primary);
}

.ft-rail-trending-time {
    display: block;
    margin-top: 4px;
    color: #8a7f73;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.ft-rail-module--tools {
    position: static;
    background: var(--ft-bg);
    z-index: 2;
    padding-bottom: 8px;
}

.ft-rail-tool-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding-top: 10px;
}

.ft-rail-tool,
.ft-rail-tool-button {
    border: 1px solid #c9bbab;
    border-radius: 8px;
    background: #fff7ef;
    color: #111;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 9px 6px;
    cursor: pointer;
}

.ft-rail-tool:hover,
.ft-rail-tool-button:hover {
    border-color: #b51f4a;
    color: #b51f4a;
}

.ft-rail-progress {
    margin-top: 10px;
    width: 100%;
    height: 6px;
    background: #e4d9cd;
    border-radius: 999px;
    overflow: hidden;
}

#ft-read-progress {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #b51f4a, #d76a8b);
    transition: width 0.18s ease;
}

.ft-rail-stamp {
    margin-top: 9px;
    display: inline-flex;
    align-items: center;
    border: 1px dashed #b51f4a;
    border-radius: 999px;
    color: #b51f4a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 4px 9px;
}

.ft-rail-module--data-center .ft-rail-helper {
    margin-bottom: 8px;
    color: #6d655c;
    font-size: 12px;
    font-weight: 700;
}

.ft-data-center-label {
    margin: 0 0 6px;
    color: #0f172a;
    font-family: "Roboto Condensed", "PingFang SC", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.ft-rail-module--data-center {
    position: relative;
    border: 1px solid #cdbdaa;
    border-top-width: 2px;
    padding: 10px 10px 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0)),
        repeating-linear-gradient(0deg, rgba(43, 43, 43, 0.025), rgba(43, 43, 43, 0.025) 1px, transparent 1px, transparent 22px),
        #f8eee0;
}

.ft-dc-kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.ft-dc-kpi-card {
    border: 1px dashed #bfae99;
    background: rgba(255, 255, 255, 0.28);
    padding: 8px 8px 7px;
}

.ft-dc-kpi-label {
    margin: 0;
    color: #6d655c;
    font-family: "Roboto Condensed", "PingFang SC", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ft-dc-kpi-value {
    margin: 3px 0 0;
    color: #111827;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
}

.ft-dc-kpi-unit {
    font-size: 12px;
    margin-left: 2px;
    color: #667085;
}

.ft-dc-kpi-sub {
    margin: 2px 0 0;
    color: #4b5563;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-dc-section-title {
    margin: 8px 0 0;
    color: #0f172a;
    font-family: "Roboto Condensed", "PingFang SC", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ft-dc-matrix {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px dashed #c6b8a8;
}

.ft-dc-matrix-item {
    border-bottom: 1px dashed #c6b8a8;
    padding: 7px 0 8px;
}

.ft-dc-matrix-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ft-dc-source-name {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-dc-source-trend {
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
}

.ft-dc-source-trend.is-up {
    color: #047857;
}

.ft-dc-source-trend.is-down {
    color: #b91c1c;
}

.ft-dc-source-trend.is-flat {
    color: #64748b;
}

.ft-dc-bar {
    position: relative;
    margin-top: 5px;
    height: 4px;
    background: #e6d8c8;
    overflow: hidden;
}

.ft-dc-bar > span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #1d4ed8, #22c55e);
}

.ft-dc-source-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #475569;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-dc-source-status.is-idle {
    color: #6b7280;
}

.ft-dc-source-status.is-idle .ft-dc-status-dot {
    background: #9ca3af;
}

.ft-dc-matrix-meta {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #475569;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.ft-dc-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #16a34a;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.35);
    animation: ft-dc-pulse 1.5s ease-in-out infinite;
}

@keyframes ft-dc-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.35);
    }
    70% {
        box-shadow: 0 0 0 7px rgba(22, 163, 74, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
    }
}

.ft-dc-insights {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px dashed #c6b8a8;
}

.ft-dc-insight-item {
    border-bottom: 1px dashed #c6b8a8;
    color: #374151;
    padding: 7px 0;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.ft-promo-card {
    padding-top: 10px;
}

.ft-promo-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.ft-promo-title {
    margin: 8px 0 0;
    font-family: "Noto Serif SC", "Times New Roman", serif;
    font-size: clamp(18px, 1.35vw, 28px);
    line-height: 1.26;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ft-promo-time {
    display: block;
    margin: 6px 0 0;
    color: #8a7f73;
    font-size: 12px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

.ft-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 0;
}

.ft-tag {
    border: 1px solid #b51f4a;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1;
    color: #b51f4a;
    text-decoration: none;
}

.ft-tag:hover {
    background: #b51f4a;
    color: #fff;
}

.ft-tag.is-hot {
    border-color: #9c123e;
    color: #9c123e;
    background: #fff4f7;
    font-weight: 800;
}

.ft-tag[data-rank="1"] {
    border-color: #7a001f;
    color: #7a001f;
}

.ft-empty-card {
    padding: 10px 0;
}

.ft-homepage .pagination {
    margin-top: 18px;
}

.ft-mobile-market-module {
    display: none;
}

.ft-mobile-ticker-module {
    display: none;
}

.ft-mobile-ticker-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.ft-mobile-ticker-item {
    position: relative;
    border: 1px solid #deceb9;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdf8 0%, #f9f1e4 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 2px 8px rgba(45, 29, 13, 0.05);
    padding: 10px 10px 10px 14px;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.ft-mobile-ticker-item:hover,
.ft-mobile-ticker-item:focus-within {
    border-color: #ceb79c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 5px 14px rgba(45, 29, 13, 0.08);
    transform: translateY(-1px);
}

.ft-mobile-ticker-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #8e7f6d, #bfa58a);
}

.ft-mobile-ticker-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 6px;
    color: #6f665c;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    border: 1px solid #ddcfbb;
    border-radius: 999px;
    padding: 2px 7px;
    background: #f8f1e5;
}

.ft-mobile-ticker-badge {
    display: inline-flex;
    align-items: center;
    color: #586277;
    font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 1px solid #ced9ea;
    border-radius: 999px;
    padding: 2px 7px;
    background: #f3f7ff;
}

.ft-mobile-ticker-link {
    display: block;
    margin-top: 7px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.38;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ft-mobile-ticker-link:hover {
    color: #7a001f;
}

.ft-mobile-ticker-item[data-tone="signal"] .ft-mobile-ticker-badge {
    color: #0b5f9d;
    border-color: #b7d6ef;
    background: #ebf7ff;
}

.ft-mobile-ticker-item[data-tone="signal"]::before {
    background: #0ea5e9;
}

.ft-mobile-ticker-item[data-tone="high"] .ft-mobile-ticker-badge {
    color: #a81f24;
    border-color: #efc2c4;
    background: #fff1f1;
}

.ft-mobile-ticker-item[data-tone="high"]::before {
    background: #ef4444;
}

.ft-mobile-ticker-item[data-tone="market"] .ft-mobile-ticker-badge {
    color: #9d4d0f;
    border-color: #efd8bc;
    background: #fff6eb;
}

.ft-mobile-ticker-item[data-tone="market"]::before {
    background: #f59e0b;
}

@media (max-width: 1200px) {
    .ft-layout {
        grid-template-columns: minmax(0, 1.85fr) minmax(300px, 1fr);
    }

    .ft-stream-item {
        grid-template-columns: 210px minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    html,
    body,
    .viewport,
    .site-content,
    .site-main {
        background: #f8f7f2;
        color: #1a1a1a;
    }

    .ft-homepage {
        padding: 10px 0 18px;
        background: #f8f7f2;
    }

    .ft-homepage .wide-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ft-layout {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ft-main {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .ft-rail {
        border-left: 0;
        padding-left: 0;
        position: static;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .ft-top-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .ft-lead-story,
    .ft-mid-story,
    .ft-trio-card,
    .ft-stream-item {
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.03);
        padding: 16px;
    }

    .ft-lead-image-wrapper,
    .ft-mid-image-wrapper,
    .ft-trio-image-wrapper,
    .ft-stream-image-wrapper {
        border: 0;
        border-radius: 12px;
    }

    .ft-lead-image {
        height: 56vw;
        min-height: 190px;
        max-height: 250px;
    }

    .ft-lead-title {
        font-size: 24px;
        line-height: 1.42;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
        font-weight: 600;
        -webkit-line-clamp: 2;
    }

    .ft-lead-excerpt {
        font-size: 14px;
        line-height: 1.62;
        color: #666;
        -webkit-line-clamp: 2;
    }

    .ft-follow-pill {
        padding: 2px 8px;
        font-size: 11px;
        font-weight: 600;
        border: 0;
        background: #f2f2ef;
        color: #7f7f76;
    }

    .ft-mid-column {
        gap: 8px;
    }

    .ft-mid-story {
        display: grid;
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 10px;
        padding-bottom: 10px;
        border-bottom: 0;
    }

    .ft-mid-story:last-child {
        border-bottom: 0;
        padding-bottom: 10px;
    }

    .ft-mid-image {
        height: 86px;
    }

    .ft-mid-title {
        margin: 0 0 4px;
        font-size: 18px;
        line-height: 1.45;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
        font-weight: 600;
        -webkit-line-clamp: 2;
    }

    .ft-mid-excerpt {
        margin: 0 0 4px;
        font-size: 14px;
        line-height: 1.58;
        color: #666;
        -webkit-line-clamp: 2;
    }

    .ft-mid-time {
        display: block;
        color: #999;
        font-size: 12px;
    }

    .ft-trio-grid {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        border-bottom: 0;
        padding: 0 0 20px;
        margin-bottom: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ft-trio-grid::-webkit-scrollbar {
        display: none;
    }

    .ft-trio-card {
        display: grid;
        grid-template-columns: 128px minmax(0, 1fr);
        column-gap: 10px;
        align-items: start;
        flex: 0 0 82%;
        min-width: 280px;
        max-width: 360px;
        scroll-snap-align: start;
    }

    .ft-trio-image-link {
        grid-column: 1;
        grid-row: 1 / span 3;
    }

    .ft-trio-image {
        height: 90px;
    }

    .ft-trio-topic-row {
        grid-column: 2;
        grid-row: 1;
        margin: 0 0 4px;
        min-height: unset;
    }

    .ft-trio-time {
        margin-left: 0;
    }

    .ft-trio-title {
        grid-column: 2;
        grid-row: 2;
        margin: 0;
        min-height: unset;
        font-size: 17px !important;
        line-height: 1.45;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
        font-weight: 600;
        -webkit-line-clamp: 2;
    }

    .ft-trio-short-note {
        grid-column: 2;
        grid-row: 3;
        margin-top: 2px;
        line-height: 1.25;
    }

    .ft-stream-item {
        grid-template-columns: 128px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .ft-stream-list {
        gap: 8px;
    }

    .ft-mobile-market-module {
        display: block;
        margin-bottom: 6px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.03);
        padding: 16px;
    }

    .ft-mobile-ticker-module {
        display: none !important;
    }

    .ft-mobile-ticker-module .ft-rail-title {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 2px;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #5f5245;
    }

    .ft-mobile-ticker-module .ft-rail-title::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #c41230;
        box-shadow: 0 0 0 4px rgba(196, 18, 48, 0.15);
    }

    .ft-mobile-market-module .ft-rail-link {
        font-size: 17px;
        line-height: 1.5;
        font-weight: 600;
        color: #1a1a1a;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
        padding-top: 0;
    }

    .ft-mobile-market-module .ft-rail-list {
        gap: 10px;
    }

    .ft-mobile-market-module .ft-rail-item {
        border: 0;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 2px 12px rgb(0 0 0 / 0.04);
        padding: 12px;
    }

    .ft-mobile-market-module .ft-rail-item::before {
        display: none;
    }

    .ft-mobile-market-module .ft-rail-item:hover,
    .ft-mobile-market-module .ft-rail-item:focus-within {
        border: 0;
        box-shadow: 0 2px 12px rgb(0 0 0 / 0.04);
        transform: none;
    }

    .ft-mobile-market-module .ft-rail-time {
        font-size: 12px;
        font-weight: 500;
        color: #999;
        padding-bottom: 0;
    }

    .ft-mobile-market-module .ft-rail-time::before {
        display: none;
    }

    .ft-mobile-market-module .ft-rail-title {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 2px;
        font-size: 17px;
        font-weight: 700;
    }

    .ft-mobile-market-module .ft-rail-title::before {
        display: none;
    }

    .ft-rail .ft-rail-module--market {
        display: none;
    }

    .ft-rail-module--ticker,
    .ft-rail-module--trending,
    .ft-rail-module--tools,
    .ft-rail-module--live-brief {
        display: none;
    }

    .ft-stream-image {
        height: 90px;
    }

    .ft-stream-title {
        margin: 0 0 4px;
        font-size: 17px !important;
        font-weight: 600;
        line-height: 1.45;
        color: #1a1a1a;
        font-family: "Inter", "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    }

    .ft-stream-excerpt {
        margin: 0 0 4px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.58;
        color: #666;
        -webkit-line-clamp: 2;
    }

    .ft-stream-meta {
        font-size: 12px;
        font-weight: 500;
        color: #999;
        gap: 8px;
    }

    .ft-rail-title {
        font-size: 20px;
    }

    .ft-rail-link {
        font-size: 15px;
        line-height: 1.45;
    }

    .ft-stream-section {
        margin-top: 0;
    }

    .ft-stream-section .ft-block-title {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 6px;
        padding: 0;
        border-top: 0;
        border-bottom: 0;
        font-size: 22px !important;
        font-weight: 900 !important;
        letter-spacing: 0.01em;
        text-transform: none;
    }

    .ft-stream-section .ft-block-title::before {
        content: "";
        width: 3px;
        height: 16px;
        border-radius: 999px;
        background: #cfc8bd;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ft-rail-ticker-viewport {
        scroll-behavior: auto;
    }
}

@media (max-width: 479px) {
    .ft-lead-image {
        height: 52vw;
        min-height: 170px;
        max-height: 220px;
    }

    .ft-lead-title {
        font-size: 22px;
    }

    .ft-mid-story,
    .ft-trio-card,
    .ft-stream-item {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .ft-mid-image,
    .ft-trio-image,
    .ft-stream-image {
        height: 82px;
    }

    .ft-topic,
    .ft-follow-pill,
    .ft-stream-meta,
    .ft-rail-time {
        font-size: 11px;
    }

    .ft-mobile-market-module .ft-rail-link {
        font-size: 16px;
        font-weight: 600;
    }

    .ft-mobile-market-module .ft-rail-time {
        font-size: 12px;
        font-weight: 500;
    }

    .ft-mobile-market-module .ft-rail-title {
        font-size: 17px;
    }

    .ft-stream-title {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .ft-stream-title a {
        font-weight: 600 !important;
    }

    .ft-stream-excerpt {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .ft-stream-meta {
        font-size: 12px !important;
        font-weight: 500 !important;
    }

    .ft-stream-meta span,
    .ft-stream-meta time {
        font-weight: 500 !important;
    }

    .ft-stream-section .ft-block-title {
        font-size: 22px !important;
        font-weight: 700 !important;
    }
}

/* Mobile visual language override: modern neutral + magazine titles + tactile cards */
@media (max-width: 991px) {
    html,
    body,
    .viewport,
    .site-content,
    .site-main,
    .ft-homepage {
        background-color: #fbfbfd !important;
        color: #1d1d1f;
        font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", sans-serif;
    }

    .ft-lead-story,
    .ft-mid-story,
    .ft-trio-card,
    .ft-stream-item,
    .ft-mobile-market-module,
    .ft-mobile-market-module .ft-rail-item {
        background: #fff !important;
        border-radius: 20px !important;
        padding: 16px !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03) !important;
        border: 0 !important;
        transition: transform 0.3s ease;
    }

    .ft-lead-story:active,
    .ft-mid-story:active,
    .ft-trio-card:active,
    .ft-stream-item:active,
    .ft-mobile-market-module .ft-rail-item:active {
        transform: scale(0.98);
    }

    .ft-lead-title,
    .ft-mid-title,
    .ft-trio-title,
    .ft-stream-title,
    .ft-mobile-market-module .ft-rail-link {
        font-weight: 600 !important;
        letter-spacing: -0.02em;
        line-height: 1.3 !important;
        margin-bottom: 8px;
        color: #1d1d1f !important;
        font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Segoe UI", sans-serif;
    }
}

/* Mobile redesign v2: obvious visual shift (Hero + 1+2 rhythm + horizontal market cards) */
@media (max-width: 991px) {
    .ft-homepage .wide-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ft-main {
        gap: 18px !important;
    }

    .ft-top-grid {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    .ft-lead-story {
        position: relative;
        margin: 0 20px !important;
        padding: 0 !important;
        border-radius: 24px !important;
        overflow: hidden;
        min-height: 52vw;
    }

    .ft-lead-image-wrapper {
        border-radius: 24px !important;
        overflow: hidden;
    }

    .ft-lead-image {
        height: 56vw !important;
        min-height: 230px !important;
        max-height: 62vh !important;
    }

    .ft-lead-story::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 60%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        pointer-events: none;
    }

    .ft-lead-meta-top,
    .ft-lead-excerpt {
        display: none !important;
    }

    .ft-lead-title {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 14px;
        margin: 0 !important;
        z-index: 2;
        color: #fff !important;
        font-size: clamp(22px, 6.1vw, 30px) !important;
        line-height: 1.3 !important;
        letter-spacing: -0.01em !important;
        font-weight: 600 !important;
    }

    .ft-lead-title a {
        color: #fff !important;
    }

    .ft-mid-column {
        margin-top: 14px;
        padding: 0 20px;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px !important;
    }

    .ft-mid-story,
    .ft-mid-story:last-child {
        display: flex !important;
        flex-direction: column;
        gap: 8px;
        padding: 0 !important;
        margin: 0 !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        border-radius: 24px !important;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04) !important;
        overflow: hidden;
        background: #fff !important;
    }

    .ft-mid-image-link {
        width: 100%;
        display: block;
    }

    .ft-mid-image-wrapper {
        border-radius: 0 !important;
    }

    .ft-mid-image {
        height: 28vw !important;
        min-height: 104px;
    }

    .ft-mid-title {
        margin: 0 12px !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        font-weight: 600 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ft-mid-excerpt {
        margin: 0 12px 2px !important;
        font-size: 12px !important;
        color: #86868b !important;
        line-height: 1.45 !important;
        -webkit-line-clamp: 2 !important;
    }

    .ft-mid-time {
        margin: 0 12px 12px !important;
        color: #a1a1aa !important;
        font-size: 11px !important;
    }

    .ft-trio-grid {
        padding: 0 20px 8px !important;
    }

    .ft-mobile-market-module {
        margin: 0 20px 8px !important;
        border-radius: 24px !important;
        padding: 14px !important;
    }

    .ft-mobile-market-module .ft-rail-title {
        margin-bottom: 10px !important;
        font-size: 15px !important;
        font-weight: 700 !important;
        color: #1d1d1f !important;
    }

    .ft-mobile-market-module .ft-rail-list {
        display: flex !important;
        overflow-x: auto;
        gap: 12px !important;
        padding-bottom: 2px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ft-mobile-market-module .ft-rail-list::-webkit-scrollbar {
        display: none;
    }

    .ft-mobile-market-module .ft-rail-item {
        flex: 0 0 78%;
        min-width: 240px;
        border-radius: 20px !important;
        padding: 14px !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04) !important;
    }

    .ft-stream-section {
        padding: 0 20px;
    }

    .ft-stream-list {
        gap: 12px !important;
    }
}

@keyframes ft-live-pulse-card {
    0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.4); }
    70% { box-shadow: 0 0 0 10px rgba(255, 59, 48, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); }
}

@media (max-width: 991px) {
    .ft-mobile-market-module .market-activity-wrapper {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 20px !important;
        gap: 16px !important;
        border-radius: 20px;
        background: linear-gradient(180deg, #fff 0%, #f4f4f7 100%);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .ft-mobile-market-module .market-activity-wrapper::-webkit-scrollbar {
        display: none;
    }

    .ft-mobile-market-module .activity-card {
        position: relative;
        min-width: 280px;
        flex: 0 0 85%;
        background: rgba(255, 255, 255, 0.8) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        border-radius: 16px !important;
        padding: 15px !important;
        scroll-snap-align: center;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
    }

    .ft-mobile-market-module .activity-card .live-dot {
        position: absolute;
        left: 12px;
        top: 12px;
        width: 6px;
        height: 6px;
        background: #ff3b30;
        border-radius: 50%;
        animation: ft-live-pulse-card 1.5s infinite;
    }

    .ft-mobile-market-module .activity-card .ft-rail-link {
        padding-top: 8px !important;
    }
}

@keyframes ft-live-pulse-v4 {
    0% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.35); opacity: 0.8; }
    70% { box-shadow: 0 0 0 11px rgba(255, 59, 48, 0); opacity: 1; }
    100% { box-shadow: 0 0 0 0 rgba(255, 59, 48, 0); opacity: 0.85; }
}

@keyframes ft-parallax-drift {
    0% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -18px, 0); }
    100% { transform: translate3d(0, 0, 0); }
}

/* Mobile redesign v4: data-capsule market stream + asymmetric news grid */
@media (max-width: 991px) {
    .ft-main {
        position: relative;
        isolation: isolate;
    }

    .ft-main::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        opacity: 0.16;
        background-image:
            radial-gradient(circle at 15% 20%, rgba(255, 59, 48, 0.14), transparent 32%),
            repeating-linear-gradient(90deg, rgba(12, 18, 30, 0.05) 0 1px, transparent 1px 22px),
            repeating-linear-gradient(0deg, rgba(12, 18, 30, 0.05) 0 1px, transparent 1px 22px);
        animation: ft-parallax-drift 26s ease-in-out infinite;
    }

    .ft-main > * {
        position: relative;
        z-index: 1;
    }

    .live-activity-section {
        margin: 8px 16px 20px !important;
        border: 0 !important;
        background: transparent !important;
        padding: 0 !important;
        position: relative;
        padding-left: 8px !important;
    }

    .live-activity-section::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 28px;
        width: 2px;
        height: calc(100% - 20px);
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(255, 59, 48, 0), rgba(255, 59, 48, 1), rgba(255, 59, 48, 0));
        box-shadow: 0 0 14px rgba(255, 59, 48, 0.85);
        pointer-events: none;
        z-index: 1;
    }

    .live-activity-section .section-header {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0 0 8px !important;
        border-bottom: 0 !important;
        padding: 0 0 6px !important;
        font-size: 16px !important;
        letter-spacing: 0.02em;
    }

    .live-activity-section .section-title-text {
        font-size: 17px;
        font-weight: 800;
        color: #111827;
    }

    .live-activity-section .pulse-dot {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: #ff3b30;
        box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.45);
        animation: ft-live-pulse-v4 1.6s infinite;
    }

    .live-activity-section .market-live-chip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        padding: 0 8px;
        border-radius: 999px;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #fff;
        background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.35);
    }

    .live-activity-section .market-swipe-hint {
        margin: -2px 0 8px 0;
        padding-left: 1px;
        color: #6b7280;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.02em;
    }

    .live-activity-section .market-activity-shell {
        position: relative;
        margin-left: 8px;
    }

    .live-activity-section .market-activity-shell::before,
    .live-activity-section .market-activity-shell::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20px;
        pointer-events: none;
        z-index: 3;
    }

    .live-activity-section .market-activity-shell::before {
        left: 0;
        background: linear-gradient(90deg, rgba(251, 251, 253, 1) 0%, rgba(251, 251, 253, 0) 100%);
    }

    .live-activity-section .market-activity-shell::after {
        right: 0;
        background: linear-gradient(270deg, rgba(251, 251, 253, 1) 0%, rgba(251, 251, 253, 0) 100%);
    }

    .live-activity-section .market-activity-wrapper.scroll-container {
        display: flex !important;
        overflow-x: auto;
        gap: 12px !important;
        padding: 3px 6px 8px 6px !important;
        border-radius: 0 !important;
        background: transparent !important;
        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .live-activity-section .market-activity-wrapper.scroll-container::-webkit-scrollbar {
        display: none;
    }

    .live-activity-section .activity-pill {
        min-width: 260px;
        flex: 0 0 82%;
        display: flex;
        align-items: stretch;
        gap: 10px;
        border-left: 3px solid #ff3b30 !important;
        border: 1px solid rgba(148, 163, 184, 0.28) !important;
        border-radius: 12px !important;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(241, 245, 249, 0.88) 100%) !important;
        backdrop-filter: blur(8px) saturate(145%);
        -webkit-backdrop-filter: blur(8px) saturate(145%);
        padding: 16px 14px !important;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.09) !important;
        scroll-snap-align: start;
        position: relative;
    }

    .live-activity-section .activity-pill-index {
        position: absolute;
        right: 10px;
        top: 8px;
        font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 10px;
        font-weight: 800;
        color: rgba(15, 23, 42, 0.45);
        letter-spacing: 0.06em;
    }

    .live-activity-section .activity-pill .live-dot {
        position: absolute;
        left: 8px;
        top: 14px;
        width: 6px;
        height: 6px;
        border-radius: 999px;
        background: #ff3b30;
        animation: ft-live-pulse-v4 1.6s infinite;
    }

    .live-activity-section .activity-pill-main {
        min-width: 0;
        flex: 1;
        padding-left: 8px;
    }

    .live-activity-section .activity-pill .ft-rail-link {
        padding-top: 0 !important;
        font-size: 14px !important;
        line-height: 1.45 !important;
        font-weight: 700 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .live-activity-section .activity-pill-meta {
        margin-top: 8px;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .live-activity-section .activity-pill .ft-rail-time {
        padding: 0 !important;
        margin-top: 0;
        font-size: 11px !important;
        color: #667085 !important;
    }

    .live-activity-section .activity-pill .ft-rail-time::before {
        display: none !important;
    }

    .live-activity-section .activity-pill-tag {
        display: inline-flex;
        align-items: center;
        height: 20px;
        padding: 0 8px;
        border-radius: 999px;
        background: rgba(239, 68, 68, 0.12);
        color: #b91c1c;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .live-activity-section .activity-pill-visual {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 999px;
        overflow: hidden;
        border: 1px solid rgba(15, 23, 42, 0.14);
        box-shadow: 0 5px 14px rgba(15, 23, 42, 0.12);
        align-self: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(145deg, #f8fafc, #e2e8f0);
    }

    .live-activity-section .activity-pill-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .live-activity-section .activity-pill-fallback {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        color: #334155;
    }

    .live-activity-section .market-activity-shell + .ft-rail-helper {
        margin-left: 8px;
    }

    .ft-stream-section {
        padding: 0 16px !important;
        margin-top: 14px !important;
    }

    .ft-stream-section .ft-block-title {
        margin-bottom: 10px !important;
    }

    .news-grid.ft-stream-list {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px !important;
        counter-reset: ft-stream-group 1;
    }

    .news-grid .ft-stream-item {
        position: relative;
        display: flex !important;
        flex-direction: column;
        border: 0 !important;
        padding: 0 !important;
        background: transparent !important;
        margin: 0 !important;
        gap: 0;
    }

    .news-grid .ft-stream-image-link {
        display: block;
        border-radius: 22px;
        overflow: hidden;
        background: #e8edf5;
        box-shadow: 0 6px 20px rgba(15, 23, 42, 0.09);
    }

    .news-grid .ft-stream-image-wrapper {
        border-radius: 22px;
        overflow: hidden;
    }

    .news-grid .ft-stream-image {
        width: 100%;
        height: 36vw;
        min-height: 118px;
        object-fit: cover;
        display: block;
    }

    .news-grid .ft-stream-body {
        margin: -12px 8px 0;
        padding: 12px 12px 10px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.09);
        position: relative;
        z-index: 2;
        min-width: 0;
    }

    .news-grid .ft-stream-title {
        margin: 0 0 6px !important;
        font-size: 15px !important;
        line-height: 1.42 !important;
        font-weight: 700 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-grid .ft-stream-excerpt {
        margin: 0 0 8px !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        color: #5f6676 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news-grid .ft-stream-meta {
        gap: 8px;
        font-size: 11px !important;
        color: #7c8395 !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) {
        grid-column: 1 / -1;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-image-link,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-image-wrapper {
        border-radius: 24px;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-image {
        height: 58vw;
        min-height: 220px;
        max-height: 62vh;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-body {
        position: absolute;
        left: 14px;
        right: 14px;
        bottom: 14px;
        margin: 0;
        padding: 12px 12px 10px;
        border-radius: 14px;
        box-shadow: none;
        background: linear-gradient(180deg, rgba(8, 12, 22, 0.06) 0%, rgba(8, 12, 22, 0.76) 88%);
        backdrop-filter: blur(2px);
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-title,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-title a,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-meta,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-meta time,
    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-meta span {
        color: #fff !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 1) .ft-stream-excerpt {
        display: none !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 2),
    .news-grid .ft-stream-item:nth-child(4n + 3) {
        grid-column: span 1;
    }

    .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-image,
    .news-grid .ft-stream-item:nth-child(4n + 3) .ft-stream-image {
        height: 29vw;
        min-height: 108px;
        max-height: 156px;
    }

    .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-excerpt,
    .news-grid .ft-stream-item:nth-child(4n + 3) .ft-stream-excerpt {
        display: none !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) {
        grid-column: 1 / -1;
        margin-bottom: 62px !important;
        border-radius: 20px !important;
        background: linear-gradient(145deg, #eef2ff 0%, #f9ecff 100%) !important;
        padding: 16px !important;
        box-shadow: 0 10px 26px rgba(52, 64, 96, 0.12) !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) .ft-stream-image-link {
        display: none !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) .ft-stream-body {
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) .ft-stream-title {
        font-size: 18px !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4) .ft-stream-excerpt {
        display: -webkit-box !important;
        color: #4f5a74 !important;
    }

    .news-grid .ft-stream-item:nth-child(4n + 4)::after {
        counter-increment: ft-stream-group;
        content: counter(ft-stream-group, decimal-leading-zero);
        position: absolute;
        right: 14px;
        bottom: 12px;
        font-family: "Roboto Mono", "SFMono-Regular", Menlo, Consolas, monospace;
        font-size: 30px;
        line-height: 1;
        letter-spacing: 0.04em;
        color: rgba(83, 97, 133, 0.3);
    }
}

/* Mobile hybrid final override (must be at file end) */
@media (max-width: 991px) {
    .ft-homepage .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        counter-reset: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 1),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 3),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 4) {
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        position: static !important;
        grid-column: auto !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child {
        display: flex !important;
        flex-direction: column;
        border-radius: 20px !important;
        overflow: hidden;
        background: #fff !important;
        box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
        margin-bottom: 12px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image-link {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image-wrapper {
        border-radius: 0 !important;
        border: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-image {
        width: 100% !important;
        height: 46vw !important;
        min-height: 182px !important;
        max-height: 236px !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-body {
        position: static !important;
        margin: 0 !important;
        padding: 12px 12px 11px !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-title a {
        color: #111827 !important;
        font-size: 18px !important;
        line-height: 1.38 !important;
        margin: 0 0 6px !important;
        display: block !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow: visible !important;
        word-break: break-word;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-excerpt {
        display: block !important;
        margin: 0 0 6px !important;
        color: #5b6475 !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child .ft-stream-meta {
        display: flex !important;
        gap: 8px;
        font-size: 11px !important;
        color: #7b8496 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child::after {
        content: none !important;
        display: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 88px !important;
        column-gap: 16px !important;
        align-items: start !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-link {
        display: block !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 88px !important;
        height: 66px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        margin: 0 !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-wrapper {
        border: 0 !important;
        border-radius: 12px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image {
        width: 100% !important;
        height: 66px !important;
        min-height: 66px !important;
        max-height: 66px !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 0 8px 0 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        min-width: 0 !important;
        max-width: calc(100vw - 146px) !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a {
        margin: 0 0 5px !important;
        padding: 0 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 1.4 !important;
        min-height: 2.8em !important;
        max-height: 2.8em !important;
        color: #1a1a1a !important;
        max-width: 100% !important;
        display: block !important;
        text-align: left !important;
        overflow-wrap: anywhere !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
        line-height: 1.42 !important;
        min-height: 1.42em !important;
        max-height: 2.84em !important;
        color: rgba(0, 0, 0, 0.55) !important;
        max-width: 100% !important;
        display: block !important;
        text-align: left !important;
        white-space: normal !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2)::after {
        display: none !important;
        content: none !important;
    }
}

/* Final safety: homepage titles/excerpts never render ellipsis glyph from line-clamp. */
.ft-homepage .ft-lead-title,
.ft-homepage .ft-mid-title,
.ft-homepage .ft-trio-title,
.ft-homepage .ft-stream-title,
.ft-homepage .ft-lead-title a,
.ft-homepage .ft-mid-title a,
.ft-homepage .ft-trio-title a,
.ft-homepage .ft-stream-title a,
.ft-homepage .ft-lead-excerpt,
.ft-homepage .ft-mid-excerpt,
.ft-homepage .ft-stream-excerpt {
    text-overflow: clip !important;
}

@media (max-width: 991px) {
    .ft-homepage .ft-lead-title,
    .ft-homepage .ft-mid-title,
    .ft-homepage .ft-trio-title,
    .ft-homepage .ft-stream-title,
    .ft-homepage .ft-lead-excerpt,
    .ft-homepage .ft-mid-excerpt,
    .ft-homepage .ft-stream-excerpt {
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
    }

    /* Final mobile alignment guard:
       old nth-child style blocks can leave offset on 4n+2 rows. */
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-body,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-title a,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-excerpt,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-meta,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-meta span,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2) .ft-stream-meta time {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-indent: 0 !important;
        text-align: left !important;
    }

    /* Hard reset for mobile "latest reports" row alignment (items after first). */
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        grid-template-columns: minmax(0, 1fr) 88px !important;
        column-gap: 14px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        text-align: left !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta span,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta time {
        position: relative !important;
        left: 0 !important;
        transform: none !important;
        float: none !important;
        clear: both !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-indent: 0 !important;
        text-align: left !important;
    }
}

/* Desktop compact override for "latest reports" (keep mobile untouched). */
@media (min-width: 992px) {
    .ft-homepage .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(2),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(3),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 1),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 2),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 3),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(4n + 4) {
        grid-column: auto !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 300px !important;
        align-items: start !important;
        column-gap: 16px !important;
        row-gap: 0 !important;
        margin: 0 !important;
        padding: 12px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.1) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        position: static !important;
        transform: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image-link {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 300px !important;
        height: 116px !important;
        margin: 0 !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        border: 0 !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image-wrapper {
        width: 100% !important;
        height: 100% !important;
        border: 0 !important;
        border-radius: 14px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image {
        width: 100% !important;
        height: 116px !important;
        min-height: 116px !important;
        max-height: 116px !important;
        object-fit: cover !important;
        display: block !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        text-align: left !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-title a {
        margin: 0 0 6px !important;
        font-size: 22px !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-excerpt {
        margin: 0 0 6px !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
        color: #5d6470 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-meta {
        margin: 0 !important;
        display: flex !important;
        gap: 8px !important;
        font-size: 12px !important;
        line-height: 1.2 !important;
        color: #8a7f73 !important;
        text-align: left !important;
    }
}

/* Mobile compact list mapping based on current theme selectors */
@media (max-width: 768px) {
    .ft-homepage .ft-stream-section .news-grid.ft-stream-list {
        background: transparent !important;
        padding: 0 16px !important;
        gap: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) {
        display: flex !important;
        flex-direction: row-reverse !important;
        align-items: flex-start !important;
        padding: 15px 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.1) !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        gap: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-link {
        width: 95px !important;
        height: 70px !important;
        min-width: 95px !important;
        border-radius: 8px !important;
        margin-left: 12px !important;
        margin-right: 0 !important;
        flex-shrink: 0 !important;
        overflow: hidden !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image-wrapper,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-image {
        width: 95px !important;
        height: 70px !important;
        min-height: 70px !important;
        max-height: 70px !important;
        border-radius: 8px !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-body {
        flex: 1 !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        grid-column: auto !important;
        grid-row: auto !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-title a {
        font-size: 15px !important;
        line-height: 1.35 !important;
        font-weight: 600 !important;
        margin: 0 0 4px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-excerpt {
        margin: 0 0 4px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 2) .ft-stream-meta {
        font-size: 11px !important;
        color: #86868b !important;
        display: flex !important;
        gap: 10px !important;
        align-items: center !important;
    }
}

/* Desktop ultra-compact final override for latest reports */
@media (min-width: 992px) {
    .ft-homepage .ft-stream-section .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:first-child,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(2),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(3),
    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:nth-child(n + 4) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 96px !important;
        align-items: start !important;
        column-gap: 12px !important;
        padding: 10px 0 !important;
        margin: 0 !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        overflow: visible !important;
        position: static !important;
        transform: none !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image-link {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 96px !important;
        min-width: 96px !important;
        height: 72px !important;
        min-height: 72px !important;
        margin: 0 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        border: 0 !important;
        box-shadow: none !important;
        background: #e8edf5 !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-image-wrapper,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-image {
        width: 96px !important;
        height: 72px !important;
        min-height: 72px !important;
        max-height: 72px !important;
        border-radius: 8px !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        text-align: left !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-title,
    .ft-homepage .ft-stream-section .news-grid .ft-stream-title a {
        margin: 0 0 4px !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
        font-weight: 700 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-excerpt {
        margin: 0 0 4px !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
        color: #61656f !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section .news-grid .ft-stream-meta {
        margin: 0 !important;
        font-size: 11px !important;
        color: #86868b !important;
        display: flex !important;
        gap: 10px !important;
        align-items: center !important;
        white-space: nowrap !important;
    }
}

@keyframes ft-flash-pulse {
    0% { opacity: 0.55; transform: scale(0.95); }
    50% { opacity: 1; transform: scale(1); }
    100% { opacity: 0.55; transform: scale(0.95); }
}

/* Desktop three-column latest hub */
@media (min-width: 992px) {
    .ft-homepage .ft-latest-hub {
        display: grid !important;
        grid-template-columns: minmax(255px, 1.25fr) minmax(0, 2fr) minmax(255px, 1.25fr);
        gap: 14px !important;
        align-items: start !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-main {
        min-width: 0 !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-main .ft-block-title {
        margin: 0 0 8px !important;
        padding: 0 0 8px !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-rail {
        position: sticky;
        top: 12px;
        border: 1px solid rgba(15, 23, 42, 0.1);
        border-radius: 12px;
        background: #fffdf8;
        padding: 10px;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
    }

    .ft-homepage .ft-latest-hub .ft-latest-rail-title {
        margin: 0 0 8px;
        padding-bottom: 6px;
        border-bottom: 1px solid rgba(15, 23, 42, 0.12);
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        font-weight: 800;
        color: #0f172a;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-list {
        display: flex;
        flex-direction: column;
        gap: 4px;
        max-height: 610px;
        overflow: auto;
        padding-right: 2px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-item {
        display: grid;
        grid-template-columns: 8px 36px minmax(0, 1fr);
        align-items: start;
        column-gap: 7px;
        margin: 0;
        padding: 5px 0;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-dot {
        width: 6px;
        height: 6px;
        margin-top: 6px;
        border-radius: 999px;
        background: #ef4444;
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.35);
        animation: ft-flash-pulse 1.6s infinite;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-time {
        font-size: 11px;
        line-height: 1.45;
        color: #808896;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-link {
        color: #1f2937;
        text-decoration: none;
        font-size: 12px;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-card {
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 10px;
        padding: 8px 9px;
        background: #ffffff;
        margin-bottom: 8px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-label {
        margin: 0 0 4px;
        font-size: 11px;
        color: #6b7280;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-value {
        margin: 0;
        font-size: 24px;
        line-height: 1.1;
        color: #111827;
        font-weight: 800;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-unit {
        margin-left: 4px;
        font-size: 12px;
        color: #6b7280;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-sub {
        margin: 4px 0 0;
        font-size: 12px;
        line-height: 1.35;
        color: #4b5563;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        line-height: 1.3;
        color: #1f2937;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list em {
        font-style: normal;
        font-variant-numeric: tabular-nums;
        font-size: 11px;
        font-weight: 700;
        padding: 2px 6px;
        border-radius: 999px;
        background: #f1f5f9;
        color: #64748b;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list em.is-up {
        background: #ecfdf3;
        color: #15803d;
    }

    .ft-homepage .ft-latest-hub .ft-latest-asset-list em.is-down {
        background: #fef2f2;
        color: #dc2626;
    }
}

/* Keep latest hub single-column on mobile/tablet */
@media (max-width: 991px) {
    .ft-homepage .ft-latest-hub .ft-latest-rail--left,
    .ft-homepage .ft-latest-hub .ft-latest-rail--right {
        display: none !important;
    }
}

/* Final desktop override for latest hub (3:5:4) */
@media (min-width: 1200px) {
    .ft-homepage .ft-stream-section.ft-latest-hub {
        display: grid !important;
        grid-template-columns: minmax(330px, 4.4fr) minmax(0, 5fr) minmax(300px, 4fr) !important;
        gap: 18px !important;
        align-items: start !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid.ft-stream-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        background: transparent !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:first-child,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:nth-child(2),
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:nth-child(3),
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:nth-child(n + 4) {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 112px !important;
        column-gap: 12px !important;
        align-items: start !important;
        margin: 0 !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-item:last-child {
        border-bottom: 0 !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-image-link {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 112px !important;
        min-width: 112px !important;
        height: 84px !important;
        min-height: 84px !important;
        margin: 0 !important;
        border-radius: 10px !important;
        overflow: hidden !important;
        align-self: start !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-image-wrapper,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-image {
        width: 112px !important;
        height: 84px !important;
        min-height: 84px !important;
        border-radius: 10px !important;
        object-fit: cover !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-body {
        grid-column: 1 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        min-width: 0 !important;
        max-width: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-title,
    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-title a {
        margin: 0 0 6px !important;
        font-size: 16px !important;
        line-height: 1.38 !important;
        font-weight: 700 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: clip !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-excerpt {
        margin: 0 0 6px !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
        color: #606a78 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-main .news-grid .ft-stream-meta {
        margin: 0 !important;
        font-size: 11px !important;
        line-height: 1.3 !important;
        color: #8b95a3 !important;
        display: flex !important;
        gap: 8px !important;
        align-items: center !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-rail {
        top: 14px !important;
        border: 1px solid rgba(15, 23, 42, 0.11) !important;
        border-radius: 14px !important;
        background: #efe4d6 !important;
        padding: 14px !important;
        box-shadow: none !important;
    }
}

@media (min-width: 992px) {
    .ft-homepage .ft-latest-hub .ft-latest-rail--left {
        background: #efe4d6 !important;
        border-color: rgba(0, 0, 0, 0.08) !important;
        box-shadow: none !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-rail--right {
        background: #efe4d6 !important;
        border-color: rgba(0, 0, 0, 0.08) !important;
        box-shadow: none !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-rail-title {
        text-transform: none;
        letter-spacing: 0.01em;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-engine-card,
    .ft-homepage .ft-latest-hub .ft-latest-data-card {
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.22) !important;
        box-shadow: none !important;
        padding: 10px !important;
        margin-bottom: 9px !important;
    }

    .ft-homepage .ft-latest-hub .ft-latest-data-label {
        margin: 0 0 8px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #4b5563 !important;
        letter-spacing: 0.03em;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge {
        position: relative;
        width: 100%;
        aspect-ratio: 2 / 1;
        border-radius: 999px 999px 0 0;
        overflow: hidden;
        background: conic-gradient(from 180deg, #d94848 0deg, #f59e0b 90deg, #16a34a 180deg);
        border: 1px solid rgba(0, 0, 0, 0.07);
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-core {
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 76%;
        height: 76%;
        transform: translateX(-50%);
        border-radius: 999px 999px 0 0;
        background: #f4efe6;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-needle {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 2px;
        height: 86%;
        background: #111827;
        transform-origin: bottom center;
        transform: rotate(var(--gauge-deg, 0deg));
        z-index: 2;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-readout {
        margin: 8px 0 0;
        display: flex;
        align-items: baseline;
        gap: 6px;
        color: #1f2937;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-readout strong {
        font-size: 24px;
        line-height: 1;
        font-weight: 800;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-readout span {
        font-size: 12px;
        color: #6b7280;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-latest-gauge-readout em {
        margin-left: auto;
        font-style: normal;
        font-size: 12px;
        color: #111827;
        font-weight: 700;
        background: rgba(255, 255, 255, 0.55);
        padding: 2px 8px;
        border-radius: 999px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 4px 8px;
        align-items: center;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li span {
        font-size: 12px;
        font-weight: 700;
        color: #1f2937;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li strong {
        font-size: 12px;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li strong.is-up {
        color: #0f8a41;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li strong.is-down {
        color: #c0352d;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li em {
        grid-column: 1 / -1;
        display: block;
        height: 4px;
        border-radius: 999px;
        background: rgba(15, 23, 42, 0.1);
        overflow: hidden;
    }

    .ft-homepage .ft-latest-hub .ft-latest-movers-list li em i {
        display: block;
        height: 100%;
        background: linear-gradient(90deg, #2563eb, #16a34a);
        border-radius: inherit;
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-bar,
    .ft-homepage .ft-latest-hub .ft-latest-ls-bar {
        display: flex;
        height: 10px;
        border-radius: 999px;
        overflow: hidden;
        background: rgba(15, 23, 42, 0.12);
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-bar .is-long,
    .ft-homepage .ft-latest-hub .ft-latest-ls-bar .is-long {
        background: #1f8a53;
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-bar .is-short,
    .ft-homepage .ft-latest-hub .ft-latest-ls-bar .is-short {
        background: #d94f45;
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-meta,
    .ft-homepage .ft-latest-hub .ft-latest-ls-meta {
        margin: 7px 0 0;
        display: flex;
        justify-content: space-between;
        gap: 8px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-liquid-meta b,
    .ft-homepage .ft-latest-hub .ft-latest-ls-meta strong {
        font-size: 11px;
        color: #334155;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-ls-track-group + .ft-ls-track-group {
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px dashed rgba(15, 23, 42, 0.12);
    }

    .ft-homepage .ft-latest-hub .ft-ls-track-title {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 11px;
        color: #475569;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list li {
        display: grid;
        grid-template-columns: 58px 1fr auto;
        gap: 8px;
        align-items: center;
        padding: 7px 8px;
        border-radius: 8px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        background: rgba(255, 255, 255, 0.76);
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-eta {
        font-size: 11px;
        font-weight: 800;
        color: #475569;
        font-variant-numeric: tabular-nums;
        letter-spacing: 0.02em;
        white-space: nowrap;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-title {
        text-decoration: none;
        color: #1f2937;
        font-size: 12px;
        line-height: 1.35;
        display: block;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        word-break: break-word;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list em {
        font-style: normal;
        font-size: 11px;
        font-weight: 700;
        border-radius: 999px;
        padding: 2px 7px;
        border: 1px solid transparent;
        white-space: nowrap;
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list em.is-high {
        color: #b42318;
        background: rgba(218, 54, 51, 0.1);
        border-color: rgba(218, 54, 51, 0.25);
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list em.is-mid {
        color: #935f15;
        background: rgba(251, 191, 36, 0.18);
        border-color: rgba(251, 191, 36, 0.26);
    }

    .ft-homepage .ft-latest-hub .ft-latest-calendar-list em.is-low {
        color: #116329;
        background: rgba(34, 197, 94, 0.12);
        border-color: rgba(34, 197, 94, 0.24);
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 7px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list li,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list li {
        display: grid;
        grid-template-columns: 42px 1fr auto;
        gap: 8px;
        align-items: start;
        font-size: 12px;
    }

    .ft-homepage .ft-latest-hub .ft-latest-unlock-list li {
        grid-template-columns: 1fr auto;
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list time {
        font-variant-numeric: tabular-nums;
        color: #64748b;
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list a,
    .ft-homepage .ft-latest-hub .ft-latest-whale-list span,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list a,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list span {
        color: #111827;
        text-decoration: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.35;
    }

    .ft-homepage .ft-latest-hub .ft-latest-whale-list em,
    .ft-homepage .ft-latest-hub .ft-latest-unlock-list em {
        font-style: normal;
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        font-size: 11px;
        color: #334155;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
    }

    .ft-homepage .ft-latest-hub .ft-latest-flash-list--compact {
        max-height: 190px !important;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board {
        display: flex;
        flex-direction: column;
        margin-bottom: 18px;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 10px;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-head h4 {
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
        color: #1e3a8a;
        background: #4f74c6;
        color: #fff;
        border-radius: 8px;
        padding: 6px 10px;
        font-weight: 700;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
        min-width: 170px;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-submeta {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
        flex-wrap: wrap;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-live {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: #16a34a;
        box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.35);
        animation: ft-board-live-pulse 1.8s ease-in-out infinite;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-kpi {
        display: inline-block;
        font-size: 11px;
        line-height: 1.1;
        color: #475569;
        font-weight: 700;
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-kpi:first-child {
        color: #334155;
    }

    @keyframes ft-board-live-pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.34);
        }
        70% {
            box-shadow: 0 0 0 6px rgba(22, 163, 74, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(22, 163, 74, 0);
        }
    }

    @media (max-width: 1200px) {
        .ft-homepage .ft-latest-hub .ft-crypto-board-meta {
            min-width: 148px;
        }
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-table {
        --cols: 0.72fr 1.06fr 0.98fr 1fr 1fr;
        --head-h: 52px;
        --row-h: 48px;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid rgba(15, 23, 42, 0.08);
        height: calc(var(--head-h) + var(--row-h) * 6);
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-table.is-flow {
        --cols: 0.66fr 1.18fr 1.02fr 0.90fr 0.80fr;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row {
        display: grid;
        grid-template-columns: var(--cols);
        gap: 10px;
        align-items: center;
        padding: 0 12px;
        height: var(--row-h);
        background: rgba(255, 255, 255, 0.26);
        font-size: 11px;
        line-height: 1.35;
        color: #1f2937;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row:nth-child(even) {
        background: rgba(255, 255, 255, 0.42);
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row.is-head {
        background: rgba(15, 23, 42, 0.12);
        height: var(--head-h);
        font-size: 13px;
        font-weight: 700;
        color: #374151;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: keep-all;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row span:first-child {
        font-weight: 800;
        color: #0f172a;
        white-space: nowrap;
        word-break: keep-all;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-table:not(.is-flow) .ft-crypto-board-row span:nth-child(2),
    .ft-homepage .ft-latest-hub .ft-crypto-board-table:not(.is-flow) .ft-crypto-board-row span:nth-child(3),
    .ft-homepage .ft-latest-hub .ft-crypto-board-table.is-flow .ft-crypto-board-row span:nth-child(3),
    .ft-homepage .ft-latest-hub .ft-crypto-board-table.is-flow .ft-crypto-board-row span:nth-child(4) {
        white-space: nowrap;
        word-break: keep-all;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row .is-up {
        color: #15803d;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }

    .ft-homepage .ft-latest-hub .ft-crypto-board-row .is-down {
        color: #dc2626;
        font-weight: 700;
        font-variant-numeric: tabular-nums;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ft-homepage .ft-stream-section.ft-latest-hub {
        display: grid !important;
        grid-template-columns: minmax(0, 1.9fr) minmax(220px, 1fr) !important;
        gap: 14px !important;
    }

    .ft-homepage .ft-stream-section.ft-latest-hub .ft-latest-rail--left {
        display: none !important;
    }
}
