:root {
  --page: #eef5f9;
  --page-top: #f9fcfe;
  --surface: #ffffff;
  --surface-soft: #f5f9fc;
  --ink: #0b2941;
  --muted: #60778b;
  --line: #d2e0e9;
  --line-strong: #b8cfdd;
  --blue: #087fbd;
  --blue-dark: #07577f;
  --blue-soft: #e1f2fa;
  --cyan: #33b7d8;
  --navy: #0a3859;
  --navy-deep: #072b46;
  --success: #087c72;
  --success-soft: #e1f5f1;
  --warning: #97610a;
  --warning-soft: #fff3d8;
  --danger: #a43f46;
  --danger-soft: #fff0f1;
  --shadow: 0 22px 65px rgba(17, 64, 96, .12);
  --shadow-soft: 0 13px 35px rgba(20, 65, 96, .07);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 2%, rgba(43, 183, 216, .13), transparent 28rem),
    radial-gradient(circle at 3% 25%, rgba(8, 127, 189, .07), transparent 32rem),
    linear-gradient(180deg, var(--page-top) 0, var(--page) 34rem, #f6f9fb 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
button, input { font: inherit; }
a { color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }

.site-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 18px; font-weight: 770; letter-spacing: -.025em; }
.brand-lockup { display:block; height: 68px; width: auto; max-width: min(560px, 62vw); }
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--cyan), var(--blue));
  border-radius: 11px;
  box-shadow: 0 8px 24px rgba(8, 127, 189, .24);
}
.brand-mark svg { width: 25px; height: 25px; }
.brand-mark.small { width: 30px; height: 30px; border-radius: 9px; }
.brand-mark.small svg { width: 21px; height: 21px; }
.header-nav { display: flex; align-items: center; gap: 13px; font-size: 13px; font-weight: 720; }
.header-nav a { text-decoration: none; color: var(--muted); }
.header-nav a:hover { color: var(--blue-dark); }
.help-link { margin-right: 2px; }
.nav-divider { width: 1px; height: 18px; background: var(--line-strong); }
.language-link { min-width: 28px; text-align: center; padding: 5px 2px; border-bottom: 2px solid transparent; }
.language-link.is-active { color: var(--ink); border-bottom-color: var(--cyan); }

.hero { padding: 54px 0 28px; text-align: center; }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--blue-dark); font-size: 12px; font-weight: 810; letter-spacing: .095em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(51, 183, 216, .13); }
h1 { max-width: 820px; margin: 0 auto; font-size: clamp(38px, 7vw, 67px); line-height: 1.02; letter-spacing: -.057em; font-weight: 790; }
.hero > h1 { max-width: none; font-size: clamp(38px, 6.1vw, 60px); white-space: nowrap; }
.hero-copy { max-width: 650px; margin: 20px auto 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }

.result-layout { display: grid; grid-template-columns: minmax(0, 1.57fr) minmax(270px, .72fr); gap: 22px; align-items: stretch; margin-top: 39px; text-align: left; }
.result-card { position: relative; overflow: hidden; padding: clamp(25px, 5vw, 44px); background: rgba(255,255,255,.97); border: 1px solid rgba(173, 201, 217, .7); border-top: 4px solid var(--blue); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.result-card::after { content: ""; position: absolute; width: 290px; height: 290px; right: -170px; top: -150px; border-radius: 50%; background: radial-gradient(circle, rgba(51,183,216,.15), transparent 68%); pointer-events: none; }
.result-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 29px; }
.browser-identity { display: flex; align-items: center; gap: 16px; min-width: 0; }
.browser-logo { width: 64px; height: 64px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 20px; color: var(--blue-dark); background: linear-gradient(145deg, #eff9fd, #dceff7); border: 1px solid #bfdeeb; }
.browser-logo span { display: grid; place-items: center; width: 37px; height: 37px; border: 2px solid currentColor; border-radius: 50%; font-size: 17px; font-weight: 830; }
.browser-chrome { color: #087fbd; }
.browser-firefox { color: #7854aa; }
.browser-edge { color: #087d91; }
.browser-safari { color: #426db2; }
.browser-intro { margin: 0; color: var(--muted); font-size: 14px; font-weight: 680; }
.browser-title { margin: 2px 0 0; font-size: clamp(23px, 4vw, 31px); line-height: 1.13; letter-spacing: -.037em; font-weight: 790; }
.browser-title span { display: inline; }
.browser-title [data-browser-version] { white-space: nowrap; }
.browser-os { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.status-pill { display: inline-flex; align-items: center; padding: 9px 13px; border-radius: 999px; font-size: 13px; font-weight: 790; white-space: nowrap; }
.status-current { color: var(--success); background: var(--success-soft); }
.status-basis_current { color: var(--blue-dark); background: var(--blue-soft); }
.status-rolling_out { color: var(--blue-dark); background: var(--blue-soft); }
.status-update_recommended { color: var(--warning); background: var(--warning-soft); }
.status-outdated { color: var(--danger); background: var(--danger-soft); }
.status-unknown { color: #5d6c79; background: #edf1f4; }

.health-message { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-soft); }
.health-symbol { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--success); background: var(--success-soft); }
.health-symbol svg { width: 22px; height: 22px; }
.status-panel-basis_current .health-symbol,
.status-panel-rolling_out .health-symbol { color: var(--blue-dark); background: var(--blue-soft); }
.status-panel-update_recommended .health-symbol { color: var(--warning); background: var(--warning-soft); }
.status-panel-outdated .health-symbol { color: var(--danger); background: var(--danger-soft); }
.status-panel-unknown .health-symbol { color: #637789; background: #e9eff3; }
.health-message h3 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.health-message p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }

.facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.fact { min-width: 0; padding: 13px 14px; border: 1px solid #d7e4ec; border-radius: var(--radius-md); background: linear-gradient(180deg, #fbfdfe, #f1f7fa); }
.fact span { display: block; color: var(--muted); font-size: 12px; }
.fact strong { display: block; overflow: hidden; margin-top: 3px; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.version-note { display: flex; justify-content: space-between; gap: 20px; margin: 17px 2px 0; color: var(--muted); font-size: 13px; }
.version-note strong { color: var(--ink); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.support-actions-help { max-width: 720px; margin: 13px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.button { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; padding: 0 17px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 760; cursor: pointer; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: linear-gradient(180deg, #1593cf, #0879b6); box-shadow: 0 10px 25px rgba(8,127,189,.23); }
.button-primary:hover { background: linear-gradient(180deg, #0a84c2, #076a9e); }
.button-secondary { color: var(--ink); background: #fbfdfe; border-color: #c8dae5; }
.button-secondary:hover { border-color: #9fc1d5; }
.button-quiet { color: var(--blue-dark); background: transparent; border-color: transparent; }
.checked-note { margin: 15px 0 0; color: var(--muted); font-size: 12px; }
.share-row { display: grid; gap: 8px; justify-items: center; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); text-align: center; }
.share-row-label { color: var(--muted); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.share-row-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.share-row-links a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); transition: transform .12s ease, border-color .12s ease; }
.share-row-links a:hover, .share-row-links a:focus-visible { border-color: #96c1d5; transform: translateY(-1px); }
.share-row-links img { display: block; width: 20px; height: 20px; }

.privacy-card { padding: 30px; color: #fff; background: linear-gradient(145deg, var(--navy-deep), #0d5a7e); border: 1px solid rgba(45, 164, 205, .55); border-radius: var(--radius-xl); box-shadow: 0 22px 58px rgba(8, 48, 78, .2); }
.privacy-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #07324d; border-radius: 16px; background: linear-gradient(145deg, #81ddef, #34b6d9); }
.privacy-icon svg { width: 26px; height: 26px; }
.privacy-card h2 { margin: 24px 0 10px; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; }
.privacy-card > p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.privacy-points { display: grid; gap: 11px; margin-top: 23px; }
.privacy-points span { position: relative; padding-left: 29px; color: rgba(255,255,255,.92); font-size: 13px; }
.privacy-points span::before { content: "\2713"; position: absolute; left: 0; top: .05em; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #07324d; background: #72e0a1; box-shadow: 0 0 0 4px rgba(114,224,161,.1); font-size: 12px; font-weight: 900; }

.details-section { padding-top: 12px; }
.details-panel { border: 1px solid #c8dce7; border-radius: 17px; background: rgba(255,255,255,.75); box-shadow: var(--shadow-soft); overflow: hidden; }
.details-panel summary { min-height: 61px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 760; }
.details-panel summary::-webkit-details-marker, .faq-item summary::-webkit-details-marker { display: none; }
.summary-plus, .faq-plus { position: relative; width: 20px; height: 20px; flex: 0 0 auto; }
.summary-plus::before, .summary-plus::after, .faq-plus::before, .faq-plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; border-radius: 2px; background: currentColor; transform: translate(-50%,-50%); transition: transform .2s ease; }
.summary-plus::after, .faq-plus::after { transform: translate(-50%,-50%) rotate(90deg); }
details[open] > summary .summary-plus::after, details[open] > summary .faq-plus::after { transform: translate(-50%,-50%) rotate(0); }
.detail-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; border-top: 1px solid var(--line); background: var(--line); }
.detail-row { min-width: 0; padding: 18px 21px; background: rgba(255,255,255,.93); }
.detail-row span { display: block; color: var(--muted); font-size: 12px; }
.detail-row strong, .detail-row code { display: block; margin-top: 4px; overflow-wrap: anywhere; color: var(--ink); font-size: 13px; }
.detail-row-ip strong { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-variant-numeric: tabular-nums; }
.detail-helper { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.detail-helper a { color: var(--blue-dark); font-weight: 720; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.detail-helper a:hover { text-decoration-thickness: 2px; }
.detail-row code { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.detail-row-wide { grid-column: 1 / -1; }

.content-section { padding-top: 92px; }
.section-heading { max-width: 680px; }
.section-heading h2, .chart-heading h2, .alternatives-panel > h2 { margin: 0; font-size: clamp(30px,5vw,46px); line-height: 1.08; letter-spacing: -.047em; }
.section-heading > p:last-child, .alternatives-copy { margin: 15px 0 0; color: var(--muted); font-size: 17px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.update-section { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.65fr); gap: 45px; align-items: end; }
.update-card { display: flex; align-items: center; gap: 17px; padding: 22px; text-decoration: none; background: #fff; border: 1px solid #c7dce8; border-radius: 18px; box-shadow: var(--shadow-soft); }
.update-card:hover { border-color: #8dbdd4; }
.update-card-icon { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border: 1px solid #c3dce8; border-radius: 14px; background: #edf7fb; overflow: hidden; }
.update-card-icon img { width: 27px; height: 27px; display: block; object-fit: contain; }
.update-card-icon > span { width: 100%; height: 100%; display: grid; place-items: center; border-radius: inherit; background: var(--blue); }
.update-card strong, .update-card small { display: block; }
.update-card small { margin-top: 3px; color: var(--muted); overflow-wrap: anywhere; }

.split-section { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(330px,.78fr); gap: 24px; align-items: start; }
.chart-card { min-height: 520px; padding: clamp(26px,5vw,43px); color: #fff; border-radius: var(--radius-xl); background: linear-gradient(123deg, #092f4d, #075679); box-shadow: 0 24px 65px rgba(7, 52, 82, .23); }
.chart-heading { display: flex; justify-content: space-between; gap: 20px; }
.chart-heading > div:first-child { max-width: 520px; }
.chart-heading h2 { color: #fff; }
.chart-heading p:not(.section-kicker) { margin: 13px 0 0; color: rgba(255,255,255,.68); }
.section-kicker.light { color: #75d9ea; }
.chart-orbit { position: relative; width: 100px; height: 100px; flex: 0 0 auto; border: 1px solid rgba(104,214,234,.22); border-radius: 50%; }
.chart-orbit::before, .chart-orbit::after { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(104,214,234,.22); border-radius: 50%; }
.chart-orbit::after { inset: 35px; }
.chart-orbit span { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #69d6e9; box-shadow: 0 0 14px #69d6e9; }
.chart-orbit span:nth-child(1) { top: 17px; left: 19px; }
.chart-orbit span:nth-child(2) { right: 13px; top: 48px; }
.chart-orbit span:nth-child(3) { bottom: 15px; left: 39px; }
.chart { display: flex; flex-direction: column; gap: 16px; margin-top: 38px; }
.chart-row { width: 100%; display: grid; grid-template-columns: 126px minmax(0,1fr) 62px; align-items: center; gap: 13px; font-size: 13px; }
.chart-label { min-width: 0; display: flex; align-items: center; gap: 9px; }
.chart-browser-icon { width: 18px; height: 18px; flex: 0 0 auto; display: block; object-fit: contain; }
.chart-dot { width: 8px; height: 8px; border-radius: 50%; background: #6ed9eb; }
.chart-dot-1 { opacity: .9; }.chart-dot-2 { opacity: .8; }.chart-dot-3 { opacity: .7; }.chart-dot-4 { opacity: .6; }.chart-dot-5 { opacity: .5; }
.chart-track { height: 9px; overflow: hidden; border-radius: 999px; background: rgba(93,198,224,.16); }
.chart-bar { display: block; width: var(--share); height: 100%; min-width: 3px; border-radius: inherit; background: linear-gradient(90deg, #28bbdc, #83dfed); }
.chart-row strong { text-align: right; font-variant-numeric: tabular-nums; }
.chart-source { display: inline-block; margin-top: 28px; color: #83ddea; font-size: 12px; text-decoration: none; }
.chart-source:hover { text-decoration: underline; }

.alternatives-panel { padding: 8px 0 0 8px; }
.alternatives-panel > h2 { font-size: clamp(28px,4vw,39px); }
.alternative-list { display: grid; gap: 12px; margin-top: 25px; }
.alternative-card { display: grid; grid-template-columns: 45px minmax(0,1fr); gap: 14px; padding: 17px; background: rgba(255,255,255,.92); border: 1px solid #ccdde7; border-radius: 17px; box-shadow: 0 13px 33px rgba(20,65,96,.055); }
.mini-logo { width: 45px; height: 45px; display: grid; place-items: center; color: var(--blue-dark); border: 1px solid #c3dce8; border-radius: 14px; background: #edf7fb; font-weight: 830; overflow: hidden; }
.mini-logo img { width: 26px; height: 26px; object-fit: contain; display: block; }
.alternative-title-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.alternative-card h3 { margin: 0; font-size: 16px; }
.current-browser-badge { padding: 3px 7px; border: 1px solid #b9d9e7; border-radius: 999px; color: var(--blue-dark); background: #eef9fc; font-size: 10px; font-weight: 780; line-height: 1.2; }
.alternative-card p { margin: 5px 0 8px; color: var(--muted); font-size: 13px; }
.alternative-card a { color: var(--blue-dark); font-size: 13px; font-weight: 740; text-decoration: none; }
.alternative-card a:hover { text-decoration: underline; }

.faq-section { padding-bottom: 105px; }
.faq-list { max-width: 850px; display: grid; gap: 10px; margin: 38px auto 0; }
.faq-item { overflow: hidden; background: rgba(255,255,255,.9); border: 1px solid #ccdde7; border-radius: 16px; box-shadow: 0 10px 25px rgba(20,65,96,.04); }
.faq-item summary { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 21px; cursor: pointer; list-style: none; font-weight: 750; }
.faq-answer { padding: 0 55px 20px 21px; }
.faq-answer p { margin: 0; color: var(--muted); }

.site-footer {
  position: relative;
  overflow: hidden;
  color: #e8f3f8;
  border-top: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(43, 189, 220, .13), transparent 33%),
    linear-gradient(132deg, #071f35 0%, #0a304c 54%, #0b405d 100%);
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(94, 218, 237, .72), transparent);
}
.site-footer::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -170px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(120, 222, 238, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 64px rgba(120, 222, 238, .025), 0 0 0 128px rgba(120, 222, 238, .018);
  pointer-events: none;
}
.footer-editorial {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: clamp(48px, 8vw, 110px);
  padding: clamp(54px, 7vw, 80px) 0 46px;
}
.footer-intro { max-width: 650px; }
.footer-brand-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #fff;
  text-decoration: none;
}
.footer-logo-white { display: block; width: auto; height: 42px; max-width: min(330px, 68vw); object-fit: contain; }
.footer-logo-fallback { padding: 8px 12px; background: #fff; border-radius: 8px; }
.footer-note {
  max-width: 620px;
  margin: 23px 0 0;
  color: rgba(222, 239, 247, .72);
  font-size: 14px;
  line-height: 1.78;
}
.footer-link-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  gap: clamp(28px, 5vw, 64px);
  align-content: start;
}
.footer-link-group { display: grid; align-content: start; gap: 11px; }
.footer-group-title {
  margin: 0 0 6px;
  color: #71d7e8;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.footer-link-group a {
  width: fit-content;
  color: rgba(239, 248, 251, .84);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}
.footer-link-group a { transition: color .18s ease, transform .18s ease; }
.footer-link-group a:hover,
.footer-link-group a:focus-visible { color: #fff; transform: translateX(2px); }
.footer-link-group a[aria-current="page"] { color: #fff; font-weight: 760; }
.footer-lower { position: relative; z-index: 1; border-top: 1px solid rgba(195, 227, 238, .11); background: rgba(2, 17, 30, .12); }
.footer-lower-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-lower-inner p { margin: 0; color: rgba(194, 220, 230, .55); font-size: 11px; line-height: 1.5; }
.footer-lower-inner a { color: rgba(211, 230, 238, .8); font-weight: 640; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.footer-lower-inner a:hover,
.footer-lower-inner a:focus-visible { color: #fff; }

.legal-main { padding: 68px 0 105px; }
.legal-card { max-width: 850px; margin: 0 auto; padding: clamp(28px,6vw,54px); background: #fff; border: 1px solid #cbdde7; border-top: 4px solid var(--blue); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.legal-card .legal-updated { margin: -30px 0 42px; color: var(--muted); font-size: 13px; }
.legal-card > h1 { margin: 0 0 42px; font-size: clamp(38px,7vw,62px); line-height: 1.02; letter-spacing: -.055em; }
.legal-card section { padding: 27px 0; border-top: 1px solid var(--line); }
.legal-card section:first-of-type { border-top: 0; padding-top: 0; }
.legal-card h2 { margin: 0 0 12px; font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.legal-card p, .legal-card address { margin: 0; color: var(--muted); font-style: normal; line-height: 1.75; }
.legal-card a { color: var(--blue-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-contact-list { display: grid; gap: 14px; margin: 0; }
.legal-contact-list > div { display: grid; grid-template-columns: 130px minmax(0,1fr); gap: 18px; }
.legal-contact-list dt { color: var(--muted); font-size: 13px; }
.legal-contact-list dd { margin: 0; }
.legal-contact-list small { display: block; margin-top: 5px; color: var(--muted); line-height: 1.5; }

.share-dialog { width: min(620px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 0; color: var(--ink); border: 0; border-radius: 24px; box-shadow: 0 28px 90px rgba(3,30,50,.35); }
.share-dialog::backdrop { background: rgba(4,27,46,.62); backdrop-filter: blur(3px); }
.dialog-shell { position: relative; padding: clamp(24px,5vw,38px); }
.dialog-shell h2 { margin: 0; font-size: 31px; letter-spacing: -.04em; }
.dialog-copy { margin: 12px 0 0; color: var(--muted); }
.dialog-close { position: absolute; right: 19px; top: 18px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: #fff; cursor: pointer; font-size: 23px; line-height: 1; }
.share-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 23px; }
.share-fields label, .ttl-fields label { display: flex; align-items: center; gap: 10px; min-height: 45px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); font-size: 13px; font-weight: 680; cursor: pointer; }
.share-fields input, .ttl-fields input { width: 17px; height: 17px; accent-color: var(--blue); }
.share-fields input:disabled { opacity: 1; }
.ttl-fields { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 20px 0 0; padding: 0; border: 0; }
.ttl-fields legend { grid-column: 1/-1; margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 720; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 25px; }
.dialog-result { margin-top: 22px; padding: 17px; border: 1px solid #bcdde5; border-radius: 14px; background: #eef9fa; }
.dialog-result p { margin: 3px 0 12px; color: var(--muted); font-size: 13px; }
.generated-link { display: grid; grid-template-columns: minmax(0,1fr) auto; }
.generated-link input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid #b9d2df; border-right: 0; border-radius: 10px 0 0 10px; color: var(--ink); background: #fff; }
.generated-link button { border: 0; padding: 0 13px; border-radius: 0 10px 10px 0; color: #fff; background: var(--blue-dark); cursor: pointer; font-size: 12px; font-weight: 730; }
.form-error { margin: 16px 0 0; color: var(--danger); font-size: 13px; }

:focus-visible { outline: 3px solid rgba(8,127,189,.28); outline-offset: 3px; }
[hidden] { display: none !important; }

@media (max-width: 900px) {
  .result-layout, .split-section, .update-section { grid-template-columns: 1fr; }
  .privacy-card { min-height: auto; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .alternatives-panel { padding: 35px 0 0; }
  .footer-editorial { grid-template-columns: 1fr; gap: 38px; }
  .footer-link-groups { max-width: 480px; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .site-header { min-height: 70px; }
  .brand-word { font-size: 16px; }
  .brand-lockup { height: 30px; max-width: 58vw; }
  .brand-mark { width: 33px; height: 33px; }
  .header-nav { gap: 9px; font-size: 12px; }
  .nav-divider { display: none; }
  .help-link { margin-right: 5px; }
  .hero { padding-top: 39px; }
  h1 { font-size: clamp(37px,12vw,53px); }
  .result-layout { margin-top: 30px; }
  .result-card, .privacy-card, .chart-card { border-radius: 22px; }
  .result-topline { align-items: flex-start; flex-direction: column; }
  .browser-logo { width: 56px; height: 56px; border-radius: 17px; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .version-note { flex-direction: column; gap: 2px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-row-wide { grid-column: auto; }
  .content-section { padding-top: 72px; }
  .chart-heading { display: block; }
  .chart-orbit { display: none; }
  .chart-row { grid-template-columns: 96px minmax(0,1fr) 54px; gap: 9px; }
  .chart-label { font-size: 12px; }
  .share-fields { grid-template-columns: 1fr; }
  .ttl-fields { grid-template-columns: 1fr; }
  .dialog-actions { flex-direction: column-reverse; }
  .faq-answer { padding-right: 21px; }
  .legal-main { padding-top: 38px; }
  .legal-card { border-radius: 22px; }
  .legal-contact-list > div { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media print {
  body { background: #fff; }
  .site-header, .hero > .eyebrow, .hero > h1, .hero > .hero-copy, .privacy-card, .details-section, .content-section, .site-footer, .actions, .checked-note, .share-row, .version-note { display: none !important; }
  .hero { padding: 0; }
  .result-layout { display: block; margin: 0; }
  .result-card { box-shadow: none; border: 1px solid #b8c3ca; }
}
.delete-link-button { margin-top: 12px; padding: 0; border: 0; color: var(--danger); background: transparent; cursor: pointer; font-size: 12px; font-weight: 730; }
.report-main { padding: 65px 0 110px; }
.support-report-card, .report-missing { max-width: 850px; margin: 0 auto; padding: clamp(27px,6vw,52px); background: #fff; border: 1px solid #cbdde7; border-top: 4px solid var(--blue); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.report-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; }
.report-title-identity { display: flex; align-items: center; gap: 17px; }
.report-browser-logo { width: 56px; height: 56px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #c3dce8; border-radius: 17px; background: #edf7fb; }
.report-browser-logo img { width: 34px; height: 34px; display: block; object-fit: contain; }
.report-browser-name { margin: 7px 0 0; color: var(--muted); font-size: 14px; }
.report-head h1, .report-missing h1 { margin: 0; font-size: clamp(32px,6vw,52px); line-height: 1.06; letter-spacing: -.05em; }
.report-id { padding: 8px 11px; border-radius: 9px; color: var(--muted); background: var(--surface-soft); font: 700 12px ui-monospace, monospace; }
.report-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.report-row { padding: 17px 19px; background: #fff; }
.report-row span { display: block; color: var(--muted); font-size: 12px; }
.report-row strong, .report-row code { display: block; margin-top: 4px; overflow-wrap: anywhere; }
.report-row code { font: 13px ui-monospace, monospace; }
.report-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 18px; color: var(--muted); font-size: 12px; }
.report-actions { margin-top: 28px; }
.report-missing { text-align: center; }
.report-missing > p:not(.section-kicker) { max-width: 520px; margin: 15px auto 25px; color: var(--muted); }
@media (max-width:680px) { .report-grid { grid-template-columns: 1fr; }.report-head,.report-meta { flex-direction: column; }.report-actions { flex-direction: column; }.report-browser-logo { width: 48px; height: 48px; border-radius: 15px; }.report-browser-logo img { width: 29px; height: 29px; } }
@media print { .report-page .site-header, .report-actions { display:none !important; }.report-main { padding:0; }.support-report-card { box-shadow:none; border:1px solid #aaa; }.report-grid { grid-template-columns:1fr 1fr; } }
.no-js-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
.chart-empty { margin: 0; padding: 20px 0; color: rgba(255,255,255,.72); }

/* Version 1.1 */
.local-export-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
}
.local-export-links button {
  padding: 0;
  border: 0;
  color: var(--blue-dark);
  background: transparent;
  cursor: pointer;
  font-size: inherit;
  font-weight: 740;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.local-export-links button:hover { color: var(--blue); }

.update-section { align-items: start; }
.update-guide {
  padding: 25px;
  background: rgba(255,255,255,.94);
  border: 1px solid #c7dce8;
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}
.update-guide h3 { margin: 0; font-size: 19px; letter-spacing: -.025em; }
.update-guide ol { display: grid; gap: 11px; margin: 18px 0 22px; padding-left: 24px; color: var(--muted); }
.update-guide li { padding-left: 4px; }
.update-guide .update-card { padding: 17px; box-shadow: none; background: var(--surface-soft); }

.split-section { align-items: stretch; }
.chart-card,
.alternatives-panel {
  min-height: 650px;
  height: 100%;
}
.chart-card {
  display: flex;
  flex-direction: column;
}
.chart-heading { flex: 0 0 auto; }
.market-tabs {
  display: inline-flex;
  align-self: flex-start;
  gap: 4px;
  margin-top: 24px;
  padding: 4px;
  border: 1px solid rgba(120,219,235,.22);
  border-radius: 12px;
  background: rgba(3,34,55,.25);
}
.market-tabs button {
  min-height: 34px;
  padding: 6px 13px;
  border: 0;
  border-radius: 9px;
  color: rgba(255,255,255,.72);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
}
.market-tabs button[aria-selected="true"] {
  color: #07334f;
  background: #80e0ee;
  box-shadow: 0 5px 16px rgba(0,0,0,.14);
}
.market-tabs button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.market-panels { display: flex; flex: 1; flex-direction: column; }
.market-panel { display: flex; flex: 1; flex-direction: column; }
.market-panel[hidden] { display: none; }
.market-period { margin: 22px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.market-panel .chart {
  flex: 1;
  justify-content: center;
  gap: 19px;
  margin-top: 22px;
}
.chart-row { grid-template-columns: 132px minmax(0,1fr) 64px; font-size: 13px; }
.chart-track { height: 12px; }
.chart-bar { box-shadow: 0 0 18px rgba(65,205,230,.18); }
.chart-source { margin-top: auto; padding-top: 24px; }
.alternatives-panel {
  display: flex;
  flex-direction: column;
  padding: 9px 0 0 9px;
}
.alternative-list {
  flex: 1;
  grid-template-rows: repeat(3, minmax(0,1fr));
}
.alternative-card { align-content: center; }

.status-main { padding: 58px 0 110px; }
.status-overview-card {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px,6vw,54px);
  background: #fff;
  border: 1px solid #cbdde7;
  border-top: 4px solid var(--blue);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.status-overview-card.status-overall-warning { border-top-color: var(--warning); }
.status-overview-card.status-overall-error { border-top-color: var(--danger); }
.status-overview-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.status-overview-head h1 { margin: 0; font-size: clamp(36px,6vw,56px); line-height: 1.04; letter-spacing: -.052em; }
.status-overview-head p { max-width: 650px; margin: 15px 0 0; color: var(--muted); font-size: 17px; }
.system-status-pill,
.system-check-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid;
  border-radius: 999px;
  font-weight: 790;
}
.system-status-pill { padding: 8px 13px; font-size: 12px; }
.system-check-state { padding: 4px 8px; font-size: 10px; }
.system-status-ok { color: var(--success); border-color: #a8dcd3; background: var(--success-soft); }
.system-status-warning { color: var(--warning); border-color: #ead29d; background: var(--warning-soft); }
.system-status-error { color: var(--danger); border-color: #ebbdc0; background: var(--danger-soft); }
.system-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 36px; }
.system-check { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-soft); }
.system-check-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.system-check h2 { margin: 0; font-size: 16px; }
.system-check p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.system-check small { display: block; margin-top: 9px; color: var(--muted); font-size: 11px; overflow-wrap: anywhere; }
.system-check .system-warning { color: var(--warning); font-weight: 690; }
.status-runtime { margin: 25px 0; color: var(--muted); font-size: 12px; }

@media (max-width: 900px) {
  .chart-card, .alternatives-panel { min-height: 0; }
  .alternative-list { grid-template-rows: none; }
}

@media (max-width: 680px) {
  .local-export-links { justify-content: center; }
  .market-tabs { width: 100%; }
  .market-tabs button { flex: 1; }
  .chart-row { grid-template-columns: 94px minmax(0,1fr) 55px; gap: 8px; }
  .status-overview-head { flex-direction: column; }
  .system-checks { grid-template-columns: 1fr; }
}

@media print {
  .local-export-links, .market-tabs { display: none !important; }
}

/* Version 1.1.1: browser-based maintenance */
.maintenance-main { padding: 54px 0 110px; }
.maintenance-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 6vw, 54px);
  background: rgba(255,255,255,.97);
  border: 1px solid #c9dce7;
  border-top: 4px solid var(--blue);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}
.maintenance-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}
.maintenance-heading-row h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1.04;
  letter-spacing: -.052em;
}
.maintenance-heading-row p {
  max-width: 690px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 16px;
}
.maintenance-logout-form { flex: 0 0 auto; }
.button-small { min-height: 40px; padding: 9px 14px; font-size: 13px; }
.maintenance-message,
.maintenance-result {
  margin-top: 26px;
  padding: 18px 20px;
  border: 1px solid;
  border-radius: 16px;
}
.maintenance-message-error,
.maintenance-result-error { color: #7d2730; border-color: #e8bcc0; background: var(--danger-soft); }
.maintenance-result-success { color: #075d56; border-color: #abd9d1; background: var(--success-soft); }
.maintenance-result-warning { color: #76500c; border-color: #e8d09a; background: var(--warning-soft); }
.maintenance-result h2 { margin: 0; color: var(--ink); font-size: 19px; }
.maintenance-result p { margin: 7px 0 0; }
.maintenance-result small { display: block; margin-top: 7px; color: currentColor; opacity: .8; }
.maintenance-result details { margin-top: 13px; }
.maintenance-result summary { cursor: pointer; font-weight: 740; }
.maintenance-result pre {
  max-height: 390px;
  overflow: auto;
  margin: 12px 0 0;
  padding: 15px;
  color: #dff5ff;
  background: var(--navy-deep);
  border-radius: 12px;
  font: 12px/1.55 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}
.maintenance-result ul { margin: 11px 0 0; padding-left: 21px; }
.maintenance-technical-message { overflow-wrap: anywhere; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; }
.maintenance-login-card {
  max-width: 690px;
  margin-top: 34px;
  padding: clamp(22px, 5vw, 34px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface-soft);
}
.maintenance-login-card h2 { margin: 0; font-size: 23px; letter-spacing: -.03em; }
.maintenance-login-card > p { margin: 9px 0 0; color: var(--muted); }
.maintenance-login-form { margin-top: 23px; }
.maintenance-login-form label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 760; }
.maintenance-login-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.maintenance-login-row input {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  outline: none;
}
.maintenance-login-row input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(8,127,189,.12); }
.maintenance-key-note {
  margin-top: 22px;
  padding: 15px 17px;
  color: #294c65;
  background: var(--blue-soft);
  border: 1px solid #b8dce9;
  border-radius: 14px;
}
.maintenance-key-note p { margin: 4px 0 0; font-size: 13px; overflow-wrap: anywhere; }
.maintenance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}
.maintenance-action-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdfe, #f3f8fb);
}
.maintenance-action-card h2 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.maintenance-action-card p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.maintenance-action-card form { margin: 0; }
.maintenance-action-card .button { width: 100%; }
.maintenance-current-status {
  margin-top: 34px;
  padding: 24px;
  color: #eaf8fd;
  background: linear-gradient(145deg, var(--navy), var(--navy-deep));
  border-radius: 20px;
}
.maintenance-status-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.maintenance-current-status .section-kicker { color: #7fe0ed; }
.maintenance-current-status h2 { margin: 0; color: #fff; font-size: 21px; }
.maintenance-status-list { display: grid; gap: 8px; margin-top: 20px; }
.maintenance-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 11px;
  background: rgba(255,255,255,.05);
  font-size: 13px;
}
.maintenance-status-row strong { font-size: 12px; }
.maintenance-current-status .system-status-ok { color: #78e1cb; border-color: transparent; background: transparent; }
.maintenance-current-status .system-status-warning { color: #ffd57f; border-color: transparent; background: transparent; }
.maintenance-current-status .system-status-error { color: #ff9da3; border-color: transparent; background: transparent; }

@media (max-width: 720px) {
  .maintenance-heading-row { flex-direction: column; }
  .maintenance-grid { grid-template-columns: 1fr; }
  .maintenance-action-card { min-height: 0; }
  .maintenance-login-row { grid-template-columns: 1fr; }
  .maintenance-status-head { flex-direction: column; }
}

/* Version 1.2.0: SEO pages and responsive refinements */
.browser-logo { overflow: hidden; }
.browser-logo img { width: 42px; height: 42px; display: block; object-fit: contain; }
.actions .button { height: auto; min-height: 45px; padding-block: 10px; line-height: 1.25; text-align: center; white-space: normal; }
.chart-label { min-width: 0; }
.chart-label > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chart-row { width: 100%; }

.home-topics { padding-bottom: 8px; }
.home-topic-grid { margin-top: 34px; }
/* Themenkarten: Icon-Kachel und Überschrift nebeneinander in der Kopfzeile.
   Die Overrides neutralisieren die generischen span-Regeln des Kartengrids. */
.landing-related-grid .home-topic-head { display: flex; align-items: center; gap: 13px; margin: 0 0 4px; color: inherit; font-size: inherit; }
.landing-related-grid .home-topic-icon { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin: 0; background: var(--blue-soft); border-radius: 12px; }
.landing-related-grid .home-topic-icon img { display: block; width: 28px; height: 28px; }

/* Teaser fuer das Schwesterprojekt Browserbenchmark.org.
   Den Abstand nach oben liefert .content-section (92px); nur der Abstand
   zur direkt folgenden Themen-Sektion wird verkuerzt, da beide inhaltlich
   zusammengehoeren. */
.promo-section + .home-topics { padding-top: 48px; }
.promo-card { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 24px; padding: 26px 28px; background: linear-gradient(120deg, rgba(219,236,245,.85), rgba(255,255,255,.95)); border: 1px solid #bcd6e4; border-left: 4px solid var(--blue); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.promo-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; color: var(--blue-dark); background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.promo-icon svg { width: 30px; height: 30px; }
.promo-kicker { margin: 0; color: var(--muted); font-size: 11px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.promo-card h2 { margin: 4px 0 0; font-size: clamp(21px,3vw,27px); line-height: 1.15; letter-spacing: -.03em; }
.promo-text { margin: 8px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }
.promo-cta { white-space: nowrap; text-decoration: none; }
@media (max-width: 720px) {
  .promo-card { grid-template-columns: 1fr; gap: 16px; justify-items: start; }
  .promo-cta { width: 100%; text-align: center; white-space: normal; }
}

.landing-hero { padding: 42px 0 26px; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 35px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--blue-dark); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
/* align-items: start verhindert, dass die rechte Karte auf die Höhe der
   Textspalte gestreckt bzw. verzerrt wird – beide Spalten behalten ihre
   natürliche Höhe. */
.landing-hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.72fr); gap: 42px; align-items: start; }
/* Der Artikel liegt im Grid direkt unter der Einleitung; die Karte belegt
   rechts beide Zeilen. So beginnt der Fließtext ohne Leerraum neben bzw.
   unter der Karte. Auf schmalen Bildschirmen (eine Spalte) greift die
   normale Quellreihenfolge: Einleitung, Karte, Artikel. */
@media (min-width: 901px) {
  .landing-hero-grid > .landing-result { grid-column: 2; grid-row: 1 / span 2; }
  .landing-hero-grid > .landing-article { grid-column: 1; }
}
.landing-hero-grid .landing-article { padding-top: 0; }
.landing-hero-grid .landing-article section:first-child { padding-top: 0; }
/* Werbebanner innerhalb der Ergebnis-Karte, direkt vor dem Button.
   15px Abstand nach oben; der untere 15px-Abstand ergibt sich zusammen mit
   margin-top des Buttons (kollabierende Margins). */
.landing-result-ad { display: grid; gap: 5px; justify-items: center; margin: 15px 0; }
.landing-result-ad-label { justify-self: start; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.landing-result-ad a { display: block; line-height: 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
.landing-result-ad img { display: block; width: 300px; max-width: 100%; height: auto; }
.landing-intro h1 { max-width: 760px; margin: 0; font-size: clamp(42px,6vw,67px); }
.landing-intro > p:last-child { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px,2vw,20px); }
.landing-result { padding: 28px; background: rgba(255,255,255,.97); border: 1px solid rgba(173,201,217,.75); border-top: 4px solid var(--blue); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.landing-result-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.landing-result .browser-title { font-size: clamp(23px,3vw,29px); }
.landing-result-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 20px; }
.landing-result-facts > span { min-width: 0; padding: 12px 13px; border: 1px solid #d7e4ec; border-radius: 13px; background: var(--surface-soft); }
.landing-result-facts small, .landing-result-facts strong { display: block; }
.landing-result-facts small { color: var(--muted); font-size: 11px; }
.landing-result-facts strong { margin-top: 2px; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
/* Eigenständige Statusbox der Landing-Pages: bewusst ohne die Klasse
   .health-message, damit deren zweispaltiges Icon-Grid (42px-Spalte) hier
   nie greifen kann. */
.landing-status-note { margin-top: 12px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-soft); }
.landing-status-note h3 { margin: 0; font-size: 15px; letter-spacing: -.02em; }
.landing-status-note p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.landing-full-check { width: 100%; margin-top: 15px; text-decoration: none; }

.landing-article { max-width: 840px; padding-top: 72px; }
.landing-article section { padding: 42px 0; border-top: 1px solid var(--line); }
.landing-article section:first-child { border-top: 0; }
.landing-article h2 { margin: 0; font-size: clamp(28px,4vw,40px); line-height: 1.12; letter-spacing: -.04em; }
.landing-article p { margin: 17px 0 0; color: #4f687c; font-size: 17px; line-height: 1.78; }
.landing-related { padding-top: 54px; }
.landing-related > h2 { max-width: 760px; margin: 0; font-size: clamp(29px,4.5vw,44px); line-height: 1.1; letter-spacing: -.045em; }
.landing-related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 27px; }
.landing-related-grid a { position: relative; min-height: 150px; display: flex; flex-direction: column; padding: 22px 54px 22px 22px; text-decoration: none; background: rgba(255,255,255,.92); border: 1px solid #ccdde7; border-radius: 18px; box-shadow: var(--shadow-soft); }
.landing-related-grid a:hover { border-color: #96c1d5; transform: translateY(-1px); }
.landing-related-grid strong { font-size: 18px; line-height: 1.25; letter-spacing: -.02em; }
.landing-related-grid span { margin-top: 8px; color: var(--muted); font-size: 13px; }
.landing-related-grid i { position: absolute; right: 21px; top: 21px; color: var(--blue); font-size: 20px; font-style: normal; }

@media (max-width: 900px) {
  .landing-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .landing-result { max-width: 650px; }
}

@media (max-width: 900px) {
  .site-header { min-height: 88px; }
  .brand-lockup { height: 44px; max-width: 60vw; }
}

@media (max-width: 680px) {
  .site-header { min-height: 72px; gap: 12px; }
  .brand-lockup { height: 30px; max-width: 58vw; }
  .hero > h1 { white-space: normal; font-size: clamp(36px, 10vw, 52px); }
  .header-nav { gap: 8px; }
  .help-link { margin-right: 0; }
  .landing-hero { padding-top: 26px; }
  .breadcrumbs { margin-bottom: 24px; }
  .landing-article { padding-top: 42px; }
  .landing-article section { padding: 32px 0; }
  .landing-related-grid { grid-template-columns: 1fr; }
  .chart-row { grid-template-columns: minmax(82px,105px) minmax(52px,1fr) 54px; gap: 8px; }
  .chart-browser-icon { flex: 0 0 auto; }
  .footer-editorial { padding-top: 44px; padding-bottom: 36px; }
  .footer-logo-white { height: 36px; }
}

@media (max-width: 600px) {
  .footer-editorial { gap: 32px; padding: 42px 0 32px; }
  .footer-logo-white { height: 34px; max-width: 78vw; }
  .footer-note { margin-top: 18px; font-size: 13px; }
  .footer-link-groups { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-lower-inner { min-height: auto; align-items: flex-start; flex-direction: column; gap: 5px; padding: 17px 0; }
}

@media (max-width: 440px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .brand-word { font-size: 16px; }
  .brand-lockup { height: 30px; max-width: 58vw; }
  .brand-mark { width: 32px; height: 32px; }
  .header-nav { gap: 5px; font-size: 12px; }
  .nav-divider { margin-inline: 2px; }
  .language-link { min-width: 25px; }
  .landing-intro h1 { font-size: clamp(36px,11vw,48px); }
  .landing-result { padding: 21px; }
  .landing-result-head { align-items: flex-start; }
  .landing-result-facts { grid-template-columns: 1fr; }
  .landing-related-grid a { min-height: 0; }
  .actions { flex-direction: column; }
  .actions .button { width: 100%; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .chart-card { padding-inline: 20px; }
  .chart-row { grid-template-columns: minmax(78px,94px) minmax(45px,1fr) 52px; font-size: 12px; }
  .chart-label { gap: 6px; }
  .chart-browser-icon { width: 18px; height: 18px; }
}

@media (max-width: 360px) {
  .help-link { display: none; }
  .nav-divider { display: none; }
  .facts-grid { grid-template-columns: 1fr; }
  .chart-row { grid-template-columns: minmax(70px,86px) minmax(38px,1fr) 49px; gap: 6px; }
}

dialog:not([open]) { display: none; }

.maintenance-auth-note {
  margin: 18px 0 0;
  padding: 11px 14px;
  color: #145d45;
  background: #eefaf4;
  border: 1px solid #b8e4ce;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 680;
}

.maintenance-dd-status {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 28px 0 22px;
  padding: 24px;
  border: 1px solid #c7dce8;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(237,248,252,.94));
  box-shadow: var(--shadow-soft);
}
.maintenance-dd-status h2 { margin: 0; font-size: 22px; }
.maintenance-dd-status p:not(.section-kicker) { margin: 8px 0 0; color: var(--muted); }
.maintenance-dd-status dl { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin: 0; }
.maintenance-dd-status dl div { min-width: 120px; padding: 11px 14px; border: 1px solid #c8dce7; border-radius: 13px; background: rgba(255,255,255,.82); }
.maintenance-dd-status dt { color: var(--muted); font-size: 11px; }
.maintenance-dd-status dd { margin: 3px 0 0; color: var(--ink); font-weight: 800; font-variant-numeric: tabular-nums; }
@media (max-width: 720px) {
  .maintenance-dd-status { grid-template-columns: 1fr; }
  .maintenance-dd-status dl { justify-content: flex-start; }
}

/* Vollbreite Bildpause: komplette Motive samt Kennzeichnung, kein Beschnitt. */
.browsing-photo { margin-block: 36px 0; }
.browsing-photo-frame { aspect-ratio: 1800 / 808; overflow: hidden; border-radius: var(--radius-lg); background: var(--surface-soft); box-shadow: var(--shadow-soft); }
.browsing-photo-frame > noscript { display: contents; }
.browsing-photo-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.action-feedback { margin: 12px 0 0; font-size: 14px; overflow-wrap: anywhere; }
.action-feedback.is-error { color: var(--danger); }
button:disabled { cursor: not-allowed; opacity: .6; }
@media print {
  .browsing-photo, .action-feedback { display: none !important; }
}

/* 1.4.12: Home-only layout. One coherent block, no fixed card heights or overlap offsets. */
.home-page { --max: 1200px; --ink: #10243c; --muted: #52667b; background: #fff; }
.home-page .home-header-band { position: relative; z-index: 3; background: linear-gradient(105deg, #0b2031, #173c51); border-bottom: 1px solid #264555; }
.home-page .site-header { min-height: 76px; padding-block: 10px; gap: 24px; }
.home-page .brand { min-width: 0; color: #fff; flex-shrink: 0; }
.home-page .brand-lockup { width: 209px; height: 44px; max-width: 100%; object-fit: contain; }
.home-page .brand-lockup:not(.brand-lockup-light) { filter: brightness(0) invert(1); }
.home-page .header-nav { flex-wrap: wrap; justify-content: flex-end; gap: 12px; font-size: 13px; }
.home-page .header-nav-link { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 8px 10px; color: #d9e9f4; text-align: center; line-height: 1.35; }
.home-page .header-nav-link:hover, .home-page .header-nav-link.is-active { color: #fff; }
.home-page .header-nav-link.is-active::after { content: ""; position: absolute; bottom: 3px; height: 2px; left: 10px; right: 10px; border-radius: 2px; background: #38e1ed; }
.home-page .language-menu { position: relative; margin-left: 10px; }
.home-page .language-menu summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-width: 118px; min-height: 44px; padding: 10px 14px; color: #eff8ff; border: 1px solid #4f758b; border-radius: 10px; cursor: pointer; list-style: none; }
.home-page .language-menu summary::-webkit-details-marker { display: none; }
.home-page .language-menu summary:hover { background: #21455b; }
.home-page .language-menu-caret { width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.home-page .language-menu[open] .language-menu-caret { transform: rotate(225deg) translate(-2px, -1px); }
.home-page .language-menu-list { position: absolute; top: calc(100% + 8px); right: 0; min-width: 180px; padding: 6px; border: 1px solid #476b82; border-radius: 12px; background: #102c41; box-shadow: 0 14px 40px #02101f44; }
.home-page .language-menu-list a { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; color: #eaf5ff; text-align: left; border: 0; border-radius: 7px; }
.home-page .language-menu-list a:hover { background: #254960; color: #fff; }
.home-page .language-menu-list .is-active { color: #062736; background: #39ddec; }
.home-page .home-header-band :focus-visible, .home-page .hero-copy-panel :focus-visible { outline: 3px solid #6bedf5; outline-offset: 3px; }
.home-page :focus-visible { outline: 3px solid #0679ab; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 99; left: 16px; top: 12px; padding: 12px 18px; color: #062736; background: #fff; border: 2px solid #0784b0; border-radius: 8px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.home-page .home-hero-band { position: relative; isolation: isolate; overflow: clip; background: radial-gradient(ellipse at 97% 96%, #0d819766, transparent 53%), radial-gradient(ellipse at 24% 6%, #1f4b6466, transparent 60%), linear-gradient(116deg, #061723 8%, #0d293d 61%, #114657); }
.home-page .home-hero-band::before, .home-page .home-hero-band::after { content: ""; position: absolute; z-index: -1; pointer-events: none; }
.home-page .home-hero-band::before { width: 450px; height: 800px; left: -380px; bottom: -270px; transform: rotate(-30deg); border-radius: 48%; background: linear-gradient(130deg, #1b708866, #24567115); }
.home-page .home-hero-band::after { width: 380px; height: 700px; right: -265px; top: 30px; transform: rotate(30deg); border-radius: 48%; background: linear-gradient(130deg, #28c3ce55, #12465633); }
.home-page .hero { position: relative; padding-block: 42px 48px; text-align: left; }
.home-page .hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.home-page .hero-copy-panel, .home-page .hero-result-column { min-width: 0; }
.home-page .hero-copy-panel { padding-block: 16px; }
.home-page .eyebrow { margin: 0 0 23px; color: #43e4ed; font-size: 11px; letter-spacing: .16em; }
.home-page .eyebrow span { background: #32e3ea; box-shadow: 0 0 0 4px #31e6eb22; }
.home-page .hero-copy-panel > h1 { max-width: none; margin: 0; color: #fff; font-size: clamp(36px, 3.1vw, 48px); line-height: 1.12; letter-spacing: -.037em; font-weight: 780; overflow-wrap: break-word; }
.home-page .hero-title-line { display: block; }
.home-page .hero-title-line.accent { color: #2ee2ee; }
.home-page .hero-copy { max-width: 560px; margin: 24px 0 0; color: #dceaf4; font-size: 17px; line-height: 1.7; }
.home-page .hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 27px; }
.home-page .hero-cta-row .button { min-height: 52px; padding: 12px 20px; gap: 12px; text-decoration: none; line-height: 1.4; text-align: center; }
.home-page .button-primary { color: #062736; background: linear-gradient(180deg, #45eaf2, #27d4e7); box-shadow: 0 7px 23px #17cfe629; }
.home-page .button-primary:hover { background: #65eff5; }
.home-page .hero-cta-row .button-secondary { color: #e1f0fc; border-color: #567e96; background: #123047; }
.home-page .hero-cta-row .button-secondary:hover { background: #20475f; }
.home-page .hero-cta-row svg { width: 20px; height: 20px; flex: 0 0 auto; }
.home-page .hero-benefits { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 25px 0 0; padding: 0; list-style: none; color: #c3ddec; font-size: 12px; line-height: 1.5; }
.home-page .hero-benefits li { position: relative; padding-left: 22px; }
.home-page .hero-benefits li::before { content: "\2713"; position: absolute; left: 0; color: #31e5df; font-size: 17px; line-height: 1; }
.home-page .result-card { padding: 16px; overflow: visible; border: 7px solid #b4ddeb55; border-radius: 21px; background: #fbfdff; background-clip: padding-box; box-shadow: 0 24px 50px #000d193d; }
.home-page .result-card::after { content: none; }
.home-page .result-card-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 7px 16px; margin: 0 0 14px; }
.home-page .result-detected { display: flex; align-items: center; gap: 8px; margin: 0; color: #24435b; font-size: 11px; font-weight: 650; line-height: 1.5; }
.home-page .result-detected-dot { width: 8px; height: 8px; border-radius: 50%; background: #0ca98c; box-shadow: 0 0 0 4px #0ca98c14; flex: 0 0 auto; }
.home-page .result-detected.is-unknown .result-detected-dot { background: #708296; box-shadow: 0 0 0 4px #70829614; }
.home-page .result-checked { margin: 0; color: #536c82; font-size: 10px; }
.home-page .result-topline { margin-bottom: 14px; gap: 12px; flex-wrap: wrap; flex-direction: row; align-items: center; }
.home-page .browser-identity { gap: 11px; }
.home-page .browser-identity > div:last-child { min-width: 0; }
.home-page .browser-logo { width: 42px; height: 42px; border-radius: 13px; }
.home-page .browser-logo img { width: 28px; height: 28px; }
.home-page .browser-intro { font-size: 11px; }
.home-page .browser-title { margin: 0; font-size: 19px; letter-spacing: -.025em; overflow-wrap: anywhere; }
.home-page .status-pill { padding: 7px 10px; font-size: 11px; white-space: normal; max-width: 100%; }
.home-page .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.home-page .fact { display: flex; align-items: center; gap: 12px; min-height: 80px; padding: 13px; border: 1px solid #dce8f3; border-radius: 11px; background: linear-gradient(125deg, #fcfeff, #f6faff); }
.home-page .fact > div { min-width: 0; }
.home-page .fact > div > span { font-size: 12px; color: #4d637a; overflow-wrap: anywhere; }
.home-page .fact strong { overflow: visible; white-space: normal; text-overflow: clip; overflow-wrap: anywhere; margin-top: 5px; font-size: 16px; line-height: 1.3; font-variant-numeric: tabular-nums; }
.home-page .fact-primary, .home-page .fact-highlight { min-height: 94px; }
.home-page .fact-primary strong, .home-page .fact-highlight strong { font-size: 21px; letter-spacing: -.02em; }
.home-page .fact-highlight { border-color: #39cfc0; background: linear-gradient(115deg, #f4fffd, #e9fbfc); }
.home-page .fact-highlight.is-empty { background: #f5f8fb; border-color: #becedc; border-style: dashed; }
.home-page .fact-highlight.is-empty strong { color: var(--muted); font-size: 15px; }
.home-page .fact .fact-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; color: #0083c8; border-radius: 50%; background: #e7f5ff; }
.home-page .fact-icon svg { display: block; width: 24px; height: 24px; }
.home-page .health-message { margin-top: 12px; padding: 12px; grid-template-columns: 30px minmax(0, 1fr); gap: 10px; border-radius: 11px; }
.home-page .health-symbol { width: 30px; height: 30px; border-radius: 50%; }
.home-page .health-symbol svg { width: 19px; height: 19px; }
.home-page .health-message h3 { font-size: 14px; line-height: 1.4; }
.home-page .health-message p { font-size: 12px; line-height: 1.55; }
/* A dedicated grid column is reserved on wide screens; decoration never covers controls. */
.home-page .hero-note { display: none; color: #2ee2ee; pointer-events: none; }
.home-page .hero-note img { display: block; width: 100%; height: auto; }
.home-page .hero-note-arrow { display: block; width: 88px; height: auto; margin-left: -9px; }
.home-page .home-overview { padding-top: 44px; }
.home-page .home-overview .section-heading { max-width: 900px; }
.home-page .home-overview h2 { font-size: clamp(28px, 2.5vw, 36px); line-height: 1.15; }
.home-page .home-overview .section-heading > p:last-child { margin-top: 12px; font-size: 15px; line-height: 1.65; }
.home-page .overview-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.home-page .overview-card { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-content: start; gap: 8px 16px; padding: 24px 20px; border: 1px solid #dce7ef; border-radius: 12px; background: #fff; }
.home-page .overview-card-icon { grid-row: 1 / span 2; display: grid; place-items: center; width: 52px; height: 52px; color: #0081c2; background: #e6f3ff; border-radius: 50%; }
.home-page .overview-card:nth-child(2) .overview-card-icon { color: #018572; background: #def8f2; }
.home-page .overview-card-icon svg { width: 26px; height: 26px; }
.home-page .overview-card h3 { margin: 0; font-size: 17px; line-height: 1.35; letter-spacing: -.015em; overflow-wrap: break-word; }
.home-page .overview-card p { margin: 0; font-size: 14px; line-height: 1.65; color: var(--muted); }
.home-page .details-section { padding-top: 32px; }
.home-page #technical-details, .home-page #support-tools, .home-page #overview, .home-page #faq, .home-page #home-topics { scroll-margin-top: 24px; }
.home-page .support-tools { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 20px 32px; padding-block: 24px; margin-top: 18px; border-block: 1px solid #dce7ef; }
.home-page .support-actions-area { min-width: 0; }
.home-page .support-tools .actions { margin: 0; flex-direction: row; }
.home-page .support-tools .actions .button { width: auto; }
.home-page .support-tools .support-actions-help { max-width: 780px; }
.home-page .support-tools .local-export-links { margin-top: 8px; }
.home-page .local-export-links button { min-height: 40px; }
.home-page .support-sharing { align-self: center; }
.home-page .support-sharing .share-row { margin: 0; padding: 0; border: 0; }
.home-page .share-row-links a { width: 44px; height: 44px; }
.home-page .browsing-photo { margin-top: 48px; }
.home-page .split-section { padding-top: 40px; }
.home-page .share-dialog { max-width: min(620px, calc(100vw - 24px)); max-height: calc(100dvh - 24px); }
.home-page .dialog-close { min-width: 44px; min-height: 44px; }
.home-page .generated-link input { min-width: 0; }
@media (min-width: 1440px) {
  .home-page .hero.shell { width: min(calc(100% - 64px), 1344px); }
  .home-page .hero-grid { grid-template-columns: minmax(0, 1.07fr) minmax(0, .93fr) 112px; gap: 28px; }
  .home-page .hero-copy-panel { padding-left: 64px; }
  .home-page .hero-note { display: block; align-self: start; margin-top: 86px; }
}
@media (max-width: 1050px) {
  .home-page .hero-grid { gap: 24px; }
  .home-page .hero-copy-panel > h1 { font-size: 35px; }
  .home-page .fact { gap: 8px; padding: 11px; }
  .home-page .fact .fact-icon { width: 34px; height: 34px; }
  .home-page .fact-primary strong, .home-page .fact-highlight strong { font-size: 18px; }
  .home-page .overview-card { padding: 22px 16px; grid-template-columns: 40px minmax(0, 1fr); gap: 8px 12px; }
  .home-page .overview-card-icon { width: 40px; height: 40px; }
}
@media (max-width: 900px) {
  .home-page .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .home-page .hero-copy-panel { padding: 0; }
  .home-page .hero-copy-panel > h1 { font-size: clamp(35px, 5vw, 43px); }
  .home-page .hero-result-column { width: 100%; max-width: 740px; margin-inline: auto; }
  .home-page .site-header { gap: 16px; }
  .home-page .header-nav { gap: 4px; }
  .home-page .header-nav-link { padding-inline: 8px; }
  .home-page .language-menu { margin-left: 4px; }
  .home-page .overview-card-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .home-page .overview-card { grid-template-columns: 52px minmax(0, 1fr); padding: 22px; gap: 8px 18px; }
  .home-page .overview-card-icon { width: 52px; height: 52px; }
  .home-page .support-tools { grid-template-columns: minmax(0, 1fr); }
  .home-page .support-sharing { padding-top: 20px; border-top: 1px solid #dce7ef; }
}
@media (max-width: 680px) {
  .home-page .site-header { position: relative; flex-direction: column; align-items: stretch; min-height: 0; padding-block: 15px 8px; gap: 12px; }
  .home-page .site-header > .brand { max-width: calc(100% - 123px); }
  .home-page .brand-lockup { height: 35px; }
  .home-page .brand-word { font-size: 14px; }
  .home-page .header-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 3px; font-size: 12px; }
  .home-page .header-nav-link { padding: 6px 4px; min-height: 44px; }
  .home-page .language-menu { position: absolute; top: 12px; right: 0; margin: 0; font-size: 12px; }
  .home-page .language-menu summary { min-width: 107px; padding: 10px 12px; }
  .home-page .hero { padding-block: 30px 32px; }
  .home-page .eyebrow { margin-bottom: 18px; }
  .home-page .hero-copy { margin-top: 18px; font-size: 16px; line-height: 1.65; }
  .home-page .hero-cta-row { gap: 10px; margin-top: 22px; }
  .home-page .hero-cta-row .button { min-height: 48px; }
  .home-page .hero-benefits { gap: 10px 18px; margin-top: 20px; }
  .home-page .result-card { padding: 12px; border-width: 5px; border-radius: 17px; }
  .home-page .result-topline { margin-bottom: 12px; }
  .home-page .browser-title { font-size: 17px; }
  .home-page .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .home-page .fact { min-height: 84px; }
  .home-page .fact strong { font-size: 15px; }
  .home-page .home-overview { padding-top: 32px; }
  .home-page .home-overview h2 { font-size: 28px; }
  .home-page .overview-card-grid { margin-top: 20px; }
  .home-page .support-tools .actions { flex-direction: column; }
  .home-page .support-tools .actions .button { width: 100%; min-height: 48px; }
  .home-page .share-fields label { min-height: 44px; }
  .home-page .dialog-shell { padding: 24px 18px; }
}
@media (max-width: 420px) {
  .home-page .fact { flex-direction: column; align-items: flex-start; gap: 7px; padding: 11px; }
  .home-page .fact .fact-icon { width: 30px; height: 30px; }
  .home-page .fact-icon svg { width: 20px; height: 20px; }
  .home-page .fact-primary strong, .home-page .fact-highlight strong { font-size: 18px; }
  .home-page .fact-highlight.is-empty strong { font-size: 14px; }
  .home-page .overview-card { grid-template-columns: 40px minmax(0, 1fr); padding: 18px 16px; gap: 8px 12px; }
  .home-page .overview-card-icon { width: 40px; height: 40px; }
}
@media print {
  .home-page { background: #fff !important; }
  .home-page .home-header-band, .home-page .hero-copy-panel, .home-page .hero-note,
  .home-page .support-tools, .home-page .skip-link, .home-page .share-dialog { display: none !important; }
  .home-page .home-hero-band { background: #fff; overflow: visible; }
  .home-page .home-hero-band::before, .home-page .home-hero-band::after { content: none; }
  .home-page .hero { width: 100%; padding: 0; }
  .home-page .hero-grid { display: block; }
  .home-page .hero-result-column { max-width: none; }
  .home-page .result-card { border: 1px solid #8198aa; box-shadow: none; break-inside: avoid; }
}
