@charset "UTF-8";

/* A quiet single column: 576 px including 24 px gutters, matching the reference. */
:root {
  color-scheme: light;
  --bg: #f8fbf8;
  --paper: #fff;
  --ink: #243029;
  --muted: #5e6e63;
  --subtle: #69766d;
  --line: #dfe8e0;
  --soft-line: #eaf0ea;
  --brand: #16724b;
  --brand-hover: #105b3b;
  --brand-wash: #e8f3eb;
  --on-brand: #fff;
  --selection: #d6eddc;
  --control-line: #cddbcf;
  --focus-line: #81b391;
  --focus-halo: #16724b12;
  --surface-soft: #f0f5ef;
  --surface-hover: #e5eee4;
  --surface-muted: #edf3eb;
  --table-head: #f3f7f1;
  --inactive: #a1afa5;
  --shadow: #203c2910;
  --card-bg: #fff;
  --card-line: #e3ebe5;
  --card-shadow: 0 1px 2px #203c2905, 0 10px 32px #203c2906;
  --card-radius: 1.75rem;
  --card-radius-small: 1.25rem;
  --card-padding: 1.75rem;
  --card-padding-small: 1.5rem;
  --success: #41745a;
  --success-wash: #eef5ef;
  --red: #a34c44;
  --red-wash: #faeeeb;
  --error-wash: #fbf4f1;
  --error-line: #eee0da;
  --notice-ink: #777362;
  --notice-wash: #f6f5ef;
  --notice-line: #eeece1;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
html[data-theme="blue"] {
  --bg: #f7f9fd;
  --ink: #253047;
  --muted: #616c81;
  --subtle: #697284;
  --line: #e0e6f1;
  --soft-line: #eaf0f7;
  --brand: #315bcf;
  --brand-hover: #2448aa;
  --brand-wash: #eaf0fc;
  --selection: #dce6ff;
  --control-line: #d2dced;
  --focus-line: #92a9e1;
  --focus-halo: #315bcf12;
  --surface-soft: #eff3fa;
  --surface-hover: #e6edf8;
  --surface-muted: #ebf0f8;
  --table-head: #f2f5fb;
  --inactive: #a5adbd;
  --shadow: #25304d10;
  --card-line: #e4e9f2;
  --card-shadow: 0 1px 2px #25304d05, 0 10px 32px #25304d06;
}
html[data-theme="black"] {
  --bg: #fafafa;
  --ink: #252525;
  --muted: #676767;
  --subtle: #737373;
  --line: #e4e4e4;
  --soft-line: #eeeeee;
  --brand: #252525;
  --brand-hover: #434343;
  --brand-wash: #ececec;
  --selection: #dedede;
  --control-line: #d8d8d8;
  --focus-line: #9a9a9a;
  --focus-halo: #25252510;
  --surface-soft: #f2f2f2;
  --surface-hover: #e9e9e9;
  --surface-muted: #eeeeee;
  --table-head: #f5f5f5;
  --inactive: #ababab;
  --shadow: #25252510;
  --card-line: #e7e7e7;
  --card-shadow: 0 1px 2px #25252505, 0 10px 32px #25252506;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font: 14px/1.75 var(--font); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
button, summary { cursor: pointer; }
button:disabled { cursor: wait; opacity: .6; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; }
svg { display: block; }
.icon { width: 17px; height: 17px; flex: none; }
::selection { background: var(--selection); }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; border-radius: 4px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 40; padding: 8px 15px; background: var(--brand); color: var(--on-brand); border-radius: 6px; }
.skip-link:focus { top: 10px; }
.header-inner, .main-shell, .footer-inner, .data-attribution { width: 100%; max-width: 576px; margin-inline: auto; padding-inline: 24px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 64px; }
.brand { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 650; letter-spacing: -.35px; }
.brand img { width: 54px; height: 24px; display: block; flex: none; }
.brand-light { font-weight: 500; }
.brand-mark { display: block; flex: none; width: 54px; height: 24px; }
.brand-mark .brand-logo { display: none; }
.brand-mark .brand-logo[data-logo-theme="green"] { display: block; }
html[data-theme="blue"] .brand-mark .brand-logo[data-logo-theme="green"],
html[data-theme="black"] .brand-mark .brand-logo[data-logo-theme="green"] { display: none; }
html[data-theme="blue"] .brand-mark .brand-logo[data-logo-theme="blue"],
html[data-theme="black"] .brand-mark .brand-logo[data-logo-theme="black"] { display: block; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.theme-switcher { display: inline-flex; align-items: center; flex: none; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.theme-option { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; background: transparent; }
.theme-option:hover { background: var(--surface-soft); }
.theme-option:focus-visible { outline-offset: 2px; border-radius: 50%; }
.theme-option[data-theme-choice="green"] { --swatch: #18955b; }
.theme-option[data-theme-choice="blue"] { --swatch: #376cdb; }
.theme-option[data-theme-choice="black"] { --swatch: #333; }
.theme-swatch { display: block; position: relative; width: 16px; height: 16px; border-radius: 50%; background: var(--swatch); }
.theme-option[aria-pressed="true"] .theme-swatch { box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px var(--swatch); }
.theme-option[aria-pressed="true"] .theme-swatch::after { content: ""; position: absolute; left: 6px; top: 4px; width: 4px; height: 7px; border: solid var(--on-brand); border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }

.site-nav { display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: 13px; }
.site-nav a { display: inline-flex; align-items: center; min-height: 40px; }
.site-nav a[aria-current] { color: var(--ink); }
.site-nav a:hover { color: var(--brand); }
.main-shell { padding-top: 44px; }
/* Opaque content cards keep the query and its evidence visually grouped. */
.compact-hero, .basic-report, .report-details, .directory-row, .about-copy,
.prose > section, .editorial-note, .error-page, .empty-state.standalone {
  min-width: 0;
  border: 1px solid var(--card-line);
  border-radius: var(--card-radius-small);
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}
.compact-hero, .basic-report, .about-copy, .error-page, .empty-state.standalone {
  border-radius: var(--card-radius);
  padding: var(--card-padding);
}
.compact-hero h1 { font-size: 1.6875rem; line-height: 1.45; letter-spacing: -.8px; }
.hero-description { color: var(--muted); margin-top: 12px; font-size: .875rem; line-height: 1.8; }
.compact-hero .search-form { margin-top: 28px; }
.search-form { display: flex; align-items: center; gap: 6px; padding: 5px; background: var(--paper); border: 1px solid var(--control-line); border-radius: 999px; }
.search-form:focus-within { border-color: var(--focus-line); box-shadow: 0 0 0 3px var(--focus-halo); }
.query-input-wrap { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; padding-left: 9px; }
.query-input-wrap .icon { color: var(--subtle); }
.query-input-wrap input { min-width: 0; width: 100%; height: 44px; border: 0; background: none; outline: none; padding: 8px 2px; color: var(--ink); font-size: 14px; }
.query-input-wrap input::placeholder { color: var(--subtle); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 40px; padding: 8px 15px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; line-height: 1.5; font-weight: 500; }
.button-primary { background: var(--brand); color: var(--on-brand); }
.button-primary:hover { background: var(--brand-hover); color: var(--on-brand); }
.search-form .button { flex: none; width: 44px; height: 44px; padding: 0; border-radius: 50%; white-space: nowrap; }
.search-form .button .icon { display: none; }
.button-secondary { background: var(--surface-soft); color: var(--ink); border-color: transparent; border-radius: 999px; }
.button-secondary:hover { background: var(--surface-hover); }
.home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; margin-top: 16px; }
.lookup-note, .no-script-note { font-size: 12px; color: var(--subtle); }
.no-script-note { margin-top: 20px; }
.inline-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--brand); }
.inline-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.inline-link .icon { width: 14px; height: 14px; }
.mono { font-family: var(--mono); }

/* The initial result shows only the requested basics. Evidence stays expandable. */
.result-search { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.back-link { font-size: 12px; color: var(--muted); width: fit-content; }
.basic-report-header { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.result-meta { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 11px; color: var(--subtle); }
.type-label { font-size: 10px; color: var(--muted); background: var(--surface-muted); border-radius: 4px; padding: 2px 6px; }
.ip-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; }
.ip-heading h1 { font: 500 25px/1.45 var(--mono); letter-spacing: -.8px; overflow-wrap: anywhere; min-width: 0; }
.copy-button { display: inline-flex; align-items: center; gap: 5px; flex: none; min-height: 36px; padding: 6px 10px; border: 0; border-radius: 999px; background: var(--surface-soft); color: var(--muted); font-size: .6875rem; }
.copy-button:hover { color: var(--ink); background: var(--surface-hover); }
.copy-button .icon { width: 14px; height: 14px; }
.basic-facts, .quick-signals { margin: 0; }
.basic-facts { padding-block: 16px; }
.basic-facts > div { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 16px; padding-block: 7px; }
.basic-facts dt, .quick-signals dt { color: var(--muted); font-size: 13px; }
.basic-facts dd { margin: 0; min-width: 0; overflow-wrap: anywhere; font-size: 14px; }
.purity-panel { display: flex; align-items: center; gap: 22px; padding-block: 22px; border-top: 1px solid var(--line); --score-color: var(--muted); }
.score-low-risk { --score-color: #28704a; }
.score-medium-risk { --score-color: #946014; }
.score-high-risk { --score-color: #aa443e; }
.score-ring { position: relative; width: 100px; height: 100px; flex: none; }
.score-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); fill: none; stroke-width: 6; }
.score-track { stroke: var(--surface-muted); }
.score-arc { stroke: var(--score-color); stroke-linecap: round; }
.score-unknown .score-arc { display: none; }
.score-value { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.2; }
.score-value strong { font-size: 1.875rem; font-weight: 650; color: var(--score-color); font-variant-numeric: tabular-nums; letter-spacing: -1px; }
.score-value span { margin-top: 4px; font-size: .625rem; color: var(--muted); }
.score-copy { min-width: 0; }
.score-copy h2 { font-size: .6875rem; font-weight: 500; color: var(--muted); }
.score-verdict { margin-top: 4px; font-size: .9375rem; font-weight: 600; color: var(--score-color); }
.score-explanation { margin-top: 6px; font-size: .6875rem; color: var(--muted); line-height: 1.7; }
.score-help { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; font-size: .6875rem; color: var(--muted); }
.score-help .icon { width: 12px; height: 12px; }
.network-identity { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin: 0; padding-block: 20px; border-top: 1px solid var(--line); }
.network-identity > div { min-width: 0; }
.network-identity > div + div { border-left: 1px solid var(--soft-line); padding-left: 16px; }
.network-identity dt { color: var(--muted); font-size: .75rem; }
.network-identity dt span { display: inline-block; margin-left: 3px; color: var(--subtle); font-size: .5625rem; }
.network-identity dd { margin: 6px 0 0; font-size: .875rem; font-weight: 550; overflow-wrap: anywhere; }
.network-identity .identity-note { font-size: .625rem; font-weight: 400; color: var(--muted); }
.native-evidence { color: var(--muted); font-size: .75rem; margin-block: 12px; }
.auto-lookup { margin-top: 30px; }
.auto-lookup-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 2px 12px; }
.auto-lookup-heading h2 { font-size: .875rem; font-weight: 550; }
.auto-lookup-heading > span { color: var(--subtle); font-size: .6875rem; }
.family-toggle { display: inline-flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.family-option { min-width: 48px; min-height: 28px; padding: 3px 8px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); font-size: .6875rem; line-height: 1.4; }
.family-option:hover { color: var(--brand); background: var(--surface-soft); }
.family-option[aria-pressed="true"] { background: var(--brand); color: var(--on-brand); }
.family-option[data-unavailable="true"] { color: var(--subtle); text-decoration: line-through; }
.family-option[aria-pressed="true"][data-unavailable="true"] { background: var(--surface-muted); color: var(--muted); }
.lookup-message { color: var(--muted); font-size: .8125rem; margin-block: 12px; }
.lookup-message.is-error { padding: 16px 20px; border: 1px solid var(--error-line); border-radius: var(--card-radius-small); background: var(--error-wash); color: var(--red); }
.lookup-loading { display: flex; align-items: center; gap: 24px; padding: var(--card-padding); border: 1px solid var(--card-line); border-radius: var(--card-radius); background: var(--card-bg); box-shadow: var(--card-shadow); }
.loading-orbit { width: 64px; height: 64px; border: 5px solid var(--surface-muted); border-top-color: var(--control-line); border-radius: 50%; flex: none; }
.lookup-loading > div { flex: 1; }
.loading-line { display: block; height: 12px; max-width: 190px; border-radius: 6px; background: var(--surface-muted); }
.loading-line.short { width: 65%; margin-top: 14px; }
.quick-signals { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.quick-signals > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.quick-signals dd { margin: 0; }
.report-details { margin-top: 12px; }
.basic-report + .report-details { margin-top: 16px; }
.report-details > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; list-style: none; padding: 18px var(--card-padding-small); border-radius: inherit; font-size: .8125rem; font-weight: 500; color: var(--ink); }
.report-details > summary::-webkit-details-marker { display: none; }
.report-details > summary::after { content: ""; flex: none; width: .4375rem; height: .4375rem; margin-right: 3px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); color: var(--subtle); transition: transform .16s ease; }
.report-details > summary:hover { color: var(--brand); }
.report-details > summary:focus-visible { outline-offset: -4px; border-radius: var(--card-radius-small); }
.report-details[open] > summary::after { transform: translateY(2px) rotate(225deg); }
.report-details > .details-body { margin: 0 var(--card-padding-small); padding: 16px 0 20px; border-top: 1px solid var(--soft-line); overflow-wrap: anywhere; }
.report-details .basic-facts { padding-top: 0; }
.result-summary, .section-caption, .report-stamp { color: var(--muted); font-size: 12px; line-height: 1.9; }
.report-stamp { margin-top: 12px; }
.report-stamp span { margin-right: 8px; }
.notice { padding: 12px 14px; background: var(--notice-wash); border: 1px solid var(--notice-line); border-radius: 12px; color: var(--notice-ink); font-size: 12px; line-height: 1.8; margin-block: 14px; }
.notice-error { color: var(--red); background: var(--error-wash); border-color: var(--error-line); }
.notice-dot { display: none; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; width: fit-content; max-width: 100%; white-space: nowrap; border-radius: 999px; padding: 3px 8px; font-size: .6875rem; line-height: 1.5; color: var(--muted); background: var(--surface-muted); }
.status-ready, .status-ok, .status-clear { background: var(--success-wash); color: var(--success); }
.status-error, .status-detected { background: var(--red-wash); color: var(--red); }
.status-info { color: var(--brand); background: var(--brand-wash); }
.signal-row { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: start; gap: 8px 16px; padding-block: 14px; border-bottom: 1px solid var(--soft-line); }
.signal-row:last-child { border: 0; }
.signal-name { display: flex; align-items: center; gap: 8px; }
.signal-name h3 { font-size: 13px; }
.signal-detail { grid-column: 1/-1; color: var(--muted); font-size: 12px; }
.signal-detail > span { display: block; margin-top: 3px; font-size: 11px; color: var(--subtle); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.section-heading h2 { font-size: 15px; }
.section-heading .eyebrow { display: none; }
.quiet-label { color: var(--subtle); font-size: 11px; }
.source-result { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px 12px; padding-block: 16px; border-bottom: 1px solid var(--soft-line); }
.source-result:last-child { border: 0; }
.source-result-name { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.source-result-name h3 { font-size: 12px; }
.source-result-detail { grid-column: 1/-1; grid-row: 2; color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.source-result-detail > span { font-size: 11px; }
.source-duration { grid-column: 2; grid-row: 1; font: 10px var(--mono); color: var(--subtle); align-self: center; }
.source-asn { margin-left: 8px; font: 11px var(--mono); }
.section-caption { margin-top: 16px; }

/* The secondary pages share the same small reading column. */
.page-intro { margin-bottom: 30px; }
.eyebrow { font-size: 10px; color: var(--subtle); letter-spacing: 1.2px; margin-bottom: 12px; }
.page-intro h1 { font-size: 24px; line-height: 1.5; letter-spacing: -.6px; }
.page-intro > p:last-child:not(:first-child) { margin-top: 14px; color: var(--muted); line-height: 1.9; }
.page-intro br { display: none; }
.source-legend { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 20px; font-size: 10px; color: var(--subtle); }
.source-legend > span { display: flex; align-items: center; gap: 6px; }
.legend-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--inactive); }
.dot-ready { background: var(--success); }
.source-directory { display: grid; gap: 12px; }
.directory-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px 14px; padding: var(--card-padding-small); }
.directory-name { min-width: 0; }
.directory-kind, .category-label { font-size: 10px; color: var(--subtle); }
.directory-name h2 { font-size: .875rem; margin-top: 3px; overflow-wrap: anywhere; }
.source-official { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: var(--muted); margin-top: 5px; }
.source-official .icon { width: 12px; height: 12px; }
.directory-description { grid-row: 2; grid-column: 1/-1; color: var(--muted); font-size: .75rem; overflow-wrap: anywhere; }
.directory-description .category-label { display: none; }
.source-updated { font-size: 10px; color: var(--subtle); display: block; margin-top: 6px; }
.directory-row > .status-pill { grid-row: 1; grid-column: 2; align-self: start; margin-top: 22px; }
.editorial-note { margin-top: 24px; padding: var(--card-padding-small); }
.note-index { display: none; }
.editorial-note h2 { font-size: 13px; }
.editorial-note p { margin-top: 10px; font-size: 11px; color: var(--muted); line-height: 1.9; }
.editorial-note a, .prose p a { text-decoration: underline; text-underline-offset: 3px; }
.editorial-sidebar { display: none; }
.prose > section { margin-bottom: 16px; padding: var(--card-padding-small); }
.prose > section:last-child { margin-bottom: 0; }
.prose, .editorial-note { overflow-wrap: anywhere; }
.prose h2 { font-size: 15px; margin-bottom: 12px; }
.prose p { color: var(--muted); font-size: 14px; line-height: 1.95; }
.prose > p + p { margin-top: 18px; }
.prose .inline-link { margin-top: 20px; }
.definition-list { margin: 16px 0; }
.definition-list > div { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 12px; margin-block: 15px; }
.definition-list dd { margin: 0; font-size: 12px; color: var(--muted); }
.score-table-wrap { overflow-x: auto; margin-block: 20px; border-block: 1px solid var(--line); }
.score-table { border-collapse: collapse; width: 100%; text-align: left; font-size: 12px; }
.score-table caption { padding: 10px; text-align: left; color: var(--muted); font-size: 11px; }
.score-table td, .score-table th { padding: 10px; border-bottom: 1px solid var(--line); }
.score-table th { font-weight: 500; font-size: 11px; color: var(--muted); background: var(--table-head); }
.score-table tr:last-child td { border: 0; }
.empty-state:not(.standalone) { padding-block: 24px; }
.empty-state h1, .error-page h1 { font-size: 23px; }
.empty-state h2, .empty-state h3 { font-size: 15px; }
.empty-state p, .error-page > p { margin-top: 12px; color: var(--muted); font-size: 13px; }
.empty-state .button { margin-top: 20px; }
.error-glyph { display: none; }
.error-search { margin-block: 24px; }

.site-footer { margin-top: 64px; padding-bottom: 40px; }
.footer-inner { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 20px; position: relative; padding-top: 20px; }
.footer-inner::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 1px; background: var(--line); }
.footer-brand { display: none; }
.footer-links { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 20px; color: var(--muted); font-size: 11px; }
.footer-links a { display: inline-flex; align-items: center; gap: 3px; min-height: 32px; }
.footer-links .icon { width: 11px; height: 11px; }
.data-attribution { display: flex; flex-wrap: wrap; gap: 2px 7px; margin-top: 12px; color: var(--subtle); font-size: 10px; line-height: 1.8; }
.data-attribution a:hover { text-decoration: underline; text-underline-offset: 3px; }
.action-status { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%,10px); z-index: 30; max-width: calc(100% - 32px); width: max-content; padding: 10px 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 6px 25px var(--shadow); color: var(--ink); font-size: 12px; opacity: 0; visibility: hidden; transition: opacity .16s,transform .16s; }
.action-status.is-visible { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.action-status.is-error { color: var(--red); }
@media(max-width: 600px) {
  :root { --card-padding: 1.25rem; --card-padding-small: 1.25rem; }
  .header-inner { padding-top: 28px; }
  .main-shell { padding-top: 34px; }
  .compact-hero h1 { font-size: 1.5rem; }
  .query-input-wrap input { font-size: 16px; }
  .site-footer { margin-top: 48px; padding-bottom: 28px; }
  .ip-heading h1 { font-size: 22px; }
  .basic-facts > div { grid-template-columns: 72px minmax(0,1fr); gap: 12px; }
  .quick-signals { gap: 16px; }
  .quick-signals > div { flex-direction: column; align-items: flex-start; gap: 6px; }
  .copy-button { padding-inline: 6px; }
}
@media(max-width: 375px) {
  :root { --card-padding: 1.125rem; --card-padding-small: 1.125rem; }
  .header-inner { flex-wrap: wrap; row-gap: 12px; }
  .header-actions { width: 100%; justify-content: space-between; }
  .compact-hero .query-input-wrap .icon, .error-page .query-input-wrap .icon { display: none; }
  .compact-hero .query-input-wrap, .error-page .query-input-wrap { padding-left: 7px; }
  .home-actions { gap: 10px; }
  .purity-panel { gap: 14px; }
  .score-ring { width: 80px; height: 80px; }
  .score-value strong { font-size: 1.625rem; }
  .score-verdict { font-size: .8125rem; }
  .network-identity { gap: 10px; }
  .network-identity > div + div { padding-left: 10px; }
}
@media(prefers-contrast: more) {
  :root, html[data-theme] { --card-line: var(--muted); --card-shadow: none; --line: var(--muted); --soft-line: var(--muted); --control-line: var(--muted); }
}
@media(prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
