:root {
  --ac-paper: #f7f7f3;
  --ac-white: #fff;
  --ac-ink: #11110f;
  --ac-muted: #55554f;
  --ac-soft: #ecece6;
  --ac-line: #d9d9d1;
  --ac-accent: #2457ff;
  --ac-noise: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
  --ac-container: 1240px;
  --ac-gutter: clamp(20px, 4vw, 48px);
  --ac-radius: 18px;
  --ac-radius-control: 14px;
  --ac-shadow: 0 22px 60px rgba(17, 17, 15, .12);
  --ac-ease: cubic-bezier(.2, .7, .2, 1);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }

html { min-width: 320px; overflow-x: clip; scroll-behavior: smooth; background: var(--ac-paper); }
body { margin: 0; overflow-x: clip; color: var(--ac-ink); background-color: var(--ac-paper); background-image: var(--ac-noise); background-size: 180px 180px; font-family: "Manrope", Arial, sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { color: inherit; -webkit-tap-highlight-color: transparent; }
button { appearance: none; }
a { text-decoration: none; }
img, svg { display: block; }
[hidden] { display: none !important; }
::selection { color: #fff; background: var(--ac-accent); }
:focus-visible { outline: 2px solid var(--ac-ink); outline-offset: 3px; }

.ac-container { width: min(100%, calc(var(--ac-container) + var(--ac-gutter) * 2)); margin-inline: auto; padding-inline: var(--ac-gutter); }
.ac-skip-link { position: fixed; top: 10px; left: 10px; z-index: 3000; padding: 10px 14px; color: #fff; background: var(--ac-accent); border-radius: 10px; transform: translateY(-150%); }
.ac-skip-link:focus { transform: none; }

.ac-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(17,17,15,.08); background: rgba(247,247,243,.9); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.ac-header__inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.ac-brand { display: inline-flex; align-items: center; gap: 11px; }
.ac-brand img { width: 34px; height: 34px; filter: brightness(0); }
.ac-brand span { display: grid; gap: 1px; }
.ac-brand strong { font-size: 14px; line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
.ac-brand small { color: var(--ac-muted); font-size: 12px; line-height: 1.25; font-weight: 600; }
.ac-header__nav { display: flex; align-items: center; gap: 8px; }
.ac-header__section { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 16px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: color .2s ease, background-color .2s ease; }
.ac-header__section:hover { color: var(--ac-accent); background: rgba(255,255,255,.58); }
.ac-header__back { display: inline-flex; min-height: 42px; align-items: center; gap: 7px; padding: 0 16px; background: rgba(255,255,255,.58); border: 1px solid var(--ac-line); border-radius: 999px; font-size: 14px; font-weight: 700; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.ac-header__back svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ac-header__back:hover { color: #fff; background: var(--ac-ink); border-color: var(--ac-ink); }

.ac-page { min-height: 0; }
.ac-catalog { padding-top: 0; padding-bottom: clamp(36px,5vw,64px); }
.ac-tools { position: sticky; top: 76px; z-index: 50; isolation: isolate; display: grid; grid-template-columns: minmax(260px, 1fr) auto auto auto; align-items: center; gap: 8px; margin-bottom: 24px; padding: 8px 0; }
.ac-tools::before { content: ""; position: absolute; inset-block: 0; left: 50%; z-index: -1; width: 100vw; background-color: var(--ac-paper); background-image: var(--ac-noise); background-size: 180px 180px; transform: translateX(-50%); }
.ac-search { position: relative; min-width: 0; }
.ac-search__field { display: grid; grid-template-columns: 22px minmax(0,1fr); min-height: 50px; align-items: center; gap: 12px; padding: 0 16px; background: var(--ac-white); border: 1px solid var(--ac-line); border-radius: var(--ac-radius-control); transition: border-color .2s ease, box-shadow .2s ease; }
.ac-search__field:focus-within { border-color: var(--ac-ink); box-shadow: 0 0 0 3px rgba(17,17,15,.06); }
.ac-search svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.ac-search input { width: 100%; min-width: 0; padding: 0; color: var(--ac-ink); background: transparent; border: 0; outline: 0; font-size: 16px; font-weight: 600; }
.ac-search input::placeholder { color: #73736c; opacity: 1; }
.ac-search__suggestions { position: absolute; top: calc(100% + 7px); left: 0; z-index: 90; overflow: hidden; width: 100%; padding: 6px; background: #fff; border: 1px solid var(--ac-line); border-radius: 13px; box-shadow: var(--ac-shadow); }
.ac-search__suggestions[hidden] { display: none; }
.ac-search__suggestions button { display: grid; width: 100%; min-height: 54px; grid-template-columns: minmax(0,1fr) minmax(0,42%); align-items: center; gap: 14px; padding: 7px 11px; color: var(--ac-ink); background: transparent; border: 0; border-radius: 8px; cursor: pointer; text-align: left; }
.ac-search__suggestions button:hover,
.ac-search__suggestions button.is-active { background: var(--ac-soft); }
.ac-search__suggestion-divider { height: 1px; margin: 6px 11px; background: var(--ac-line); }
.ac-search__suggestions strong { min-width: 0; overflow: hidden; font-size: 14px; line-height: 1.3; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.ac-search__suggestions small { overflow: hidden; color: var(--ac-muted); font-size: 12px; line-height: 1.35; font-weight: 700; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.ac-filter, .ac-sort { position: relative; }
.ac-sort { justify-self: end; }
.ac-control { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; color: var(--ac-ink); background: var(--ac-white); border: 1px solid var(--ac-line); border-radius: var(--ac-radius-control); cursor: pointer; font-size: 14px; font-weight: 800; white-space: nowrap; transition: border-color .18s ease, background-color .18s ease; }
.ac-control:hover { border-color: var(--ac-ink); }
.ac-control:disabled { color: #9b9b94; background: #efefe9; border-color: #e3e3dc; cursor: not-allowed; }
.ac-control:disabled:hover { border-color: #e3e3dc; }
.ac-control svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ac-selection-actions { display: flex; align-items: center; gap: 8px; }
.ac-control--favorites b { display: grid; min-width: 20px; height: 20px; place-items: center; padding: 0 6px; color: var(--ac-ink); background: var(--ac-soft); border-radius: 999px; font-size: 11px; }
.ac-control--favorites.is-active { color: #fff; background: var(--ac-ink); border-color: var(--ac-ink); }
.ac-control--favorites.is-active svg { fill: currentColor; }
.ac-control--favorites.is-active b { color: var(--ac-ink); background: #fff; }
.ac-control--pdf { color: #fff; background: var(--ac-ink); border-color: var(--ac-ink); }
.ac-control--pdf:hover { color: #fff; background: var(--ac-accent); border-color: var(--ac-accent); }
.ac-control--pdf:disabled { color: #9b9b94; background: #efefe9; border-color: #e3e3dc; }
.ac-filter.is-open .ac-control, .ac-sort.is-open .ac-control { border-color: var(--ac-ink); }
.ac-filter .ac-control > b { display: grid; min-width: 20px; height: 20px; place-items: center; padding: 0 6px; color: #fff; background: var(--ac-accent); border-radius: 999px; font-size: 11px; }
.ac-sort .ac-control svg { transition: transform .18s ease; }
.ac-sort.is-open .ac-control svg { transform: rotate(180deg); }
.ac-filter__menu, .ac-sort__menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 80; display: none; overflow-y: auto; background: #fff; border: 1px solid var(--ac-line); border-radius: 15px; box-shadow: var(--ac-shadow); }
.ac-filter__menu { width: min(360px, calc(100vw - 32px)); max-height: min(620px, 70vh); padding: 10px; }
.ac-sort__menu { width: min(340px, calc(100vw - 32px)); padding: 6px; }
.ac-filter.is-open .ac-filter__menu, .ac-sort.is-open .ac-sort__menu { display: block; }
.ac-popover__head { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 9px 8px; border-bottom: 1px solid var(--ac-line); }
.ac-popover__head strong { font-size: 17px; }
.ac-popover__head button { padding: 0; color: var(--ac-accent); background: transparent; border: 0; cursor: pointer; font-size: 14px; font-weight: 800; }
.ac-popover__head button:disabled { color: var(--ac-muted); cursor: default; opacity: .42; }
.ac-filter-group { border-bottom: 1px solid var(--ac-line); }
.ac-filter-group:last-child { border-bottom: 0; }
.ac-filter-group__title { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: space-between; gap: 15px; padding: 0 9px; background: transparent; border: 0; cursor: pointer; font-size: 15px; font-weight: 800; text-align: left; }
.ac-filter-group__title > span:last-child { display: flex; align-items: center; gap: 7px; }
.ac-filter-group__title b { display: grid; min-width: 22px; height: 22px; place-items: center; padding: 0 6px; color: #fff; background: var(--ac-accent); border-radius: 999px; font-size: 11px; }
.ac-filter-group__title svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.ac-filter-group.is-open .ac-filter-group__title svg { transform: rotate(180deg); }
.ac-filter-group.has-active .ac-filter-group__title { color: var(--ac-accent); }
.ac-filter-group__options { display: none; gap: 2px; padding: 0 0 8px; }
.ac-filter-group__options.is-open { display: grid; }
.ac-filter-range { display: none; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding: 0 9px 12px; }
.ac-filter-range.is-open { display: grid; }
.ac-filter-range label { display: grid; min-width: 0; gap: 5px; color: var(--ac-muted); font-size: 11px; font-weight: 700; }
.ac-filter-range input { width: 100%; min-width: 0; height: 42px; padding: 0 11px; color: var(--ac-ink); background: var(--ac-soft); border: 1px solid transparent; border-radius: 9px; outline: 0; appearance: textfield; font: inherit; font-size: 14px; font-weight: 750; }
.ac-filter-range input[data-range-currency] { font-variant-numeric: tabular-nums; }
.ac-filter-range input::-webkit-inner-spin-button,
.ac-filter-range input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.ac-filter-range input::placeholder { color: #92928b; opacity: 1; }
.ac-filter-range input:focus { background: #fff; border-color: var(--ac-ink); box-shadow: 0 0 0 3px rgba(17,17,15,.06); }
.ac-filter-option { display: grid; min-height: 44px; grid-template-columns: 18px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 0 9px; background: transparent; border: 0; border-radius: 8px; cursor: pointer; font-size: 14px; text-align: left; }
.ac-filter-option:hover { background: var(--ac-soft); }
.ac-filter-option:disabled { cursor: not-allowed; opacity: .38; }
.ac-filter-option i { display: grid; width: 18px; height: 18px; place-items: center; align-self: center; justify-self: center; border: 1.5px solid #bdbdb5; border-radius: 5px; }
.ac-filter-option i::after { content: ""; width: 8px; height: 4px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; opacity: 0; transform: translateY(-1px) rotate(-45deg); }
.ac-filter-option.is-active i { background: var(--ac-accent); border-color: var(--ac-accent); }
.ac-filter-option.is-active i::after { opacity: 1; }
.ac-filter-option span { overflow: hidden; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.ac-filter-option b { color: var(--ac-muted); font-size: 12px; }
.ac-sort__option { display: block; width: 100%; min-height: 44px; padding: 0 11px; background: transparent; border: 0; border-radius: 8px; cursor: pointer; font-size: 14px; font-weight: 700; text-align: left; }
.ac-sort__option:hover, .ac-sort__option.is-active { color: var(--ac-accent); background: var(--ac-soft); }
.ac-sort__option--distance { display: grid; min-height: 58px; align-content: center; gap: 2px; color: #a0a09a; }
.ac-sort__option--distance small { overflow: hidden; font-size: 11px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.ac-sort__option--distance.is-ready { color: var(--ac-accent); }
.ac-sort__option--distance.is-ready small { color: var(--ac-muted); }
.ac-location { position: relative; margin: 4px; padding: 10px; background: var(--ac-soft); border-radius: 11px; }
.ac-location__field { display: grid; min-height: 46px; grid-template-columns: 18px minmax(0,1fr); align-items: center; gap: 9px; padding: 0 12px; background: #fff; border: 1px solid var(--ac-line); border-radius: 9px; }
.ac-location__field:focus-within { border-color: var(--ac-ink); box-shadow: 0 0 0 3px rgba(17,17,15,.06); }
.ac-location__field svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ac-location__field input { width: 100%; min-width: 0; padding: 0; color: var(--ac-ink); background: transparent; border: 0; outline: 0; font-size: 14px; font-weight: 650; }
.ac-location__field input::placeholder { color: #7b7b75; opacity: 1; }
.ac-location__suggestions { display: none; overflow-y: auto; max-height: 210px; margin-top: 7px; background: #fff; border: 1px solid var(--ac-line); border-radius: 9px; }
.ac-location__suggestions.is-visible { display: grid; }
.ac-location__suggestions button { display: grid; width: 100%; min-height: 52px; align-content: center; gap: 2px; padding: 7px 10px; color: var(--ac-ink); background: transparent; border: 0; border-bottom: 1px solid var(--ac-line); cursor: pointer; font-size: 12px; text-align: left; }
.ac-location__suggestions button:last-child { border-bottom: 0; }
.ac-location__suggestions button:hover { background: var(--ac-soft); }
.ac-location__suggestions span { font-weight: 750; }
.ac-location__suggestions small { overflow: hidden; color: var(--ac-muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.ac-location__status { min-height: 17px; margin: 7px 2px 0; color: var(--ac-muted); font-size: 11px; font-weight: 600; line-height: 1.45; }
.ac-location__status.is-error { color: #b62f25; }
.ac-location__change { width: calc(100% - 8px); min-height: 34px; margin: 2px 4px 4px; padding: 0 7px; color: var(--ac-muted); background: transparent; border: 0; cursor: pointer; font-size: 11px; font-weight: 700; text-align: left; }
.ac-location__change:hover { color: var(--ac-accent); }

.ac-state { display: flex; min-height: 260px; align-items: center; justify-content: center; gap: 12px; padding: 40px; color: var(--ac-muted); background: rgba(255,255,255,.5); border: 1px dashed var(--ac-line); border-radius: var(--ac-radius); font-size: 16px; font-weight: 700; text-align: center; }
.ac-state.is-hidden { display: none; }
.ac-state.is-error { flex-direction: column; color: #b62f25; background: #fae9e6; border-color: rgba(182,47,37,.3); }
.ac-state.is-error button { min-height: 48px; padding: 0 22px; color: #fff; background: var(--ac-ink); border: 1px solid var(--ac-ink); border-radius: 999px; cursor: pointer; font: inherit; font-size: 15px; }
.ac-state.is-error button:hover { color: #fff; background: #292925; }
.ac-state.is-error button:focus-visible { outline: 3px solid var(--ac-accent); outline-offset: 3px; }
.ac-loader { width: 18px; height: 18px; flex: 0 0 18px; border: 2px solid rgba(17,17,15,.16); border-top-color: var(--ac-ink); border-radius: 50%; animation: ac-spin .75s linear infinite; }
@keyframes ac-spin { to { transform: rotate(360deg); } }

.ac-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 14px; }
.ac-grid[aria-busy="true"] { min-height: 260px; }
.ac-card { position: relative; display: grid; min-width: 0; grid-template-rows: auto minmax(0,1fr); overflow: hidden; background: rgba(255,255,255,.78); border: 1px solid var(--ac-line); border-radius: var(--ac-radius); transition: transform .22s var(--ac-ease), border-color .2s ease, box-shadow .2s ease; }
.ac-card__overlay { position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.ac-card__overlay:focus-visible { outline: 3px solid var(--ac-ink); outline-offset: -5px; }
.ac-card:hover { z-index: 2; border-color: #bdbdb5; box-shadow: 0 18px 45px rgba(17,17,15,.1); transform: translateY(-3px); }
.ac-card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--ac-soft); }
.ac-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ac-ease); }
.ac-card:hover .ac-card__media img { transform: scale(1.025); }
.ac-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--ac-muted); font-size: 14px; font-weight: 700; }
.ac-card__favorite { position: absolute; top: 12px; right: 12px; z-index: 3; display: grid; width: 46px; height: 46px; place-items: center; padding: 0; color: var(--ac-ink); background: rgba(255,255,255,.92); border: 1px solid rgba(17,17,15,.15); border-radius: 50%; box-shadow: 0 7px 22px rgba(17,17,15,.13); cursor: pointer; transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
.ac-card__favorite:hover { color: var(--ac-accent); border-color: var(--ac-accent); transform: scale(1.04); }
.ac-card__favorite svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ac-card__favorite.is-active { color: #fff; background: var(--ac-accent); border-color: var(--ac-accent); }
.ac-card__favorite.is-active svg { fill: currentColor; }
.ac-card__body { display: flex; min-width: 0; flex-direction: column; gap: 13px; padding: 20px; }
.ac-card__intro { align-self: stretch; }
.ac-card__meta { display: flex; min-width: 0; flex-wrap: nowrap; align-items: center; gap: 5px 0; overflow: hidden; margin-bottom: 6px; }
.ac-card__category,
.ac-card__age,
.ac-card__metro { display: inline-flex; min-height: 18px; align-items: center; color: var(--ac-muted); font-size: 12px; font-weight: 700; line-height: 1.35; white-space: nowrap; }
.ac-card__category,
.ac-card__age { flex: 0 0 auto; }
.ac-card__category { position: relative; z-index: 2; margin: 0; padding: 0; background: transparent; border: 0; cursor: pointer; font-family: inherit; text-align: left; transition: color .18s ease; }
.ac-card__category:hover,
.ac-card__category.is-active { color: var(--ac-accent); }
.ac-card__category:focus-visible { outline: 2px solid var(--ac-accent); outline-offset: 3px; border-radius: 2px; }
.ac-card__metro { min-width: 0; flex: 1 1 auto; overflow: hidden; }
.ac-card__metro > span { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ac-card__age::before,
.ac-card__metro::before { width: 1px; height: 14px; flex: 0 0 1px; content: ""; margin: 0 10px; background: var(--ac-line); }
.ac-card h2 { margin: 0; font-size: clamp(22px, 2vw, 28px); line-height: 1.08; font-weight: 800; letter-spacing: -.04em; }
.ac-card__description { display: -webkit-box; overflow: hidden; margin: 8px 0 0; color: var(--ac-muted); font-size: 15px; line-height: 1.45; -webkit-box-orient: vertical; line-clamp: 3; -webkit-line-clamp: 3; }
.ac-card__tags { display: flex; flex-wrap: wrap; align-content: flex-start; align-items: flex-start; gap: 7px; }
.ac-card__tags button { position: relative; z-index: 2; display: inline-flex; max-width: calc(50% - 3.5px); min-width: 0; min-height: 30px; flex: 0 1 auto; align-items: center; justify-content: center; padding: 5px 10px; color: var(--ac-muted); background: var(--ac-soft); border: 1px solid rgba(17,17,15,.22); border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 700; line-height: 1.25; text-align: center; transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
.ac-card__tags button span { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ac-card__tags button:hover { color: var(--ac-ink); background: #fff; border-color: rgba(17,17,15,.36); }
.ac-card__tags button.is-active { color: #fff; background: var(--ac-accent); border-color: var(--ac-accent); }
.ac-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--ac-line); }
.ac-card__price { display: grid; flex: 0 0 auto; gap: 2px; }
.ac-card__price small { color: var(--ac-muted); font-size: 12px; font-weight: 600; white-space: nowrap; }
.ac-card__price-meta { display: flex; align-items: baseline; gap: 5px; }
.ac-card__price-meta span { color: var(--ac-muted); font-size: 12px; line-height: 1; font-weight: 600; white-space: nowrap; }
.ac-card__price-value { display: flex; align-items: center; gap: 6px; }
.ac-card__price strong { font-size: 20px; line-height: 1.15; font-weight: 800; letter-spacing: -.03em; white-space: nowrap; }
.ac-card__price--unavailable strong { color: #b62f25; }
.ac-card__actions { display: grid; width: min(100%,360px); grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; justify-content: end; gap: 8px; margin-left: auto; }
.ac-card__actions--single { width: auto; grid-template-columns: auto; }
.ac-card__link,
.ac-card__calculate { display: inline-flex; width: 100%; min-height: 46px; align-items: center; justify-content: center; padding: 0 12px; border-radius: 11px; font-size: 13px; line-height: 1.25; font-weight: 800; text-align: center; }
.ac-card__link { color: #fff; background: var(--ac-ink); border: 1px solid var(--ac-ink); transition: background-color .2s ease, border-color .2s ease; }
.ac-card__link:hover { background: var(--ac-accent); border-color: var(--ac-accent); }
.ac-card__calculate { position: relative; z-index: 2; color: var(--ac-ink); background: rgba(255,255,255,.62); border: 1px solid var(--ac-line); cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.ac-card__calculate:hover { color: var(--ac-accent); background: #fff; border-color: var(--ac-accent); }
.ac-card__calculate:disabled { color: var(--ac-muted); background: var(--ac-soft); cursor: wait; }
.ac-empty { width: 100%; grid-column: 1 / -1; padding: 70px 24px; color: var(--ac-muted); border: 1px dashed var(--ac-line); border-radius: var(--ac-radius); font-size: 16px; font-weight: 700; text-align: center; }

.ac-footer { display: flex; min-height: 110px; align-items: center; gap: 26px; color: var(--ac-muted); border-top: 1px solid var(--ac-line); font-size: 14px; font-weight: 600; }
.ac-footer a { margin-left: auto; color: var(--ac-ink); font-weight: 800; }
.ac-footer a + a { margin-left: 0; }

@media (max-width: 1240px) {
  .ac-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 1000px) {
  .ac-tools { grid-template-columns: minmax(0,1fr) auto auto; }
  .ac-search { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --ac-gutter: 16px; }
  .ac-header__inner { min-height: 66px; }
  .ac-header__back { width: 42px; padding: 0; justify-content: center; }
  .ac-header__back span { display: none; }
  .ac-tools { top: 66px; grid-template-columns: auto auto minmax(0,1fr); gap: 6px; padding-block: 6px; }
  .ac-search { grid-column: 1 / -1; min-height: 50px; }
  .ac-control { min-height: 44px; padding-inline: 12px; }
  .ac-filter .ac-control > span { display: none; }
  .ac-filter .ac-control { width: 44px; padding: 0; }
  .ac-selection-actions { gap: 6px; }
  .ac-selection-actions .ac-control { width: 44px; padding: 0; }
  .ac-selection-actions .ac-control > span { display: none; }
  .ac-control--favorites b { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; padding-inline: 5px; border: 2px solid var(--ac-paper); font-size: 9px; }
  .ac-control--favorites { position: relative; }
  .ac-sort .ac-control { max-width: 170px; }
  .ac-filter__menu { right: auto; left: 0; max-height: min(620px, 70vh); }
  .ac-grid { grid-template-columns: minmax(0,1fr); gap: 10px; }
  .ac-card__body { padding: 18px; }
  .ac-card h2 { font-size: 25px; }
  .ac-card__description { min-height: 0; }
  .ac-footer { flex-wrap: wrap; gap: 8px 18px; padding-block: 26px; }
  .ac-footer span { flex-basis: 100%; }
  .ac-footer a { margin-left: 0; }
}

.ac-pdf-stage { position: fixed; left: -20000px; top: 0; z-index: -1; width: 794px; pointer-events: none; }
.ac-pdf-page { position: relative; display: flex; width: 794px; height: 1123px; flex-direction: column; overflow: hidden; padding: 38px; color: #11110f; background: #f7f7f3; font-family: "Manrope", Arial, sans-serif; }
.ac-pdf-page::before { content: ""; position: absolute; inset: 0 0 auto; height: 7px; background: #2457ff; }
.ac-pdf-hero { position: relative; min-height: 286px; overflow: hidden; padding: 30px 34px; color: #fff; background: #11110f; border-radius: 24px; }
.ac-pdf-hero::after { content: ""; position: absolute; width: 190px; height: 190px; top: -52px; right: -35px; border: 34px solid #2457ff; border-radius: 50%; opacity: .78; }
.ac-pdf-kicker { position: relative; z-index: 1; margin: 0 0 16px; color: #88a5ff; font-size: 13px; line-height: 1.35; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ac-pdf-hero h1 { position: relative; z-index: 1; max-width: 480px; margin: 0; font-size: 44px; line-height: 1.05; letter-spacing: -.045em; }
.ac-pdf-hero p { position: relative; z-index: 1; max-width: 500px; margin: 14px 0 0; color: #bcbcb7; font-size: 16px; line-height: 1.5; }
.ac-pdf-summary { position: relative; z-index: 1; display: inline-flex; min-height: 36px; align-items: center; margin-top: 18px; padding: 0 13px; color: #11110f; background: #fff; border-radius: 999px; font-size: 12px; font-weight: 800; }
.ac-pdf-page-head { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #d9d9d1; }
.ac-pdf-page-head strong { font-size: 24px; letter-spacing: -.03em; }
.ac-pdf-page-head span { color: #2457ff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ac-pdf-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 12px; margin-top: 18px; }
.ac-pdf-page--cover .ac-pdf-grid { margin-top: 20px; }
.ac-pdf-card { display: grid; height: 150px; min-width: 0; overflow: hidden; grid-template-columns: 200px minmax(0,1fr); background: #fff; border: 1px solid #d9d9d1; border-radius: 17px; box-shadow: 0 5px 16px rgba(17,17,15,.035); }
.ac-pdf-card__media { overflow: hidden; background: #ecece6; }
.ac-pdf-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ac-pdf-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #55554f; font-size: 36px; font-weight: 800; }
.ac-pdf-card__body { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 15px 20px 14px; }
.ac-pdf-card__category { margin: 0 0 6px; color: #2457ff; font-size: 10px; line-height: 14px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.ac-pdf-card h2 { margin: 0 0 7px; font-size: 23px; line-height: 29px; letter-spacing: -.035em; white-space: nowrap; }
.ac-pdf-card__meta { display: flex; min-height: 19px; align-items: baseline; justify-content: space-between; gap: 16px; color: #55554f; font-size: 11px; line-height: 16px; font-weight: 700; }
.ac-pdf-card__meta span { white-space: nowrap; }
.ac-pdf-card__meta strong { color: #11110f; font-size: 14px; white-space: nowrap; }
.ac-pdf-card__tags { display: flex; gap: 6px; min-height: 20px; margin-top: 6px; }
.ac-pdf-card__tags span { max-width: 170px; padding: 3px 8px; color: #55554f; background: #ecece6; border-radius: 999px; font-size: 9px; line-height: 14px; font-weight: 700; white-space: nowrap; }
.ac-pdf-page--spacious .ac-pdf-grid { gap: 14px; }
.ac-pdf-page--spacious .ac-pdf-card { height: 190px; grid-template-columns: 252px minmax(0,1fr); }
.ac-pdf-page--spacious .ac-pdf-card__body { padding-inline: 22px; }
.ac-pdf-footer { display: flex; min-height: 34px; align-items: end; justify-content: space-between; margin-top: auto; padding-top: 13px; color: #777770; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ac-pdf-note { margin-top: 14px; padding: 11px 15px; color: #55554f; background: #fff; border-left: 5px solid #2457ff; border-radius: 0 12px 12px 0; font-size: 11px; line-height: 1.45; }

@media (max-width: 430px) {
  .ac-brand span { display: none; }
  .ac-header__inner { gap: 12px; }
  .ac-header__nav { gap: 4px; }
  .ac-header__section { padding-inline: 12px; }
}

@media (max-width: 430px) {
  .ac-brand strong { font-size: 13px; }
  .ac-brand small { font-size: 11px; }
  .ac-sort .ac-control { width: 100%; max-width: none; }
  .ac-card__footer { display: grid; width: 100%; grid-template-columns: minmax(0,1fr) auto; align-items: end; }
  .ac-card__actions { grid-template-columns: 1fr 1fr; }
  .ac-card__actions:not(.ac-card__actions--single) { grid-column: 1 / -1; }
  .ac-card__actions--single { width: auto; grid-column: 2; grid-row: 1; grid-template-columns: auto; justify-self: end; }
  .ac-card__link { padding-inline: 12px; }
}

@media (max-width: 420px) {
  .ac-card__actions:not(.ac-card__actions--single) { width: 100%; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
