/* NYCT-CSS-VERSION: BRAND-TAG-SM */
:root {
  --bg: #f6f7f9;
  --surface: #fff;
  --border: #e3e5ea;
  --border-strong: #c9ccd4;
  --text: #14171f;
  --text-muted: #525866;
  --text-dim: #8a909c;
  --accent: #1a3a6e;
  --accent-hover: #11295a;
  --accent-bg: #eaf0fa;
  --gold: #d4a72c;
  --danger: #c8162a;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(20,23,31,.04);
  --shadow-md: 0 4px 16px rgba(20,23,31,.08);
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--text); font-family: var(--font-sans); font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
svg { width: 1em; height: 1em; display: inline-block; vertical-align: -2px; }
img { display: block; max-width: 100%; }
/* Цвета категорий приходят из БД (categories.color) — layout печатает их
   инлайном в <head> как .c-<slug>{--cc:...}. Блок ниже оставлен запасным
   вариантом на случай недоступности БД; классы .c-politika и т.п. — легаси. */
/* Браузерный scroll anchoring при дозагрузке ленты цеплялся за кнопку
   «Загрузить ещё» и утаскивал вьюпорт вниз. Позицию держим сами, в JS. */
#feedList, #forYouList, .load-more { overflow-anchor: none; }
.c-default    { --cc: #1a3a6e; }
.c-politics, .c-politika   { --cc: #c8162a; }
.c-economic, .c-ekonomika  { --cc: #1a3a6e; }
.c-society, .c-obshestvo   { --cc: #2a8a3c; }
.c-incidents, .c-proissh   { --cc: #d4691a; }
.c-sport      { --cc: #7a3cb8; }
.c-culture, .c-kultura     { --cc: #b8327a; }
.c-tech       { --cc: #3333dd; }
.c-health     { --cc: #0e7c8a; }
.topbar { background: var(--surface); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow-sm); }
.topbar-inner { max-width: 760px; margin: 0 auto; padding: 0 20px; height: 60px; display: flex; align-items: center; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; text-decoration: none; line-height: 1; }
.brand-name { font-family: var(--font-serif); font-weight: 900; font-size: 26px; letter-spacing: .02em; color: var(--accent); white-space: nowrap; line-height: 1.1; display: flex; align-items: center; }
.brand-tag { font-family: var(--font-sans); font-weight: 600; font-size: 9px; letter-spacing: .14em; color: var(--text-muted); text-transform: uppercase; text-align: left; white-space: normal; line-height: 1.3; max-width: 160px; align-self: center; position: relative; top: 3px; }
.search-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border-strong); background: var(--surface); color: var(--text-muted); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 16px; transition: .12s; }
.search-btn:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-bg); }
.locale { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.locale-pick { position: relative; }
.locale-btn { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--border-strong); border-radius: 100px; background: var(--surface); font-size: 13px; font-weight: 600; color: var(--text); cursor: pointer; transition: .12s; white-space: nowrap; }
.locale-btn:hover { border-color: var(--accent); color: var(--accent); }
.locale-btn .flag { font-size: 16px; line-height: 1; }
.locale-btn .chev { font-size: 11px; color: var(--text-dim); }
.locale-menu { position: absolute; right: 0; top: calc(100% + 6px); min-width: 200px; max-height: 70vh; overflow-y: auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 6px 6px 10px; display: none; z-index: 200; }
.locale-menu::-webkit-scrollbar { width: 5px; }
.locale-menu::-webkit-scrollbar-track { background: transparent; }
.locale-menu::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }
.locale-menu { scrollbar-width: thin; scrollbar-color: var(--accent) transparent; }
.locale-pick.open .locale-menu { display: block; }
.locale-menu .group-label { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim); font-weight: 700; padding: 8px 10px 4px; }
.locale-item { display: flex; align-items: center; gap: 9px; padding: 8px 10px; border-radius: var(--radius); font-size: 13.5px; font-weight: 500; cursor: pointer; }
.locale-item:hover { background: var(--accent-bg); color: var(--accent); }
.locale-item.active { background: var(--accent); color: #fff; font-weight: 700; }
.locale-item.active:hover { background: var(--accent-hover); color: #fff; }
.locale-item .flag { font-size: 16px; }
.locale-item .meta { margin-left: auto; font-size: 11px; color: var(--text-dim); }
.locale-item .geo-city-name { flex: 1 1 auto; }
.geo-news-badge { margin-left: auto; flex: 0 0 auto; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 10px; background: var(--accent-bg); color: var(--accent); font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.locale-item.active .geo-news-badge { background: rgba(255,255,255,.25); color: #fff; }
.geo-menu { min-width: 240px; }
.geo-country-head { display: flex; align-items: center; gap: 9px; padding: 9px 10px; border-radius: var(--radius); font-size: 13.5px; font-weight: 600; cursor: pointer; }
.geo-country-head:hover { background: var(--accent-bg); color: var(--accent); }
.geo-country.active > .geo-country-head { color: var(--accent); }
.geo-country-head .flag { font-size: 16px; }
.geo-country-head .meta { margin-left: auto; font-size: 11px; font-weight: 400; color: var(--text-dim); }
.geo-country-head .geo-arrow { font-size: 11px; color: var(--text-dim); transition: transform .2s ease; }
.geo-country.open > .geo-country-head .geo-arrow { transform: rotate(180deg); }
.geo-cities { max-height: 0; overflow: hidden; transition: max-height .25s ease; padding-left: 8px; }
.geo-country.open > .geo-cities { max-height: 1500px; }
.geo-cities .locale-item { font-size: 13px; padding: 7px 10px; }
.geo-cities .pin-ic { font-size: 13px; opacity: .7; display: inline-flex; align-items: center; }
.geo-cities .pin-ic svg { width: 15px; height: 15px; }
.geo-cities .locale-item.active .pin-ic { opacity: 1; }
.geo-cities .locale-item.active { background: var(--accent); color: #fff; }
.search-bar { max-width: 760px; margin: 0 auto; padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height .2s ease; }
.search-bar.open { max-height: 70px; }
.search-bar-inner { position: relative; padding: 12px 0; }
.search-bar input { width: 100%; padding: 11px 16px 11px 42px; border: 1px solid var(--border-strong); border-radius: 100px; font-size: 15px; font-family: var(--font-sans); background: var(--bg); }
.search-bar input:focus { outline: none; border-color: var(--accent); background: var(--surface); box-shadow: 0 0 0 3px rgba(26,58,110,.1); }
.search-bar svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--text-dim); }
.login-inner { display: flex; align-items: center; gap: 10px; }
.login-inner input { flex: 1; }
.login-go { flex-shrink: 0; padding: 11px 22px; border: 0; border-radius: 100px; background: var(--accent); color: #fff; font-family: var(--font-sans); font-size: 14px; font-weight: 600; cursor: pointer; transition: .12s; }
.login-go:hover { background: var(--accent-hover); }
.menu-panel { max-width: 760px; margin: 0 auto; padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.menu-panel.open { max-height: 460px; }
.menu-search { position: relative; padding-top: 16px; }
.menu-search svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); margin-top: 8px; width: 18px; height: 18px; color: var(--text-dim); }
.menu-search input { width: 100%; padding: 11px 16px 11px 44px; border: 1px solid var(--border-strong); border-radius: 100px; font-size: 15px; font-family: var(--font-sans); background: var(--bg); }
.menu-search input:focus { outline: none; border-color: var(--accent); background: var(--surface); box-shadow: 0 0 0 3px rgba(26,58,110,.1); }
.menu-panel-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 18px 0 22px; margin-top: 16px; border-top: 1px solid var(--border); }
.menu-group { display: flex; flex-direction: column; }
.menu-group-title { font-family: var(--font-serif); font-size: 13px; color: var(--accent); margin-bottom: 8px; }
.menu-group a { font-size: 13px; color: var(--text-muted); padding: 5px 0; transition: .12s; }
.menu-group a:hover { color: var(--accent); }
@media (max-width: 640px) {
  .menu-panel.open { max-height: 700px; }
  .menu-panel-inner { grid-template-columns: repeat(2, 1fr); }
}
.cats { background: var(--surface); border-bottom: 1px solid var(--border); position: sticky; top: 60px; z-index: 90; }
.cats-wrap { max-width: 760px; margin: 0 auto; position: relative; display: flex; align-items: center; }
.cats-inner { flex: 1; display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; padding: 0 16px; }
.cats-inner::-webkit-scrollbar { display: none; }
.cat { padding: 14px 16px; font-size: 14px; font-weight: 600; color: var(--text-muted); white-space: nowrap; border-bottom: 2px solid transparent; cursor: pointer; transition: .12s; }
.cat:hover { color: var(--cat-color, var(--accent)); border-bottom-color: var(--cat-color, var(--accent)); }
.cat.active { color: var(--cat-color, var(--accent)); border-bottom-color: var(--cat-color, var(--accent)); }
.scroll-arrow { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border-strong); background: var(--surface); color: var(--text-muted); display: flex; align-items: center; justify-content: center; cursor: pointer; font-size: 14px; margin: 0 6px; transition: .12s; z-index: 2; }
.scroll-arrow:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-bg); }
.feed { max-width: 760px; margin: 0 auto; padding: 24px 20px 40px; }
.section-head { display: flex; align-items: center; gap: 12px; margin: 28px 0 14px; }
.section-head:first-child { margin-top: 0; }
.section-title { font-family: var(--font-serif); font-size: 15px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--accent); min-width: 0; }
.feed-tabs { display: flex; gap: 4px; margin: 28px 0 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 100px; padding: 5px; max-width: 100%; box-sizing: border-box; }
.feed-tab { flex: 1 1 0; min-width: 0; appearance: none; background: none; border: 0; border-radius: 100px; padding: 11px 16px; font-family: var(--font-sans); font-size: 14px; font-weight: 600; letter-spacing: 0; text-transform: none; color: var(--text-muted); cursor: pointer; transition: .15s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 560px) {
  .feed-tab { padding: 10px 8px; font-size: 13px; }
}
.feed-tab:hover { color: var(--accent); }
.feed-tab.is-active { background: var(--accent); color: #fff; border: 0; }
.feed-panel.is-hidden { display: none; }
.section-head .rail-nav { margin-left: auto; display: flex; gap: 6px; }
.listen-day { margin-left: auto; flex-shrink: 0; display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border: 1px solid var(--border-strong); border-radius: 100px; background: var(--surface); color: var(--accent); font-size: 12px; font-weight: 600; cursor: pointer; transition: .12s; font-family: var(--font-sans); }
.listen-day:hover { background: var(--accent-bg); border-color: var(--accent); }
.listen-day svg { width: 15px; height: 15px; }
.listen-day.playing { background: var(--accent); color: #fff; border-color: var(--accent); }
@media (max-width: 640px) {
  .section-head { gap: 10px; }
  .listen-day .listen-label { display: none; }
  .listen-day { padding: 0; width: 38px; height: 38px; justify-content: center; border-radius: 50%; }
  .listen-day svg { width: 17px; height: 17px; }
}
.hero { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 200px 200px; gap: 12px; }
.hcard { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--accent); }
.hcard:nth-child(1) { grid-row: span 2; }
.hcard img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.hcard:hover img { transform: scale(1.05); }
.hcard-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,18,38,.92) 0%, rgba(10,18,38,.25) 55%, transparent 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; }
.hcard-cat { align-self: flex-start; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--cc, var(--danger)); padding: 4px 8px; border-radius: 4px; margin-bottom: 8px; }
.hcard-title { font-family: var(--font-serif); font-weight: 900; color: #fff; line-height: 1.15; }
.hcard:nth-child(1) .hcard-title { font-size: 23px; }
.hcard:not(:nth-child(1)) .hcard-title { font-size: 15px; }
.hcard-meta { color: rgba(255,255,255,.75); font-size: 11px; margin-top: 6px; }
.weather { display: flex; align-items: stretch; gap: 0; background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%); border-radius: var(--radius-lg); overflow: hidden; color: #fff; }
.weather-now { display: flex; align-items: center; gap: 16px; padding: 18px 22px; flex-shrink: 0; }
.weather-ic { width: 48px; height: 48px; flex-shrink: 0; }
.weather-ic svg { width: 100%; height: 100%; }
.weather-temp { font-family: var(--font-serif); font-size: 42px; font-weight: 900; line-height: 1; }
.weather-temp span { font-size: 20px; vertical-align: top; }
.weather-meta { font-size: 12px; opacity: .85; margin-top: 4px; }
.weather-city { font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.weather-forecast { display: flex; flex: 1; border-left: 1px solid rgba(255,255,255,.15); }.wf-day { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 12px 6px; border-right: 1px solid rgba(255,255,255,.1); }
.wf-day:last-child { border-right: 0; }
.wf-day .d { font-size: 11px; opacity: .75; text-transform: uppercase; letter-spacing: .06em; }
.wf-day .wf-ic { width: 24px; height: 24px; opacity: .9; }
.wf-day .wf-ic svg { width: 100%; height: 100%; }
.wf-day .t { font-size: 14px; font-weight: 600; }
@media (max-width: 640px) {
  .weather { flex-direction: column; }
  .weather-forecast { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }
}
.shorts-rail { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; scroll-behavior: smooth; }
.shorts-rail::-webkit-scrollbar { display: none; }
.short { position: relative; flex: 0 0 152px; aspect-ratio: 9/16; border-radius: var(--radius-lg); overflow: hidden; background: #0a1226; cursor: pointer; }
.short img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: .3s; }
.short:hover img { opacity: 1; transform: scale(1.05); }
.short-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,18,38,.85), transparent 55%); }
.short-play { position: absolute; top: 10px; right: 10px; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.2); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; }
.short-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px; }
.short-title { color: #fff; font-size: 12.5px; font-weight: 600; line-height: 1.25; }
.short-views { color: rgba(255,255,255,.7); font-size: 10.5px; margin-top: 5px; display: flex; align-items: center; gap: 4px; }
.short.more { display: flex; align-items: center; justify-content: center; background: var(--accent-bg); border: 1px dashed var(--border-strong); color: var(--accent); font-weight: 600; font-size: 13px; flex-direction: column; gap: 6px; }
.short.more svg { font-size: 22px; }
.tweet { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 16px; margin-bottom: 12px; display: flex; gap: 14px; transition: .12s; cursor: pointer; }
.tweet:hover { box-shadow: var(--shadow-md); border-color: var(--border-strong); }
.cat-avatar { width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0; background: var(--cc, var(--accent)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.cat-avatar svg { width: 26px; height: 26px; }
.tw-body { flex: 1; min-width: 0; }
.tw-head { display: flex; align-items: baseline; gap: 8px; }
.tw-cat-name { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--cc, var(--accent)); }
.tw-time { color: var(--text-dim); font-size: 12px; font-weight: 400; margin-left: auto; flex-shrink: 0; }
.tw-title { font-family: var(--font-serif); font-size: 18px; font-weight: 700; line-height: 1.25; margin: 6px 0 4px; }
.tw-text { font-size: 14.5px; line-height: 1.45; color: var(--text-muted); }
.tw-text .tw-link { color: var(--accent); font-weight: 500; }
.tw-media { margin-top: 12px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); aspect-ratio: 16/9; background: var(--bg); }
.tw-media img { width: 100%; height: 100%; object-fit: cover; }
.tw-media.is-video { position: relative; }
.tw-media.is-video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.42)); pointer-events: none; }
.tw-media-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(0,0,0,.55); backdrop-filter: blur(2px); box-shadow: 0 4px 16px rgba(0,0,0,.35); pointer-events: none; transition: .15s; }
.tw-media-play svg { width: 26px; height: 26px; color: #fff; margin-left: 3px; }
.tweet:hover .tw-media.is-video .tw-media-play { background: rgba(0,0,0,.72); transform: translate(-50%,-50%) scale(1.06); }
.tw-video { position: relative; margin-top: 12px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); aspect-ratio: 16/9; background: #0a1226; cursor: pointer; }
.tw-video video, .tw-video .tw-poster { width: 100%; height: 100%; object-fit: cover; display: block; }
.tw-video .tw-poster { position: absolute; inset: 0; transition: opacity .2s; }
.tw-video.playing .tw-poster, .tw-video.playing .play-btn, .tw-video.playing .vid-badge, .tw-video.playing .vid-dur { opacity: 0; pointer-events: none; }
.play-btn { position: absolute; inset: 0; margin: auto; width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; transition: .15s; }
.tw-video:hover .play-btn { transform: scale(1.08); background: #fff; }
.play-btn svg { width: 26px; height: 26px; color: var(--accent); margin-left: 3px; }
.vid-badge { position: absolute; top: 10px; left: 10px; display: inline-flex; align-items: center; gap: 5px; background: rgba(10,18,38,.75); backdrop-filter: blur(4px); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 9px; border-radius: 100px; }
.vid-badge svg { width: 12px; height: 12px; }
.vid-dur { position: absolute; bottom: 10px; right: 10px; background: rgba(10,18,38,.75); backdrop-filter: blur(4px); color: #fff; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px; font-variant-numeric: tabular-nums; }
.tw-actions { display: flex; flex-wrap: wrap; gap: 20px; row-gap: 12px; align-items: center; margin-top: 14px; color: var(--text-dim); font-size: 13px; }
.tw-act { display: inline-flex; align-items: center; gap: 6px; transition: .12s; }
.tw-act svg { width: 17px; height: 17px; }
.tw-act:hover { color: var(--accent); }
.tw-act.like:hover { color: var(--danger); }
.load-more { width: 100%; padding: 14px; border: 1px solid var(--border-strong); background: var(--surface); border-radius: var(--radius-lg); font-family: var(--font-sans); font-size: 14px; font-weight: 600; color: var(--accent); cursor: pointer; transition: .12s; margin-bottom: 28px; }
.load-more:hover { background: var(--accent-bg); }
.article-page { display: none; }
body.reading .feed { display: none; }
body.reading .article-page { display: block; }
body.reading .cats { transform: translateY(-100%); }
.article { max-width: 720px; margin: 0 auto; padding: 24px 20px 60px; font-family: var(--font-sans); }
.article-head-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; flex-wrap: wrap; }
.article-back { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border: 1px solid var(--border-strong); border-radius: 100px; background: var(--surface); color: var(--text); font-size: 13px; font-weight: 600; cursor: pointer; transition: .12s; font-family: var(--font-sans); }
.article-back:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-bg); }
.article-back svg { width: 16px; height: 16px; }
.article-cat { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: var(--cc, var(--accent)); padding: 6px 12px; border-radius: 100px; }
.article-cat svg { width: 14px; height: 14px; }
.article-head-row .tw-plus-badge, .article-head-row .tw-ad-badge { margin-left: 0; }
.article-title { font-family: var(--font-serif); font-size: 34px; font-weight: 900; line-height: 1.15; margin-bottom: 14px; }
.article-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--text-dim); font-size: 13px; padding-bottom: 18px; border-bottom: 1px solid var(--border); margin-bottom: 22px; }
.article-meta .article-meta-actions { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; }
.article-meta .a-like { margin-left: 0; }
.article-meta .a-listen { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; padding: 8px 16px; border: 1px solid var(--accent); border-radius: 100px; background: var(--surface); color: var(--accent); font-size: 13px; font-weight: 600; cursor: pointer; transition: .12s; font-family: var(--font-sans); }
.article-meta .a-listen:hover { background: var(--accent-bg); }
.article-meta .a-listen.playing { background: var(--accent); color: #fff; }
.article-meta .a-listen svg { width: 16px; height: 16px; }
.article-hero { width: 100%; aspect-ratio: 16/9; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 8px; background: #0a1226; position: relative; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
.article-hero .play-btn { position: absolute; inset: 0; margin: auto; width: 64px; height: 64px; border-radius: 50%; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: .15s; }
.article-hero .play-btn:hover { transform: scale(1.08); }
.article-hero .play-btn svg { width: 28px; height: 28px; color: var(--accent); margin-left: 3px; }
.article-caption { font-size: 12px; color: var(--text-dim); margin-bottom: 24px; font-style: italic; }
.article-body { font-size: 15px; line-height: 1.65; color: var(--text); }
.article-body p { margin-bottom: 16px; }
.article-body p:first-of-type { font-size: 15px; color: var(--text); font-weight: 700; }
.article-body h2 { font-family: var(--font-serif); font-size: 24px; font-weight: 800; line-height: 1.2; margin: 28px 0 12px; color: var(--text); }
.article-body h3 { font-family: var(--font-serif); font-size: 19px; font-weight: 800; margin: 24px 0 10px; color: var(--text); }
.article-body h4 { font-family: var(--font-serif); font-size: 16px; font-weight: 800; margin: 20px 0 8px; color: var(--text); }
.article-body h2:first-child, .article-body h3:first-child { margin-top: 0; }

/* Маркированные списки — фирменный стиль */
.article-body ul { list-style: none; margin: 18px 0; padding: 0; }
.article-body ul li {
  position: relative; padding: 0 0 0 30px; margin-bottom: 12px; line-height: 1.6;
}
.article-body ul li::before {
  content: ""; position: absolute; left: 6px; top: 9px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent, #1a3a6e);
  box-shadow: 0 0 0 4px rgba(26,58,110,.12);
}
/* Нумерованные списки — фирменные кружки с номером */
.article-body ol { list-style: none; counter-reset: nyct-ol; margin: 18px 0; padding: 0; }
.article-body ol li {
  position: relative; padding: 0 0 0 38px; margin-bottom: 12px; line-height: 1.6;
  counter-increment: nyct-ol;
}
.article-body ol li::before {
  content: counter(nyct-ol); position: absolute; left: 0; top: 1px;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--accent, #1a3a6e); color: #fff;
  font-family: var(--font-sans); font-size: 12.5px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.article-body ul ul, .article-body ol ol, .article-body ul ol, .article-body ol ul { margin: 10px 0 0; }
.article-body ul ul li::before { background: #d4a72c; box-shadow: 0 0 0 4px rgba(212,167,44,.14); }

/* Цитаты */
.article-body blockquote {
  margin: 22px 0; padding: 14px 20px;
  border-left: 4px solid var(--accent, #1a3a6e);
  background: var(--surface-2, #f4f6fa); border-radius: 0 12px 12px 0;
  font-family: var(--font-serif); font-size: 17px; font-style: italic; color: var(--text);
}
.article-body blockquote p:last-child { margin-bottom: 0; }

/* Ссылки в тексте */
.article-body a { color: var(--accent, #1a3a6e); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; transition: color .15s; }
.article-body a:hover { color: #d4a72c; }

/* Изображения и медиа */
.article-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 18px 0; display: block; }
.article-body figure { margin: 18px 0; }
.article-body figcaption { font-size: 13px; color: var(--text-dim); text-align: center; margin-top: 6px; }

/* Разделитель */
.article-body hr { border: 0; height: 1px; background: var(--border, #e2e6ee); margin: 28px 0; }

/* Таблицы */
.article-body table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.article-body th, .article-body td { padding: 10px 12px; border: 1px solid var(--border, #e2e6ee); text-align: left; }
.article-body th { background: var(--surface-2, #f4f6fa); font-weight: 700; color: var(--accent, #1a3a6e); }
.article-body tr:nth-child(even) td { background: rgba(0,0,0,.015); }

/* Выделения */
.article-body strong, .article-body b { font-weight: 700; color: var(--text); }
.article-body code { background: var(--surface-2, #f4f6fa); padding: 2px 6px; border-radius: 5px; font-size: 13.5px; font-family: var(--font-mono, monospace); }
.article-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--border); }
.article-tag { background: var(--bg); border: 1px solid var(--border-strong); border-radius: 100px; padding: 6px 13px; font-size: 12px; font-weight: 600; color: var(--accent); }
.comments { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--border); }
.comments-title { font-family: var(--font-serif); font-size: 22px; margin-bottom: 18px; }
.comments-title span { color: var(--text-dim); font-size: 16px; font-weight: 400; }
.comment-form { display: flex; gap: 10px; margin-bottom: 28px; align-items: flex-start; }
.comment-form .c-avatar { background: var(--accent-bg); color: var(--accent); flex-shrink: 0; }
.comment-form .comment-input-wrap { flex: 1; min-width: 0; }
.comment-form textarea { width: 100%; min-height: 44px; padding: 11px 14px; border: 1px solid var(--border-strong); border-radius: var(--radius-lg); font-family: var(--font-sans); font-size: 14px; resize: vertical; background: var(--surface); box-sizing: border-box; }
.comment-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(26,58,110,.1); }
.comment { display: flex; gap: 12px; padding: 16px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); margin-bottom: 12px; }
.c-avatar { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; color: #fff; }
.c-avatar-plus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #d4a72c; }
.c-plus-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border-radius: 50%; flex: none;
  background: #1a3a6e; color: #d4a72c; margin-left: 5px;
  vertical-align: middle;
}
.c-plus-mark svg { width: 10px; height: 10px; display: block; }
.c-body { flex: 1; min-width: 0; }
.c-head { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.c-head .c-plus-mark { margin-left: 0; }
.c-name { font-weight: 700; font-size: 14px; }
.c-verified { display: inline-flex; align-items: center; gap: 3px; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: var(--accent); padding: 2px 7px; border-radius: 100px; }
.c-time { color: var(--text-dim); font-size: 12px; margin-left: auto; }
.c-text { font-size: 14.5px; line-height: 1.5; color: var(--text); }
.c-actions { display: flex; gap: 16px; margin-top: 9px; color: var(--text-dim); font-size: 12px; }
.c-act { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; transition: .12s; font-weight: 500; }
.c-act:hover { color: var(--accent); }
.c-act.like:hover { color: var(--danger); }
.c-act svg { width: 14px; height: 14px; }
.c-reply { margin-top: 14px; margin-left: 0; padding: 14px; border: 0; border-left: 2px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; background: var(--accent-bg); }
.c-reply .c-avatar { width: 32px; height: 32px; font-size: 13px; }
.comments-pagination { display: flex; gap: 6px; justify-content: center; margin-top: 24px; flex-wrap: wrap; }
.cp-btn { min-width: 36px; height: 36px; padding: 0 10px; border: 1px solid var(--border-strong); background: var(--surface); border-radius: var(--radius); font-family: var(--font-sans); font-size: 13px; font-weight: 600; color: var(--text); cursor: pointer; transition: .12s; }
.cp-btn:hover:not(:disabled):not(.active) { border-color: var(--accent); color: var(--accent); background: var(--accent-bg); }
.cp-btn.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.cp-btn:disabled { opacity: .4; cursor: not-allowed; }
.related { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); }
.related-title { font-family: var(--font-serif); font-size: 22px; margin-bottom: 16px; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.related-block { margin-top: 32px; }
.related-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; cursor: pointer; transition: .15s; }
.related-card:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.related-thumb { width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #0a1226; position: relative; }
.related-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.related-card:hover .related-thumb img { transform: scale(1.05); }
.related-vid-badge { position: absolute; top: 8px; left: 8px; display: inline-flex; align-items: center; gap: 4px; background: rgba(10,18,38,.75); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 3px 8px; border-radius: 100px; }
.related-vid-badge svg { width: 10px; height: 10px; }
.related-info { padding: 12px 14px; flex: 1; display: flex; flex-direction: column; }
.related-cat { font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--cc, var(--accent)); margin-bottom: 6px; }
.related-headline { font-family: var(--font-serif); font-size: 15px; font-weight: 700; line-height: 1.25; margin-bottom: 8px; }
.related-excerpt { font-size: 12.5px; line-height: 1.45; color: var(--text-muted); margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.related-meta { margin-top: auto; font-size: 11px; color: var(--text-dim); display: flex; align-items: center; gap: 10px; }
.related-date { white-space: nowrap; }
.related-stats { margin-left: auto; display: inline-flex; align-items: center; gap: 10px; }
.related-stat { display: inline-flex; align-items: center; gap: 4px; }
.related-stat svg { width: 13px; height: 13px; }
.related-like { cursor: pointer; transition: color .12s; }
.related-like:hover { color: var(--danger); }
.related-like.liked { color: var(--danger); }
.related-like.liked svg { fill: var(--danger); stroke: var(--danger); }
@media (max-width: 640px) { .related-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .article { padding: 16px 14px 50px; }
  .article-title { font-size: 26px; }
  .article-body { font-size: 14.5px; }
  .article-body ul li { padding-left: 26px; }
  .article-body ul li::before { left: 4px; top: 8px; width: 7px; height: 7px; box-shadow: 0 0 0 3px rgba(26,58,110,.12); }
  .article-body ol li { padding-left: 34px; }
  .article-body ol li::before { width: 22px; height: 22px; font-size: 12px; }
  .article-body blockquote { padding: 12px 16px; font-size: 16px; }
  .article-body table { font-size: 13px; }
  .article-body th, .article-body td { padding: 8px 9px; }
  .article-meta .a-listen .a-listen-label { display: none; }
  .article-meta .a-listen { padding: 8px; border-radius: 50%; }
}
.trends-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px; }
.trend-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.trend-chip { background: var(--bg); border: 1px solid var(--border-strong); border-radius: 100px; padding: 7px 14px; font-size: 13px; font-weight: 600; cursor: pointer; transition: .12s; }
.trend-chip:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-bg); }
.trend-chip b { color: var(--accent); }
.trend-chip .n { color: var(--text-dim); font-weight: 400; margin-left: 4px; }
.site-footer { background: var(--surface); border-top: 1px solid var(--border); margin-top: 40px; }
.footer-inner { max-width: 760px; margin: 0 auto; padding: 36px 20px 28px; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.footer-col h4 { font-family: var(--font-serif); font-size: 14px; color: var(--accent); margin-bottom: 12px; }
.footer-col a { display: block; font-size: 13px; color: var(--text-muted); padding: 4px 0; transition: .12s; }
.footer-col a:hover { color: var(--accent); }
.app-badges { display: flex; flex-direction: column; gap: 4px; margin-top: 4px; align-items: flex-start; }
.store-badge { display: block; transition: opacity .12s, transform .12s; }
.store-badge:hover { opacity: .85; transform: translateY(-1px); }
.store-badge svg { height: 40px; width: auto; display: block; }
.footer-bottom { max-width: 760px; margin: 0 auto; padding: 18px 20px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.copyright { font-size: 12px; color: var(--text-dim); }
.footer-brand { margin-bottom: 28px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.footer-brand-name { font-family: var(--font-serif); font-weight: 900; font-size: 28px; letter-spacing: .02em; color: var(--accent); line-height: 1; margin-bottom: 10px; }
.footer-brand-desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; max-width: 560px; margin: 0; }
.copyright { display: flex; flex-direction: column; gap: 4px; }
.cr-line { font-size: 12px; color: var(--text-dim); }
.cr-made { font-size: 12px; color: var(--text-dim); display: inline-flex; align-items: center; gap: 5px; }
.cr-heart { width: 13px; height: 13px; color: var(--accent); display: inline-block; vertical-align: middle; }
.socials { display: flex; gap: 8px; }
.social-ic { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--border-strong); display: flex; align-items: center; justify-content: center; color: var(--text-muted); transition: .12s; }
.social-ic:hover { border-color: var(--accent); color: #fff; background: var(--accent); }
.social-ic svg { width: 17px; height: 17px; }
@media (max-width: 640px) {
  .footer-cols { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .footer-bottom { flex-direction: column-reverse; align-items: flex-start; }
}
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--accent-hover); }
html { scrollbar-width: thin; scrollbar-color: var(--accent) transparent; }
@media (max-width: 640px) {
  .topbar-inner { padding: 0 14px; gap: 10px; }
  .brand-tag { display: none; }
  .locale-btn .label { display: none; }
  .scroll-arrow { display: none; }
  .cats-inner { padding: 0 14px; }
  .hero { grid-template-columns: 1fr 1fr; grid-template-rows: 180px 150px 150px; }
  .hcard:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .hcard:nth-child(1) .hcard-title { font-size: 20px; }
  .feed { padding: 16px 14px 40px; }
  .tw-actions { gap: 18px; }
}

/* Кнопка отправки комментария */
.comment-submit { padding: 9px 20px; border: 0; border-radius: 100px; background: var(--accent); color: #fff; font-family: var(--font-sans); font-size: 13px; font-weight: 600; cursor: pointer; transition: .12s; }
.comment-submit:hover { background: var(--accent-hover); }
/* Пункт "Все города" в гео-дропе */
.geo-all { font-weight: 600; color: var(--accent); border-bottom: 1px solid var(--border); margin-bottom: 4px; padding-bottom: 8px; }

/* ---- Модал (логин OTP + уведомления) ---- */
.nyct-modal { position: fixed !important; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; }
.nyct-modal.open { display: flex !important; }
.nyct-modal-backdrop { position: absolute; inset: 0; background: rgba(10,18,38,.55); backdrop-filter: blur(2px); }
.nyct-modal-card { position: relative; z-index: 1; width: 92%; max-width: 380px; background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 28px 24px 24px; }
.nyct-modal-close { position: absolute; top: 12px; right: 14px; border: 0; background: none; font-size: 24px; line-height: 1; color: var(--text-dim); cursor: pointer; }
.nyct-modal-close:hover { color: var(--text); }
.nyct-modal-title { font-family: var(--font-serif); font-size: 22px; color: var(--accent); margin-bottom: 8px; }
.nyct-modal-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 16px; line-height: 1.5; }
.nyct-input { width: 100%; padding: 12px 14px; border: 1px solid var(--border-strong); border-radius: 100px; font-size: 15px; font-family: var(--font-sans); margin-bottom: 14px; box-sizing: border-box; }
.nyct-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(26,58,110,.1); }
.nyct-code-input { text-align: center; font-size: 24px; letter-spacing: 10px; font-family: monospace; font-weight: 700; padding-left: 24px; }
.nyct-code-input::placeholder { letter-spacing: 8px; color: var(--text-dim); font-weight: 400; }
#authCode { text-align: center; letter-spacing: .5em; font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; }
.nyct-btn { width: 100%; padding: 12px; border: 0; border-radius: 100px; background: var(--accent); color: #fff; font-family: var(--font-sans); font-size: 15px; font-weight: 600; cursor: pointer; transition: .12s; }
.nyct-btn:hover { background: var(--accent-hover); }
.nyct-link-btn { display: block; width: 100%; margin-top: 10px; border: 0; background: none; color: var(--text-muted); font-size: 13px; cursor: pointer; }
.nyct-link-btn:hover { color: var(--accent); }
.nyct-modal-err { color: var(--danger); font-size: 13px; margin-top: 12px; text-align: center; }

/* ---- Интересы: баблы (онбординг-попап + блок профиля) ---- */
.nyct-modal-wide .nyct-modal-card { max-width: 560px; }
.intr { margin-top: 6px; max-height: 56vh; overflow-y: auto; padding-right: 4px; }
.intr-group { margin-bottom: 18px; }
.intr-head { font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 9px; }
.intr-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.intr-chip { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 100px; border: 1px solid var(--border-strong); background: var(--surface); color: var(--text); font-family: var(--font-sans); font-size: 13px; font-weight: 600; cursor: pointer; transition: .12s; }
.intr-chip:hover { border-color: var(--accent); color: var(--accent); }
.intr-chip.is-on { background: var(--accent); border-color: var(--accent); color: #fff; }
.intr-chip-sub { font-size: 11px; font-weight: 700; opacity: .6; }
.intr-chip.is-on .intr-chip-sub { opacity: .8; }
.intr-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; margin-top: 16px; }
.intr-actions .nyct-link-btn { width: auto; margin: 0; }
.intr-msg { color: var(--danger); font-size: 13px; }

/* Блок интересов в профиле (над данными) */
.intr-block { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 22px 18px; margin-bottom: 18px; box-shadow: var(--shadow-sm); }
.intr-block-head { margin-bottom: 16px; }
.intr-block-title { font-family: var(--font-serif, Georgia, serif); font-size: 20px; font-weight: 700; color: var(--accent); margin-bottom: 6px; }
.intr-block-sub { font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.intr-block .intr { max-height: none; }
.intr-save { padding: 11px 22px; border: 0; border-radius: 100px; background: var(--accent); color: #fff; font-family: var(--font-sans); font-size: 14px; font-weight: 700; cursor: pointer; transition: .12s; }
.intr-save:hover { background: var(--accent-hover); }
.intr-save:disabled { opacity: .6; cursor: default; }
.nyct-done { font-size: 40px; color: var(--accent); text-align: center; margin-bottom: 8px; }
.nyct-success { text-align: center; padding: 14px 0 6px; }
.nyct-success-ic { width: 76px; height: 76px; margin: 0 auto 18px; display: block; }
.nyct-success-circle { stroke: var(--accent); stroke-width: 2.5; stroke-dasharray: 151; stroke-dashoffset: 151; animation: nyct-circle .5s cubic-bezier(.65,0,.45,1) forwards; }
.nyct-success-check { stroke: var(--accent); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 40; stroke-dashoffset: 40; animation: nyct-check .35s cubic-bezier(.65,0,.45,1) .45s forwards; }
.nyct-success-title { font-family: var(--font-serif, Georgia, serif); font-size: 23px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.nyct-success-sub { color: var(--text-muted); font-size: 15px; }
@keyframes nyct-circle { to { stroke-dashoffset: 0; } }
@keyframes nyct-check { to { stroke-dashoffset: 0; } }
.nyct-test-code { display: inline-block; background: var(--accent-bg); color: var(--accent); font-weight: 700; font-size: 18px; letter-spacing: .2em; padding: 6px 14px; border-radius: 8px; margin-top: 6px; }
/* Кол-во новостей у хештега */
.trend-chip .n { color: var(--text-dim); font-weight: 400; margin-left: 4px; font-size: 12px; }

/* ---- Профиль ---- */
.profile-page { max-width: 760px; }
.profile-flash { background: var(--accent-bg); border: 1px solid var(--accent); color: var(--accent); padding: 12px 16px; border-radius: 10px; margin-bottom: 18px; font-size: 14px; }
.profile-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; }
.avatar-block { display: flex; align-items: center; gap: 20px; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--border); }
.avatar-preview { width: 88px; height: 88px; border-radius: 50%; overflow: hidden; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.avatar-preview img { width: 100%; height: 100%; object-fit: cover; }
.avatar-initial { font-size: 36px; font-weight: 700; font-family: var(--font-serif); }
.avatar-actions { flex: 1; }
.file-btn { display: inline-block; padding: 9px 18px; border: 1px solid var(--accent); border-radius: 100px; color: var(--accent); font-size: 13px; font-weight: 600; cursor: pointer; transition: .12s; }
.file-btn:hover { background: var(--accent-bg); }
.avatar-hint { font-size: 12px; color: var(--text-dim); margin-top: 8px; }
.profile-form { display: flex; flex-direction: column; }
.pf-label { font-size: 12px; font-weight: 600; color: var(--text-muted); margin: 14px 0 6px; }
.pf-input { padding: 11px 14px; border: 1px solid var(--border-strong); border-radius: var(--radius); font-size: 15px; font-family: var(--font-sans); background: var(--surface); width: 100%; box-sizing: border-box; }
.pf-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(26,58,110,.1); }
.pf-input:disabled { background: var(--bg); color: var(--text-dim); }
select.pf-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 40px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23525866' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.pf-row { display: flex; gap: 14px; }
.pf-col { flex: 1; }
.pf-save { margin-top: 22px; padding: 12px; border: 0; border-radius: 100px; background: var(--accent); color: #fff; font-size: 15px; font-weight: 600; font-family: var(--font-sans); cursor: pointer; transition: .12s; }
.pf-save:hover { background: var(--accent-hover); }
.profile-logout { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pf-logout { background: none; border: 0; color: var(--text-muted); font-size: 14px; font-weight: 600; cursor: pointer; font-family: var(--font-sans); }
@media (max-width: 540px) { .pf-row { flex-direction: column; gap: 0; } }

/* Аватар пользователя в шапке */
.user-avatar-btn { padding: 0; overflow: hidden; }
.user-avatar-img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.user-avatar-initial { font-weight: 700; font-size: 15px; color: var(--accent); }
.user-avatar-btn:hover .user-avatar-initial { color: var(--accent-hover); }

/* Лайки */
.tw-like-btn { cursor: pointer; }
.tw-like-btn.liked, .c-like-btn.liked, .a-like.liked { color: var(--danger); }
.tw-like-btn.liked svg, .c-like-btn.liked svg, .a-like.liked svg { fill: var(--danger); stroke: var(--danger); }
.c-like-btn { cursor: pointer; }
.a-like { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; padding: 7px 14px; border: 1px solid var(--border-strong); border-radius: 100px; background: var(--surface); color: var(--text-muted); font-size: 13px; font-weight: 600; cursor: pointer; font-family: var(--font-sans); transition: .12s; }
.a-like:hover { border-color: var(--danger); color: var(--danger); }
.a-like svg { width: 16px; height: 16px; }
/* Форма ответа */
.reply-form { margin-top: 10px; }
.reply-form .reply-box { width: 100%; min-height: 40px; padding: 9px 12px; border: 1px solid var(--border-strong); border-radius: var(--radius); font-family: var(--font-sans); font-size: 14px; resize: vertical; box-sizing: border-box; }
.reply-form .reply-box:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(26,58,110,.1); }

/* Hero при разном числе важных новостей (1-4) */
.hero.hero-count-1 { grid-template-columns: 1fr; grid-template-rows: 280px; }
.hero.hero-count-1 .hcard:nth-child(1) { grid-row: auto; }
.hero.hero-count-1 .hcard-title { font-size: 24px; }
.hero.hero-count-2 { grid-template-columns: 1fr 1fr; grid-template-rows: 240px; }
.hero.hero-count-2 .hcard:nth-child(1) { grid-row: auto; }
.hero.hero-count-3 { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px; }
.hero.hero-count-4 { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px; }
.hero.hero-count-4 .hcard:nth-child(1) { grid-row: auto; }

/* Бейджи сторов */
.app-badges { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
.store-badge { display: inline-block; line-height: 0; }
.store-badge svg { height: 40px; width: auto; border-radius: 5px; }
.store-badge:hover { opacity: .85; }

/* Якорь к комментам с учётом sticky-шапки */
#comments { scroll-margin-top: 120px; }
.tw-comments-link { cursor: pointer; }
.tw-comments-link:hover { color: var(--accent); }

/* iOS: не зумить при фокусе на поля ввода (нужно >=16px) */
@media (max-width: 640px) {
  .search-bar input,
  .login-inner input,
  .menu-search input,
  .comment-form textarea,
  #commentBox,
  #loginInput,
  #searchInput { font-size: 16px; }
}

/* Чип категории в ленте — только на мобильном (десктоп прячет) */
.tw-cat-chip { display: none; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: #fff; background: var(--cc, var(--accent)); padding: 4px 10px; border-radius: 7px; line-height: 1.4; }
.tw-cat-chip svg { width: 14px; height: 14px; stroke: #fff; }
@media (max-width: 640px) {
  /* Убираем большой аватар-иконку слева, чтобы заголовок не сжимался */
  .tweet > .cat-avatar { display: none; }
  /* Прячем дублирующее название категории в шапке (оно переедет в чип) */
  .tweet .tw-head .tw-cat-name { display: none; }
  /* Показываем чип «иконка + категория» в ряду с глазиком/лайком */
  .tw-cat-chip { display: inline-flex; }
  .tw-actions { gap: 14px; }
  /* Кнопка прослушивания на мобильном — круглая иконка-динамик без текста */
  .tw-listen-label { display: none; }
  .tw-listen-btn { padding: 0; width: 30px; height: 30px; flex-shrink: 0; justify-content: center; border-radius: 50%; }
  .tw-listen-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
  /* Метка NYCT+ / Реклама: когда категория скрыта, метка первая в ряду —
     убираем левый отступ, чтобы она была ровно по краю заголовка и картинки. */
  .tweet .tw-head .tw-plus-badge, .tweet .tw-head .tw-ad-badge { margin-left: 0; }
}

/* Рекламные слоты */
.ad-slot { margin: 16px 0; text-align: center; overflow: hidden; }
.ad-slot:empty { display: none; }
.ad-mobile-only { display: none; }
@media (max-width: 640px) {
  .ad-desktop-only { display: none; }
  .ad-mobile-only { display: block; }
}
.ad-feed-top { margin-top: 0; }

/* Дисклеймер перед комментариями */
.comments-disclaimer { font-size: 12px; line-height: 1.55; color: var(--text-muted); margin: 4px 0 16px; padding: 10px 14px; background: var(--bg); border-radius: var(--radius); border: 1px solid var(--border); }

/* Ошибка/блокировка формы комментариев */
.comment-error { color: #c8162a; font-size: 13px; font-weight: 600; }
.comment-submit.is-disabled, .comment-submit:disabled { background: #c9cfdd; color: #fff; cursor: not-allowed; opacity: .8; }
#commentBox.is-disabled, #commentBox:disabled { background: #f0f1f4; color: #9aa1b0; cursor: not-allowed; }

/* Пустое состояние (локация не найдена и т.п.) */
.empty-state { text-align: center; padding: 60px 20px 70px; max-width: 460px; margin: 0 auto; }
.empty-ic { width: 72px; height: 72px; margin: 0 auto 22px; display: flex; align-items: center; justify-content: center; border-radius: 20px; background: var(--accent-bg); color: var(--accent); }
.empty-ic svg { width: 38px; height: 38px; }
.empty-title { font-family: var(--font-serif, Georgia, serif); font-size: 24px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.empty-text { color: var(--text-muted); font-size: 15px; line-height: 1.6; margin-bottom: 26px; }
.empty-btn { display: inline-block; padding: 12px 26px; border-radius: 10px; background: var(--accent); color: #fff; font-weight: 700; font-size: 14px; text-decoration: none; transition: .15s; }
.empty-btn:hover { background: var(--accent-hover); transform: translateY(-1px); }

/* Кнопка прослушивания в карточке (динамик) */
.tw-act.like { margin-left: 0; }
.tw-listen-btn { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border: 1px solid var(--border-strong, #d7dce5); border-radius: 100px; background: var(--surface, #fff); color: var(--accent); font-size: 12px; font-weight: 600; cursor: pointer; transition: .12s; font-family: var(--font-sans); }
.article-meta-actions .tw-listen-btn { margin-left: 0; }
.tw-listen-btn:hover { background: var(--accent-bg, #eef2fa); border-color: var(--accent); }
.tw-listen-btn svg { width: 17px; height: 17px; flex-shrink: 0; }
.tw-listen-btn.playing { background: var(--accent); color: #fff; border-color: var(--accent); }
.tw-listen-label { white-space: nowrap; }

/* Выезжающий мини-плеер: список треков */
.listen-bar { overflow: hidden; max-height: 0; opacity: 0; transition: max-height .26s ease, opacity .2s ease, margin .26s ease; margin: 0; }
.listen-bar.open { max-height: 200px; opacity: 1; margin: 0 0 16px; }
.mini-player { display: flex; align-items: flex-start; gap: 10px; background: var(--accent); color: #fff; border-radius: 14px; padding: 10px 12px; }
.mp-tracks { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.mp-track { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; padding: 9px 12px; border: 0; background: transparent; border-radius: 10px; color: #fff; cursor: pointer; transition: .12s; }
.mp-track:hover { background: rgba(255,255,255,.12); }
.mp-track.playing { background: rgba(255,255,255,.16); }
.mp-track-ic { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: #fff; color: var(--accent); display: inline-flex; align-items: center; justify-content: center; }
.mp-track-ic svg { width: 17px; height: 17px; }
.mp-track-body { flex: 1; min-width: 0; }
.mp-track-title { display: block; font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 6px; }
.mp-track-count { font-weight: 500; opacity: .7; font-size: 12.5px; }
.mp-track-progress { display: block; height: 4px; background: rgba(255,255,255,.25); border-radius: 100px; overflow: hidden; }
.mp-track-fill { display: block; height: 100%; width: 0; background: #fff; border-radius: 100px; transition: width .2s linear; }
.mp-close { flex-shrink: 0; background: transparent; border: 0; color: rgba(255,255,255,.85); font-size: 18px; cursor: pointer; line-height: 1; padding: 6px; }
.mp-close:hover { color: #fff; }

/* Чекбоксы подписок в профиле */
.pf-check { display: flex; align-items: center; gap: 10px; margin: 8px 0; font-size: 14px; color: var(--text); cursor: pointer; }
.pf-check input { width: 18px; height: 18px; accent-color: var(--accent); cursor: pointer; flex-shrink: 0; }
.pf-hint { font-size: 12px; color: var(--text-muted); margin: 4px 0 0 28px; line-height: 1.4; }

/* Важное объявление над шапкой (во всю ширину) */
.site-announcement { background: var(--danger); color: #fff; text-align: center; font-size: 14px; font-weight: 600; line-height: 1.4; padding: 10px 20px; width: 100%; box-sizing: border-box; position: relative; z-index: 101; }
@media (max-width: 640px) { .site-announcement { font-size: 13px; padding: 9px 14px; } }

/* Cookie-баннер (внизу, во всю ширину) */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9998; background: var(--surface); border-top: 1px solid var(--border-strong); box-shadow: 0 -4px 20px rgba(20,23,31,.1); }
.cookie-inner { max-width: 1100px; margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.cookie-text { flex: 1; min-width: 240px; }
.cookie-title { display: block; font-family: var(--font-serif); font-size: 16px; color: var(--accent); margin-bottom: 4px; }
.cookie-text p { font-size: 13px; line-height: 1.5; color: var(--text-muted); margin: 0; }
.cookie-link { color: var(--accent); font-weight: 600; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn { padding: 10px 22px; border-radius: 100px; font-family: var(--font-sans); font-size: 14px; font-weight: 600; cursor: pointer; transition: .12s; border: 1px solid var(--border-strong); }
.cookie-decline { background: var(--surface); color: var(--text-muted); }
.cookie-decline:hover { border-color: var(--text-muted); color: var(--text); }
.cookie-accept { background: var(--accent); color: #fff; border-color: var(--accent); }
.cookie-accept:hover { background: var(--accent-hover); }
@media (max-width: 640px) {
  .cookie-inner { flex-direction: column; align-items: stretch; gap: 14px; padding: 14px; }
  .cookie-actions { justify-content: stretch; }
  .cookie-btn { flex: 1; }
}

/* Комментарии закрыты у новости */
.comments-closed { display: flex; align-items: center; gap: 10px; padding: 16px 18px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg); color: var(--text-muted); font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.comments-closed svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--text-dim); }

/* Подсветка совпадений в поиске */
.tw-title mark, .tw-text mark { background: #fff1b8; color: inherit; padding: 0 2px; border-radius: 3px; }

/* Сюжет: таймлайн на странице статьи */
.story-block { margin: 32px 0; padding: 20px 22px; background: var(--accent-bg); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.story-head { display: flex; align-items: center; gap: 8px; color: var(--accent); margin-bottom: 6px; }
.story-head svg { width: 18px; height: 18px; }
.story-label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.story-title { font-family: var(--font-serif); font-size: 19px; color: var(--text); margin-bottom: 14px; }
.story-timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.story-timeline::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 2px; background: var(--border-strong); }
.story-item { position: relative; padding: 8px 0 8px 26px; }
.story-item::before { content: ''; position: absolute; left: 0; top: 13px; width: 14px; height: 14px; border-radius: 50%; background: var(--surface); border: 2px solid var(--accent); }
.story-item.current::before { background: var(--accent); }
.story-date { display: block; font-size: 11px; color: var(--text-dim); font-variant-numeric: tabular-nums; }
.story-headline { font-size: 14.5px; font-weight: 600; color: var(--accent); line-height: 1.35; }
a.story-headline:hover { text-decoration: underline; }
.story-item.current .story-headline { color: var(--text); cursor: default; }

/* ---- Контактная форма: солидная карточка ---- */
.cf-card { margin-top: 28px; background: var(--surface); border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 10px 40px rgba(20,23,31,.10), 0 2px 8px rgba(20,23,31,.04); overflow: hidden; }
.cf-card-head { position: relative; display: flex; align-items: center; gap: 16px; padding: 26px 30px; background: linear-gradient(135deg, #1a3a6e 0%, #11295a 100%); color: #fff; overflow: hidden; }
.cf-card-head::after { content: ""; position: absolute; top: -60px; right: -40px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%); pointer-events: none; }
.cf-head-ic { flex-shrink: 0; width: 52px; height: 52px; border-radius: 14px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.cf-head-ic svg { width: 26px; height: 26px; color: #fff; }
.cf-head-txt { position: relative; z-index: 1; }
.cf-title { font-family: var(--font-serif, Georgia, serif); font-size: 25px; font-weight: 800; line-height: 1.15; margin: 0 0 4px; color: #fff; }
.cf-subtitle { font-size: 14px; color: rgba(255,255,255,.78); margin: 0; line-height: 1.5; }

.cf-form { padding: 28px 30px 30px; }
.cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.cf-field { position: relative; margin-bottom: 18px; }
.cf-grid .cf-field { margin-bottom: 0; }

.cf-input { width: 100%; box-sizing: border-box; padding: 15px 16px 15px 44px; border: 1.5px solid var(--border-strong); border-radius: 12px; background: var(--bg); color: var(--text); font-family: var(--font-sans); font-size: 14.5px; transition: border-color .15s, box-shadow .15s, background .15s; }
.cf-input::placeholder { color: transparent; }
.cf-input:hover { border-color: #aab2c0; }
.cf-input:focus { outline: none; border-color: var(--accent); background: var(--surface); box-shadow: 0 0 0 4px var(--accent-bg); }

/* плавающий лейбл */
.cf-label { position: absolute; left: 44px; top: 50%; transform: translateY(-50%); color: var(--text-dim); font-size: 14.5px; pointer-events: none; transition: .15s ease; background: transparent; padding: 0 4px; }
.cf-label-ta { top: 17px; transform: none; }
.cf-input:focus ~ .cf-label,
.cf-input:not(:placeholder-shown) ~ .cf-label { top: -1px; left: 12px; transform: none; font-size: 11.5px; font-weight: 700; letter-spacing: .02em; color: var(--accent); background: var(--surface); }

/* иконка в поле */
.cf-field-ic { position: absolute; left: 15px; top: 16px; width: 20px; height: 20px; color: var(--text-dim); pointer-events: none; transition: color .15s; }
.cf-field-ic svg { width: 20px; height: 20px; }
.cf-input:focus ~ .cf-field-ic { color: var(--accent); }
.cf-textarea ~ .cf-field-ic { top: 16px; }

.cf-textarea { resize: vertical; min-height: 130px; line-height: 1.6; padding-left: 16px; padding-top: 16px; }
.cf-textarea ~ .cf-label-ta { left: 16px; }
.cf-textarea:focus ~ .cf-label-ta,
.cf-textarea:not(:placeholder-shown) ~ .cf-label-ta { top: -1px; left: 12px; font-size: 11.5px; font-weight: 700; color: var(--accent); background: var(--surface); }

.cf-select { cursor: pointer; appearance: none; -webkit-appearance: none; color: var(--text); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a3a6e' d='M6 8 0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }

.cf-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.cf-actions { display: flex; align-items: center; gap: 18px; margin-top: 22px; flex-wrap: wrap; }
.cf-submit { display: inline-flex; align-items: center; gap: 9px; padding: 14px 30px; border: 0; border-radius: 100px; background: linear-gradient(135deg, #1a3a6e, #11295a); color: #fff; font-family: var(--font-sans); font-size: 15px; font-weight: 700; cursor: pointer; box-shadow: 0 4px 14px rgba(26,58,110,.30); transition: transform .15s, box-shadow .15s, opacity .15s; }
.cf-submit svg { width: 18px; height: 18px; transition: transform .2s; }
.cf-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(26,58,110,.38); }
.cf-submit:hover svg { transform: translateX(3px); }
.cf-submit:active { transform: translateY(0); }
.cf-submit:disabled { opacity: .6; cursor: default; transform: none; box-shadow: none; }
.cf-msg { font-size: 14px; font-weight: 600; }
.cf-msg.cf-ok { color: #1ca34a; }
.cf-msg.cf-err { color: var(--danger); }

@media (max-width: 560px) {
  .cf-grid { grid-template-columns: 1fr; gap: 18px; margin-bottom: 18px; }
  .cf-grid .cf-field { margin-bottom: 0; }
  .cf-card-head { padding: 22px; }
  .cf-form { padding: 24px 20px 26px; }
  .cf-title { font-size: 21px; }
}

/* ---- Профиль: вкладки ---- */
.pf-tabs { display: flex; gap: 4px; background: var(--surface); border: 1px solid var(--border); border-radius: 100px; padding: 5px; margin-bottom: 22px; }
.pf-tab { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 14px; border: 0; background: none; border-radius: 100px; color: var(--text-muted); font-family: var(--font-sans); font-size: 14px; font-weight: 600; cursor: pointer; transition: .15s; white-space: nowrap; }
.pf-tab svg { width: 17px; height: 17px; }
.pf-tab:hover { color: var(--accent); }
.pf-tab.active { background: var(--accent); color: #fff; }
.pf-tab-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--accent-bg); color: var(--accent); font-size: 11px; font-weight: 800; }
.pf-tab.active .pf-tab-badge { background: rgba(255,255,255,.25); color: #fff; }
.pf-panel { display: none; }
.pf-panel.active { display: block; }
@media (max-width: 560px) { .pf-tab span { display: none; } .pf-tab svg { width: 19px; height: 19px; } }

/* Заглушка вкладки (NYCT+ / пустые сохранённые) */
.pf-soon { text-align: center; padding: 56px 24px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.pf-soon-ic { width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 20px; background: var(--accent-bg); color: var(--accent); display: flex; align-items: center; justify-content: center; }
.pf-soon-ic svg { width: 36px; height: 36px; }
.pf-soon-title { font-family: var(--font-serif, Georgia, serif); font-size: 22px; font-weight: 800; color: var(--text); margin: 0 0 10px; }
.pf-soon-text { font-size: 15px; color: var(--text-muted); line-height: 1.6; max-width: 420px; margin: 0 auto 18px; }
.pf-soon-badge { display: inline-block; padding: 7px 16px; border-radius: 100px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* Логаут с иконкой */
.pf-logout { display: inline-flex; align-items: center; gap: 8px; }
.pf-logout:hover { color: var(--text); }
.pf-logout svg { width: 17px; height: 17px; }

/* Кнопка "Сохранить" в ленте */
.tw-save-btn { cursor: pointer; transition: .15s; }
.tw-save-btn:hover { color: var(--accent); }
.tw-save-btn.is-saved { color: var(--accent); }
.tw-save-btn.is-saved svg { fill: var(--accent); }
/* Кнопка "Сохранить" в статье */
.a-save-btn.is-saved { color: var(--accent); border-color: var(--accent); }
.a-save-btn.is-saved svg { fill: var(--accent); }

/* Кнопка удаления профиля */
.pf-delete { display: inline-flex; align-items: center; gap: 8px; background: none; border: 0; color: var(--danger); font-family: var(--font-sans); font-size: 14px; font-weight: 600; cursor: pointer; padding: 8px 0; transition: .12s; }
.pf-delete svg { width: 17px; height: 17px; }
.pf-delete:hover { opacity: .75; }
.pf-delete-confirm { padding: 11px 22px; border: 0; border-radius: 100px; background: var(--danger); color: #fff; font-family: var(--font-sans); font-size: 14px; font-weight: 700; cursor: pointer; transition: .12s; }
.pf-delete-confirm:hover { filter: brightness(.92); }
.pf-delete-confirm:disabled { opacity: .6; cursor: default; }

/* Кнопка "Отмена" в попапе удаления */
.pf-cancel-btn { padding: 11px 22px; border: 1.5px solid var(--border-strong); border-radius: 100px; background: var(--surface); color: var(--text); font-family: var(--font-sans); font-size: 14px; font-weight: 700; cursor: pointer; transition: .12s; }
.pf-cancel-btn:hover { border-color: var(--accent); color: var(--accent); }

/* ---- 2FA в профиле ---- */
.pf-2fa { margin-top: 22px; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--bg); }
.pf-2fa-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.pf-2fa-title { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-serif, Georgia, serif); font-size: 16px; font-weight: 800; color: var(--text); }
.pf-2fa-title svg { width: 19px; height: 19px; color: var(--accent); }
.pf-2fa-sub { margin: 6px 0 0; font-size: 13.5px; color: var(--text-muted); line-height: 1.5; max-width: 420px; }
.pf-2fa-status { flex-shrink: 0; padding: 4px 12px; border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.pf-2fa-status.on { background: #e6f6ec; color: #1a7a3c; }
.pf-2fa-status.off { background: #f0f1f4; color: var(--text-dim); }
.pf-2fa-btn { padding: 11px 22px; border: 0; border-radius: 100px; background: var(--accent); color: #fff; font-family: var(--font-sans); font-size: 14px; font-weight: 700; cursor: pointer; transition: .12s; }
.pf-2fa-btn:hover { background: var(--accent-hover); }
.pf-2fa-btn.danger { background: var(--danger); }
.pf-2fa-btn.danger:hover { filter: brightness(.92); }
.pf-2fa-qr { display: flex; justify-content: center; margin: 18px 0 14px; }
.pf-2fa-qr img { width: 200px; height: 200px; image-rendering: pixelated; border: 8px solid #fff; border-radius: 10px; box-shadow: var(--shadow-sm); }
.pf-2fa-key-label { font-size: 12.5px; color: var(--text-muted); margin: 0 0 6px; text-align: center; }
.pf-2fa-key { display: block; text-align: center; font-family: monospace; font-size: 15px; letter-spacing: 2px; background: var(--bg); padding: 10px; border-radius: 8px; color: var(--accent); word-break: break-all; }
.pf-2fa-code { width: 100%; box-sizing: border-box; margin: 6px 0 14px; padding: 14px; text-align: center; font-size: 22px; letter-spacing: 8px; border: 1.5px solid var(--border-strong); border-radius: 12px; font-family: monospace; }
.pf-2fa-code:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-bg); }
.pf-2fa-confirm { width: 100%; padding: 13px; border: 0; border-radius: 100px; background: var(--accent); color: #fff; font-family: var(--font-sans); font-size: 15px; font-weight: 700; cursor: pointer; transition: .12s; }
.pf-2fa-confirm:hover { background: var(--accent-hover); }
.pf-2fa-confirm.danger { background: var(--danger); }
.pf-2fa-confirm:disabled { opacity: .6; cursor: default; }

/* SVG-флаги стран (работают на всех ОС, включая Windows) */
.flag-img { display: inline-block; width: 20px; height: 15px; object-fit: cover; border-radius: 2px; vertical-align: middle; box-shadow: 0 0 0 1px rgba(0,0,0,.08); }
.flag-emoji { font-size: 16px; line-height: 1; }
.flag-code { font-size: 11px; font-weight: 700; padding: 1px 4px; border: 1px solid var(--border, #d8dce3); border-radius: 3px; }
.flag .flag-img { width: 20px; height: 15px; }

/* Прочитанные новости в персональной ленте: притухают и уезжают вниз */
.tweet.is-read { position: relative; opacity: .6; filter: grayscale(.6); transition: opacity .2s, filter .2s; }
.tweet.is-read:hover { opacity: .9; filter: grayscale(.15); }
.tweet.is-read .tw-media img { filter: grayscale(.4); }
.tw-read-badge {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(26,58,110,.94); color: #fff;
  font-size: 14px; font-weight: 700; letter-spacing: .02em;
  padding: 10px 20px; border-radius: 999px;
  box-shadow: 0 6px 20px rgba(26,58,110,.28);
  pointer-events: none; white-space: nowrap;
  animation: rb-pop .5s cubic-bezier(.34,1.56,.64,1) both,
             rb-pulse 2.4s ease-in-out 1.5s infinite;
}
.tw-read-badge svg { width: 18px; height: 18px; }
.tw-read-badge svg path { stroke-dasharray: 24; animation: rb-check .5s ease .25s both; }
.tweet.is-read:hover .tw-read-badge { opacity: 0; transition: opacity .2s; }
@keyframes rb-pop {
  0%   { opacity: 0; transform: translate(-50%, -50%) scale(.7); }
  60%  { opacity: 1; transform: translate(-50%, -50%) scale(1.06); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
@keyframes rb-check { from { stroke-dashoffset: 24; } to { stroke-dashoffset: 0; } }
@keyframes rb-pulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(26,58,110,.28); }
  50%      { box-shadow: 0 6px 28px rgba(26,58,110,.5); }
}
@media (prefers-reduced-motion: reduce) {
  .tw-read-badge { animation: none; }
  .tw-read-badge svg path { animation: none; stroke-dasharray: none; }
}

/* Pull-to-refresh индикатор (iOS PWA) */
.nyct-ptr {
  position: fixed; top: -48px; left: 50%;
  transform: translateX(-50%);
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  background: #fff; color: var(--accent, #1a3a6e);
  border-radius: 50%;
  box-shadow: 0 3px 12px rgba(0,0,0,.18);
  z-index: 9999;
  opacity: 0; pointer-events: none;
  transition: opacity .2s;
}
.nyct-ptr.show { opacity: 1; }
.nyct-ptr-spin { width: 20px; height: 20px; display: flex; transition: transform .15s; }
.nyct-ptr-spin svg { width: 20px; height: 20px; }
.nyct-ptr.ready .nyct-ptr-spin { transform: rotate(180deg); }
.nyct-ptr.refreshing .nyct-ptr-spin { animation: nyct-ptr-rot .7s linear infinite; }
@keyframes nyct-ptr-rot { to { transform: rotate(360deg); } }

/* ===== NYCT+ ===== */
/* "+" в логотипе (шапка/подвал) */
.brand-plus {
  color: #d4a72c; font-weight: 900;
  margin-left: 1px; vertical-align: baseline;
}

/* Карточка NYCT+ статьи: тёплый жёлтый фон + золотая рамка */
.tweet.is-plus {
  background: #fdf6e3;
  border-color: rgba(212,167,44,.55);
}
.tweet.is-plus:hover { border-color: rgba(212,167,44,.9); }

/* Метка NYCT+ — компактный баблик в строке с датой, контрастного цвета */
.tw-plus-badge {
  display: inline-flex; align-items: center;
  font-size: 11px; font-weight: 800; letter-spacing: .01em;
  color: #fff; background: #1a3a6e;
  border: 0;
  padding: 2px 9px; border-radius: 999px; margin-left: 6px;
  white-space: nowrap; flex: none;
}
.tw-plus-badge .brand-plus { color: #d4a72c; margin-left: 1px; }

/* Метка "Реклама" — лёгкий серый, без баблика */
.tw-ad-badge {
  display: inline-flex; align-items: center;
  font-size: 11px; font-weight: 600; letter-spacing: .02em;
  color: #9aa0aa; margin-left: 6px; white-space: nowrap; flex: none;
}

/* Таб NYCT+ */
.feed-tab-plus .brand-plus { color: #d4a72c; }

/* Пейволл в статье */
.article-body--preview {
  position: relative;
  -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
}
.plus-paywall {
  position: relative; margin: 8px 0 28px;
  border: 1.5px solid #e3c878; border-radius: 18px;
  background: linear-gradient(135deg, #fef9ed, #faf0d4);
  padding: 32px 28px; text-align: center;
}
.plus-paywall-badge {
  display: inline-flex; align-items: center;
  font-size: 15px; font-weight: 800; color: #fff;
  background: #1a3a6e; padding: 7px 16px; border-radius: 999px;
  margin-bottom: 14px;
}
.plus-paywall-badge span { color: #d4a72c; margin-left: 1px; }
.plus-paywall h3 {
  margin: 0 0 10px; font-size: 22px; color: #1a3a6e;
  font-family: var(--font-serif, 'Playfair Display'), serif; font-weight: 800;
}
.plus-paywall p {
  margin: 0 auto 20px; max-width: 420px;
  color: #6b5d3a; font-size: 15px; line-height: 1.55;
}
.plus-paywall-btn {
  display: inline-block; text-decoration: none;
  background: #d4a72c; color: #fff; font-weight: 700; font-size: 15px;
  padding: 14px 34px; border-radius: 999px;
  transition: background .15s, transform .1s, box-shadow .15s;
}
.plus-paywall-btn:hover { background: #bf911f; transform: translateY(-1px); box-shadow: 0 6px 18px rgba(212,167,44,.4); }

/* Раздел NYCT+ в профиле */
.plus-section { margin-top: 28px; }

/* Статус подписки */
.plus-status {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 18px; border-radius: 14px; margin-bottom: 20px;
  background: var(--surface-2, #f4f6fa); border: 1px solid var(--border, #e2e6ee);
}
.plus-status-txt { flex: 1; }
.plus-status.active { background: #eaf7ef; border-color: #b8e3c6; }
.plus-status.inactive { background: var(--surface-2, #f4f6fa); border-color: var(--border, #e2e6ee); }
.plus-status-ic {
  font-size: 17px; font-weight: 800; color: #1a3a6e; flex: none;
  background: #fff; border: 1px solid var(--border, #e2e6ee);
  padding: 8px 12px; border-radius: 10px; line-height: 1;
}
.plus-status.active .plus-status-ic { border-color: #b8e3c6; }
.plus-status.active .plus-status-txt b { color: #0f6e56; }
.plus-status-txt b { color: #1a3a6e; }
.plus-status-sub { font-size: 13px; color: #3b8a6e; }

/* Блок "Оформить подписку" */
.plus-subscribe-box {
  border: 1px solid var(--border, #e2e6ee); border-radius: 16px;
  padding: 22px 20px; margin-top: 18px; background: #fff;
}

/* Блок активации промокода (сворачиваемый) */
.plus-promo-box {
  border: 1px solid var(--border, #e2e6ee); border-radius: 16px;
  padding: 0; margin-top: 18px; background: #fff;
}
.plus-promo-summary {
  list-style: none; cursor: pointer; user-select: none;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
}
.plus-promo-summary::-webkit-details-marker { display: none; }
.plus-promo-summary .plus-box-title { margin: 0; font-size: 17px; font-weight: 700; color: #1a3a6e; }
.plus-promo-chev { width: 20px; height: 20px; color: #5b6472; transition: transform .2s; flex: none; }
.plus-promo-box[open] .plus-promo-chev { transform: rotate(180deg); }
.plus-promo-content { padding: 0 20px 20px; }
.plus-promo-content .plus-box-text { margin-top: 0; }
/* Блок преимуществ для подписчиков */
.plus-benefits-box {
  border: 1px solid var(--border, #e2e6ee); border-radius: 16px;
  padding: 20px; margin-top: 18px; background: #fff;
}
.plus-promo-form { display: flex; gap: 10px; flex-wrap: wrap; }
.plus-promo-input {
  flex: 1 1 200px; min-width: 0; padding: 12px 14px;
  border: 1px solid var(--border, #e2e6ee); border-radius: 10px;
  font-size: 15px; font-family: var(--font-sans); text-transform: uppercase;
  letter-spacing: .04em; color: var(--text);
}
.plus-promo-input:focus { outline: none; border-color: #1a3a6e; box-shadow: 0 0 0 3px rgba(26,58,110,.1); }
.plus-promo-input::placeholder { font-size: 14px; text-transform: none; letter-spacing: normal; color: #9aa0aa; }
.plus-promo-btn {
  flex: none; padding: 12px 26px; border: 0; border-radius: 10px;
  background: #1a3a6e; color: #fff; font-weight: 700; font-size: 15px;
  font-family: var(--font-sans); cursor: pointer; transition: background .15s;
}
.plus-promo-btn:hover { background: #15305c; }
.plus-promo-msg { margin-top: 12px; padding: 10px 14px; border-radius: 10px; font-size: 14px; }
.plus-promo-msg.ok { background: #eaf7ef; color: #0f6e56; border: 1px solid #b8e3c6; }
.plus-promo-msg.err { background: #fdecef; color: #a02030; border: 1px solid #f3c4cd; }
.plus-box-title { margin: 0 0 6px; font-size: 17px; color: #1a3a6e; }
.plus-box-text { margin: 0 0 18px; font-size: 14px; line-height: 1.5; color: var(--muted, #5b6472); }

/* Карточки тарифов */
.plus-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.plus-plan {
  position: relative; text-align: center;
  border: 1px solid #e4e9f2; border-radius: 14px;
  padding: 18px 12px; background: #f7f9fc;
  transition: border-color .15s, transform .1s;
}
.plus-plan:hover { border-color: #c7d2e6; transform: translateY(-1px); }
.plus-plan.best { border: 2px solid #d4a72c; background: #fdf6e3; }
.plus-plan-tag {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: #d4a72c; color: #fff; font-size: 10px; font-weight: 700;
  letter-spacing: .04em; padding: 2px 10px; border-radius: 999px; white-space: nowrap;
}
.plus-plan-name { font-size: 13px; font-weight: 700; color: #5b6472; margin-bottom: 10px; }
.plus-plan.best .plus-plan-name { color: #8a6d1a; }
.plus-plan-amt { font-size: 24px; font-weight: 800; color: #1a3a6e; line-height: 1.1; }
.plus-plan-per { font-size: 12px; color: #8a909c; margin-top: 3px; }
.plus-plan.best .plus-plan-per { color: #a8851f; }
.plus-cta-note { margin-top: 16px; font-size: 13px; color: var(--muted, #5b6472); text-align: center; }
@media (max-width: 560px) {
  .plus-plans { grid-template-columns: 1fr; }
  .plus-plan-tag { top: 50%; left: auto; right: 12px; transform: translateY(-50%); }
  /* Статус NYCT+: иконка+текст в строке, кнопка отмены — отдельной строкой */
  .plus-status { flex-wrap: wrap; }
  .plus-status-ic { align-self: flex-start; }
  .plus-status-txt { flex: 1 1 auto; min-width: 0; }
  .plus-status-sub { display: inline; }
  .plus-cancel-form { margin: 4px 0 0; flex: 0 0 100%; }
  .plus-cancel-btn { width: 100%; }
}

/* История подписок */
.plus-history { display: flex; flex-direction: column; gap: 8px; }
.plus-hist-row {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px; border-radius: 12px;
  border: 1px solid var(--border, #e2e6ee); background: var(--surface-2, #f4f6fa);
}
.plus-hist-row.active { border-color: #b8e3c6; background: #eaf7ef; }
.plus-hist-row:not(.active) { opacity: .8; }
.plus-hist-ic {
  width: 40px; height: 40px; border-radius: 10px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: #b4b2a9; color: #fff; font-size: 13px; font-weight: 700;
}
.plus-hist-row.active .plus-hist-ic { background: #0f6e56; }
.plus-hist-ic svg { width: 20px; height: 20px; }
.plus-hist-body { flex: 1; min-width: 0; line-height: 1.4; }
.plus-hist-top { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.plus-hist-top b { font-weight: 700; color: #1a3a6e; font-size: 14px; }
.plus-hist-status {
  font-size: 11px; font-weight: 700; color: #0f6e56;
  background: #c8ecd5; padding: 1px 8px; border-radius: 999px;
}
.plus-hist-status.off { color: #888; background: #e8e6df; }
.plus-hist-dates { display: block; font-size: 13px; color: var(--muted, #5b6472); margin-top: 2px; }

/* Кнопка "поделиться" (копировать ссылку) в статье — кружок, высота как у соседних */
.a-share-btn { padding: 7px; aspect-ratio: 1 / 1; justify-content: center; border-radius: 50%; transition: color .15s, border-color .15s, background .15s; }
.a-share-btn svg { width: 16px; height: 16px; }
.a-share-btn:hover { border-color: var(--accent, #1a3a6e); color: var(--accent, #1a3a6e); }
.a-share-btn.copied { color: #28a745; border-color: #28a745; }

/* Всплывающее уведомление (toast) */
.nyct-toast {
  position: fixed; left: 50%; bottom: 28px;
  transform: translateX(-50%) translateY(20px);
  background: #1a3a6e; color: #fff;
  font-size: 14px; font-weight: 600;
  padding: 12px 22px; border-radius: 999px;
  box-shadow: 0 6px 24px rgba(0,0,0,.28);
  z-index: 10000; opacity: 0; pointer-events: none;
  transition: opacity .25s, transform .25s;
}
.nyct-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* Курсы валют к евро (категория Экономика) — компактно */
.rates { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%); border-radius: var(--radius-lg); overflow: hidden; color: #fff; }
.rates-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 1px; background: rgba(255,255,255,.12); }
.rate-item { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 7px 4px; background: var(--accent); }
.rate-cur { font-size: 10px; font-weight: 600; letter-spacing: .03em; opacity: .85; display: flex; align-items: center; gap: 3px; }
.rate-flag-img { width: 14px; height: 10px; border-radius: 1px; display: inline-block; vertical-align: middle; box-shadow: 0 0 0 1px rgba(255,255,255,.2); }
.rate-val { font-size: 13px; font-weight: 700; }
@media (max-width: 700px) {
  .rates-grid { grid-template-columns: repeat(4, 1fr); }
}

/* Драгметаллы (золото, серебро) — компактно */
.metals { display: flex; gap: 8px; }
.metal-item { flex: 1; display: flex; align-items: center; gap: 7px; padding: 8px 12px; border-radius: var(--radius-lg); color: #fff; }
.metal-gold { background: linear-gradient(135deg, #c9971f 0%, #9c7414 100%); }
.metal-silver { background: linear-gradient(135deg, #8a909c 0%, #686d77 100%); }
.metal-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; background: rgba(255,255,255,.85); }
.metal-name { font-size: 12px; font-weight: 600; letter-spacing: .02em; flex: 1; }
.metal-price { font-family: var(--font-serif); font-size: 15px; font-weight: 800; }
@media (max-width: 700px) {
  .metals { flex-direction: column; }
}

/* Автор статьи (под текстом новости) */
.article-author { display: flex; align-items: center; gap: 12px; margin: 24px 0; }
.article-author-ava { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.article-author-ava--ph { display: flex; align-items: center; justify-content: center; background: var(--accent, #1a3a6e); color: #fff; font-weight: 700; font-size: 18px; font-family: var(--font-serif); }
.article-author-info { display: flex; flex-direction: column; gap: 2px; }
.article-author-name { font-weight: 700; font-size: 15px; }
.article-author-role { font-size: 13px; color: var(--muted, #6b7280); }

/* Хештеги под статьёй */
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 24px; }
.article-tag { display: inline-block; padding: 5px 12px; border-radius: 999px; background: var(--surface-2, #f1f4f9); color: var(--accent, #1a3a6e); font-size: 13px; font-weight: 600; text-decoration: none; transition: background .15s; }
.article-tag:hover { background: var(--border, #e2e6ee); }

/* ===== NYCT+ профиль: кнопки, преимущества, FAQ (восстановлено) ===== */
/* Кнопка отмены подписки — справа в строке статуса */
.plus-cancel-form { margin: 0 0 0 auto; flex-shrink: 0; }
.plus-cancel-btn { background: transparent; color: #c8162a; border: 1px solid #e2b8bd; padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .15s, border-color .15s; }
.plus-cancel-btn:hover { background: #fdf0f1; border-color: #c8162a; }

/* Кнопка оплаты — синяя */
.plus-pay-btn { display: block; width: 100%; background: var(--accent, #1a3a6e); color: #fff; border: 0; padding: 14px 20px; border-radius: 10px; font-size: 16px; font-weight: 800; cursor: pointer; transition: filter .15s; margin-top: 8px; }
.plus-pay-btn:hover { filter: brightness(1.1); }
.plus-cta-note { text-align: center; font-size: 12px; color: #c8162a; margin-top: 8px; }

/* Скрываем нативные radio, выделение через карточку */
.plus-plans-select .plus-plan input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }
.plus-plans-select .plus-plan { position: relative; cursor: pointer; }
.plus-plan-check { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--border, #e2e6ee); display: flex; align-items: center; justify-content: center; transition: background .15s, border-color .15s; }
.plus-plans-select .plus-plan.is-selected .plus-plan-check { background: #d4a72c; border-color: #d4a72c; }
.plus-plans-select .plus-plan.is-selected .plus-plan-check::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #fff; }
.plus-plans-select .plus-plan.is-selected { border-color: #d4a72c; box-shadow: 0 0 0 2px rgba(212,167,44,.25); }

/* Преимущества подписки — синяя иконка, золотой крестик */
.plus-benefit-row { display: flex; align-items: center; gap: 12px; padding: 12px 0; }
.plus-benefit-ic.plus-benefit-ic { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--accent, #1a3a6e); color: #d4a72c; display: flex; align-items: center; justify-content: center; margin-left: 0; }
.plus-benefit-ic.plus-benefit-ic svg { width: 18px; height: 18px; }
.plus-benefit-info { flex: 1; }
.plus-benefit-name { font-weight: 700; font-size: 14px; }
.plus-benefit-desc { font-size: 13px; color: var(--muted, #6b7280); margin-top: 2px; }
.plus-mark { color: #d4a72c; }

/* Слайдер-переключатель (синий) */
.nyct-switch { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; cursor: pointer; }
.nyct-switch input { position: absolute; opacity: 0; width: 0; height: 0; margin: 0; }
.nyct-switch .nyct-switch-slider { position: absolute; inset: 0; background: #c7ccd6; border-radius: 999px; transition: background .2s; }
.nyct-switch .nyct-switch-slider::before { content: ""; position: absolute; left: 3px; top: 3px; width: 18px; height: 18px; background: #fff; border-radius: 50%; transition: transform .2s; box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.nyct-switch input:checked + .nyct-switch-slider { background: #1a3a6e; }
.nyct-switch input:checked + .nyct-switch-slider::before { transform: translateX(20px); }

/* FAQ-аккордеон */
.plus-faq { margin-top: 12px; display: flex; flex-direction: column; gap: 8px; }
.plus-faq-item { border: 1px solid var(--border, #e2e6ee); border-radius: 10px; overflow: hidden; background: #fff; }
.plus-faq-q { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; font-weight: 600; font-size: 14px; cursor: pointer; list-style: none; }
.plus-faq-q::-webkit-details-marker { display: none; }
.plus-faq-chev { width: 18px; height: 18px; flex-shrink: 0; transition: transform .2s; color: var(--muted, #6b7280); }
.plus-faq-item[open] .plus-faq-chev { transform: rotate(180deg); }
.plus-faq-a { padding: 0 16px 14px; font-size: 13px; line-height: 1.6; color: var(--muted, #4b5563); }

/* Счётчик новостей за сегодня в дропдауне городов */
.geo-city-name { flex: 1; min-width: 0; }
.geo-today { margin-left: auto; flex-shrink: 0; min-width: 18px; height: 18px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; line-height: 1; border-radius: 999px; background: var(--accent, #1a3a6e); color: #fff; }
.locale-item.active .geo-today { background: #fff; color: var(--accent, #1a3a6e); }
