@charset "UTF-8";

.th-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--th-text);
    background:
        linear-gradient(90deg, rgba(16, 35, 48, .045) 1px, transparent 1px),
        linear-gradient(rgba(16, 35, 48, .04) 1px, transparent 1px),
        linear-gradient(180deg, #f4f8fa 0%, #edf4f6 42%, #f7fafb 100%);
    background-size: 92px 92px, 92px 92px, auto;
}

body:has(.th-page) .th-three-document-bg {
    opacity: .30 !important;
    -webkit-mask-image: radial-gradient(ellipse 52% 64% at 70% 38%, #000 0%, #000 38%, rgba(0, 0, 0, .62) 66%, rgba(0, 0, 0, .18) 86%, transparent 100%);
    mask-image: radial-gradient(ellipse 52% 64% at 70% 38%, #000 0%, #000 38%, rgba(0, 0, 0, .62) 66%, rgba(0, 0, 0, .18) 86%, transparent 100%);
}

body:has(.th-page) .th-three-home-bg {
    opacity: .30 !important;
}

.th-page * {
    min-width: 0;
}

.th-hero {
    position: relative;
    min-height: 500px;
    display: grid;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid rgba(216, 166, 70, .40);
    background-image:
        linear-gradient(90deg, rgba(2, 9, 15, .74) 0%, rgba(6, 17, 27, .54) 43%, rgba(9, 22, 32, .16) 100%),
        linear-gradient(135deg, rgba(170, 23, 48, .14), transparent 46%, rgba(216, 166, 70, .10)),
        var(--hero-image);
    background-position: center;
    background-size: cover;
}

.th-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(245, 217, 156, .10) 1px, transparent 1px),
        linear-gradient(rgba(245, 217, 156, .08) 1px, transparent 1px),
        linear-gradient(120deg, transparent 0 58%, rgba(170, 23, 48, .16) 58% 58.5%, transparent 58.5% 100%);
    background-size: 96px 96px, 96px 96px, auto;
    opacity: .32;
}

.th-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 38%;
    background: linear-gradient(180deg, transparent, rgba(2, 8, 13, .86));
    pointer-events: none;
}

.th-hero-unified::after {
    inset: 0;
    height: auto;
    background:
        radial-gradient(circle at 68% 44%, rgba(170, 23, 48, .16) 0, rgba(216, 166, 70, .08) 24%, rgba(5, 12, 18, 0) 46%),
        linear-gradient(90deg, rgba(2, 8, 13, .30) 0%, rgba(2, 8, 13, .14) 46%, rgba(2, 8, 13, .04) 100%),
        linear-gradient(180deg, rgba(2, 8, 13, .04) 0%, rgba(2, 8, 13, .10) 58%, rgba(2, 8, 13, .44) 100%);
}

.th-hero-grid {
    position: relative;
    z-index: 2;
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(280px, .42fr);
    align-items: center;
    gap: 24px;
    padding: 38px 0;
}

.th-hero-copy {
    max-width: 540px;
}

.th-hero .th-kicker {
    color: var(--th-gold-soft);
}

.th-hero .th-global-eyebrow {
    margin-top: 8px;
    color: rgba(245, 217, 156, .82);
    font-size: 12px;
}

.th-hero h1 {
    max-width: 560px;
    margin: 14px 0 8px;
    color: #fff;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 620;
    letter-spacing: 0;
    text-shadow: 0 18px 46px rgba(0, 0, 0, .32);
}

.th-hero h1 span {
    display: block;
}

.th-hero h1 span:first-child {
    color: #fff;
}

.th-hero-value {
    display: block;
    max-width: 540px;
    margin: 0 0 12px;
    color: rgba(245, 217, 156, .94);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 650;
}

.th-hero p {
    max-width: 520px;
    margin: 0;
    color: rgba(241, 247, 250, .88);
    font-size: 15px;
    line-height: 1.62;
}

.th-hero-brandline {
    display: inline-flex;
    width: fit-content;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(245, 217, 156, .44);
    color: rgba(245, 217, 156, .90);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.th-hero-signal {
    justify-self: end;
    width: min(100%, 322px);
    padding: 18px;
    border: 1px solid rgba(245, 217, 156, .18);
    border-radius: 8px;
    color: #f8fbfc;
    background:
        radial-gradient(circle at 86% 10%, rgba(216, 166, 70, .18), transparent 8rem),
        linear-gradient(145deg, rgba(4, 14, 21, .44), rgba(10, 30, 40, .22));
    box-shadow: 0 18px 54px rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
}

.th-hero-signal > span {
    display: block;
    color: var(--th-gold-soft);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.th-hero-signal > strong {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: 18px;
    line-height: 1.42;
    font-weight: 620;
}

.th-hero-signal ul {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.th-hero-signal li {
    min-height: 0;
}

.th-hero-signal li a {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px 14px;
    padding: 12px 38px 12px 14px;
    border: 1px solid rgba(245, 217, 156, .12);
    border-radius: 6px;
    background: rgba(255, 255, 255, .045);
    color: inherit;
    text-decoration: none;
    transition: transform .32s ease, border-color .32s ease, background .32s ease;
}

.th-hero-signal li a::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(245, 217, 156, .86);
    border-right: 2px solid rgba(245, 217, 156, .86);
    transform: translateY(-50%) rotate(45deg);
}

.th-hero-signal li a:hover {
    transform: translateX(4px);
    border-color: rgba(245, 217, 156, .34);
    background: rgba(255, 255, 255, .075);
}

.th-hero-signal li::after {
    display: none;
}

.th-hero-signal li b,
.th-hero-signal li em,
.th-hero-signal li span {
    display: block;
    font-style: normal;
    line-height: 1.35;
}

.th-hero-signal li b {
    grid-column: 1;
    color: #fff;
    font-size: 15px;
    font-weight: 720;
}

.th-hero-signal li em {
    grid-column: 2;
    grid-row: 1;
    color: rgba(245, 217, 156, .86);
    font-size: 10px;
    font-weight: 850;
    text-align: right;
    text-transform: uppercase;
}

.th-hero-signal li span {
    grid-column: 1 / -1;
    max-width: 18em;
    color: rgba(224, 236, 242, .78);
    font-size: 12px;
}

.th-hero .th-global-copy {
    max-width: 500px;
    margin-top: 6px;
    color: rgba(199, 216, 226, .78);
    font-size: 13px;
    line-height: 1.58;
}

.th-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.th-hero-actions .th-button {
    min-height: 38px;
    padding-inline: 18px;
    border-color: rgba(245, 217, 156, .32);
    font-size: 14px;
    font-weight: 650;
}

.th-hero-actions .th-button-primary {
    color: #fff !important;
    background: rgba(170, 23, 48, .84);
    box-shadow: 0 14px 30px rgba(170, 23, 48, .18);
}

.th-hero-actions .th-button-light {
    color: #07111a !important;
    background: rgba(245, 217, 156, .94);
    border-color: rgba(216, 166, 70, .58);
}

.th-home-briefing {
    position: relative;
    z-index: 5;
    overflow: hidden;
    color: #102331;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .72), rgba(246, 250, 251, .66)),
        linear-gradient(90deg, rgba(170, 23, 48, .06) 1px, transparent 1px);
    background-size: auto, 72px 72px;
    border-top: 1px solid rgba(216, 166, 70, .22);
    border-bottom: 1px solid rgba(20, 35, 49, .08);
}

.th-briefing-line {
    min-height: 86px;
    display: grid;
    grid-template-columns: minmax(260px, .86fr) minmax(420px, 1.34fr);
    align-items: center;
    gap: 28px;
}

.th-briefing-line > div:first-child {
    display: grid;
    gap: 6px;
}

.th-briefing-line span {
    color: var(--th-red);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.th-briefing-line strong {
    color: #102331;
    font-size: 18px;
    line-height: 1.28;
    font-weight: 700;
}

.th-briefing-line .th-global-label {
    margin-top: 5px;
    color: rgba(58, 75, 88, .58);
    font-size: 11px;
}

.th-trust-points {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.th-trust-points li {
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 10px 14px;
    border: 1px solid rgba(20, 35, 49, .10);
    border-radius: 8px;
    color: #102331;
    background: rgba(255, 255, 255, .76);
}

.th-trust-points b {
    color: var(--th-red);
    font-size: 12px;
    font-weight: 700;
}

.th-trust-points em {
    color: rgba(16, 35, 49, .82);
    font-style: normal;
    font-weight: 650;
    line-height: 1.38;
    overflow-wrap: break-word;
}

.th-portal-gateway {
    position: relative;
    z-index: 5;
    padding-top: 56px;
    padding-bottom: 54px;
    background:
        linear-gradient(180deg, rgba(247, 250, 251, .78), rgba(242, 247, 249, .70));
}

.th-portal-gateway::before {
    content: "";
    position: absolute;
    inset: 34px 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(170, 23, 48, .28), rgba(216, 166, 70, .24), transparent);
}

.th-portal-gateway-head {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(320px, .76fr);
    gap: 48px;
    align-items: end;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(20, 35, 49, .14);
}

.th-portal-gateway-head h2,
.th-section h2 {
    max-width: 11em;
    margin: 14px 0 0;
    color: #102131;
    font-size: 38px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0;
}

.th-portal-gateway-head h2 span,
.th-section h2 span {
    display: block;
}

.th-portal-gateway-head p {
    max-width: 42em;
    margin: 0 0 6px;
    color: #405568;
    font-size: 15px;
    line-height: 1.68;
}

.th-portal-entry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.th-portal-entry-card {
    position: relative;
    min-width: 0;
    min-height: 172px;
    display: grid;
    align-content: start;
    gap: 7px;
    padding: 18px 18px 16px;
    overflow: hidden;
    border: 1px solid rgba(16, 35, 48, .13);
    border-radius: 8px;
    color: #132231;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(250, 253, 253, .90)),
        linear-gradient(90deg, rgba(170, 23, 48, .08), rgba(216, 166, 70, .10));
    box-shadow: 0 18px 46px rgba(18, 35, 48, .10);
    transition: transform .32s var(--th-ease), border-color .32s var(--th-ease), box-shadow .32s var(--th-ease), background .32s var(--th-ease);
}

.th-portal-entry-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--th-red), var(--th-gold));
    transform: scaleX(.18);
    transform-origin: left center;
    transition: transform .32s var(--th-ease);
}

.th-portal-entry-card::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 46px;
    height: 46px;
    border-top: 1px solid rgba(170, 23, 48, .22);
    border-right: 1px solid rgba(216, 166, 70, .28);
    opacity: .72;
}

.th-portal-entry-card:hover {
    transform: translateY(-4px);
    border-color: rgba(170, 23, 48, .28);
    background:
        linear-gradient(135deg, #fff, rgba(250, 253, 253, .84)),
        linear-gradient(90deg, rgba(170, 23, 48, .10), rgba(216, 166, 70, .12));
    box-shadow: 0 24px 56px rgba(18, 35, 48, .12);
}

.th-portal-entry-card:hover::before {
    transform: scaleX(1);
}

.th-portal-entry-card span {
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(216, 166, 70, .48);
    color: var(--th-red);
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 13px;
    font-weight: 700;
    background: rgba(255, 255, 255, .72);
}

.th-portal-entry-card em {
    position: relative;
    z-index: 1;
    color: rgba(121, 75, 12, .86);
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.th-portal-entry-card strong {
    position: relative;
    z-index: 1;
    color: #132231;
    font-size: 21px;
    line-height: 1.24;
    font-weight: 700;
}

.th-portal-entry-card p {
    position: relative;
    z-index: 1;
    max-width: 25em;
    margin: 0;
    color: #405568;
    font-size: 13px;
    line-height: 1.58;
}

.th-portal-entry-card b {
    position: relative;
    z-index: 1;
    align-self: end;
    margin-top: 8px;
    color: var(--th-red);
    font-size: 13px;
    font-weight: 700;
}

.th-home-pulse-section {
    position: relative;
    z-index: 4;
    padding: 0 0 54px;
    background: rgba(247, 250, 251, .82);
}

.th-home-pulse {
    display: grid;
    grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr);
    gap: 28px;
    align-items: stretch;
    padding-top: 8px;
    border-top: 1px solid rgba(20, 35, 49, .10);
}

.th-home-pulse-head {
    min-width: 0;
    padding-top: 14px;
}

.th-home-pulse-head h2 {
    max-width: 9em;
    margin: 12px 0 12px;
    color: #102131;
    font-size: 30px;
    line-height: 1.18;
}

.th-home-pulse-head p {
    max-width: 28em;
    margin: 0;
    color: #405568;
    font-size: 14px;
    line-height: 1.68;
}

.th-home-pulse-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid rgba(18, 35, 49, .13);
    background: rgba(255, 255, 255, .90);
}

.th-home-pulse-grid a {
    min-width: 0;
    display: grid;
    gap: 8px;
    padding: 20px 18px;
    color: #102131;
    border-right: 1px solid rgba(18, 35, 49, .10);
    transition: background .24s var(--th-ease), color .24s var(--th-ease), transform .24s var(--th-ease);
}

.th-home-pulse-grid a:last-child {
    border-right: 0;
}

.th-home-pulse-grid a:hover {
    background: linear-gradient(135deg, rgba(170, 23, 48, .08), rgba(216, 166, 70, .10));
    transform: translateY(-2px);
}

.th-home-pulse-grid em {
    color: rgba(170, 23, 48, .72);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.th-home-pulse-grid strong {
    color: #102131;
    font-size: 19px;
    line-height: 1.25;
}

.th-home-pulse-grid span {
    color: #405568;
    font-size: 13px;
    line-height: 1.58;
}

.th-home-desk-section {
    z-index: 2;
    padding: 50px 0 56px;
    color: #102131;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(247, 250, 251, .86)),
        linear-gradient(90deg, rgba(16, 35, 48, .045) 1px, transparent 1px),
        linear-gradient(rgba(16, 35, 48, .04) 1px, transparent 1px);
    background-size: auto, 86px 86px, 86px 86px;
    border-top: 1px solid rgba(170, 23, 48, .16);
    border-bottom: 1px solid rgba(20, 35, 49, .08);
}

.th-home-desk {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    max-width: 1080px;
}

.th-home-news-panel {
    min-width: 0;
}

.th-home-news-panel .th-kicker {
    color: var(--th-red);
}

.th-home-news-panel .th-global-label {
    color: rgba(219, 232, 238, .78);
}

.th-home-news-panel h2 {
    max-width: 9em;
    margin: 14px 0 14px;
    color: #102131;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 700;
}

.th-home-news-panel > p {
    max-width: 46em;
    margin: 0;
    color: #536675;
    font-size: 15px;
    line-height: 1.66;
}

.th-home-news-list {
    margin-top: 18px;
    border-top: 1px solid rgba(20, 35, 49, .12);
}

.th-home-news-item,
.th-home-news-empty {
    min-width: 0;
    display: grid;
    grid-template-columns: 108px minmax(260px, .95fr) minmax(0, .9fr);
    gap: 16px 24px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid rgba(20, 35, 49, .10);
    color: #102131;
}

.th-home-news-item time {
    color: var(--th-red);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.th-home-news-item strong,
.th-home-news-empty strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #102131;
    font-size: 18px;
    line-height: 1.38;
    font-weight: 800;
    overflow-wrap: break-word;
}

.th-home-news-item span,
.th-home-news-empty span {
    color: #5c6c78;
    font-size: 14px;
    line-height: 1.66;
    overflow-wrap: break-word;
}

.th-home-news-item:hover strong {
    color: var(--th-red);
}

.th-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    color: var(--th-red);
    font-size: 14px;
    font-weight: 700;
}

.th-text-link::after {
    content: "";
    width: 38px;
    height: 1px;
    background: currentColor;
    transition: width .28s var(--th-ease);
}

.th-text-link:hover::after {
    width: 58px;
}

.th-section {
    position: relative;
}

.th-section .th-global-label {
    margin-bottom: 14px;
}

.th-section p {
    color: #5b6b79;
}

@media (max-width: 1100px) {
    .th-hero,
    .th-hero-grid {
        min-height: 500px;
    }

    .th-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 26px;
    }

    .th-hero-signal {
        justify-self: start;
        width: min(100%, 420px);
    }

    .th-hero h1 {
        font-size: 40px;
    }

    .th-trust-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .th-portal-gateway-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .th-portal-entry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .th-home-news-item,
    .th-home-news-empty {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .th-home-news-item span,
    .th-home-news-empty span {
        grid-column: 2;
    }
}

@media (max-width: 760px) {
    body:has(.th-page) .th-three-document-bg {
        opacity: .18 !important;
        -webkit-mask-image: radial-gradient(ellipse 80% 54% at 74% 28%, #000 0%, rgba(0, 0, 0, .48) 48%, transparent 86%);
        mask-image: radial-gradient(ellipse 80% 54% at 74% 28%, #000 0%, rgba(0, 0, 0, .48) 48%, transparent 86%);
    }

    body:has(.th-page) .th-three-home-bg {
        opacity: .18 !important;
    }

    .th-page {
        background:
            linear-gradient(90deg, rgba(16, 35, 48, .05) 1px, transparent 1px),
            linear-gradient(rgba(16, 35, 48, .045) 1px, transparent 1px),
            #f4f8fa;
        background-size: 58px 58px, 58px 58px, auto;
    }

    .th-hero {
        min-height: auto;
        background-image:
            linear-gradient(180deg, rgba(2, 9, 15, .68), rgba(3, 10, 16, .92) 82%),
            var(--hero-image);
    }

    .th-hero-grid {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
        padding: 64px 0 28px;
    }

    .th-hero-brandline {
        margin-top: 10px;
        font-size: 11px;
        letter-spacing: 0;
    }

    .th-hero-unified::after {
        background:
            radial-gradient(circle at 74% 28%, rgba(170, 23, 48, .14) 0, rgba(216, 166, 70, .08) 18%, rgba(5, 12, 18, 0) 36%),
            linear-gradient(90deg, rgba(2, 8, 13, .28) 0%, rgba(2, 8, 13, .12) 54%, rgba(2, 8, 13, .04) 100%),
            linear-gradient(180deg, rgba(2, 8, 13, .04) 0%, rgba(2, 8, 13, .12) 34%, rgba(2, 8, 13, .90) 100%);
    }

    .th-hero-copy {
        width: 100%;
        max-width: 100%;
    }

    .th-hero h1 {
        margin: 12px 0 8px;
        font-size: 34px;
        line-height: 1.18;
    }

    .th-hero-value {
        max-width: 22em;
        margin-bottom: 10px;
        font-size: 17px;
    }

    .th-hero p {
        width: 100%;
        max-width: 24em;
        font-size: 14px;
        line-height: 1.66;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .th-hero-signal {
        display: none;
    }

    .th-hero .th-global-eyebrow {
        font-size: 11px;
    }

    .th-hero .th-global-copy {
        max-width: 32em;
        font-size: 13px;
        line-height: 1.58;
    }

    .th-hero-actions {
        gap: 10px;
        margin-top: 18px;
    }

    .th-hero-actions .th-button {
        flex: 0 0 auto;
        min-width: 0;
        padding-inline: 14px;
        min-height: 38px;
    }

    .th-home-briefing {
        margin-top: 0;
    }

    .th-briefing-line {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 0;
    }

    .th-briefing-line strong {
        font-size: 18px;
    }

    .th-trust-points {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px;
    }

    .th-trust-points li {
        min-height: 44px;
        padding: 9px 12px;
        font-size: 14px;
    }

    .th-portal-gateway {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .th-home-pulse-section {
        padding-bottom: 38px;
    }

    .th-home-pulse {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .th-home-pulse-head h2 {
        font-size: 25px;
    }

    .th-home-pulse-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .th-home-pulse-grid a {
        padding: 16px 14px;
        border-right: 0;
        border-bottom: 1px solid rgba(18, 35, 49, .10);
    }

    .th-home-pulse-grid a:last-child {
        border-bottom: 0;
    }

    .th-portal-gateway-head {
        display: block;
        padding-bottom: 22px;
    }

    .th-portal-gateway-head h2,
    .th-section h2,
    .th-home-news-panel h2 {
        max-width: 100%;
        font-size: 30px;
        line-height: 1.18;
    }

    .th-portal-gateway-head p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.62;
    }

    .th-portal-entry-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        margin-top: 18px;
    }

    .th-portal-entry-card {
        min-height: 0;
        display: grid;
        grid-template-columns: 38px minmax(0, 1fr) auto;
        gap: 5px 12px;
        align-items: center;
        padding: 14px;
    }

    .th-portal-entry-card::after {
        display: none;
    }

    .th-portal-entry-card span {
        grid-row: span 2;
        width: 36px;
        height: 36px;
    }

    .th-portal-entry-card em {
        max-width: 100%;
        font-size: 10px;
    }

    .th-portal-entry-card strong {
        font-size: 18px;
    }

    .th-portal-entry-card p {
        display: none;
    }

    .th-portal-entry-card b {
        grid-column: 3;
        grid-row: 1 / span 2;
        margin-top: 0;
        white-space: nowrap;
        font-size: 13px;
    }

    .th-home-desk-section {
        padding: 42px 0;
    }

    .th-home-desk {
        display: block;
    }

    .th-home-news-list {
        margin-top: 20px;
    }

    .th-home-news-item,
    .th-home-news-empty {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 16px 0;
    }

    .th-home-news-item span,
    .th-home-news-empty span {
        display: none;
    }
}

@media (max-width: 420px) {
    .th-hero h1 {
        font-size: 28px;
    }

}
