:root {
  --ink: #17201d;
  --muted: #6a7670;
  --line: #dce3df;
  --canvas: #f2f5f3;
  --surface: #fff;
  --green: #176b4f;
  --green-dark: #0f523c;
  --green-soft: #e7f2ed;
  --amber: #a65a0d;
  --amber-soft: #fff2dc;
  --red: #a83b35;
  --red-soft: #fae9e7;
  --blue: #315f8c;
  --blue-soft: #e9f1f8;
  --shadow: 0 12px 28px rgba(22, 34, 29, .075);
  font-family: Inter, "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { min-width: 320px; margin: 0; background: var(--canvas); }
button, input, select { font: inherit; }
button { cursor: pointer; }
.login-page { min-height: 100vh; background: #e9eeeb; }
.login-shell { width: min(940px, calc(100% - 32px)); min-height: 580px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); margin: max(32px, calc((100vh - 580px) / 2)) auto; overflow: hidden; border: 1px solid #cfd9d4; border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgba(15, 35, 27, .14); }
.login-panel { display: flex; flex-direction: column; padding: 42px 54px 32px; }
.login-brand { display: flex; align-items: center; gap: 12px; }
.login-brand strong, .login-brand span { display: block; }
.login-brand strong { font-size: 15px; }
.login-brand span { margin-top: 2px; color: var(--muted); font-size: 10px; }
.login-heading { margin-top: 78px; }
.login-heading h1 { margin: 7px 0 9px; font-size: 28px; }
.login-heading > p:last-child { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.login-form { display: grid; gap: 8px; margin-top: 27px; }
.login-form label { margin-top: 5px; color: #405048; font-size: 11px; font-weight: 800; }
.password-field { position: relative; }
.password-field input { padding-right: 56px; }
.password-toggle { position: absolute; top: 1px; right: 1px; height: 38px; padding: 0 12px; border: 0; color: var(--green); background: transparent; font-size: 10px; font-weight: 800; }
.login-error { min-height: 18px; margin: 2px 0 0; color: var(--red); font-size: 11px; }
.login-submit { width: 100%; margin-top: 3px; }
.login-footnote { margin: auto 0 0; color: #89958f; font-size: 10px; }
.login-context { display: flex; align-items: end; padding: 48px; color: #e8f2ed; background: #18332a; }
.login-context div { padding-top: 22px; border-top: 1px solid #4d695f; }
.login-context span, .login-context strong { display: block; }
.login-context span { color: #8cb4a4; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.login-context strong { margin-top: 10px; font-size: 25px; }
.login-context p { margin: 10px 0 0; color: #b8cbc3; font-size: 12px; line-height: 1.7; }
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 244px minmax(0, 1fr); }
.sidebar { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; padding: 24px 18px; color: #eef5f2; background: #16231f; }
.brand { display: flex; align-items: center; gap: 12px; padding: 0 8px 30px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #547166; border-radius: 6px; color: #fff; background: #1c7456; font-weight: 800; }
.brand strong, .brand span { display: block; }
.brand strong { font-size: 15px; }
.brand span { margin-top: 2px; color: #91a49c; font-size: 10px; }
.primary-nav { display: grid; gap: 6px; }
.nav-item { min-height: 44px; display: flex; align-items: center; gap: 11px; padding: 0 12px; border: 0; border-radius: 6px; color: #aebcb6; background: transparent; text-align: left; }
.nav-item:hover { color: #fff; background: #20322c; }
.nav-item.active { color: #fff; background: #285744; }
.nav-item > span:first-child { width: 18px; color: #c6d8d0; font-size: 17px; text-align: center; }
.nav-item b { min-width: 22px; margin-left: auto; padding: 2px 6px; border-radius: 10px; color: #c9d5d0; background: #2b3d36; font-size: 11px; text-align: center; }
.sidebar-footer { margin-top: auto; padding: 15px 6px 0; border-top: 1px solid #2b3a35; }
.sidebar-footer p { margin: 12px 0 0; color: #71847c; font-size: 11px; text-align: center; }
.connection-state { display: flex; align-items: center; gap: 7px; color: #b7c7bf; font-size: 11px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #a7b3ae; }
.pulse.online { background: #5bd18e; box-shadow: 0 0 0 4px rgba(91,209,142,.13); }

.main-content { min-width: 0; }
.topbar { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 36px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.9); }
.eyebrow, .section-kicker { margin: 0; color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.topbar h1 { margin: 3px 0 0; font-size: 25px; line-height: 1.2; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.last-scan { color: var(--muted); font-size: 11px; white-space: nowrap; }
.view { display: none; padding: 28px 36px 44px; }
.view.active { display: block; }
.dashboard-grid { display: grid; gap: 18px; }
.metric-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.metric { min-height: 112px; padding: 18px 19px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); box-shadow: var(--shadow); }
.metric span, .metric small { display: block; color: var(--muted); font-size: 11px; }
.metric strong { display: block; margin: 9px 0 4px; font-size: 29px; line-height: 1; }
.metric.accent { border-color: #edcfaa; background: #fffbf4; }
.metric.accent strong { color: var(--amber); }
.toolbar-panel { display: flex; align-items: end; gap: 12px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.filter-group { min-width: 170px; }
.filter-group label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 11px; }
.filter-group input, .filter-group select, .records-toolbar select, #priorityFilter { height: 38px; }
.search-filter { flex: 1; }

.event-workspace { display: grid; grid-template-columns: minmax(420px,.92fr) minmax(430px,1.08fr); gap: 16px; align-items: start; }
.event-list-panel, .event-detail-panel { min-height: 620px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); box-shadow: var(--shadow); }
.event-list-panel { overflow: hidden; }
.panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 22px 22px 17px; border-bottom: 1px solid var(--line); }
.panel-heading h2, .view-toolbar h2 { margin: 4px 0 0; font-size: 20px; }
.result-count { color: var(--muted); font-size: 11px; }
.event-list { max-height: 550px; overflow: auto; }
.event-card { display: block; width: 100%; padding: 17px 21px; border: 0; border-bottom: 1px solid #e8ecea; color: var(--ink); background: #fff; text-align: left; }
.event-card:hover, .event-card.selected { background: #f7faf8; }
.event-card.selected { box-shadow: inset 3px 0 0 var(--green); }
.event-card-top, .event-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.event-card-top strong { font-size: 13px; }
.event-card-summary { margin: 8px 0 11px; color: #4f5b55; font-size: 12px; line-height: 1.6; }
.event-card-meta { color: #89938e; font-size: 10px; }
.severity { display: inline-flex; align-items: center; min-height: 23px; padding: 0 8px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.severity.high { color: var(--red); background: var(--red-soft); }
.severity.medium { color: var(--amber); background: var(--amber-soft); }
.severity.low { color: var(--blue); background: var(--blue-soft); }
.severity.baseline { color: #68746e; background: #edf0ef; }
.detail-empty { max-width: 300px; margin: 180px auto 0; color: var(--muted); text-align: center; }
.detail-symbol { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 15px; border: 1px solid var(--line); border-radius: 50%; color: #87938d; font-size: 24px; }
.detail-empty h3 { margin: 0 0 7px; color: var(--ink); font-size: 16px; }
.detail-empty p { margin: 0; font-size: 12px; line-height: 1.7; }
.event-detail-content { padding: 24px; }
.detail-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.detail-head h2 { margin: 5px 0 7px; font-size: 21px; line-height: 1.35; }
.detail-company { color: var(--green); font-size: 11px; font-weight: 800; }
.detail-date { color: var(--muted); font-size: 11px; }
.detail-section { padding: 18px 0; border-bottom: 1px solid var(--line); }
.detail-section h3 { margin: 0 0 9px; font-size: 13px; }
.detail-section p, .detail-section li { color: #4d5a54; font-size: 13px; line-height: 1.7; }
.detail-section p { margin: 0; }
.detail-section ul { margin: 0; padding-left: 18px; }
.evidence-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 11px; color: var(--green); font-size: 12px; font-weight: 700; text-decoration: none; }
.evidence-link:hover { color: var(--green-dark); text-decoration: underline; }
.analysis-callout { padding: 14px 15px; border-left: 3px solid var(--green); background: var(--green-soft); }
.analysis-callout p { margin: 0; color: #315643; }
.detail-actions { display: flex; gap: 9px; margin-top: 18px; }

.view-toolbar { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.view-toolbar p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.source-table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.source-table { width: 100%; border-collapse: collapse; }
.source-table th, .source-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.source-table th { color: #71807a; background: #f7f8f7; font-size: 10px; }
.source-table td { color: #42504a; font-size: 12px; }
.source-table tr:last-child td { border-bottom: 0; }
.source-url { max-width: 330px; overflow: hidden; color: var(--green); text-overflow: ellipsis; white-space: nowrap; }
.source-status { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; }
.source-status::before { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #b3beb8; content: ""; }
.source-status.active::before { background: #47b978; }
.source-status.error::before { background: #d35a53; }
.analysis-queue { display: grid; gap: 12px; }
.queue-item { display: grid; grid-template-columns: 95px minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 17px 20px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.queue-item h3 { margin: 0 0 5px; font-size: 14px; }
.queue-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.queue-date { color: var(--muted); font-size: 11px; }
.settings-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.settings-block { padding: 21px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.settings-block h3 { margin: 0 0 8px; font-size: 15px; }
.settings-block p { margin: 0 0 17px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.settings-block.caution { border-color: #ead3b3; background: #fffbf4; }
.setting-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 15px; color: #47544e; font-size: 12px; }
.setting-row select { width: 150px; height: 38px; }

.product-map-heading { align-items: end; }
.product-update-state { display: flex; align-items: end; gap: 9px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.product-toolbar { display: flex; align-items: end; gap: 12px; margin-bottom: 18px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); }
.product-toolbar .filter-group { min-width: 170px; }
.product-search { flex: 1; min-width: 230px; }
.comparison-section { margin-top: 22px; }
.comparison-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 10px; }
.comparison-heading h3 { margin: 4px 0 0; font-size: 18px; }
.comparison-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); box-shadow: var(--shadow); }
.comparison-table { width: 100%; min-width: 1280px; border-collapse: collapse; table-layout: fixed; }
.comparison-table th, .comparison-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.comparison-table th { position: sticky; top: 0; z-index: 1; color: #62716a; background: #f7f8f7; font-size: 10px; }
.comparison-table th:nth-child(1) { width: 105px; }
.comparison-table th:nth-child(2) { width: 180px; }
.comparison-table th:nth-child(3) { width: 190px; }
.comparison-table th:nth-child(4) { width: 250px; }
.comparison-table th:nth-child(5) { width: 205px; }
.comparison-table th:nth-child(6) { width: 180px; }
.comparison-table th:nth-child(7) { width: 145px; }
.comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table tbody tr:hover { background: #fbfcfb; }
.table-brand strong, .table-brand span, .table-model strong, .table-model span, .table-evidence span { display: block; }
.table-brand strong { font-size: 12px; line-height: 1.45; }
.table-brand span { margin-top: 5px; color: var(--muted); font-size: 10px; }
.table-product-gallery { width: 150px; display: grid; gap: 5px; }
.table-product-gallery.single { grid-template-columns: 1fr; }
.table-product-gallery.multi { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.table-product-figure { min-width: 0; }
.table-product-image { position: relative; width: 100%; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; border: 1px solid #e1e6e3; border-radius: 5px; background: #eef2f0; }
.table-product-image img { width: 100%; height: 100%; object-fit: contain; }
.table-image-caption { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; line-height: 1.35; text-align: center; }
.table-image-note { width: 150px; margin: 7px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.table-product-image:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.table-product-image.image-error::after { display: grid; place-items: center; width: 100%; height: 100%; padding: 8px; color: var(--muted); content: "图片待抓取"; font-size: 10px; text-align: center; }
.table-model strong { font-size: 13px; line-height: 1.45; }
.table-status { width: fit-content; margin-top: 8px; padding: 3px 7px; border-radius: 999px; font-size: 9px; font-weight: 800; }
.table-status.official { color: var(--green); background: var(--green-soft); }
.table-status.partial { color: var(--amber); background: var(--amber-soft); }
.table-status.auto { color: var(--blue); background: var(--blue-soft); }
.table-detected { margin-top: 7px; color: var(--muted); font-size: 9px; }
.table-launch { margin-top: 11px; padding-top: 9px; border-top: 1px solid var(--line); }
.table-launch small, .table-launch a, .table-launch > span { display: block; }
.table-launch small { margin-bottom: 4px; color: var(--muted); font-size: 9px; }
.table-launch a, .table-launch > span { width: fit-content; color: var(--green); font-size: 11px; font-weight: 800; text-decoration: none; }
.table-launch.unverified > span { color: var(--amber); }
.table-launch p { margin: 5px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.table-params { display: grid; gap: 6px; margin: 0; }
.table-param { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 8px; }
.table-param dt, .table-param dd { margin: 0; font-size: 10px; line-height: 1.5; }
.table-param dt { color: var(--muted); }
.table-param dd { color: #37453e; overflow-wrap: anywhere; }
.table-advantages { margin: 0; padding-left: 16px; }
.table-advantages li { margin: 0 0 5px; color: #46534d; font-size: 10px; line-height: 1.5; }
.product-detail > summary { display: none; }
.table-evidence a { display: inline-block; margin-bottom: 9px; color: var(--green); font-size: 10px; font-weight: 800; text-decoration: none; }
.table-evidence a:hover { text-decoration: underline; }
.table-evidence span { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.table-manual { min-width: 0; }
.manual-entry { display: grid; gap: 6px; }
.manual-entry + .manual-entry { margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--line); }
.manual-entry a, .manual-entry strong { color: var(--green); font-size: 10px; font-weight: 800; line-height: 1.45; overflow-wrap: anywhere; text-decoration: none; }
.manual-entry a:hover { text-decoration: underline; }
.manual-entry.pending strong { color: var(--amber); }
.manual-entry p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; overflow-wrap: anywhere; }
.manual-status { width: fit-content; padding: 3px 6px; border-radius: 999px; font-size: 9px; font-weight: 800; line-height: 1.2; }
.manual-entry.official .manual-status { color: var(--green); background: var(--green-soft); }
.manual-entry.support-center .manual-status { color: var(--blue); background: var(--blue-soft); }
.manual-entry.pending .manual-status { color: var(--amber); background: var(--amber-soft); }
.table-empty { height: 100px; color: var(--muted); font-size: 12px; text-align: center !important; vertical-align: middle !important; }

input, select { width: 100%; border: 1px solid #cfd8d3; border-radius: 5px; color: var(--ink); background: #fff; outline: none; }
input { height: 40px; padding: 0 11px; }
select { height: 40px; padding: 0 10px; }
input:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,107,79,.1); }
.primary-button, .secondary-button, .text-button, .icon-button, .logout-button { min-height: 39px; border-radius: 5px; font-weight: 700; }
.primary-button { padding: 0 15px; border: 1px solid var(--green); color: #fff; background: var(--green); }
.primary-button:hover { border-color: var(--green-dark); background: var(--green-dark); }
.secondary-button { padding: 0 13px; border: 1px solid #bdc8c3; color: #35423c; background: #fff; }
.secondary-button:hover { border-color: #8fa099; }
.text-button { padding: 0 9px; border: 0; color: var(--green); background: transparent; }
.text-button:hover { color: var(--green-dark); }
.icon-button { width: 38px; padding: 0; border: 0; color: #59645f; background: transparent; font-size: 25px; }
.logout-button { padding: 0 10px; border: 0; color: var(--muted); background: transparent; font-size: 11px; }
.logout-button:hover { color: var(--red); background: var(--red-soft); }
.hidden { display: none !important; }
.empty-list { padding: 72px 20px; color: var(--muted); text-align: center; }
.toast { position: fixed; right: 23px; bottom: 23px; z-index: 20; transform: translateY(16px); padding: 11px 15px; border-radius: 5px; color: #fff; background: #1b2b25; box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transition: .18s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

dialog { width: min(620px, calc(100% - 30px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 7px; box-shadow: 0 24px 70px rgba(12,24,19,.25); }
dialog::backdrop { background: rgba(15,25,21,.58); }
.dialog-header { display: flex; align-items: start; justify-content: space-between; padding: 21px 24px 17px; border-bottom: 1px solid var(--line); }
.dialog-header h2 { margin: 4px 0 0; font-size: 19px; }
.dialog-body { display: grid; gap: 14px; max-height: 65vh; padding: 7px 24px 23px; overflow: auto; }
.dialog-body label { display: grid; gap: 7px; color: #35413b; font-size: 12px; font-weight: 700; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-hint { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.dialog-actions { display: flex; justify-content: end; gap: 9px; padding: 14px 24px; border-top: 1px solid var(--line); }
.import-button { display: inline-flex; align-items: center; min-height: 39px; margin-top: 8px; }
.read-only #scanButton, .read-only #addSourceButton, .read-only #discoverProductsButton, .read-only #saveSettingsButton, .read-only .import-button, .read-only .toggle-source { display: none; }

@media (max-width: 1080px) {
  .event-workspace { grid-template-columns: 1fr; }
  .event-detail-panel { min-height: 480px; }
  .detail-empty { margin-top: 115px; }
}
@media (max-width: 760px) {
  .login-shell { width: min(100% - 24px, 460px); min-height: calc(100vh - 24px); display: block; margin: 12px auto; }
  .login-panel { min-height: calc(100vh - 26px); padding: 28px 24px 24px; }
  .login-heading { margin-top: 64px; }
  .login-context { display: none; }
  .app-shell { display: block; }
  .sidebar { position: static; width: 100%; height: auto; padding: 14px 16px 10px; }
  .brand { padding: 0 2px 14px; }
  .brand-mark { width: 34px; height: 34px; }
  .primary-nav { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .nav-item { justify-content: center; padding: 0 5px; font-size: 11px; }
  .nav-item > span:first-child, .nav-item b { display: none; }
  .sidebar-footer { display: none; }
  .topbar { align-items: start; padding: 17px 16px; }
  .topbar h1 { font-size: 21px; }
  .topbar-actions { flex-wrap: wrap; justify-content: end; }
  .last-scan { display: none; }
  .topbar-actions .secondary-button { display: none; }
  .view { padding: 18px 14px 30px; }
  .metric-strip, .settings-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .toolbar-panel { align-items: stretch; flex-direction: column; }
  .product-toolbar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; gap: 11px; padding: 13px; }
  .product-toolbar .filter-group { min-width: 0; }
  .product-search { grid-column: 1 / -1; min-width: 0; }
  .product-toolbar .text-button { justify-self: start; padding-left: 0; }
  .product-toolbar .result-count { align-self: center; justify-self: end; }
  .product-map-heading { align-items: stretch; }
  .product-update-state { align-items: start; flex-wrap: wrap; white-space: normal; }
  .filter-group { min-width: 0; }
  .view-toolbar { align-items: stretch; flex-direction: column; }
  .comparison-heading { align-items: center; }
  .comparison-table-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .comparison-table, .comparison-table tbody { display: block; width: 100%; min-width: 0; }
  .comparison-table thead { display: none; }
  .comparison-table tr { display: flex; width: 100%; margin-bottom: 12px; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 7px; background: var(--surface); box-shadow: var(--shadow); }
  .comparison-table td { display: block; width: 100%; padding: 11px 14px; border: 0; }
  .comparison-table td + td { border-top: 1px solid var(--line); }
  .comparison-table td::before { display: block; margin-bottom: 8px; color: #62716a; content: attr(data-label); font-size: 10px; font-weight: 800; }
  .comparison-table .table-brand { order: 1; }
  .comparison-table .table-model { order: 2; }
  .comparison-table .table-image-cell { order: 3; }
  .comparison-table td:nth-child(4) { order: 4; }
  .comparison-table td:nth-child(5) { order: 5; }
  .comparison-table .table-manual { order: 6; }
  .comparison-table .table-evidence { order: 7; }
  .table-brand, .table-model { display: grid; grid-template-columns: 78px minmax(0, 1fr); align-items: start; gap: 0 10px; }
  .table-brand::before, .table-model::before { grid-row: 1 / span 2; margin: 0; }
  .table-brand span, .table-model span { grid-column: 2; }
  .table-product-gallery { width: 100%; }
  .table-image-note { width: 100%; }
  .table-product-gallery.single .table-product-image { aspect-ratio: 4 / 3; }
  .table-product-gallery.multi { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .table-param { grid-template-columns: 92px minmax(0, 1fr); gap: 10px; }
  .table-brand { padding-bottom: 7px !important; }
  .table-model { padding-top: 7px !important; border-top: 0 !important; }
  .table-launch p { display: none; }
  .table-detail-cell { padding: 0 !important; }
  .table-detail-cell::before { display: none !important; }
  .product-detail > summary { min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; color: #35453d; font-size: 11px; font-weight: 800; cursor: pointer; list-style: none; }
  .product-detail > summary::-webkit-details-marker { display: none; }
  .product-detail > summary::after { color: var(--green); content: "+"; font-size: 18px; font-weight: 400; }
  .product-detail[open] > summary::after { content: "−"; }
  .product-detail > summary span { margin-left: auto; margin-right: 12px; color: var(--muted); font-size: 9px; font-weight: 600; }
  .product-detail > .table-params, .product-detail > .table-advantages { margin: 0; padding: 0 14px 13px; }
  .product-detail > .table-advantages { padding-left: 30px; }
  .table-empty::before { display: none; }
  .queue-item { grid-template-columns: 1fr; gap: 9px; }
  .two-column { grid-template-columns: 1fr; }
  .source-table th:nth-child(4), .source-table td:nth-child(4) { display: none; }
}
