:root { --ink: #17191b; --muted: #70777f; --line: #dde2e6; --blue: #1669c9; --paper: #fbfcfd; }
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 Inter, "Noto Sans SC", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-shell { width: min(1200px, calc(100% - 128px)); margin: 0 auto; }
.news-head { padding: 116px 0 34px; }
.news-kicker, .article-type { margin: 0; color: var(--blue); font-size: 12px; font-weight: 600; }
.news-head h1 { max-width: 820px; margin: 16px 0 18px; font-size: 58px; font-weight: 600; line-height: 1.14; }
.news-head > p:not(.news-kicker) { max-width: 690px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.pinned-section { padding: 20px 0 0; }
.carousel-controls { display: flex; gap: 8px; }
.carousel-controls-top { justify-content: flex-end; margin-bottom: 8px; }
.carousel-controls button { display: grid; width: 30px; height: 30px; place-items: center; color: #4d555d; background: transparent; border: 0; border-radius: 4px; cursor: pointer; font-size: 20px; line-height: 1; }
.carousel-controls button:hover { color: var(--ink); background: #edf1f4; }
.pinned-viewport { overflow: hidden; }
.pinned-track { display: flex; will-change: transform; transition: transform .62s cubic-bezier(.22, .61, .36, 1); }
.pinned-track.is-resetting { transition: none; }
.pinned-article { display: grid; flex: 0 0 100%; grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr); gap: clamp(36px, 6vw, 88px); align-items: center; padding: 34px 0 12px; }
.pinned-image, .article-image { display: block; overflow: hidden; background: #e7ecef; }
.pinned-image { aspect-ratio: 16 / 10; }
.pinned-image img, .article-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pinned-article:hover img, .news-row:hover img { transform: scale(1.025); }
.pinned-copy h3 { margin: 12px 0 18px; font-size: clamp(28px, 3vw, 42px); font-weight: 600; line-height: 1.28; }
.pinned-copy h3 a:hover, .news-row h3 a:hover { color: var(--blue); }
.pinned-copy > p { margin: 0 0 26px; color: var(--muted); line-height: 1.85; }
.article-meta { display: flex; align-items: center; gap: 12px; color: #8b9299; font-size: 12px; }
.article-meta::before { width: 20px; height: 1px; background: #b8c0c8; content: ""; }
.carousel-dots { display: flex; gap: 7px; justify-content: center; padding: 20px 0 0; }
.carousel-dots button { width: 22px; height: 2px; padding: 0; background: #c8cfd5; border: 0; cursor: pointer; }
.carousel-dots button.is-active { background: var(--blue); }
.news-filter { display: flex; flex-wrap: wrap; gap: 26px; padding: 30px 0 23px; border-bottom: 1px solid var(--line); }
.news-filter button { padding: 0 0 7px; color: #788088; background: transparent; border: 0; border-bottom: 2px solid transparent; cursor: pointer; font-size: 14px; }
.news-filter button:hover, .news-filter button.is-active { color: var(--ink); border-bottom-color: var(--blue); }
.news-content { padding-top: 54px; }
.news-list { display: grid; }
.news-row { display: grid; grid-template-columns: 220px minmax(0, 1fr) auto; gap: 30px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.article-image { width: 220px; aspect-ratio: 16 / 10; }
.news-row h3 { margin: 8px 0; font-size: 20px; font-weight: 600; line-height: 1.45; }
.news-row .summary { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.arrow-link { display: grid; width: 36px; height: 36px; place-items: center; color: var(--ink); border: 1px solid var(--line); font-size: 20px; transition: color .2s, border-color .2s, background .2s; }
.news-row:hover .arrow-link { color: #fff; background: var(--ink); border-color: var(--ink); }
.empty-state { padding: 70px 0; color: var(--muted); text-align: center; }
.pagination { display: flex; justify-content: center; gap: 8px; padding-top: 36px; }
.pagination button { display: grid; min-width: 34px; height: 34px; place-items: center; padding: 0 10px; color: #677078; background: transparent; border: 1px solid var(--line); cursor: pointer; font-size: 12px; }
.pagination button:hover, .pagination button.is-active { color: #fff; background: var(--ink); border-color: var(--ink); }
.pagination button:disabled { color: #b7bdc2; cursor: default; }
.subscribe-band { margin-top: 92px; padding: 64px 0; color: #fff; background: #17191b; }
.subscribe-inner { display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.subscribe-copy h2 { margin: 0 0 10px; font-size: 30px; font-weight: 500; }
.subscribe-copy p { max-width: 550px; margin: 0; color: #c3c9ce; font-size: 15px; }
.subscribe-form { display: flex; flex: 0 1 430px; border-bottom: 1px solid #7b838a; }
.subscribe-form input { min-width: 0; flex: 1; padding: 12px 0; color: #fff; background: transparent; border: 0; outline: 0; }
.subscribe-form input::placeholder { color: #929aa1; }
.subscribe-form button { padding: 0 0 0 18px; color: #fff; background: transparent; border: 0; cursor: pointer; font-size: 13px; font-weight: 600; }
.subscribe-form button:hover { color: #80b6f1; }
@media (max-width: 767px) { .page-shell { width: min(calc(100% - 40px), 620px); } .news-head { padding: 94px 0 30px; } .news-head h1 { margin-top: 12px; font-size: 40px; } .news-head > p:not(.news-kicker) { font-size: 16px; } .pinned-section { padding-top: 18px; } .pinned-article { grid-template-columns: 1fr; gap: 24px; padding-top: 25px; } .pinned-copy h3 { font-size: 28px; } .news-filter { gap: 18px 22px; padding-top: 28px; } .news-content { padding-top: 36px; } .news-row { grid-template-columns: 108px minmax(0, 1fr); gap: 16px; padding: 18px 0; } .article-image { width: 108px; } .news-row h3 { margin: 6px 0; font-size: 16px; } .news-row .summary, .news-row .arrow-link { display: none; } .subscribe-band { margin-top: 60px; padding: 46px 0; } .subscribe-inner { display: block; } .subscribe-copy h2 { font-size: 25px; } .subscribe-form { margin-top: 30px; } }
