:root {
  --ink: #241013;
  --navy: #d60a1a;
  --navy-2: #7a020f;
  --muted: #74666a;
  --paper: #f5f2f2;
  --card: rgba(255, 255, 255, .9);
  --line: rgba(65, 18, 25, .1);
  --mint: #ffffff;
  --teal: #d60a1a;
  --green: #d60a1a;
  --green-dark: #a30513;
  --blocked: #0dae78;
  --success: #e8571f;
  --amber: #e8571f;
  --blue: #929292;
  --shadow: 0 18px 48px rgba(58, 13, 20, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: linear-gradient(145deg, #fff 0%, var(--paper) 58%, #eee9e9 100%); color: var(--ink); font: 16px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.site-header, main, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; }
.brand-mark { width: 46px; height: 46px; border-radius: 14px; box-shadow: 0 8px 22px rgba(122, 2, 15, .22); }
nav { display: flex; align-items: center; gap: 7px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); backdrop-filter: blur(16px); }
nav a { padding: 8px 13px; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 750; text-decoration: none; white-space: nowrap; }
nav a:hover, nav a.active { background: white; color: var(--navy); box-shadow: 0 3px 12px rgba(58,13,20,.08); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 48px; margin: 18px 0 32px; padding: 46px 56px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: white; box-shadow: 0 24px 60px rgba(122, 2, 15, .2); }
.hero::after { content: ""; position: absolute; right: -80px; top: -110px; width: 330px; height: 330px; border-radius: 50%; background: rgba(255, 255, 255, .09); }
.hero-copy { position: relative; z-index: 1; }
.hero-side { position: relative; z-index: 1; display: grid; justify-items: center; gap: 18px; }
.hero-logo { width: 150px; height: 150px; border-radius: 38px; box-shadow: 0 22px 50px rgba(74, 0, 9, .3); }
.eyebrow { margin: 0 0 10px; color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 660px; margin: 0; font-size: clamp(44px, 5.5vw, 66px); line-height: 1; letter-spacing: -.05em; }
h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); line-height: 1.15; letter-spacing: -.035em; }
.hero .eyebrow { color: var(--mint); }
.lead { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.hero-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid rgba(255,255,255,.45); border-radius: 13px; font-size: 14px; font-weight: 800; text-decoration: none; }
.hero-button.primary { border-color: white; background: white; color: var(--navy); }
.hero-button.secondary { background: rgba(255,255,255,.06); color: white; }
.freshness { display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.08); color: #d3e0e5; font-size: 12px; white-space: nowrap; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #27a96f; box-shadow: 0 0 0 5px rgba(39, 169, 111, .14); }
section:not(.hero) { margin: 0 0 48px; }
.scope-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 34px; margin-bottom: 34px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 255, 255, .72); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.scope-copy h2 { font-size: 22px; }
.scope-copy > p:last-child { max-width: 650px; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.scope-options { display: flex; gap: 7px; padding: 5px; border-radius: 17px; background: rgba(122, 2, 15, .06); }
.scope-options label { position: relative; cursor: pointer; }
.scope-options input { position: absolute; opacity: 0; pointer-events: none; }
.scope-options span { display: block; min-width: 150px; padding: 10px 15px; border: 1px solid transparent; border-radius: 13px; color: var(--muted); }
.scope-options strong, .scope-options small { display: block; }
.scope-options strong { color: var(--ink); font-size: 13px; }
.scope-options small { margin-top: 1px; font-size: 11px; }
.scope-options input:checked + span { border-color: var(--line); background: var(--card); box-shadow: 0 4px 14px rgba(58, 13, 20, .09); }
.scope-options input:focus-visible + span { outline: 3px solid rgba(23, 122, 80, .25); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 22px; }
.sample-note { max-width: 430px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-card, .panel, .table-panel, .authority-card { border: 1px solid var(--line); border-radius: 24px; background: var(--card); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.metric-card { min-height: 176px; padding: 24px; }
.metric-card.primary { background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: white; border-color: transparent; }
.metric-label, .metric-note { display: block; }
.metric-label { color: var(--muted); font-size: 14px; }
.primary .metric-label, .primary .metric-note { color: rgba(255,255,255,.72); }
.metric-card strong { display: block; margin: 18px 0 8px; font-size: clamp(36px, 4vw, 52px); line-height: 1; letter-spacing: -.05em; }
.metric-note { color: var(--muted); font-size: 13px; }
.results-grid { display: grid; grid-template-columns: 1.45fr .95fr; gap: 18px; }
.panel { padding: 30px; }
.distribution { display: flex; align-items: center; justify-content: space-around; gap: 46px; min-height: 290px; }
.donut { --blocked: 0deg; position: relative; display: grid; place-items: center; flex: 0 0 210px; width: 210px; height: 210px; border-radius: 50%; background: conic-gradient(var(--blocked) 0 var(--blocked), var(--success) var(--blocked) 360deg); box-shadow: 0 16px 36px rgba(58,13,20,.12); }
.donut::after { content: ""; position: absolute; width: 138px; height: 138px; border-radius: 50%; background: var(--card); }
.donut > div { position: relative; z-index: 1; text-align: center; }
.donut strong, .donut span { display: block; }
.donut strong { font-size: 33px; letter-spacing: -.045em; }
.donut span { color: var(--muted); font-size: 12px; }
.legend { flex: 1; min-width: 260px; }
.legend > div { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 11px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.legend > div:last-child { border: 0; }
.legend span:nth-child(2) { color: var(--muted); }
.legend strong small { color: var(--muted); font-size: 12px; font-weight: 600; }
.distribution-note { margin: -10px 0 0; color: var(--muted); font-size: 12px; text-align: right; }
.swatch { width: 10px; height: 10px; border-radius: 3px; }
.swatch.blocked { background: var(--blocked); }
.swatch.open { background: var(--success); }
.swatch.inactive { background: var(--blue); }
.explainer { background: linear-gradient(145deg, rgba(214,10,26,.08), rgba(232,87,31,.06)); }
.explainer dl { margin: 24px 0 0; }
.explainer dl div { padding: 16px 0; border-top: 1px solid rgba(65, 18, 25, .1); }
.explainer dt { font-weight: 800; }
.explainer dd { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.provider-list { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--card); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.provider-row { display: grid; grid-template-columns: minmax(190px, 1.2fr) minmax(200px, 2fr) 110px 120px; align-items: center; gap: 24px; padding: 22px 26px; border-bottom: 1px solid var(--line); }
.provider-row:last-child { border-bottom: 0; }
.provider-name strong, .provider-name span { display: block; }
.provider-name span { margin-top: 3px; color: var(--muted); font-size: 12px; }
.bar { display: flex; height: 11px; overflow: hidden; border-radius: 999px; background: #e7efec; }
.bar span { min-width: 0; }
.bar .bar-blocked { background: var(--blocked); }
.bar .bar-open { background: var(--success); }
.bar .bar-inactive { background: var(--blue); }
.provider-stat { text-align: right; }
.provider-stat strong, .provider-stat span { display: block; }
.provider-stat strong { font-size: 19px; }
.provider-stat span { color: var(--muted); font-size: 11px; }
.authority-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.authority-card { padding: 28px; }
.authority-name { min-height: 42px; margin: 0 0 16px; color: var(--navy); font-size: 13px; font-weight: 850; }
.authority-rate { display: flex; align-items: baseline; gap: 15px; }
.authority-rate strong { font-size: 30px; letter-spacing: -.04em; }
.authority-rate span { color: var(--muted); font-size: 12px; }
.authority-breakdown { margin-top: 14px; }
.authority-breakdown > div { display: grid; grid-template-columns: 12px 1fr auto; align-items: center; gap: 10px; padding: 7px 0; color: var(--muted); font-size: 13px; }
.authority-breakdown strong { color: var(--ink); }
.authority-count { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.authority-top { display: flex; justify-content: space-between; gap: 20px; }
.authority-top h3 { margin: 0; font-size: 26px; }
.authority-top strong { font-size: 26px; letter-spacing: -.04em; }
.authority-card .bar { margin: 25px 0 15px; }
.authority-details { display: flex; justify-content: space-between; gap: 16px; color: var(--muted); font-size: 13px; }
.table-panel { overflow: hidden; }
.provider-table { min-width: 900px; }
.provider-table th:nth-child(2), .provider-table td:nth-child(2) { text-align: left; }
.provider-table td:first-child strong { color: var(--ink); }
.provider-brands { max-width: 280px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; }
.rate-cell { font-weight: 850; }
.rate-perfect { color: var(--blocked) !important; }
.rate-attention { color: #c58a00 !important; }
.rate-warning { color: var(--success) !important; }
.trend.positive { color: var(--blocked); }
.trend.negative { color: var(--success); }
.rate-cell.total { font-weight: 900; }
.trend { font-weight: 850; }
.trend.neutral { color: var(--muted); }
.view-run, .csv-download { border: 0; border-radius: 999px; background: var(--navy); color: white; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; }
.view-run { padding: 8px 13px; }
.view-run:hover, .view-run.active, .csv-download:hover { background: var(--navy-2); }
.test-badge, .authority-badge { display: inline-block; border-radius: 999px; background: rgba(214,10,26,.09); color: var(--navy-2); font-size: 10px; font-weight: 850; padding: 3px 7px; }
.run-result-panel { margin-top: 16px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--card); box-shadow: var(--shadow); }
.run-result-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 26px; border-bottom: 1px solid var(--line); }
.run-result-heading h3 { margin: 0; font-size: 22px; }
.run-result-heading p:last-child { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.run-result-actions { display: flex; align-items: center; gap: 10px; }
.csv-download { padding: 11px 17px; white-space: nowrap; }
.csv-download:disabled { cursor: default; opacity: .45; }
.run-status { display: inline-block; border-radius: 999px; padding: 4px 8px; font-size: 11px; font-weight: 850; white-space: nowrap; }
.run-status.blocked { background: rgba(14, 174, 127, .12); color: var(--success); }
.run-status.not-blocked { background: rgba(214, 10, 26, .09); color: var(--blocked); }
.run-result-scroll { max-height: 620px; overflow-x: hidden; overflow-y: auto; }
.run-detail-table { table-layout: fixed; }
.run-detail-table .run-col-domain { width: 23%; }
.run-detail-table .run-col-authority { width: 8%; }
.run-detail-table .run-col-status { width: 11%; }
.run-detail-table .run-col-date { width: 11%; }
.run-detail-table .run-col-answer { width: 37%; }
.run-detail-table .run-col-time { width: 10%; }
.run-detail-table th,
.run-detail-table td { padding: 12px 13px; vertical-align: middle; white-space: normal; }
.run-detail-table th:nth-child(2),
.run-detail-table td:nth-child(2),
.run-detail-table th:nth-child(3),
.run-detail-table td:nth-child(3) { text-align: center; }
.run-detail-table th:nth-child(4),
.run-detail-table td:nth-child(4),
.run-detail-table th:nth-child(6),
.run-detail-table td:nth-child(6) { text-align: right; }
.run-detail-table th:nth-child(5),
.run-detail-table td:nth-child(5) { text-align: left; }
.run-domain { overflow-wrap: anywhere; font-weight: 750; text-align: left !important; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 16px; }
.pagination[hidden] { display: none; }
.pagination button { min-width: 92px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); color: var(--ink); cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; }
.pagination button:hover:not(:disabled) { border-color: var(--navy); color: var(--navy); }
.pagination button:disabled { cursor: default; opacity: .4; }
.pagination span { min-width: 100px; color: var(--muted); font-size: 13px; text-align: center; }
.dns-answer { min-width: 0; max-width: none; overflow-wrap: anywhere; word-break: break-word; }
.check-details { display: grid; gap: 12px; }
.provider-details { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--card); box-shadow: var(--shadow); }
.provider-details > summary, .verdict-details > summary { list-style: none; cursor: pointer; }
.provider-details > summary::-webkit-details-marker, .verdict-details > summary::-webkit-details-marker { display: none; }
.provider-summary { display: grid; grid-template-columns: 1fr auto 20px; align-items: center; gap: 22px; padding: 21px 24px; }
.provider-summary::after, .verdict-summary::after { content: "+"; color: var(--muted); font-size: 22px; font-weight: 400; }
.provider-details[open] > .provider-summary::after, .verdict-details[open] > .verdict-summary::after { content: "−"; }
.provider-summary strong { font-size: 17px; }
.summary-count { color: var(--muted); font-size: 13px; white-space: nowrap; }
.summary-count b { color: var(--ink); }
.provider-detail-body { padding: 0 14px 14px; }
.verdict-details { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #f7faf8; }
.verdict-details + .verdict-details { margin-top: 9px; }
.verdict-summary { display: grid; grid-template-columns: 12px 1fr auto 20px; align-items: center; gap: 12px; padding: 16px 18px; }
.verdict-summary .swatch { display: block; }
.detail-list { border-top: 1px solid var(--line); background: var(--card); }
.check-row { display: grid; grid-template-columns: minmax(180px, 1.6fr) 80px minmax(150px, 1fr) 90px 155px; align-items: center; gap: 16px; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 13px; }
.check-row:last-of-type { border-bottom: 0; }
.check-domain { overflow: hidden; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.check-meta, .check-ips, .check-time { color: var(--muted); }
.check-authority { color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.check-response { text-align: right; }
.detail-status { padding: 22px 18px; color: var(--muted); text-align: center; font-size: 13px; }
.load-more { display: block; margin: 12px auto 16px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); color: var(--ink); cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; }
.load-more:hover { border-color: var(--green); }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 17px 22px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
th { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
th:not(:first-child), td:not(:first-child) { text-align: right; }
tbody tr:last-child td { border-bottom: 0; }
.method { max-width: 850px; padding: 34px; border: 1px solid rgba(214,10,26,.18); border-left: 4px solid var(--teal); border-radius: 0 24px 24px 0; background: rgba(255, 255, 255, .68); box-shadow: var(--shadow); }
.method p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 17px; }
.empty-state { padding: 30px; color: var(--muted); text-align: center; }
.error { border-color: #e2b2aa; color: #8b3124; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 50px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--navy); }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; gap: 28px; padding: 42px; }
  .hero-side { grid-template-columns: auto 1fr; justify-items: start; align-items: center; }
  .hero-logo { width: 104px; height: 104px; border-radius: 28px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: 1fr; }
  .provider-row { grid-template-columns: 1fr 1.5fr 90px; }
  .provider-row .provider-stat:last-child { display: none; }
  .scope-panel { grid-template-columns: 1fr; }
  .scope-options { width: fit-content; }
}

@media (max-width: 620px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { display: grid; grid-template-columns: 1fr; gap: 12px; align-items: stretch; padding-top: 14px; padding-bottom: 12px; }
  .brand { justify-self: start; }
  .brand > span:last-child { display: inline; }
  nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; max-width: none; gap: 4px; overflow: visible; border-radius: 18px; }
  nav a { display: flex; align-items: center; justify-content: center; min-height: 40px; padding: 8px 6px; text-align: center; white-space: normal; line-height: 1.15; }
  h1 { font-size: 40px; line-height: 1.02; }
  .hero { margin-top: 12px; padding: 30px 22px; border-radius: 26px; }
  .hero-logo { display: none; }
  .hero-side { display: block; }
  section { margin-bottom: 58px; }
  .section-heading { display: block; }
  .sample-note { margin-top: 10px; text-align: left; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .scope-options { width: 100%; }
  .scope-options label { flex: 1; }
  .scope-options span { min-width: 0; padding-inline: 11px; }
  .metric-card { min-height: 148px; padding: 19px; }
  .distribution { flex-direction: column; gap: 25px; padding-top: 28px; }
  .legend { width: 100%; min-width: 0; }
  .provider-row { grid-template-columns: 1fr 82px; gap: 18px; }
  .provider-row .bar { grid-column: 1 / -1; grid-row: 2; }
  .provider-row .provider-stat:last-child { display: none; }
  .authority-grid { grid-template-columns: 1fr; }
  .provider-summary { grid-template-columns: 1fr 20px; gap: 12px; }
  .provider-summary .summary-count { grid-column: 1; }
  .provider-summary::after { grid-column: 2; grid-row: 1 / span 2; }
  .check-row { grid-template-columns: minmax(0, 1fr) auto; gap: 5px 12px; }
  .check-domain { grid-column: 1; }
  .check-authority { grid-column: 2; grid-row: 1; text-align: right; }
  .check-ips { grid-column: 1 / -1; }
  .check-response { grid-column: 1; text-align: left; }
  .check-time { grid-column: 2; text-align: right; }
  .panel { padding: 24px; }
  .run-result-heading { align-items: stretch; flex-direction: column; }
  .run-result-actions { align-items: stretch; flex-direction: column; }
  .csv-download { width: 100%; }
  .table-panel { overflow: visible; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .table-scroll { overflow: visible; }
  .mobile-card-table,
  .provider-table { display: block; width: 100%; min-width: 0; }
  .mobile-card-table thead { display: none; }
  .mobile-card-table tbody { display: grid; gap: 12px; }
  .mobile-card-table tr { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px 10px; padding: 18px; border: 1px solid var(--line); border-radius: 19px; background: var(--card); box-shadow: 0 10px 28px rgba(58, 13, 20, .07); }
  .mobile-card-table td { display: flex; min-width: 0; padding: 0; border: 0; flex-direction: column; align-items: flex-start; gap: 3px; overflow-wrap: anywhere; text-align: left !important; white-space: normal; }
  .mobile-card-table td::before { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .09em; line-height: 1.25; text-transform: uppercase; }
  .mobile-card-table td[colspan] { grid-column: 1 / -1; color: var(--muted); }
  .provider-table td:nth-child(1) { grid-column: 1 / 5; }
  .provider-table td:nth-child(2) { grid-column: 1 / -1; }
  .provider-table td:nth-child(3) { grid-column: 5 / 7; align-items: flex-end; }
  .provider-table td:nth-child(1)::before { content: "Provider"; }
  .provider-table td:nth-child(2)::before { content: "Brands"; }
  .provider-table td:nth-child(3)::before { content: "Prüfläufe"; }
  .provider-table td:nth-child(4)::before { content: "ESBK"; }
  .provider-table td:nth-child(5)::before { content: "Gespa"; }
  .provider-table td:nth-child(6)::before { content: "Total"; }
  .provider-table td:nth-child(7)::before { content: "Trend 30 Tage"; }
  .provider-table td:nth-child(4) { grid-column: 1 / 3; }
  .provider-table td:nth-child(5) { grid-column: 3 / 5; }
  .provider-table td:nth-child(6) { grid-column: 5 / 7; }
  .provider-table td:nth-child(4),
  .provider-table td:nth-child(5),
  .provider-table td:nth-child(6) { padding: 11px 9px; border-radius: 12px; background: rgba(65, 18, 25, .035); font-size: 19px; font-weight: 900; }
  .provider-table td:nth-child(7) { grid-column: 1 / -1; padding-top: 11px; border-top: 1px solid var(--line); flex-direction: row; align-items: center; justify-content: space-between; }
  .provider-brands { max-width: none; overflow: visible; text-overflow: clip; }
  .recent-table td:nth-child(1),
  .recent-table td:nth-child(3),
  .recent-table td:nth-child(6) { grid-column: 1 / -1; }
  .recent-table td:nth-child(2),
  .recent-table td:nth-child(4) { grid-column: 1 / 4; }
  .recent-table td:nth-child(5) { grid-column: 4 / 7; }
  .recent-table td:nth-child(1)::before { content: "Provider"; }
  .recent-table td:nth-child(2)::before { content: "System"; }
  .recent-table td:nth-child(3)::before { content: "Zeitpunkt"; }
  .recent-table td:nth-child(4)::before { content: "Prüfungen"; }
  .recent-table td:nth-child(5)::before { content: "Sperrquote"; }
  .recent-table .view-run { width: 100%; min-height: 42px; }
  .run-detail-table td:nth-child(1),
  .run-detail-table td:nth-child(5) { grid-column: 1 / -1; }
  .run-detail-table td:nth-child(2) { grid-column: 1 / 4; }
  .run-detail-table td:nth-child(3) { grid-column: 4 / 7; }
  .run-detail-table td:nth-child(4) { grid-column: 1 / 4; }
  .run-detail-table td:nth-child(6) { grid-column: 4 / 7; }
  .run-detail-table td:nth-child(1)::before { content: "Domain"; }
  .run-detail-table td:nth-child(2)::before { content: "Sperrliste"; }
  .run-detail-table td:nth-child(3)::before { content: "Status"; }
  .run-detail-table td:nth-child(4)::before { content: "Sperrdatum"; }
  .run-detail-table td:nth-child(5)::before { content: "DNS-Antwort"; }
  .run-detail-table td:nth-child(6)::before { content: "Antwortzeit"; }
  .run-result-scroll { max-height: none; }
  .dns-answer { max-width: 100%; overflow: visible; text-overflow: clip; }
  footer { display: block; }
  footer span { display: block; margin-top: 5px; }
}
