    :root {
        --tt-red: #f04142;
        --tt-red-dark: #d91f26;
        --tt-ink: #222226;
        --tt-muted: #737985;
        --tt-line: #eceff3;
        --tt-bg: #f6f7f9;
        --tt-card: #ffffff;
        --tt-soft: #fff4f4;
    }

    .tt-body {
        background: var(--tt-bg);
        color: var(--tt-ink);
        font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    .tt-shell {
        width: min(1180px, calc(100vw - 32px));
        margin: 0 auto;
    }

    .tt-header {
        position: sticky;
        top: 0;
        z-index: 50;
        background: rgba(255, 255, 255, .96);
        border-bottom: 1px solid var(--tt-line);
        backdrop-filter: blur(12px);
    }

    .tt-header-row {
        display: flex;
        align-items: center;
        gap: 22px;
        min-height: 64px;
    }

    .tt-brand {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: var(--tt-ink);
        font-size: 24px;
        font-weight: 850;
        letter-spacing: -0.04em;
        white-space: nowrap;
    }

    .tt-brand-mark {
        width: 10px;
        height: 28px;
        border-radius: 999px;
        background: linear-gradient(180deg, var(--tt-red), #ff7b5f);
    }

    .tt-topnav {
        display: flex;
        align-items: center;
        gap: 18px;
        color: #4b5563;
        font-weight: 650;
    }

    .tt-topnav a {
        padding: 22px 0 18px;
        border-bottom: 3px solid transparent;
    }

    .tt-topnav a:hover,
    .tt-topnav a.is-active {
        color: var(--tt-red);
        border-bottom-color: var(--tt-red);
    }

    .tt-search {
        margin-left: auto;
        display: flex;
        align-items: center;
        width: min(320px, 32vw);
        border: 1px solid var(--tt-line);
        background: #f8fafc;
        border-radius: 999px;
        overflow: hidden;
    }

    .tt-search input {
        min-width: 0;
        flex: 1;
        background: transparent;
        padding: 10px 4px 10px 16px;
        color: var(--tt-ink);
        outline: none;
    }

    .tt-search button {
        padding: 10px 14px;
        color: var(--tt-red);
    }

    .tt-mobile-menu {
        display: none;
        margin-left: auto;
        color: var(--tt-ink);
    }

    .tt-layout {
        display: grid;
        grid-template-columns: 148px minmax(0, 1fr) 292px;
        gap: 18px;
        padding: 22px 0 34px;
        align-items: start;
    }

    .tt-channel-rail {
        position: sticky;
        top: 84px;
        display: grid;
        gap: 4px;
        padding: 8px;
        background: var(--tt-card);
        border: 1px solid var(--tt-line);
        border-radius: 18px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, .05);
    }

    .tt-channel {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 11px 12px;
        border-radius: 12px;
        color: #4b5563;
        font-weight: 700;
    }

    .tt-channel:hover,
    .tt-channel.is-active {
        background: var(--tt-soft);
        color: var(--tt-red);
    }

    .tt-feed {
        display: grid;
        gap: 12px;
    }

    .tt-breaking {
        display: flex;
        gap: 12px;
        align-items: center;
        padding: 12px 16px;
        background: #fff;
        border: 1px solid var(--tt-line);
        border-radius: 16px;
        color: var(--tt-muted);
        font-weight: 650;
    }

    .tt-breaking strong {
        color: var(--tt-red);
    }

    .tt-feed-card,
    .tt-panel,
    .tt-article-card {
        background: var(--tt-card);
        border: 1px solid var(--tt-line);
        border-radius: 16px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
    }

.tt-feed-card {
    scroll-margin-top: 6rem;
        padding: 22px 24px;
    }

    .tt-section-title {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: 850;
        letter-spacing: -0.02em;
    }

    .tt-section-title::before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 18px;
        margin-right: 9px;
        border-radius: 999px;
        background: var(--tt-red);
    }

    .tt-title-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .tt-card-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 9px;
        color: var(--tt-muted);
        font-size: 13px;
        font-weight: 650;
    }

    .tt-pill {
        display: inline-flex;
        align-items: center;
        padding: 4px 9px;
        border-radius: 999px;
        background: var(--tt-soft);
        color: var(--tt-red);
        font-size: 12px;
        font-weight: 750;
    }

    .tt-article-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 142px;
        gap: 18px;
        padding: 18px;
        transition: transform .18s ease, box-shadow .18s ease;
    }

    .tt-article-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 18px 42px rgba(15, 23, 42, .07);
    }

    .tt-article-title {
        margin-top: 10px;
        color: #111827;
        font-size: 22px;
        line-height: 1.28;
        font-weight: 850;
        letter-spacing: -0.03em;
    }

    .tt-article-title a:hover {
        color: var(--tt-red);
    }

    .tt-article-summary {
        margin-top: 10px;
        color: #626a77;
        font-size: 15px;
        line-height: 1.75;
    }

    .tt-card-action {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        margin-top: 14px;
        color: var(--tt-red);
        font-weight: 800;
    }

    .tt-thumb {
        min-height: 104px;
        border-radius: 14px;
        background:
            radial-gradient(circle at 72% 24%, rgba(240, 65, 66, .22), transparent 34%),
            linear-gradient(135deg, #fff3f3, #eef2ff);
        border: 1px solid #f1e3e4;
        display: grid;
        place-items: center;
        color: var(--tt-red);
        font-size: 32px;
        font-weight: 900;
    }

    .tt-sidebar {
        position: sticky;
        top: 84px;
        display: grid;
        gap: 14px;
    }

    .tt-panel {
        padding: 18px;
    }

    .tt-hot-list {
        display: grid;
        gap: 14px;
    }

    .tt-hot-item {
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        color: #374151;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700;
    }

    .tt-hot-index {
        display: inline-grid;
        place-items: center;
        width: 22px;
        height: 22px;
        border-radius: 7px;
        background: #f1f5f9;
        color: #64748b;
        font-size: 12px;
        font-weight: 900;
    }

    .tt-hot-item:nth-child(-n+3) .tt-hot-index {
        background: var(--tt-red);
        color: #fff;
    }

    .tt-page-head {
        padding: 26px 28px;
        background:
            radial-gradient(circle at top right, rgba(240, 65, 66, .1), transparent 36%),
            #fff;
        border: 1px solid var(--tt-line);
        border-radius: 18px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
    }

    .tt-page-kicker {
        margin-bottom: 8px;
        color: var(--tt-red);
        font-size: 13px;
        font-weight: 850;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .tt-page-title {
        color: #111827;
        font-size: clamp(34px, 5vw, 56px);
        line-height: 1.08;
        font-weight: 900;
        letter-spacing: -0.06em;
    }

    .tt-page-desc {
        margin-top: 12px;
        color: #5f6876;
        font-size: 17px;
        line-height: 1.8;
    }

    .tt-article-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 20px;
        padding: 22px 0 34px;
    }

    .tt-article-main {
        background: #fff;
        border: 1px solid var(--tt-line);
        border-radius: 20px;
        padding: clamp(24px, 5vw, 54px);
        box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
    }

    .tt-article-h1 {
        color: #111827;
        font-size: clamp(32px, 5vw, 52px);
        line-height: 1.12;
        font-weight: 920;
        letter-spacing: -0.06em;
    }

    .tt-prose {
        margin-top: 28px;
        color: #263241;
        font-size: 18px;
        line-height: 1.95;
    }

    .tt-prose h2,
    .tt-prose h3 {
        margin: 2em 0 .8em;
        color: #111827;
        font-weight: 900;
        letter-spacing: -0.04em;
    }

    .tt-prose h2 {
        font-size: 1.65em;
        border-left: 4px solid var(--tt-red);
        padding-left: 12px;
    }

    .tt-prose h3 {
        font-size: 1.28em;
    }

    .tt-prose p,
    .tt-prose ul,
    .tt-prose ol,
    .tt-prose table,
    .tt-prose blockquote {
        margin: 1.05em 0;
    }

    .tt-prose a {
        color: var(--tt-red);
        font-weight: 750;
    }

    .tt-prose img {
        width: 100%;
        border-radius: 18px;
        box-shadow: 0 14px 36px rgba(15, 23, 42, .1);
    }

    .tt-prose figcaption {
        display: none;
    }

    .tt-prose table {
        display: block;
        width: 100%;
        overflow-x: auto;
        border-collapse: collapse;
    }

    .tt-prose th,
    .tt-prose td {
        border: 1px solid #e5e7eb;
        padding: 10px 12px;
    }

    .tt-prose th {
        background: #f8fafc;
        font-weight: 850;
    }

    .tt-footer {
        border-top: 1px solid var(--tt-line);
        background: #fff;
    }

    .tt-footer-inner {
        padding: 28px 0;
        text-align: center;
        color: var(--tt-muted);
        font-size: 14px;
    }

    @media (max-width: 1080px) {
        .tt-layout {
            grid-template-columns: 132px minmax(0, 1fr);
        }

        .tt-sidebar {
            display: none;
        }
    }

    @media (max-width: 820px) {
        .tt-shell {
            width: min(100% - 20px, 1180px);
        }

        .tt-topnav,
        .tt-search {
            display: none;
        }

        .tt-mobile-menu {
            display: inline-flex;
        }

        .tt-layout,
        .tt-article-layout {
            display: block;
        }

        .tt-channel-rail {
            position: static;
            display: flex;
            overflow-x: auto;
            margin-bottom: 14px;
            border-radius: 16px;
        }

        .tt-channel {
            white-space: nowrap;
        }

        .tt-feed {
            gap: 10px;
        }

        .tt-article-card {
            grid-template-columns: 1fr;
        }

        .tt-thumb {
            min-height: 86px;
        }
    }

    /*
     * High-fidelity news portal pass:
     * flatter white canvas, compact channel rail, feed rows with separators,
     * and a right-side hot board closer to Toutiao's public information layout.
     */
    .tt-body {
        background: #fff;
    }

    .tt-main {
        background: #fff;
    }

    .tt-shell {
        width: min(1170px, calc(100vw - 32px));
    }

    .tt-header {
        background: #fff;
        box-shadow: none;
    }

    .tt-header-row {
        min-height: 58px;
        gap: 24px;
    }

    .tt-brand {
        min-width: 128px;
        color: #222;
        font-size: 26px;
        font-weight: 900;
    }

    .tt-brand-mark {
        width: 32px;
        height: 32px;
        border-radius: 9px;
        background: var(--tt-red);
        box-shadow: inset 0 -7px 14px rgba(0, 0, 0, .08);
    }

    .tt-topnav {
        gap: 20px;
        color: #555;
        font-size: 15px;
    }

    .tt-topnav a {
        padding: 19px 0 16px;
        border-bottom-width: 2px;
        font-weight: 600;
    }

    .tt-search {
        width: 330px;
        height: 40px;
        border-color: #e8e8e8;
        background: #f5f6f7;
        border-radius: 4px;
    }

    .tt-search input {
        padding-left: 14px;
        font-size: 14px;
    }

    .tt-search button {
        min-width: 46px;
        background: var(--tt-red);
        color: #fff;
    }

    .tt-layout {
        grid-template-columns: 110px minmax(0, 650px) 320px;
        gap: 24px;
        padding-top: 18px;
    }

    .tt-channel-rail {
        top: 76px;
        gap: 2px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .tt-channel {
        height: 40px;
        justify-content: flex-start;
        padding: 0 12px;
        border-radius: 4px;
        color: #444;
        font-size: 16px;
        font-weight: 500;
    }

    .tt-channel small {
        display: none;
    }

    .tt-channel:hover {
        background: #f7f8fa;
        color: var(--tt-red);
    }

    .tt-channel.is-active {
        background: var(--tt-red);
        color: #fff;
        font-weight: 700;
    }

    .tt-feed {
        gap: 0;
        border-left: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
        background: #fff;
    }

    .tt-page-head {
        padding: 20px 22px 18px;
        border: 0;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

    .tt-page-kicker {
        margin-bottom: 6px;
        color: #999;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: none;
    }

    .tt-page-title {
        font-size: 28px;
        line-height: 1.24;
        letter-spacing: -.02em;
        font-weight: 800;
    }

    .tt-page-desc {
        margin-top: 8px;
        color: #666;
        font-size: 14px;
        line-height: 1.7;
    }

    .tt-breaking {
        margin: 0;
        padding: 12px 22px;
        border: 0;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        box-shadow: none;
        background: #fff;
        color: #444;
        font-size: 15px;
    }

    .tt-breaking strong {
        padding: 2px 7px;
        border-radius: 3px;
        background: var(--tt-red);
        color: #fff;
        font-size: 12px;
    }

    .tt-feed-card {
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .tt-section-title {
        margin: 0;
        padding: 14px 22px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 18px;
        font-weight: 800;
    }

    .tt-section-title::before {
        width: 3px;
        height: 18px;
        margin-right: 1px;
        background: var(--tt-red);
    }

    .tt-article-card {
        grid-template-columns: minmax(0, 1fr) 156px;
        gap: 18px;
        padding: 18px 22px;
        border: 0;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0;
        box-shadow: none;
    }

    .tt-article-card:hover {
        transform: none;
        box-shadow: none;
        background: #fafafa;
    }

    .tt-card-meta {
        gap: 8px;
        color: #999;
        font-size: 13px;
        font-weight: 400;
    }

    .tt-pill {
        padding: 0;
        background: transparent;
        color: #999;
        font-size: 13px;
        font-weight: 400;
    }

    .tt-article-title {
        margin-top: 6px;
        font-size: 20px;
        line-height: 1.38;
        font-weight: 700;
        letter-spacing: 0;
    }

    .tt-article-summary {
        margin-top: 8px;
        color: #666;
        font-size: 14px;
        line-height: 1.7;
    }

    .tt-card-action {
        margin-top: 8px;
        color: #999;
        font-size: 13px;
        font-weight: 500;
    }

    .tt-card-action:hover {
        color: var(--tt-red);
    }

    .tt-thumb {
        min-height: 96px;
        border: 0;
        border-radius: 4px;
        background:
            linear-gradient(135deg, rgba(240, 65, 66, .78), rgba(255, 144, 84, .88)),
            linear-gradient(135deg, #fff3f3, #eef2ff);
        color: rgba(255, 255, 255, .94);
        font-size: 34px;
    }

    .tt-sidebar {
        top: 76px;
        gap: 16px;
    }

    .tt-panel {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

    .tt-panel .tt-section-title {
        padding-left: 0;
        padding-right: 0;
    }

    .tt-hot-list {
        gap: 0;
    }

    .tt-hot-item {
        grid-template-columns: 24px minmax(0, 1fr);
        padding: 10px 0;
        border-bottom: 1px solid #f4f4f4;
        color: #333;
        font-size: 14px;
        font-weight: 500;
    }

    .tt-hot-index {
        background: transparent;
        color: #999;
        font-size: 15px;
    }

    .tt-hot-item:nth-child(1) .tt-hot-index {
        color: #f04142;
    }

    .tt-hot-item:nth-child(2) .tt-hot-index {
        color: #ff7a00;
    }

    .tt-hot-item:nth-child(3) .tt-hot-index {
        color: #ffb400;
    }

    .tt-article-layout {
        grid-template-columns: minmax(0, 720px) 320px;
        gap: 36px;
        padding-top: 28px;
    }

    .tt-article-main {
        padding: 0 0 40px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: #fff;
    }

    .tt-article-h1 {
        margin-top: 14px;
        font-size: 34px;
        line-height: 1.28;
        letter-spacing: 0;
        font-weight: 800;
    }

    .tt-article-main > .tt-card-meta {
        padding-bottom: 2px;
        color: #999;
    }

    .tt-prose {
        margin-top: 22px;
        color: #222;
        font-size: 17px;
        line-height: 1.95;
    }

    .tt-prose h2 {
        margin: 1.9em 0 .75em;
        padding-left: 10px;
        border-left: 3px solid var(--tt-red);
        font-size: 24px;
        letter-spacing: 0;
    }

    .tt-prose h3 {
        font-size: 20px;
        letter-spacing: 0;
    }

    .tt-prose img {
        border-radius: 4px;
        box-shadow: none;
    }

    .tt-prose blockquote {
        border-left: 4px solid #eee;
        padding-left: 16px;
        color: #555;
    }

    .tt-footer {
        margin-top: 20px;
    }

    @media (max-width: 1080px) {
        .tt-layout {
            grid-template-columns: 96px minmax(0, 1fr);
        }
    }

    @media (max-width: 820px) {
        .tt-layout,
        .tt-article-layout {
            display: block;
        }

        .tt-feed {
            border: 1px solid #f2f2f2;
        }

        .tt-channel-rail {
            display: flex;
            gap: 8px;
            padding-bottom: 12px;
            overflow-x: auto;
        }

        .tt-channel {
            height: 36px;
            white-space: nowrap;
        }

        .tt-article-card {
            grid-template-columns: 1fr;
        }
    }

    /*
     * Kami editorial refinement:
     * warm paper surface, ink-blue focus, fewer decorative red blocks, and
     * text-first feed rows when GEOFlow has no real cover image available.
     */
    :root {
        --tt-red: #1B365D;
        --tt-red-dark: #142946;
        --tt-ink: #141413;
        --tt-muted: #5e5d59;
        --tt-line: #e8e5da;
        --tt-bg: #f5f4ed;
        --tt-card: #faf9f5;
        --tt-soft: #EEF2F7;
    }

    .tt-body,
    .tt-main {
        background: var(--tt-bg);
    }

    .tt-header {
        background: rgba(250, 249, 245, .96);
        border-bottom-color: var(--tt-line);
    }

    .tt-brand {
        min-width: 132px;
        gap: 8px;
        font-size: 24px;
        letter-spacing: -0.035em;
    }

    .tt-brand-mark {
        width: 6px;
        height: 28px;
        border-radius: 999px;
        background: var(--tt-red);
        box-shadow: none;
    }

    .tt-topnav {
        color: #4d4c48;
    }

    .tt-topnav a:hover,
    .tt-topnav a.is-active {
        color: var(--tt-red);
        border-bottom-color: var(--tt-red);
    }

    .tt-search {
        width: 300px;
        border-color: var(--tt-line);
        background: #faf9f5;
        border-radius: 10px;
    }

    .tt-search button {
        min-width: 44px;
        background: var(--tt-red);
        color: #faf9f5;
    }

    .tt-layout {
        grid-template-columns: 116px minmax(0, 690px) 284px;
        gap: 22px;
        padding-top: 24px;
    }

    .tt-channel-rail {
        top: 82px;
        padding: 8px;
        border: 1px solid var(--tt-line);
        border-radius: 14px;
        background: var(--tt-card);
    }

    .tt-channel {
        height: 38px;
        padding: 0 12px;
        border-radius: 9px;
        color: #4d4c48;
        font-size: 15px;
    }

    .tt-channel:hover {
        background: #eef2f7;
        color: var(--tt-red);
    }

    .tt-channel.is-active {
        background: #eef2f7;
        color: var(--tt-red);
        font-weight: 700;
    }

    .tt-feed {
        gap: 14px;
        border: 0;
        background: transparent;
    }

    .tt-page-head,
    .tt-feed-card,
    .tt-panel {
        border: 1px solid var(--tt-line);
        border-radius: 16px;
        background: var(--tt-card);
    }

    .tt-page-head {
        padding: 26px 30px 24px;
        box-shadow: none;
    }

    .tt-page-kicker {
        color: #87867f;
        font-size: 13px;
        letter-spacing: .04em;
    }

    .tt-page-title {
        max-width: 13em;
        color: var(--tt-ink);
        font-size: clamp(30px, 3.2vw, 42px);
        line-height: 1.18;
        letter-spacing: -0.045em;
    }

    .tt-page-desc {
        max-width: 40em;
        color: var(--tt-muted);
        font-size: 15px;
        line-height: 1.62;
    }

    .tt-breaking {
        padding: 13px 18px;
        border: 1px solid var(--tt-line);
        border-radius: 14px;
        background: #faf9f5;
        color: #4d4c48;
    }

    .tt-breaking strong {
        background: #eef2f7;
        color: var(--tt-red);
        font-weight: 700;
    }

    .tt-feed-card {
        overflow: hidden;
        padding: 0;
    }

    .tt-section-title {
        padding: 16px 22px 14px;
        border-bottom-color: var(--tt-line);
        color: var(--tt-ink);
        font-size: 18px;
        font-weight: 700;
    }

    .tt-section-title::before {
        width: 3px;
        height: 18px;
        background: var(--tt-red);
    }

    .tt-article-card {
        grid-template-columns: 1fr;
        padding: 22px;
        border-bottom-color: var(--tt-line);
        background: transparent;
    }

    .tt-article-card:hover {
        background: #f7f6ef;
    }

    .tt-thumb {
        display: none;
    }

    .tt-card-meta,
    .tt-pill {
        color: #87867f;
        font-size: 13px;
    }

    .tt-pill {
        color: var(--tt-red);
        font-weight: 600;
    }

    .tt-article-title {
        max-width: 22em;
        margin-top: 7px;
        color: var(--tt-ink);
        font-size: 22px;
        line-height: 1.35;
        font-weight: 750;
        letter-spacing: -0.02em;
    }

    .tt-article-summary {
        max-width: 42em;
        color: var(--tt-muted);
        font-size: 15px;
        line-height: 1.62;
    }

    .tt-card-action {
        color: #87867f;
    }

    .tt-card-action:hover {
        color: var(--tt-red);
    }

    .tt-sidebar {
        top: 82px;
    }

    .tt-panel {
        padding: 0 18px 16px;
    }

    .tt-panel .tt-section-title {
        padding-left: 0;
        padding-right: 0;
    }

    .tt-hot-item {
        border-bottom-color: var(--tt-line);
        color: #3d3d3a;
        font-size: 14px;
        line-height: 1.55;
    }

    .tt-hot-index,
    .tt-hot-item:nth-child(1) .tt-hot-index,
    .tt-hot-item:nth-child(2) .tt-hot-index,
    .tt-hot-item:nth-child(3) .tt-hot-index {
        width: 22px;
        height: 22px;
        border-radius: 6px;
        background: #eef2f7;
        color: var(--tt-red);
        font-size: 12px;
        font-weight: 700;
    }

    .tt-footer {
        border-top-color: var(--tt-line);
        background: var(--tt-bg);
    }

    @media (max-width: 820px) {
        .tt-layout {
            padding-top: 14px;
        }

        .tt-channel-rail {
            padding: 8px;
            margin-bottom: 14px;
        }

        .tt-page-head {
            padding: 22px;
        }
    }

    /*
     * Grid alignment pass:
     * home/category use balanced 20/60/20 columns; article detail becomes a
     * single editorial reading column without side modules.
     */
    .tt-shell {
        width: min(1240px, calc(100vw - 48px));
    }

    .tt-layout {
        grid-template-columns: minmax(180px, 20%) minmax(0, 1fr) minmax(180px, 20%);
        gap: 24px;
        align-items: start;
    }

    .tt-brand {
        min-width: 180px;
    }

    .tt-search {
        width: min(360px, 28vw);
    }

    .tt-channel-rail,
    .tt-sidebar {
        width: 100%;
    }

    .tt-page-title {
        max-width: 15em;
    }

    .tt-article-layout {
        display: block;
        width: min(860px, calc(100vw - 48px));
        margin: 0 auto;
        padding: 42px 0 56px;
    }

    .tt-article-layout .tt-sidebar {
        display: none;
    }

    .tt-article-main {
        padding: 44px 56px 52px;
        border: 1px solid var(--tt-line);
        border-radius: 18px;
        background: var(--tt-card);
    }

    .tt-article-h1 {
        max-width: 16em;
        font-size: clamp(34px, 4vw, 48px);
        line-height: 1.16;
        letter-spacing: -0.04em;
    }

    .tt-prose {
        max-width: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    @media (max-width: 1080px) {
        .tt-layout {
            grid-template-columns: 156px minmax(0, 1fr);
        }

        .tt-brand {
            min-width: 140px;
        }
    }

    @media (max-width: 820px) {
        .tt-shell,
        .tt-article-layout {
            width: min(100% - 20px, 1240px);
        }

        .tt-brand {
            min-width: auto;
        }

        .tt-article-main {
            padding: 28px 22px 34px;
        }
    }

    /*
     * Left rail detail pass: quieter border, softer active item, more breathing
     * room, and smaller typography so the rail reads as navigation rather than
     * a heavy card.
     */
    .tt-channel-rail {
        padding: 10px;
        border-color: #eeeadd;
        border-radius: 18px;
        background: rgba(250, 249, 245, .72);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42);
    }

    .tt-channel {
        height: 42px;
        padding: 0 14px;
        border-radius: 12px;
        color: #4d4c48;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: -0.01em;
    }

    .tt-channel + .tt-channel {
        margin-top: 3px;
    }

    .tt-channel:hover {
        background: #f1f0e8;
    }

    .tt-channel.is-active {
        background: #EEF2F7;
        color: var(--tt-red);
        box-shadow: inset 3px 0 0 var(--tt-red);
    }

    @media (min-width: 1081px) {
        .tt-channel-rail {
            max-width: 170px;
        }
    }

    /*
     * Kami table-of-contents pass: the rail behaves like an editorial contents
     * block, not a button group. Focus is a thin ink-blue rule plus warm paper.
     */
    .tt-channel-rail {
        max-width: 178px;
        padding: 14px 10px;
        border: 1px solid #e8e5da;
        border-radius: 14px;
        background: #faf9f5;
        box-shadow: 0 10px 28px rgba(20, 20, 19, .035);
    }

    .tt-channel {
        position: relative;
        min-height: 36px;
        height: auto;
        padding: 8px 10px 8px 16px;
        border-left: 2.5px solid transparent;
        border-radius: 8px;
        color: #5e5d59;
        font-size: 13.5px;
        font-weight: 600;
        line-height: 1.35;
    }

    .tt-channel + .tt-channel {
        margin-top: 6px;
    }

    .tt-channel:hover {
        background: #f1f0e8;
        color: #3d3d3a;
    }

    .tt-channel.is-active {
        background: #EEF2F7;
        border-left-color: var(--tt-red);
        color: var(--tt-red);
        box-shadow: none;
    }

    /*
     * Final two-column home/category layout:
     * top navigation now owns channel switching, so page content starts near the
     * first nav item and keeps one consistent gutter to the recommendation rail.
     */
    .tt-layout {
        --tt-content-offset: 210px;
        width: calc(min(1240px, calc(100vw - 48px)) - var(--tt-content-offset));
        margin-left: calc((100vw - min(1240px, calc(100vw - 48px))) / 2 + var(--tt-content-offset));
        margin-right: auto;
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 22px;
    }

    .tt-feed,
    .tt-sidebar {
        min-width: 0;
    }

    .tt-page-head {
        padding: 24px 28px 22px;
    }

    .tt-page-title {
        max-width: 14em;
        font-size: clamp(30px, 3vw, 40px);
    }

    .tt-sidebar {
        top: 82px;
    }

    .tt-panel {
        border-radius: 14px;
    }

    @media (max-width: 1080px) {
        .tt-layout {
            width: min(100% - 32px, 900px);
            margin-left: auto;
            margin-right: auto;
            grid-template-columns: minmax(0, 1fr);
        }

        .tt-sidebar {
            display: none;
        }
    }

    @media (max-width: 820px) {
        .tt-layout {
            width: min(100% - 20px, 900px);
        }
    }

    /*
     * Unified container pass: header, two-column pages, and article detail now
     * share the same centered width so both edges align consistently.
     */
    .tt-shell {
        width: min(1364px, calc(100vw - 48px));
    }

    .tt-layout {
        width: min(1364px, calc(100vw - 48px));
        margin-left: auto;
        margin-right: auto;
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 24px;
    }

    .tt-article-layout {
        width: min(1364px, calc(100vw - 48px));
        margin-left: auto;
        margin-right: auto;
    }

    .tt-article-main {
        width: min(920px, 100%);
        margin-left: auto;
        margin-right: auto;
    }

    .tt-search {
        width: min(360px, 30vw);
    }

    @media (max-width: 1080px) {
        .tt-shell,
        .tt-layout,
        .tt-article-layout {
            width: min(100% - 32px, 980px);
        }
    }

    @media (max-width: 820px) {
        .tt-shell,
        .tt-layout,
        .tt-article-layout {
            width: min(100% - 20px, 980px);
        }
    }

    /*
     * Compact editorial container: all public pages use the same 1100px rhythm.
     * Search is intentionally hidden/removed for a calmer top bar.
     */
    .tt-shell,
    .tt-layout,
    .tt-article-layout {
        width: min(1100px, calc(100vw - 48px));
    }

    .tt-layout {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 22px;
    }

    .tt-search {
        display: none;
    }

    .tt-header-row {
        justify-content: flex-start;
    }

    .tt-topnav {
        margin-left: 24px;
    }

    .tt-mobile-menu {
        margin-left: auto;
    }

    .tt-article-main {
        width: 100%;
    }

    @media (max-width: 1080px) {
        .tt-shell,
        .tt-layout,
        .tt-article-layout {
            width: min(100% - 32px, 980px);
        }
    }

    @media (max-width: 820px) {
        .tt-shell,
        .tt-layout,
        .tt-article-layout {
            width: min(100% - 20px, 980px);
        }

        .tt-topnav {
            margin-left: 0;
        }
    }

    .tt-breadcrumb {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        margin-bottom: 0;
        color: #87867f;
        font-size: 13px;
        line-height: 1.5;
    }

    .tt-breadcrumb a {
        color: #5e5d59;
        font-weight: 600;
    }

    .tt-breadcrumb a:hover {
        color: var(--tt-red);
    }

    .tt-breadcrumb span:last-child {
        max-width: 38em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tt-related-block {
        margin-top: 0;
        padding: 28px 56px 34px;
    }

    .tt-related-block .tt-section-title {
        padding: 0 0 16px;
        border-bottom: 0;
    }

    .tt-related-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 18px;
    }

    .tt-related-card {
        display: grid;
        grid-template-columns: 24px minmax(0, 1fr);
        gap: 10px;
        align-items: start;
        padding: 13px 0;
        border-bottom: 1px solid var(--tt-line);
        color: #3d3d3a;
        font-size: 15px;
        line-height: 1.55;
        font-weight: 600;
    }

    .tt-related-card:hover {
        color: var(--tt-red);
    }

    .tt-related-index {
        display: inline-grid;
        place-items: center;
        width: 22px;
        height: 22px;
        border-radius: 6px;
        background: #EEF2F7;
        color: var(--tt-red);
        font-size: 12px;
        font-weight: 700;
    }

    @media (max-width: 820px) {
        .tt-related-grid {
            grid-template-columns: 1fr;
        }

        .tt-breadcrumb span:last-child {
            max-width: 22em;
        }
    }

    .tt-article-layout {
        display: grid;
        gap: 18px;
    }

    .tt-article-module {
        border: 1px solid var(--tt-line);
        border-radius: 18px;
        background: var(--tt-card);
    }

    .tt-breadcrumb.tt-article-module {
        padding: 16px 22px;
    }

    .tt-article-main.tt-article-module {
        margin-left: 0;
        margin-right: 0;
    }

    @media (max-width: 820px) {
        .tt-related-block {
            padding: 24px 22px 28px;
        }
    }

    /*
     * Article page hard reset: keep article detail as a clean single-column
     * document flow. These rules intentionally sit last to avoid earlier
     * two-column/home overrides leaking into detail pages.
     */
    .tt-article-layout {
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: min(1200px, calc(100vw - 48px));
        margin: 0 auto;
        padding: 18px 0 56px;
    }

    .tt-article-layout .tt-sidebar {
        display: none !important;
    }

    .tt-article-module,
    .tt-related-block.tt-article-module {
        width: 100%;
        border: 1px solid var(--tt-line);
        border-radius: 18px;
        background: var(--tt-card);
        box-shadow: 0 10px 28px rgba(20, 20, 19, .025);
    }

    .tt-breadcrumb.tt-article-module {
        padding: 2px 0 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: #858b99;
    }

    .tt-breadcrumb.tt-article-module a,
    .tt-breadcrumb.tt-article-module span {
        color: #858b99;
        font-weight: 500;
    }

    .tt-breadcrumb.tt-article-module a:hover {
        color: #fccc36;
    }

    .tt-article-head.tt-article-module {
        padding: 10px 40px 28px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        text-align: center;
    }

    .tt-article-main {
        width: 100%;
        min-width: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .tt-article-h1 {
        max-width: 100%;
        margin: 0;
        color: #f7f8fb;
        font-size: clamp(34px, 4vw, 56px);
        line-height: 1.22;
        letter-spacing: 0;
    }

    .tt-article-excerpt {
        max-width: 920px;
        margin: 22px auto 0;
        padding: 0;
        color: #c7ccd5;
        font-size: 19px;
        line-height: 1.85;
    }

    .tt-article-byline {
        display: flex;
        max-width: 920px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px 22px;
        margin: 18px auto 0;
        padding-top: 15px;
        border-top: 1px solid #292f3b;
        color: #8f97a6;
        font-size: 13px;
        line-height: 1.5;
    }

    .tt-article-byline span,
    .tt-article-byline time {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .tt-article-byline svg {
        width: 14px;
        height: 14px;
        color: #7f899a;
    }

    .tt-article-byline__author--virtual a {
        color: #69a9ff;
        font-weight: 650;
    }

    .tt-article-byline time strong {
        color: #35d6a3;
        font-weight: 650;
    }

    .tt-article-main .tt-prose {
        max-width: none;
        width: 100%;
        font-size: 17px;
        line-height: 1.9;
    }

    .tt-related-block.tt-article-module {
        padding: 28px 56px 34px;
    }

    @media (max-width: 820px) {
        .tt-shell,
        .tt-layout,
        .tt-article-layout {
            width: min(100% - 20px, 1200px);
        }

        .tt-header-row {
            min-height: 56px;
        }

        .tt-brand {
            font-size: 21px;
        }

        .tt-topnav {
            display: none;
        }

        .tt-mobile-menu {
            display: inline-flex;
        }

        .tt-layout {
            grid-template-columns: 1fr;
            gap: 14px;
            padding-top: 16px;
        }

        .tt-sidebar {
            display: none;
        }

        .tt-page-head {
            padding: 22px 20px;
        }

        .tt-page-title {
            font-size: 30px;
            line-height: 1.18;
        }

        .tt-article-card {
            padding: 20px;
        }

        .tt-article-title {
            font-size: 21px;
        }

        .tt-article-layout {
            gap: 12px;
            padding: 10px 0 34px;
        }

        .tt-breadcrumb.tt-article-module {
            padding: 2px 0 0;
            font-size: 12px;
        }

        .tt-article-head.tt-article-module {
            padding: 10px 8px 24px;
        }

        .tt-article-main {
            padding: 0;
        }

        .tt-article-h1 {
            font-size: clamp(30px, 8vw, 42px);
            line-height: 1.25;
        }

        .tt-article-main .tt-prose {
            font-size: 16px;
            line-height: 1.82;
        }

        .tt-article-excerpt {
            margin-top: 16px;
            font-size: 16px;
            line-height: 1.75;
        }

        .tt-article-byline {
            gap: 8px 14px;
            margin-top: 15px;
            padding-top: 13px;
            font-size: 12px;
        }

        .tt-related-block.tt-article-module {
            padding: 24px 20px 28px;
        }
    }

    /*
     * List rows should be text-first when no real cover image is present.
     * Remove the reserved thumbnail column so title and summary align evenly
     * with the card padding on both sides.
     */
    .tt-feed .tt-article-card {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .tt-feed .tt-article-card > div {
        min-width: 0;
        width: 100%;
    }

    .tt-feed .tt-thumb {
        display: none !important;
    }

    .tt-feed .tt-article-title,
    .tt-feed .tt-article-summary {
        max-width: none;
        width: 100%;
    }

    .tt-hot-carousel {
        position: relative;
        display: grid;
        gap: 8px;
    }

    .tt-hot-carousel .tt-breaking {
        display: none;
    }

    .tt-hot-carousel .tt-breaking.is-active {
        display: flex;
    }

    .tt-hot-dots {
        display: flex;
        justify-content: flex-end;
        gap: 6px;
        padding-right: 4px;
    }

    .tt-hot-dots button {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: #d8d6cf;
    }

    .tt-hot-dots button.is-active {
        width: 18px;
        background: var(--tt-red);
    }

    .tt-section-title::before {
        display: none !important;
    }

    /*
     * Article titles should feel editorial, not poster-sized. Keep the detail
     * page readable while avoiding oversized two-line headlines on desktop.
     */
    .tt-article-h1 {
        font-size: clamp(30px, 3vw, 40px) !important;
        line-height: 1.22 !important;
        letter-spacing: -0.03em;
    }

    @media (max-width: 768px) {
        .tt-article-h1 {
            font-size: 28px !important;
            line-height: 1.24 !important;
            letter-spacing: -0.02em;
        }
    }

    /*
     * Homepage poster + sidebar feed card. The main column now opens with an
     * optional configured visual slot, while the site introduction moves into
     * the right rail above the latest/hot list.
     */
    .tt-home-poster-carousel {
        position: relative;
        overflow: hidden;
        min-height: 220px;
        border: 1px solid var(--tt-line);
        border-radius: 18px;
        background: #ede9dc;
        box-shadow: 0 12px 30px rgba(20, 20, 19, .035);
    }

    .tt-home-poster-slide {
        display: none;
        position: relative;
        min-height: 220px;
        color: #fff;
    }

    .tt-home-poster-slide.is-active {
        display: block;
    }

    .tt-home-poster-slide img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 220px;
        aspect-ratio: 16 / 6.2;
        object-fit: cover;
    }

    .tt-home-poster-caption {
        position: absolute;
        left: 22px;
        bottom: 20px;
        max-width: min(520px, calc(100% - 44px));
        border-radius: 999px;
        background: rgba(17, 24, 39, .68);
        padding: 9px 14px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
        backdrop-filter: blur(10px);
    }

    .tt-home-poster-dots {
        position: absolute;
        right: 18px;
        bottom: 16px;
        display: flex;
        gap: 7px;
        z-index: 2;
    }

    .tt-home-poster-dots button {
        width: 7px;
        height: 7px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .62);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
    }

    .tt-home-poster-dots button.is-active {
        width: 20px;
        background: #fff;
    }

    .tt-feed-panel {
        padding: 22px 20px 24px;
    }

    .tt-feed-panel-title {
        margin-top: 8px;
        color: var(--tt-ink);
        font-size: 26px;
        line-height: 1.15;
        font-weight: 850;
        letter-spacing: -0.045em;
    }

    .tt-feed-panel-desc {
        margin-top: 12px;
        color: var(--tt-muted);
        font-size: 14px;
        line-height: 1.7;
    }

    @media (max-width: 820px) {
        .tt-home-poster-carousel,
        .tt-home-poster-slide,
        .tt-home-poster-slide img {
            min-height: 168px;
        }

        .tt-home-poster-caption {
            left: 14px;
            bottom: 14px;
            max-width: calc(100% - 28px);
            border-radius: 14px;
            font-size: 13px;
        }
    }

    /*
     * Markdown table reset for article detail pages. The global theme table
     * rule used display:block for overflow handling, which made GFM tables keep
     * their intrinsic width and left a large blank area on the right. Keep the
     * scroll wrapper, but restore the table layout so columns fill the card.
     */
    .tt-prose .article-table-wrap {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 2rem auto;
        overflow-x: auto;
        overflow-y: hidden;
        border: 1px solid var(--tt-line);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 14px 34px rgba(20, 20, 19, .05);
    }

    .tt-prose .article-table {
        display: table !important;
        width: max(760px, 100%) !important;
        min-width: 100%;
        table-layout: auto;
        border-collapse: collapse;
        margin: 0;
        font-size: 15px;
        line-height: 1.72;
    }

    .tt-prose .article-table th,
    .tt-prose .article-table td {
        border-color: #e6e2d7;
        padding: 14px 16px;
        vertical-align: top;
        white-space: normal;
    }

    .tt-prose .article-table th {
        background: #f6f5ef;
        color: var(--tt-ink);
        font-weight: 800;
    }

    .tt-prose .article-table td {
        color: #354052;
    }

    @media (max-width: 820px) {
        .tt-prose .article-table-wrap {
            margin: 1.5rem auto;
            border-radius: 14px;
        }

        .tt-prose .article-table {
            width: max(640px, 100%) !important;
            font-size: 14px;
        }

        .tt-prose .article-table th,
        .tt-prose .article-table td {
            padding: 12px 14px;
        }
    }

/* KARDZ dark news preview: visual direction from news.kardz.com, no copied assets. */
:root {
    --tt-red: #fccc36;
    --tt-red-dark: #eabf2f;
    --tt-ink: #ffffff;
    --tt-muted: #a5a5ad;
    --tt-line: #2b2b32;
    --tt-bg: #0e0e11;
    --tt-card: #18181d;
    --tt-soft: #232329;
}

.tt-body,
.tt-main {
    background: var(--tt-bg);
    color: var(--tt-ink);
    font-family: "Microsoft YaHei", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tt-header {
    border-bottom-color: #25252b;
    background: rgba(14, 14, 17, .96);
    backdrop-filter: blur(14px);
}

.tt-header-row {
    min-height: 56px;
    gap: 18px;
}

.tt-brand {
    width: 114px;
    min-width: 114px;
    flex: 0 0 114px;
    color: #ffffff;
    line-height: 0;
}

.tt-brand-heading {
    width: 100%;
    margin: 0;
    line-height: 0;
}

.tt-brand-logo {
    display: block;
    width: 114px;
    height: 24px;
    max-width: 100%;
    object-fit: contain;
}

.tt-topnav {
    margin-left: 0;
    gap: 18px;
    color: #d7d7dc;
    font-size: 14px;
}

.tt-topnav .tt-nav-link {
    min-height: 56px;
    padding: 0;
    border-bottom-width: 2px;
}

.tt-topnav a:hover,
.tt-topnav a.is-active {
    color: var(--tt-red);
    border-bottom-color: var(--tt-red);
}

.tt-mobile-menu {
    color: #ffffff;
}

.tt-shell {
    width: min(1180px, calc(100vw - 32px));
}

.tt-layout {
    width: min(1180px, calc(100vw - 32px));
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    padding: 28px 0 48px;
}

.tt-page-head,
.tt-feed-card,
.tt-panel,
.tt-article-main,
.tt-channel-rail,
.tt-breaking {
    border-color: var(--tt-line);
    background: var(--tt-card);
    box-shadow: none;
}

.tt-feed-card,
.tt-panel,
.tt-page-head {
    border-radius: 14px;
}

.tt-section-title,
.tt-page-title,
.tt-article-title,
.tt-article-h1,
.tt-hot-item,
.tt-feed-panel-title {
    color: var(--tt-ink);
}

.tt-section-title {
    border-bottom-color: var(--tt-line);
}

.tt-section-title::before {
    background: var(--tt-red);
}

.tt-article-card {
    border-bottom-color: var(--tt-line);
}

.tt-article-card:hover {
    background: #202027;
}

.tt-card-meta,
.tt-article-summary,
.tt-page-desc,
.tt-page-kicker,
.tt-card-action,
.tt-article-meta,
.tt-hot-item span,
.tt-footer {
    color: var(--tt-muted);
}

.tt-pill,
.tt-card-action:hover,
.tt-hot-index {
    color: var(--tt-red);
}

.tt-hot-index,
.tt-hot-item:nth-child(1) .tt-hot-index,
.tt-hot-item:nth-child(2) .tt-hot-index,
.tt-hot-item:nth-child(3) .tt-hot-index {
    background: #2b281d;
    color: var(--tt-red);
}

.tt-channel-rail {
    background: #15151a;
}

.tt-channel {
    color: #c8c8cf;
}

.tt-channel:hover,
.tt-channel.is-active {
    border-left-color: var(--tt-red);
    background: #24231f;
    color: var(--tt-red);
}

.tt-home-poster-carousel,
.tt-home-poster-slide,
.tt-home-poster-slide img {
    border-radius: 14px;
}

.tt-home-carousel-shell {
    padding-top: 28px;
}

.tt-home-poster-slide {
    background: #121216;
}

.tt-home-poster-caption {
    color: #ffffff;
}

.tt-home-poster-dots button,
.tt-hot-dots button {
    background: #5e5e66;
}

.tt-home-poster-dots button.is-active,
.tt-hot-dots button.is-active {
    background: var(--tt-red);
}

.tt-breaking strong {
    background: #2b281d;
    color: var(--tt-red);
}

.tt-footer {
    border-top-color: var(--tt-line);
    background: #111116;
}

/* KARDZ main-site footer */
.tt-kardz-footer{margin-top:36px;border-top:0;background:transparent;color:#fff}.tt-footer-payments{width:100%;overflow:hidden;padding:0 0 24px;background:var(--tt-bg)}.tt-footer-payments__track{display:flex;width:max-content;animation:tt-footer-marquee 42s linear infinite}.tt-footer-payments__group{display:flex;flex:none;align-items:center;gap:34px;min-width:max-content;padding-right:34px}.tt-footer-payment-logo{display:inline-flex;height:40px;min-width:82px;align-items:center;justify-content:center}.tt-footer-payment-logo img{display:block;width:auto;max-width:118px;height:40px;object-fit:contain}.tt-footer-main,.tt-footer-bottom{background:#0f0f0f}.tt-footer-main__inner{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.8fr);gap:clamp(48px,8vw,118px);padding-top:22px;padding-bottom:27px}.tt-footer-brand{min-width:0;order:2}.tt-footer-brand__heading{display:flex;align-items:center;gap:10px}.tt-footer-brand__heading>img{width:36px;height:36px;object-fit:contain}.tt-footer-brand__heading strong,.tt-footer-brand__heading span{display:block}.tt-footer-brand__heading strong{color:#fff;font-size:18px;line-height:1.15;letter-spacing:.02em}.tt-footer-brand__heading span{margin-top:3px;color:rgba(255,255,255,.72);font-size:12px;line-height:16px}.tt-footer-rating{display:flex;min-height:32px;align-items:center;gap:8px;margin-top:16px;color:rgba(255,255,255,.72);font-size:12px}.tt-footer-rating__stars{color:#ffbc00;font-size:15px;letter-spacing:1px}.tt-footer-rating strong{color:#fff;font-size:16px}.tt-footer-apps{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tt-footer-apps a,.tt-footer-apps>img{display:inline-flex;border-radius:4px}.tt-footer-apps a:focus-visible,.tt-footer-socials a:focus-visible,.tt-footer-column a:focus-visible{outline:2px solid var(--tt-red);outline-offset:3px}.tt-footer-apps img{display:block;width:133px;height:44px;object-fit:contain}.tt-footer-apps .tt-footer-apps__qr{width:44px}.tt-footer-nav{display:grid;order:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(28px,5vw,100px)}.tt-footer-column h2{margin:0 0 16px;color:#fff;font-size:14px;font-weight:700;line-height:19px}.tt-footer-column ul{margin:0;padding:0;list-style:none}.tt-footer-column li,.tt-footer-contact p{margin:0 0 10px;color:rgba(255,255,255,.7);font-size:12px;line-height:16px}.tt-footer-column a{color:inherit;text-decoration:none;transition:color .2s ease}.tt-footer-column a:hover{color:#fff}.tt-footer-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.tt-footer-socials a,.tt-footer-socials img{display:block;width:28px;height:28px;border-radius:50%}.tt-footer-bottom{border-top:1px solid rgba(255,255,255,.08)}.tt-footer-bottom__inner{display:flex;min-height:60px;align-items:center;justify-content:center;gap:18px;color:rgba(255,255,255,.6);font-size:12px;line-height:18px;text-align:center}.tt-footer-bottom__inner>.mt-2{margin-top:0}@keyframes tt-footer-marquee{to{transform:translateX(-50%)}}@media(max-width:1080px){.tt-footer-main__inner{grid-template-columns:1fr;gap:30px}.tt-footer-brand{order:1}.tt-footer-nav{order:2}}@media(max-width:700px){.tt-kardz-footer{margin-top:24px}.tt-footer-payments{padding-bottom:18px}.tt-footer-payments__group{gap:24px;padding-right:24px}.tt-footer-main__inner{gap:28px;padding-top:26px;padding-bottom:28px}.tt-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.tt-footer-column h2{margin-bottom:13px}.tt-footer-bottom__inner{flex-direction:column;gap:0;min-height:70px;padding:12px 0}}@media(max-width:380px){.tt-footer-nav{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.tt-footer-payments{overflow-x:auto}.tt-footer-payments__track{animation:none}.tt-footer-payments__group[aria-hidden=true]{display:none}}
.tt-footer-payments__inner {
    width: min(1392px, calc(100% - 32px));
    margin: 0 auto;
    overflow: hidden;
}

.tt-prose,
.tt-prose p,
.tt-prose li,
.tt-prose td {
    color: #dedee3;
}

.tt-prose h1,
.tt-prose h2,
.tt-prose h3,
.tt-prose h4,
.tt-prose strong,
.tt-prose th {
    color: #ffffff;
}

.tt-prose a {
    color: var(--tt-red);
}

.tt-prose blockquote,
.tt-prose .article-table-wrap,
.tt-prose pre {
    border-color: #35353d !important;
    background: #202027 !important;
    color: #d7d7dc !important;
}

.tt-prose .article-table th,
.tt-prose .article-table td {
    border-color: #35353d;
}

.tt-prose .article-table th {
    background: #24242a;
}

/* Article detail tables follow the dark editorial surface instead of the
 * generic light table defaults loaded by the shared site stylesheet. */
.tt-prose .article-table tbody tr:nth-child(even) {
    background: #24242a;
}

.tt-prose .article-table tbody tr:nth-child(odd) {
    background: #202027;
}

.tt-prose .article-table tbody tr:hover {
    background: #2c2b24;
}

.tt-prose .article-table tbody td {
    color: #dedee3;
}

.tt-prose .article-table tbody tr:last-child td {
    border-bottom: 0;
}

.tt-article-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #182235;
    box-shadow: none;
}

.tt-article-nav__item + .tt-article-nav__item {
    border-left: 1px solid var(--tt-line);
}

.tt-article-nav__link {
    display: flex;
    min-height: 148px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 24px 26px;
    color: var(--tt-ink);
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

a.tt-article-nav__link:hover {
    background: #202027;
    color: var(--tt-red);
}

.tt-article-nav__item--next {
    text-align: right;
}

.tt-article-nav__label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--tt-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.tt-article-nav__label svg {
    width: 15px;
    height: 15px;
    color: var(--tt-red);
}

.tt-article-nav strong {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-size: 16px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tt-article-nav__item.is-disabled .tt-article-nav__link {
    color: #6f6f78;
    cursor: default;
}

.tt-article-nav__item.is-disabled .tt-article-nav__label svg {
    color: #6f6f78;
}

@media (max-width: 820px) {
    .tt-article-nav {
        grid-template-columns: 1fr;
    }

    .tt-article-nav__item + .tt-article-nav__item {
        border-top: 1px solid var(--tt-line);
        border-left: 0;
    }

    .tt-article-nav__item--next {
        text-align: left;
    }

    .tt-article-nav__link {
        min-height: 112px;
        padding: 18px;
    }
}

.geo-home-modules {
    --geo-home-accent: #fccc36 !important;
    --geo-home-bg: #0e0e11 !important;
    --geo-home-surface: #18181d !important;
    --geo-home-text: #ffffff !important;
    --geo-home-muted: #a5a5ad !important;
    width: min(1180px, calc(100vw - 32px));
    background: var(--tt-bg);
    color: var(--tt-ink);
}

.geo-home-module {
    border-bottom-color: var(--tt-line);
    background: var(--geo-home-module-surface, var(--geo-home-surface));
}

.geo-home-module:first-child {
    border: 1px solid var(--tt-line);
    border-radius: 14px;
    padding: 32px;
}

.geo-home-module__title,
.geo-home-module__feature strong,
.geo-home-module__feature a,
.geo-home-module__article span,
.geo-home-module__metric strong {
    color: var(--geo-home-module-text, var(--geo-home-text));
}

.geo-home-module__eyebrow,
.geo-home-module__link,
.geo-home-module__feature a:hover,
.geo-home-module__article:hover span {
    color: var(--geo-home-module-accent, var(--geo-home-accent));
}

.geo-home-module__body,
.geo-home-module__header p,
.geo-home-module__feature p,
.geo-home-module__article time,
.geo-home-module__metric span,
.geo-home-module__metric small {
    color: var(--geo-home-module-muted, var(--geo-home-muted));
}

.geo-home-module__feature,
.geo-home-module__metric,
.geo-home-module__article,
.geo-home-module__chart-row {
    border-color: var(--tt-line);
    background: #202027;
}

.geo-home-module__chart-track {
    background: #303038;
}

.geo-home-module__chart-bar {
    background: var(--geo-home-accent);
}

.tt-feed-card .border-dashed.bg-white {
    border-color: #35353d !important;
    background: #18181d !important;
    color: var(--tt-muted) !important;
}

@media (max-width: 1080px) {
    .tt-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
    }
}

@media (max-width: 820px) {
    .tt-shell,
    .tt-layout,
    .geo-home-modules,
    .tt-article-layout {
        width: min(100% - 20px, 1180px);
    }

    .tt-layout {
        display: block;
        margin: 0 auto;
        padding-top: 16px;
    }

    .tt-home-carousel-shell {
        padding-top: 16px;
    }

    .tt-sidebar {
        margin-top: 18px;
    }

    .geo-home-module:first-child {
        padding: 24px 20px;
    }

    .tt-article-main {
        padding: 28px 20px 34px;
    }
}

.tt-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.tt-nav-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.tt-locale-switcher {
    margin-left: auto;
}

.tt-locale-trigger {
    display: flex;
    height: 36px;
    cursor: pointer;
    list-style: none;
    align-items: center;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid #34343c;
    border-radius: 6px;
    color: #e5e5e9;
    background: #141419;
    font-size: 14px;
    font-weight: 700;
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.tt-locale-trigger::-webkit-details-marker {
    display: none;
}

.tt-locale-trigger:hover,
.tt-locale-trigger:focus-visible,
.tt-locale-switcher[open] .tt-locale-trigger {
    border-color: var(--tt-red);
    color: var(--tt-red);
    background: #1c1c22;
    outline: none;
}

.tt-locale-switcher[open] .tt-locale-trigger [data-lucide="chevron-down"] {
    transform: rotate(180deg);
}

.tt-locale-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 50;
    width: 196px;
    padding: 8px;
    overflow: hidden;
    border: 1px solid #303038;
    border-radius: 6px;
    background: #18181d;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
}

.tt-locale-option {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-left: 3px solid transparent;
    border-radius: 4px;
    color: #d7d7dc;
    font-size: 14px;
    font-weight: 700;
}

.tt-locale-option:hover,
.tt-locale-option:focus-visible,
.tt-locale-option.is-active {
    border-left-color: var(--tt-red);
    color: var(--tt-red);
    background: #232329;
    outline: none;
}

.tt-locale-option.is-disabled {
    cursor: not-allowed;
    color: #6f6f78;
}

.tt-mobile-locale-toggle {
    display: none;
}

#ttMobileNav .tt-channel {
    gap: 10px;
}

@media (max-width: 820px) {
    .tt-header-row {
        gap: 12px;
    }

    .tt-mobile-menu {
        display: inline-flex;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }

    .tt-brand {
        width: 108px;
        min-width: 108px;
        flex-basis: 108px;
    }

    .tt-brand-logo {
        width: 108px;
        height: auto;
        max-height: 23px;
    }

    .tt-mobile-locale-toggle {
        display: inline-flex;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        color: #ffffff;
    }

    .tt-mobile-menu:hover,
    .tt-mobile-menu:focus-visible,
    .tt-mobile-locale-toggle:hover,
    .tt-mobile-locale-toggle:focus-visible {
        color: var(--tt-red);
        outline: none;
    }

    .tt-mobile-locale-popover {
        position: absolute;
        top: 100%;
        right: 10px;
        z-index: 2;
        width: 196px;
        padding: 8px;
        border: 1px solid #303038;
        border-radius: 6px;
        background: #18181d;
        box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
    }

    .tt-mobile-locale-option {
        display: flex;
        min-height: 44px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 12px;
        border-left: 3px solid transparent;
        border-radius: 4px;
        color: #d7d7dc;
        font-weight: 700;
    }

    .tt-mobile-locale-option:hover,
    .tt-mobile-locale-option:focus-visible,
    .tt-mobile-locale-option.is-active {
        border-left-color: var(--tt-red);
        color: var(--tt-red);
        background: #232329;
        outline: none;
    }

    .tt-mobile-locale-option.is-disabled {
        cursor: not-allowed;
        color: #6f6f78;
    }

    #ttMobileNav .tt-channel-rail {
        display: grid;
        grid-template-columns: 1fr;
        gap: 4px;
        margin-bottom: 0;
        overflow: visible;
    }

    #ttMobileNav .tt-channel {
        width: 100%;
        justify-content: flex-start;
    }

    .tt-header {
        z-index: 100;
    }

    .tt-mobile-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        height: calc(100dvh - 56px);
        isolation: isolate;
    }

    .tt-mobile-nav-backdrop {
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        border: 0;
        background: rgba(0, 0, 0, .62);
        backdrop-filter: blur(2px);
    }

    .tt-mobile-nav-panel {
        position: relative;
        z-index: 1;
        width: min(336px, calc(100vw - 44px));
        height: 100%;
        margin-right: auto;
        margin-left: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 12px 14px max(24px, env(safe-area-inset-bottom));
        border-right: 1px solid #2b2b32;
        background: #141419;
        box-shadow: 18px 0 44px rgba(0, 0, 0, .38);
        animation: tt-mobile-nav-enter .18s ease-out;
    }

    .tt-mobile-nav-controls {
        display: flex;
        justify-content: flex-end;
        min-height: 44px;
        margin-bottom: 4px;
    }

    .tt-mobile-nav-close {
        display: inline-flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border: 1px solid #313139;
        border-radius: 6px;
        color: #ffffff;
        background: #202027;
    }

    .tt-mobile-nav-close:hover,
    .tt-mobile-nav-close:focus-visible {
        border-color: var(--tt-red);
        color: var(--tt-red);
        outline: none;
    }

    #ttMobileNav .tt-channel-rail {
        width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    #ttMobileNav .tt-channel {
        min-height: 48px;
        padding: 12px 14px;
        border-radius: 6px;
    }

    .tt-mobile-nav-open {
        overflow: hidden;
    }
}

@keyframes tt-mobile-nav-enter {
    from {
        transform: translateX(-24px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Explicit article cover images. */
.tt-article-cover {
    width: 100%;
    margin: 0 0 42px;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #111116;
}

.tt-article-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 1200 / 630;
    border-radius: inherit;
    object-fit: cover;
    object-position: center center;
}

.tt-feed .tt-article-card.has-cover .tt-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform .2s ease;
}

.tt-feed .tt-article-card.has-cover .tt-thumb:hover img {
    transform: scale(1.025);
}

@media (max-width: 560px) {
    .tt-article-cover {
        margin: 0 0 28px;
        border-radius: 8px;
    }
}

/* Compact KARDZ pagination shared by home and category feeds. */
.tt-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 16px 0;
}

.tt-pagination__pages {
    display: inline-flex;
    align-items: center;
    min-width: 264px;
    min-height: 88px;
    padding: 10px 14px;
    border: 1px solid #303039;
    border-radius: 26px;
    background: #17171d;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}

.tt-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    padding: 0;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    font-variant-numeric: tabular-nums;
    transition: background-color .18s ease, color .18s ease;
}

a.tt-pagination__item:hover {
    color: #fccc36;
    background: #282830;
}

a.tt-pagination__item:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid #fccc36;
    outline-offset: 2px;
}

.tt-pagination__summary {
    display: inline-flex;
    min-width: 104px;
    align-items: center;
    justify-content: center;
    color: #8f8f98;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .02em;
    font-variant-numeric: tabular-nums;
}

.tt-pagination__arrow {
    width: 64px;
    min-width: 64px;
    margin: 0;
    padding: 0;
    border-radius: 18px;
    color: #fff;
    background: #303037;
}

.tt-pagination__arrow svg {
    width: 19px;
    height: 19px;
}

.tt-pagination__item.is-disabled {
    background: #202027;
    color: #555560;
    cursor: not-allowed;
}

@media (max-width: 560px) {
    .tt-pagination {
        min-height: 64px;
        padding: 12px 0;
    }

    .tt-pagination__pages {
        min-width: 216px;
        min-height: 68px;
        padding: 6px;
        border-radius: 21px;
    }

    .tt-pagination__item {
        width: 54px;
        min-width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 14px;
    }

    .tt-pagination__summary {
        min-width: 84px;
        font-size: 16px;
    }

    .tt-pagination__arrow {
        width: 54px;
        min-width: 54px;
        padding: 0;
    }
}

/* Category heading band aligned with the KARDZ news category pages. */
.tt-category-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #1f2127;
}

.tt-category-hero__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tt-category-hero.has-background-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 16, 21, .88) 0%, rgba(15, 16, 21, .64) 52%, rgba(15, 16, 21, .38) 100%);
}

.tt-category-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 158px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.tt-category-breadcrumb {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    overflow: hidden;
    color: #aaa;
    font-size: 12px;
    line-height: 17px;
    white-space: nowrap;
}

.tt-category-breadcrumb a {
    color: inherit;
    transition: color .18s ease;
}

.tt-category-breadcrumb a:hover,
.tt-category-breadcrumb a:focus-visible {
    color: #fccc36;
    outline: none;
}

.tt-category-breadcrumb span:last-child {
    overflow: hidden;
    color: #d6d6da;
    text-overflow: ellipsis;
}

.tt-category-hero__title {
    margin: 20px 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -.025em;
}

.tt-category-hero__description {
    max-width: 760px;
    margin: 8px 0 0;
    color: #aaaab1;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 1080px) {
    .tt-shell.tt-category-hero__inner {
        width: min(100% - 48px, 980px);
    }
}

@media (max-width: 820px) {
    .tt-shell.tt-category-hero__inner {
        width: min(100% - 20px, 980px);
    }

    .tt-category-hero__inner {
        min-height: 140px;
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .tt-category-hero__title {
        margin-top: 16px;
        font-size: 28px;
        line-height: 34px;
    }

    .tt-category-hero__description {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 560px) {
    .tt-category-hero__inner {
        min-height: 126px;
        padding-top: 12px;
        padding-bottom: 16px;
    }

    .tt-category-breadcrumb {
        gap: 6px;
        font-size: 11px;
    }

    .tt-category-hero__title {
        margin-top: 13px;
        font-size: 25px;
        line-height: 31px;
    }

    .tt-category-hero__description {
        margin-top: 6px;
        font-size: 13px;
        line-height: 20px;
    }
}

.tt-feed-panel {
    padding: 22px 20px 20px;
    overflow: hidden;
}

.tt-feed-panel-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.tt-feed-panel-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}

.tt-feed-panel-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tt-feed-panel-brand .tt-page-kicker {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-feed-panel-title {
    display: -webkit-box;
    margin-top: 14px;
    overflow: hidden;
    color: var(--tt-ink);
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: -0.025em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tt-feed-panel-desc {
    display: -webkit-box;
    min-height: 4.8em;
    margin-top: 10px;
    overflow: hidden;
    color: var(--tt-muted);
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tt-feed-panel-cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 16px;
    color: var(--tt-red);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 750;
    transition: color .2s ease, gap .2s ease;
}

.tt-feed-panel-cta:hover,
.tt-feed-panel-cta:focus-visible {
    gap: 10px;
    color: #ff6b74;
    outline: none;
}

.tt-feed-panel-cta svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

@media (max-width: 820px) {
    .tt-sidebar.tt-sidebar--homepage {
        display: block;
    }

    .tt-sidebar--homepage > .tt-panel:not(.tt-feed-panel) {
        display: none;
    }

    .tt-feed-panel {
        padding: 20px;
    }

    .tt-feed-panel-brand {
        gap: 9px;
    }

    .tt-feed-panel-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .tt-feed-panel-title {
        margin-top: 12px;
        font-size: 21px;
    }

    .tt-feed-panel-desc {
        min-height: 0;
        -webkit-line-clamp: 3;
    }
}

/* Article product card. */
.tt-prose .article-product-card {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    border-radius: 14px;
    background: #17171c;
    box-shadow: none;
}

.tt-prose .article-product-card__link {
    color: #f7f7f8;
}

.tt-prose .article-product-card__media {
    background: #111116;
}

.tt-prose .article-product-card__media img {
    margin: 0;
}

.tt-prose .article-product-card__badge {
    background: var(--article-product-card-badge-color, rgba(240, 65, 66, .14));
    color: var(--article-product-card-badge-text, #ff8b8c);
}

.tt-prose .article-product-card__title {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-prose .article-product-card__description {
    color: #a5a5ae;
}

.tt-prose .article-product-card__cta {
    background: var(--article-product-card-cta-color, var(--tt-red));
    color: #fff;
}

.tt-prose .article-product-card__link:hover .article-product-card__cta {
    background: color-mix(in srgb, var(--article-product-card-cta-color, var(--tt-red)) 88%, #000);
}

.tt-prose .article-product-card--unavailable {
    border: 0;
    background: #17171c;
    color: #92929b;
}

@media (max-width: 640px) {
    .tt-prose .article-product-card__link {
        position: relative;
        align-items: stretch;
    }

    .tt-prose .article-product-card__media {
        width: 80px;
        height: 80px;
        min-height: 80px;
        align-self: start;
        aspect-ratio: 1;
    }

    .tt-prose .article-product-card__body {
        justify-content: center;
        padding-right: 0;
    }

    .tt-prose .article-product-card__title {
        padding-right: 48px;
    }

    .tt-prose .article-product-card__badge {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 1;
        max-width: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tt-prose .article-product-card__description {
        display: -webkit-box;
        height: 3.2em;
        min-height: 3.2em;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

/* KARDZ-aligned article list density and spacing. */
.tt-layout {
    width: min(1240px, calc(100vw - 32px));
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    padding: 24px 0 48px;
}

.tt-feed-card {
    border-radius: 14px;
}

.tt-feed-card > .tt-feed {
    gap: 0;
}

.tt-section-title {
    padding: 18px 24px;
    font-size: 18px;
    line-height: 1.35;
}

.tt-feed .tt-article-card {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 156px;
    padding: 20px 24px;
    border-radius: 0;
}

.tt-feed .tt-article-card.has-cover {
    grid-template-columns: 216px minmax(0, 1fr) !important;
}

.tt-feed .tt-article-card.has-cover .tt-thumb {
    display: block !important;
    grid-column: 1;
    grid-row: 1;
    width: 216px;
    aspect-ratio: 8 / 5;
    border-radius: 8px;
}

.tt-feed .tt-article-card > div {
    grid-column: 1;
    min-width: 0;
}

.tt-feed .tt-article-card.has-cover > div {
    grid-column: 2;
    grid-row: 1;
}

.tt-feed .tt-article-title {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0;
    color: var(--tt-ink);
    font-size: 18px;
    font-weight: 750;
    line-height: 1.45;
    letter-spacing: -0.012em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tt-feed .tt-article-summary {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 8px;
    color: var(--tt-muted);
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tt-feed .tt-card-meta {
    margin-top: 14px;
    gap: 10px;
    color: var(--tt-muted);
    font-size: 13px;
    font-weight: 500;
}

.tt-feed .tt-pill {
    padding: 0;
    background: transparent;
    color: var(--tt-red);
    font-size: 13px;
    font-weight: 650;
}

.tt-page-head {
    padding: 24px 28px;
}

@media (max-width: 1080px) {
    .tt-layout {
        width: min(100% - 32px, 900px);
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 820px) {
    .tt-layout {
        width: min(100% - 20px, 900px);
        padding-top: 16px;
    }

    .tt-section-title {
        padding: 16px 18px;
        font-size: 17px;
    }

    .tt-feed .tt-article-card {
        min-height: 128px;
        gap: 14px;
        padding: 16px 18px;
    }

    .tt-feed .tt-article-card.has-cover {
        grid-template-columns: 156px minmax(0, 1fr) !important;
    }

    .tt-feed .tt-article-card.has-cover .tt-thumb {
        width: 156px;
    }

    .tt-feed .tt-article-title {
        font-size: 17px;
        line-height: 1.42;
    }

    .tt-feed .tt-card-meta {
        margin-top: 10px;
    }
}

@media (max-width: 560px) {
    .tt-feed .tt-article-card:not(.has-cover) {
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: 104px;
        gap: 0;
        padding: 18px 14px;
    }

    .tt-feed .tt-article-card.has-cover {
        grid-template-columns: 112px minmax(0, 1fr) !important;
        min-height: 104px;
        gap: 12px;
        padding: 14px;
    }

    .tt-feed .tt-article-card.has-cover .tt-thumb {
        grid-column: 1;
        grid-row: 1;
        width: 112px;
        border-radius: 8px;
    }

    .tt-feed .tt-article-card.has-cover > div {
        grid-column: 2;
        grid-row: 1;
    }

    .tt-feed .tt-article-title {
        font-size: 15px;
        line-height: 1.4;
    }

    .tt-feed .tt-article-summary {
        display: none;
    }

    .tt-feed .tt-card-meta {
        margin-top: 8px;
        font-size: 12px;
    }

    .tt-feed .tt-pill {
        display: none;
    }
}

/* KARDZ news visual alignment: wide gutters, stacked poster carousel and compact media rows. */
.tt-shell,
.tt-layout,
.tt-article-layout,
.geo-home-modules {
    width: min(1440px, calc(100vw - 48px));
}

.tt-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
}

.tt-home-carousel-shell {
    padding-top: 48px;
}

.tt-home-poster-carousel {
    position: relative;
    min-height: 452px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    background: transparent;
    box-shadow: none;
}

.tt-home-poster-slide {
    display: block;
    position: absolute;
    inset: 0 auto auto 0;
    z-index: 1;
    width: min(53.6%, 772px);
    height: 420px;
    min-height: 0;
    overflow: hidden;
    border-radius: 14px;
    background: #121216;
    transform: translateX(calc(var(--tt-slide-offset, 3) * 30.4%));
    transition: transform .45s ease, opacity .45s ease;
}

.tt-home-poster-slide.is-active {
    display: block;
    z-index: 5;
    --tt-slide-offset: 0;
}

.tt-home-poster-slide.is-next-1 {
    z-index: 4;
    --tt-slide-offset: 1;
}

.tt-home-poster-slide.is-next-2 {
    z-index: 3;
    --tt-slide-offset: 2;
}

.tt-home-poster-slide.is-next-3 {
    z-index: 2;
    --tt-slide-offset: 3;
}

.tt-home-poster-slide.is-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.tt-home-poster-slide img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    border-radius: inherit;
    object-fit: cover;
    object-position: center center;
}

.tt-home-poster-slide::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 8, .82) 100%);
    pointer-events: none;
}

.tt-home-poster-caption {
    position: absolute;
    right: 26px;
    bottom: 24px;
    left: 26px;
    z-index: 1;
    max-width: none;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: clamp(18px, 1.7vw, 24px);
    font-weight: 750;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
    backdrop-filter: none;
}

.tt-home-poster-slide:not(.is-active) .tt-home-poster-caption,
.tt-home-poster-slide:not(.is-active)::after {
    opacity: 0;
}

.tt-home-poster-dots {
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    justify-content: center;
    gap: 12px;
}

.tt-home-poster-dots button,
.tt-home-poster-dots button.is-active {
    width: 48px;
    height: 6px;
    border-radius: 999px;
    background: #46464e;
    box-shadow: none;
    transition: background .2s ease;
}

.tt-home-poster-dots button.is-active {
    background: var(--tt-red);
}

.tt-feed-card {
    border-radius: 12px;
}

.tt-feed .tt-article-card {
    min-height: 149px;
    gap: 20px;
    padding: 14px 24px;
}

.tt-feed .tt-article-card.has-cover {
    grid-template-columns: 216px minmax(0, 1fr) !important;
}

.tt-feed .tt-article-card.has-cover .tt-thumb {
    width: 216px;
    aspect-ratio: 216 / 121;
    overflow: hidden;
    border-radius: 8px;
}

.tt-feed .tt-article-card.has-cover .tt-thumb img {
    border-radius: inherit;
}

@media (max-width: 1080px) {
    .tt-layout {
        width: min(100% - 48px, 980px);
        grid-template-columns: minmax(0, 1fr);
    }

    .tt-home-poster-slide {
        width: 63%;
        transform: translateX(calc(var(--tt-slide-offset, 3) * 23%));
    }
}

@media (max-width: 820px) {
    .tt-shell,
    .tt-layout,
    .tt-article-layout,
    .geo-home-modules {
        width: min(100% - 20px, 980px);
    }

    .tt-home-carousel-shell {
        padding-top: 16px;
    }

    .tt-home-poster-carousel {
        min-height: 252px;
        border-radius: 12px;
    }

    .tt-home-poster-slide {
        width: 82%;
        height: 224px;
        border-radius: 12px;
        transform: translateX(calc(var(--tt-slide-offset, 3) * 12%));
    }

    .tt-home-poster-caption {
        right: 16px;
        bottom: 16px;
        left: 16px;
        font-size: 16px;
    }

    .tt-home-poster-dots {
        gap: 7px;
    }

    .tt-home-poster-dots button,
    .tt-home-poster-dots button.is-active {
        width: 32px;
        height: 4px;
    }

    .tt-feed .tt-article-card.has-cover {
        grid-template-columns: 156px minmax(0, 1fr) !important;
    }

    .tt-feed .tt-article-card.has-cover .tt-thumb {
        width: 156px;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 560px) {
    .tt-home-poster-carousel {
        min-height: 218px;
    }

    .tt-home-poster-slide {
        width: 88%;
        height: 192px;
        transform: translateX(calc(var(--tt-slide-offset, 3) * 7%));
    }

    .tt-feed .tt-article-card:not(.has-cover) {
        grid-template-columns: minmax(0, 1fr) !important;
        min-height: 104px;
        gap: 0;
        padding: 18px 14px;
    }

    .tt-feed .tt-article-card.has-cover {
        grid-template-columns: 112px minmax(0, 1fr) !important;
        min-height: 104px;
        gap: 12px;
        padding: 14px;
    }

    .tt-feed .tt-article-card.has-cover .tt-thumb {
        width: 112px;
        aspect-ratio: 16 / 9;
        border-radius: 8px;
    }
}

.tt-footer-mobile { display: none; }
@media (max-width: 700px) {
    .tt-kardz-footer { margin-top: 24px; }
    .tt-footer-payments, .tt-footer-main__inner { display: none; }
    .tt-footer-mobile { display: block; padding: 6px 15px 32px; background: #0f0f0f; color: #fff; }
    .tt-footer-mobile-nav { border-top: 1px solid rgba(255,255,255,.08); }
    .tt-footer-mobile-section { border-bottom: 1px solid rgba(255,255,255,.08); }
    .tt-footer-mobile-toggle { display: flex; width: 100%; min-height: 62px; align-items: center; justify-content: space-between; gap: 16px; padding: 0; border: 0; color: #fff; background: transparent; font: inherit; font-size: 15px; font-weight: 700; line-height: 22px; text-align: left; cursor: pointer; }
    .tt-footer-mobile-toggle svg { width: 18px; height: 18px; flex: none; color: rgba(255,255,255,.65); transition: transform .2s ease; }
    .tt-footer-mobile-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
    .tt-footer-mobile-toggle:focus-visible, .tt-footer-mobile a:focus-visible { outline: 2px solid var(--tt-red); outline-offset: 4px; }
    .tt-footer-mobile-panel { padding: 0 0 14px; }
    .tt-footer-mobile-panel ul { margin: 0; padding: 0; list-style: none; }
    .tt-footer-mobile-panel li { margin: 0; }
    .tt-footer-mobile-panel a { display: block; padding: 7px 28px 7px 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 20px; text-decoration: none; }
    .tt-footer-mobile-panel a:hover { color: #fff; }
    .tt-footer-mobile-download, .tt-footer-mobile-contact { margin-top: 42px; text-align: center; }
    .tt-footer-mobile-download h2, .tt-footer-mobile-contact h2 { margin: 0; color: #fff; font-size: 15px; font-weight: 700; line-height: 22px; }
    .tt-footer-mobile-apps { display: flex; justify-content: center; gap: 12px; margin-top: 20px; }
    .tt-footer-mobile-apps a { display: block; width: min(42vw,133px); }
    .tt-footer-mobile-apps img { display: block; width: 100%; height: auto; border-radius: 4px; }
    .tt-footer-mobile-contact p { margin: 8px 0 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 18px; }
    .tt-footer-mobile-socials { display: flex; justify-content: center; gap: 14px; margin-top: 18px; }
    .tt-footer-mobile-socials a, .tt-footer-mobile-socials img { display: block; width: 28px; height: 28px; border-radius: 50%; }
    .tt-footer-bottom__inner { flex-direction: column; gap: 0; min-height: 70px; padding: 12px 15px; line-height: 18px; }
}

@media (min-width: 701px) {
    .tt-footer-payments { border-bottom: 1px solid rgba(255,255,255,.1); }
    .tt-footer-payments__group { gap: 0; padding-right: 0; }
    .tt-footer-payment-logo { min-width: 0; margin-right: 30px; }
    .tt-footer-payment-logo img { max-width: none; }
    .tt-footer-rating { min-width: 240px; height: 32px; justify-content: center; gap: 4px; border: 1px solid #474747; border-radius: 6px; }
    .tt-footer-rating__stars { display: inline-flex; gap: 5px; color: #454545; font-size: 14px; line-height: 1; letter-spacing: 0; }
    .tt-footer-rating__stars span { display: inline-block; }
    .tt-footer-rating__stars .is-full { color: #ffb400; }
    .tt-footer-rating__stars .is-half { color: transparent; background: linear-gradient(90deg,#ffb400 50%,#454545 50%); -webkit-background-clip: text; background-clip: text; }
    .tt-footer-rating__stars .is-empty { color: #454545; }
    .tt-footer-rating strong { color: #6a6a6a; font-size: 14px; font-weight: 400; }
    .tt-footer-rating > span:last-child { color: #f9f9f9; }
    .tt-footer-socials a, .tt-footer-socials img { border-radius: 0; }
    .tt-footer-apps__qr-wrap { position: relative; display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; }
    .tt-footer-apps__qr-trigger { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 4px; background: #fff; color: #111; cursor: help; }
    .tt-footer-apps__qr-trigger svg { width: 26px; height: 26px; stroke-width: 2.4; }
    .tt-footer-apps__qr-trigger img { display: block; width: 44px; height: 44px; border-radius: 4px; object-fit: contain; }
    .tt-footer-apps__qr-popover { position: absolute; z-index: 20; right: 0; bottom: calc(100% + 12px); display: none; width: 160px; padding: 16px; border-radius: 4px; background: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.35); }
    .tt-footer-apps__qr-popover img { display: block; width: 128px; height: 128px; max-width: none; object-fit: contain; }
    .tt-footer-apps__qr-wrap:hover .tt-footer-apps__qr-popover, .tt-footer-apps__qr-wrap:focus-within .tt-footer-apps__qr-popover, .tt-footer-apps__qr-wrap:focus .tt-footer-apps__qr-popover { display: block; }
}

/* Article reading layout: content first, sticky outline second. */
.tt-article-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 32px; }
.tt-article-body .site-article-toc,
.tt-article-sidebar .site-article-toc { border: 0; border-radius: 12px; background: #202027; box-shadow: none; }
.tt-article-body .site-article-toc__toggle,
.tt-article-sidebar .site-article-toc__toggle { min-height: 32px; padding-bottom: 13px; border-bottom: 1px solid #35353d; color: #f4f4f5; font-size: 14px; line-height: 1.4; }
.tt-article-body .site-article-toc__toggle svg,
.tt-article-sidebar .site-article-toc__toggle svg { color: #f0b74e; }
.tt-article-body .site-article-toc__count,
.tt-article-sidebar .site-article-toc__count { min-width: 26px; padding: 0 7px; border: 1px solid rgba(240, 183, 78, .25); background: #332d20; color: #f1b84b; font-size: 11px; line-height: 24px; }
.tt-article-body .site-article-toc__nav,
.tt-article-sidebar .site-article-toc__nav { margin-top: 12px; max-height: none; padding-right: 4px; scrollbar-color: #4a4a55 transparent; }
.tt-article-body .site-article-toc__item,
.tt-article-sidebar .site-article-toc__item { display: block; min-width: 0; border-left: 2px solid transparent; border-radius: 6px; padding: 6px 10px; color: #b9b9c5; font-size: 13px; font-weight: 450; line-height: 1.5; overflow-wrap: anywhere; transition: color .15s ease, border-color .15s ease, background .15s ease; }
.tt-article-body .site-article-toc__item > span,
.tt-article-sidebar .site-article-toc__item > span { display: block; }
.tt-article-body .site-article-toc__item--level-2,
.tt-article-sidebar .site-article-toc__item--level-2 { color: #e5e5e9; font-weight: 650; }
.tt-article-body .site-article-toc__item--level-3,
.tt-article-sidebar .site-article-toc__item--level-3 { padding-left: 22px; color: #c4c4ce; font-size: 12.5px; }
.tt-article-body .site-article-toc__item--level-4,
.tt-article-body .site-article-toc__item--level-5,
.tt-article-body .site-article-toc__item--level-6,
.tt-article-sidebar .site-article-toc__item--level-4,
.tt-article-sidebar .site-article-toc__item--level-5,
.tt-article-sidebar .site-article-toc__item--level-6 { padding-left: 34px; color: #b5b5c0; font-size: 12px; }
.tt-article-body .site-article-toc__item:hover,
.tt-article-body .site-article-toc__item.is-active,
.tt-article-sidebar .site-article-toc__item:hover,
.tt-article-sidebar .site-article-toc__item.is-active { border-left-color: transparent; background: rgba(177, 31, 35, .18); color: #ffd16a; }
.tt-article-body .site-article-toc__children,
.tt-article-sidebar .site-article-toc__children { margin: 3px 0 3px 9px; padding-left: 7px; border-left: 1px solid #35353d; }
.tt-article-body .site-article-toc__item:focus-visible,
.tt-article-sidebar .site-article-toc__item:focus-visible { outline: 2px solid #f0b74e; outline-offset: -2px; }
@media (max-width: 1023px) { .tt-article-body { display: block; } .tt-article-body .site-article-toc { position: relative; top: auto; margin-bottom: 24px; } }

/* Article detail rail: contents and recommended news share the desktop side. */
@media (min-width: 1024px) {
    .tt-article-layout {
        display: grid !important;
        width: min(1200px, calc(100vw - 48px)) !important;
        margin-right: auto !important;
        margin-left: auto !important;
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 12px 32px;
        align-items: start;
    }

    .tt-article-layout > .tt-breadcrumb {
        grid-column: 1 / -1;
    }

    .tt-article-layout > .tt-article-head {
        grid-column: 1 / -1;
        width: auto !important;
        margin: 0 !important;
    }

    .tt-article-layout > .tt-article-main {
        grid-column: 1;
        width: auto !important;
        max-width: 848px;
        min-width: 0;
        padding: 0 32px;
        box-sizing: border-box;
        margin: 0 !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .tt-article-layout > .tt-article-nav {
        grid-column: 1;
    }

    .tt-article-layout > .tt-article-sidebar {
        display: flex !important;
        grid-column: 2;
        grid-row: 3 / span 2;
        position: sticky;
        top: 82px;
        align-self: start;
        flex-direction: column;
        gap: 18px;
    }

    .tt-article-body {
        display: block;
    }

    .tt-article-toc-inline {
        display: none;
    }

    .tt-article-toc-rail {
        display: block;
    }
}

@media (min-width: 1280px) {
    .tt-article-layout {
        grid-template-columns: minmax(0, 848px) 320px;
    }
}

.tt-article-sidebar .site-article-toc {
    position: relative;
    top: auto;
    margin: 0;
    border: 0;
    background: #202027;
    box-shadow: none;
}

.tt-article-sidebar .tt-panel {
    padding: 18px;
    border: 0;
    border-radius: 14px;
    background: #202027;
    box-shadow: none;
}

.tt-article-sidebar-author__link {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding-top: 4px;
    color: inherit;
    text-decoration: none;
}

.tt-article-sidebar-author__avatar {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    overflow: hidden;
    border: 2px solid #3c4658;
    border-radius: 50%;
    background: #28251b;
    color: #f0b74e;
    font-size: 20px;
    font-weight: 800;
}

.tt-article-sidebar-author__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-article-sidebar-author__copy {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.tt-article-sidebar-author__copy strong,
.tt-article-sidebar-author__copy span,
.tt-article-sidebar-author__copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-article-sidebar-author__copy strong {
    color: #f3f4f7;
    font-size: 15px;
    font-weight: 750;
}

.tt-article-sidebar-author__copy span {
    color: #d0d4dc;
    font-size: 12px;
    line-height: 1.5;
}

.tt-article-sidebar-author__copy small {
    color: #969eac;
    font-size: 11px;
    line-height: 1.5;
}

.tt-article-sidebar-author__copy em {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    color: #69a9ff;
    font-size: 12px;
    font-style: normal;
    font-weight: 650;
}

.tt-article-sidebar-author__copy em svg {
    width: 13px;
    height: 13px;
}

.tt-article-sidebar-author__link:hover .tt-article-sidebar-author__copy strong {
    color: #69a9ff;
}

.tt-article-sidebar .tt-feed-panel {
    padding: 22px 20px 20px;
}

.tt-article-nav.tt-article-module {
    gap: 24px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.tt-article-nav .tt-article-nav__item {
    overflow: hidden;
    border-radius: 20px;
    background: #182235;
}

.tt-article-nav .tt-article-nav__item + .tt-article-nav__item {
    border-top: 0;
    border-left: 0;
}

.tt-article-nav__item:first-child .tt-article-nav__label {
    color: #69a9ff;
}

.tt-article-nav__item--next .tt-article-nav__label {
    color: #35d6a3;
}

.tt-article-nav .tt-article-nav__label svg {
    color: currentColor;
}

.tt-article-sidebar .tt-section-title {
    padding: 0 0 14px;
    border-bottom-color: #35353d;
}

.tt-recommended-list {
    display: grid;
    gap: 2px;
}

.tt-recommended-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 9px 0;
    color: #d7d7dc;
    text-decoration: none;
    transition: color .2s ease;
}

.tt-recommended-item:hover {
    color: var(--tt-red);
}

.tt-recommended-thumb {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: #2c2c34;
    color: #f0b74e;
    font-size: 20px;
    font-weight: 800;
}

.tt-recommended-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-recommended-title {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tt-article-nav__link {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    padding: 24px 26px;
}

.tt-article-nav__item--next .tt-article-nav__link {
    grid-template-columns: minmax(0, 1fr) 112px;
}

.tt-article-nav__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 9px;
}

.tt-article-nav__media {
    display: grid;
    width: 112px;
    height: 96px;
    place-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: #2c2c34;
    color: #f0b74e;
    font-size: 24px;
    font-weight: 800;
}

.tt-article-nav__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-article-nav__item.is-disabled .tt-article-nav__link {
    display: flex;
}

@media (max-width: 1023px) {
    .tt-article-layout {
        display: flex !important;
        flex-direction: column;
        gap: 12px;
    }

    .tt-article-layout > .tt-article-main {
        order: 1;
    }

    .tt-article-layout > .tt-article-head {
        order: 0;
    }

    .tt-article-layout > .tt-article-nav {
        order: 2;
    }

    .tt-article-layout > .tt-article-sidebar {
        display: flex !important;
        order: 3;
        flex-direction: column;
        gap: 12px;
    }

    .tt-article-layout > .tt-article-main {
        padding: 0 16px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .tt-article-toc-inline {
        display: block;
    }

    .tt-article-toc-rail {
        display: none;
    }

    .tt-article-nav__link,
    .tt-article-nav__item--next .tt-article-nav__link {
        grid-template-columns: 88px minmax(0, 1fr);
        padding: 16px;
    }

    .tt-article-nav__item--next .tt-article-nav__link {
        grid-template-columns: minmax(0, 1fr) 88px;
    }

    .tt-article-nav__media {
        width: 88px;
        height: 74px;
    }
}

/* Home and category cards use surface separation instead of boxed borders. */
.tt-layout--home .tt-feed-card,
.tt-layout--home .tt-panel,
.tt-layout--home .tt-breaking,
.tt-layout--home .tt-article-card,
.tt-layout--category .tt-feed-card,
.tt-layout--category .tt-panel,
.tt-layout--category .tt-article-card {
    border: 0;
    box-shadow: none;
}

.tt-layout--home .tt-section-title,
.tt-layout--category .tt-section-title {
    border-bottom-color: transparent;
}
.tt-article-author-card{display:flex;align-items:center;gap:14px;margin:28px 0;padding:18px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;color:#0f172a}.tt-article-author-card__avatar{display:grid;place-items:center;width:48px;height:48px;overflow:hidden;border-radius:50%;background:#111827;color:#fff;font-weight:700}.tt-article-author-card__avatar img{width:100%;height:100%;object-fit:cover}.tt-article-author-card small{display:block;margin-top:3px;color:#64748b}.tt-author-page{max-width:1200px;margin:0 auto;padding:32px 24px 72px}.tt-author-hero{display:flex;gap:28px;align-items:center;padding:32px 0 40px;border-bottom:1px solid #e5e7eb}.tt-author-avatar{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#111827;color:#fff;font-size:42px;font-weight:700}.tt-author-avatar img{width:100%;height:100%;object-fit:cover}.tt-author-intro h1{margin:4px 0 8px;font-size:clamp(30px,4vw,48px);letter-spacing:0}.tt-kicker{margin:0;color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase}.tt-author-title{margin:0;color:#475569;font-weight:600}.tt-author-tagline{margin:8px 0 0;color:#64748b}.tt-author-tags,.tt-author-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tt-author-tags span{padding:5px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px}.tt-author-socials a{color:#2563eb;font-size:13px;font-weight:600}.tt-author-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:56px;padding-top:42px}.tt-author-main section{margin-bottom:40px}.tt-author-main h2,.tt-author-articles h2{margin:0 0 18px;font-size:20px;color:#0f172a}.tt-author-main p{color:#475569;line-height:1.8}.tt-author-timeline{display:grid;gap:18px}.tt-author-timeline article{padding-left:18px;border-left:2px solid #dbeafe}.tt-author-timeline strong{display:block;color:#0f172a}.tt-author-timeline span{display:block;margin-top:4px;color:#64748b;font-size:13px}.tt-author-timeline p{margin:6px 0 0;font-size:14px}.tt-author-articles{align-self:start;position:sticky;top:24px}.tt-author-articles a{display:block;padding:14px 0;border-bottom:1px solid #e5e7eb;color:#1e293b}.tt-author-articles a:hover{color:#2563eb}.tt-author-articles time{display:block;margin-top:6px;color:#94a3b8;font-size:12px}.tt-author-pagination{padding-top:28px}@media(max-width:800px){.tt-author-page{padding:24px 16px 48px}.tt-author-hero{align-items:flex-start;flex-direction:column}.tt-author-grid{grid-template-columns:1fr;gap:30px}.tt-author-articles{position:static}}

/* Author profile follows the active KARDZ news visual system. */
.tt-article-author-card {
    border-color: var(--tt-line);
    color: var(--tt-ink);
}

.tt-article-author-card__avatar {
    background: #28251b;
    color: var(--tt-red);
}

.tt-article-author-card small {
    color: var(--tt-muted);
}

.tt-author-page {
    width: min(1200px, calc(100vw - 48px));
    max-width: none;
    margin: 0 auto;
    padding: 18px 0 80px;
    color: var(--tt-ink);
}

.tt-author-breadcrumb {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    color: #777780;
    font-size: 13px;
    line-height: 20px;
}

.tt-author-breadcrumb a {
    color: #a5a5ad;
    text-decoration: none;
    transition: color .18s ease;
}

.tt-author-breadcrumb a:hover {
    color: var(--tt-red);
}

.tt-author-breadcrumb svg {
    width: 14px;
    height: 14px;
    flex: none;
}

.tt-author-breadcrumb span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-author-hero {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 34px;
    align-items: center;
    padding: 30px 0 44px;
    border-bottom: 1px solid var(--tt-line);
}

.tt-author-avatar {
    display: grid;
    width: 136px;
    height: 136px;
    place-items: center;
    overflow: hidden;
    border: 4px solid #24242b;
    border-radius: 50%;
    background: #28251b;
    box-shadow: 0 0 0 1px #3a3a42;
    color: var(--tt-red);
    font-size: 42px;
    font-weight: 800;
}

.tt-author-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tt-author-intro {
    min-width: 0;
    max-width: 850px;
}

.tt-author-kicker {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 8px;
    color: var(--tt-red);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0;
}

.tt-author-kicker svg {
    width: 15px;
    height: 15px;
}

.tt-author-intro h1 {
    margin: 0;
    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.tt-author-title {
    margin: 12px 0 0;
    color: #ededf1;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.5;
}

.tt-author-tagline {
    margin: 7px 0 0;
    color: #b9b9c1;
    font-size: 15px;
    line-height: 1.7;
}

.tt-author-tags,
.tt-author-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.tt-author-tags span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 5px 11px;
    border: 0;
    border-radius: 999px;
    background: #232329;
    color: #d7d7dc;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.tt-author-socials {
    margin-top: 14px;
}

.tt-author-socials a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 7px;
    padding: 5px 10px;
    border-radius: 6px;
    color: var(--tt-red);
    font-size: 13px;
    font-weight: 650;
    line-height: 20px;
    text-decoration: none;
    transition: background .18s ease, color .18s ease;
}

.tt-author-socials a:hover {
    background: #28251b;
    color: #ffe07b;
}

.tt-author-socials svg {
    width: 15px;
    height: 15px;
    flex: none;
}

.tt-author-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 52px;
    align-items: start;
    padding-top: 44px;
}

.tt-author-main {
    min-width: 0;
}

.tt-author-section {
    margin: 0;
    padding: 0 0 44px;
}

.tt-author-section + .tt-author-section {
    padding-top: 2px;
}

.tt-author-section-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.tt-author-section-heading > svg {
    width: 34px;
    height: 34px;
    flex: none;
    padding: 8px;
    border-radius: 8px;
    background: #28251b;
    color: var(--tt-red);
}

.tt-author-section-heading h2 {
    margin: 0;
    color: #f5f5f7;
    font-size: 21px;
    font-weight: 750;
    line-height: 1.45;
    letter-spacing: 0;
}

.tt-author-main .tt-author-about > p {
    max-width: 760px;
    margin: 0;
    color: #c6c6cd;
    font-size: 15px;
    line-height: 1.95;
}

.tt-author-timeline {
    display: grid;
    gap: 0;
}

.tt-author-timeline article {
    position: relative;
    min-width: 0;
    padding: 0 0 28px 46px;
    border: 0;
}

.tt-author-timeline article:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 26px;
    bottom: 0;
    left: 15px;
    width: 1px;
    background: #35353d;
}

.tt-author-timeline article:last-child {
    padding-bottom: 0;
}

.tt-author-timeline-dot {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    margin: 0;
    border-radius: 50%;
    background: #24242a;
}

.tt-author-timeline-dot::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tt-red);
}

.tt-author-timeline-head {
    display: flex;
    min-width: 0;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
}

.tt-author-timeline-head strong,
.tt-author-timeline-head a {
    min-width: 0;
    color: #f1f1f3;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.tt-author-timeline-head a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tt-author-timeline-head a:hover {
    color: var(--tt-red);
}

.tt-author-timeline-head a svg {
    width: 14px;
    height: 14px;
    flex: none;
}

.tt-author-timeline-head time {
    flex: none;
    color: #d8ae34;
    font-size: 12px;
    font-weight: 650;
    line-height: 20px;
}

.tt-author-timeline-org {
    display: block;
    margin-top: 4px;
    color: #a6a6ae;
    font-size: 13px;
    line-height: 1.55;
}

.tt-author-timeline p {
    margin: 8px 0 0;
    color: #9f9fa8;
    font-size: 14px;
    line-height: 1.75;
}

.tt-author-articles {
    position: sticky;
    top: 78px;
    align-self: start;
    overflow: hidden;
    padding: 18px;
    border: 0;
    border-radius: 12px;
    background: #1a1a1f;
    box-shadow: none;
}

.tt-author-articles-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 38px;
    padding: 0 0 13px;
    border-bottom: 1px solid #303037;
}

.tt-author-articles-heading > span {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #f5f5f7;
    font-size: 16px;
    font-weight: 750;
    line-height: 24px;
}

.tt-author-articles-heading svg {
    width: 17px;
    height: 17px;
    color: var(--tt-red);
}

.tt-author-articles-heading small {
    display: grid;
    min-width: 25px;
    height: 25px;
    place-items: center;
    padding: 0 7px;
    border-radius: 999px;
    background: #28251b;
    color: var(--tt-red);
    font-size: 11px;
    font-weight: 700;
}

.tt-author-article-list {
    display: grid;
}

.tt-author-articles .tt-author-article-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid #2f2f36;
    color: #dedee3;
    text-decoration: none;
}

.tt-author-articles .tt-author-article-item:last-child {
    border-bottom: 0;
}

.tt-author-articles .tt-author-article-item:hover strong {
    color: var(--tt-red);
}

.tt-author-article-thumb {
    display: grid;
    width: 64px;
    height: 56px;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #292930;
    color: var(--tt-red);
    font-size: 20px;
    font-weight: 800;
}

.tt-author-article-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
}

.tt-author-articles .tt-author-article-item:hover img {
    transform: scale(1.04);
}

.tt-author-article-copy {
    display: block;
    min-width: 0;
}

.tt-author-article-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.5;
    transition: color .18s ease;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tt-author-article-copy > span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
    color: #85858e;
    font-size: 11px;
    line-height: 17px;
}

.tt-author-article-copy em {
    min-width: 0;
    overflow: hidden;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt-author-article-copy time {
    flex: none;
}

.tt-author-empty {
    display: grid;
    min-height: 178px;
    place-items: center;
    align-content: center;
    gap: 12px;
    color: #85858e;
    text-align: center;
}

.tt-author-empty svg {
    width: 30px;
    height: 30px;
    color: #5d5d66;
}

.tt-author-empty p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

.tt-author-pagination {
    padding-top: 32px;
}

.tt-author-page a:focus-visible {
    outline: 2px solid var(--tt-red);
    outline-offset: 3px;
}

/* Keep the article list readable against the dark sidebar surface. */
.tt-author-articles .tt-author-article-item {
    color: #dedee3;
}

@media (max-width: 980px) {
    .tt-author-grid {
        grid-template-columns: minmax(0, 1fr) 288px;
        gap: 34px;
    }
}

@media (max-width: 800px) {
    .tt-author-page {
        width: min(100% - 32px, 720px);
        padding: 14px 0 56px;
    }

    .tt-author-hero {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 24px;
        padding: 24px 0 34px;
    }

    .tt-author-avatar {
        width: 112px;
        height: 112px;
    }

    .tt-author-intro h1 {
        font-size: 36px;
    }

    .tt-author-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
        padding-top: 34px;
    }

    .tt-author-articles {
        position: static;
        margin-top: 6px;
    }
}

@media (max-width: 560px) {
    .tt-author-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .tt-author-avatar {
        width: 88px;
        height: 88px;
        border-width: 3px;
        font-size: 30px;
    }

    .tt-author-intro h1 {
        font-size: 30px;
    }

    .tt-author-title {
        margin-top: 9px;
        font-size: 16px;
    }

    .tt-author-tagline {
        font-size: 14px;
    }

    .tt-author-tags {
        gap: 6px;
        margin-top: 14px;
    }

    .tt-author-tags span {
        min-height: 28px;
        padding: 4px 9px;
        font-size: 11px;
    }

    .tt-author-section {
        padding-bottom: 36px;
    }

    .tt-author-section-heading h2 {
        font-size: 19px;
    }

    .tt-author-timeline-head {
        display: grid;
        gap: 3px;
    }

    .tt-author-timeline-head time {
        grid-row: 2;
    }

    .tt-author-articles {
        padding: 16px;
    }
}
