* { box-sizing: border-box; }
:root {
    --bg: #f7f8fb;
    --surface: #fff;
    --surface-soft: #f2f5fa;
    --text: #0f172a;
    --text-muted: #64748b;
    --border: #e5e7eb;
    --brand-blue: #2563eb;
    --brand-blue-2: #3b82f6;
    --brand-violet: #7c3aed;
    --button-dark: #0f172a;
    --button-dark-hover: #1e293b;
    --radius-lg: 24px;
    --radius-md: 18px;
    --shadow-soft: 0 16px 40px rgba(15, 23, 42, .06);
}
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
a { color: #04c; text-decoration: none; }
a:hover { text-decoration: underline; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.page { min-height: 100vh; display: flex; flex-direction: column; }
.topbar { width: min(1220px, calc(100% - 40px)); margin: 0 auto; background: transparent; }
.topbar__inner, .main, .footer { width: min(1220px, calc(100% - 40px)); margin: 0 auto; }
.topbar__inner { width: 100%; min-height: 38px; display: flex; align-items: center; justify-content: flex-start; gap: 28px; padding: 25px 18px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; line-height: 0; }
.brand__logo { display: block; width: auto; height: 40px; }
.nav { min-width: 0; display: flex; justify-content: flex-end; gap: 18px; font-size: 15px; }
.top-location { min-height: 36px; border: 1px solid #e5e7eb; border-radius: 999px; background: #fff; color: #111827; padding: 8px 12px; font: inherit; font-size: 14px; line-height: 1.2; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; max-width: min(420px, 48vw); }
.top-location:hover, .top-location:focus { border-color: #93c5fd; background: #f8fafc; outline: none; }
.top-location__icon { color: #6b7280; font-size: 14px; line-height: 1; }
.top-location__flag { width: 24px; height: 16px; flex: 0 0 24px; border-radius: 3px; object-fit: cover; border: 1px solid #e5e7eb; background: #fff; }
.top-location__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main { flex: 1; }
.hero { max-width: 820px; margin: 44px auto 54px; text-align: center; }
.hero h1 { margin: 0 0 14px; font-size: 48px; line-height: 1.1; letter-spacing: 0; }
.lead { margin: 0 0 28px; color: #555; font-size: 20px; }
.search-form { display: flex; gap: 8px; width: 100%; }
.search-form input, .form input, .form textarea, .form select { width: 100%; border: 1px solid #b8b8b8; border-radius: 6px; padding: 13px 14px; font: inherit; }
.search-form button, .button { border: 0; border-radius: 8px; background: var(--button-dark); color: #fff; padding: 13px 22px; font: inherit; cursor: pointer; white-space: nowrap; display: inline-flex; align-items: center; justify-content: center; }
.search-form button:hover, .button:hover { background: var(--button-dark-hover); text-decoration: none; }
.button--primary { font-size: 18px; padding: 15px 26px; }
.hero__pick { margin-top: 4px; }
.examples { margin-top: 14px; color: #666; font-size: 14px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.card { border: 1px solid #e5e5e5; border-radius: 8px; padding: 18px; background: #fff; }
.card h2, .card h3 { margin: 0 0 8px; font-size: 20px; }
.card p { margin: 0; color: #555; }
.home-rubrics, .home-locations { margin-top: 28px; }
.crumbs { margin-bottom: 18px; color: #777; font-size: 14px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.crumbs a { color: #555; }
.crumbs [aria-current="page"] { color: #111827; }
.crumbs__sep { color: #aaa; }
.content { display: grid; gap: 18px; }
.content h1 { margin: 0; font-size: 34px; line-height: 1.18; letter-spacing: 0; }
.topic-list { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-list a, .pill { border: 1px solid #ddd; border-radius: 999px; color: #333; padding: 8px 13px; background: #fafafa; font: inherit; cursor: pointer; display: inline-flex; align-items: center; }
.result { padding: 16px 0; border-bottom: 1px solid #eee; }
.result__type { color: #777; font-size: 14px; }
.form { max-width: 760px; display: grid; gap: 14px; }
.form label { display: grid; gap: 6px; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.notice { border: 1px solid #d8ead0; background: #f5fbf2; border-radius: 8px; padding: 14px; }
.message-consents { display: grid; gap: 10px; }
.road-form .message-consents label { display: flex; align-items: flex-start; gap: 9px; color: var(--text-muted); font-size: 13px; line-height: 1.45; font-weight: 500; }
.road-form .message-consents input[type="checkbox"] { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 0 0; padding: 0; border-radius: 4px; }
.road-form .message-consents a { font-weight: 650; }
.consent-check { color: var(--text-muted); font-size: 14px; font-weight: 400; }
.consent-check span { display: flex; gap: 8px; align-items: flex-start; }
.consent-check input { width: auto; margin-top: 4px; }
.footer { border-top: 1px solid #eee; padding: 22px 0 36px; color: #666; font-size: 14px; text-align: center; }
.location-page { display: grid; gap: 28px; }
.location-sections-nav { position: relative; z-index: 20; overflow: visible; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); padding: 18px; }
.location-sections-nav__mobile-toggle, .location-sections-nav__mobile-actions { display: none; }
.location-sections-nav__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.location-sections-nav__head strong { min-width: 0; color: var(--text); font-size: 18px; line-height: 1.25; font-weight: 650; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.location-sections-nav__change { flex: 0 0 auto; border: 0; background: transparent; color: #64748b; padding: 0; font: inherit; font-size: 14px; line-height: 1.2; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; }
.location-sections-nav__change span { border-bottom: 1px dashed currentColor; }
.location-sections-nav__change:hover, .location-sections-nav__change:focus { color: var(--brand-blue); outline: none; }
.location-sections-nav__pin { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: var(--brand-blue-2); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.location-sections-nav__accordion { position: relative; display: flex; flex-wrap: wrap; gap: 10px; overflow: visible; }
.location-sections-nav__group { position: relative; flex: 1 1 142px; min-width: 132px; max-width: 210px; }
.location-sections-nav__group summary, .location-sections-nav__group--link { min-height: 48px; display: flex; align-items: center; gap: 10px; border: 1px solid #e5e7eb; border-radius: 16px; background: #fff; padding: 11px 14px; color: #334155; font-size: 14px; line-height: 1.2; font-weight: 650; cursor: pointer; list-style: none; box-shadow: 0 1px 0 rgba(15, 23, 42, .02); }
.location-sections-nav__group--link:hover { border-color: #bfdbfe; background: #f8fbff; color: var(--brand-blue); text-decoration: none; }
.location-sections-nav__group summary::-webkit-details-marker { display: none; }
.location-sections-nav__group summary::after { content: ""; width: 8px; height: 8px; margin-left: auto; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); opacity: .55; transition: transform .15s ease; }
.location-sections-nav__group:hover summary { border-color: #bfdbfe; background: #f8fbff; }
.location-sections-nav__group[open] summary::after { transform: rotate(225deg); }
.location-sections-nav__group.is-active summary, .location-sections-nav__group--link.is-active { border-color: #bfdbfe; background: #eaf1ff; color: #1d4ed8; }
.location-sections-nav__children { position: absolute; top: calc(100% + 8px); left: 0; z-index: 30; width: max-content; min-width: 190px; max-width: 280px; display: grid; gap: 4px; padding: 8px; border: 1px solid #e5e7eb; border-radius: 16px; background: #fff; box-shadow: 0 18px 45px rgba(15, 23, 42, .12); }
.location-sections-nav__child { min-height: 38px; display: flex; align-items: center; border: 1px solid transparent; border-radius: 12px; background: #fff; color: #475569; padding: 9px 12px; font-size: 14px; line-height: 1.2; font-weight: 600; }
.location-sections-nav__child:hover { border-color: #bfdbfe; background: #fff; color: var(--brand-blue); text-decoration: none; }
.location-sections-nav__child.is-active { border-color: #bfdbfe; background: #fff; color: #1d4ed8; box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .08); }
.location-sections-nav__icon { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.location-hero { position: relative; overflow: hidden; display: grid; gap: 34px; padding: 44px 28px; border: 1px solid var(--border); border-radius: 32px; background: var(--surface); box-shadow: none; }
.location-hero .crumbs { margin-bottom: 16px; }
.location-hero h1 { max-width: 760px; margin: 0; font-size: clamp(36px, 5vw, 56px); line-height: 1.05; letter-spacing: 0; font-weight: 650; }
.location-hero__lead { max-width: 760px; margin: 18px 0 0; color: var(--text-muted); font-size: 21px; line-height: 1.45; }
.location-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.location-button { min-height: 48px; border-radius: 14px; padding: 13px 18px; font-size: 16px; }
.location-button--ghost { background: #fff; }
.location-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.location-stat { min-height: 92px; padding: 16px; border: 1px solid rgba(226, 232, 240, .9); border-radius: 18px; background: rgba(255,255,255,.78); }
.location-stat strong { display: block; font-size: 22px; line-height: 1.15; font-weight: 650; color: var(--text); }
.location-stat span { display: block; margin-top: 6px; color: var(--text-muted); font-size: 13px; }
.location-section, .location-panel { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: none; }
.location-section { padding: 28px; }
.location-panel { padding: 24px; }
.location-section__head { margin-bottom: 18px; }
.location-section__head h2 { margin: 0; font-size: 24px; line-height: 1.2; letter-spacing: 0; font-weight: 650; }
.location-section__head p { max-width: 720px; margin: 8px 0 0; color: var(--text-muted); }
.rubric-groups { display: grid; gap: 24px; }
.rubric-group h3 { margin: 0 0 12px; color: var(--text-muted); font-size: 14px; font-weight: 650; }
.rubric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.rubric-card { display: grid; gap: 9px; min-height: 164px; padding: 18px; border: 1px solid var(--border); border-radius: 20px; background: #fff; color: var(--text); transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
.rubric-card:hover { border-color: #bfdbfe; box-shadow: none; text-decoration: none; transform: translateY(-1px); }
.rubric-card__title { font-size: 17px; font-weight: 650; }
.rubric-card__desc { color: var(--text-muted); font-size: 14px; line-height: 1.45; }
.rubric-card__meta { align-self: end; color: #3157ff; font-size: 13px; font-weight: 600; }
.location-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.location-grid--context { align-items: start; }
.location-list { display: grid; gap: 8px; }
.location-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid #eef2f7; color: var(--text); }
.location-row:hover { color: var(--brand-blue); text-decoration: none; }
.location-row:last-child { border-bottom: 0; }
.location-row strong { display: block; font-size: 16px; font-weight: 650; }
.location-row small { display: block; margin-top: 3px; color: var(--text-muted); font-size: 13px; }
.geo-interlinks { display: grid; gap: 18px; }
.geo-link-list { display: grid; gap: 8px; }
.geo-link-more .geo-link-list { margin-top: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.service-card { display: grid; gap: 4px; min-height: 86px; padding: 14px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface-soft); color: var(--text); }
.service-card:hover { border-color: #bfdbfe; text-decoration: none; }
.service-card strong { font-size: 15px; line-height: 1.25; }
.service-card span { color: var(--text-muted); font-size: 13px; }
.service-card--muted { color: var(--text-muted); }
.fact-list { display: grid; gap: 12px; margin: 0; }
.fact-list div { display: flex; justify-content: space-between; gap: 18px; padding: 0 0 12px; border-bottom: 1px solid #eef2f7; }
.fact-list div:last-child { padding-bottom: 0; border-bottom: 0; }
.fact-list dt { color: var(--text-muted); }
.fact-list dd { margin: 0; text-align: right; font-weight: 600; }
.message-card { display: grid; gap: 6px; padding: 15px 0; border-bottom: 1px solid #eef2f7; }
.message-card:last-child { border-bottom: 0; }
.message-card strong { font-size: 16px; }
.message-card p { margin: 0; color: #334155; }
.message-card span { color: var(--text-muted); font-size: 13px; }
.message-form-status { margin: 10px 0 0; color: var(--text-muted); font-size: 14px; line-height: 1.45; }
.message-form-status.is-success { color: #166534; }
.message-form-status.is-error { color: #b91c1c; }
form.is-message-sent input:disabled, form.is-message-sent select:disabled, form.is-message-sent textarea:disabled { background: #f8fafc; color: #64748b; cursor: not-allowed; }
.footer__links { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.admin-tabs a { border: 1px solid var(--border); border-radius: 999px; padding: 8px 12px; color: var(--text); background: #fff; }
.admin-tabs a.is-active { border-color: #bfdbfe; background: #eaf1ff; color: #1d4ed8; }
.admin-list { display: grid; gap: 10px; }
.admin-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid var(--border); border-radius: 16px; background: #fff; color: var(--text); }
.admin-row__content { display: grid; gap: 5px; color: var(--text); }
.admin-row__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.button--small { padding: 9px 14px; font-size: 14px; border-radius: 8px; }
.button--muted { background: #475569; }
.button--muted:hover { background: #334155; }
.admin-row span, .admin-row small, .admin-meta span, .admin-log-row span { color: var(--text-muted); }
.admin-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
.admin-meta div, .admin-preview, .admin-log-row { display: grid; gap: 5px; padding: 14px; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.legal-page h2 { margin-top: 26px; }
.location-empty { display: grid; gap: 4px; padding: 18px; border-radius: 18px; background: var(--surface-soft); }
.location-empty span, .location-muted { color: var(--text-muted); }
.location-disclaimer { margin: -4px 0 0; color: var(--text-muted); font-size: 13px; }
.road-page { display: grid; gap: 28px; }
.road-hero { display: grid; gap: 34px; padding: 44px 28px; border: 1px solid var(--border); border-radius: 32px; background: var(--surface); }
.road-hero .crumbs { margin-bottom: 16px; }
.road-hero h1 { max-width: 800px; margin: 0; font-size: clamp(36px, 5vw, 56px); line-height: 1.05; letter-spacing: 0; font-weight: 650; }
.road-hero__lead { max-width: 780px; margin: 18px 0 0; color: var(--text-muted); font-size: 21px; line-height: 1.45; }
.road-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.road-button { min-height: 48px; border-radius: 14px; padding: 13px 18px; font-size: 16px; }
.road-button--ghost { background: #fff; }
.road-kpi { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; }
.road-kpi__item { min-height: 92px; padding: 16px; border: 1px solid rgba(226, 232, 240, .95); border-radius: 18px; background: #fff; }
.road-kpi__item strong { display: block; font-size: 22px; line-height: 1.15; font-weight: 650; color: var(--text); }
.road-kpi__item span { display: block; margin-top: 6px; color: var(--text-muted); font-size: 13px; }
.road-grid { display: grid; grid-template-columns: 1fr; gap: 18px; align-items: start; }
.road-grid--summary { grid-template-columns: 1fr; }
.road-panel { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); padding: 24px; }
.road-section__head { margin-bottom: 18px; }
.road-section__head h2 { margin: 0; font-size: 24px; line-height: 1.2; letter-spacing: 0; font-weight: 650; }
.road-section__head p { max-width: 720px; margin: 8px 0 0; color: var(--text-muted); }
.road-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.road-summary div { display: grid; gap: 6px; min-height: 92px; padding: 15px; border: 1px solid #e7edf5; border-radius: 18px; background: var(--surface-soft); }
.road-summary span { color: var(--text-muted); font-size: 13px; }
.road-summary strong { font-size: 18px; line-height: 1.2; }
.road-note { margin: 16px 0 0; color: var(--text-muted); font-size: 14px; }
.road-insights { margin-top: 22px; }
.road-insights h3 { margin: 0 0 12px; color: var(--text); font-size: 18px; line-height: 1.25; letter-spacing: 0; font-weight: 650; }
.road-insight-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.road-insight-card { display: grid; gap: 6px; min-height: 88px; padding: 15px; border: 1px solid #e7edf5; border-radius: 18px; background: #fff; }
.road-insight-card span { color: var(--text-muted); font-size: 13px; line-height: 1.35; }
.road-insight-card strong { color: var(--text); font-size: 17px; line-height: 1.25; font-weight: 650; }
.road-chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.road-chip { border: 1px solid #dbeafe; border-radius: 999px; padding: 9px 13px; background: #f8fbff; color: var(--text); font-size: 14px; }
.road-chip:hover { border-color: #93c5fd; text-decoration: none; }
.road-chip--static:hover { border-color: #dbeafe; }
.road-top-streets { margin-top: 18px; }
.road-top-streets h3 { margin: 0 0 10px; color: var(--text-muted); font-size: 14px; font-weight: 650; }
.road-location-list { display: grid; gap: 8px; }
.road-location-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid #eef2f7; color: var(--text); }
.road-location-row:hover { color: var(--brand-blue); text-decoration: none; }
.road-location-row:last-child { border-bottom: 0; }
.road-location-row strong { display: block; font-size: 16px; font-weight: 650; }
.road-location-row small { display: block; margin-top: 3px; color: var(--text-muted); font-size: 13px; }
.road-location-more { margin-top: 8px; }
.road-location-more summary { min-height: 42px; border: 1px solid #dbeafe; border-radius: 14px; background: #f8fbff; color: var(--brand-blue); padding: 10px 14px; cursor: pointer; font-size: 14px; font-weight: 650; list-style: none; display: inline-flex; align-items: center; }
.road-location-more summary::-webkit-details-marker { display: none; }
.road-location-more summary:hover { border-color: #93c5fd; background: #eff6ff; }
.road-location-more .road-location-list { margin-top: 8px; }
.road-location-more__hide { display: none; }
.road-location-more[open] .road-location-more__show { display: none; }
.road-location-more[open] .road-location-more__hide { display: inline; }
.road-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.road-service-card { display: grid; gap: 4px; min-height: 86px; padding: 14px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface-soft); color: var(--text); }
.road-service-card:hover { border-color: #bfdbfe; text-decoration: none; }
.road-service-card strong { font-size: 15px; line-height: 1.25; }
.road-service-card span { color: var(--text-muted); font-size: 13px; }
.road-service-card--muted { color: var(--text-muted); }
.road-empty { display: grid; gap: 6px; padding: 18px; border-radius: 18px; background: var(--surface-soft); }
.road-empty span, .road-muted { color: var(--text-muted); }
.road-empty__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.road-form { display: grid; gap: 14px; }
.road-form label { display: grid; gap: 7px; color: var(--text); font-size: 14px; font-weight: 650; }
.road-form input, .road-form select, .road-form textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 14px; padding: 13px 14px; background: #fff; color: var(--text); font: inherit; font-weight: 400; }
.road-form textarea { resize: vertical; min-height: 126px; }
.road-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.road-form-check { font-weight: 400; color: var(--text-muted); }
.road-form-check span { display: flex; gap: 8px; align-items: flex-start; }
.road-form-check input { width: auto; margin-top: 4px; }
.road-form-note { max-width: 760px; margin: 0; color: var(--text-muted); font-size: 13px; }
.road-faq-list { display: grid; gap: 10px; }
.road-faq-item { border: 1px solid #e7edf5; border-radius: 18px; background: var(--surface-soft); }
.road-faq-item summary { display: flex; align-items: center; gap: 10px; padding: 15px 16px; cursor: pointer; color: var(--text); font-weight: 650; list-style: none; }
.road-faq-item summary::-webkit-details-marker { display: none; }
.road-faq-item summary::before { content: ""; width: 8px; height: 8px; flex: 0 0 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); opacity: .7; transition: transform .15s ease; }
.road-faq-item[open] summary::before { transform: rotate(45deg); }
.road-faq-item p { margin: 0; padding: 0 16px 16px; color: var(--text-muted); }
.location-modal[hidden] { display: none; }
.location-modal { position: fixed; inset: 0; z-index: 1000; }
.location-modal__backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .34); }
.location-modal__panel { position: relative; width: min(680px, calc(100% - 32px)); max-height: min(760px, calc(100vh - 48px)); margin: 24px auto; overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; box-shadow: 0 24px 70px rgba(15, 23, 42, .16); }
.location-modal__close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 999px; background: #f8fafc; color: #111827; font-size: 24px; cursor: pointer; }
.location-modal__header { display: flex; align-items: center; gap: 10px; padding: 24px 64px 12px 24px; }
.location-modal__header h2 { margin: 0; font-size: 26px; line-height: 1.2; letter-spacing: 0; }
.location-modal__back { width: 36px; height: 36px; border: 1px solid #e5e7eb; border-radius: 999px; background: #fff; color: #111827; font: inherit; cursor: pointer; }
.location-modal__search { width: calc(100% - 48px); margin: 8px 24px 14px; border: 1px solid #d1d5db; border-radius: 12px; padding: 14px 15px; font: inherit; font-size: 16px; }
.location-modal__content { overflow: auto; padding: 2px 24px 24px; }
.location-group { display: grid; gap: 8px; margin-top: 16px; }
.location-group h3 { margin: 0 0 2px; color: #6b7280; font-size: 14px; font-weight: 600; }
.location-item, .location-current { width: 100%; border: 1px solid #e5e7eb; border-radius: 12px; background: #fff; color: #111827; padding: 13px 14px; text-align: left; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; font: inherit; }
.location-current { margin: 4px 0 14px; border-color: #bfdbfe; background: #eff6ff; }
.location-item:hover, .location-item:focus, .location-current:hover, .location-current:focus { border-color: #93c5fd; outline: none; background: #f8fafc; }
.location-item__main { min-width: 0; display: flex; align-items: center; gap: 10px; }
.location-item__text { min-width: 0; display: grid; gap: 2px; }
.location-item__flag { width: 28px; height: 19px; flex: 0 0 28px; border-radius: 4px; object-fit: cover; border: 1px solid #e5e7eb; background: #fff; }
.location-item__name { font-size: 17px; }
.location-item__meta { color: #6b7280; font-size: 14px; }
.location-state { color: #6b7280; padding: 22px 0; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid #2563eb; outline-offset: 2px; }
@media (max-width: 720px) {
    .topbar, .topbar__inner, .main, .footer { width: calc(100% - 16px); }
    .topbar { margin-top: 0; margin-bottom: 0; }
    .topbar__inner { width: 100%; min-height: 34px; flex-direction: row; align-items: center; gap: 12px; padding: 20px 8px; }
    .brand__logo { width: auto; height: 34px; }
    .nav { flex: 1 1 auto; min-width: 0; }
    .top-location { max-width: calc(100vw - 168px); min-height: 34px; padding: 7px 9px; font-size: 13px; }
    .top-location__flag { width: 22px; height: 15px; flex-basis: 22px; }
    .hero { margin-top: 18px; text-align: left; }
    .hero h1 { font-size: 38px; }
    .search-form { flex-direction: column; }
    .grid { grid-template-columns: 1fr; }
    .admin-row { grid-template-columns: 1fr; }
    .admin-row__actions { justify-content: flex-start; }
    .location-modal__panel { width: 100%; height: 100%; max-height: 100%; margin: 0; border-radius: 0; border: 0; }
    .location-modal__header { padding-top: 20px; }
    .location-modal__header h2 { font-size: 23px; }
    .location-page { gap: 18px; }
    .location-sections-nav { padding: 10px; border-radius: 18px; overflow: hidden; }
    .location-sections-nav__head { display: none; }
    .location-sections-nav__mobile-toggle { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #dbe5f2; border-radius: 14px; background: #fff; color: var(--text); padding: 10px 12px; font: inherit; font-size: 15px; line-height: 1.2; font-weight: 650; cursor: pointer; }
    .location-sections-nav__mobile-toggle span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .location-sections-nav__mobile-toggle::after { content: ""; width: 9px; height: 9px; flex: 0 0 9px; border-right: 2px solid #64748b; border-bottom: 2px solid #64748b; transform: rotate(45deg); transition: transform .15s ease; }
    .location-sections-nav.is-open .location-sections-nav__mobile-toggle { border-color: #bfdbfe; background: #f8fbff; color: #1d4ed8; }
    .location-sections-nav.is-open .location-sections-nav__mobile-toggle::after { transform: rotate(225deg); }
    .location-sections-nav__body { display: none; margin-top: 10px; }
    .location-sections-nav.is-open .location-sections-nav__body { display: block; }
    .location-sections-nav__mobile-actions { display: flex; justify-content: flex-end; margin-bottom: 8px; }
    .location-sections-nav__mobile-actions .location-sections-nav__change { font-size: 13px; gap: 7px; }
    .location-sections-nav__mobile-actions .location-sections-nav__change span { display: inline; }
    .location-sections-nav__accordion { display: grid; grid-template-columns: 1fr; gap: 8px; overflow: visible; margin: 0; padding: 0; }
    .location-sections-nav__group { min-width: 0; max-width: none; width: 100%; }
    .location-sections-nav__group summary, .location-sections-nav__group--link { width: 100%; min-height: 42px; padding: 9px 10px; border-radius: 13px; font-size: 13px; }
    .location-sections-nav__group summary span, .location-sections-nav__group--link span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .location-sections-nav__children { position: static; width: auto; min-width: 0; max-width: none; margin-top: 8px; grid-column: 1 / -1; box-shadow: none; }
    .location-sections-nav__child { min-height: 34px; padding: 8px 10px; font-size: 13px; }
    .location-hero { padding: 24px; border-radius: 24px; }
    .location-hero h1 { font-size: clamp(34px, 10vw, 40px); }
    .location-hero__lead { font-size: 18px; }
    .location-hero__actions { flex-direction: column; }
    .location-button { width: 100%; }
    .location-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .location-stat { min-height: 82px; }
    .location-section, .location-panel { padding: 20px; border-radius: 22px; }
    .rubric-grid, .location-grid, .service-grid { grid-template-columns: 1fr; }
    .road-page { gap: 18px; }
    .road-hero { gap: 24px; padding: 20px; border-radius: 22px; }
    .road-hero .crumbs { margin-bottom: 12px; }
    .road-hero h1 { font-size: clamp(28px, 8.8vw, 38px); line-height: 1.08; }
    .road-hero__lead { margin-top: 14px; font-size: 16px; }
    .road-hero__actions, .road-empty__actions { flex-direction: column; }
    .road-button { width: 100%; }
    .road-kpi { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .road-grid, .road-grid--summary, .road-summary, .road-insight-grid, .road-service-grid, .road-form-grid { grid-template-columns: 1fr; }
    .road-panel { padding: 20px; border-radius: 22px; }
    .fact-list div { display: grid; gap: 4px; }
    .fact-list dd { text-align: left; }
}
