@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;450;500;550;600&display=swap');

:root {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-synthesis: none;
  color: #20211f;
  background: #fbf8f5;
  --ink: #1e201e;
  --muted: #737674;
  --line: #eaeae5;
  --blue: #17482b;
  --green: #27754c;
  --red: #bc4c50;
  --sidebar: #f0f2fa;
  --shadow: 0 3px 12px #34302504, 0 1px 3px #34302503;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 15px; line-height: 1.5; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button { border: 0; background: none; color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid #769785; outline-offset: 4px; }
input:focus { outline: 2px solid #769785; outline-offset: 2px; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 500; line-height: 1.3; letter-spacing: -.025em; }
h1:focus { outline: none; }
p { color: var(--muted); }
.icon { width: 20px; height: 20px; flex: none; vertical-align: middle; }
.brand { display: flex; align-items: center; gap: 8px; padding: 0; font-size: 25px; font-weight: 650; letter-spacing: -1.2px; }
.logo { display: block; width: 32px; height: 35px; flex: none; overflow: visible; }

.primary, .secondary { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 11px 17px; border: 1px solid transparent; border-radius: 8px; font-weight: 550; font-size: 14px; transition: background .15s, box-shadow .15s; }
.primary { background: var(--blue); color: white; box-shadow: none; }
.primary:hover { background: #103820; }
.secondary { background: #fff; border-color: #dedfd8; }
.secondary:hover { background: #f6f7f2; text-decoration: none; }
.small { min-height: 36px; padding: 7px 11px; font-size: 13px; }
.quiet { color: var(--muted); font-size: 14px; padding: 8px; }
.blue-text { color: var(--blue); }
.icon-button { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 8px; flex: none; }
.icon-button:hover { background: #e9ecef; }
.text-button { display: inline-flex; align-items: center; gap: 7px; padding: 6px 0; color: var(--blue); font-size: 13px; font-weight: 500; }
.text-button:hover { text-decoration: underline; }
.text-button .icon { width: 15px; height: 15px; }
.test-label { color: var(--muted); font-size: 12px; }
.subtle { color: var(--muted); font-size: 13px; line-height: 1.65; }
.muted { color: var(--muted); }
.skip { position: fixed; z-index: 100; top: -70px; left: 15px; padding: 12px; background: white; }
.skip:focus { top: 10px; }

/* The report follows a quiet editorial layout: summary, search, then grouped findings. */
.report-shell { display: grid; grid-template-columns: 340px minmax(0, 1fr); min-height: 100dvh; }
.sidebar { position: sticky; top: 8px; height: calc(100dvh - 16px); margin: 8px 8px 8px 8px; padding: 17px 16px 16px; border: 0; border-radius: 12px; background: linear-gradient(165deg, #f3efe4, #ece7d7); display: flex; flex-direction: column; overflow-y: auto; scrollbar-width: thin; }
.sidebar-brand { display: flex; align-items: center; justify-content: space-between; padding: 0 9px; flex: none; }
.sidebar-brand > button { font-size: 17px; font-weight: 500; letter-spacing: -.7px; padding: 0; color: #76796f; }
.report-options { position: relative; }
.report-options > summary { display: grid; place-items: center; list-style: none; width: 30px; height: 30px; border-radius: 6px; color: #83877d; cursor: pointer; }
.report-options > summary::-webkit-details-marker { display: none; }
.report-options > summary:hover, .report-options[open] > summary { background: #ffffff90; }
.report-options .icon { width: 18px; height: 18px; }
.options-menu { position: absolute; right: 0; top: 37px; z-index: 60; min-width: 218px; padding: 6px; background: white; border: 1px solid #eaece6; border-radius: 10px; box-shadow: 0 9px 35px #23271916; }
.options-menu button { display: block; width: 100%; padding: 10px 11px; text-align: left; font-size: 13px; border-radius: 5px; white-space: nowrap; }
.options-menu button:hover { background: #f5f6f2; }
.coverage { text-align: center; margin-top: clamp(36px, 8vh, 92px); margin-bottom: 35px; }
.coverage-ring { display: block; position: relative; width: 164px; height: 164px; padding: 0; margin: 0 auto 22px; background: none; border-radius: 50%; }
.progress-ring { width: 100%; height: 100%; fill: none; }
.progress-ring circle { stroke-width: 9; }
.ring-track { stroke: #78796318; }
.ring-value { stroke: #9c9a71; stroke-linecap: round; }
.coverage-number { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; padding-top: 2px; }
.coverage-number strong { font-size: 54px; font-weight: 400; letter-spacing: -2.5px; line-height: 1.15; }
.coverage-number small { font-size: 12px; margin-top: 3px; color: #797d73; }
.coverage-caption { font-size: 14px; color: #7d8178; }
.coverage h2 { font-size: 25px; font-weight: 400; letter-spacing: -.7px; margin-top: 5px; }
.sidebar nav { display: flex; flex-direction: column; gap: 0; margin-top: auto; }
.nav-item { display: flex; align-items: center; gap: 11px; width: 100%; min-height: 53px; padding: 7px 10px; text-align: left; border-radius: 7px; }
.nav-item:hover, .nav-item.active { background: #ffffff65; }
.nav-ring { width: 31px; height: 31px; flex: none; }
.nav-ring .progress-ring circle { stroke-width: 15; }
.has-gaps .ring-value, .progress-ring.has-gaps .ring-value { stroke: #c96c63; }
.has-unknown .ring-value { stroke: #a5a89b; }
.all-good .ring-value { stroke: #6f9a60; }
.nav-copy { flex: 1; min-width: 0; }
.nav-copy strong { display: block; font-size: 13px; font-weight: 500; }
.nav-copy small { display: block; font-size: 12px; color: #7c8175; margin-top: 1px; }
.nav-copy small.needs-work { color: #b75652; }
.nav-evidence { font-size: 12px; color: #85887c; white-space: nowrap; }
.sidebar-bottom { padding-top: 26px; flex: none; }
.preview-prompt { background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 2px 7px #55492304; }
.preview-prompt strong { display: block; font-size: 13px; font-weight: 400; line-height: 1.5; margin-bottom: 14px; }
.preview-prompt .primary { width: 100%; min-height: 43px; font-size: 13px; font-weight: 400; padding: 10px; border-radius: 8px; }
.report-body { min-width: 0; }
.report-content { max-width: 1136px; margin: auto; padding: 40px 64px 50px; }
.report-topbar { display: flex; align-items: center; max-width: 1136px; margin: auto; padding: 28px 64px 0; }
.is-overview .report-topbar { display: none; }
.report-topbar-left { display: flex; align-items: center; gap: 10px; }
.back-to-report { display: inline-flex; align-items: center; gap: 7px; padding: 0; color: #767d73; font-size: 13px; }
.back-to-report .icon { width: 14px; height: 14px; }
.mobile-menu, .mobile-page-title, .mobile-report-options, .nav-scrim { display: none; }
.report-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 15px; max-width: 1136px; margin: auto; padding: 0 64px 30px; color: #81867a; font-size: 11px; }
.report-footer > div { display: flex; gap: 16px; }
.report-footer button { padding: 0; font-size: 11px; color: #747d6b; }
.report-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 30px; }
.report-heading h1 { font-size: 28px; font-weight: 400; }
.report-heading p { margin-top: 10px; font-size: 14px; }
.report-eyebrow, .section-kicker { font-size: 11px; letter-spacing: .06em; color: #7c8474; margin-bottom: 10px; }

/* Summary cards. */
.overview-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.priority-summary, .peer-summary { padding: 24px; border: 0; border-radius: 17px; background: white; box-shadow: 0 6px 12px #35301f04; }
.priority-summary h1, .peer-summary h2 { font-size: 20px; line-height: 1.4; font-weight: 400; letter-spacing: -.5px; }
.report-business { display: flex; align-items: center; gap: 12px; margin: 17px 0 15px; }
.report-business > img, .business-initial { width: 58px; height: 58px; object-fit: cover; border-radius: 14px; flex: none; }
.business-initial { display: grid; place-items: center; font: 28px Georgia, serif; color: #63775a; background: #eaf0e3; }
.report-business h2 { font-size: 17px; font-weight: 500; letter-spacing: -.3px; }
.report-business a { display: inline-block; font-size: 13px; color: #858a80; margin-top: 3px; overflow-wrap: anywhere; }
.priority-list { display: flex; flex-direction: column; gap: 1px; }
.priority-list button { display: flex; align-items: flex-start; gap: 8px; padding: 5px 0; text-align: left; font-size: 14px; line-height: 1.45; }
.priority-list button:hover span { text-decoration: underline; text-underline-offset: 3px; }
.priority-list .icon, .priority-list .status-glyph { width: 16px; height: 16px; margin-top: 2px; flex: none; color: #b84e55; stroke-width: 2; }
.peer-summary { display: flex; flex-direction: column; }
.peer-summary h2 { margin-bottom: 16px; }
.peer-row { display: flex; align-items: center; gap: 10px; padding: 7px 0; color: var(--ink); }
.peer-row:hover { text-decoration: none; }
.peer-row:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.peer-row > span:last-child { flex: 1; min-width: 0; }
.peer-logo { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 7px; background: #f1f2f0; color: #bec2ba; flex: none; }
.peer-logo .icon { width: 19px; height: 19px; stroke-width: 1.5; }
.peer-row strong { display: block; font-size: 13px; font-weight: 400; line-height: 1.4; }
.peer-row small { display: block; font-size: 12px; color: #94998e; margin-top: 2px; }
.summary-foot { color: #858b7e; font-size: 11px; line-height: 1.5; padding-top: 22px; margin-top: auto; }

/* Flat search panel. */
.panel { background: white; border: 0; border-radius: 17px; box-shadow: none; margin-bottom: 28px; overflow: hidden; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px 18px; }
.panel-heading h2 { font-size: 19px; font-weight: 400; letter-spacing: -.4px; }
.panel-heading p { font-size: 13px; color: #818679; line-height: 1.5; margin-top: 5px; }
.keyword-list { padding: 0 9px; }
.keyword-row { display: grid; grid-template-columns: 19px minmax(0,1fr) auto 12px; align-items: center; gap: 10px; width: 100%; padding: 19px 15px; border-top: 1px solid #e1e3db; text-align: left; background: none; }
.keyword-row:first-child { border-top: 0; }
.keyword-row:hover { background: #fafbf8; }
.search-engine { width: 19px; height: 19px; }
.keyword-phrase { font-size: 14px; font-weight: 400; line-height: 1.5; }
.keyword-metrics { display: flex; align-items: center; justify-content: flex-end; gap: 12px; font-variant-numeric: tabular-nums; }
.keyword-volume { font-size: 12px; color: #7d8574; white-space: nowrap; }
.keyword-volume strong { font-weight: 400; }
.keyword-volume small { font-size: inherit; }
.keyword-position { font-size: 12px; color: #588047; white-space: nowrap; }
.keyword-row > .icon { width: 12px; height: 12px; color: #89927f; }
.search-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 15px; padding: 14px 24px 20px; font-size: 11px; color: #808a73; }
.search-footer button { color: #6a775f; padding: 0; font-size: 12px; }
.search-footer button:hover { text-decoration: underline; }
.panel-note { display: flex; align-items: flex-start; gap: 7px; color: #7c8771; font-size: 12px; line-height: 1.6; padding: 15px 24px 21px; background: none; border-top: 1px solid #eff1ea; }
.panel-note > .icon { width: 13px; height: 13px; margin-top: 3px; }

/* Owner-style numbered sections and unboxed finding rows. */
.section-title { margin: 32px 0 23px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.section-title h2 { font-size: 24px; font-weight: 400; letter-spacing: -.6px; }
.section-title p { color: #808477; font-size: 23px; font-weight: 400; line-height: 1.35; margin-top: 3px; letter-spacing: -.4px; }
.audit-title { margin: 44px 8px 58px; }
.audit-section { background: none; border: 0; box-shadow: none; margin-bottom: 42px; }
.audit-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 15px 24px; }
.audit-section-heading > div { flex: 1; }
.audit-label { font-size: 18px; line-height: 1.4; color: #808578; margin-bottom: 3px; }
.audit-section-heading h2 { font-size: 20px; font-weight: 400; letter-spacing: -.4px; }
.section-progress { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #a16f63; padding: 4px 0; }
.section-progress > .progress-ring { width: 27px; height: 27px; }
.section-progress .progress-ring circle { stroke-width: 14; }
.audit-checks { padding: 24px; background: white; border-radius: 22px; }
.audit-group + .audit-group { margin-top: 29px; }
.audit-group > h3 { font-size: 14px; letter-spacing: -.1px; font-weight: 400; margin-bottom: 9px; }
.check-row { display: flex; align-items: center; gap: 8px; width: 100%; padding: 9px 0; border: 0; background: none; text-align: left; border-radius: 5px; }
.check-row:hover { background: #f8f9f6; }
.check-copy { flex: 1; min-width: 0; }
.check-copy strong { display: block; font-weight: 400; font-size: 14px; line-height: 1.5; letter-spacing: -.1px; }
.check-row > .icon { width: 12px; height: 12px; color: #89937e; margin-right: 2px; }
.status-glyph { width: 18px; height: 18px; flex: none; }
.status-glyph circle { fill: #f2f4f3; }
.status-glyph path { fill: none; stroke: #8b9693; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.status-glyph.gap circle { fill: #d95457; }
.status-glyph.gap path { stroke: white; stroke-width: 1.2; }
.status-glyph.unknown circle { fill: #f1f1eb; }
.status-glyph.unknown path { stroke: #999d8b; }
.in-plan { font-size: 11px; color: #5e7753; }
.badge { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; white-space: nowrap; font-weight: 400; }
.badge.gap { color: #bf5653; }
.badge.pass { color: #648b51; }
.badge.unknown { color: #8a957c; }
.badge > .icon { width: 13px; height: 13px; }
.small-dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }

/* Detailed report sections. */
.section-page-heading { display: flex; align-items: center; gap: 16px; margin: 18px 0 30px; }
.section-page-heading > div { flex: 1; }
.section-page-heading > .category-symbol { width: 48px; height: 48px; border-radius: 13px; }
.section-page-heading p { font-size: 15px; margin-top: 7px; }
.filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 28px; }
.filter-tabs { display: flex; gap: 3px; padding: 4px; background: #efefea; border-radius: 9px; }
.filter-tabs button { padding: 8px 12px; font-size: 13px; color: #707969; border-radius: 6px; white-space: nowrap; }
.filter-tabs button.selected { color: #333b2e; background: #fff; box-shadow: 0 1px 4px #293f2310; }
.find-search { display: flex; align-items: center; gap: 8px; border: 1px solid #e1e4dc; background: white; border-radius: 8px; padding: 9px 12px; }
.find-search .icon { width: 16px; height: 16px; color: #8d9585; }
.find-search input { min-width: 0; max-width: 130px; padding: 0; border: 0; background: transparent; font-size: 13px; }
.check-group { margin-bottom: 28px; }
.check-group > h3 { font-size: 14px; letter-spacing: 0; color: var(--ink); margin-bottom: 10px; font-weight: 400; }
#check-list { background: white; border-radius: 18px; padding: 25px; }
#check-list .check-group:last-child { margin-bottom: 0; }




.count-pill, .source-pill, .pill { display: inline-block; padding: 5px 8px; font-size: 12px; background: #f2f2ef; color: #6c7268; border-radius: 5px; }
.source-pill { background: #f1f2ef; color: #6c7268; }
.metadata-rows details { border-top: 1px solid var(--line); }
.metadata-rows summary { list-style: none; display: grid; grid-template-columns: minmax(100px, 1fr) 2fr 15px; gap: 20px; align-items: center; padding: 19px 25px; cursor: pointer; }
.metadata-rows summary::-webkit-details-marker { display: none; }
.metadata-rows summary > span { font-size: 12px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.metadata-rows summary strong { font-size: 14px; font-weight: 450; }
.metadata-rows summary .icon { width: 15px; height: 15px; color: #8b967f; }
.metadata-rows details[open] summary .icon { transform: rotate(180deg); }
.metadata-rows details > div { background: #f8faf4; padding: 20px 25px; border-top: 1px solid var(--line); }
.metadata-rows label { font-size: 11px; font-weight: 550; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.metadata-rows p { font-size: 14px; margin: 6px 0 16px; }
.metadata-rows a { font-size: 13px; }
.metadata-rows a .icon { width: 12px; height: 12px; }
.table-scroll { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; text-align: left; font-size: 14px; }
th { font-weight: 500; font-size: 12px; padding: 13px 25px; color: var(--muted); background: #fafbf7; border-block: 1px solid var(--line); white-space: nowrap; }
td { padding: 19px 25px; border-bottom: 1px solid var(--line); color: var(--muted); vertical-align: top; }
td strong { color: #2c3725; font-weight: 500; }
tbody tr:last-child td { border: 0; }
.table-small { display: block; color: var(--muted); font-size: 12px; max-width: 225px; margin-top: 5px; }
.performance-grid, .ads-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 7px 25px 28px; }
.performance-grid > div > span, .ads-summary > div > span { display: block; font-size: 13px; color: var(--muted); min-height: 39px; }
.performance-grid strong, .ads-summary strong { display: block; font-size: 34px; font-weight: 500; letter-spacing: -1px; line-height: 1.2; margin: 10px 0; }
.performance-grid strong small { font-size: 15px; letter-spacing: 0; color: var(--muted); }
.performance-grid p, .ads-summary small { display: block; font-size: 12px; color: var(--muted); }
.speed-main strong, .ads-summary > div:nth-child(2) strong { color: #c26a3d; }
.ads-summary strong { color: var(--green); }
.ads-summary strong.unmeasured { font-size: 23px; color: var(--muted); line-height: 1.78; letter-spacing: -.5px; }
.ads-context { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin: 30px 0 38px; }
.ads-context .icon { color: #889a78; margin-bottom: 12px; }
.ads-context h3 { font-size: 16px; letter-spacing: -.3px; }
.ads-context p { font-size: 13px; line-height: 1.7; margin-top: 9px; }
.empty-inline { display: flex; align-items: center; gap: 16px; padding: 25px; color: var(--muted); }
.empty-inline p, .empty-copy { font-size: 14px; line-height: 1.7; }
.empty-copy { margin: 25px 0; }
.peer-detail { display: flex; gap: 15px; padding: 25px; border-top: 1px solid var(--line); }
.peer-detail h3 { font-size: 17px; }
.peer-detail p { font-size: 14px; line-height: 1.7; margin: 8px 0; }
.peer-detail a { font-size: 13px; }
.peer-detail a .icon { width: 12px; height: 12px; }

/* Action plan and evidence dialogs. */
.plan-summary { display: flex; align-items: center; gap: 22px; font-size: 14px; color: var(--muted); margin-bottom: 25px; }
.plan-summary > span:first-child { display: flex; align-items: center; gap: 9px; }
.plan-summary strong { font-weight: 500; color: #445b33; }
.plan-summary > button { margin-left: auto; }
.plan-empty { text-align: center; padding: 70px 35px; border: 1px dashed #d2dbca; background: #f1f5ed; border-radius: 13px; }
.plan-empty > .icon { width: 38px; height: 38px; color: #879e75; margin-bottom: 20px; }
.plan-empty h2 { font-size: 25px; }
.plan-empty p { font-size: 15px; margin: 15px 0 25px; }
.plan-card { display: flex; align-items: flex-start; gap: 18px; padding: 27px; background: white; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 18px; }
.plan-card > div { flex: 1; min-width: 0; }
.plan-step { font-size: 12px; color: var(--muted); }
.plan-card h2 { font-size: 22px; margin-top: 7px; }
.plan-card p { font-size: 14px; line-height: 1.8; margin: 12px 0 18px; }
.done-definition { border-left: 2px solid #ccd9ef; padding: 0 14px; font-size: 13px; color: var(--muted); margin-bottom: 15px; }
.done-definition strong { display: block; font-size: 12px; color: #536644; margin-bottom: 5px; }
.task-check input { width: 21px; height: 21px; accent-color: var(--blue); margin: 5px 0; }
.plan-card.completed h2 { text-decoration: line-through; color: #899b7c; }
dialog { width: 630px; max-width: calc(100% - 32px); max-height: min(850px, 90dvh); border: 1px solid #e4e7df; border-radius: 16px; padding: 28px 32px 0; color: var(--ink); background: #fff; box-shadow: 0 24px 100px #1e281c25; }
dialog::backdrop { background: #17200d52; backdrop-filter: blur(3px); }
.dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 22px; }
.dialog-top > .icon-button { margin: -6px -9px -6px 0; color: #728765; }
.dialog-category { display: block; color: var(--muted); font-size: 12px; margin-bottom: 12px; }
dialog h2 { font-size: 29px; line-height: 1.23; letter-spacing: -.8px; }
dialog > p { font-size: 14px; line-height: 1.75; margin: 15px 0 24px; overflow-wrap: anywhere; }
dialog section { margin-top: 25px; }
dialog section h3 { font-size: 14px; font-weight: 600; letter-spacing: -.1px; margin-bottom: 8px; }
dialog section p { font-size: 14px; line-height: 1.75; }
dialog section a { overflow-wrap: anywhere; }
.observed { padding: 19px 20px; background: #f4f6ef; border: 1px solid #e7eddf; border-radius: 9px; }
.copy-example { margin-top: 25px; padding: 20px; background: #f7f9fe; border: 1px solid #e1e7f7; border-radius: 9px; }
.copy-example > span { display: block; font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.copy-example label { display: block; font-size: 11px; color: #7d8ab4; text-transform: uppercase; letter-spacing: .06em; margin: 14px 0 6px; }
.copy-example p { font-size: 14px; line-height: 1.7; }
.copy-example .proposed { color: #3956a8; }
.copy-example .text-button { margin-top: 13px; }
.evidence-block { margin-top: 26px; padding-top: 23px; border-top: 1px solid var(--line); }
.evidence-block h3 { font-size: 14px; letter-spacing: -.1px; margin-bottom: 15px; }
.evidence-block h3 .icon { width: 14px; height: 14px; margin-right: 6px; }
.evidence-block > div { margin-bottom: 15px; }
.evidence-block a, .evidence-block strong { font-size: 13px; font-weight: 500; }
.evidence-block a .icon { width: 11px; height: 11px; margin-left: 5px; }
.evidence-block small { display: block; font-size: 12px; line-height: 1.6; margin-top: 4px; color: var(--muted); }
.dialog-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; position: sticky; bottom: 0; padding: 20px 0; background: #fffffff5; backdrop-filter: blur(8px); border-top: 1px solid var(--line); margin-top: 25px; }
.dialog-footer > span { font-size: 12px; color: var(--muted); }
.export-options { display: flex; flex-direction: column; gap: 12px; margin: 25px 0 30px; }
.export-options > button { display: flex; gap: 16px; align-items: center; text-align: left; padding: 18px; border: 1px solid #e5eadd; border-radius: 9px; }
.export-options > button:hover { background: #f7f9f2; }
.export-options > button > span { flex: 1; }
.export-options strong { display: block; font-size: 15px; font-weight: 500; }
.export-options small { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }
.export-options .icon { color: #849576; }
.form-label { display: block; font-size: 13px; margin: 18px 0; color: #566849; }
.form-label input { display: block; width: 100%; padding: 11px 12px; margin-top: 7px; border: 1px solid #dce3d5; border-radius: 7px; background: white; }
#import-form { padding-bottom: 28px; }
.form-error { font-size: 14px; color: var(--red); margin-top: 14px; }
#toast { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%, 12px); z-index: 200; padding: 12px 20px; background: #273322; color: white; border-radius: 9px; box-shadow: 0 4px 20px #17200d20; font-size: 14px; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; max-width: calc(100% - 30px); }
#toast.visible { opacity: 1; transform: translate(-50%, 0); }
.original-screenshot { display: block; max-width: 100%; height: auto; margin: 20px auto; border-radius: 8px; }
#print-report { display: none; }

/* Entry flow. */
.landing-header { max-width: 1300px; margin: auto; display: flex; align-items: center; gap: 22px; padding: 30px 42px; }
.landing-header > .quiet { margin-left: auto; }
.landing { max-width: 1140px; margin: auto; padding: 38px 32px 0; }
.landing-intro { text-align: center; }
.intro-icon { width: 52px; height: 52px; margin: 0 auto 25px; background: #ecf0fc; color: #6c83cf; border-radius: 16px; display: grid; place-items: center; }
.intro-icon .icon { width: 28px; height: 28px; }
.landing h1 { font-size: clamp(36px, 4vw, 54px); font-weight: 500; line-height: 1.13; letter-spacing: -2px; }
.landing-intro > p { font-size: 18px; line-height: 1.6; margin-top: 23px; }
.scan-form { max-width: 720px; margin: 38px auto 0; }
.scan-form > label { display: block; font-size: 14px; color: #687261; margin: 0 0 10px 3px; }
.url-box { display: flex; align-items: center; gap: 13px; background: white; border: 1px solid #d9dfd1; border-radius: 12px; padding: 8px 8px 8px 18px; box-shadow: var(--shadow); }
.url-box:focus-within { border-color: #9aaeee; box-shadow: 0 0 0 3px #dfe6fb; }
.url-box > .icon { color: #8a947e; }
.url-box input { flex: 1; min-width: 0; border: 0; outline: none; background: none; font-size: 17px; padding: 9px 0; }
.url-box input:focus { outline: none; }
.url-box .primary { min-height: 48px; }
.business-details { margin-top: 17px; }
.business-details summary { display: flex; align-items: center; gap: 5px; list-style: none; font-size: 13px; color: #5f6f51; cursor: pointer; padding: 4px 0; }
.business-details summary::-webkit-details-marker { display: none; }
.business-details summary span { color: var(--muted); }
.business-details summary .icon { width: 15px; height: 15px; margin-left: auto; }
.details-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 18px; }
.details-fields label { font-size: 13px; color: #6e7b60; }
.details-fields input { display: block; width: 100%; border: 1px solid #dce3d4; background: white; border-radius: 7px; padding: 11px; margin-top: 7px; font-size: 14px; }
.form-note { text-align: center; font-size: 12px; margin-top: 17px; color: var(--muted); }
.example-invite { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 35px 0 52px; }
.example-invite > span { font-size: 13px; color: var(--muted); }
.example-invite button { display: flex; align-items: center; gap: 11px; padding: 13px 16px; text-align: left; background: white; border: 1px solid #e4e7de; border-radius: 10px; font-size: 14px; }
.example-invite button:hover { box-shadow: var(--shadow); border-color: #bfcbb4; }
.example-invite small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
.example-invite .icon { width: 15px; height: 15px; margin-left: 13px; color: #98a48a; }
.example-avatar { display: grid; place-items: center; width: 38px; height: 38px; background: #e8efdf; color: #5a7544; border-radius: 8px; font: 26px Georgia, serif; }
.landing-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-top: 32px; border-top: 1px solid #e4e7dc; }
.landing-features .icon { display: block; color: #8b9b7c; margin-bottom: 14px; width: 24px; height: 24px; }
.landing-features strong { font-size: 15px; font-weight: 500; }
.landing-features p { font-size: 14px; line-height: 1.65; margin-top: 8px; }
.landing footer { display: flex; justify-content: space-between; padding: 40px 0 24px; font-size: 12px; color: var(--muted); }

/* Website concept. */
.preview-layout { display: grid; grid-template-columns: 1fr; gap: 28px; }
.preview-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px 25px; }
.preview-notes h2 { grid-column: 1/-1; font-size: 20px; }
.preview-notes > div:not(.preview-note) { display: flex; gap: 12px; }
.preview-notes > div > .icon { color: #7b8c65; width: 19px; height: 19px; }
.preview-notes strong { display: block; font-size: 14px; font-weight: 500; }
.preview-notes p { font-size: 13px; line-height: 1.7; margin-top: 7px; }
.preview-note { grid-column: 1/-1; font-size: 12px; color: var(--muted); padding-top: 15px; border-top: 1px solid #dfe6d6; }
.preview-note .icon { width: 14px; height: 14px; margin-right: 4px; }
.preview-notes > .secondary { grid-column: 1/-1; justify-self: start; }
.preview-workspace { background: #e9ede3; border: 1px solid #dde5d3; border-radius: 13px; padding: 0 18px 24px; min-width: 0; }
.preview-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; font-size: 13px; color: var(--muted); }
.preview-toolbar > div { display: flex; gap: 4px; }
.preview-toolbar .icon-button { width: 34px; height: 34px; }
.preview-toolbar .active { background: white; color: #5a7850; }
.website-concept { background: #fcfbf7; color: #354c3b; border: 1px solid #dce0d8; max-width: 100%; margin: auto; overflow: hidden; box-shadow: 0 10px 20px #233b4d08; }
.website-concept nav { padding: 23px 28px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #e6e6dc; }
.website-concept nav strong { font: 20px Georgia, serif; }
.website-concept button { font-size: 13px; border-radius: 5px; background: #416047; color: white; padding: 12px 16px; }
.concept-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 35px 30px; }
.concept-hero > div > span { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; color: #7a8a6c; }
.concept-hero h2 { font: 46px/1.06 Georgia, serif; letter-spacing: -1.5px; margin: 18px 0; }
.concept-hero p { font-size: 14px; line-height: 1.7; color: #79876e; margin-bottom: 22px; }
.concept-hero > img { width: 100%; height: 100%; max-height: 380px; object-fit: cover; border-radius: 50% 50% 4px 4px; }
.concept-placeholder { background: #e5e8dd; min-height: 240px; display: grid; place-items: center; color: #839673; }
.concept-trust { display: flex; justify-content: space-around; gap: 10px; padding: 16px; border-block: 1px solid #e3e6dc; font-size: 11px; color: #7c8f6c; }
.concept-services { padding: 32px 30px; }
.concept-services h3, .concept-estimate h3 { font: 28px/1.2 Georgia, serif; }
.concept-services > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; margin-top: 28px; }
.concept-services article { border-top: 1px solid #dbe0d2; padding-top: 15px; }
.concept-services article small { font-size: 11px; color: #87997a; }
.concept-services h4 { font-size: 14px; letter-spacing: -.1px; margin: 10px 0; }
.concept-services p { font-size: 12px; line-height: 1.7; color: var(--muted); }
.concept-estimate { margin: 10px 28px 32px; padding: 26px; background: #eef0e6; }
.concept-estimate > p { font-size: 13px; line-height: 1.6; margin: 12px 0 20px; color: var(--muted); }
.draft-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.draft-fields span { font-size: 12px; color: var(--muted); padding: 12px; background: #fdfef9; border: 1px solid #dfe6d6; border-radius: 5px; }
.concept-estimate > button { margin-top: 15px; }
.concept-estimate > small { display: block; font-size: 11px; color: var(--muted); margin-top: 11px; }
.phone-preview { max-width: 360px; }
.phone-preview .concept-hero { grid-template-columns: 1fr; padding: 25px 22px; }
.phone-preview .concept-hero h2 { font-size: 40px; }
.phone-preview .concept-hero > img { height: 240px; }
.phone-preview nav { padding: 20px 16px; }
.phone-preview nav strong { font-size: 16px; }
.phone-preview nav button { font-size: 11px; }
.phone-preview .concept-trust { flex-wrap: wrap; font-size: 10px; }
.phone-preview .concept-services > div, .phone-preview .draft-fields { grid-template-columns: 1fr; }
.phone-preview .concept-services { padding: 25px 22px; }
.phone-preview .concept-estimate { margin-inline: 18px; padding: 20px; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes scan { to { top: 80%; } }

/* Loading illustration. */
.scanning{display:grid;grid-template-columns:340px 1fr;max-width:1190px;margin:65px auto 0;gap:80px;padding:0 40px}
.scanning h1{font-size:31px;line-height:1.3;margin:17px 0 32px}
.live-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#6d839e;display:flex;gap:8px;align-items:center}
.live-label i{width:6px;height:6px;border-radius:50%;background:#619ecf}
.scan-step{display:flex;align-items:center;gap:13px;margin:20px 0;color:#a1a9b4;font-size:13px}
.scan-step>span{display:grid;place-items:center;width:25px;height:25px;border:1px solid #e0e5ec;border-radius:50%;font-size:10px}
.scan-step.done{color:#5d7b6b}
.scan-step.done>span{background:#edf5ef;color:#4e8363;border-color:#edf5ef}
.scan-step.done .icon{width:14px;height:14px}
.scan-step.current{color:#3273bd}
.spinner{display:block;width:16px;height:16px;border:2px solid #c9d9ed;border-top-color:var(--blue);border-radius:50%;animation:spin 1s linear infinite}
.progress-track{height:4px;background:#e9edf3;border-radius:6px;overflow:hidden;margin-top:36px}
#progress-bar{height:100%;width:5%;background:#6993c4;transition:width .4s}
#scan-stage{font-size:11px;margin-top:12px;min-height:36px}
.scan-art{background:#edf1f6;border:1px solid #e4e9f0;border-radius:20px;padding:45px 38px 60px;position:relative;align-self:start}
.scan-site{background:#fff;border:1px solid #e5e9ee;box-shadow:0 15px 45px #4b617015;border-radius:9px;overflow:hidden;position:relative}
.browser-chrome{display:flex;gap:4px;align-items:center;background:#f7f8fa;padding:10px 12px}
.browser-chrome i,.mini-browser i{background:#d8dee6;width:5px;height:5px;border-radius:50%}
.browser-chrome span{margin-left:auto;margin-right:auto;font-size:9px;color:#9aa5b3}
.skeleton-nav{display:flex;justify-content:space-between;padding:22px}
.skeleton-nav b{width:75px;height:12px;background:#dbe3ee;border-radius:3px}
.skeleton-nav span{width:110px;height:8px;background:#edf0f4}
.skeleton-hero{padding:30px;background:#f4f7fa}
.skeleton-hero small{display:block;width:70px;height:7px;background:#dae3ec;margin-bottom:20px}
.skeleton-hero strong{display:block;width:80%;height:24px;background:#dbe4ee;margin-bottom:10px;border-radius:4px}
.skeleton-hero strong:nth-child(3){width:60%}
.skeleton-hero p{margin:20px 0;width:70%;height:9px;background:#e4eaf2}
.skeleton-hero button{background:#a7bdd9;width:100px;height:29px;border-radius:5px;margin-top:8px}
.skeleton-cards{display:flex;gap:12px;padding:26px}
.skeleton-cards i{flex:1;height:75px;background:#f0f3f7;border-radius:5px}
.scan-beam{position:absolute;width:100%;height:50px;top:20px;background:linear-gradient(transparent,#c1d8f04d);border-bottom:1px solid #96bbdf;animation:scan 4s infinite alternate ease-in-out}
.floating-check{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:11px 15px;border:1px solid #e2e9f0;background:#fff;border-radius:9px;font-size:11px;white-space:nowrap;box-shadow:0 7px 15px #2b445b07}
.floating-check .icon{width:16px;color:#6c947e}


.scanning .scan-step{font-size:14px}.scanning #scan-stage{font-size:13px}.scanning .floating-check{font-size:13px}

/* Compact laptops retain full-size labels; only the decorative summary contracts. */
@media (min-width: 821px) and (max-height: 920px) {
}
@media (min-width: 821px) and (max-height: 760px) {
}
@media (max-width: 1200px) {
  .filter-bar { flex-wrap: wrap; }
  .ads-summary { gap: 15px; }
  .ads-summary strong { font-size: 29px; }
  .ads-summary strong.unmeasured { font-size: 21px; }
  th, td { padding-inline: 20px; }
}
@media (min-width: 821px) and (max-width: 1050px) {
  .performance-grid, .ads-summary { grid-template-columns: 1fr 1fr; }
  .performance-grid > div:last-child, .ads-summary > div:last-child { grid-column: 1/-1; }
  .performance-grid > div > span, .ads-summary > div > span { min-height: 0; }
  .ads-context { grid-template-columns: 1fr; gap: 20px; }
  .preview-notes { grid-template-columns: 1fr; }
  .concept-hero h2 { font-size: 37px; }
}
@media (max-width: 820px) {
  .report-heading h1, .section-page-heading h1 { font-size: 30px; }
  .section-page-heading > .badge { display: none; }
  .report-heading { flex-wrap: wrap; margin-top: 4px; }
  .preview-notes { grid-template-columns: 1fr; }
  .scanning { grid-template-columns: 1fr 1fr; gap: 25px; padding: 0 28px; margin-top: 35px; }
  .scan-art { padding-inline: 20px; }
}
@media (max-width: 620px) {
  body { font-size: 14px; }
  .desktop { display: none; }
  .panel { margin-bottom: 23px; }
  .section-page-heading { margin: 6px 0 25px; gap: 12px; }
  .section-page-heading h1 { font-size: 28px; }
  .section-page-heading p { font-size: 14px; }
  .filter-bar { flex-direction: column; align-items: stretch; gap: 15px; }
  .filter-tabs { justify-content: space-between; gap: 0; }
  .filter-tabs button { font-size: 12px; padding: 9px 8px; }
  .find-search { align-self: stretch; }
  .find-search input { max-width: none; width: 100%; font-size: 14px; }
  .metadata-rows summary { grid-template-columns: minmax(0,1fr) 16px; gap: 7px 10px; padding: 17px 20px; }
  .metadata-rows summary > span { grid-column: 1; }
  .metadata-rows summary > strong { grid-column: 1; font-size: 14px; }
  .metadata-rows summary > .icon { grid-column: 2; grid-row: 1/3; }
  .metadata-rows details > div { padding: 18px 20px; }
  .table-scroll table { min-width: 620px; }
  .table-scroll .campaign-table { min-width: 0; display: block; }
  .campaign-table thead { display: none; }
  .campaign-table tbody { display: block; }
  .campaign-table tr { display: grid; grid-template-columns: 1fr 1.3fr; padding: 19px 20px; gap: 10px 15px; border-top: 1px solid var(--line); }
  .campaign-table td { border: 0; padding: 0; font-size: 14px; min-width: 0; }
  .campaign-table td:first-child { grid-column: 1/-1; }
  .campaign-table td:nth-child(2) { grid-column: 1/-1; margin-bottom: 5px; }
  .campaign-table td[data-label]::before { content: attr(data-label); display: block; font-size: 11px; color: var(--muted); margin-bottom: 4px; }
  .campaign-table .table-small { font-size: 12px; }
  .campaign-table .pill { font-size: 11px; padding: 3px 7px; }
  th, td { padding-inline: 20px; }
  .performance-grid, .ads-summary { grid-template-columns: 1fr 1fr; gap: 23px 18px; padding: 3px 20px 24px; }
  .performance-grid > div:last-child, .ads-summary > div:last-child { grid-column: 1/-1; }
  .performance-grid > div > span, .ads-summary > div > span { font-size: 12px; min-height: 36px; }
  .performance-grid > div:last-child > span, .ads-summary > div:last-child > span { min-height: 0; }
  .performance-grid strong, .ads-summary strong { font-size: 29px; }
  .performance-grid small, .ads-summary small, .performance-grid p { font-size: 11px; }
  .ads-context { grid-template-columns: 1fr; gap: 24px; padding-inline: 5px; }
  .ads-context h3 { font-size: 17px; }
  .ads-context p { font-size: 14px; }
  .empty-inline { flex-wrap: wrap; font-size: 14px; padding: 20px; }
  .peer-detail { padding: 22px 20px; }
  .peer-detail h3 { font-size: 16px; }
  .peer-detail p { font-size: 13px; }
  .peer-detail a { font-size: 12px; overflow-wrap: anywhere; }
  .plan-summary { flex-wrap: wrap; gap: 13px; }
  .plan-summary > button { margin-left: 0; }
  .plan-card { padding: 20px 15px; gap: 12px; }
  .plan-card h2 { font-size: 20px; }
  .plan-card p { font-size: 14px; }
  .plan-card > .icon-button { width: 24px; height: 25px; margin-right: -4px; }
  .plan-card > .icon-button .icon { width: 16px; height: 16px; }
  .plan-step { font-size: 11px; }
  .plan-empty { padding: 40px 22px; }
  .plan-empty h2 { font-size: 25px; }
  .plan-empty p { font-size: 14px; }
  .preview-layout { gap: 24px; }
  .preview-workspace { padding: 0 10px 14px; }
  .preview-toolbar { font-size: 11px; }
  .website-concept nav { padding: 20px 16px; }
  .website-concept nav strong { font-size: 17px; }
  .website-concept nav button { font-size: 10px; padding: 10px 12px; }
  .concept-hero { grid-template-columns: 1fr; padding: 26px 22px; gap: 25px; }
  .concept-hero h2 { font-size: 40px; }
  .concept-hero p { font-size: 13px; }
  .concept-hero > img { height: 240px; }
  .concept-trust { flex-wrap: wrap; font-size: 10px; }
  .concept-services { padding: 25px 22px; }
  .concept-services > div, .draft-fields { grid-template-columns: 1fr; }
  .concept-services p { font-size: 13px; }
  .concept-estimate { margin: 0 18px 24px; padding: 20px; }
  dialog { max-width: calc(100% - 20px); max-height: 92dvh; padding: 23px 22px 0; border-radius: 13px; }
  dialog h2 { font-size: 26px; }
  dialog section p, dialog > p { font-size: 14px; }
  .dialog-top { margin-bottom: 20px; }
  .dialog-footer { gap: 12px; padding: 17px 0; }
  .dialog-footer > span { font-size: 11px; }
  .dialog-footer .primary { font-size: 12px; padding: 11px 13px; }
  .form-label input { font-size: 16px; }
  .landing-header { padding: 23px; gap: 14px; }
  .landing-header .brand { font-size: 24px; }
  .landing-header .test-label { display: none; }
  .landing-header .quiet { font-size: 12px; }
  .landing { padding: 28px 23px 0; }
  .landing h1 { font-size: 38px; letter-spacing: -1.5px; }
  .landing h1 br { display: none; }
  .landing-intro > p { font-size: 16px; line-height: 1.65; margin-top: 20px; }
  .scan-form { margin-top: 30px; }
  .url-box { flex-wrap: wrap; padding: 12px; gap: 10px; }
  .url-box > .icon { margin-left: 3px; }
  .url-box input { width: calc(100% - 46px); flex: 1; font-size: 16px; }
  .url-box .primary { width: 100%; }
  .business-details summary { flex-wrap: wrap; gap: 3px; font-size: 12px; }
  .business-details summary span { font-size: 11px; }
  .details-fields { grid-template-columns: 1fr; }
  .details-fields input { font-size: 16px; }
  .example-invite { flex-direction: column; gap: 10px; margin: 30px 0 35px; }
  .example-invite button { width: 100%; font-size: 13px; }
  .example-invite small { font-size: 11px; }
  .example-invite button > span:nth-child(2) { flex: 1; }
  .example-invite .icon { margin-left: 0; }
  .landing-features { grid-template-columns: 1fr 1fr; gap: 28px 25px; }
  .landing-features p { font-size: 13px; }
  .landing-features strong { font-size: 14px; }
  .landing footer { font-size: 10px; gap: 15px; padding-top: 30px; }
  .scanning { grid-template-columns: 1fr; padding: 0 27px; margin-top: 30px; gap: 30px; }
  .scanning h1 { font-size: 30px; }
  .scan-art { margin-bottom: 30px; padding: 26px 23px 55px; }
}
@media (max-width: 360px) {
  .filter-tabs button { font-size: 11px; padding-inline: 7px; }
  .section-page-heading h1 { font-size: 25px; }
  .section-page-heading p { font-size: 13px; }
  .performance-grid, .ads-summary { grid-template-columns: 1fr; }
  .performance-grid > div > span, .ads-summary > div > span { min-height: 0; }
  .dialog-footer { flex-wrap: wrap; }
  .dialog-footer > .primary { flex: 1; }
  .landing h1 { font-size: 33px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .scan-beam { display: none; }
}
@media print {
  body { background: white; color: #222; font-size: 11px; }
  #app, #detail, #toast, .skip { display: none !important; }
  #print-report { display: block; }
  #print-report h1 { font-size: 26px; margin-bottom: 12px; }
  #print-report > p { margin-bottom: 18px; }
  #print-report section { break-inside: avoid; margin: 23px 0; }
  #print-report h2 { font-size: 16px; margin-bottom: 9px; }
  #print-report p { font-size: 11px; color: #444; line-height: 1.7; margin-bottom: 7px; }
  #print-report small { font-size: 9px; color: #777; }
  @page { margin: 18mm; }
}

/* Responsive report proportions. */
@media (min-width: 821px) and (max-height: 920px) {
  .coverage { margin-top: 30px; margin-bottom: 22px; }
  .coverage-ring { width: 146px; height: 146px; margin-bottom: 14px; }
  .coverage-number strong { font-size: 48px; }
  .coverage h2 { font-size: 23px; }
  .sidebar-bottom { padding-top: 20px; }
}
@media (min-width: 821px) and (max-height: 760px) {
  .coverage { margin-top: 18px; margin-bottom: 17px; }
  .coverage-ring { width: 118px; height: 118px; margin-bottom: 12px; }
  .coverage-number strong { font-size: 41px; }
  .coverage-number small { font-size: 11px; margin-top: 0; }
  .coverage-caption { font-size: 12px; }
  .coverage h2 { font-size: 21px; }
  .nav-item { min-height: 48px; }
  .sidebar-bottom { padding-top: 16px; }
  .preview-prompt { padding: 13px; }
  .preview-prompt strong { margin-bottom: 10px; font-size: 12px; }
}
@media (max-width: 1250px) and (min-width: 821px) {
  .report-shell { grid-template-columns: 285px minmax(0,1fr); }
  .report-content { padding: 32px 36px 40px; }
  .report-topbar { padding: 24px 36px 0; }
  .report-footer { padding-inline: 36px; }
  .overview-lead { gap: 20px; }
  .priority-summary, .peer-summary { padding: 22px; }
  .priority-summary h1, .peer-summary h2 { font-size: 19px; }
  .nav-item { padding-inline: 6px; gap: 9px; }
  .nav-copy strong { font-size: 12px; }
  .nav-evidence { font-size: 11px; }
}
@media (max-width: 1050px) and (min-width: 821px) {
  .report-shell { grid-template-columns: 245px minmax(0,1fr); }
  .report-content { padding: 28px 25px 40px; }
  .report-topbar, .report-footer { padding-inline: 25px; }
  .sidebar { padding-inline: 12px; }
  .nav-ring { width: 26px; height: 26px; }
  .nav-item { gap: 8px; }
  .nav-evidence { font-size: 10px; }
  .preview-prompt { padding: 13px; }
  .preview-prompt strong { font-size: 12px; }
  .overview-lead { gap: 16px; }
  .priority-summary, .peer-summary { padding: 20px; }
  .report-business { gap: 9px; }
  .report-business > img, .business-initial { width: 44px; height: 44px; border-radius: 11px; }
  .report-business h2 { font-size: 14px; }
  .report-business a { font-size: 11px; }
  .priority-list button { font-size: 13px; }
  .peer-row strong { font-size: 12px; }
  .peer-row small { font-size: 11px; }
  .peer-logo { width: 32px; height: 32px; }
  .peer-row { gap: 8px; }
  .summary-foot { font-size: 10px; }
  .panel-heading { padding-inline: 22px; }
  .section-title h2 { font-size: 22px; }
  .section-title p { font-size: 20px; }
}
@media (max-width: 820px) {
  .report-shell { display: block; }
  .sidebar { display: none; }
  .report-topbar, .is-overview .report-topbar { display: flex; position: sticky; top: 0; z-index: 35; align-items: center; justify-content: space-between; min-height: 60px; padding: 9px 20px; background: #fbf8f5f5; backdrop-filter: blur(10px); }
  .back-to-report { display: none; }
  .report-topbar-left { gap: 8px; min-width: 0; }
  .mobile-menu { display: grid; margin-left: -8px; width: 36px; height: 36px; color: #757e6d; }
  .mobile-menu .icon { width: 19px; height: 19px; }
  .mobile-page-title { display: block; font-size: 13px; font-weight: 400; color: #727c66; }
  .mobile-report-options { display: block; }
  .report-content { padding: 12px 24px 36px; }
  .report-footer { padding: 0 24px 25px; font-size: 11px; }
  .navigation-open .nav-scrim { display: block; position: fixed; inset: 60px 0 0; z-index: 40; background: #1d271a38; backdrop-filter: blur(2px); }
  .navigation-open .sidebar { display: flex; position: fixed; top: 60px; left: 0; margin: 0; width: min(320px,calc(100% - 35px)); height: calc(100dvh - 60px); border-radius: 0 12px 12px 0; padding: 18px; z-index: 45; }
  .navigation-open .sidebar-brand { display: none; }
  .navigation-open .coverage { margin: 6px 0 25px; }
  .navigation-open .coverage-ring { width: 125px; height: 125px; margin-bottom: 12px; }
  .navigation-open .coverage-number strong { font-size: 42px; }
  .navigation-open .coverage h2 { font-size: 23px; }
  .navigation-open .nav-item { min-height: 51px; }
  .navigation-open .sidebar-bottom { padding-top: 24px; }
  body:has(.navigation-open) { overflow: hidden; }
}
@media (max-width: 620px) {
  .report-content { padding: 10px 16px 32px; }
  .report-topbar, .is-overview .report-topbar { padding-inline: 17px; }
  .report-footer { padding-inline: 20px; }
  .overview-lead { grid-template-columns: 1fr; gap: 16px; margin-bottom: 18px; }
  .priority-summary, .peer-summary { padding: 23px; border-radius: 15px; }
  .priority-summary h1, .peer-summary h2 { font-size: 20px; font-weight: 400; }
  .report-business { margin: 18px 0 16px; }
  .report-business > img, .business-initial { width: 54px; height: 54px; }
  .report-business h2 { font-size: 16px; }
  .report-business a { font-size: 12px; }
  .priority-list { gap: 2px; }
  .priority-list button { padding: 7px 0; font-size: 14px; }
  .peer-row { padding: 9px 0; }
  .peer-row strong { font-size: 14px; }
  .summary-foot { font-size: 11px; padding-top: 17px; }
  .panel { border-radius: 15px; margin-bottom: 24px; }
  .panel-heading { padding: 21px 22px 16px; flex-wrap: wrap; gap: 14px; }
  .panel-heading h2 { font-size: 19px; }
  .panel-heading p { font-size: 12px; }
  .keyword-list { padding-inline: 8px; }
  .keyword-row { grid-template-columns: 18px minmax(0,1fr) 12px; gap: 4px 9px; padding: 17px 14px; }
  .keyword-phrase { grid-column: 2; grid-row: 1; font-size: 14px; overflow-wrap: anywhere; }
  .keyword-metrics { grid-column: 2; grid-row: 2; justify-content: flex-start; gap: 10px; }
  .keyword-volume, .keyword-position { font-size: 12px; }
  .search-engine { grid-column: 1; grid-row: 1/3; align-self: start; margin-top: 2px; width: 18px; height: 18px; }
  .keyword-row > .icon { grid-column: 3; grid-row: 1/3; }
  .search-footer { padding: 13px 22px 20px; font-size: 11px; }
  .search-footer button { font-size: 11px; }
  .panel-note { padding: 14px 22px 20px; font-size: 11px; }
  .section-title h2 { font-size: 22px; }
  .section-title p { font-size: 20px; }
  .audit-title { margin: 34px 7px 39px; }
  .audit-section { margin-bottom: 34px; }
  .audit-section-heading { margin: 0 7px 20px; gap: 14px; }
  .audit-label { font-size: 16px; }
  .audit-section-heading h2 { font-size: 18px; line-height: 1.4; }
  .section-progress { font-size: 12px; gap: 5px; }
  .section-progress > .progress-ring { width: 23px; height: 23px; }
  .audit-checks, #check-list { padding: 21px; border-radius: 18px; }
  .audit-group + .audit-group { margin-top: 25px; }
  .audit-group > h3 { font-size: 13px; }
  .check-row { padding: 11px 0; gap: 7px; align-items: flex-start; }
  .check-row .status-glyph { margin-top: 2px; width: 17px; height: 17px; }
  .check-copy strong { font-size: 13px; line-height: 1.6; }
  .check-row > .icon { margin-top: 5px; }
}
@media (max-width: 360px) {
  .report-content { padding-inline: 12px; }
  .priority-summary, .peer-summary { padding: 21px; }
  .report-business > img, .business-initial { width: 43px; height: 43px; border-radius: 11px; }
  .report-business h2 { font-size: 14px; }
  .report-business a { font-size: 11px; }
  .priority-list button { font-size: 13px; }
  .section-title h2 { font-size: 20px; }
  .section-title p { font-size: 18px; }
  .audit-checks, #check-list { padding: 18px; }
  .audit-section-heading h2 { font-size: 17px; }
  .section-progress { flex-direction: column-reverse; gap: 2px; }
  .navigation-open .coverage { margin-bottom: 17px; }
  .navigation-open .coverage-ring { width: 102px; height: 102px; }
  .navigation-open .coverage-number strong { font-size: 35px; }
  .navigation-open .coverage-number small { font-size: 10px; }
  .navigation-open .nav-item { min-height: 48px; }
  .navigation-open .sidebar-bottom { padding-top: 16px; }
  .navigation-open .preview-prompt { padding: 13px; }
}
/* Hosted evidence and ad-library observations use the same quiet report rhythm. */
.provider-summary { display:flex; flex-wrap:wrap; gap:12px 26px; margin:22px 0; color:#545852; font-size:12px; }
.provider-summary > span { display:grid; grid-template-columns:14px minmax(0,1fr); align-items:center; gap:5px 6px; }
.provider-summary .icon { width:14px; height:14px; }
.provider-summary small { grid-column:2; color:#747870; font-size:11px; line-height:1.5; }
.public-ads-intro { margin:0; padding:0 24px 20px; color:#676963; line-height:1.6; font-size:14px; }
.public-ad-list { padding:0 24px; }
.public-ad-row { display:flex; align-items:center; gap:14px; padding:18px 0; border-top:1px solid #eeefeb; text-decoration:none; color:inherit; }
.public-ad-row > span:nth-child(2) { flex:1; min-width:0; }
.public-ad-row strong { display:block; font-size:14px; font-weight:500; }
.public-ad-row small { display:block; margin-top:5px; color:#7a7d75; font-size:12px; line-height:1.5; }
.panel-actions { padding:0 24px 22px; }

.research-note{padding:16px 20px;border:1px solid var(--line,#e8e3df);border-radius:12px;color:#685342;background:#fffaf2;line-height:1.6}.research-pending{max-width:650px;margin:32px auto;padding:24px}.research-pending p{line-height:1.6;margin-bottom:20px}.sidebar-brand .brand{gap:8px}.sidebar-brand .brand .logo{width:28px;height:28px}

/* Separate the URL-only intake from the service overview. */
.landing-features { margin-top: 30px; }

/* Business-first report, calm surfaces and explicit status colors. */
.report-shell { background: #faf8f5; color: #20211f; }
.sidebar { background: #f1f0e9; }
.sidebar-brand { align-items: flex-start; gap: 8px; }
.report-brand { display: flex; align-items: center; gap: 12px; padding: 0; text-align: left; min-width: 0; background: none; }
.report-brand > span:last-child { min-width: 0; font-size: 14px; font-weight: 600; line-height: 1.4; }
.report-brand small { display: block; font-size: 12px; color: #72746e; font-weight: 400; margin-top: 3px; }
.business-mark { display: grid; place-items: center; width: 76px; height: 64px; padding: 7px; flex: none; border-radius: 10px; background: #fff; border: 1px solid #ecece7; overflow: hidden; }
.business-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.business-mark > span { font-size: 25px; font-weight: 500; }
.report-brand .business-mark { width: 62px; height: 56px; }
.sidebar-bottom { display: grid; gap: 18px; }
.powered-by { color: #777972; font-size: 12px; text-align: center; }
.powered-by a { color: #333832; font-weight: 600; }
.status-glyph.pass circle { fill: #e7f4eb; }
.status-glyph.pass path { stroke: #218447; stroke-width: 1.9; }
.status-glyph.gap circle { fill: #fde9e8; }
.status-glyph.gap path { stroke: #c3403e; stroke-width: 1.8; }
.status-glyph.unknown circle { fill: #f0f0ed; }
.status-glyph.unknown path { stroke: #878b83; stroke-width: 1.7; }
.badge.unknown { color: #777a73; }
.priority-list .status-glyph { width: 18px; height: 18px; }
.priority-list button { align-items: flex-start; }
.priority-summary, .peer-summary, .panel { box-shadow: 0 3px 14px #26271903; }
.overview-lead h1 { font-size: 23px; letter-spacing: -.5px; line-height: 1.3; }
.report-business h2 { font-size: 17px; font-weight: 600; }
.peer-summary h2 { font-size: 19px; }
.keyword-row { grid-template-columns: 20px minmax(140px,1fr) auto 14px; gap: 12px; }
.keyword-row > .icon:first-child { width: 19px; height: 19px; grid-column: 1; }
.keyword-phrase { min-width: 0; white-space: normal; overflow-wrap: normal; word-break: normal; }
.keyword-position { min-width: 67px; padding: 4px 7px; border-radius: 5px; color: #4f554c; background: #f2f3f0; text-align: center; }
.keyword-position.found { color: #237441; background: #e9f5ec; }
.keyword-position small { display: block; margin-top: 2px; font-size: 10px; color: #85877f; }
.keyword-volume { color: #757a70; }
.keyword-volume small { font-size: 11px; }
.keyword-row > .icon:last-child { grid-column: 4; }
.data-details { margin: -8px 0 28px; color: #82867c; font-size: 12px; }
.data-details > summary { display: flex; align-items: center; gap: 8px; cursor: pointer; width: fit-content; padding: 6px 0; }
.data-details > summary .icon { width: 12px; height: 12px; }
.data-details .provider-summary { padding: 16px 0 0; margin: 0; }
.section-description { font-size: 14px; color: #808577; margin-top: 7px; line-height: 1.5; }
.audit-section-heading { margin-bottom: 26px; }
.audit-section-heading h2 { font-size: 26px; font-weight: 500; }
.audit-label { color: #8c8f85; }
.check-copy small { display: block; color: #7a7e73; line-height: 1.55; font-size: 12px; font-weight: 400; margin-top: 4px; max-width: 610px; }
.check-row { align-items: flex-start; }
.check-row > .status-glyph, .check-row > .icon { margin-top: 3px; }
.ad-comparison { padding: 0 24px; }
.ad-compare-header { display: flex; justify-content: space-between; font-size: 11px; color: #818579; padding: 0 0 12px; }
.ad-compare-item { border-top: 1px solid #eeeee8; }
.ad-compare-item summary { display: flex; justify-content: space-between; align-items: center; gap: 18px; cursor: pointer; padding: 18px 0; list-style: none; font-size: 13px; }
.ad-compare-item summary > span:last-child { display: flex; gap: 10px; align-items: center; color: #747a6d; white-space: nowrap; }
.ad-compare-item summary strong { font-weight: 500; }
.ad-compare-item summary small { display: block; color: #858a7e; font-size: 12px; margin-top: 3px; }
.ad-compare-item .icon, .ad-pages .icon, .library-row .icon { width: 13px; height: 13px; }
.you-label { display: inline-block !important; margin-left: 7px; padding: 2px 5px; font-size: 10px !important; color: #557452 !important; background: #eef5eb; border-radius: 3px; }
.ad-pages { display: grid; gap: 14px; padding: 12px 24px 24px; font-size: 13px; color: #73786d; line-height: 1.6; }
.ad-compare-item .ad-pages { padding-inline: 0; }
.ad-preview { display: grid; gap: 5px; padding: 17px; border: 1px solid #e9ece5; border-radius: 9px; }
.ad-preview strong { font-size: 17px; color: #234c89; font-weight: 500; }
.ad-preview small { font-size: 11px; color: #7e8278; }
.ad-summary { padding: 0 24px 18px; font-size: 14px; color: #5b6254; line-height: 1.6; }
.local-ad-list { padding: 0 24px 20px; }
.local-ad-row { display: flex; gap: 14px; align-items: center; padding: 15px 0; border-top: 1px solid #efefe9; }
.local-ad-row > .icon { color: #658061; flex: none; }
.local-ad-row strong { display: block; font-size: 14px; font-weight: 500; }
.local-ad-row small { display: block; font-size: 12px; color: #818678; margin-top: 4px; }
.library-details { margin: 0 24px 22px; font-size: 13px; }
.library-details summary { display: flex; gap: 8px; align-items: center; cursor: pointer; color: #6a7462; padding-bottom: 12px; }
.library-details summary .icon { width: 13px; height: 13px; }
.library-row { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-top: 1px solid #efefe9; color: #707869; font-size: 12px; }
@media(max-width:700px){
 .keyword-row { grid-template-columns: 20px minmax(0,1fr) 12px; gap: 6px 10px; }
 .keyword-row > .icon:first-child { grid-column: 1; grid-row: 1; align-self: start; margin-top: 2px; }
 .keyword-phrase { grid-column: 2; grid-row: 1; overflow-wrap: normal; word-break: normal; }
 .keyword-metrics { grid-column: 2; grid-row: 2; justify-content: flex-start; flex-wrap: wrap; gap: 12px; }
 .keyword-position { min-width: 0; display: flex; align-items: center; gap: 5px; padding: 3px 6px; }
 .keyword-position small { display: inline; margin: 0; }
 .keyword-row > .icon:last-child { grid-column: 3; grid-row: 1/3; }
 .business-mark { width: 72px; height: 58px; }
 .ad-comparison { padding: 0 18px; }
 .ad-compare-item summary { gap: 10px; font-size: 12px; }
 .ad-compare-item summary strong { overflow-wrap: anywhere; }
 .audit-section-heading h2 { font-size: 23px; }
}
.business-mark { position: relative; }
.business-mark img { position: absolute; inset: 7px; width: calc(100% - 14px); height: calc(100% - 14px); max-height: calc(100% - 14px); object-fit: contain; }
.ad-compare-header, .ad-compare-item summary { display: grid; grid-template-columns: minmax(0,1fr) 115px 115px 14px; gap: 16px; }
.ad-count { text-align: right; font-variant-numeric: tabular-nums; font-size: 16px; }
.ad-compare-header > span:not(:first-child) { text-align: right; }
.ad-compare-item summary > .icon { width: 13px; height: 13px; color: #8a8d82; }
@media(max-width:700px){
 .ad-compare-header { display: none; }
 .ad-compare-item summary { grid-template-columns: 1fr 1fr 12px; gap: 10px 18px; }
 .ad-compare-item summary > span:first-child { grid-column: 1/3; }
 .ad-compare-item summary > .icon { grid-column: 3; grid-row: 1/3; }
 .ad-count { text-align: left; font-size: 15px; }
 .ad-compare-item summary .ad-count small { font-size: 11px; }
}
