.bo-compare-root {
    --bo-compare-ink: #172033;
    --bo-compare-muted: #647087;
    --bo-compare-line: #dce2ea;
    --bo-compare-soft: #f5f7fa;
    --bo-compare-accent: #ff5f1f;
    --bo-compare-accent-strong: #b83a0a;
    --bo-compare-accent-hover: #8f2c06;
    --bo-compare-accent-soft: #fff1eb;
    --bo-compare-accent-line: #ffb596;
    --bo-compare-accent-ring: rgba(255, 95, 31, .26);
    --bo-compare-blue: #2457d6;
    color: var(--bo-compare-ink);
}

.bo-compare-root [hidden] { display: none !important; }
.bo-compare-root button,
.bo-compare-root input { font: inherit; }
.bo-compare-root button { cursor: pointer; }
.bo-compare-hero { margin-bottom: 14px; }
.bo-compare-hero > div:last-child { position: relative; z-index: 2; max-width: 720px; }
.bo-compare-hero p:not(.ref-eyebrow) { color: rgba(255, 255, 255, .86) !important; }
.bo-compare-hero .ref-eyebrow { color: #ff9a70 !important; }

.bo-compare-picker-panel,
.bo-compare-arena,
.bo-compare-summary,
.bo-compare-bars-panel,
.bo-compare-data-note,
.bo-compare-table-panel,
.bo-compare-presets,
.bo-compare-next-step {
    background: #fff;
    border: 1px solid var(--bo-compare-line);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(23, 32, 51, .055);
}

.bo-compare-picker-panel { padding: 18px; margin-bottom: 16px; position: relative; z-index: 12; }
.bo-compare-progress { display: flex; align-items: center; justify-content: center; max-width: 320px; margin: 0 auto 15px; }
.bo-compare-progress span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--bo-compare-line); border-radius: 50%; color: var(--bo-compare-muted); font-size: 12px; font-weight: 800; background: #fff; }
.bo-compare-progress span.is-active { border-color: var(--bo-compare-accent); color: #fff; background: var(--bo-compare-accent); }
.bo-compare-progress i { height: 2px; flex: 1; background: var(--bo-compare-accent-line); }
.bo-compare-pickers { display: grid; grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr); gap: 10px; align-items: start; }
.bo-compare-picker { min-width: 0; position: relative; }
.bo-compare-picker > label { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 7px; }
.bo-compare-picker > label span { font-weight: 850; font-size: 15px; }
.bo-compare-picker > label small { color: var(--bo-compare-muted); font-size: 11px; }
.bo-compare-searchbox { position: relative; }
.bo-compare-searchbox input { width: 100%; min-height: 46px; border: 1px solid #bfc8d6; border-radius: 8px; padding: 0 13px; color: var(--bo-compare-ink); background: #fff; outline: none; }
.bo-compare-searchbox input:focus { border-color: var(--bo-compare-accent); box-shadow: 0 0 0 3px var(--bo-compare-accent-ring); }
.bo-compare-swap { width: 36px; height: 36px; align-self: center; margin-top: 31px; border: 1px solid var(--bo-compare-accent-line); border-radius: 50%; color: var(--bo-compare-accent-strong); background: #fff; font-size: 19px; font-weight: 900; }
.bo-compare-swap:hover { border-color: var(--bo-compare-accent-strong); color: var(--bo-compare-accent-hover); background: var(--bo-compare-accent-soft); }

.bo-compare-suggestions { position: absolute; z-index: 30; top: calc(100% + 6px); left: 0; right: 0; max-height: 330px; overflow: auto; padding: 5px; border: 1px solid #bfc8d6; border-radius: 8px; background: #fff; box-shadow: 0 16px 36px rgba(23, 32, 51, .18); }
.bo-compare-suggestions > p { margin: 0; padding: 12px; color: var(--bo-compare-muted); font-size: 13px; }
.bo-compare-suggestion { width: 100%; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 7px; border: 0; border-bottom: 1px solid #edf0f4; text-align: left; color: var(--bo-compare-ink); background: #fff; }
.bo-compare-suggestion:last-child { border-bottom: 0; }
.bo-compare-suggestion:hover,
.bo-compare-suggestion.is-active { background: var(--bo-compare-accent-soft); }
.bo-compare-suggestion img,
.bo-compare-suggestion-fallback { width: 38px; height: 54px; object-fit: cover; border-radius: 3px; background: #e9edf4; }
.bo-compare-suggestion-fallback { display: grid; place-items: center; font-weight: 900; color: #526078; }
.bo-compare-suggestion > span:nth-child(2) { min-width: 0; display: grid; gap: 3px; }
.bo-compare-suggestion strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.bo-compare-suggestion small { color: var(--bo-compare-muted); font-size: 11px; }
.bo-compare-suggestion em { color: var(--bo-compare-accent-strong); font-size: 11px; font-style: normal; font-weight: 800; }

.bo-compare-picker-selected { min-height: 58px; display: grid; grid-template-columns: 36px minmax(0, 1fr) 28px; gap: 9px; align-items: center; margin-top: 8px; padding: 5px 7px; border: 1px solid #e2e7ee; border-left: 3px solid var(--bo-compare-accent); border-radius: 6px; background: var(--bo-compare-soft); }
.bo-compare-picker-selected > small:only-child { grid-column: 1 / -1; color: var(--bo-compare-muted); }
.bo-compare-picker-selected img,
.bo-compare-picker-fallback { width: 36px; height: 52px; object-fit: cover; border-radius: 3px; background: #e5eaf1; }
.bo-compare-picker-fallback { display: grid; place-items: center; font-weight: 900; color: #4f5d73; }
.bo-compare-picker-selected > span:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.bo-compare-picker-selected strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.bo-compare-picker-selected small { color: var(--bo-compare-muted); font-size: 11px; }
.bo-compare-picker-selected button { width: 27px; height: 27px; border: 0; border-radius: 50%; color: #667085; background: transparent; font-size: 20px; line-height: 1; }
.bo-compare-picker-selected button:hover { color: #b42318; background: #fee4e2; }
.bo-compare-picker-actions { display: flex; align-items: center; gap: 10px; margin-top: 13px; }
.bo-compare-picker-actions button,
.bo-compare-inline-actions button,
.bo-compare-mobile-actions button { min-height: 36px; padding: 0 13px; border: 1px solid #c9d1dc; border-radius: 7px; color: var(--bo-compare-ink); background: #fff; font-size: 12px; font-weight: 800; }
.bo-compare-picker-actions .bo-compare-primary { border-color: var(--bo-compare-accent-strong); color: #fff; background: var(--bo-compare-accent-strong); }
.bo-compare-picker-actions .bo-compare-primary:hover { border-color: var(--bo-compare-accent-hover); background: var(--bo-compare-accent-hover); }
.bo-compare-picker-actions button:not(.bo-compare-primary):hover,
.bo-compare-inline-actions button:hover,
.bo-compare-mobile-actions button:hover { border-color: var(--bo-compare-accent-line); color: var(--bo-compare-accent-strong); background: var(--bo-compare-accent-soft); }
.bo-compare-picker-actions [data-compare-status] { margin-left: auto; color: #287a4b; font-size: 12px; font-weight: 700; }
.bo-compare-picker-actions [data-compare-status].is-error { color: #b42318; }

.bo-compare-fallback-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 16px; }
.bo-compare-root.is-enhanced .bo-compare-fallback-results { display: none; }
.bo-compare-fallback-results > div { padding: 14px; border: 1px solid var(--bo-compare-line); border-radius: 10px; background: #fff; }
.bo-compare-fallback-results h2 { margin: 0 0 8px; font-size: 15px; }
.bo-compare-fallback-results a { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 9px; align-items: center; padding: 6px 0; border-top: 1px solid #edf0f4; color: inherit; text-decoration: none; }
.bo-compare-fallback-results a span { min-width: 0; display: grid; }
.bo-compare-fallback-results a small { color: var(--bo-compare-muted); }
.bo-compare-fallback-results a em { color: var(--bo-compare-accent-strong); font-style: normal; font-weight: 800; }

.bo-compare-results { display: grid; gap: 16px; }
.bo-compare-results[aria-busy="true"] { opacity: .56; pointer-events: none; }
.bo-compare-arena,
.bo-compare-summary,
.bo-compare-bars-panel,
.bo-compare-data-note,
.bo-compare-table-panel,
.bo-compare-presets,
.bo-compare-next-step { padding: 18px; }
.bo-compare-section-head { display: flex; justify-content: space-between; gap: 14px; align-items: start; margin-bottom: 13px; }
.bo-compare-section-head > div:first-child { display: grid; gap: 3px; }
.bo-compare-section-head span,
.bo-compare-data-note > span,
.bo-compare-mobile-heading > span,
.bo-compare-mobile-leaders > span { color: var(--bo-compare-accent); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.bo-compare-section-head h2,
.bo-compare-data-note h2 { margin: 0; font-size: clamp(17px, 2vw, 23px); line-height: 1.18; }
.bo-compare-inline-actions { display: flex; flex-wrap: wrap; justify-content: end; gap: 6px; }
.bo-compare-inline-actions button:disabled,
.bo-compare-mobile-actions button:disabled { opacity: .45; cursor: not-allowed; }
.bo-compare-matchup { display: grid; grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr); gap: 10px; align-items: stretch; }
.bo-compare-movie { min-width: 0; padding: 13px; border: 1px solid var(--bo-compare-line); border-radius: 8px; background: #fbfcfd; }
.bo-compare-movie-main { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 14px; align-items: start; }
.bo-compare-movie-main img,
.bo-compare-poster-fallback { width: 112px; height: 166px; object-fit: cover; border-radius: 5px; background: #e7ebf2; }
.bo-compare-poster-fallback { display: grid; place-items: center; color: #526078; font-size: 34px; font-weight: 900; }
.bo-compare-movie-main small { color: var(--bo-compare-accent); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.bo-compare-movie-main h3 { margin: 5px 0; font-size: 20px; line-height: 1.15; }
.bo-compare-movie-main p { margin: 0 0 9px; color: var(--bo-compare-muted); font-size: 12px; }
.bo-compare-movie-main a { color: var(--bo-compare-accent-strong); font-size: 12px; font-weight: 800; text-decoration: none; }
.bo-compare-movie-main a:hover { color: var(--bo-compare-accent-hover); text-decoration: underline; }
.bo-compare-vs { align-self: center; justify-self: center; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--bo-compare-accent-strong); font-size: 11px; font-weight: 900; }
.bo-compare-quick-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin: 11px 0 0; }
.bo-compare-quick-metrics div { min-width: 0; padding: 7px; border-radius: 5px; background: #eef2f7; }
.bo-compare-quick-metrics dt { color: var(--bo-compare-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.bo-compare-quick-metrics dd { margin: 3px 0 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; font-weight: 900; }
.bo-compare-movie-empty { height: 100%; min-height: 180px; display: grid; place-content: center; justify-items: center; gap: 5px; text-align: center; }
.bo-compare-movie-empty span { color: var(--bo-compare-accent); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.bo-compare-movie-empty p { max-width: 250px; margin: 0; color: var(--bo-compare-muted); font-size: 12px; }
.bo-compare-alert { padding: 11px 13px; border: 1px solid #fda29b; border-radius: 7px; color: #912018; background: #fff1f0; font-weight: 750; }

.bo-compare-summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.bo-compare-summary-grid div { display: grid; gap: 5px; padding: 10px; border-left: 3px solid var(--bo-compare-accent); background: var(--bo-compare-soft); }
.bo-compare-summary-grid span { color: var(--bo-compare-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.bo-compare-summary-grid strong { font-size: 13px; line-height: 1.25; }
.bo-compare-analysis-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .45fr); gap: 16px; }
.bo-compare-data-note { border-top: 3px solid var(--bo-compare-accent); }
.bo-compare-data-note p { margin: 10px 0 0; color: var(--bo-compare-muted); font-size: 13px; line-height: 1.55; }
.bo-compare-bars { display: grid; gap: 12px; }
.bo-compare-bar-row { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px; }
.bo-compare-bar-row > strong { grid-column: 1 / -1; font-size: 12px; }
.bo-compare-bar-row > span { display: flex; justify-content: space-between; gap: 6px; color: var(--bo-compare-muted); font-size: 10px; }
.bo-compare-bar-row > span b { color: var(--bo-compare-ink); }
.bo-compare-bar-row > i { height: 7px; overflow: hidden; border-radius: 2px; background: #e9edf3; }
.bo-compare-bar-row > i em { height: 100%; display: block; background: var(--bo-compare-blue); }
.bo-compare-bar-row > i:last-child em { background: var(--bo-compare-accent); }

.bo-compare-table-wrap { overflow-x: auto; }
.bo-compare-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.bo-compare-table th,
.bo-compare-table td { padding: 10px; border-top: 1px solid #e6eaf0; text-align: left; vertical-align: middle; }
.bo-compare-table thead th { border-top: 0; border-bottom: 2px solid var(--bo-compare-accent-line); color: var(--bo-compare-muted); font-size: 10px; text-transform: uppercase; }
.bo-compare-table tbody th { width: 20%; }
.bo-compare-winner { display: inline-block; max-width: 260px; padding: 4px 7px; border-radius: 4px; color: #17653a; background: #e7f6ed; font-size: 10px; font-weight: 850; }
.bo-compare-muted { color: var(--bo-compare-muted); }
.bo-compare-next-step { text-align: center; }
.bo-compare-next-step p { margin: 5px 0 0; color: var(--bo-compare-muted); }

.bo-compare-presets { margin-top: 16px; }
.bo-compare-preset-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.bo-compare-preset-grid > a { display: grid; grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr); gap: 8px; align-items: center; padding: 10px; border: 1px solid var(--bo-compare-line); border-radius: 7px; color: inherit; text-decoration: none; }
.bo-compare-preset-grid > a:hover { border-color: var(--bo-compare-accent-strong); background: var(--bo-compare-accent-soft); }
.bo-compare-preset-grid span { min-width: 0; display: grid; gap: 3px; }
.bo-compare-preset-grid strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.bo-compare-preset-grid small { color: var(--bo-compare-muted); }
.bo-compare-preset-grid em { color: var(--bo-compare-accent); font-size: 10px; font-style: normal; font-weight: 900; text-align: center; }

.bo-compare-root--mobile { padding: 0 10px 18px; }
.bo-compare-root--mobile .mob-page-hero { min-height: 150px; margin-left: -10px; margin-right: -10px; padding-top: 22px; padding-bottom: 22px; }
.bo-compare-picker-panel--mobile { padding: 10px; margin: 9px 0; border-radius: 7px; box-shadow: none; }
.bo-compare-picker-panel--mobile form { display: grid; gap: 7px; }
.bo-compare-root--mobile .bo-compare-picker > label { margin-bottom: 4px; }
.bo-compare-root--mobile .bo-compare-picker > label span { font-size: 13px; }
.bo-compare-root--mobile .bo-compare-searchbox input { min-height: 42px; border-radius: 5px; padding: 0 10px; font-size: 14px; }
.bo-compare-root--mobile .bo-compare-picker-selected { min-height: 50px; grid-template-columns: 32px minmax(0, 1fr) 26px; margin-top: 5px; padding: 3px 5px; border-radius: 4px; }
.bo-compare-root--mobile .bo-compare-picker-selected img,
.bo-compare-root--mobile .bo-compare-picker-fallback { width: 32px; height: 46px; border-radius: 2px; }
.bo-compare-swap--mobile { width: 31px; height: 31px; justify-self: center; margin: -1px 0; border-radius: 4px; font-size: 16px; }
.bo-compare-root--mobile .bo-compare-picker-actions { flex-wrap: wrap; margin-top: 1px; }
.bo-compare-root--mobile .bo-compare-picker-actions button { min-height: 36px; border-radius: 5px; }
.bo-compare-root--mobile .bo-compare-picker-actions [data-compare-status] { display: block; width: 100%; margin: 2px 0 0; font-size: 11px; }
.bo-compare-root--mobile .bo-compare-suggestions { position: fixed; z-index: 1000; top: 76px; left: 10px; right: 10px; max-height: calc(100vh - 150px); border-radius: 6px; }
.bo-compare-root--mobile .bo-compare-results { gap: 9px; }
.bo-compare-arena--mobile,
.bo-compare-mobile-leaders,
.bo-compare-mobile-metrics,
.bo-compare-mobile-note { margin: 0; padding: 9px; border: 1px solid var(--bo-compare-line); border-radius: 6px; background: #fff; box-shadow: none; }
.bo-compare-mobile-heading { display: grid; gap: 3px; margin-bottom: 7px; }
.bo-compare-mobile-heading > strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.bo-compare-mobile-matchup { display: grid; grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr); gap: 4px; align-items: center; }
.bo-compare-mobile-matchup article { min-width: 0; display: grid; justify-items: center; align-content: start; text-align: center; }
.bo-compare-mobile-matchup img,
.bo-compare-mobile-poster-fallback,
.bo-compare-mobile-empty-icon { width: 72px; height: 106px; object-fit: cover; border-radius: 3px; background: #e7ebf2; }
.bo-compare-mobile-poster-fallback,
.bo-compare-mobile-empty-icon { display: grid; place-items: center; color: #526078; font-size: 24px; font-weight: 900; }
.bo-compare-mobile-matchup h3 { width: 100%; min-height: 30px; margin: 5px 0 1px; overflow: hidden; font-size: 12px; line-height: 1.2; }
.bo-compare-mobile-matchup article > small { color: var(--bo-compare-muted); font-size: 10px; }
.bo-compare-mobile-matchup dl { width: 100%; margin: 5px 0 0; padding-top: 5px; border-top: 1px solid #e6eaf0; }
.bo-compare-mobile-matchup dt { color: var(--bo-compare-muted); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.bo-compare-mobile-matchup dd { margin: 2px 0 0; font-size: 13px; font-weight: 900; }
.bo-compare-mobile-vs { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--bo-compare-accent-strong); font-size: 9px; font-weight: 900; }
.bo-compare-mobile-actions { display: flex; justify-content: center; gap: 5px; margin-top: 8px; }
.bo-compare-mobile-actions button { min-height: 30px; padding: 0 9px; border-radius: 4px; font-size: 10px; }
.bo-compare-mobile-leaders { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
.bo-compare-mobile-leaders > span { grid-column: 1 / -1; }
.bo-compare-mobile-leaders div { min-width: 0; display: grid; gap: 2px; padding: 6px; border-left: 2px solid var(--bo-compare-accent); background: var(--bo-compare-soft); }
.bo-compare-mobile-leaders small { color: var(--bo-compare-muted); font-size: 8px; text-transform: uppercase; }
.bo-compare-mobile-leaders strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.bo-compare-mobile-metric-head { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 5px 0; border-top: 1px solid #e6eaf0; color: var(--bo-compare-muted); font-size: 9px; font-weight: 800; text-align: center; }
.bo-compare-mobile-metrics article { padding: 6px 0; border-top: 1px solid #e6eaf0; }
.bo-compare-mobile-metrics article h3 { margin: 0 0 3px; color: var(--bo-compare-muted); font-size: 9px; text-align: center; text-transform: uppercase; }
.bo-compare-mobile-metrics article > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; text-align: center; }
.bo-compare-mobile-metrics article > div strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.bo-compare-mobile-metrics article > small { display: block; margin-top: 3px; color: #17653a; font-size: 8px; font-weight: 800; text-align: center; }
.bo-compare-mobile-note strong { font-size: 11px; }
.bo-compare-mobile-note p { margin: 3px 0 0; color: var(--bo-compare-muted); font-size: 10px; line-height: 1.4; }
.bo-compare-root--mobile .bo-compare-next-step { padding: 10px; border-radius: 6px; font-size: 12px; box-shadow: none; }
.bo-compare-presets--mobile { margin-top: 9px; padding: 9px; border-radius: 6px; box-shadow: none; }
.bo-compare-presets--mobile > a { display: grid; grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr); gap: 5px; align-items: center; padding: 7px 0; border-top: 1px solid #e6eaf0; color: inherit; text-decoration: none; }
.bo-compare-presets--mobile > a span { min-width: 0; display: grid; }
.bo-compare-presets--mobile > a strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.bo-compare-presets--mobile > a small { color: var(--bo-compare-muted); font-size: 9px; }
.bo-compare-presets--mobile > a em { color: var(--bo-compare-accent); font-size: 8px; font-style: normal; font-weight: 900; text-align: center; }

@media (max-width: 860px) {
    .bo-compare-pickers,
    .bo-compare-matchup { grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr); }
    .bo-compare-movie-main { grid-template-columns: 78px minmax(0, 1fr); gap: 9px; }
    .bo-compare-movie-main img,
    .bo-compare-poster-fallback { width: 78px; height: 116px; }
    .bo-compare-summary-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bo-compare-analysis-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .bo-theme-reference .bo-compare-picker-panel { padding: 10px; }
    .bo-theme-reference .bo-compare-pickers { grid-template-columns: 1fr; }
    .bo-theme-reference .bo-compare-swap { justify-self: center; margin: 0; border-radius: 5px; }
    .bo-theme-reference .bo-compare-matchup { grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr); gap: 4px; }
    .bo-theme-reference .bo-compare-movie { padding: 7px; border-radius: 5px; }
    .bo-theme-reference .bo-compare-movie-main { grid-template-columns: 54px minmax(0, 1fr); }
    .bo-theme-reference .bo-compare-movie-main img,
    .bo-theme-reference .bo-compare-poster-fallback { width: 54px; height: 80px; border-radius: 2px; }
    .bo-theme-reference .bo-compare-movie-main h3 { font-size: 13px; }
    .bo-theme-reference .bo-compare-movie-main p,
    .bo-theme-reference .bo-compare-movie-main a { font-size: 9px; }
    .bo-theme-reference .bo-compare-quick-metrics { grid-template-columns: 1fr; }
    .bo-theme-reference .bo-compare-quick-metrics div { padding: 4px; }
    .bo-theme-reference .bo-compare-summary-grid,
    .bo-compare-preset-grid { grid-template-columns: 1fr; }
    .bo-compare-table thead { display: none; }
    .bo-compare-table tr { display: grid; grid-template-columns: 1fr 1fr; padding: 7px 0; border-top: 1px solid #e6eaf0; }
    .bo-compare-table th,
    .bo-compare-table td { padding: 4px; border: 0; font-size: 11px; }
    .bo-compare-table tbody th { width: auto; grid-column: 1 / -1; }
    .bo-compare-table td::before { content: attr(data-label); display: block; color: var(--bo-compare-muted); font-size: 8px; text-transform: uppercase; }
    .bo-compare-table td:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    .bo-compare-root * { scroll-behavior: auto !important; transition: none !important; }
}
