.lf-catalog,
.lf-detail {
    --lf-page: #f6f7fb;
    --lf-card: #ffffff;
    --lf-ink: #172038;
    --lf-muted: #687086;
    --lf-line: #e3e6f0;
    --lf-purple: #3d3d98;
    --lf-accent: #403ba5;
    --lf-accent-dark: #312d86;
    --lf-accent-soft: #efeffb;
    color: var(--lf-ink);
    background: var(--lf-page);
    font-family: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.lf-catalog.lf-theme-found,
.lf-detail.lf-theme-found {
    --lf-accent: #5b9d4c;
    --lf-accent-dark: #477f3a;
    --lf-accent-soft: #edf8e9;
}

.lf-catalog.lf-theme-stolen,
.lf-detail.lf-theme-stolen {
    --lf-accent: #d5544f;
    --lf-accent-dark: #b43d38;
    --lf-accent-soft: #fff0ee;
}

.lf-catalog.lf-theme-missing,
.lf-detail.lf-theme-missing {
    --lf-accent: #3f78d0;
    --lf-accent-dark: #2f61ad;
    --lf-accent-soft: #eef4ff;
}

.lf-catalog *,
.lf-detail * { box-sizing: border-box; }

.lf-catalog h1,
.lf-catalog h2,
.lf-catalog h3,
.lf-catalog h4,
.lf-catalog h5,
.lf-catalog h6,
.lf-catalog p,
.lf-catalog label,
.lf-catalog small,
.lf-catalog strong,
.lf-catalog span,
.lf-catalog button,
.lf-catalog input,
.lf-catalog select,
.lf-catalog a,
.lf-detail h1,
.lf-detail h2,
.lf-detail h3,
.lf-detail h4,
.lf-detail h5,
.lf-detail h6,
.lf-detail p,
.lf-detail label,
.lf-detail small,
.lf-detail strong,
.lf-detail span,
.lf-detail button,
.lf-detail input,
.lf-detail select,
.lf-detail a,
.lf-detail td,
.lf-detail th {
    font-family: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-style: normal;
}

.lf-catalog button:focus-visible,
.lf-catalog a:focus-visible,
.lf-catalog input:focus-visible,
.lf-catalog select:focus-visible,
.lf-detail button:focus-visible,
.lf-detail a:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--lf-accent) 30%, transparent);
    outline-offset: 3px;
}

.lf-catalog-inner,
.lf-detail-inner {
    width: min(1480px, calc(100% - 40px));
    margin: 0 auto;
}

.lf-catalog-shell,
.lf-detail-shell {
    padding: 28px 0 56px;
}

.lf-catalog-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding: 30px 32px;
    border: 1px solid var(--lf-line);
    border-radius: 22px;
    background: radial-gradient(circle at 90% 0%, color-mix(in srgb, var(--lf-accent) 12%, transparent), transparent 30%), #fff;
    box-shadow: 0 16px 45px rgba(27, 33, 70, .07);
}

.lf-catalog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
    color: var(--lf-accent-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lf-catalog-hero h1 {
    margin: 0;
    color: var(--lf-ink);
    font-size: clamp(29px, 3vw, 46px);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.05;
    text-transform: none;
}

.lf-catalog-hero p { margin: 10px 0 0; color: var(--lf-muted); font-size: 15px; }

.lf-catalog-total {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 180px;
    padding: 13px 16px;
    border: 1px solid color-mix(in srgb, var(--lf-accent) 23%, white);
    border-radius: 15px;
    background: var(--lf-accent-soft);
    color: var(--lf-accent-dark);
}

.lf-catalog-total i { font-size: 20px; }
.lf-catalog-total strong { display: block; font-size: 22px; font-weight: 800; line-height: 1; }
.lf-catalog-total small { color: var(--lf-muted); font-size: 11px; }

.lf-catalog-workspace {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
    gap: 22px;
}

.lf-catalog-filters,
.lf-catalog-results,
.lf-detail-card {
    border: 1px solid var(--lf-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(27, 33, 70, .06);
}

.lf-catalog-filters {
    position: sticky;
    top: 18px;
    padding: 22px;
}

.lf-filter-title { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.lf-filter-title > span {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    color: var(--lf-accent);
    background: var(--lf-accent-soft);
    font-size: 17px;
}
.lf-filter-title h2 { margin: 0; color: var(--lf-ink); font-size: 17px; font-weight: 800; }
.lf-filter-title p { margin: 2px 0 0; color: var(--lf-muted); font-size: 11px; }

.lf-catalog-field { margin-bottom: 15px; }
.lf-catalog-field label { display: block; margin: 0 0 7px; color: var(--lf-ink); font-size: 12px; font-weight: 800; }
.lf-catalog-control { position: relative; }
.lf-catalog-control i {
    position: absolute;
    top: 50%;
    left: 13px;
    z-index: 1;
    color: var(--lf-accent);
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}
.lf-catalog-control input,
.lf-catalog-control select {
    width: 100%;
    min-height: 45px;
    padding: 9px 12px 9px 38px;
    border: 1px solid #dfe2ed;
    border-radius: 12px;
    outline: none;
    color: var(--lf-ink);
    background: #fff;
    font-size: 13px;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.lf-catalog-control input:focus,
.lf-catalog-control select:focus { border-color: var(--lf-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--lf-accent) 12%, transparent); }
.lf-catalog-control input::placeholder { color: #a3a8b8; }

.lf-catalog-actions { display: grid; gap: 9px; margin-top: 20px; }
.lf-catalog-search,
.lf-catalog-clear,
.lf-detail-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 45px;
    padding: 10px 16px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.lf-catalog-search,
.lf-detail-button {
    border: 1px solid var(--lf-accent);
    color: #fff;
    background: var(--lf-accent);
    box-shadow: 0 9px 20px color-mix(in srgb, var(--lf-accent) 24%, transparent);
}
.lf-catalog-search:hover,
.lf-detail-button:hover { color: #fff; background: var(--lf-accent-dark); transform: translateY(-1px); }
.lf-catalog.lf-theme-found .lf-catalog-search,
.lf-catalog.lf-theme-stolen .lf-catalog-search,
.lf-catalog.lf-theme-missing .lf-catalog-search {
    border-radius: 8px 0 8px 0;
    color: #fff;
    box-shadow: none;
    font-weight: 600;
}
.lf-catalog.lf-theme-found .lf-catalog-search { border-color: var(--lf-accent); background: var(--lf-accent); }
.lf-catalog.lf-theme-found .lf-catalog-search:hover { border-color: var(--lf-accent-dark); background: var(--lf-accent-dark); }
.lf-catalog.lf-theme-stolen .lf-catalog-search { border-color: var(--lf-accent); background: var(--lf-accent); }
.lf-catalog.lf-theme-stolen .lf-catalog-search:hover { border-color: var(--lf-accent-dark); background: var(--lf-accent-dark); }
.lf-catalog.lf-theme-missing .lf-catalog-search { border-color: var(--lf-accent); background: var(--lf-accent); }
.lf-catalog.lf-theme-missing .lf-catalog-search:hover { border-color: var(--lf-accent-dark); background: var(--lf-accent-dark); }
.lf-catalog-clear { border: 1px solid transparent; color: var(--lf-purple); background: #f3f2fc; }
.lf-catalog-clear:hover { color: #fff; background: var(--lf-purple); }

.lf-filter-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 18px 0 0;
    padding: 12px;
    border-radius: 12px;
    color: var(--lf-muted);
    background: #f8f8fc;
    font-size: 10px;
    line-height: 1.45;
}
.lf-filter-note i { color: var(--lf-purple); }

.lf-catalog-results { min-width: 0; padding: 22px; }
.lf-results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.lf-results-toolbar h2 { margin: 0; color: var(--lf-ink); font-size: 20px; font-weight: 800; }
.lf-results-toolbar p { margin: 4px 0 0; color: var(--lf-muted); font-size: 12px; }
.lf-results-back { display: inline-flex; align-items: center; gap: 7px; color: var(--lf-purple); font-size: 12px; font-weight: 800; text-decoration: none; }

.lf-bike-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lf-bike-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--lf-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(27, 33, 70, .06);
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.lf-bike-card:hover { border-color: color-mix(in srgb, var(--lf-accent) 44%, white); box-shadow: 0 16px 34px rgba(27, 33, 70, .13); transform: translateY(-4px); }
.lf-bike-card:focus-visible { outline: 3px solid color-mix(in srgb, var(--lf-accent) 30%, transparent); outline-offset: 3px; }
.lf-bike-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #eef0f5; }
.lf-bike-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.lf-bike-card:hover .lf-bike-media img { transform: scale(1.025); }
.lf-bike-date,
.lf-bike-status {
    position: absolute;
    top: 12px;
    z-index: 2;
    padding: 7px 10px;
    border-radius: 9px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(25, 30, 50, .13);
}
.lf-bike-date { left: 12px; color: #fff; background: var(--lf-accent); }
.lf-bike-status { right: 12px; color: var(--lf-accent-dark); background: #fff; }
.lf-bike-body { padding: 16px; }
.lf-bike-body h3 { overflow: hidden; margin: 0 0 12px; color: var(--lf-ink); font-size: 17px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.lf-bike-meta { display: grid; gap: 8px; margin: 0; }
.lf-bike-meta div { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 7px; align-items: start; }
.lf-bike-meta i { color: var(--lf-accent); font-size: 13px; }
.lf-bike-meta dt { display: inline; color: var(--lf-muted); font-size: 11px; font-weight: 700; }
.lf-bike-meta dd { display: inline; margin: 0 0 0 4px; color: var(--lf-ink); font-size: 11px; font-weight: 700; overflow-wrap: anywhere; }
.lf-bike-footer { display: flex; align-items: center; justify-content: space-between; margin: 15px -16px -16px; padding: 12px 16px; border-top: 1px solid var(--lf-line); color: var(--lf-accent-dark); background: var(--lf-accent-soft); font-size: 11px; font-weight: 800; }
.lf-bike-footer i { transition: transform .2s ease; }
.lf-bike-card:hover .lf-bike-footer i { transform: translateX(4px); }
.lf-catalog.lf-theme-found .lf-bike-footer,
.lf-catalog.lf-theme-stolen .lf-bike-footer,
.lf-catalog.lf-theme-missing .lf-bike-footer {
    display: flex;
    width: max-content;
    min-height: 38px;
    margin: 15px 0 0 auto;
    padding: 9px 14px;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 8px 0 8px 0;
    color: #fff;
    background: var(--lf-accent);
    font-weight: 600;
    transition: background-color .2s ease, transform .2s ease;
}
.lf-catalog.lf-theme-found .lf-bike-card:hover .lf-bike-footer,
.lf-catalog.lf-theme-stolen .lf-bike-card:hover .lf-bike-footer,
.lf-catalog.lf-theme-missing .lf-bike-card:hover .lf-bike-footer { background: var(--lf-accent-dark); transform: translateY(-1px); }
.lf-bike-footer-arrow { font-family: Arial, sans-serif !important; font-size: 16px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.lf-bike-card:hover .lf-bike-footer-arrow { transform: translateX(3px); }

.lf-catalog-empty { display: grid; min-height: 330px; place-items: center; border: 1px dashed #d8dbe7; border-radius: 16px; text-align: center; }
.lf-catalog-empty i { display: block; margin-bottom: 9px; color: var(--lf-accent); font-size: 32px; }
.lf-catalog-empty strong { display: block; color: var(--lf-ink); font-size: 17px; }
.lf-catalog-empty span { color: var(--lf-muted); font-size: 12px; }

.lf-catalog-pagination { display: flex; justify-content: center; gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.lf-catalog-pagination button {
    display: grid;
    min-width: 38px;
    height: 38px;
    padding: 0 9px;
    place-items: center;
    border: 1px solid var(--lf-line);
    border-radius: 10px;
    color: var(--lf-purple);
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}
.lf-catalog-pagination button:hover:not(:disabled),
.lf-catalog-pagination .is-active button { border-color: var(--lf-accent); color: #fff; background: var(--lf-accent); }
.lf-catalog-pagination button:disabled { opacity: .38; cursor: default; }

/* Detail pages */
.lf-detail-shell { display: grid; gap: 20px; }
.lf-detail-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
    overflow: hidden;
    min-height: 390px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--lf-accent-dark), var(--lf-accent));
    box-shadow: 0 20px 50px color-mix(in srgb, var(--lf-accent) 22%, transparent);
}
.lf-detail-record-nav {
    position: absolute;
    top: 50%;
    z-index: 8;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
    color: var(--lf-accent-dark);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 9px 24px rgba(15, 23, 42, .22);
    font-size: 20px;
    text-decoration: none;
    transform: translateY(-50%);
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}
.lf-detail-record-nav.is-previous { left: 16px; }
.lf-detail-record-nav.is-next { right: 16px; }
.lf-detail-record-nav:hover,
.lf-detail-record-nav:focus-visible {
    color: #fff;
    background: var(--lf-accent-dark);
    transform: translateY(-50%) scale(1.05);
}
.lf-detail-gallery { position: relative; display: grid; min-width: 0; min-height: 390px; padding: 28px; place-items: center; background: rgba(0, 0, 0, .08); }
.lf-detail-gallery img { width: 100%; height: 330px; object-fit: contain; border-radius: 15px; background: #fff; box-shadow: 0 15px 38px rgba(0, 0, 0, .22); }
.lf-detail-gallery-placeholder { display: grid; width: 100%; height: 330px; place-items: center; border-radius: 15px; background: rgba(255, 255, 255, .1); font-size: 80px; }
.lf-detail-summary { display: flex; flex-direction: column; justify-content: center; padding: 46px; }
.lf-detail-status { align-self: flex-start; margin-bottom: 20px; padding: 8px 12px; border-radius: 9px; color: var(--lf-accent-dark); background: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lf-detail-summary h1 { margin: 0; color: #fff; font-size: clamp(31px, 4vw, 52px); font-weight: 800; letter-spacing: -.045em; line-height: 1; text-transform: none; }
.lf-detail-summary > p { margin: 10px 0 24px; color: rgba(255, 255, 255, .75); font-size: 17px; }
.lf-detail-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.lf-detail-chip { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .25); border-radius: 10px; color: #fff; background: rgba(255, 255, 255, .12); font-size: 11px; font-weight: 700; }
.lf-detail-registered { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: rgba(255, 255, 255, .7); font-size: 12px; }
.lf-detail-registered i { font-size: 20px; }
.lf-detail-registered strong { display: block; color: #fff; font-size: 13px; }

.lf-detail-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 20px; }
.lf-detail-card { overflow: hidden; padding: 24px; }
.lf-detail-card-heading { display: flex; align-items: center; gap: 11px; margin-bottom: 20px; }
.lf-detail-card-heading > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--lf-accent); background: var(--lf-accent-soft); }
.lf-detail-card-heading h2 { margin: 0; color: var(--lf-ink); font-size: 17px; font-weight: 800; }
.lf-detail-card-heading p { margin: 2px 0 0; color: var(--lf-muted); font-size: 11px; }
.lf-detail-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.lf-detail-field { min-width: 0; padding: 13px 14px; border: 1px solid #eceef4; border-radius: 12px; background: #fafafe; }
.lf-detail-field small { display: block; margin-bottom: 5px; color: var(--lf-accent-dark); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.lf-detail-field strong { display: block; overflow-wrap: anywhere; color: var(--lf-ink); font-size: 13px; }
.lf-detail-field.is-wide { grid-column: 1 / -1; }
.lf-detail-map { overflow: hidden; height: 280px; margin-top: 15px; border-radius: 13px; background: #eef1f5; }
.lf-detail-map > div { width: 100%; height: 100%; }

.lf-detail-tabs { display: flex; gap: 8px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--lf-line); }
.lf-detail-tab { display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 8px 14px; border: 1px solid var(--lf-line); border-radius: 11px; color: var(--lf-muted); background: #fff; font-size: 11px; font-weight: 800; }
.lf-detail-tab.is-active { border-color: var(--lf-accent); color: #fff; background: var(--lf-accent); }
.lf-detail-tab-count { min-width: 20px; padding: 2px 6px; border-radius: 20px; color: var(--lf-accent-dark); background: #fff; text-align: center; }
.lf-accessory-list { display: grid; gap: 9px; }
.lf-accessory { display: flex; align-items: center; gap: 11px; padding: 12px; border-radius: 12px; background: var(--lf-accent-soft); }
.lf-accessory > i { color: var(--lf-accent); }
.lf-accessory div { min-width: 0; flex: 1; }
.lf-accessory strong { display: block; color: var(--lf-ink); font-size: 12px; }
.lf-accessory small { color: var(--lf-muted); font-size: 10px; }
.lf-accessory code { padding: 4px 7px; border-radius: 7px; color: #fff; background: var(--lf-accent); font-size: 10px; }
.lf-detail-empty { padding: 30px 10px; color: var(--lf-muted); text-align: center; font-size: 12px; }
.lf-detail-empty i { display: block; margin-bottom: 8px; color: var(--lf-accent); font-size: 28px; }
.lf-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.lf-detail-button.is-secondary { border-color: var(--lf-purple); color: var(--lf-purple); background: #fff; box-shadow: none; }
.lf-detail-button.is-secondary:hover { color: #fff; background: var(--lf-purple); }
.lf-detail.lf-theme-found .lf-detail-button,
.lf-detail.lf-theme-stolen .lf-detail-button,
.lf-detail.lf-theme-missing .lf-detail-button { border-radius: 8px 0 8px 0; box-shadow: none; font-weight: 700; }
.lf-detail-button { cursor: pointer; }

.lf-detail-report-number { margin-bottom: 9px; color: rgba(255, 255, 255, .78); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lf-detail-thumbnails { position: absolute; right: 38px; bottom: 38px; left: 38px; display: flex; justify-content: center; gap: 8px; }
.lf-detail-thumbnails button { overflow: hidden; width: 50px; height: 42px; padding: 2px; border: 2px solid transparent; border-radius: 8px; background: #fff; opacity: .76; cursor: pointer; }
.lf-detail-thumbnails button.is-active { border-color: var(--lf-accent); opacity: 1; }
.lf-detail-thumbnails img { width: 100%; height: 100%; border-radius: 5px; object-fit: cover; box-shadow: none; }

.lf-source-attribution { display: flex; align-items: center; gap: 11px; margin-top: 18px; padding: 14px; border-radius: 12px; color: var(--lf-muted); background: var(--lf-accent-soft); }
.lf-source-attribution > i { color: var(--lf-accent); font-size: 19px; }
.lf-source-attribution > img { width: 48px; height: 34px; border-radius: 8px; object-fit: contain; background: #fff; }
.lf-source-attribution span { min-width: 0; flex: 1; }
.lf-source-attribution small { display: block; font-size: 10px; }
.lf-source-attribution strong { display: block; overflow-wrap: anywhere; color: var(--lf-ink); font-size: 12px; }
.lf-source-attribution a { color: var(--lf-accent-dark); font-size: 11px; font-weight: 800; text-decoration: none; }

.lf-contact-form { display: grid; gap: 13px; }
.lf-contact-form label:not(.lf-contact-consent) { display: block; margin-bottom: 5px; color: var(--lf-ink); font-size: 11px; font-weight: 800; }
.lf-contact-form label small { color: var(--lf-muted); font-weight: 500; }
.lf-contact-form input:not([type="checkbox"]),
.lf-contact-form textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--lf-line); border-radius: 10px; color: var(--lf-ink); background: #fff; font-size: 12px; outline: none; }
.lf-contact-form input:focus,
.lf-contact-form textarea:focus { border-color: var(--lf-accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--lf-accent) 13%, transparent); }
.lf-contact-form .validation-message { display: block; margin-top: 4px; color: #b43d38; font-size: 10px; }
.lf-contact-consent { display: flex; align-items: flex-start; gap: 8px; color: var(--lf-muted); font-size: 11px; line-height: 1.4; cursor: pointer; }
.lf-contact-consent input { margin-top: 2px; accent-color: var(--lf-accent); }
.lf-contact-form .lf-detail-button { width: 100%; }
.lf-contact-error { display: flex; align-items: center; gap: 7px; margin: 0; color: #b43d38; font-size: 11px; }
.lf-contact-success { display: flex; align-items: flex-start; gap: 12px; padding: 16px; border-radius: 12px; color: var(--lf-accent-dark); background: var(--lf-accent-soft); }
.lf-contact-success > i { font-size: 22px; }
.lf-contact-success strong,
.lf-contact-success span { display: block; }
.lf-contact-success span { margin-top: 3px; color: var(--lf-muted); font-size: 11px; line-height: 1.5; }

.lf-found-contact { margin-top: 14px; padding: 14px; border-left: 3px solid var(--lf-accent); border-radius: 10px; color: var(--lf-muted); background: var(--lf-accent-soft); font-size: 12px; line-height: 1.55; }
.lf-stolen-contact { display: grid; gap: 16px; }
.lf-stolen-contact .lf-detail-card-heading { margin-bottom: 0; }
.lf-stolen-contact > .lf-detail-button { width: min(100%, 430px); }
.lf-found-instructions { max-height: 180px; overflow-y: auto; line-height: 1.55; }

@media (max-width: 1120px) {
    .lf-bike-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lf-detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    .lf-catalog-inner,
    .lf-detail-inner { width: min(100% - 22px, 1480px); }
    .lf-catalog-workspace { grid-template-columns: 1fr; }
    .lf-catalog-filters { position: static; }
    .lf-catalog-hero { align-items: flex-start; flex-direction: column; }
    .lf-catalog-total { min-width: 0; }
    .lf-detail-hero { grid-template-columns: 1fr; }
    .lf-detail-gallery { min-height: 300px; }
    .lf-detail-gallery img,
    .lf-detail-gallery-placeholder { height: 270px; }
    .lf-detail-summary { padding: 30px; }
    .lf-detail-record-nav { top: 150px; width: 43px; height: 43px; font-size: 17px; }
}

@media (max-width: 560px) {
    .lf-catalog-hero { padding: 23px 20px; }
    .lf-catalog-hero p { font-size: 13px; }
    .lf-catalog-results,
    .lf-catalog-filters,
    .lf-detail-card { padding: 16px; }
    .lf-bike-grid { grid-template-columns: 1fr; }
    .lf-results-toolbar { align-items: flex-start; flex-direction: column; }
    .lf-detail-gallery { padding: 16px; }
    .lf-detail-record-nav.is-previous { left: 8px; }
    .lf-detail-record-nav.is-next { right: 8px; }
    .lf-detail-summary { padding: 24px 20px; }
    .lf-detail-fields { grid-template-columns: 1fr; }
    .lf-detail-field.is-wide { grid-column: auto; }
    .lf-detail-tabs { overflow-x: auto; }
    .lf-source-attribution { align-items: flex-start; flex-wrap: wrap; }
}
