/* =====================================================
   APKLAND — публичная тема сайта
   Светлый дизайн, 3-колоночный адаптивный макет.
     1. Токены (:root), базовые стили
     2. Шапка (.ui_u8rrkh) и навигация (.nav_15fexe)
     3. Каркас (.ui_zavxx1), сайдбары, мобильный drawer
     4. Карточки каталога (.card_eqkdgj / .card)
     5. Страница приложения (.ui_rbdzi1 / .ui_4ipo3n / .ui_rpdtba)
     6. Комментарии, скачивание, пагинация
     7. Футер (.ui_6l03ui)
     8. Адаптив (@media)
   ===================================================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --grad-1: #65dcc7;
  --grad-2: #15968a;
  --green:  #28c9b8;
  --green2: #15968a;
  --green-light: #65dcc7;
  --ink:    #172423;
  --bg:     #f4f8f7;
  --white:  #ffffff;
  --text:   #263735;
  --muted:  #74857a;
  --line:   #dfe9e7;
  --soft:   #eef8f6;
  --orange: #ff9c20;
  --shadow: 0 14px 38px rgba(25,80,45,.08);
  --font: ;
  --max: 1320px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--text); font-size: 14px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; padding: 0; }

/* ШАПКА — .ui_u8rrkh / .ui_qzlizv */
.ui_u8rrkh {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 200;
}
.ui_qzlizv {
  min-height: 84px;
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 20px; padding: 14px 0;
  box-sizing: border-box; width: 100%;
}

/* Логотип */
.ui_74r487 { display: flex; align-items: center; gap: 12px; color: var(--ink); flex-shrink: 0; }
.ui_j6hey2 {
  width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  background: linear-gradient(145deg, var(--green-light), var(--green2));
  box-shadow: 0 9px 22px rgba(40,201,104,.25);
  display: flex; align-items: center; justify-content: center;
}
.ui_j6hey2 svg { width: 27px; height: 27px; fill: #fff; }
.ui_q46iaa { display: flex; flex-direction: column; line-height: 1.15; }
.ui_q46iaa b { font-size: 18px; font-weight: 900; letter-spacing: .4px; text-transform: uppercase; }
.ui_q46iaa i { font-style: normal; font-size: 12px; color: var(--muted); margin-top: 2px; }

/* Поиск */
.search {
  margin-left: auto; flex: 1 1 340px; max-width: 460px;
  height: 46px; border: 1px solid var(--line);
  border-radius: 24px; position: relative;
  background: #f7faf9; display: flex;
}
.search form { margin: 0; padding: 0; flex: 1; display: flex; }
.search input {
  min-width: 0; flex: 1; height: 44px; margin: 1px 0 1px 20px;
  background: none; border: none; outline: none;
  color: var(--text); font-size: 14px; font-family: var(--font);
}
.search input::placeholder { color: var(--muted); }
@media (max-width: 640px) {
  .search input { font-size: 16px; }
  #searchSuggestions {
    position: fixed !important;
    top: 58px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    border-radius: 0 0 16px 16px !important;
    max-height: 70vh !important;
  }}
.search button {
  width: 54px; flex-shrink: 0; border: none; background: var(--green);
  border-radius: 0 24px 24px 0;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.search button:hover { background: var(--green2); }
.search button svg { width: 19px; height: 19px; stroke: #fff; fill: none; stroke-width: 2.2; }

/* Иконки-действия справа в шапке */
.ui_f61vnj { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.ui_2ftzau {
  width: 42px; height: 42px; border: none; background: transparent;
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  color: var(--green2); cursor: pointer; transition: background .12s;
}
.ui_2ftzau:hover { background: var(--soft); }
.ui_2ftzau svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Подсказки поиска */
#searchSuggestions {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0;
  background: #fff; border-radius: 12px;
  border: 1px solid var(--line); box-shadow: 0 8px 32px rgba(0,0,0,.13);
  z-index: 400; overflow: hidden;
  max-height: 70vh; overflow-y: auto;
}
.sugg-group-title {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; color: var(--muted);
  padding: 10px 16px 4px; background: #f9fcfb;
}
.sugg-item {
  display: flex; align-items: center; gap: 12px;
  padding: 10px 16px; cursor: pointer;
  border-bottom: 1px solid #eef4f3; transition: background .1s;
  text-decoration: none;
}
.sugg-item:last-of-type { border-bottom: none; }
.sugg-item:hover { background: #f5f9f9; }
.sugg-ico { flex-shrink: 0; }
.sugg-ico img { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; display: block; }
.sugg-ico-ph { display: block; width: 48px; height: 48px; border-radius: 10px; background: var(--bg); }
.sugg-info { flex: 1; min-width: 0; }
.sugg-title-row { display: flex; align-items: center; gap: 6px; margin-bottom: 3px; }
.sugg-name { font-size: 14px; font-weight: 600; color: #172423; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sugg-ver { font-size: 11px; color: var(--muted); white-space: nowrap; }
.sugg-mod { font-size: 10px; font-weight: 700; color: #fff; background: var(--green); border-radius: 4px; padding: 1px 5px; }
.sugg-meta { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sugg-rat-good { color: var(--green); font-weight: 700; font-size: 13px; }
.sugg-rat-ok { color: #f59e0b; font-weight: 700; font-size: 13px; }
.sugg-rat-bad { color: #e53935; font-weight: 700; font-size: 13px; }
.sugg-all {
  display: block; text-align: center; padding: 11px 16px;
  font-size: 13px; color: var(--green); font-weight: 600;
  border-top: 1px solid var(--line); background: #f9fcfb;
  text-decoration: none; transition: background .1s;
}
.sugg-all:hover { background: #f0fafa; }
.sugg-empty {
  display: flex; flex-direction: column; align-items: center;
  gap: 12px; padding: 22px 16px; text-align: center;
}
.sugg-empty-text { font-size: 13px; color: var(--muted); line-height: 1.4; }
.sugg-empty-btn {
  display: inline-block; padding: 9px 20px; font-size: 13px; font-weight: 600;
  color: #fff; background: var(--green); border-radius: 12px;
  text-decoration: none; transition: opacity .15s;
}
.sugg-empty-btn:hover { opacity: .88; }

/* MAIN LAYOUT — 3-column grid (как в верстке) */
.ui_t8egn2 { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.ui_ik19b3 {
  max-width: var(--max); margin: 30px auto 50px;
  padding: 0 20px;
}
.ui_zavxx1 {
  display: grid;
  grid-template-columns: 250px minmax(0,1fr) 280px;
  gap: 32px;
  align-items: start;
  padding: 26px 0 54px;
}
.side { min-width: 0; }
.ui_dn2cs1 {
  display: flex; align-items: center; gap: 9px;
  font-size: 18px; font-weight: 800; color: #172423;
  margin: 0 0 12px;
}
.ui_dn2cs1 svg { width: 21px; height: 21px; fill: var(--green); flex: 0 0 auto; }
.ui_cyrpqu { font-size: 15px; justify-content: space-between; }
.ui_o4xjcr { font-size: 12px; font-weight: 700; color: var(--green2); text-decoration: none; }
.ui_o4xjcr:hover { text-decoration: underline; }
.ui_34tt2m { list-style: none; margin: 0 0 4px; padding: 0; }
.ui_34tt2m li { border-bottom: 1px dashed var(--line); }
.ui_34tt2m a {
  display: flex; gap: 10px; align-items: center;
  padding: 8px 2px; font-weight: 700; font-size: 14px;
  color: var(--text); transition: all .12s;
}
.ui_34tt2m a:before { content: ""; width: 6px; height: 6px; background: var(--green); border-radius: 50%; flex: 0 0 auto; }
.ui_34tt2m a:hover { color: var(--green2); padding-left: 4px; }
.ui_xpe4as { margin-top: 28px; }
.ui_1n1q3x { display: grid; gap: 11px; }
.ui_qe2us5 { display: grid; grid-template-columns: 46px 1fr; gap: 10px; align-items: center; color: var(--text); }
.ui_6vw6m5 img { width: 46px; height: 46px; border-radius: 11px; object-fit: cover; display: block; }
.ui_aqd0w9 { min-width: 0; }
.ui_qe2us5 b { display: block; font-size: 13px; font-weight: 700; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ui_qe2us5 span { display: block; font-size: 11px; color: var(--muted); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ui_qe2us5:hover b { color: var(--green2); }
.ui_21y3ti { min-width: 0; }

/* SEO-INTRO / SECTION HEAD / CARDS — главная и листинги (как в верстке) */
.ui_7tqzlt {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 26px 28px; margin-bottom: 26px; box-shadow: var(--shadow);
}
.ui_7tqzlt h1 { font-size: 28px; line-height: 1.2; margin: 0 0 12px; letter-spacing: -.5px; color: var(--ink); }
.ui_7tqzlt p { color: var(--muted); margin: 8px 0; font-size: 14px; line-height: 1.6; }

.ui_e2l927 {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin: 0 0 15px;
}
.ui_e2l927 h2 { font-size: 22px; margin: 0; color: var(--ink); }
.ui_e2l927 .ui_0zzewi { font-size: 13px; font-weight: 800; color: var(--green2); white-space: nowrap; }
.ui_e2l927 .ui_0zzewi:hover { text-decoration: underline; }

.card_eqkdgj { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-bottom: 30px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 14px; display: grid; grid-template-columns: 82px 1fr; gap: 14px;
  cursor: pointer; transition: all .2s; min-width: 0; color: var(--text);
}
.card:hover { transform: translateY(-3px); border-color: #bde4dc; box-shadow: var(--shadow); }
.ui_fjy73y {
  width: 82px; height: 82px; border-radius: 18px; overflow: hidden;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  background: var(--soft); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
}
.ui_fjy73y img { width: 100%; height: 100%; object-fit: cover; display: block; }
.card h3 { font-size: 16px; line-height: 1.25; margin: 2px 0 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: var(--ink); }
.card p { font-size: 13px; color: var(--muted); margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.4; }
.card_m0yxmg { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 8px; font-size: 12px; color: #87958c; }
.card_3io5hn { display: flex; align-items: center; gap: 2px; }
.card_3io5hn svg { width: 12px; height: 12px; fill: #f2ad23; }
@media (max-width: 640px) {
  .card_eqkdgj { grid-template-columns: 1fr; }
  .card { grid-template-columns: 72px 1fr; }
  .ui_fjy73y { width: 72px; height: 72px; border-radius: 15px; }}

@media (min-width: 1101px) { .ui_qq7xw2, .ui_elogot { display: none !important; } }

.ui_qq7xw2 {
  display: none; position: fixed; top: 0; left: -320px; width: 300px; max-width: 86vw;
  height: 100vh; background: #fff; z-index: 400; padding: 24px 20px;
  overflow-y: auto; transition: left .25s ease; box-shadow: var(--shadow);
}
.ui_qq7xw2.open { display: block; left: 0; }
.ui_elogot {
  display: none; position: fixed; inset: 0; background: rgba(15,30,20,.45); z-index: 390;
}
.ui_elogot.open { display: block; }
.ui_8bauva {
  position: absolute; top: 14px; right: 14px; width: 34px; height: 34px;
  border: none; border-radius: 50%; background: var(--soft); color: var(--ink);
  font-size: 22px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.ui_crhg3x .ui_xpe4as:first-child { margin-top: 0; }
.ui_crhg3x > .side-group { margin-bottom: 28px; }
.ui_pjz38i {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; width: 178px; height: 46px;
  background: linear-gradient(90deg, #28c9b8, #65dcc7);
  border-radius: 16px; color: #fff;
  font-size: 15px; font-weight: 700;
  cursor: pointer; transition: opacity .14s;
  letter-spacing: .03em; flex-shrink: 0;
  text-decoration: none;
}
.ui_pjz38i:hover { opacity: .88; color: #fff; }
.ttslider-item {
  flex-shrink: 0; scroll-snap-align: start;
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line);
  cursor: pointer; transition: border-color .12s;
}
.ttslider-item:hover { border-color: var(--green); }
.ttslider-item img {
  width: auto; height: 260px;
  display: block;
  object-fit: cover;
  max-width: none; /* не давать браузеру сжимать шире чем нужно */
}

/* Фото лайтбокс оверлей */
.img-overlay {
  position: fixed; inset: 0; background: rgba(0,0,0,.85);
  z-index: 9999; display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.img-overlay img { max-width: 90vw; max-height: 90vh; border-radius: 4px; }
.img-overlay-close {
  position: absolute; top: 16px; right: 20px;
  color: #fff; font-size: 32px; cursor: pointer; line-height: 1;
  background: none; border: none;
}

/* Описание */
.ui_z288eu {
  font-size: 14px; color: #526563; line-height: 1.8;
  margin-bottom: 0;
}
.ui_z288eu p { margin-bottom: 10px; }
.ui_z288eu b { color: #263735; }
.ui_z288eu ul, .ui_z288eu ol { padding-left: 22px; margin-bottom: 10px; }
.ui_z288eu li { margin-bottom: 4px; }

/* MOD: что есть в моде */
.ui_rbl23l {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  margin: 16px 0; overflow: hidden;
}
.ui_8lol68 {
  display: flex; align-items: center; gap: 10px;
  font-size: 15px; font-weight: 700; color: #1c2b28;
  padding: 13px 18px; border-bottom: 2px solid var(--green);
}
.ui_0ars6b {
  display: inline-flex; align-items: center; justify-content: center;
  font: 700 11px Inter, sans-serif; font-style: normal; letter-spacing: .03em;
  color: #fff; background: linear-gradient(90deg, var(--green2), var(--green));
  padding: 3px 8px; border-radius: 4px;
}
.ui_oikl6v {
  list-style: none; padding: 10px 18px 14px; margin: 0;
}
.ui_oikl6v li {
  position: relative; padding: 6px 0 6px 24px;
  font-size: 13.5px; color: #3a4a47; line-height: 1.5;
  border-bottom: 1px solid #eef8f6;
}
.ui_oikl6v li:last-child { border-bottom: none; }
.ui_oikl6v li::before {
  content: '✓'; position: absolute; left: 0; top: 6px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--green); color: #fff;
  font-size: 11px; font-weight: 700; line-height: 18px; text-align: center;
}

/* FAQ */
.ui_yn5vxk {
  background: #fff; border-radius: 10px;
  margin-bottom: 14px; overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.ui_6va4ik {
  font-size: 15px; font-weight: 700; padding: 16px 20px 14px;
  color: #172423;
}
.faq-item { border-top: 1px solid #eef4f3; }
.faq-q {
  width: 100%; text-align: left; padding: 13px 20px;
  background: none; border: none; cursor: pointer;
  font-family: var(--font); font-size: 13.5px; font-weight: 600;
  color: #263735; display: flex; align-items: center;
  justify-content: space-between; gap: 12px; transition: color .1s;
  line-height: 1.4;
}
.faq-q:hover { color: var(--green); }
.faq-q.open { color: var(--green); }
.faq-q svg { flex-shrink: 0; transition: transform .2s; color: #c3d2cf; width:16px; height:16px; }
.faq-q.open svg { transform: rotate(180deg); color: var(--green); }
.faq-a {
  display: none; padding: 2px 20px 14px;
  font-size: 13px; color: #5b6d6a; line-height: 1.75;
}
.faq-a.open { display: block; }
.faq-a ol, .faq-a ul { padding-left: 18px; margin-top: 6px; }
.faq-a li { margin-bottom: 4px; }
.faq-link { color: var(--green); font-weight: 600; text-decoration: underline; }
.faq-link:hover { opacity: .85; }

/* Теги на странице приложения */
.ui_9rtgcz {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 16px 0;
}
.ui_gy2bgd {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 16px; border-radius: 11px;
  border: 1px solid var(--line);
  font-size: 13px; font-weight: 700; color: var(--text);
  text-decoration: none; transition: all .14s;
  background: #f9fcfb;
}
.ui_gy2bgd:before { content: "#"; color: var(--green2); font-weight: 800; }
.ui_gy2bgd:hover {
  border-color: #bde4dc; color: var(--green2);
  background: var(--soft); transform: translateY(-1px);
  box-shadow: var(--shadow);
}

/* Похожие приложения */
.ui_6dibd2 {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  margin-bottom: 16px; padding: 20px 20px 22px;
  box-shadow: var(--shadow);
}
.ui_anpkfy {
  display: flex; align-items: center;
  padding: 0 0 4px;
}
.ui_4riv6b { font-size: 21px; font-weight: 800; color: #172423; margin: 0; }
.series_pwusir {
  display: flex; align-items: center; gap: 20px;
  background: var(--soft); border: 1px solid var(--line); border-radius: 20px;
  padding: 22px 26px; margin-bottom: 16px;
}
.series_z1yhpx {
  width: 84px; height: 84px; border-radius: 20px;
  object-fit: cover; flex-shrink: 0;
}
.series_yvmt3d {
  font-size: 24px; font-weight: 800; color: #172423;
  margin: 0; line-height: 1.25; letter-spacing: -.3px;
}
@media (max-width: 640px) {
  .series_pwusir { padding: 16px 18px; gap: 14px; }
  .series_z1yhpx { width: 64px; height: 64px; border-radius: 16px; }
  .series_yvmt3d { font-size: 16px; }}
.ui_t74dqs {
  font-size: 16px; font-weight: 700; color: #172423;
  margin: 22px 0 12px;
}
.ui_anpkfy { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.series_xo4f9l {
  font-size: 13px; font-weight: 600; color: var(--green); text-decoration: none;
  white-space: nowrap;
}
.series_xo4f9l:hover { text-decoration: underline; }
.series_5qares { font-size: 13px; color: var(--muted); margin: 6px 0 14px; line-height: 1.5; }
.series_8pzmrq {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px;
  padding: 12px 16px 16px;
}
@media (max-width: 640px) { .series_8pzmrq { grid-template-columns: minmax(0, 1fr); }}
.card_90st4f {
  display: flex; align-items: center; gap: 12px;
  padding: 12px; border: 1px solid var(--line); border-radius: 10px;
  text-decoration: none; transition: border-color .12s, background .12s;
  width: 100%; box-sizing: border-box;
}
.card_90st4f:hover { border-color: #bde4dc; background: var(--soft); transform: translateY(-1px); box-shadow: var(--shadow); }
.series_bwvtmk { border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.series_hehfh1 { width: 52px; height: 52px; background: var(--bg); }
.series_9e1tl1 { min-width: 0; }
.series_1cew3p {
  font-size: 14px; font-weight: 600; color: #172423;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.series_exekpv { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* Страница /series/ — превью всех коллекций */
.series_qcle1c {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px;
  margin-top: 16px;
}
@media (max-width: 640px) { .series_qcle1c { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .series_qcle1c { grid-template-columns: repeat(2, minmax(0, 1fr)); }}
@media (max-width: 560px) { .series_qcle1c { grid-template-columns: minmax(0, 1fr); }}
.card_7kyivk {
  display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 14px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px;
  text-decoration: none; transition: all .2s; color: var(--text);
  width: 100%; box-sizing: border-box; min-width: 0;
}
.card_7kyivk:hover {
  border-color: #bde4dc; transform: translateY(-3px); box-shadow: var(--shadow);
}
.series_ew0rp4 {
  width: 82px; height: 82px; border-radius: 18px; object-fit: cover;
  flex-shrink: 0; background: var(--soft);
}
.series_1ie9hf { min-width: 0; flex: 1 1 auto; }
.series_zzk4nj {
  font-size: 16px; font-weight: 800; color: var(--ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 2px;
}
.series_r1bgut {
  font-size: 13px; color: var(--muted); margin-top: 2px; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.series_t7mjod {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; color: var(--green2); font-weight: 800;
  background: var(--soft); border-radius: 8px;
  padding: 4px 9px; margin-top: 8px;
}

/* SEO-ТЕКСТ */
.stext {
  font-size: 13px; color: #5b6d6a; line-height: 1.72;
  margin-top: 18px; padding: 16px 0;
  border-top: 1px solid var(--line);
  word-break: break-word;
}
/* Сворачиваемый SEO блок */
.stext-wrap { position: relative; }
.stext-wrap.collapsed .stext {
  max-height: 200px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
.stext-expand {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: var(--green);
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
.stext-expand:hover { text-decoration: underline; }
.stext h1 { font-size: 18px; color: #172423; font-weight: 700; margin-bottom: 10px; }
.stext h2 { font-size: 15px; color: #172423; font-weight: 600; margin-bottom: 10px; }
.stext h3 { font-size: 14px; color: #172423; font-weight: 600; margin-bottom: 8px; }
.stext p { margin-bottom: 8px; color: #5b6d6a; }
.stext ul, .stext ol { padding-left: 18px; margin-bottom: 8px; }
.stext li { margin-bottom: 3px; color: #5b6d6a; }
.stext a { color: var(--green); }

/* СТРАНИЦА КАТЕГОРИИ */
.ui_36wj0e {
  font-size: 20px; color: #172423; font-weight: 400;
  margin: 0 0 14px;
}
.ui_36wj0e h1 { font-size: 20px; font-weight: 400; display: inline; }
.ui_jw3hmb { font-size: 13px; color: var(--muted); margin-bottom: 14px; line-height: 1.65; }

/* СТРАНИЦА СКАЧИВАНИЯ */
.download_9ksg5b {
  background: #fff; border-radius: 20px; border: 1px solid var(--line); box-shadow: var(--shadow);
  padding: 22px; margin-bottom: 14px;
}
.download_4rr8ul {
  display: flex; align-items: center; gap: 16px;
  margin-bottom: 20px; padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.download_dutiaa img { width: 80px; height: 80px; border-radius: 12px; border: 1px solid var(--line); }
.download_koj11z { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.download_nfy37m { font-size: 12px; color: var(--muted); }
.download_ma0h30 {
  text-align: center; padding: 28px 20px;
  background: #f9fefb; border: 1px solid #d4ede6;
  border-radius: 12px; margin-bottom: 16px;
}
.dl-timer-label { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); font-weight: 700; margin-bottom: 8px; }
#dlTimer { font-size: 64px; font-weight: 900; color: var(--green); line-height: 1; font-variant-numeric: tabular-nums; margin-bottom: 3px; }
#dlTimerLbl { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.dl-prog-wrap { height: 7px; background: #d7e3e0; border-radius: 4px; max-width: 360px; margin: 0 auto 20px; overflow: hidden; }
#dlBar { height: 100%; background: linear-gradient(90deg, #28c9b8, #65dcc7); border-radius: 4px; width: 0; transition: width 1s linear; }
.download_ug2bwc {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; background: linear-gradient(90deg, #28c9b8, #65dcc7);
  color: #fff; border: none; border-radius: 16px;
  padding: 12px 40px; font-size: 15px; font-weight: 700;
  font-family: var(--font); cursor: pointer;
  opacity: .4; pointer-events: none;
  transition: opacity .2s; text-decoration: none; letter-spacing: .03em;
}
.download_ug2bwc.ready { opacity: 1; pointer-events: auto; }
.download_ug2bwc.ready:hover { opacity: .88; }
.download_ln1osk { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin-bottom: 14px; }
.download_4bhzz7 { background: #f9fcfb; padding: 10px 16px; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--line); }
.download_w0qv0f { width: 100%; border-collapse: collapse; font-size: 13px; }
.download_w0qv0f td { padding: 7px 16px; border-bottom: 1px solid var(--line); }
.download_w0qv0f tr:last-child td { border-bottom: none; }
.download_w0qv0f tr:nth-child(odd) td { background: #f9fcfb; }
.download_w0qv0f td:first-child { color: var(--muted); font-weight: 600; width: 35%; }
.download_z5fdfz { margin-top: 13px; text-align: center; font-size: 12px; color: var(--muted); }
.download_z5fdfz a { color: var(--muted); }
.download_z5fdfz a:hover { color: var(--green); }

/* ПОИСК */
.ui_2claso { text-align: center; color: var(--muted); padding: 40px; font-size: 14px; }
.ui_nwgv0z { display:flex; justify-content:center; gap:10px; margin-bottom:16px; }
.ui_3vv8mf {
  display:flex; align-items:center; justify-content:center;
  width:40px; height:40px; border:none;
  border-radius:50%; background:var(--soft); color:var(--green2); transition:all .14s;
}
.ui_3vv8mf:hover { background:var(--green); color:#fff; }
.ui_3vv8mf svg { display:block; }

/* FOOTER — .ui_bxgv5c / .ui_b6jio6 (как в верстке) */
.ui_6l03ui { background: #fff; border-top: 1px solid var(--line); padding: 40px 0 26px; margin-top: 40px; }
.ui_0obv0v { display: grid; grid-template-columns: 1.6fr 1fr; gap: 40px; }
.ui_vdc8cx .ui_74r487 { margin-bottom: 12px; }
.ui_6l03ui h3, .ui_6l03ui h4 { margin: 0 0 14px; font-size: 15px; color: var(--ink); }
.ui_6l03ui p { font-size: 13px; color: var(--muted); line-height: 1.65; margin: 0 0 14px; }
.ui_30pyyt { display: grid; gap: 9px; }
.ui_30pyyt a { font-size: 13px; color: var(--muted); font-weight: 600; }
.ui_30pyyt a:hover { color: var(--green2); }
.ui_i389ov {
  margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line);
  text-align: center; font-size: 12px; color: var(--muted);
}
@media (max-width: 780px) {
  .ui_0obv0v { grid-template-columns: 1fr; gap: 26px; text-align: left; }}

/* RESPONSIVE */
@media (max-width: 1240px) {
  .ui_ik19b3 { padding: 0 16px; }
}
@media (max-width: 1100px) {
  .ui_zavxx1 { grid-template-columns: 200px minmax(0,1fr); gap: 20px; }
  .right-side { display: none; }}
@media (max-width: 860px) {
  .ui_zavxx1 { grid-template-columns: minmax(0,1fr); padding-top: 18px; }
  .left-side { display: none; }
  .download_ayvk0d .ui_pjz38i { width: 100%; text-align: center; justify-content: center; }
  .card_eqkdgj { grid-template-columns: 1fr !important; }}
@media (max-width: 640px) {
  /* Header */
  .ui_qzlizv { min-height: auto; padding: 12px 0; gap: 10px; }
  .ui_j6hey2 { width: 40px; height: 40px; border-radius: 12px; }
  .ui_j6hey2 svg { width: 22px; height: 22px; }
  .ui_q46iaa b { font-size: 14px; }
  .ui_q46iaa i { display: none; }
  .search { order: 3; flex-basis: 100%; max-width: none; height: 44px; }
  .search input { height: 42px; }
  .search button { width: 46px; }
  .ui_f61vnj { order: 2; margin-left: auto; }
  /* Top nav */
  .nav_uzkl2j { padding: 4px 0; overflow-x: auto; }
  .nav_j9zfc1 { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .nav_hzvm0q { padding: 8px 12px; font-size: 13px; white-space: nowrap; }
  .nav_hzvm0q svg { width: 15px; height: 15px; }
  /* Layout — prevent overflow */
  .ui_ik19b3 { margin-top: 10px; padding: 0 10px; overflow-x: hidden; box-sizing: border-box; }
  .ui_zavxx1 { padding-top: 12px; }
  .ui_pjz38i { width: 100%; justify-content: center; box-sizing: border-box; }
  .ttslider-item img { height: 180px; width: auto; }
  /* DL page */
  #dlStep1 { padding: 16px 0 8px; }
  .card { grid-template-columns: 72px 1fr; }
  .ui_fjy73y { width: 72px; height: 72px; }}
@media (max-width: 420px) {
  .ttslider-item img { height: 120px; width: auto; }
  .ui_ik19b3 { padding: 0 8px; margin-top: 10px; }
  .nav_hzvm0q { padding: 4px 8px; font-size: 11px; }
}

/* DLINK — блок скачивания файла */

/* STAR RATING */
.star-rating-wrap { display: flex; flex-direction: column; align-items: center; gap: 2px; margin-top: 4px; }
.star-info { display: flex; flex-direction: column; align-items: center; gap: 1px; font-size: 12px; color: var(--muted); }
.star-info b { font-size: 14px; font-weight: 800; color: var(--ink); }
.star-info i { font-style: normal; font-size: 12px; color: var(--muted); }
.star-input { display: flex; gap: 4px; margin-bottom: 10px; }
.star-btn { font-size: 28px; color: #d7e3e0; cursor: pointer; transition: color .1s; line-height: 1; }
.star-btn.star-hover { color: #ffd200; }

/* COMMENTS */
.comment_sugbdp { background: #fff; border-radius: 16px; padding: 20px; margin-bottom: 14px; }
.comment_564fi0 { font-size: 15px; font-weight: 700; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--green); }
.comment_owesez { display: grid; gap: 14px; margin-bottom: 20px; }
.comment-item {
  display: grid; grid-template-columns: 48px 1fr auto; align-items: start; gap: 13px;
  border: 1px solid var(--line); border-radius: 15px;
  padding: 17px; background: #fff;
}
.comment-avatar {
  width: 48px; height: 48px; flex-shrink: 0;
  border-radius: 50%; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--green-light), var(--green2));
  box-shadow: 0 6px 16px rgba(40,201,104,.22);
}
.comment-avatar svg { width: 24px; height: 24px; }
.comment-avatar img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.comment-body { flex: 1; min-width: 0; }
.comment-item-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; }
.comment-author { font-size: 15px; font-weight: 800; color: var(--ink); }
.comment-date { font-size: 12px; color: var(--muted); white-space: nowrap; }
.comment-text { font-size: 14px; color: #526563; line-height: 1.7; }
.comment-votes { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }
.cvote {
  width: 28px; height: 28px; border-radius: 50%; border: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 700; cursor: pointer;
  transition: background .12s, color .12s;
  line-height: 1;
}
.cvote-plus { background: #e8f8f8; color: var(--green); }
.cvote-minus { background: #fce8e8; color: #e53935; }
.cvote-plus:hover { background: var(--green); color: #fff; }
.cvote-minus:hover { background: #e53935; color: #fff; }
.cvote-score { font-size: 13px; font-weight: 700; min-width: 20px; text-align: center; color: #87958c; }
.cvote-score.pos { color: var(--green); }
.cvote-score.neg { color: #e53935; }
@media (max-width: 640px) {
  input[type="text"], input[type="search"], input[type="email"], input[type="tel"], textarea, select {
    font-size: 16px !important;
  }}

/* MODAL */
.modal_aegc2w {
  position: fixed; inset: 0; background: rgba(0,0,0,.55);
  z-index: 10000; display: flex; align-items: center; justify-content: center;
}
.modal_aegc2w[hidden] { display: none; }
.modal_4n1le1 {
  background: #fff; border-radius: 10px; padding: 28px 32px;
  max-width: 380px; width: 90%; text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.modal_2envi0 { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.modal_xnsz0l { font-size: 13px; color: #526563; margin-bottom: 18px; line-height: 1.6; }
.modal_255tua {
  background: var(--green); color: #fff; border: none;
  border-radius: 16px; padding: 9px 28px; font-size: 13px;
  font-weight: 700; cursor: pointer; font-family: var(--font);
}
.modal_255tua:hover { opacity: .88; }

/* Responsive fnh */
@media (max-width: 900px) {
  .ui_wn2b1r { grid-template-columns: 110px 1fr; }
  .ui_rh7jhz { grid-column: 1 / -1; grid-row: 2; padding-top: 12px; border-top: 1px solid var(--line); margin-top: 12px; }
  }
@media (max-width: 560px) {
  .ui_pjz38i { width: 100%; justify-content: center; }}
.ui_g3iar1 { font-size:13px; color:#526563; margin-bottom:10px; }
.ui_g3iar1 a { color:var(--green); text-decoration:underline; font-weight:400; }
.download_ayvk0d .ui_pjz38i { width:100%; }

/* DLINK WRAP — после описания, стиль как скриншот 2 */

.ui_rqofzq:hover

/* RESPONSIVE FNH */
@media (max-width:900px) {
  .ui_wn2b1r { grid-template-columns:110px 1fr; }
  .download_ayvk0d { grid-column:1/-1; grid-row:2; flex-direction:row; align-items:center; gap:14px; margin-top:14px; }
  .download_ayvk0d .ui_pjz38i { width:auto; }
  .download_so3c53 { flex-direction:row; flex-wrap:wrap; gap:6px; }
}
@media (max-width:560px) {
  .download_ayvk0d .ui_pjz38i { width:100%; }}

/* Category tags (subcategory pills on /apps/ /games/) */
.ui_sxe8ks {
  display: flex; flex-wrap: wrap; gap: 9px;
  margin: 16px 0 4px;
}

/* Сортировка */
.ui_n6tc36 {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 12px 18px; margin-top: 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,.07);
  font-size: 13px;
}
.ui_uwc775 { color: #87958c; white-space: nowrap; font-size: 13px; }
.ui_aoywcw {
  appearance: none; -webkit-appearance: none;
  background: #f4f8f7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 10px center;
  border: none; border-radius: 8px;
  padding: 6px 30px 6px 12px;
  font-size: 13px; color: #3a4a47; font-family: inherit;
  cursor: pointer; outline: none; transition: background .12s;
}
.ui_aoywcw:hover { background-color: #e8eaeb; }
.ui_qmpoip {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line);
  color: var(--text); border-radius: 11px;
  padding: 9px 16px; font-size: 13px;
  font-weight: 700; transition: all .14s;
  background: #fff;
}
.ui_qmpoip:hover {
  background: var(--soft); color: var(--green2);
  border-color: #bde4dc; transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.ui_qmpoip.active {
  background: linear-gradient(135deg, var(--green2), var(--green));
  border-color: transparent; color: #fff;
  box-shadow: 0 8px 18px rgba(40,201,104,.24);
}

.lb-prev, .lb-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(4px);
  border: 2px solid rgba(255,255,255,.4);
  cursor: pointer; color: #fff;
  font-size: 28px; font-weight: 300;
  border-radius: 50%;
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  transition: all .15s; line-height: 1;
}
.lb-prev { left: 20px; }
.lb-next { right: 20px; }
.lb-prev:hover, .lb-next:hover {
  background: rgba(255,255,255,.28);
  border-color: rgba(255,255,255,.7);
}
/* ── DLINK — иконка слева, инфо по центру, кнопка СПРАВА, всё в одну строку ── */
.ui_saozbu { margin: 20px 0 6px; }
.ui_d2pt7o { font-size: 23px; font-weight: 800; color: var(--ink); margin: 26px 0 14px; line-height: 1.25; }

.ui_rqofzq {
  display: flex; flex-direction: row; align-items: center;
  justify-content: space-between; flex-wrap: nowrap;
  background: linear-gradient(140deg, #fff, #f1faf8);
  border: 1px solid #cce9e3; border-radius: 16px;
  padding: 15px 18px; margin-bottom: 10px;
  text-decoration: none; color: var(--text); gap: 14px; cursor: pointer;
  transition: border-color .14s, box-shadow .14s, transform .14s;
}
.ui_rqofzq:hover {
  color: var(--text); border-color: var(--green);
  box-shadow: var(--shadow); transform: translateY(-2px);
}

/* Левая часть: иконка + инфо */
.ui_llvh27 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}

.ui_l5dl4h {
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(145deg, var(--green-light), var(--green2));
  box-shadow: 0 7px 18px rgba(40,201,104,.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.ui_d3ut9l {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ui_33818h {
  font-size: 15px; font-weight: 800; color: var(--ink);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 3px;
}
.ui_gz90mn {
  font-size: 12.5px; color: var(--muted);
  white-space: nowrap;
}

/* Правая часть: кнопка — ВСЕГДА СПРАВА */
.ui_cbx7tg {
  display: inline-flex; flex-direction: row; align-items: center; gap: 8px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--green2), var(--green));
  border-radius: 11px; padding: 11px 20px;
  font-size: 14px; font-weight: 800;
  color: #fff; white-space: nowrap;
  box-shadow: 0 8px 18px rgba(40,201,104,.24);
  transition: filter .13s;
}
.ui_rqofzq:hover .ui_cbx7tg { filter: brightness(1.06); box-shadow: 0 10px 22px rgba(40,201,104,.32); }

@media (max-width: 480px) {
  .ui_rqofzq { padding: 14px 14px; gap: 10px; }
  .ui_cbx7tg { padding: 8px 14px; font-size: 13px; }}

.download_avxy81 {
  font-size: 13px; color: #5b6d6a; line-height: 1.7;
  padding: 12px 0 16px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
}

/* ── Static pages ── */
.ui_86aa68 {
  background: #fff; border-radius: 16px;
  padding: 28px 30px; margin-bottom: 16px;
}
.ui_youp2d {
  font-size: 24px; font-weight: 400; color: #172423;
  margin-bottom: 20px; padding-bottom: 14px;
  border-bottom: 2px solid var(--green);
}
.ui_baodi3 {
  font-size: 14px; color: #3a4a47; line-height: 1.8;
}
.ui_baodi3 h2 {
  font-size: 17px; font-weight: 700; margin: 20px 0 10px; color: #172423;
}
.ui_baodi3 p { margin-bottom: 10px; }
.ui_baodi3 ul { padding-left: 20px; margin-bottom: 10px; }
.ui_baodi3 li { margin-bottom: 5px; }
.ui_baodi3 a { color: var(--green); text-decoration: underline; }

/* ── Contact form ── */
.ui_u7341h {
  font-size: 14px; color: #526563; margin-bottom: 20px; line-height: 1.7;
}
.ui_1g17p1 {
  background: #e8f5ef; border: 1px solid #a5d6bf;
  border-radius: 12px; padding: 14px 18px;
  font-size: 14px; color: #2e7d59; margin-bottom: 16px;
}
.ui_yreqfz { max-width: 560px; }
.ui_p3zew8 { margin-bottom: 16px; }
.ui_xlkkbp {
  display: block; font-size: 13px; font-weight: 700;
  color: #3a4a47; margin-bottom: 6px;
}
.ui_2joat1 {
  width: 100%; border: 1px solid #d7e3e0; border-radius: 12px;
  padding: 10px 14px; font-size: 14px; font-family: var(--font);
  outline: none; transition: border-color .12s;
  box-sizing: border-box;
}
.ui_2joat1:focus { border-color: var(--green); }
.ui_mxu682 { resize: vertical; min-height: 130px; }
.ui_uw5wtf {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(90deg, #28c9b8, #65dcc7);
  color: #fff; border: none; border-radius: 12px;
  padding: 11px 28px; font-size: 14px; font-weight: 700;
  font-family: var(--font); cursor: pointer;
  transition: opacity .13s;
}
.ui_uw5wtf:hover { opacity: .88; }
.comment_ddblsk.ui_ky9maw { background: #e8f8f8; border-color: var(--green); color: var(--green); font-weight:700; }

/* TG promo block */
.ui_t8scle {
  display: flex; gap: 12px; margin: 20px 0 6px;
  flex-wrap: wrap;
}
.ui_a099ug {
  display: flex; flex: 1; align-items: center; justify-content: center;
  gap: 10px; min-width: 180px;
  background: linear-gradient(135deg, #28a8e0, #1d96cf);
  border-radius: 10px; padding: 14px 20px;
  color: #fff; font-size: 15px; font-weight: 700;
  text-decoration: none; transition: opacity .13s;
}
.ui_a099ug:hover { opacity: .9; color: #fff; }
.ui_a099ug svg { flex-shrink: 0; }

.gplay-row {
  display: flex; flex-direction: row; align-items: center;
  justify-content: space-between; flex-wrap: nowrap;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 15px 18px; margin-bottom: 10px;
  text-decoration: none; color: var(--text); gap: 14px; cursor: pointer;
  transition: border-color .14s, box-shadow .14s, transform .14s;
}
.gplay-row:hover {
  color: var(--text); border-color: #bde4dc;
  box-shadow: var(--shadow); transform: translateY(-2px);
}
.gplay-row .ui_l5dl4h { background: #f1f4f3; box-shadow: none; }
.gplay-row .ui_cbx7tg { background: #fff; color: var(--text); border: 1px solid var(--line); box-shadow: none; }
.gplay-row:hover .ui_cbx7tg { border-color: var(--green); color: var(--green2); }

.download_hp3dxp {
  margin: 16px 0 0;
  padding: 14px 16px;
  background: #f7f9f9;
  border-radius: 12px;
  font-size: 13px; line-height: 1.65; color: #5b6d6a;
}
.download_csllqt.ready { opacity: 1; pointer-events: auto; }

/* Download page — center button */
#dlStep1 { text-align: center; padding: 24px 0 8px; }
#dlStep1 .ui_pjz38i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: auto !important;
  height: auto !important;
  padding: 14px 36px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  white-space: nowrap !important;
  letter-spacing: .04em !important;
}
#dlStep1 .ui_pjz38i svg { display:inline-block !important; flex-shrink:0 !important; }
#dlStep2 { text-align: center; }

/* ── Top 100 page ── */
.ui_e4krl9 { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.card_kd4xom {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 10px 14px; text-decoration: none; color: var(--text);
  transition: all .15s;
}
.card_kd4xom:hover { background: var(--soft); border-color:#bde4dc; transform: translateY(-1px); box-shadow: var(--shadow); }
.ui_dq1ewy {
  font-size: 15px; font-weight: 700; color: #a7b5b3;
  min-width: 28px; text-align: right; flex-shrink: 0;
}
.card_kd4xom:nth-child(1) .ui_dq1ewy { color: #f5b700; font-size: 18px; }
.card_kd4xom:nth-child(2) .ui_dq1ewy { color: #9e9e9e; font-size: 17px; }
.card_kd4xom:nth-child(3) .ui_dq1ewy { color: #c07848; font-size: 16px; }
.ui_qwvg5l { flex-shrink: 0; }
.ui_qwvg5l img { border-radius: 10px; display: block; }
.ui_u447nw { flex: 1; min-width: 0; }
.ui_y43orm { display: block; font-size: 14px; font-weight: 600; color: #1c2b28; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ui_3xi8r6 { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 2px; }
.ui_3xi8r6 span { font-size: 12px; color: var(--muted); }
.ui_3xi8r6 span + span::before { content: "·"; margin-right: 8px; color: #d7e3e0; }
.download_uw4809 { flex-shrink: 0; font-size: 12px; color: var(--muted); display: flex; align-items: center; gap: 4px; }

/* ── Пагинация ── */
.ui_qirddl {
  display: flex; align-items: center; justify-content: center;
  gap: 6px; margin: 20px 0 10px; flex-wrap: wrap;
}
.ui_s80dh1 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 38px; height: 38px; padding: 0 10px;
  border-radius: 8px; font-size: 14px; font-weight: 500;
  color: #526563; background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
  text-decoration: none; transition: all .13s;
  border: 1px solid #dfe9e7;
}
.ui_s80dh1:hover {
  background: var(--green); color: #fff;
  border-color: var(--green);
}
.page-link--active {
  background: var(--green); color: #fff !important;
  border-color: var(--green);
  font-weight: 700; pointer-events: none;
}
.ui_t85us2, .ui_nsmhr6 {
  padding: 0 14px; color: var(--green);
  font-weight: 600;
}
.ui_t85us2:hover, .ui_nsmhr6:hover {
  background: var(--green); color: #fff;
}

/* ── Навигация под шапкой — .nav_15fexe ── */
.nav_15fexe {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 90;
}
.nav_uzkl2j {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 6px 0; min-height: 58px;
}
.nav_j9zfc1 { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav_hzvm0q {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 800; color: var(--text);
  padding: 10px 15px; border-radius: 11px;
  text-decoration: none; transition: all .13s;
  white-space: nowrap;
}
.nav_hzvm0q svg { width: 17px; height: 17px; fill: currentColor; flex-shrink: 0; }
.nav_hzvm0q:hover { background: var(--soft); color: var(--green2); }
.nav_hzvm0q.active { background: var(--soft); color: var(--green2); }
.ui_ujzhjb { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.ui_ujzhjb .ui_2cjtpc {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--soft); color: var(--green2);
  transition: all .13s;
}
.ui_ujzhjb .ui_2cjtpc:hover { background: var(--green); color: #fff; }
.ui_ujzhjb .ui_2cjtpc svg { width: 16px; height: 16px; }
@media (max-width: 780px) {
  .ui_ujzhjb { display: none; }}

/* ── Telegram download button ── */
.tg-dl-btn {
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px; width:auto; height:auto;
  background:#229ED9; color:#fff;
  padding:14px 36px; border-radius:10px;
  text-decoration:none; font-size:14px; font-weight:700;
  font-family:Inter,sans-serif; letter-spacing:.04em;
  transition:opacity .15s; white-space:nowrap;
}
.tg-dl-btn[style*="display:none"] { display:none !important; }
.tg-dl-btn:hover { opacity:.88; color:#fff; }

@media (max-width: 640px) {
  #dlStep1 > div { flex-direction: column !important; gap: 10px !important; }
  #dlStep1 .ui_pjz38i, .tg-dl-btn {
    width: 100% !important;
    box-sizing: border-box !important;
  }}

/* Кнопка "Наверх" */
#scrollTopBtn {
  position: fixed; bottom: 24px; right: 20px; z-index: 999;
  width: 44px; height: 44px; border-radius: 8px;
  background: var(--green); color: #fff; border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; box-shadow: 0 4px 14px rgba(9,184,109,.4);
  opacity: 0; transform: translateY(12px);
  transition: opacity .22s, transform .22s;
  pointer-events: none;
}
#scrollTopBtn.visible {
  opacity: 1; transform: translateY(0); pointer-events: auto;
}
#scrollTopBtn:hover { opacity: .88; }

/* ── Рекомендуемые блоки на главной ──────────────────────────────────────── */
.ui_p9l7s3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px; border-radius: 14px; overflow: hidden;
  margin-bottom: 20px;
}
.ui_p9l7s3:has(.card_660iv2:nth-child(1):last-child) {
  grid-template-columns: 1fr;
}
.ui_p9l7s3:has(.card_660iv2:nth-child(2):last-child) {
  grid-template-columns: repeat(2, 1fr);
}
.ui_p9l7s3:has(.card_660iv2:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}
.card_660iv2 {
  position: relative; overflow: hidden;
  padding: 16px 14px 0;
  min-height: 150px;
  display: flex; flex-direction: column;
  text-decoration: none;
  transition: filter .15s;
}
.card_660iv2:hover { filter: brightness(.93); }
/* Крестики-паттерн */
.card_660iv2::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none; z-index: 0;
}
.card_sihul6 {
  font-size: 15px; font-weight: 700; color: #fff;
  line-height: 1.25; margin-bottom: 4px;
  position: relative; z-index: 2;
  text-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.card_ca1znv {
  display: flex; flex-wrap: wrap; gap: 6px;
  margin-top: 5px; position: relative; z-index: 2;
}
.card_ca1znv span {
  font-size: 11px; color: rgba(255,255,255,.8);
  background: rgba(0,0,0,.15); border-radius: 4px;
  padding: 2px 7px;
}
/* Картинка — занимает весь низ ячейки, выходит за края */
.card_vcueu7 {
  position: absolute;
  bottom: 0; right: -4px;
  width: auto;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(-4px 4px 12px rgba(0,0,0,.3));
}

@media (max-width: 640px) {
  .ui_p9l7s3 { grid-template-columns: repeat(2,1fr); }
  .card_660iv2 { min-height: 130px; padding: 12px 10px 0; }
  .card_sihul6 { font-size: 13px; }
  .card_vcueu7 { height: 78%; }}
@media (max-width: 380px) {
  .card_660iv2 { min-height: 110px; }}

/* ── Блок поделиться ─────────────────────────────────────────────────────── */
.ui_eg9lw1 {
  margin: 16px 0;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.ui_e07yda {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.ui_6n1tb6 {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 16px; border-radius: 8px;
  font-size: 13px; font-weight: 600;
  color: #fff; text-decoration: none;
  border: none; cursor: pointer; font-family: inherit;
  transition: opacity .13s;
}
.ui_6n1tb6:hover { opacity: .85; }
.ui_beqs1w { background: #4680C2; }
.ui_v4ugj8 { background: #229ED9; }
.ui_3hedap { background: #25d3bc; }
.ui_mmczbs { background: #6b7280; color: #fff; }

/* ── Лучшее совпадение в поиске ─────────────────────────────────────────── */
.search_gs5ja4 {
  display: flex; align-items: flex-start; gap: 20px;
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.ui_z6maxf {
  display: flex; align-items: flex-start; gap: 16px; flex: 1; min-width: 0;
}
.ui_fx85eb img {
  width: 80px; height: 80px; border-radius: 18px;
  object-fit: cover; flex-shrink: 0;
}
.ui_m4qq79 { flex: 1; min-width: 0; }
.ui_o6dvu7 {
  font-size: 18px; font-weight: 700; color: var(--text);
  text-decoration: none; display: block; margin-bottom: 4px;
}
.ui_o6dvu7:hover { color: var(--green); }
.ui_9udvd9 {
  display: flex; flex-wrap: wrap; gap: 6px; align-items: center;
  font-size: 12px; color: #87958c; margin-bottom: 8px;
}
.ui_cvvxzy {
  padding: 2px 8px; border-radius: 4px;
  font-size: 11px; font-weight: 700; color: #fff;
}
.ui_cnh9m7 { background: var(--green); }
.ui_nroj81 { background: #6c47ff; }
.ui_0v472g {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center;
  font-size: 13px; color: #526563; margin-bottom: 14px;
}
.ui_vjxh3w {
  display: flex; align-items: center; gap: 4px;
  font-weight: 700; font-size: 14px;
}
.download_b0awf3 {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green); color: #fff;
  padding: 10px 24px; border-radius: 10px;
  font-size: 14px; font-weight: 700;
  text-decoration: none; transition: opacity .13s;
}
.download_b0awf3:hover { opacity: .88; }
.ui_odp26x {
  flex-shrink: 0; width: 200px;
}
.ui_odp26x img {
  width: 100%; border-radius: 10px;
  object-fit: cover; display: block;
}
@media (max-width: 640px) {
  .search_gs5ja4 { flex-direction: column; }
  .ui_odp26x { width: 100%; }}

/* ── Подразделы модов ────────────────────────────────────────────────────── */
.ui_pb7333 { margin: 16px 0; }
.ui_xa51l2 {
  font-size: 13px; font-weight: 700; color: #87958c;
  text-transform: uppercase; letter-spacing: .04em;
  margin-bottom: 10px;
}
.ui_mwmsq0 { display: flex; flex-wrap: wrap; gap: 8px; }
.card_ove7a0 {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 14px; border-radius: 20px;
  background: #f3f4f6; border: 1.5px solid var(--line);
  text-decoration: none; font-size: 13px; color: #3a4a47;
  transition: all .12s;
}
.card_ove7a0:hover {
  background: #f0fdfa; border-color: var(--green); color: var(--green);
}
.ui_ihrnio {
  background: var(--green); color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 1px 7px; border-radius: 10px;
}

/* Download page h2 */
.download_304m11 {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  text-align: center;
  margin: 0 0 4px;
}
.mod-subcat-active {
  background: #f0fdfa !important;
  border-color: var(--green) !important;
  color: var(--green) !important;
}
.mod-subcat-active .ui_pv9mq9 { color: var(--green); }

/* ── Рейтинг на странице загрузки ───────────────────────────────────────── */
.download_fnoylp {
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; margin: 10px 0 20px; padding-top: 16px;
  border-top: 1px solid var(--line);
}
.download_ub91pg {
  display: flex; gap: 12px; justify-content: center;
}
.download_rs5iih {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; width: 150px; padding: 11px 0;
  border-radius: 10px; font-size: 14px; font-weight: 600;
  cursor: pointer; background: var(--green); color: #fff;
  transition: all .15s; user-select: none; border: none;
}
.download_rs5iih.download_2igba2 {
  background: var(--bg); color: var(--text);
  border: 1.5px solid var(--line);
}
.download_rs5iih.active { opacity: .75; }
.download_rs5iih.rated { pointer-events: none; opacity: .65; }
.download_t5gd6y {
  display: flex; gap: 0; justify-content: center;
}
.download_x8vj96 {
  width: 162px; text-align: center;
  font-size: 13px; color: #87958c;
}
.comment_h5lth4 .ui_anpkfy {
  padding: 14px 18px 0; margin-bottom: 0 !important;
}
.rc-app-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 12px; color: var(--green); text-decoration: none;
  font-weight: 600; background: #f0fdfa; padding: 3px 10px;
  border-radius: 20px; border: 1px solid #bbf7ee;
}
.rc-app-link:hover { background: #dcfcf7; }
.rc-app-link svg { flex-shrink: 0; }

/* ── Голосование за файл на download-page ────────────────────────────────── */
.ui_kna1rr {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 16px; border-radius: 16px; cursor: pointer;
  font-size: 13px; font-weight: 500;
  border: 1px solid var(--green); color: var(--green);
  background: #fff; transition: all .12s;
}
.ui_kna1rr:hover { background: var(--green); color: #fff; }
.ui_kna1rr.active { background: var(--green); color: #fff; }
.ui_pz9x59 { border-color: #e53935; color: #e53935; }
.ui_pz9x59:hover { background: #e53935; color: #fff; }
.ui_pz9x59.active { background: #e53935; color: #fff; border-color: #e53935; }
.ui_kna1rr:disabled { pointer-events: none; }
.ui_tmnw37 {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 20px; height: 20px; padding: 0 6px;
  border-radius: 4px; font-size: 11px; font-weight: 700;
  background: rgba(0,0,0,.18); color: #fff;
  opacity: 1;
}
/* Активное состояние — тёмный счётчик на цветной кнопке */
.ui_kna1rr.active .ui_tmnw37 { background: rgba(0,0,0,.22); color: #fff; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── ZIP Кэш ─────────────────────────────────────────────────────────────── */
.ui_cn3uyn { background: #fff; border-color: var(--line); }
.ui_cn3uyn .ui_l5dl4h { background: linear-gradient(145deg, #ffc46b, #ff9c20); box-shadow: 0 7px 18px rgba(255,156,32,.24); }
:root { --orange: #ff9c20; }

/* ── Инструкция по установке кэша ───────────────────────────────────────── */
.apk_pd676l {
  margin-bottom: 12px;
  background: #f0fdfa;
  border: 1px solid #bbf7ee;
  border-radius: 10px;
  overflow: hidden;
}
.apk_j92trm {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 16px;
  background: var(--green); color: #fff;
  font-size: 13px; font-weight: 700;
}
.apk_j92trm svg { flex-shrink: 0; stroke: #fff; }
.apk_midmrn {
  padding: 12px 16px 12px 34px;
  font-size: 13px; color: #3a4a47;
  line-height: 1.7;
}
.apk_midmrn li { margin-bottom: 4px; }
.apk_midmrn code {
  font-family: monospace; font-size: 12px;
  background: #dcfcf7; padding: 1px 5px;
  border-radius: 4px; color: #16655b;
}
.apk_8zgiuc { color: var(--green); font-weight: 700; }

/* cache block на download-page */
.download_9b2wwi { margin-top:16px; padding-top:14px; border-top:1px solid var(--line); }
.download_9b2wwi .ui_rqofzq { margin-bottom: 10px; }

/* СТРАНИЦА ПРИЛОЖЕНИЯ — детальная (как в верстке) */
.ui_tmjp7f { font-size: 13px; color: #819087; margin-bottom: 13px; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.ui_tmjp7f a { color: var(--green2); }
.ui_tmjp7f a:hover { text-decoration: underline; }
.ui_tmjp7f svg { width: 10px; height: 10px; color: #c3d2cf; flex-shrink: 0; }
.ui_tmjp7f span { color: var(--text); }

/* Обложка */
.ui_rbdzi1 {
  position: relative; overflow: hidden;
  background: linear-gradient(140deg, #fff, #f1faf8);
  border: 1px solid var(--line); border-radius: 20px 20px 0 0;
  min-height: 182px; padding: 26px;
  display: grid; grid-template-columns: 145px 1fr 200px;
  gap: 20px; align-items: center;
}
.ui_rbdzi1:before, .ui_rbdzi1:after {
  content: ""; position: absolute; border: 1px solid #cfe4df;
  transform: rotate(45deg); background: rgba(255,255,255,.25); pointer-events: none;
}
.ui_rbdzi1:before { width: 250px; height: 250px; left: 180px; top: -128px; }
.ui_rbdzi1:after { width: 180px; height: 180px; left: 400px; top: -82px; }
.ui_rbdzi1 > * { position: relative; z-index: 1; }
.ui_ijhzsf { width: 145px; height: 145px; border-radius: 26px; overflow: hidden; box-shadow: 0 12px 28px rgba(25,80,45,.16); }
.ui_ijhzsf img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ui_lz028i h1 { font-size: 34px; margin: 0 0 6px; line-height: 1.1; color: var(--ink); letter-spacing: -.5px; }
.ui_lz028i p { margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.ui_lz028i .ui_g3iar1 { font-size: 13px; color: var(--muted); }
.ui_lz028i .ui_g3iar1 a { color: var(--green2); font-weight: 700; }
.ui_lz028i .ui_g3iar1 a:hover { text-decoration: underline; }
.ui_oxuyzi { border-left: 1px solid var(--line); padding-left: 22px; text-align: center; }
.ui_oxuyzi .star-input { justify-content: center; }
.ui_oxuyzi .star-info { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.ui_oxuyzi .ui_pjz38i { margin-top: 12px; width: 100%; }

/* Панель характеристик */
.ui_4ipo3n {
  background: #fff; border: 1px solid var(--line); border-top: 0;
  padding: 17px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px;
}
.info {
  min-height: 58px; border: 1px solid #dbe8e5; border-radius: 13px;
  padding: 10px 14px; background: #fbfdfc; min-width: 0;
}
.info.ui_xiazfz { grid-column: span 4; min-height: auto; }
.info label { display: block; color: #8a988f; font-size: 12px; margin-bottom: 2px; }
.info b { font-size: 15px; line-height: 1.3; color: var(--ink); word-break: break-word; }
.info a { color: var(--green2); text-decoration: underline; }

/* Статья */
.ui_rpdtba {
  background: #fff; border: 1px solid var(--line); border-top: 0;
  border-radius: 0 0 20px 20px; padding: 27px 31px; margin-bottom: 20px;
}
.ui_rpdtba > h2 { font-size: 23px; margin: 26px 0 10px; color: var(--ink); }
.ui_rpdtba > h2:first-child { margin-top: 0; }
.ui_rpdtba p { margin: 0 0 12px; color: #526563; line-height: 1.75; }

/* Скриншоты-плитка */
.ui_mnm2ts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-top: 14px; }
.ui_6ljozg {
  aspect-ratio: 9/16; border-radius: 13px; border: 4px solid #edf2f0;
  overflow: hidden; cursor: pointer; background: var(--soft); transition: border-color .13s;
}
.ui_6ljozg:hover { border-color: #bde4dc; }
.ui_6ljozg img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Блок скачивания */
.download {
  background: #f3fbf9; border: 1px solid #cce9e3; border-radius: 16px;
  padding: 22px; text-align: center; margin-top: 20px;
}
.download h3 { margin: 0 0 6px; font-size: 21px; color: var(--ink); }
.download p { margin: 0 0 14px; color: var(--muted); }

/* Комментарии в стиле верстки */
.comments { margin-top: 30px; border-top: 1px solid var(--line); padding-top: 28px; }
.comment_vhf4qd { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.comment_vhf4qd h2 { margin: 0 0 2px; font-size: 24px; color: var(--ink); }
.comment_vhf4qd p { margin: 0; color: var(--muted); font-size: 14px; }
.comment_vhf4qd > svg { width: 32px; height: 32px; fill: var(--green); flex-shrink: 0; }
.comment_ro8n63 { border: 1px solid var(--line); border-radius: 16px; background: #f9fcfb; padding: 20px; margin-bottom: 22px; }
.comment_ro8n63 .ui_fblfnu { display: grid; gap: 7px; font-weight: 800; font-size: 14px; margin-bottom: 14px; color: var(--ink); }
.comment_ro8n63 input, .comment_ro8n63 textarea {
  width: 100%; border: 1px solid #d7e5e2; background: #fff; border-radius: 11px;
  padding: 12px 14px; outline: 0; color: var(--text); font: inherit; font-weight: 400;
}
.comment_ro8n63 input:focus, .comment_ro8n63 textarea:focus { border-color: #84d8c9; box-shadow: 0 0 0 3px rgba(40,201,104,.10); }
.comment_ro8n63 textarea { min-height: 120px; resize: vertical; }
.comment_0g4t98 { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 4px; flex-wrap: wrap; }
.comment_0g4t98 span.cf-note { font-size: 12px; color: var(--muted); }
.comment_0g4t98 button {
  border: 0; border-radius: 11px; background: var(--green); color: #fff; font-weight: 900;
  padding: 11px 20px; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font: inherit; font-weight: 900;
}
.comment_0g4t98 button:hover { opacity: .9; }
.comment_0g4t98 button svg { width: 16px; height: 16px; fill: currentColor; }
@media (max-width: 1100px) {
  .ui_rbdzi1 { grid-template-columns: 125px 1fr 180px; }
  .ui_ijhzsf { width: 125px; height: 125px; }
  .ui_lz028i h1 { font-size: 28px; }}
@media (max-width: 860px) {
  .ui_4ipo3n { grid-template-columns: 1fr 1fr; }
  .info.ui_xiazfz { grid-column: span 2; }
  .ui_mnm2ts { grid-template-columns: repeat(3, 1fr); }}
@media (max-width: 780px) {
  .ui_rbdzi1 { grid-template-columns: 88px 1fr; padding: 18px; min-height: 130px; gap: 14px; }
  .ui_ijhzsf { width: 88px; height: 88px; border-radius: 18px; }
  .ui_lz028i h1 { font-size: 24px; }
  .ui_oxuyzi { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding: 14px 0 0; text-align: left; }
  .ui_oxuyzi .star-input { justify-content: flex-start; }
  .ui_rpdtba { padding: 21px; }
  .ui_jyuo4d { margin-left: -21px; margin-right: -21px; padding-left: 21px; padding-right: 21px; }
  .ui_mnm2ts { grid-template-columns: repeat(2, 1fr); }
  .comment_0g4t98 { align-items: stretch; flex-direction: column; }
  .comment_0g4t98 button { justify-content: center; }}

/* ЗАЩИТА ОТ «РАСПУХШИХ» ИКОНОК — Инлайновые SVG без width/height растягиваются на всю ширину, если правило — не применилось. Задаём безопасные размеры по контексту. */
svg { max-width: 100%; }
.nav_hzvm0q svg,
.ui_ujzhjb .ui_2cjtpc svg,
.ui_2ftzau svg,
.ui_tmjp7f svg,
.ui_dn2cs1 svg,
.ui_3vv8mf svg,
.comment_0g4t98 button svg,
.ui_6n1tb6 svg,
.ui_rqofzq svg,
.ui_pjz38i svg,
.download_b0awf3 svg,
.download_uw4809 svg,
.rc-app-link svg { flex: 0 0 auto; }

.comment_vhf4qd > svg { width: 32px; height: 32px; flex: 0 0 auto; }
.comment_0g4t98 button svg { width: 16px; height: 16px; }
.ui_dn2cs1 svg { width: 22px; height: 22px; }
.ui_tmjp7f svg { width: 10px; height: 10px; }
.ui_j6hey2 svg { width: 27px; height: 27px; }

/* СКРИНШОТЫ — одна строка с горизонтальным скроллом */
.ui_mnm2ts {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 10px;
  margin-top: 14px;
  scrollbar-width: thin;
  scrollbar-color: #bde4dc transparent;
}
.ui_mnm2ts::-webkit-scrollbar { height: 8px; }
.ui_mnm2ts::-webkit-scrollbar-track { background: var(--soft); border-radius: 8px; }
.ui_mnm2ts::-webkit-scrollbar-thumb { background: #bde4dc; border-radius: 8px; }
.ui_mnm2ts::-webkit-scrollbar-thumb:hover { background: var(--green); }
.ui_6ljozg {
  flex: 0 0 auto;
  height: 300px; width: auto;
  scroll-snap-align: start;
  border-radius: 14px;
  border: 1px solid var(--line);
  overflow: hidden;
  cursor: pointer;
  background: var(--soft);
  box-shadow: 0 4px 14px rgba(25,80,45,.07);
  transition: border-color .13s, transform .13s, box-shadow .13s;
}
.ui_6ljozg:hover {
  border-color: #bde4dc; transform: translateY(-3px);
  box-shadow: var(--shadow);
}
/* высота фиксирована, ширина — по натуральным пропорциям кадра */
.ui_6ljozg img {
  height: 100%; width: auto; max-width: none;
  object-fit: cover; display: block; border-radius: 13px;
}
@media (max-width: 640px) {
  .ui_6ljozg { height: 220px; }
}

/* ГАМБУРГЕР В ШАПКЕ (вместо плавающей кнопки) */
.ui_eo7hgt { display: none; }
@media (max-width: 1100px) { .ui_eo7hgt { display: flex; } }

/* Карточки внутри блоков «Похожие» / «Смотрите также» */
.card_5v9usi { margin: 12px 0 0; padding: 2px; }
.card_5v9usi .card { margin: 0; }

/* Фирменный знак у заголовка комментариев */
.comment_k6b3i3 {
  width: 44px; height: 44px; border-radius: 14px; flex-shrink: 0;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--green-light), var(--green2));
  box-shadow: 0 8px 20px rgba(40,201,104,.24);
}
.comment_vhf4qd h2 { font-size: 26px; }

/* Свежие комментарии на странице скачивания */
.comment_aa2opw { margin-top: 26px; }
.downpage-comments-loading { padding: 18px; text-align: center; color: var(--muted); font-size: 13px; }
#downpage-comments-list { display: grid; gap: 14px; }

/* Скриншоты на фоне как у шапки материала */
.ui_jyuo4d {
  background: linear-gradient(140deg, #fff, #f1faf8);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  /* во всю ширину .ui_rpdtba — компенсируем её внутренние отступы */
  margin: 18px -31px; padding: 22px 31px 14px;
  position: relative; overflow: hidden;
}
.ui_jyuo4d:before {
  content: ""; position: absolute; width: 240px; height: 240px;
  border: 1px solid #cfe4df; background: rgba(255,255,255,.25);
  transform: rotate(45deg); right: 8%; top: -140px; pointer-events: none;
}
.ui_jyuo4d .ui_mnm2ts { margin-top: 0; }

/* Кнопки «Поделиться» — аккуратный ряд */
.ui_eg9lw1 {
  margin: 4px 0 18px; padding: 12px 14px;
  background: #f9fcfb; border: 1px solid var(--line); border-radius: 14px;
}
.ui_e07yda { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.ui_6n1tb6 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 15px; border-radius: 10px;
  font-size: 13px; font-weight: 700; line-height: 1;
  color: #fff; text-decoration: none;
  border: none; cursor: pointer; font-family: inherit;
  transition: transform .12s, opacity .12s;
}
.ui_6n1tb6:hover { opacity: .9; transform: translateY(-1px); }
.ui_mmczbs { background: #fff; color: var(--text); border: 1px solid #d7e5e2; }
.ui_mmczbs:hover { background: var(--soft); color: var(--green2); }

/* Информация о файле на /download-page/ */
.ui_rl59mj { border: none; padding: 14px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.download_4bhzz7 { background: #f9fcfb; padding: 12px 16px; font-size: 14px; font-weight: 800; color: var(--ink); border-bottom: 1px solid var(--line); }

/* Сетка, когда сайдбар скрыт (только там, где сайдбары реально видны) */
@media (min-width: 1101px) {
  .site-grid--no-left  { grid-template-columns: minmax(0,1fr) 280px; }
  .site-grid--no-right { grid-template-columns: 250px minmax(0,1fr); }
  .site-grid--solo     { grid-template-columns: minmax(0,1fr); }
}
@media (max-width: 1100px) and (min-width: 861px) {
  .site-grid--no-left  { grid-template-columns: minmax(0,1fr); }
  .site-grid--no-right { grid-template-columns: 200px minmax(0,1fr); }
  .site-grid--solo     { grid-template-columns: minmax(0,1fr); }
}
@media (max-width: 860px) {
  .ui_zavxx1, .site-grid--no-left, .site-grid--no-right, .site-grid--solo {
    grid-template-columns: minmax(0,1fr);
  }
}

/* Футер по центру, ссылки в один ряд */
.ui_pe931z { display: grid; justify-items: center; text-align: center; gap: 18px; }
.ui_pe931z .ui_74r487 { justify-content: center; }
.ui_vdc8cx { max-width: 620px; }
.ui_30pyyt { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; }
.ui_30pyyt a { font-size: 14px; }
@media (max-width: 900px) {
  .ui_rl59mj { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .comment-item { grid-template-columns: 40px 1fr; }
  .comment-avatar { width: 40px; height: 40px; }
  .comment-votes { grid-column: 2; justify-content: flex-start; margin-top: 6px; }
}
