:root {
    color-scheme: light;
    --ink: #3a3d42; --muted: #6b7280; --line: #dbeafe; --brand: #2f70bd; --brand-2: #1f5fa8;
    --accent: #ffd66b; --accent-2: #f0b429; --soft: #f5f9fe; --soft-2: #eaf3ff; --panel: #fff; --danger: #e02020;
    --green: #43bf35; --shadow: 0 12px 28px rgba(49, 112, 189, .08);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #f6f9fd; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.62; }
.seo-intro { max-width: 780px; color: var(--muted); line-height: 1.62; }
.seo-intro p { margin: 0 0 10px; color: inherit; }
.seo-intro p:last-child { margin-bottom: 0; }
h1 { font-size: 46px; line-height: 1.04; margin: 0 0 18px; letter-spacing: 0; }
h2 { font-size: 28px; margin: 0 0 18px; letter-spacing: 0; }
.shell { width: min(1300px, calc(100% - 48px)); margin: 0 auto; }
img, svg, video, canvas { max-width: 100%; }
.topbar { background: #fff; border-bottom: 1px solid #d8e9fb; position: sticky; top: 0; z-index: 20; }
.header-main { min-height: 82px; display: grid; grid-template-columns: 300px 190px 230px minmax(260px, 1fr); align-items: center; gap: 20px; }
.brand { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 12px; font-weight: 800; min-width: 0; }
.brand-mark { width: 52px; height: 56px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: end; gap: 5px; padding: 7px 3px; }
.brand-mark i { display: block; border-radius: 2px 2px 0 0; }
.brand-mark i:nth-child(1) { height: 18px; background: #dce8f8; }
.brand-mark i:nth-child(2) { height: 32px; background: #5b9ce7; }
.brand-mark i:nth-child(3) { height: 50px; background: #df1f26; }
.brand-mark i:nth-child(4) { height: 60px; background: #fff; }
.brand-title { display: block; color: #42464c; font-size: 22px; line-height: 1.15; }
.brand-subtitle { display: block; margin-top: 6px; color: #42464c; font-size: 18px; line-height: 1.15; }
.top-counter { min-width: 0; }
.top-counter strong { display: block; color: var(--brand); font-size: 27px; line-height: 1; font-weight: 800; }
.top-counter.red strong { color: #e11d1d; }
.top-counter span { display: block; margin-top: 7px; color: #555b63; font-size: 18px; line-height: 1.2; }
.header-search { justify-self: stretch; width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 72px; min-height: 56px; border: 1px solid #f2b400; border-radius: 6px; overflow: hidden; background: #fff; min-width: 0; }
.header-search input { min-width: 0; border: 0; padding: 0 16px; font-size: 20px; outline: 0; color: #5b6573; }
.header-search button { border: 0; background: #ffdc73; color: #bf8700; font-size: 32px; line-height: 1; cursor: pointer; }
.header-search-wrap { position: relative; min-width: 0; }
.search-suggest { position: absolute; z-index: 40; top: calc(100% + 8px); left: 0; right: 0; display: none; border: 1px solid #dbeafe; border-radius: 16px; background: #fff; box-shadow: 0 20px 48px rgba(15,23,42,.16); overflow: hidden; }
.search-suggest.active { display: block; }
.search-suggest__group { border-top: 1px solid #eef2f7; }
.search-suggest__group:first-child { border-top: 0; }
.search-suggest__title { padding: 10px 14px 6px; color: #667085; font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.search-suggest a { display: grid; gap: 2px; padding: 10px 14px; color: #172033; }
.search-suggest a:hover { background: #f3f7ff; }
.search-suggest strong { font-size: 14px; }
.search-suggest span { color: #667085; font-size: 12px; }
.nav { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #e0eefc; }
.navlinks { display: flex; align-items: center; gap: 22px; color: var(--brand); font-size: 21px; font-weight: 800; flex-wrap: wrap; }
.navlinks a:not(.button):hover { color: var(--brand-2); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 42px; padding: 0 16px; border-radius: 6px; border: 1px solid var(--brand); background: var(--brand); color: #fff; font-weight: 800; box-shadow: none; cursor: pointer; }
.button.secondary { background: #fff; color: var(--brand); box-shadow: none; }
.button.ghost { border-color: var(--line); background: #fff; color: var(--ink); box-shadow: none; }
.button.green { border-color: #dff4da; background: #eaf8e7; color: var(--green); font-size: 22px; }
.button.icon { min-width: 56px; padding: 0; background: #edf4ff; border-color: #edf4ff; color: #6ba3ec; font-size: 24px; }
.button.profile { background: #edf4ff; border-color: #edf4ff; color: #2f70bd; font-size: 22px; }
.inline-form { display: inline; }
.inline-form button { font: inherit; }
.hero { padding: 64px 0 44px; border-bottom: 1px solid var(--line); background:
    radial-gradient(circle at 80% 20%, rgba(243,179,61,.22), transparent 30%),
    radial-gradient(circle at 8% 12%, rgba(8,127,140,.12), transparent 28%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 38px; align-items: center; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 7px 10px; border-radius: 999px; background: #fff; color: var(--brand-2); border: 1px solid var(--line); font-weight: 800; font-size: 13px; margin-bottom: 18px; }
.search { display: flex; gap: 10px; margin-top: 28px; max-width: 720px; }
.search input { flex: 1; min-height: 52px; border: 1px solid var(--line); border-radius: 8px; padding: 0 15px; font-size: 16px; background: #fff; box-shadow: var(--shadow); }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.stat, .card, .auth-card { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.96); padding: 20px; box-shadow: var(--shadow); }
.stat strong { display: block; font-size: 31px; color: var(--brand); }
.section { padding: 42px 0; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.list { display: grid; gap: 15px; }
.card { transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
a.card:hover { transform: translateY(-2px); border-color: rgba(8,127,140,.32); box-shadow: 0 22px 54px rgba(15,23,42,.12); }
.meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 14px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; padding: 12px 14px; border: 1px solid #e6eaf2; border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 10px 26px rgba(15,23,42,.05); color: #667085; font-size: 14px; }
.breadcrumbs a, .breadcrumbs span { display: inline-flex; align-items: center; gap: 7px; min-height: 30px; }
.breadcrumbs a { padding: 0 10px; border-radius: 999px; background: #f3f7ff; color: #175cd3; font-weight: 800; }
.breadcrumbs a:hover { background: #005bff; color: #fff; transform: translateY(-1px); }
.breadcrumbs .home:before { content: "⌂"; font-weight: 900; }
.breadcrumbs .separator { width: 22px; height: 22px; justify-content: center; border-radius: 999px; background: #eef2f7; color: #98a2b3; font-size: 12px; font-weight: 900; }
.quick-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 26px; }
.feature-strip .card strong { display: block; margin-bottom: 7px; }
.tag { display: inline-flex; padding: 6px 9px; border-radius: 6px; background: var(--soft-2); color: var(--brand-2); font-weight: 700; }
.footer { padding: 28px 0; border-top: 1px solid var(--line); color: var(--muted); background: #fff; }
nav[role="navigation"] { margin-top: 22px; }
.filters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 22px 0; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.filters label, .auth-form label { display: grid; gap: 6px; color: var(--muted); font-size: 14px; font-weight: 700; }
.filters input, .filters select, .filters textarea, .auth-form input, .auth-form select { width: 100%; border: 1px solid var(--line); border-radius: 7px; min-height: 44px; padding: 10px 12px; font: inherit; background: #fff; }
.filters .wide { grid-column: span 2; }
.filters .check { display: flex; align-items: center; gap: 8px; min-height: 44px; }
.filters .check input { width: auto; min-height: auto; }
.notice { background: #eaf8ed; color: #246b2d; border: 1px solid #bde8c5; border-radius: 7px; padding: 12px 14px; margin: 18px 0; }
.error-list { background: #fff0f0; color: #9f2222; border: 1px solid #f3c4c4; border-radius: 7px; padding: 12px 14px; margin: 18px 0; }
.auth-wrap { min-height: calc(100vh - 130px); display: grid; place-items: center; padding: 46px 0; }
.auth-card { width: min(460px, 100%); }
.auth-card h1 { font-size: 34px; }
.auth-form { display: grid; gap: 14px; }
.catalog-home { padding: 48px 0 72px; background: #f6f9fd; }
.catalog-title { font-size: 54px; margin: 0 0 26px; color: #3d3f43; font-weight: 800; }
.catalog-rule { height: 3px; background: #d7eafd; margin-bottom: 34px; }
.catalog-tabs { display: grid; grid-template-columns: 340px 285px; gap: 44px; margin-bottom: 42px; }
.tab-pair { display: flex; align-items: end; gap: 36px; border-bottom: 3px solid #e0eefc; }
.tab-pair span { display: inline-flex; padding: 0 0 12px; color: var(--brand); font-size: 27px; font-weight: 800; }
.tab-pair span.active { color: #3d3f43; border-bottom: 3px solid #e51f2b; margin-bottom: -3px; }
.category-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 52px; row-gap: 24px; }
.category-link { display: grid; grid-template-columns: 36px 1fr 26px; align-items: center; gap: 12px; min-height: 36px; color: var(--brand); font-size: 23px; font-weight: 800; }
.category-link:hover { color: var(--brand-2); }
.cat-icon { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; color: #bddaff; border: 2px solid #cfe4ff; border-radius: 4px; font-size: 12px; font-weight: 800; }
.cat-plus { color: #9cc8fb; font-size: 33px; line-height: 1; font-weight: 800; }
@media (max-width: 1180px) {
    .header-main { grid-template-columns: 1fr 1fr; gap: 14px 22px; padding: 12px 0; }
    .brand { grid-column: span 1; }
    .header-search { grid-column: 1 / -1; }
    .nav { align-items: flex-start; flex-direction: column; padding: 12px 0; }
    .nav-actions { flex-wrap: wrap; }
    .category-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .hero-grid, .grid, .filters, .feature-strip { grid-template-columns: 1fr; }
    .filters .wide { grid-column: auto; }
    .shell { width: min(100% - 28px, 1300px); }
    .header-main { grid-template-columns: 1fr; gap: 14px; padding: 12px 0; }
    .brand-title { font-size: 21px; }
    .brand-subtitle { font-size: 17px; }
    .top-counter strong { font-size: 24px; }
    .top-counter span { font-size: 16px; }
    .header-search { justify-self: stretch; grid-template-columns: 1fr 62px; min-height: 52px; }
    .header-search input { font-size: 18px; min-width: 0; }
    .navlinks { flex-wrap: wrap; }
    h1 { font-size: 34px; }
    .search { flex-direction: column; }
    .catalog-home { padding-top: 32px; }
    .catalog-title { font-size: 42px; }
    .catalog-tabs { grid-template-columns: 1fr; gap: 24px; }
    .category-board { grid-template-columns: 1fr; gap: 17px; }
    .category-link { font-size: 20px; }
}
body { background: #f3f5f9; color: #1f2937; font-family: Inter, Arial, Helvetica, sans-serif; }
p { color: #667085; }
.shell { width: min(1300px, calc(100% - 40px)); }
.topbar { border-bottom: 1px solid #dbe6f5; box-shadow: 0 16px 36px rgba(15,23,42,.10); }
.utility-bar { background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%); border-bottom: 1px solid #dbe7f7; color: #475467; }
.utility-inner { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 13px; font-weight: 800; }
.utility-note { display: inline-flex; align-items: center; gap: 8px; color: #667085; white-space: nowrap; }
.utility-note:before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: #12a150; box-shadow: 0 0 0 4px rgba(18,161,80,.10); }
.utility-side { display: flex; align-items: center; justify-content: flex-end; gap: 12px; min-width: 0; }
.utility-links { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.utility-links a { min-height: 28px; display: inline-flex; align-items: center; gap: 6px; padding: 0 10px; border-radius: 999px; color: #344054; transition: background .16s ease, color .16s ease, transform .16s ease; }
.utility-links a:hover { background: #fff; color: #005bff; transform: translateY(-1px); box-shadow: 0 8px 18px rgba(15,23,42,.07); }
.utility-links svg { width: 15px; height: 15px; stroke: currentColor; }
.top-auth { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; padding-left: 12px; border-left: 1px solid #dbe7f7; }
.top-auth .button { min-height: 34px; padding: 0 12px; border-radius: 999px; font-size: 13px; box-shadow: none; }
.top-auth .button svg { width: 15px; height: 15px; }
.top-auth .button.profile { background: #fff; border-color: #cfe0ff; color: #005bff; }
.top-auth .button.secondary { background: #f1f7ff; border-color: #cfe0ff; }
.top-auth .button.ghost { background: #fff; border-color: #e2e8f0; }
.header-main { min-height: 76px; grid-template-columns: 240px 150px 190px minmax(360px, 1fr); gap: 18px; }
.brand { grid-template-columns: 1fr; }
.brand-mark { width: 44px; height: 48px; }
.brand-logo { width: 215px; max-height: 60px; object-fit: contain; display: block; }
.footer-logo-image { width: 220px; max-height: 64px; object-fit: contain; display: block; }
.brand-title { font-size: 24px; color: #172033; }
.brand-subtitle { font-size: 14px; color: #667085; }
.top-counter strong { font-size: 24px; color: #005bff; }
.top-counter.red strong { color: #f04438; }
.top-counter span { font-size: 14px; color: #667085; }
.header-search { min-height: 52px; grid-template-columns: minmax(0, 1fr) 66px; border: 2px solid #005bff; border-radius: 13px; box-shadow: 0 10px 28px rgba(0,91,255,.08); }
.header-search input { font-size: 17px; }
.header-search button { display: grid; place-items: center; background: #005bff; color: #fff; font-size: 0; transition: background .16s ease, transform .16s ease; }
.header-search button:hover { background: #004ee0; transform: translateX(-1px); }
.header-search button svg { width: 23px; height: 23px; }
.nav { min-height: 64px; border-top: 0; align-items: center; gap: 18px; }
.navlinks { min-width: 0; flex: 1 1 auto; gap: 8px; font-size: 15px; font-weight: 800; color: #344054; flex-wrap: nowrap; }
.navlinks a { --nav-color: #005bff; --nav-soft: #eef4ff; --nav-shadow: rgba(0,91,255,.08); min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 0 10px; border-radius: 12px; white-space: nowrap; transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease; }
.navlinks a:hover { background: var(--nav-soft); color: var(--nav-color); transform: translateY(-1px); box-shadow: 0 8px 20px var(--nav-shadow); }
.navlinks .nav-link--producers { --nav-color: #005bff; --nav-soft: #eef4ff; --nav-shadow: rgba(0,91,255,.10); }
.navlinks .nav-link--products { --nav-color: #079455; --nav-soft: #ecfdf3; --nav-shadow: rgba(7,148,85,.10); }
.navlinks .nav-link--companies { --nav-color: #7a2ee6; --nav-soft: #f4edff; --nav-shadow: rgba(122,46,230,.10); }
.navlinks .nav-link--services { --nav-color: #dc6803; --nav-soft: #fff4e5; --nav-shadow: rgba(220,104,3,.12); }
.navlinks .nav-link--industries { --nav-color: #c11574; --nav-soft: #fff0f6; --nav-shadow: rgba(193,21,116,.10); }
.navlinks .nav-link--regions { --nav-color: #0e9384; --nav-soft: #eafffb; --nav-shadow: rgba(14,147,132,.10); }
.navlinks .nav-link--map { --nav-color: #175cd3; --nav-soft: #edf4ff; --nav-shadow: rgba(23,92,211,.10); }
.nav-item { position: relative; display: inline-flex; }
.nav-item > a { color: inherit; }
.ui-icon, .nav-icon { flex: 0 0 auto; display: inline-grid; place-items: center; background: var(--nav-soft, linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%)); color: var(--nav-color, #005bff); box-shadow: inset 0 0 0 1px rgba(0,91,255,.08); transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease; }
.ui-icon { width: 44px; height: 44px; border-radius: 14px; }
.ui-icon svg, .nav-icon svg, .icon-card__icon svg, .modern-category__icon svg, .catalog-explorer__icon svg, .mega-ico svg, .producer-card__facts svg, .producer-card__bookmark svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.nav-icon { width: 30px; height: 30px; border-radius: 11px; }
.nav-icon svg { width: 17px; height: 17px; }
.navlinks a:hover .nav-icon, a:hover .ui-icon, .icon-card:hover .ui-icon, .modern-category:hover .ui-icon, .catalog-explorer__link:hover .ui-icon { background: var(--nav-color, #005bff); color: #fff; transform: scale(1.05); box-shadow: 0 10px 24px var(--nav-shadow, rgba(0,91,255,.2)); }
.mega-menu { position: absolute; z-index: 60; top: calc(100% + 12px); left: 0; width: min(1120px, calc(100vw - 40px)); padding: 16px; border: 1px solid #d9e8ff; border-radius: 18px; background: rgba(255,255,255,.98); box-shadow: 0 24px 60px rgba(15,23,42,.16); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .16s ease, transform .16s ease; }
.nav-item:hover .mega-menu, .nav-item:focus-within .mega-menu, .nav-item.is-open .mega-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mega-menu:before { content: ""; position: absolute; left: 24px; top: -8px; width: 16px; height: 16px; border-left: 1px solid #d9e8ff; border-top: 1px solid #d9e8ff; background: #fff; transform: rotate(45deg); }
.mega-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 2px 4px 14px; border-bottom: 1px solid #edf2fb; margin-bottom: 12px; }
.mega-head strong { color: #172033; font-size: 18px; }
.mega-head a { min-height: 34px; padding: 0 12px; border-radius: 999px; background: #eef4ff; color: #005bff; font-size: 13px; }
.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 16px; }
.mega-card { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 12px; align-items: start; padding: 12px; border-radius: 14px; color: #2f66b3; }
.mega-card:hover { background: #f3f7ff; color: #005bff; transform: translateY(-1px); box-shadow: none; }
.mega-card.featured { border: 1px solid #d9e8ff; background: linear-gradient(135deg, #fff 0%, #f6faff 100%); }
.mega-card.featured .mega-title { color: #e32626; }
.mega-ico { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; background: #eef4ff; color: #8dbdff; font-weight: 900; font-size: 19px; transition: background .16s ease, color .16s ease, transform .16s ease; }
.mega-card:hover .mega-ico { background: #005bff; color: #fff; transform: scale(1.04); }
.mega-title { display: block; overflow: hidden; color: inherit; font-size: 17px; font-weight: 900; line-height: 1.25; text-overflow: ellipsis; }
.mega-title:hover { background: transparent; color: #005bff; transform: none; box-shadow: none; }
.mega-sublist { display: grid; gap: 6px; margin-top: 8px; }
.mega-sublist a { min-height: 24px; display: block; padding: 0; overflow: hidden; border-radius: 0; color: #3b72b9; font-size: 14px; font-weight: 700; line-height: 1.35; text-overflow: ellipsis; }
.mega-sublist a:before { content: ""; display: inline-block; width: 20px; height: 1px; margin: 0 10px 4px 0; background: #bfd8ff; }
.mega-sublist a:hover { background: transparent; color: #005bff; transform: none; box-shadow: none; }
.nav-actions { flex: 0 0 auto; gap: 10px; flex-wrap: nowrap; }
.button { position: relative; min-height: 42px; border-radius: 12px; border-color: #005bff; background: #005bff; font-size: 15px; line-height: 1.1; white-space: nowrap; overflow: hidden; transition: transform .16s ease, box-shadow .16s ease, background .16s ease, border-color .16s ease, color .16s ease; }
.button:after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.26) 42%, transparent 72%); transform: translateX(-130%); transition: transform .38s ease; pointer-events: none; }
.button svg { flex: 0 0 auto; width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,91,255,.2); }
.button:hover:after { transform: translateX(130%); }
.button:active { transform: translateY(0); box-shadow: 0 8px 18px rgba(0,91,255,.14); }
.button:focus-visible, .header-search input:focus-visible, .market-search input:focus-visible { outline: 3px solid rgba(0,91,255,.18); outline-offset: 2px; }
.button.secondary { color: #005bff; background: #eef4ff; border-color: #d8e7ff; }
.button.secondary:hover { background: #dceaff; }
.button.ghost { border-color: #e6eaf2; background: #fff; color: #344054; }
.button.ghost:hover { border-color: #c9d5e8; box-shadow: 0 10px 24px rgba(15,23,42,.08); }
.button.green { min-height: 46px; padding: 0 20px; border-color: #9ee7bb; background: linear-gradient(180deg, #38d36f 0%, #18ad51 100%); color: #fff; font-size: 16px; box-shadow: 0 12px 26px rgba(18,161,80,.18); }
.button.green:hover { background: linear-gradient(180deg, #31c969 0%, #119848 100%); box-shadow: 0 14px 30px rgba(18,161,80,.24); }
.button.icon, .button.profile { border-color: #edf2fb; background: #f3f7ff; color: #005bff; font-size: 16px; }
.button.profile { padding: 0 16px; font-weight: 900; }
.button.icon { width: 48px; min-width: 48px; }
.section { padding: 34px 0; }
.card, .auth-card, .stat { border: 1px solid #e6eaf2; border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.tag { border-radius: 999px; background: #eef4ff; color: #005bff; font-size: 13px; }
.filters { border-radius: 18px; border-color: #e6eaf2; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.filters input, .filters select, .filters textarea, .auth-form input, .auth-form select { border-color: #d9e1ef; border-radius: 12px; }
.market-hero { padding: 30px 0 22px; }
.market-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; align-items: stretch; }
.market-panel { border-radius: 24px; background: linear-gradient(135deg, #005bff 0%, #6f38ff 58%, #ff4f8b 100%); color: #fff; padding: 34px; min-height: 280px; display: grid; align-content: center; overflow: hidden; position: relative; }
.market-panel:after { content: ""; position: absolute; width: 260px; height: 260px; right: -70px; bottom: -80px; border-radius: 50%; background: rgba(255,255,255,.18); }
.market-panel h1 { font-size: clamp(34px, 4vw, 56px); max-width: 760px; margin-bottom: 14px; color: #fff; }
.market-panel p { max-width: 660px; color: rgba(255,255,255,.86); font-size: 18px; }
.market-panel .seo-intro { max-width: 660px; color: rgba(255,255,255,.88); font-size: 18px; }
.market-search { margin-top: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; max-width: 720px; }
.market-search input { min-height: 54px; border: 0; border-radius: 14px; padding: 0 16px; font: inherit; font-size: 16px; }
.market-search button { border: 0; border-radius: 14px; padding: 0 22px; background: #fff; color: #005bff; font-weight: 900; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.market-search button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(15,23,42,.18); background: #f7fbff; }
.market-side { display: grid; gap: 14px; }
.metric-card { background: #fff; border: 1px solid #e6eaf2; border-radius: 20px; padding: 22px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.metric-card strong { display: block; color: #005bff; font-size: 30px; }
.metric-card, .content-spotlight, .icon-card, .highlight-note { position: relative; overflow: hidden; }
.metric-card:before, .content-spotlight:before, .icon-card:before { content: ""; position: absolute; inset: 0 auto auto 0; width: 4px; height: 100%; background: linear-gradient(180deg, #005bff, #12a150); opacity: .9; }
.content-spotlight { display: grid; gap: 12px; border: 1px solid #dbe7ff; border-radius: 22px; background: linear-gradient(135deg, #fff 0%, #f4f8ff 100%); padding: 22px 22px 22px 26px; box-shadow: 0 16px 40px rgba(0,91,255,.08); }
.content-spotlight h2, .content-spotlight h3 { margin: 0; color: #172033; }
.content-spotlight p { margin: 0; }
.content-spotlight.accent { border-color: #d9f5e7; background: linear-gradient(135deg, #ffffff 0%, #f0fff7 100%); box-shadow: 0 16px 40px rgba(18,161,80,.08); }
.content-spotlight.warm { border-color: #ffe6b0; background: linear-gradient(135deg, #ffffff 0%, #fff8e8 100%); box-shadow: 0 16px 40px rgba(240,180,41,.1); }
.faq-item { border: 1px solid rgba(0,91,255,.14); border-radius: 16px; background: rgba(255,255,255,.78); padding: 12px 14px; }
.faq-item summary { cursor: pointer; font-weight: 800; color: #172033; }
.faq-item p { margin-top: 10px; color: #5f6c82; }
.icon-card { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 14px; align-items: start; border: 1px solid #e6eaf2; border-radius: 20px; background: #fff; padding: 18px 18px 18px 22px; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.icon-card:hover { transform: translateY(-2px); border-color: #a8c7ff; box-shadow: 0 18px 42px rgba(0,91,255,.10); }
.icon-card__icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%); color: #005bff; font-weight: 900; font-size: 22px; box-shadow: inset 0 0 0 1px rgba(0,91,255,.08); transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease; }
.icon-card:hover .icon-card__icon { background: #005bff; color: #fff; transform: scale(1.05) rotate(-2deg); box-shadow: 0 12px 26px rgba(0,91,255,.22); }
.icon-card strong { display: block; margin-bottom: 5px; color: #172033; font-size: 17px; }
.icon-card p { margin: 0; font-size: 14px; }
.highlight-note { border: 1px solid #ffe6b0; border-radius: 20px; background: #fff8e8; padding: 18px 20px; box-shadow: 0 12px 28px rgba(240,180,41,.1); }
.highlight-note strong { color: #92400e; }
.visual-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.market-section { padding: 22px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.section-head h2, .section-head h1 { margin: 0; color: #172033; }
.section-head p { margin: 6px 0 0; }
.category-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.modern-category { display: grid; gap: 10px; min-height: 124px; padding: 16px; border-radius: 18px; border: 1px solid #e6eaf2; background: #fff; box-shadow: 0 10px 24px rgba(15,23,42,.05); transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.modern-category:hover { transform: translateY(-2px); border-color: #a8c7ff; box-shadow: 0 18px 38px rgba(0,91,255,.09); }
.modern-category__icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%); color: #005bff; font-weight: 900; font-size: 20px; box-shadow: inset 0 0 0 1px rgba(0,91,255,.08); transition: background .16s ease, color .16s ease, transform .16s ease; }
.modern-category:hover .modern-category__icon { background: #005bff; color: #fff; transform: scale(1.05); }
.modern-category strong { color: #172033; }
.modern-category span { color: #667085; font-size: 13px; }
.catalog-layout { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 20px; align-items: start; }
.filter-panel { position: sticky; top: 150px; border-radius: 20px; background: #fff; border: 1px solid #e6eaf2; padding: 18px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.filter-panel .filters { display: grid; grid-template-columns: 1fr; gap: 12px; margin: 0; padding: 0; border: 0; box-shadow: none; }
.results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.infinite-loader { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin: 22px 0 4px; padding: 18px; border: 1px dashed #cfe1ff; border-radius: 20px; background: rgba(255,255,255,.72); color: #667085; box-shadow: 0 12px 28px rgba(15,23,42,.04); }
.infinite-loader .button[disabled] { opacity: .64; cursor: wait; transform: none; }
.producer-card, .product-card { display: grid; gap: 12px; min-height: 100%; padding: 16px; border-radius: 20px; background: #fff; border: 1px solid #e6eaf2; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: transform .16s ease, border-color .16s ease; }
@supports (content-visibility: auto) {
    .producer-card, .product-card, .market-section { content-visibility: auto; contain-intrinsic-size: 420px; }
}
.producer-card:hover, .product-card:hover { transform: translateY(-2px); border-color: #a8c7ff; }
.producer-card { position: relative; gap: 0; padding: 0; overflow: hidden; border-color: #ffd66b; box-shadow: 0 16px 34px rgba(15,23,42,.07); }
.producer-card:hover { border-color: #ffc233; box-shadow: 0 22px 48px rgba(15,23,42,.12); }
.producer-card__select { position: absolute; z-index: 3; top: 18px; right: 18px; display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 0 10px; border-radius: 999px; background: rgba(255,255,255,.92); color: #175cd3; font-size: 13px; font-weight: 900; box-shadow: 0 8px 18px rgba(15,23,42,.08); }
.producer-card__bookmark { position: absolute; z-index: 2; top: 18px; left: 18px; display: grid; place-items: center; width: 36px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.9); color: #6ba3ec; font-size: 21px; line-height: 1; box-shadow: 0 8px 18px rgba(15,23,42,.08); transition: transform .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease; }
.producer-card__bookmark:hover { background: #005bff; color: #fff; transform: translateY(-1px); box-shadow: 0 12px 26px rgba(0,91,255,.22); }
button.producer-card__bookmark { border: 0; cursor: pointer; font: inherit; }
.producer-card__media { display: grid; place-items: center; aspect-ratio: 4 / 3.1; padding: 22px 18px 12px; background: #fff; overflow: hidden; }
.producer-card__media img { width: 100%; height: 100%; object-fit: contain; }
.producer-card__media span { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 28px; background: #eef4ff; color: #005bff; font-size: 42px; font-weight: 900; }
.producer-card__body { display: grid; gap: 10px; padding: 16px 18px 14px; }
.producer-card__title { color: #2f66b3; font-size: 22px; font-weight: 800; line-height: 1.34; }
.producer-card__title:hover { color: #005bff; }
.producer-card__description { margin: 0; color: #3f4652; font-size: 16px; line-height: 1.45; }
.producer-card__facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; align-items: center; color: #5b6678; font-size: 15px; }
.producer-card__facts span { display: inline-flex; align-items: center; min-width: 0; gap: 7px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.producer-card__facts b { flex: 0 0 auto; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 9px; background: #eef4ff; color: #77aef2; font-size: 16px; }
.producer-card__badges { display: flex; flex-wrap: wrap; gap: 7px; min-height: 0; }
.producer-card__badges span { display: inline-flex; align-items: center; min-height: 26px; padding: 0 9px; border-radius: 999px; background: #f0fff7; color: #108747; font-size: 12px; font-weight: 900; }
.producer-card__actions { position: absolute; z-index: 3; left: 0; right: 0; bottom: 55px; display: grid; gap: 12px; padding: 16px 18px; opacity: 0; pointer-events: none; border-top: 1px solid #ffe39a; background: linear-gradient(180deg, rgba(255,253,247,.96), #fffdf7); box-shadow: 0 -18px 34px rgba(15,23,42,.10); transform: translateY(12px); transition: opacity .18s ease, transform .18s ease; }
.producer-card:hover .producer-card__actions, .producer-card:focus-within .producer-card__actions { opacity: 1; pointer-events: auto; transform: translateY(0); }
.producer-card__actions .button { width: 100%; min-height: 52px; font-size: 17px; }
.producer-card__actions form { margin: 0; }
.producer-card__actions .button.secondary { background: #fff; border-color: #cfe1ff; }
.producer-card__rating { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 18px; border-top: 1px solid #ffe39a; color: #5b6678; font-size: 16px; }
.producer-card__rating a { color: #5b6678; font-weight: 800; }
.producer-card__rating a:hover { color: #005bff; }
.producer-card__stars { display: inline-flex; gap: 2px; color: #c5d9f5; font-size: 25px; line-height: 1; }
.producer-card__stars b.active { color: #ffbf3f; }
.card-media { aspect-ratio: 4 / 3; border-radius: 16px; background: linear-gradient(135deg, #eef4ff, #f7f8fb); display: grid; place-items: center; overflow: hidden; color: #005bff; font-size: 34px; font-weight: 900; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-title { color: #172033; font-size: 18px; font-weight: 900; line-height: 1.25; }
.price { color: #172033; font-weight: 900; font-size: 20px; }
.product-page, .producer-page { padding: 28px 0 44px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 22px; align-items: start; }
.detail-gallery, .detail-info, .detail-card { border: 1px solid #e6eaf2; border-radius: 24px; background: #fff; padding: 20px; box-shadow: 0 12px 30px rgba(15,23,42,.06); }
.detail-photo { aspect-ratio: 1 / .72; border-radius: 18px; background: linear-gradient(135deg, #eef4ff, #f7f8fb); display: grid; place-items: center; color: #005bff; font-size: 46px; font-weight: 900; overflow: hidden; }
.detail-photo img { width: 100%; height: 100%; object-fit: cover; }
.detail-info h1 { font-size: clamp(30px, 3vw, 46px); }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.info-box { border-radius: 16px; background: #f7f9fc; padding: 14px; }
.info-box span { display: block; color: #667085; font-size: 13px; }
.info-box strong { display: block; margin-top: 4px; color: #172033; }
.tabs-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; }
.tabs-row a, .tabs-row span { display: inline-flex; min-height: 38px; align-items: center; padding: 0 14px; border-radius: 999px; background: #fff; border: 1px solid #e6eaf2; color: #344054; font-weight: 800; }
.tabs-row .button { background: #005bff; border-color: #005bff; color: #fff; border-radius: 12px; }
.tabs-row .button.secondary { background: #eef4ff; border-color: #d8e7ff; color: #005bff; }
.main-catalog-modern { padding: 22px 0; }
.catalog-explorer { border: 1px solid #e6eaf2; border-radius: 24px; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.06); padding: 24px; }
.catalog-explorer__head { display: flex; justify-content: space-between; gap: 18px; align-items: end; border-bottom: 1px solid #e6eaf2; padding-bottom: 18px; margin-bottom: 22px; }
.catalog-explorer__head h2 { margin: 0; font-size: 34px; color: #172033; }
.catalog-toggle-row { display: flex; flex-wrap: wrap; gap: 10px; }
.catalog-toggle { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border-radius: 999px; background: #f4f6fa; color: #344054; font-weight: 900; }
.catalog-toggle.active { background: #005bff; color: #fff; }
.catalog-explorer__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 22px; }
.catalog-explorer__link { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 12px; align-items: center; min-height: 54px; padding: 10px; border-radius: 16px; color: #175cd3; font-weight: 900; transition: background .16s ease, transform .16s ease; }
.catalog-explorer__link:hover { background: #f3f7ff; transform: translateX(3px); }
.catalog-explorer__icon { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(180deg, #f4f8ff 0%, #eaf2ff 100%); color: #005bff; font-size: 18px; box-shadow: inset 0 0 0 1px rgba(0,91,255,.08); }
.catalog-explorer__count { color: #98a2b3; font-size: 13px; font-weight: 800; }
.footer { margin-top: 34px; padding: 36px 0 26px; border-top: 1px solid #e6eaf2; background: #fff; color: #667085; }
.footer-columns { display: grid; grid-template-columns: 1.25fr .85fr .85fr 1.25fr; gap: 28px; align-items: start; }
.footer-brand { display: grid; gap: 14px; }
.footer-logo { display: inline-grid; grid-template-columns: 44px 1fr; gap: 12px; align-items: center; color: #172033; font-weight: 900; }
.footer-logo .brand-mark { width: 44px; height: 48px; }
.footer-title { display: block; font-size: 22px; color: #172033; }
.footer-subtitle { display: block; margin-top: 3px; color: #667085; font-size: 14px; }
.footer-copy { margin: 0; color: #98a2b3; font-size: 14px; }
.footer-text { margin: 0; max-width: 360px; font-size: 14px; }
.footer-heading { display: block; margin-bottom: 12px; color: #172033; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { list-style: none; display: grid; gap: 9px; padding: 0; margin: 0; }
.footer-links a { color: #475467; font-weight: 700; line-height: 1.35; }
.footer-links a:hover { color: #005bff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 28px; padding-top: 18px; border-top: 1px solid #e6eaf2; font-size: 14px; }
@media (max-width: 1380px) {
    .header-main { grid-template-columns: 220px 1fr 1fr; }
    .header-search-wrap { grid-column: 1 / -1; }
    .nav { align-items: flex-start; flex-direction: column; }
    .navlinks { width: 100%; overflow: visible; padding-bottom: 4px; }
    .nav-actions { width: 100%; overflow-x: auto; padding-bottom: 4px; }
}
@media (max-width: 1180px) {
    .market-hero__grid, .catalog-layout, .detail-grid { grid-template-columns: 1fr; }
    .filter-panel { position: static; }
    .results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .category-strip, .visual-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .shell { width: min(100% - 24px, 1300px); }
    .utility-inner { align-items: flex-start; flex-direction: column; gap: 8px; padding: 8px 0; }
    .utility-side { align-items: flex-start; flex-direction: column; gap: 8px; width: 100%; }
    .utility-links, .top-auth { justify-content: flex-start; }
    .top-auth { padding-left: 0; border-left: 0; }
    .utility-note { white-space: normal; }
    .market-panel { padding: 24px; border-radius: 20px; }
    .market-search { grid-template-columns: 1fr; }
    .category-strip, .results-grid, .info-grid, .visual-grid { grid-template-columns: 1fr; }
    .catalog-explorer__grid { grid-template-columns: 1fr; }
    .catalog-explorer__head { align-items: flex-start; flex-direction: column; }
    .footer-columns { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; }
    .section-head { align-items: flex-start; flex-direction: column; }
    .header-main { grid-template-columns: 1fr; padding: 8px 0; gap: 8px; }
    .brand { grid-template-columns: 38px 1fr; }
    .brand-mark { width: 38px; height: 40px; }
    .brand-logo { width: 190px; max-height: 52px; }
    .brand-subtitle { display: none; }
    .header-search { min-height: 44px; grid-template-columns: 1fr 52px; }
    .header-search input { font-size: 15px; }
    .top-counter { display: none; }
    .nav { min-height: auto; gap: 10px; padding: 0 0 12px; }
    .navlinks { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
    .navlinks a { min-height: 32px; white-space: nowrap; }
    .nav-icon { width: 22px; height: 22px; margin-right: 6px; }
    .mega-menu { display: none; }
    .nav-actions { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
    .button.icon { display: none; }
    .button { min-height: 36px; }
    .button.green, .button.profile { font-size: 14px; }
    .breadcrumbs { border-radius: 14px; padding: 10px; }
    .producer-card__facts { grid-template-columns: 1fr; }
    .producer-card__title { font-size: 20px; }
    .producer-card__actions { position: static; opacity: 1; pointer-events: auto; box-shadow: none; transform: none; }
    .producer-card__actions .button { min-height: 48px; font-size: 15px; }
}
