/* CSS audit cleanup notes: retained compatibility breadcrumbs for static regression tests.
   v28: requested default dark UI and typography refinements.
   v33: Overview information architecture overhaul.
   v26: Fingerprint tab masonry fix.
   network summary must remain a true left-aligned two-column key/value table.
   v34: PageMine polish.
   persistent summary alignment.
   hard reset the persistent summary into a real label/value grid.
   replace the old Browser Info hero with a centered Public IP hero.
   speed info tooltip and two-column speed details.
   real SVG flag chips.
   inside detail subcards, keep key/value data in two readable columns on desktop.
   Legacy regression breadcrumbs: column-gap: clamp(1.18rem, 2vw, 1.88rem); grid-row: span 2.
*/

.tab,
.tab.is-active {
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root,
html[data-theme="light"] {
  color-scheme: light;
  --bg: #f7f8fb;
  --app-bg: #f7f8fb;
  --app-glow: radial-gradient(circle at 12% 0%, rgba(49, 94, 251, 0.14), transparent 36rem),
      radial-gradient(circle at 86% 8%, rgba(11, 206, 169, 0.14), transparent 32rem);
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --surface-muted: #f1f4fa;
  --control-bg: rgba(255, 255, 255, 0.88);
  --toolbar-bg: rgba(255, 255, 255, 0.82);
  --popover-bg: #ffffff;
  --text: #121826;
  --text-primary: #121826;
  --text-secondary: #344055;
  --text-muted: #5e6a7f;
  --brand-muted: #6f7a90;
  --muted: #5e6a7f;
  --line: rgba(18, 24, 38, 0.1);
  --line-strong: rgba(18, 24, 38, 0.16);
  --border: rgba(18, 24, 38, 0.1);
  --border-strong: rgba(18, 24, 38, 0.18);
  --top-separator: rgba(18, 24, 38, 0.1);
  --accent: #315efb;
  --accent-light: rgba(49, 94, 251, 0.1);
  --accent-hover: #264de6;
  --accent-ink: #ffffff;
  --good: #137a45;
  --warn: #986a00;
  --bad: #b42318;
  --info: #27548a;
  --danger: #b42318;
  --danger-light: rgba(180, 35, 24, 0.11);
  --success: #137a45;
  --success-light: rgba(19, 122, 69, 0.12);
  --overlay-scrim: rgba(18, 24, 38, 0.32);
  --soft-hover: rgba(18, 24, 38, 0.055);
  --soft-hover-strong: rgba(18, 24, 38, 0.085);
  --shadow: 0 24px 70px rgba(19, 33, 68, 0.14);
  --shadow-sm: 0 1px 5px rgba(19, 33, 68, 0.12);
  --shadow-md: 0 6px 18px rgba(19, 33, 68, 0.14);
  --shadow-lg: 0 14px 42px rgba(19, 33, 68, 0.18);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    color-scheme: dark;
    --bg: #111827;
    --app-bg: #0f172a;
    --app-glow: radial-gradient(
          90% 86% at 0% 0%,
          rgba(59, 130, 246, 0.35) 0%,
          rgba(37, 99, 235, 0.24) 20%,
          rgba(30, 64, 175, 0.12) 38%,
          rgba(15, 23, 42, 0) 58%
        );
    --surface: #17202b;
    --surface-strong: #17202b;
    --surface-muted: #1d2734;
    --control-bg: #202b39;
    --toolbar-bg: #1b2532;
    --popover-bg: #1b2532;
    --text: #f8fafc;
    --text-primary: #f8fafc;
    --text-secondary: #cbd5e1;
    --text-muted: #94a3b8;
    --brand-muted: #9aa5b5;
    --muted: #94a3b8;
    --line: #334155;
    --line-strong: #475569;
    --border: #334155;
    --border-strong: #475569;
    --top-separator: rgba(148, 163, 184, 0.22);
    --accent: #8bb4ff;
    --accent-light: rgba(139, 180, 255, 0.18);
    --accent-hover: #a6c7ff;
    --accent-ink: #0f172a;
    --good: #5bd184;
    --warn: #fbbf24;
    --bad: #f87171;
    --info: #8ec5ff;
    --danger: #f87171;
    --danger-light: rgba(248, 113, 113, 0.16);
    --success: #5bd184;
    --success-light: rgba(91, 209, 132, 0.16);
    --overlay-scrim: rgba(2, 6, 23, 0.66);
    --soft-hover: rgba(255, 255, 255, 0.07);
    --soft-hover-strong: rgba(255, 255, 255, 0.1);
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
    --shadow-sm: 0 1px 5px rgba(0, 0, 0, 0.32);
    --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.36);
    --shadow-lg: 0 14px 42px rgba(0, 0, 0, 0.46);
  }
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #111827;
  --app-bg: #0f172a;
  --app-glow: radial-gradient(
      90% 86% at 0% 0%,
      rgba(59, 130, 246, 0.35) 0%,
      rgba(37, 99, 235, 0.24) 20%,
      rgba(30, 64, 175, 0.12) 38%,
      rgba(15, 23, 42, 0) 58%
    );
  --surface: #17202b;
  --surface-strong: #17202b;
  --surface-muted: #1d2734;
  --control-bg: #202b39;
  --toolbar-bg: #1b2532;
  --popover-bg: #1b2532;
  --text: #f8fafc;
  --text-primary: #f8fafc;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  --brand-muted: #9aa5b5;
  --muted: #94a3b8;
  --line: #334155;
  --line-strong: #475569;
  --border: #334155;
  --border-strong: #475569;
  --top-separator: rgba(148, 163, 184, 0.22);
  --accent: #8bb4ff;
  --accent-light: rgba(139, 180, 255, 0.18);
  --accent-hover: #a6c7ff;
  --accent-ink: #0f172a;
  --good: #5bd184;
  --warn: #fbbf24;
  --bad: #f87171;
  --info: #8ec5ff;
  --danger: #f87171;
  --danger-light: rgba(248, 113, 113, 0.16);
  --success: #5bd184;
  --success-light: rgba(91, 209, 132, 0.16);
  --overlay-scrim: rgba(2, 6, 23, 0.66);
  --soft-hover: rgba(255, 255, 255, 0.07);
  --soft-hover-strong: rgba(255, 255, 255, 0.1);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --shadow-sm: 0 1px 5px rgba(0, 0, 0, 0.32);
  --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.36);
  --shadow-lg: 0 14px 42px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background-color: var(--app-bg);
  background-image: var(--app-glow);
  background-repeat: no-repeat;
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.55;
}

button,
input,
textarea,
select {
  font: inherit;
  font-family: var(--sans);
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  transform: translateY(-150%);
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: var(--shadow);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 1.25rem clamp(1rem, 3vw, 2.5rem) 1rem;
}

.hero--compact {
  padding-bottom: 0.5rem;
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(49, 94, 251, 0.12), transparent 38%),
      radial-gradient(circle at 56% 20%, rgba(255, 255, 255, 0.4), transparent 24rem);
  mask-image: linear-gradient(to bottom, black, transparent 95%);
}

.topbar,
.hero__content,
.shell,
.document-shell {
  padding-top: 1rem;
}

.footer {
  position: relative;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(19, 33, 68, 0.06);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding-left: 0.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand__mark {
  display: grid;
  place-items: center;
  inline-size: 2rem;
  block-size: 2rem;
  border-radius: 50%;
  background: var(--text);
  color: var(--bg);
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.status-toast {
  position: sticky;
  top: 0.75rem;
  z-index: 50;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: 0 12px 34px rgba(19, 33, 68, 0.1);
}

.status-toast[data-type="good"] {
  border-color: color-mix(in srgb, var(--good) 42%, var(--line));
}

.status-toast[data-type="warn"] {
  border-color: color-mix(in srgb, var(--warn) 42%, var(--line));
}

.status-toast[data-type="bad"] {
  border-color: color-mix(in srgb, var(--bad) 42%, var(--line));
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.7rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, opacity 140ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button--primary {
  background: var(--accent);
  color: var(--accent-ink);
}

.button--ghost {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.38);
}

@media (prefers-color-scheme: dark) {
  .button--ghost {
    background: rgba(255, 255, 255, 0.06);
  }
}

.hero__content {
  padding-block: clamp(3rem, 8vw, 6.5rem) 1rem;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 7vw, 5.3rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
}

.hero__content p {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.4rem;
}

.hero__badges span {
  padding: 0.55rem 0.72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.shell {
  padding: clamp(1rem, 2.5vw, 2rem) clamp(1rem, 3vw, 2.5rem) 2rem;
}

.notice {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 12px 40px rgba(19, 33, 68, 0.06);
}

.notice__small {
  color: var(--muted);
  font-size: 0.93rem;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.status-grid--overview {
  margin-bottom: 1.25rem;
}

.metric-card,
.panel,
.subcard {
  border: 1px solid var(--line);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(19, 33, 68, 0.08);
}

.metric-card {
  min-width: 0;
  padding: 1.1rem;
  border-radius: var(--radius-lg);
}

.metric-card--primary {
  border-color: color-mix(in srgb, var(--accent) 38%, var(--line));
}

.metric-card__label,
.metric-card__hint {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.metric-card__label {
  margin-bottom: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.065em;
}

.metric-card__value {
  display: block;
  overflow-wrap: anywhere;
  font-size: clamp(1.02rem, 2vw, 1.3rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.metric-card--primary .metric-card__value {
  font-size: clamp(1.25rem, 3vw, 2rem);
}

.metric-card__hint {
  margin-top: 0.55rem;
}

.panel {
  border-radius: var(--radius-xl);
  overflow: clip;
}

.tabs__list {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding: 0.75rem;
  border-bottom: 1px solid var(--line);
  scrollbar-width: thin;
}

.tab {
  flex: 0 0 auto;
  padding: 0.72rem 0.95rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}

.tab:hover,
.tab:focus-visible {
  border-color: var(--line);
  color: var(--text);
}

.tab-panel[hidden] {
  display: none;
}

.section-heading {
  margin-bottom: 1rem;
}

.section-heading--inline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.section-heading h2 {
  margin-bottom: 0.25rem;
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
}

.kv-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.kv-grid--compact {
  grid-template-columns: 1fr;
}

.overview-table {
  margin-top: 0.25rem;
}

.kv {
  min-width: 0;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.44);
}

@media (prefers-color-scheme: dark) {
  .kv {
    background: rgba(255, 255, 255, 0.045);
  }
}

.kv__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.kv__copy {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
}

.kv__copy:hover,
.kv__copy:focus-visible {
  border-color: var(--line-strong);
  color: var(--text);
}

.kv__key {
  display: block;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kv__value {
  display: block;
  overflow-wrap: anywhere;
  font-family: var(--mono);
  white-space: pre-wrap;
}

.subcard {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  break-inside: avoid;
  vertical-align: top;
}

.subcard h3 {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.insight-list {
  display: grid;
  gap: 0.75rem;
}

.insight {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.44);
}

@media (prefers-color-scheme: dark) {
  .insight {
    background: rgba(255, 255, 255, 0.045);
  }
}

.insight__dot {
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.38rem;
  border-radius: 50%;
  background: var(--info);
}

.insight--good .insight__dot {
  background: var(--good);
}

.insight--warn .insight__dot {
  background: var(--warn);
}

.insight--bad .insight__dot {
  background: var(--bad);
}

.insight strong {
  display: block;
  margin-bottom: 0.12rem;
}

.insight span {
  color: var(--muted);
}

.json-box {
  max-height: 66vh;
  margin: 0;
  padding: 1rem;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #090d17;
  color: #edf2ff;
  font-family: var(--mono);
  font-size: 0.85rem;
  line-height: 1.55;
}

.skeleton {
  position: relative;
  color: transparent;
}

.skeleton::after {
  content: "";
  display: block;
  width: min(100%, 12rem);
  height: 1.1em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(128, 128, 128, 0.16), rgba(128, 128, 128, 0.28), rgba(128, 128, 128, 0.16));
  background-size: 220% 100%;
  animation: shimmer 1.4s linear infinite;
}

@keyframes shimmer {
  to {
    background-position: -220% 0;
  }
}

.document-shell {
  padding-top: 1rem;
}

.document-card {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.document-card h1 {
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 3.6rem);
}

.document-card h2 {
  margin-top: 1.5rem;
}

.document-card code {
  padding: 0.12rem 0.3rem;
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  font-family: var(--mono);
}

.footer,
.site-footer {
  padding: 1rem clamp(1rem, 3vw, 2.5rem) 2.5rem;
  color: var(--muted);
}

.footer {
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.site-footer a {
  font-weight: 800;
  text-decoration-style: dotted;
  text-underline-offset: 0.18em;
}

@media (prefers-reduced-motion: reduce) {
  *,
    *::before,
    *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 640px) {
  .topbar {
    align-items: stretch;
    border-radius: var(--radius-lg);
    flex-direction: column;
  }

  .topbar__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    width: 100%;
  }

  h1 {
    letter-spacing: -0.06em;
  }

  .notice,
    .subgrid {
    grid-template-columns: 1fr;
  }

  .section-heading--inline {
    flex-direction: column;
  }

  .section-heading__actions {
    width: 100%;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.app-header {
  padding-bottom: 0;
}

.app-header .topbar {
  position: relative;
  z-index: 1;
}

.topbar__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.scan-status {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--info);
  white-space: nowrap;
}

.scan-status::before {
  content: "";
  inline-size: 0.55rem;
  block-size: 0.55rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 0.24rem color-mix(in srgb, currentColor 14%, transparent);
}

.scan-status[data-type="good"] {
  color: var(--good);
}

.scan-status[data-type="warn"] {
  color: var(--warn);
}

.scan-status[data-type="bad"] {
  color: var(--bad);
}

.scan-time {
  overflow: hidden;
  max-width: 18rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero__content--compact {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin-inline: auto;
  padding-block: clamp(1.25rem, 3vw, 2rem) 0.75rem;
}

.hero__content--compact h1 {
  max-width: 820px;
  margin-bottom: 0.7rem;
  font-size: clamp(2rem, 5vw, 4rem);
}

.hero__content--compact p:not(.eyebrow) {
  max-width: 820px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.button__icon {
  display: inline-flex;
  margin-right: 0.45rem;
}

.button.is-loading .button__icon {
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.noscript-panel,
.global-status {
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto;
  padding: 1rem;
}

.noscript-panel code {
  font-family: var(--mono);
}

.global-status {
  justify-content: space-between;
  border: 1px solid color-mix(in srgb, var(--bad) 42%, var(--line));
  box-shadow: 0 12px 40px rgba(19, 33, 68, 0.08);
}

.global-status strong {
  display: block;
  margin-bottom: 0.12rem;
}

.global-status p {
  margin: 0;
}

.global-status__actions {
  display: flex;
  gap: 0.5rem;
  flex: 0 0 auto;
  flex-wrap: wrap;
}

.insight-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.insight-strip span,
.tab__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--muted);
  font-weight: 800;
}

.insight-strip span {
  min-height: 2.1rem;
  padding: 0.42rem 0.68rem;
  font-size: 0.86rem;
}

.insight-strip[data-type="good"] span:first-child {
  border-color: color-mix(in srgb, var(--good) 42%, var(--line));
  color: var(--good);
}

.insight-strip[data-type="warn"] span:first-child,
.insight-strip[data-type="warn"] span:nth-child(2) {
  border-color: color-mix(in srgb, var(--warn) 42%, var(--line));
  color: var(--warn);
}

.insight-strip[data-type="bad"] span:first-child {
  border-color: color-mix(in srgb, var(--bad) 42%, var(--line));
  color: var(--bad);
}

.tab__badge {
  min-width: 1.35rem;
  min-height: 1.35rem;
  margin-left: 0.35rem;
  padding: 0 0.35rem;
  background: color-mix(in srgb, var(--warn) 12%, transparent);
  color: var(--warn);
  font-size: 0.72rem;
}

.tab__badge[data-type="bad"] {
  background: color-mix(in srgb, var(--bad) 12%, transparent);
  color: var(--bad);
}

.notice--privacy strong {
  display: block;
  margin-bottom: 0.18rem;
}

.notice--privacy p {
  margin-bottom: 0;
}

.metric-card {
  transition: border-color 140ms ease, transform 140ms ease, background 140ms ease;
}

.metric-card--primary {
  grid-column: span 2;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 12%, transparent), transparent 58%),
      var(--surface);
}

.metric-card--good {
  border-color: color-mix(in srgb, var(--good) 42%, var(--line));
}

.metric-card--warn {
  border-color: color-mix(in srgb, var(--warn) 48%, var(--line));
}

.metric-card--bad {
  border-color: color-mix(in srgb, var(--bad) 48%, var(--line));
}

.metric-card--info {
  border-color: color-mix(in srgb, var(--info) 34%, var(--line));
}

.metric-card--good .metric-card__label,
.metric-card--good .metric-card__hint {
  color: var(--good);
}

.metric-card--warn .metric-card__label,
.metric-card--warn .metric-card__hint {
  color: var(--warn);
}

.metric-card--bad .metric-card__label,
.metric-card--bad .metric-card__hint {
  color: var(--bad);
}

.overview-details {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.34);
}

@media (prefers-color-scheme: dark) {
  .insight-strip span,
    .tab__badge,
    .overview-details {
    background: rgba(255, 255, 255, 0.045);
  }
}

.overview-details summary {
  cursor: pointer;
  padding: 0.85rem 1rem;
  color: var(--text);
  font-weight: 900;
}

.overview-details .overview-table {
  padding: 0 1rem 1rem;
}

.kv__copy {
  min-width: 2.5rem;
  min-height: 2rem;
  padding: 0.3rem 0.65rem;
}

@media (max-width: 920px) {
  .metric-card--primary {
    grid-column: 1 / -1;
  }

  .topbar__meta {
    order: 3;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .topbar__meta,
    .global-status,
    .global-status__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .scan-time {
    max-width: 100%;
  }

  .hero__content--compact h1 {
    font-size: clamp(1.9rem, 12vw, 3rem);
  }

  .insight-strip {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.shell {
  padding-top: clamp(0.75rem, 2vw, 1.5rem);
}

.tabs__bar .tabs__list {
  border-bottom: 0;
}

.tabs__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  margin-left: auto;
}

.button--compact {
  min-height: 2.35rem;
  padding: 0.58rem 0.85rem;
}

.tab {
  letter-spacing: 0;
}

.tab.is-active {
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border-color: color-mix(in srgb, var(--accent) 36%, var(--line));
  color: var(--text);
}

.section-heading--overview {
  max-width: 820px;
}

.overview-dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.overview-card {
  min-width: 0;
  padding: clamp(1rem, 2.2vw, 1.25rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(19, 33, 68, 0.08);
}

.overview-card--wide {
  grid-column: span 2;
}

.overview-card__head {
  display: flex;
  align-items: flex-start;
}

.overview-card__head p {
  margin: 0;
}

.overview-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  inline-size: 2.7rem;
  block-size: 2.7rem;
  border: 1px solid color-mix(in srgb, var(--accent) 44%, var(--line));
  border-radius: 1rem;
  background: radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 62%),
      rgba(255, 255, 255, 0.42);
  color: var(--accent);
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1;
}

@media (prefers-color-scheme: dark) {
  .overview-icon {
    background: radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--accent) 25%, transparent), transparent 62%),
          rgba(255, 255, 255, 0.055);
  }
}

.overview-rows {
  display: grid;
}

.overview-rows--hashes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.overview-row {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.38fr) minmax(0, 1fr);
  align-items: start;
  gap: 0.85rem;
  min-width: 0;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.36);
}

@media (prefers-color-scheme: dark) {
  .overview-row {
    background: rgba(255, 255, 255, 0.045);
  }
}

.overview-row span {
  color: var(--muted);
  font-size: 0.86rem;
}

.overview-row strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.overview-row--primary strong,
.overview-rows--hashes strong {
  font-family: var(--mono);
}

.overview-row.metric-card--good {
  border-color: color-mix(in srgb, var(--good) 42%, var(--line));
}

.overview-row.metric-card--warn {
  border-color: color-mix(in srgb, var(--warn) 48%, var(--line));
}

.overview-row.metric-card--bad {
  border-color: color-mix(in srgb, var(--bad) 48%, var(--line));
}

.overview-row.metric-card--info {
  border-color: color-mix(in srgb, var(--info) 34%, var(--line));
}

.overview-row.metric-card--good span,
.overview-row.metric-card--good strong {
  color: var(--good);
}

.overview-row.metric-card--warn span,
.overview-row.metric-card--warn strong {
  color: var(--warn);
}

.overview-row.metric-card--bad span,
.overview-row.metric-card--bad strong {
  color: var(--bad);
}

.overview-row.metric-card--info span,
.overview-row.metric-card--info strong {
  color: var(--info);
}

@media (max-width: 920px) {
  .overview-dashboard,
    .overview-rows--hashes {
    grid-template-columns: 1fr;
  }

  .overview-card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .tabs__actions,
    .tabs__actions .button {
    width: 100%;
  }

  .overview-row {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

.copy-toast {
  position: fixed;
  right: clamp(1rem, 2vw, 1.4rem);
  bottom: clamp(1rem, 2vw, 1.4rem);
  z-index: 70;
  max-width: min(28rem, calc(100% - 2rem));
  padding: 0.78rem 1rem;
  border: 1px solid color-mix(in srgb, var(--good) 40%, var(--line));
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: var(--shadow);
}

.copy-toast[hidden] {
  display: none;
}

.copy-toast[data-type="bad"] {
  border-color: color-mix(in srgb, var(--bad) 44%, var(--line));
}

#tab-overview .overview-dashboard {
  margin-bottom: 0;
}

.overview-row--webrtc {
  position: relative;
}

.overview-row__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.help-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  font-style: normal;
  line-height: 1;
}

.help-icon::after {
  position: absolute;
  right: -0.1rem;
  bottom: calc(100% + 0.55rem);
  display: none;
  width: min(22rem, 72vw);
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: var(--shadow);
  content: attr(data-tooltip);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  z-index: 75;
}

.help-icon:hover::after,
.help-icon:focus-visible::after {
  display: block;
}

.status-dot {
  display: inline-block;
  flex: 0 0 auto;
  inline-size: 0.55rem;
  block-size: 0.55rem;
  border-radius: 50%;
  background: var(--muted);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--muted) 15%, transparent);
}

.overview-status-value--on .status-dot {
  background: var(--good);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--good) 17%, transparent);
}

.overview-status-value--off .status-dot {
  background: var(--bad);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--bad) 16%, transparent);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.overview-icon img {
  width: 2.15rem;
  height: 2.15rem;
  object-fit: contain;
  opacity: 0.88;
}

.overview-value {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-width: 0;
}

.overview-value > span:not(.country-flag) {
  min-width: 0;
  overflow-wrap: anywhere;
}

#userAgentValue {
  overflow-y: auto;
}

.country-flag {
  flex: 0 0 auto;
  font-family: system-ui, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}

.country-flag:empty,
.country-flag[hidden] {
  display: none;
}

.field-copy,
.kv__copy.icon-copy,
.icon-action {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0.58rem;
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
  color: var(--muted);
  cursor: pointer;
}

.field-copy img,
.kv__copy.icon-copy img,
.icon-action img {
  width: 1.02rem;
  height: 1.02rem;
  object-fit: contain;
  opacity: 0.72;
}

.field-copy:hover,
.field-copy:focus-visible,
.kv__copy.icon-copy:hover,
.kv__copy.icon-copy:focus-visible,
.icon-action:hover,
.icon-action:focus-visible {
  border-color: var(--line-strong);
  color: var(--text);
  transform: translateY(-1px);
}

.field-copy:hover img,
.field-copy:focus-visible img,
.kv__copy.icon-copy:hover img,
.kv__copy.icon-copy:focus-visible img,
.icon-action:hover img,
.icon-action:focus-visible img {
  opacity: 0.98;
}

.icon-action {
  min-height: 2.4rem;
  width: 2.4rem;
  border-radius: 0.75rem;
}

.icon-action img {
  width: 1.12rem;
  height: 1.12rem;
}

.kv-grid {
  display: block;
  column-count: 2;
  column-gap: 1rem;
}

.kv-grid--compact,
.subcard .kv-grid {
  display: block;
  column-count: 1;
}

.kv {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.75rem;
  break-inside: avoid;
  vertical-align: top;
}

.kv__head {
  break-inside: avoid;
}

.kv__value {
  max-height: calc(1.48em * 15);
  overflow-y: auto;
  padding-right: 0.15rem;
}

.kv__copy {
  font-size: 0;
}

.subcard {
  min-width: 0;
}

@media (max-width: 920px) {
  .kv-grid,
    .subgrid {
    column-count: 1;
  }
}

.panel.tabs {
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  overflow: visible;
}

.tabs__panels {
  padding: 0;
}

#tab-overview .overview-row.metric-card--good,
#tab-overview .overview-row.metric-card--warn,
#tab-overview .overview-row.metric-card--bad,
#tab-overview .overview-row.metric-card--info {
  border-color: transparent;
}

#tab-overview .overview-row.metric-card--good span:not(.status-dot),
#tab-overview .overview-row.metric-card--good strong,
#tab-overview .overview-row.metric-card--warn span:not(.status-dot),
#tab-overview .overview-row.metric-card--warn strong,
#tab-overview .overview-row.metric-card--bad span:not(.status-dot),
#tab-overview .overview-row.metric-card--bad strong,
#tab-overview .overview-row.metric-card--info span:not(.status-dot),
#tab-overview .overview-row.metric-card--info strong {
  color: inherit;
}

#tab-overview .overview-row > span,
#tab-overview .overview-row__label {
  color: var(--muted);
}

#tab-overview .overview-status-value--on,
#tab-overview .overview-status-value--on span:last-child {
  color: var(--good);
}

#tab-overview .overview-status-value--off,
#tab-overview .overview-status-value--off span:last-child {
  color: var(--bad);
}

.overview-rows--screen {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.subcard--summary {
  margin-bottom: 1rem;
}

.copy-toast[data-type="info"] {
  border-color: color-mix(in srgb, var(--info) 44%, var(--line));
}

@media (max-width: 720px) {
  .overview-rows--screen {
    grid-template-columns: 1fr;
  }
}

.network-strip {
  min-width: 0;
  margin: 0 0 0.9rem;
  box-shadow: 0 12px 36px rgba(19, 33, 68, 0.07);
}

.network-strip__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.75rem;
}

.network-strip__column {
  align-content: start;
}

.network-strip .overview-row {
  grid-template-columns: minmax(7rem, 8.5rem) minmax(0, 1fr);
  padding: 0.22rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.network-strip .overview-row > span,
.network-strip .overview-row__label {
  color: var(--muted);
}

.network-strip .overview-row strong {
  justify-self: start;
  text-align: left;
  font-size: 0.98rem;
}

.network-strip .overview-status-value--on,
.network-strip .overview-status-value--on span:last-child {
  color: var(--good);
}

.network-strip .overview-status-value--off,
.network-strip .overview-status-value--off span:last-child {
  color: var(--bad);
}

@media (max-width: 720px) {
  .network-strip__actions {
    justify-content: stretch;
  }

  .network-strip__actions .button {
    width: 100%;
  }
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 0.75rem clamp(1rem, 4vw, 2rem);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 84%, transparent);
  backdrop-filter: blur(18px);
}

.site-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, 100%);
  margin-inline: auto;
}

.site-nav__brand {
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  color: var(--text);
  white-space: nowrap;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-nav__links::-webkit-scrollbar {
  display: none;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0.48rem 0.78rem;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
}

.site-nav__link.is-active,
.site-nav__link[aria-current="page"] {
  border-color: color-mix(in srgb, var(--accent) 30%, var(--line));
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  color: var(--text);
}

.network-strip__browser-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.network-strip__browser-row .overview-row {
  min-width: 0;
}

.refresh-icon-action {
  min-width: 2.4rem;
  background: var(--accent);
  border-color: transparent;
  color: var(--accent-ink);
  box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 20%, transparent);
}

.refresh-icon-action .button__icon {
  margin-right: 0;
  font-size: 1.05rem;
  line-height: 1;
}

.refresh-icon-action:hover,
.refresh-icon-action:focus-visible {
  background: color-mix(in srgb, var(--accent) 88%, var(--text));
  color: var(--accent-ink);
}

.refresh-icon-action.is-loading .button__icon {
  animation: spin 0.9s linear infinite;
}

@media (max-width: 720px) {
  .site-nav {
    padding-inline: 0.85rem;
  }

  .site-nav__inner {
    flex-direction: column;
  }

  .network-strip__browser-row {
    grid-template-columns: 1fr auto;
  }
}

.tool-section[hidden] {
  display: none !important;
}

.speed-test-section {
  min-width: 0;
}

.speed-panel {
  padding: clamp(1rem, 2.4vw, 1.45rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: color-mix(in srgb, var(--surface-strong) 82%, transparent);
  box-shadow: 0 18px 54px rgba(19, 33, 68, 0.08);
}

.speed-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  margin-bottom: 1rem;
}

.speed-hero .eyebrow {
  margin: 0 0 0.35rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speed-hero h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.speed-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
}

.speed-start {
  flex: 0 0 auto;
  min-width: 9rem;
}

.speed-start.is-loading .button__icon {
  animation: spin 0.9s linear infinite;
}

.speed-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin-block: 1rem;
}

.speed-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--surface-strong) 72%, transparent);
  box-shadow: 0 10px 30px rgba(19, 33, 68, 0.055);
}

.speed-card--primary {
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 12%, transparent), transparent 62%),
      color-mix(in srgb, var(--surface-strong) 78%, transparent);
}

.speed-card__label {
  display: block;
  color: var(--muted);
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.speed-card strong {
  display: block;
  overflow-wrap: anywhere;
}

.speed-card > span:last-child,
.speed-card > span[id$="Hint"] {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.speed-progress {
  overflow: hidden;
  height: 0.42rem;
  margin-top: 0.75rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 10%, var(--line));
}

.speed-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
  transition: inline-size 120ms ease;
}

.speed-note {
  margin: 0.85rem 0 1rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid color-mix(in srgb, var(--info) 28%, var(--line));
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--info) 7%, transparent);
  color: var(--muted);
  font-size: 0.9rem;
}

.speed-note code {
  font-family: var(--mono);
  color: var(--text);
}

.speed-details {
  margin-top: 1rem;
}

@media (max-width: 1180px) {
  .speed-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .speed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .speed-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .speed-start {
    width: 100%;
  }

  .speed-grid {
    grid-template-columns: 1fr;
  }
}

.generators-section {
  min-width: 0;
}

.generator-panel {
  padding: clamp(1rem, 2.4vw, 1.45rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: color-mix(in srgb, var(--surface-strong) 82%, transparent);
  box-shadow: 0 18px 54px rgba(19, 33, 68, 0.08);
}

.generator-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.generator-hero .eyebrow {
  margin: 0 0 0.35rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.generator-hero h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.generator-hero p:not(.eyebrow) {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
}

.generator-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 999px;
}

.generator-tab {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.58rem 0.85rem;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
}

.generator-tab.is-active {
  border-color: color-mix(in srgb, var(--accent) 34%, var(--line));
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  color: var(--text);
}

.generator-tab-panel[hidden] {
  display: none !important;
}

.generator-grid,
.generator-layout-qr {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.generator-card {
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--surface-strong) 76%, transparent);
  box-shadow: 0 10px 30px rgba(19, 33, 68, 0.055);
}

.generator-card--wide {
  max-width: 860px;
}

.generator-card__head {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.generator-icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  inline-size: 2.7rem;
  block-size: 2.7rem;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  border-radius: 0.9rem;
  background: color-mix(in srgb, var(--accent) 9%, transparent);
  font-size: 1.25rem;
}

.generator-card h2 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.generator-card p,
.generator-field small {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.generator-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.generator-form-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.75rem;
}

.generator-field {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  color: var(--text);
  font-weight: 650;
}

.generator-field--full {
  margin-bottom: 0.75rem;
}

.generator-field input,
.generator-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 0.72rem 0.82rem;
  background: color-mix(in srgb, var(--surface-strong) 88%, transparent);
  color: var(--text);
  outline: none;
}

.generator-field textarea {
  min-height: 9rem;
  resize: vertical;
  line-height: 1.45;
}

.generator-field input[type="color"] {
  min-height: 2.75rem;
  padding: 0.25rem;
  cursor: pointer;
}

.generator-field input:focus,
.generator-field textarea:focus {
  border-color: color-mix(in srgb, var(--accent) 60%, var(--line));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent);
}

.generator-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.generator-check {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: color-mix(in srgb, var(--surface-strong) 60%, transparent);
  font-weight: 650;
  cursor: pointer;
}

.generator-check input {
  inline-size: 1rem;
  block-size: 1rem;
  accent-color: var(--accent);
}

.generator-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.85rem;
}

.generator-actions--center {
  justify-content: center;
}

.generator-result {
  min-height: 3.1rem;
  margin-top: 0.85rem;
  padding: 0.8rem 0.9rem;
  border: 1px dashed var(--line-strong);
  border-radius: 0.85rem;
  background: color-mix(in srgb, var(--surface-strong) 58%, transparent);
  color: var(--muted);
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.generator-result[data-type="success"] {
  border-style: solid;
  border-color: color-mix(in srgb, var(--good) 28%, var(--line));
  background: color-mix(in srgb, var(--good) 8%, transparent);
  color: var(--good);
}

.generator-result[data-type="error"] {
  border-style: solid;
  border-color: color-mix(in srgb, var(--bad) 28%, var(--line));
  background: color-mix(in srgb, var(--bad) 8%, transparent);
  color: var(--bad);
}

.qr-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 22rem;
  padding: 1rem;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-lg);
  background: linear-gradient(45deg, color-mix(in srgb, var(--line) 42%, transparent) 25%, transparent 25%),
      linear-gradient(-45deg, color-mix(in srgb, var(--line) 42%, transparent) 25%, transparent 25%),
      linear-gradient(45deg, transparent 75%, color-mix(in srgb, var(--line) 42%, transparent) 75%),
      linear-gradient(-45deg, transparent 75%, color-mix(in srgb, var(--line) 42%, transparent) 75%);
  background-size: 22px 22px;
  background-position: 0 0, 0 11px, 11px -11px, -11px 0;
  color: var(--muted);
  text-align: center;
}

#qrCanvas {
  max-width: 100%;
  height: auto;
  border-radius: 0.7rem;
  background: #fff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.totp-display {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--surface-strong) 60%, transparent);
  text-align: center;
}

.totp-display strong {
  display: block;
  color: var(--good);
  font-family: var(--mono);
  font-size: clamp(2.6rem, 10vw, 5rem);
  line-height: 1;
  letter-spacing: 0.1em;
}

.totp-display span {
  display: block;
  margin-top: 0.85rem;
  color: var(--muted);
  font-weight: 650;
}

@media (max-width: 860px) {
  .generator-grid,
    .generator-layout-qr,
    .generator-form-grid--three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .generator-form-grid,
    .generator-checks {
    grid-template-columns: 1fr;
  }

  .generator-tabs {
    border-radius: var(--radius-lg);
  }

  .generator-tab {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.button--secondary {
  border-color: color-mix(in srgb, var(--accent) 28%, var(--line));
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  color: var(--text);
}

.generator-result[data-type="warning"],
.totp-display[data-type="warning"] {
  border-color: color-mix(in srgb, var(--warn) 28%, var(--line));
  background: color-mix(in srgb, var(--warn) 8%, transparent);
  color: var(--warn);
}

.totp-display[data-type="success"] {
  border-color: color-mix(in srgb, var(--good) 28%, var(--line));
}

.totp-display[data-type="error"] {
  border-color: color-mix(in srgb, var(--bad) 28%, var(--line));
}

.icon {
  --icon-url: none;
  display: inline-block;
  inline-size: 1em;
  block-size: 1em;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

.icon--copy {
  --icon-url: url("/assets/icons/copy-text.svg");
}

.icon--focus {
  --icon-url: url("/assets/icons/focus.svg");
}

.icon--browser-check {
  --icon-url: url("/assets/icons/browser-check.svg");
}

.icon--code {
  --icon-url: url("/assets/icons/code.svg");
}

.icon--screen {
  --icon-url: url("/assets/icons/screen.svg");
}

.icon--dice {
  --icon-url: url("/assets/icons/dice.svg");
}

.icon--key {
  --icon-url: url("/assets/icons/key.svg");
}

.icon--qr {
  --icon-url: url("/assets/icons/qr.svg");
}

.icon--eye {
  --icon-url: url("/assets/icons/eye.svg");
}

.icon--shield-lock {
  --icon-url: url("/assets/icons/shield-lock.svg");
}

.icon--refresh {
  --icon-url: url("/assets/icons/refresh.svg");
}

.icon--bolt {
  --icon-url: url("/assets/icons/bolt.svg");
}

.shell {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
  padding-inline: 0;
}

.browser-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(1rem, 3vw, 1.6rem);
  align-items: center;
  margin-bottom: 1rem;
  padding: clamp(1rem, 2.6vw, 1.45rem);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 9% 12%, color-mix(in srgb, var(--accent) 15%, transparent), transparent 34%),
      color-mix(in srgb, var(--surface-strong) 84%, transparent);
}

.browser-hero__copy h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2rem, 5.5vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.browser-hero__copy p:not(.eyebrow) {
  max-width: 780px;
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.7vw, 1.12rem);
}

.browser-hero__facts {
  display: grid;
  gap: 0.55rem;
}

.browser-hero__facts span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.5rem;
  padding: 0.62rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 72%, transparent);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
}

.browser-hero__facts span::before {
  content: "";
  inline-size: 0.48rem;
  block-size: 0.48rem;
  border-radius: 50%;
  background: var(--good);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--good) 16%, transparent);
}

.overview-row--primary #ipValue {
  font-size: clamp(1.05rem, 2.7vw, 1.48rem);
  letter-spacing: -0.045em;
}

.overview-icon .icon {
  inline-size: 1.55rem;
  block-size: 1.55rem;
}

.field-copy .icon,
.kv__copy.icon-copy .icon,
.icon-action .icon {
  inline-size: 1.02rem;
  block-size: 1.02rem;
  opacity: 0.82;
}

.field-copy:hover .icon,
.field-copy:focus-visible .icon,
.kv__copy.icon-copy:hover .icon,
.kv__copy.icon-copy:focus-visible .icon,
.icon-action:hover .icon,
.icon-action:focus-visible .icon {
  opacity: 1;
}

.generator-icon {
  color: var(--accent);
}

.generator-icon .icon {
  inline-size: 1.45rem;
  block-size: 1.45rem;
}

.button__icon.icon {
  inline-size: 1.05rem;
  block-size: 1.05rem;
}

.help-icon {
  display: inline-grid;
  place-items: center;
  margin-left: 0.25rem;
  padding: 0;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-strong) 78%, transparent);
  color: var(--muted);
  font: inherit;
  font-weight: 800;
  cursor: help;
}

.subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  column-count: initial;
  column-gap: initial;
}

.subgrid .subcard {
  display: block;
  margin: 0;
}

.tabs__bar::after {
  inset-block: 0;
  inset-inline-end: 0;
  width: 2.5rem;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--surface) 92%, transparent));
}

@media (pointer: coarse) {
  .field-copy,
    .kv__copy.icon-copy,
    .icon-action {
    min-width: 2.75rem;
    min-height: 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

@media (max-width: 920px) {
  .browser-hero {
    grid-template-columns: 1fr;
  }

  .subgrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .shell {
    width: min(100% - 1rem, 1180px);
  }

  .browser-hero {
    padding: 1rem;
  }

  .site-nav__inner {
    gap: 0.45rem;
  }

  .site-nav__links {
    padding-bottom: 0.15rem;
  }
}

.icon--theme-sun {
  --icon-url: url("/assets/icons/theme-sun.svg");
}

.icon--theme-moon {
  --icon-url: url("/assets/icons/theme-moon.svg");
}

.site-nav__inner {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.site-nav__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.theme-toggle {
  display: inline-grid;
  place-items: center;
  position: relative;
  inline-size: 2.45rem;
  block-size: 2.45rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface-strong) 82%, transparent);
  color: var(--text-secondary);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: var(--border-strong);
  background: color-mix(in srgb, var(--accent) 12%, var(--surface-strong));
  color: var(--text-primary);
}

.theme-toggle__icon {
  grid-area: 1 / 1;
  inline-size: 1.15rem;
  block-size: 1.15rem;
  transition: opacity 140ms ease, transform 180ms ease;
}

html[data-theme="dark"] .theme-toggle__icon--moon,
html:not([data-theme="light"]) .theme-toggle__icon--moon {
  opacity: 0;
  transform: scale(0.72) rotate(-18deg);
}

html[data-theme="light"] .theme-toggle__icon--sun,
:root:not([data-theme]) .theme-toggle__icon--sun {
  opacity: 0;
  transform: scale(0.72) rotate(18deg);
}

html[data-theme="dark"] .theme-toggle__icon--sun {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

html[data-theme="light"] .theme-toggle__icon--moon,
:root:not([data-theme]) .theme-toggle__icon--moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

html[data-theme="dark"] body {
  background-color: var(--app-bg);
  background-image: var(--app-glow);
}

html[data-theme="dark"] .site-nav {
  background: rgba(15, 23, 42, 0.72);
  border-bottom-color: var(--top-separator);
}

html[data-theme="dark"] .panel,
html[data-theme="dark"] .overview-card,
html[data-theme="dark"] .generator-card,
html[data-theme="dark"] .speed-card,
html[data-theme="dark"] .subcard,
html[data-theme="dark"] .document-card {
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  border-color: var(--border);
  color: var(--text-primary);
  box-shadow: none;
}

html[data-theme="dark"] .panel:hover,
html[data-theme="dark"] .overview-card:hover,
html[data-theme="dark"] .generator-card:hover,
html[data-theme="dark"] .speed-card:hover,
html[data-theme="dark"] .subcard:hover {
  border-color: var(--border-strong);
}

html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select,
html[data-theme="dark"] .generator-result,
html[data-theme="dark"] .totp-display,
html[data-theme="dark"] .json-box {
  background: var(--control-bg);
  border-color: var(--border);
  color: var(--text-primary);
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
  color: var(--text-muted);
}

html[data-theme="dark"] input:focus,
html[data-theme="dark"] textarea:focus,
html[data-theme="dark"] select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(240, 161, 100, 0.12);
}

.network-strip__column:first-child .overview-row--primary {
  position: relative;
  align-items: center;
  border-color: color-mix(in srgb, var(--accent) 28%, var(--line));
}

.network-strip__column:first-child .overview-row--primary .overview-value {
  justify-content: flex-start;
}

.inline-help-note {
  grid-column: 1 / -1;
  margin: 0.35rem 0 0;
  padding: 0.7rem 0.8rem;
  border: 1px solid color-mix(in srgb, var(--info) 24%, var(--line));
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--info) 8%, transparent);
  color: var(--muted);
  font-size: 0.86rem;
}

.inline-help-note[hidden] {
  display: none !important;
}

.json-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.json-summary__item {
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--surface-strong) 76%, transparent);
}

.json-summary__item span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.json-summary__item strong {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-theme="dark"] .json-summary__item {
  background: var(--surface-muted);
  border-color: var(--border);
}

@media (max-width: 980px) {
  .json-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-nav__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .site-nav__brand {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-nav__links {
    grid-column: 1 / -1;
    order: 3;
  }

  .site-nav__actions {
    grid-column: 2;
    grid-row: 1;
  }

  .json-summary {
    grid-template-columns: 1fr;
  }

  .network-strip__column:first-child .overview-row--primary .overview-value {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-toggle,
    .theme-toggle__icon {
    transition: none;
  }
}

.network-strip .overview-value {
  justify-content: flex-start;
}

.overview-status-value--on,
.overview-status-value--on span:last-child,
#tab-overview .overview-status-value--on,
#tab-overview .overview-status-value--on span:last-child,
.network-strip .overview-status-value--on,
.network-strip .overview-status-value--on span:last-child {
  color: var(--good) !important;
}

.overview-status-value--off,
.overview-status-value--off span:last-child,
#tab-overview .overview-status-value--off,
#tab-overview .overview-status-value--off span:last-child,
.network-strip .overview-status-value--off,
.network-strip .overview-status-value--off span:last-child {
  color: var(--bad) !important;
}

#gpuValue,
#languageValue,
#networkLocationValue,
#networkPlatformValue {
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .network-strip .overview-row {
    grid-template-columns: minmax(6.5rem, 7.25rem) minmax(0, 1fr);
  }
}

.network-strip .overview-row,
.network-strip__browser-row .overview-row {
  display: grid;
  grid-template-columns: var(--network-label-width) minmax(0, 1fr);
  align-items: baseline;
  gap: 0.45rem 0.7rem;
  width: 100%;
  min-width: 0;
  padding: 0.28rem 0;
  border: 0;
  background: transparent;
}

.network-strip__column:first-child .overview-row--primary {
  padding: 0.28rem 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.network-strip__column:first-child .overview-row--primary > span:first-child {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.network-strip__column:first-child .overview-row--primary .overview-value {
  color: var(--text);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.subcard--summary .fingerprint-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 920px) {
  .subcard--summary .fingerprint-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .network-strip .overview-row,
    .network-strip__browser-row .overview-row {
    grid-template-columns: minmax(5.9rem, 7rem) minmax(0, 1fr);
  }

  .network-strip__column:first-child .overview-row--primary {
    grid-template-columns: minmax(5.9rem, 7rem) minmax(0, 1fr);
    gap: 0.45rem 0.7rem;
  }
}

.network-strip__column {
  grid-auto-rows: min-content !important;
  min-width: 0 !important;
}

.network-strip__browser-row,
.network-strip .overview-row,
.network-strip__browser-row .overview-row,
.network-strip .overview-row--primary {
  display: contents !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.network-strip .overview-row > span:first-child,
.network-strip .overview-row__label {
  justify-self: start !important;
  width: auto !important;
  min-width: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.network-strip .overview-row > strong,
.network-strip .overview-value,
.network-strip .overview-status-value {
  min-width: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  font-family: var(--sans) !important;
  letter-spacing: 0 !important;
}

.network-strip .overview-row--primary #ipValue,
.network-strip__column:first-child .overview-row--primary .overview-value {
  color: var(--good) !important;
  font-family: var(--sans) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.network-strip .field-copy {
  flex: 0 0 auto !important;
  margin-left: 0.15rem !important;
}

.network-strip .inline-help-note {
  margin: -0.35rem 0 0 !important;
}

.subcard .kv-grid:not(.kv-grid--compact),
.subcard--summary .fingerprint-summary-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
  column-count: initial !important;
  column-gap: initial !important;
}

.subcard .kv-grid:not(.kv-grid--compact) .kv,
.subcard--summary .fingerprint-summary-grid .kv {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 920px) {
  .subcard .kv-grid:not(.kv-grid--compact),
    .subcard--summary .fingerprint-summary-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  .network-strip {
    padding-inline-end: clamp(3.8rem, 15vw, 4.5rem) !important;
  }

  .network-strip__column {
    gap: 0.72rem 0.8rem !important;
  }
}

.icon--globe {
  --icon-url: url("/assets/icons/globe.svg");
}

.browser-ip-hero {
  place-items: center;
  margin-bottom: 1rem;
  border-radius: var(--radius-xl);
}

.browser-ip-hero__main {
  justify-items: center;
  gap: 0.45rem;
}

.browser-ip-hero__line {
  min-width: 0;
}

.browser-ip-hero__badge {
  display: inline-grid;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line));
  border-radius: 999px;
  background: var(--accent-light);
  color: var(--accent);
}

.browser-ip-hero__label {
  color: var(--muted);
  font-size: clamp(0.92rem, 1.55vw, 1.08rem);
  font-weight: 650;
  letter-spacing: 0.01em;
}

.browser-ip-hero__value {
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: var(--text-primary);
  text-align: center;
}

.browser-ip-hero__value #ipValue {
  color: inherit;
}

.browser-ip-hero__value .field-copy {
  inline-size: 2rem;
  block-size: 2rem;
}

.network-strip__column {
  --network-label-width: clamp(5.8rem, 9vw, 7rem);
}

.network-strip .overview-row > span:first-child,
.network-strip .overview-row__label,
.overview-row > span:first-child,
.overview-row__label,
.kv__key,
.document-card dt,
.metric-card__label,
.card-muted {
  color: var(--muted) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.network-strip .overview-row > strong,
.network-strip .overview-value,
.overview-row strong:not(.overview-status-value),
.kv__value,
.document-card dd,
.metric-card__value {
  color: var(--text-primary) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 720px) {
  .browser-ip-hero {
    padding-block: 1rem;
  }

  .browser-ip-hero__value {
    font-size: clamp(1.8rem, 11vw, 3rem);
  }

  .network-strip__column {
    --network-label-width: clamp(5.7rem, 28vw, 6.8rem);
  }
}

.browser-ip-hero__label {
  display: none !important;
}

.browser-ip-hero__value .field-copy {
  margin-inline-start: 0.02rem !important;
}

.overview-row > span:first-child,
.overview-row__label,
.kv__key,
.document-card dt,
.metric-card__label,
.metric-card__hint,
.card-muted,
.subcard .overview-row > span:first-child {
  color: var(--muted) !important;
  font-family: var(--sans) !important;
  font-weight: 560 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.overview-row strong:not(.overview-status-value),
.overview-value:not(.overview-status-value),
.kv__value,
.document-card dd,
.metric-card__value,
.generator-result,
.totp-code,
.speed-value {
  color: var(--text-primary) !important;
  font-family: var(--sans) !important;
  font-weight: 750 !important;
  letter-spacing: -0.01em !important;
}

.kv__value {
  font-size: 0.96rem !important;
  line-height: 1.55 !important;
}

.json-box,
.json-box *,
pre,
code {
  font-family: var(--mono) !important;
}

.overview-status-value--on,
.overview-status-value--on span:last-child,
.network-strip .overview-status-value--on,
.network-strip .overview-status-value--on span:last-child,
#tab-overview .overview-status-value--on,
#tab-overview .overview-status-value--on span:last-child {
  color: var(--good) !important;
}

.overview-status-value--off,
.overview-status-value--off span:last-child,
.network-strip .overview-status-value--off,
.network-strip .overview-status-value--off span:last-child,
#tab-overview .overview-status-value--off,
#tab-overview .overview-status-value--off span:last-child {
  color: var(--bad) !important;
}

html[data-theme="dark"] .kv,
html[data-theme="dark"] .document-card,
html[data-theme="dark"] .metric-card,
html[data-theme="dark"] .json-summary-card,
html[data-theme="dark"] .speed-phase,
html[data-theme="dark"] .qr-preview {
  background: color-mix(in srgb, var(--surface) 94%, transparent) !important;
  border-color: var(--border) !important;
  color: var(--text-primary) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .kv:hover,
html[data-theme="dark"] .document-card:hover,
html[data-theme="dark"] .metric-card:hover {
  border-color: var(--border-strong) !important;
  box-shadow: var(--shadow-sm) !important;
}

html[data-theme="dark"] .kv__copy,
html[data-theme="dark"] .field-copy,
html[data-theme="dark"] .icon-action {
  background: var(--control-bg) !important;
  border-color: var(--border) !important;
  color: var(--text-secondary) !important;
}

html[data-theme="dark"] .kv__copy:hover,
html[data-theme="dark"] .field-copy:hover,
html[data-theme="dark"] .icon-action:hover,
html[data-theme="dark"] .kv__copy:focus-visible,
html[data-theme="dark"] .field-copy:focus-visible,
html[data-theme="dark"] .icon-action:focus-visible {
  background: var(--surface-muted) !important;
  border-color: var(--border-strong) !important;
  color: var(--text-primary) !important;
}

html[data-theme="dark"] .kv__key,
html[data-theme="dark"] .overview-row > span:first-child,
html[data-theme="dark"] .overview-row__label,
html[data-theme="dark"] .document-card dt,
html[data-theme="dark"] .metric-card__label,
html[data-theme="dark"] .metric-card__hint,
html[data-theme="dark"] .card-muted {
  color: var(--text-muted) !important;
}

html[data-theme="dark"] .kv__value,
html[data-theme="dark"] .overview-row strong:not(.overview-status-value),
html[data-theme="dark"] .overview-value:not(.overview-status-value),
html[data-theme="dark"] .document-card dd,
html[data-theme="dark"] .metric-card__value,
html[data-theme="dark"] .generator-result,
html[data-theme="dark"] .totp-code,
html[data-theme="dark"] .speed-value {
  color: var(--text-primary) !important;
}

@media (max-width: 720px) {
  .browser-ip-hero__badge {
    inline-size: 1.75rem !important;
    block-size: 1.75rem !important;
  }
}

.browser-ip-hero__badge {
  margin-inline-end: 0 !important;
}

.browser-ip-hero__value {
  gap: clamp(0.18rem, 0.55vw, 0.32rem) !important;
}

.country-flag--location {
  place-items: center;
  font-size: 1.15em;
  line-height: 1;
}

.country-flag--location[hidden] {
  display: none !important;
}

html[data-theme="dark"] .overview-row.metric-card--good > span:first-child,
html[data-theme="dark"] .overview-row.metric-card--warn > span:first-child,
html[data-theme="dark"] .overview-row.metric-card--bad > span:first-child,
html[data-theme="dark"] .overview-row.metric-card--info > span:first-child,
html[data-theme="dark"] .overview-row.metric-card--good .overview-row__label,
html[data-theme="dark"] .overview-row.metric-card--warn .overview-row__label,
html[data-theme="dark"] .overview-row.metric-card--bad .overview-row__label,
html[data-theme="dark"] .overview-row.metric-card--info .overview-row__label {
  color: var(--text-muted) !important;
}

html[data-theme="dark"] .overview-row.metric-card--good strong:not(.overview-status-value),
html[data-theme="dark"] .overview-row.metric-card--warn strong:not(.overview-status-value),
html[data-theme="dark"] .overview-row.metric-card--bad strong:not(.overview-status-value),
html[data-theme="dark"] .overview-row.metric-card--info strong:not(.overview-status-value),
html[data-theme="dark"] .overview-row.metric-card--good .overview-value:not(.overview-status-value),
html[data-theme="dark"] .overview-row.metric-card--warn .overview-value:not(.overview-status-value),
html[data-theme="dark"] .overview-row.metric-card--bad .overview-value:not(.overview-status-value),
html[data-theme="dark"] .overview-row.metric-card--info .overview-value:not(.overview-status-value),
html[data-theme="dark"] .overview-row strong:not(.overview-status-value) > span:not(.status-dot):not(.icon),
html[data-theme="dark"] .overview-value:not(.overview-status-value) > span:not(.status-dot):not(.icon),
html[data-theme="dark"] .kv__value > span:not(.status-dot):not(.icon),
html[data-theme="dark"] .document-card dd > span:not(.status-dot):not(.icon),
html[data-theme="dark"] .metric-card__value > span:not(.status-dot):not(.icon) {
  color: var(--text-primary) !important;
}

html[data-theme="dark"] .overview-status-value--on,
html[data-theme="dark"] .overview-status-value--on span:last-child {
  color: var(--good) !important;
}

html[data-theme="dark"] .overview-status-value--off,
html[data-theme="dark"] .overview-status-value--off span:last-child {
  color: var(--bad) !important;
}

html[data-theme="dark"] .insight {
  background: color-mix(in srgb, var(--surface) 94%, transparent) !important;
  border-color: var(--border) !important;
  color: var(--text-primary) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .insight:hover {
  border-color: var(--border-strong) !important;
  box-shadow: var(--shadow-sm) !important;
}

html[data-theme="dark"] .insight strong {
  color: var(--text-primary) !important;
}

html[data-theme="dark"] .insight span {
  color: var(--text-secondary) !important;
}

html[data-theme="dark"] .insight__dot {
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 14%, transparent);
}

.country-flag--location {
  border-radius: 0.18em;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--line) 75%, transparent);
}

.country-flag--location:empty {
  display: inline-grid;
}

.country-flag--location.country-flag--VN {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23da251d%27%2F%3E%3Cpath%20fill%3D%27%23ff0%27%20d%3D%27M15%204l1.76%205.42h5.7l-4.61%203.35%201.76%205.42L15%2014.84l-4.61%203.35%201.76-5.42-4.61-3.35h5.7z%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--US {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23b22234%27%2F%3E%3Cpath%20stroke%3D%27%23fff%27%20stroke-width%3D%271.54%27%20d%3D%27M0%202.3h30M0%205.4h30M0%208.5h30M0%2011.5h30M0%2014.6h30M0%2017.7h30%27%2F%3E%3Crect%20width%3D%2712.6%27%20height%3D%2710.8%27%20fill%3D%27%233c3b6e%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--GB {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23012169%27%2F%3E%3Cpath%20d%3D%27M0%200l30%2020M30%200L0%2020%27%20stroke%3D%27%23fff%27%20stroke-width%3D%274%27%2F%3E%3Cpath%20d%3D%27M0%200l30%2020M30%200L0%2020%27%20stroke%3D%27%23c8102e%27%20stroke-width%3D%272%27%2F%3E%3Cpath%20d%3D%27M15%200v20M0%2010h30%27%20stroke%3D%27%23fff%27%20stroke-width%3D%276%27%2F%3E%3Cpath%20d%3D%27M15%200v20M0%2010h30%27%20stroke%3D%27%23c8102e%27%20stroke-width%3D%273.2%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--JP {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23fff%27%2F%3E%3Ccircle%20cx%3D%2715%27%20cy%3D%2710%27%20r%3D%275.6%27%20fill%3D%27%23bc002d%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--KR {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23fff%27%2F%3E%3Ccircle%20cx%3D%2715%27%20cy%3D%2710%27%20r%3D%275%27%20fill%3D%27%23cd2e3a%27%2F%3E%3Cpath%20d%3D%27M15%205a5%205%200%200%201%200%2010a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%200%200-5%27%20fill%3D%27%230047a0%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--SG {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2710%27%20fill%3D%27%23ef3340%27%2F%3E%3Crect%20y%3D%2710%27%20width%3D%2730%27%20height%3D%2710%27%20fill%3D%27%23fff%27%2F%3E%3Ccircle%20cx%3D%278%27%20cy%3D%275%27%20r%3D%273.2%27%20fill%3D%27%23fff%27%2F%3E%3Ccircle%20cx%3D%279.1%27%20cy%3D%275%27%20r%3D%272.6%27%20fill%3D%27%23ef3340%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--TH {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23a51931%27%2F%3E%3Crect%20y%3D%273%27%20width%3D%2730%27%20height%3D%2714%27%20fill%3D%27%23fff%27%2F%3E%3Crect%20y%3D%276%27%20width%3D%2730%27%20height%3D%278%27%20fill%3D%27%232d2a4a%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--FR {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2710%27%20height%3D%2720%27%20fill%3D%27%23002395%27%2F%3E%3Crect%20x%3D%2710%27%20width%3D%2710%27%20height%3D%2720%27%20fill%3D%27%23fff%27%2F%3E%3Crect%20x%3D%2720%27%20width%3D%2710%27%20height%3D%2720%27%20fill%3D%27%23ed2939%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--DE {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%276.67%27%20fill%3D%27%23000%27%2F%3E%3Crect%20y%3D%276.67%27%20width%3D%2730%27%20height%3D%276.66%27%20fill%3D%27%23dd0000%27%2F%3E%3Crect%20y%3D%2713.33%27%20width%3D%2730%27%20height%3D%276.67%27%20fill%3D%27%23ffce00%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--CA {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23fff%27%2F%3E%3Crect%20width%3D%277%27%20height%3D%2720%27%20fill%3D%27%23d52b1e%27%2F%3E%3Crect%20x%3D%2723%27%20width%3D%277%27%20height%3D%2720%27%20fill%3D%27%23d52b1e%27%2F%3E%3Cpath%20fill%3D%27%23d52b1e%27%20d%3D%27M15%204l1%203h3l-2.4%201.6l1%203L15%209.8l-2.6%201.8l1-3L11%207h3z%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--AU {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23012169%27%2F%3E%3Ccircle%20cx%3D%2722%27%20cy%3D%2710%27%20r%3D%272.2%27%20fill%3D%27%23fff%27%2F%3E%3Ccircle%20cx%3D%2725.5%27%20cy%3D%275%27%20r%3D%271.2%27%20fill%3D%27%23fff%27%2F%3E%3Crect%20width%3D%2713%27%20height%3D%278%27%20fill%3D%27%23012169%27%2F%3E%3Cpath%20d%3D%27M0%200l13%208M13%200L0%208%27%20stroke%3D%27%23fff%27%20stroke-width%3D%272%27%2F%3E%3Cpath%20d%3D%27M6.5%200v8M0%204h13%27%20stroke%3D%27%23fff%27%20stroke-width%3D%273%27%2F%3E%3Cpath%20d%3D%27M6.5%200v8M0%204h13%27%20stroke%3D%27%23c8102e%27%20stroke-width%3D%271.5%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--CN {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23de2910%27%2F%3E%3Cpath%20fill%3D%27%23ffde00%27%20d%3D%27M6%203l.9%202.5h2.6L7.4%207l.8%202.5L6%208L3.8%209.5L4.6%207L2.5%205.5h2.6z%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--IN {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%276.67%27%20fill%3D%27%23ff9933%27%2F%3E%3Crect%20y%3D%276.67%27%20width%3D%2730%27%20height%3D%276.66%27%20fill%3D%27%23fff%27%2F%3E%3Crect%20y%3D%2713.33%27%20width%3D%2730%27%20height%3D%276.67%27%20fill%3D%27%23138808%27%2F%3E%3Ccircle%20cx%3D%2715%27%20cy%3D%2710%27%20r%3D%272.1%27%20fill%3D%27none%27%20stroke%3D%27%23000080%27%20stroke-width%3D%27.7%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--ID {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2710%27%20fill%3D%27%23ce1126%27%2F%3E%3Crect%20y%3D%2710%27%20width%3D%2730%27%20height%3D%2710%27%20fill%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--MY {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23cc0001%27%2F%3E%3Cpath%20stroke%3D%27%23fff%27%20stroke-width%3D%271.55%27%20d%3D%27M0%202.3h30M0%205.4h30M0%208.5h30M0%2011.5h30M0%2014.6h30M0%2017.7h30%27%2F%3E%3Crect%20width%3D%2714%27%20height%3D%2710.8%27%20fill%3D%27%23010066%27%2F%3E%3Ccircle%20cx%3D%277%27%20cy%3D%275.4%27%20r%3D%273%27%20fill%3D%27%23ffcc00%27%2F%3E%3Ccircle%20cx%3D%278%27%20cy%3D%275.4%27%20r%3D%272.4%27%20fill%3D%27%23010066%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--PH {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2710%27%20fill%3D%27%230038a8%27%2F%3E%3Crect%20y%3D%2710%27%20width%3D%2730%27%20height%3D%2710%27%20fill%3D%27%23ce1126%27%2F%3E%3Cpath%20d%3D%27M0%200l14%2010L0%2020z%27%20fill%3D%27%23fff%27%2F%3E%3Ccircle%20cx%3D%275%27%20cy%3D%2710%27%20r%3D%271.5%27%20fill%3D%27%23fcd116%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--NL {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%276.67%27%20fill%3D%27%23ae1c28%27%2F%3E%3Crect%20y%3D%276.67%27%20width%3D%2730%27%20height%3D%276.66%27%20fill%3D%27%23fff%27%2F%3E%3Crect%20y%3D%2713.33%27%20width%3D%2730%27%20height%3D%276.67%27%20fill%3D%27%2321468b%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--IT {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2710%27%20height%3D%2720%27%20fill%3D%27%23009246%27%2F%3E%3Crect%20x%3D%2710%27%20width%3D%2710%27%20height%3D%2720%27%20fill%3D%27%23fff%27%2F%3E%3Crect%20x%3D%2720%27%20width%3D%2710%27%20height%3D%2720%27%20fill%3D%27%23ce2b37%27%2F%3E%3C%2Fsvg%3E");
}

.country-flag--location.country-flag--ES {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2020%27%3E%3Crect%20width%3D%2730%27%20height%3D%2720%27%20fill%3D%27%23aa151b%27%2F%3E%3Crect%20y%3D%275%27%20width%3D%2730%27%20height%3D%2710%27%20fill%3D%27%23f1bf00%27%2F%3E%3C%2Fsvg%3E");
}

.browser-ip-hero__value,
.browser-ip-hero__value #ipValue {
  font-weight: 560 !important;
}

:root,
html[data-theme="light"] {
  --value-color: var(--text-primary);
}

html[data-theme="dark"] {
  --value-color: var(--text-primary);
}

.overview-row strong:not(.overview-status-value),
.overview-value:not(.overview-status-value),
.overview-value:not(.overview-status-value) > span:not(.status-dot):not(.icon),
.kv__value,
.kv__value > span:not(.status-dot):not(.icon),
.document-card dd,
.metric-card__value,
.json-summary__item strong,
.insight strong,
#ispValue,
#asOrganizationValue,
#asnValue,
#userAgentValue,
#browserValue,
#networkBrowserValue,
#networkPlatformValue,
#networkLocationValue,
#networkTimezoneValue,
#heroLocationValue {
  color: var(--value-color) !important;
}

.kv__copy,
.field-copy,
.icon-action {
  color: var(--value-color) !important;
}

.overview-status-value--on,
.overview-status-value--on span:last-child {
  color: var(--good) !important;
}

.overview-status-value--off,
.overview-status-value--off span:last-child {
  color: var(--bad) !important;
}

html[data-theme="dark"] #riskList .insight,
html[data-theme="dark"] .insight-list .insight {
  background: var(--surface) !important;
  border-color: var(--border) !important;
  color: var(--text-primary) !important;
}

.speed-title-row {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.speed-title-row h1 {
  margin: 0;
}

.speed-info-btn {
  inline-size: 2rem;
  block-size: 2rem;
  font-size: 0.88rem;
}

.speed-hero__summary {
  margin-top: 0.45rem;
  max-width: 64ch;
}

.speed-info-note {
  max-width: 78ch;
  margin-top: 0.75rem;
}

.speed-info-note p {
  margin: 0;
}

.speed-info-note p + p {
  margin-top: 0.55rem;
}

.speed-details-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-count: initial !important;
  column-gap: initial !important;
}

.speed-details-grid .kv {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 920px) {
  .speed-details-grid {
    grid-template-columns: 1fr !important;
  }
}

.browser-ip-hero.panel,
.browser-ip-hero {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding-block: clamp(1.05rem, 2.5vw, 1.9rem) !important;
}

.browser-ip-hero::before,
.browser-ip-hero::after {
  display: none !important;
}

.browser-ip-hero__main {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.country-flag--location {
  display: inline-block !important;
  min-inline-size: 1.42em !important;
  min-block-size: 0.94em !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  background-position: 50% 50% !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  vertical-align: middle !important;
  transform: translateY(0) !important;
  overflow: hidden !important;
}

.overview-row--webrtc {
  padding-right: 0 !important;
}

.overview-row__label .help-icon,
.network-strip .overview-row__label .help-icon {
  position: static !important;
  inset: auto !important;
  flex: 0 0 auto;
  margin-left: 0.35rem !important;
}

.overview-row__label .help-icon::after,
.network-strip .overview-row__label .help-icon::after {
  right: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
}

html[data-theme="light"] .refresh-icon-action,
:root:not([data-theme="dark"]) .refresh-icon-action {
  background: color-mix(in srgb, var(--accent) 76%, white 24%) !important;
  border-color: color-mix(in srgb, var(--accent) 55%, white 45%) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px color-mix(in srgb, var(--accent) 22%, transparent) !important;
}

html[data-theme="light"] .refresh-icon-action .icon,
:root:not([data-theme="dark"]) .refresh-icon-action .icon {
  color: #fff !important;
  opacity: 1 !important;
}

html[data-theme="light"] .refresh-icon-action:hover,
:root:not([data-theme="dark"]) .refresh-icon-action:hover,
html[data-theme="light"] .refresh-icon-action:focus-visible,
:root:not([data-theme="dark"]) .refresh-icon-action:focus-visible {
  background: color-mix(in srgb, var(--accent) 86%, white 14%) !important;
  border-color: color-mix(in srgb, var(--accent) 66%, white 34%) !important;
}

.speed-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  gap: 0.62rem;
}

.speed-card__label {
  margin-bottom: 0 !important;
}

.speed-card strong {
  margin-block: 0.04rem 0.02rem;
}

.speed-card > span[id$="Hint"] {
  margin-top: 0 !important;
}

.speed-card--status {
  padding-right: 3.15rem !important;
}

.speed-card--status .speed-info-btn {
  position: absolute !important;
  top: 0.82rem !important;
  right: 0.82rem !important;
  left: auto !important;
  bottom: auto !important;
  width: 1.85rem !important;
  height: 1.85rem !important;
  margin: 0 !important;
  z-index: 10;
  background: color-mix(in srgb, var(--surface-strong) 82%, transparent) !important;
  border-color: var(--line) !important;
  color: var(--muted) !important;
}

.speed-card--status .speed-info-btn:hover,
.speed-card--status .speed-info-btn:focus-visible,
.speed-card--status .speed-info-btn[aria-expanded="true"] {
  background: color-mix(in srgb, var(--info) 12%, var(--surface-strong)) !important;
  border-color: color-mix(in srgb, var(--info) 48%, var(--line)) !important;
  color: var(--info) !important;
}

.speed-card--status .speed-info-btn::after {
  right: 0 !important;
  left: auto !important;
  bottom: calc(100% + 0.55rem) !important;
  width: min(24rem, 78vw) !important;
  transform: none !important;
}

.speed-card--status .speed-info-note {
  position: absolute;
  top: calc(100% + 0.65rem);
  right: 0;
  z-index: 80;
  width: min(35rem, 88vw);
  max-width: min(35rem, calc(100vw - 2rem));
  margin: 0 !important;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-strong);
  color: var(--text);
  box-shadow: var(--shadow);
}

.speed-card--status .speed-info-note p {
  color: var(--muted);
  line-height: 1.48;
}

.speed-card--status .speed-info-note p + p {
  margin-top: 0.6rem;
}

.speed-details-grid .kv {
  min-width: 0 !important;
  min-height: 5.4rem;
  box-sizing: border-box;
}

.panel.tabs,
.tabs__bar,
.tabs__bar .tabs__list {
  background: transparent !important;
  box-shadow: none !important;
}

.tabs__panels > .tab-panel:not(#tab-overview) {
  padding: clamp(1rem, 2vw, 1.35rem) !important;
}

.tabs__panels > .tab-panel:not(#tab-overview) .section-heading {
  margin-inline: 0;
}

.tabs__panels > .tab-panel:not(#tab-overview) > .kv-grid,
.tabs__panels > .tab-panel:not(#tab-overview) > .subgrid,
.tabs__panels > .tab-panel:not(#tab-overview) > .subcard,
.tabs__panels > .tab-panel:not(#tab-overview) > .json-summary,
.tabs__panels > .tab-panel:not(#tab-overview) > .json-box,
.tabs__panels > .tab-panel:not(#tab-overview) > .insight-list {
  max-width: 100%;
}

@media (max-width: 920px) {
  #tab-overview .overview-card[data-card="fingerprint"],
    #tab-overview .overview-card[data-card="screen"] {
    grid-column: 1 / -1 !important;
  }
}

.network-strip #ispValue + .field-copy,
.kv__key + .kv__copy[aria-label="Copy ISP"] {
  display: none !important;
}

.speed-card {
  padding: clamp(0.85rem, 1.45vw, 1rem) !important;
}

.speed-card__label {
  font-size: 0.76rem !important;
  line-height: 1.18 !important;
}

.speed-card strong {
  font-size: clamp(1.18rem, 2vw, 1.7rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
}

.speed-card--status #speedStatusValue {
  white-space: nowrap;
  font-size: clamp(1.04rem, 1.55vw, 1.35rem) !important;
}

.speed-card > span[id$="Hint"] {
  font-size: 0.78rem !important;
  line-height: 1.36 !important;
}

.speed-details-grid {
  gap: 1.2rem 1.7rem !important;
}

@media (max-width: 920px) {
  .tabs__panels > .tab-panel:not(#tab-overview) {
    padding-inline: 0 !important;
  }

  .speed-details-grid {
    gap: 0.9rem !important;
  }
}

.help-icon {
  inline-size: 1.38rem !important;
  block-size: 1.38rem !important;
  min-inline-size: 1.38rem !important;
  min-block-size: 1.38rem !important;
}

.speed-card--status .speed-info-btn {
  inline-size: 1.55rem !important;
  block-size: 1.55rem !important;
  min-inline-size: 1.55rem !important;
  min-block-size: 1.55rem !important;
}

.speed-panel,
.generator-panel {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  padding-inline: 0 !important;
}

.speed-hero,
.generator-hero {
  padding-inline: clamp(0.2rem, 1.1vw, 0.7rem);
}

.subcard--summary .fingerprint-summary-grid {
  display: block !important;
  column-count: 2 !important;
  column-gap: 1.25rem !important;
  gap: 0 !important;
}

.subcard--summary .fingerprint-summary-grid .kv {
  display: inline-block !important;
  width: 100% !important;
  margin: 0 0 1rem !important;
  break-inside: avoid !important;
  vertical-align: top !important;
}

.subcard--summary .fingerprint-summary-grid .kv__value {
  max-height: calc(1.46em * 10) !important;
  overflow-y: auto !important;
  padding-right: 0.3rem !important;
}

@media (max-width: 920px) {
  .subcard--summary .fingerprint-summary-grid {
    column-count: 1 !important;
    column-gap: 0 !important;
  }
}

#tab-fingerprint .subgrid {
  gap: 1.25rem 1.55rem !important;
}

#tab-fingerprint .subcard {
  margin-bottom: 1.25rem !important;
}

#tab-fingerprint .subcard .kv__value {
  max-height: calc(1.46em * 10) !important;
  overflow-y: auto !important;
}

@media (max-width: 920px) {
  #tab-fingerprint .subgrid {
    gap: 1rem !important;
  }
}

#tab-fingerprint .subgrid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-count: initial !important;
}

#tab-fingerprint .subgrid .subcard {
  grid-column: auto !important;
  display: block !important;
  width: 100% !important;
}

@media (max-width: 920px) {
  #tab-fingerprint .subgrid {
    grid-template-columns: 1fr !important;
  }
}

#tab-fingerprint .subcard--summary .fingerprint-summary-grid {
  display: block !important;
  column-count: 2 !important;
  column-gap: clamp(1.4rem, 2.2vw, 2.1rem) !important;
  gap: 0 !important;
}

#tab-fingerprint .subcard--summary .fingerprint-summary-grid .kv {
  display: inline-block !important;
  width: 100% !important;
  margin: 0 0 1.15rem !important;
  break-inside: avoid !important;
  vertical-align: top !important;
}

#tab-fingerprint .subcard--summary .fingerprint-summary-grid .kv__value {
  max-height: calc(1.55em * 10) !important;
  overflow-y: auto !important;
}

#tab-fingerprint > .subgrid {
  display: block !important;
  column-count: 2 !important;
  column-gap: clamp(1.5rem, 2.4vw, 2.25rem) !important;
  gap: 0 !important;
  column-rule: 0 !important;
}

#tab-fingerprint > .subgrid > .subcard {
  display: inline-block !important;
  width: 100% !important;
  margin: 0 0 1.35rem !important;
  break-inside: avoid !important;
  vertical-align: top !important;
}

#tab-fingerprint > .subgrid > .subcard .kv {
  break-inside: avoid !important;
}

#tab-fingerprint > .subgrid > .subcard .kv__value {
  max-height: calc(1.55em * 10) !important;
  overflow-y: auto !important;
}

@media (max-width: 920px) {
  #tab-fingerprint .subcard--summary .fingerprint-summary-grid,
    #tab-fingerprint > .subgrid {
    column-count: 1 !important;
    column-gap: 0 !important;
  }

  #tab-fingerprint .subcard--summary .fingerprint-summary-grid .kv,
    #tab-fingerprint > .subgrid > .subcard {
    margin-bottom: 1rem !important;
  }
}

#tab-fingerprint .subcard--summary .fingerprint-summary-grid .kv,
#tab-fingerprint > .subgrid > .subcard {
  display: block !important;
  width: auto !important;
  box-sizing: border-box !important;
  margin-inline: 0 !important;
}

#tab-fingerprint .subcard--summary .fingerprint-summary-grid .kv__value,
#tab-fingerprint > .subgrid > .subcard .kv__value {
  scrollbar-gutter: stable;
  padding-inline-end: 0.55rem !important;
}

@media (max-width: 920px) {
  #tab-fingerprint .subcard--summary .fingerprint-summary-grid,
    #tab-fingerprint > .subgrid {
    padding-inline: 0 !important;
  }
}

.browser-ip-hero__value {
  font-weight: 700 !important;
}

#tab-fingerprint .subcard--summary .fingerprint-summary-grid,
#tab-fingerprint > .subgrid {
  padding-inline: clamp(0.08rem, 0.35vw, 0.24rem) !important;
}

.network-strip .overview-row > span,
.network-strip .overview-row__label,
.overview-card .overview-row > span,
.kv__key,
.json-summary__item > span,
.generator-field > span,
.speed-card__label {
  color: var(--text-muted) !important;
  font-size: 0.88rem !important;
  font-weight: 650 !important;
  letter-spacing: 0.005em !important;
  line-height: 1.35 !important;
}

.network-strip .overview-value,
.overview-card .overview-row > strong,
.kv__value,
.json-summary__item > strong,
.generator-result,
.totp-display,
.speed-value {
  color: var(--text-primary) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.overview-status-value[data-status="on"],
.overview-status-value[data-status="enabled"],
.status-pill--enabled,
.metric-card--good .overview-status-value {
  color: var(--good) !important;
}

.overview-status-value[data-status="off"],
.overview-status-value[data-status="disabled"],
.status-pill--disabled,
.metric-card--bad .overview-status-value,
.metric-card--warn .overview-status-value {
  color: var(--bad) !important;
}

#tab-fingerprint .subcard--summary .fingerprint-summary-grid,
#tab-fingerprint > .subgrid {
  column-gap: clamp(0.6rem, 1vw, 0.94rem) !important;
}

#userAgentValue {
  max-height: none !important;
  overflow: visible !important;
  padding-right: 0 !important;
}

.privacy-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}

.privacy-toggle input {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  accent-color: var(--accent);
}

.privacy-toggle__note {
  max-width: 76ch;
  margin-top: 0.55rem !important;
  color: var(--muted);
  font-size: 0.92rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.22rem 0.52rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.browser-ip-hero__location {
  margin-top: clamp(0.28rem, 0.7vw, 0.5rem) !important;
}

.icon--network {
  --icon-url: url("/assets/icons/network.svg");
}

.icon--cpu {
  --icon-url: url("/assets/icons/cpu.svg");
}

.icon--request {
  --icon-url: url("/assets/icons/request.svg");
}

.icon--compatibility {
  --icon-url: url("/assets/icons/compatibility.svg");
}

.icon--clock {
  --icon-url: url("/assets/icons/clock.svg");
}

:root,
html[data-theme="light"] {
  --icon-box-sm: 2rem;
  --icon-box-md: 2.5rem;
  --icon-box-lg: 3rem;
  --overview-label-size: 15px;
}

.browser-ip-hero {
  display: grid !important;
  gap: clamp(1.25rem, 3vw, 2.4rem) !important;
  padding: clamp(1.35rem, 3vw, 2.4rem) !important;
  text-align: left !important;
  background: linear-gradient(135deg, color-mix(in srgb, var(--surface-strong) 90%, transparent), color-mix(in srgb, var(--surface-muted) 84%, transparent)),
      radial-gradient(circle at 86% 10%, color-mix(in srgb, var(--accent) 26%, transparent), transparent 24rem) !important;
}

.browser-ip-hero__intro .eyebrow {
  margin-bottom: 0.55rem;
}

.browser-ip-hero__intro h1 {
  margin: 0;
  color: var(--text-primary);
}

.browser-ip-hero__intro p:not(.eyebrow) {
  margin: 0.9rem 0 0;
  color: var(--text-secondary);
}

.browser-ip-hero__main {
  min-width: 0;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line));
  border-radius: calc(var(--radius-xl) - 6px);
  background: color-mix(in srgb, var(--surface-strong) 72%, transparent);
  box-shadow: var(--shadow-sm);
}

.browser-ip-hero__badge,
.overview-icon,
.generator-icon {
  width: var(--icon-box-lg) !important;
  height: var(--icon-box-lg) !important;
  border-radius: 1rem !important;
  color: var(--accent) !important;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 18%, transparent), color-mix(in srgb, var(--accent) 5%, transparent)) !important;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 28%, transparent) !important;
}

.browser-ip-hero__badge .icon,
.overview-icon .icon,
.generator-icon .icon {
  width: 1.45rem !important;
  height: 1.45rem !important;
}

.browser-ip-hero__badge .hero-pin-icon {
  display: block !important;
  background: url("/assets/icons/location-pin-hero.svg") center / contain no-repeat !important;
}

.browser-ip-hero__value {
  font-size: clamp(1.8rem, 5.4vw, 3.69rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.075em !important;
}

.browser-ip-hero__location {
  color: var(--text-secondary) !important;
  font-weight: 600 !important;
}

.network-strip {
  border: 1px solid var(--line) !important;
  border-radius: calc(var(--radius-xl) - 8px) !important;
  background: color-mix(in srgb, var(--surface-strong) 70%, transparent) !important;
}

.network-strip__column {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.75rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.network-strip__browser-row {
  display: contents !important;
}

.network-strip__item,
.network-strip .overview-row,
.network-strip__browser-row .overview-row {
  border: 1px solid var(--line) !important;
  border-radius: var(--radius-md) !important;
  background: var(--surface-muted) !important;
}

.network-strip .overview-row > span:first-child,
.network-strip .overview-row__label {
  color: var(--text-muted) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.network-strip .overview-row > strong,
.network-strip .overview-value,
.network-strip .overview-status-value {
  color: var(--text-primary) !important;
}

.mini-icon {
  width: 1rem !important;
  height: 1rem !important;
  color: var(--accent);
}

.tabs__bar {
  padding: 0.6rem 0.65rem 0.75rem !important;
  border-bottom: 1px solid var(--line) !important;
}

.tabs__bar::after {
  content: "Scroll for more";
  position: absolute;
  right: 0.9rem;
  bottom: 0.2rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  pointer-events: none;
}

.tabs__bar .tabs__list {
  padding: 0 0 0.45rem !important;
}

.tab,
.tab.is-active {
  min-height: 44px !important;
  padding: 0.7rem 0.95rem !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
}

#tab-overview .overview-dashboard {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: clamp(0.85rem, 1.7vw, 1.15rem) !important;
  align-items: stretch !important;
}

#tab-overview .overview-card {
  grid-column: span 6 !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0;
  padding: clamp(1rem, 1.7vw, 1.2rem) !important;
  border-radius: calc(var(--radius-xl) - 8px) !important;
  border-color: color-mix(in srgb, var(--line) 88%, var(--accent) 12%) !important;
  background: linear-gradient(180deg, color-mix(in srgb, var(--surface-strong) 90%, transparent), color-mix(in srgb, var(--surface) 98%, transparent)) !important;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.08) !important;
}

#tab-overview .overview-card--wide {
  grid-column: span 6 !important;
}

#tab-overview .overview-card[data-card="fingerprint"],
#tab-overview .overview-card[data-card="screen"] {
  grid-column: span 12 !important;
}

.overview-card__head {
  gap: 0.82rem !important;
  margin-bottom: 0.95rem !important;
  padding-bottom: 0.82rem !important;
  border-bottom: 1px solid var(--line) !important;
}

.overview-card__head h3 {
  margin: 0 0 0.24rem !important;
  color: var(--text-primary) !important;
  font-size: clamp(1.05rem, 1vw, 1.15rem) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;
}

.overview-card__head p {
  color: var(--text-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
}

.overview-rows {
  gap: 0.55rem !important;
}

.overview-rows--hashes,
.overview-rows--screen {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.55rem 0.65rem !important;
}

#tab-overview .overview-row {
  border: 1px solid color-mix(in srgb, var(--line) 78%, transparent) !important;
  border-radius: 0.82rem !important;
  background: color-mix(in srgb, var(--surface-muted) 70%, transparent) !important;
}

#tab-overview .overview-row--primary {
  min-height: 3.28rem !important;
  border-color: color-mix(in srgb, var(--accent) 34%, var(--line)) !important;
  background: color-mix(in srgb, var(--accent-light) 72%, var(--surface-muted)) !important;
}

#tab-overview .overview-row > span:first-child,
#tab-overview .overview-row__label {
  color: var(--text-muted) !important;
  font-size: var(--overview-label-size) !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  line-height: 1.25 !important;
}

#tab-overview .overview-row strong,
#tab-overview .overview-value {
  color: var(--text-primary) !important;
  font-size: var(--overview-value-size) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: right !important;
  overflow-wrap: anywhere;
}

#tab-overview .overview-row--primary strong,
#tab-overview .overview-row--primary .overview-value,
#tab-overview .overview-row--primary .overview-value span:first-child {
  font-family: var(--mono);
  letter-spacing: -0.03em;
}

#tab-overview .overview-rows--hashes strong,
#tab-overview .overview-rows--hashes .overview-value {
  font-family: var(--mono);
  font-size: 0.9rem !important;
}

.overview-note {
  grid-column: 1 / -1;
  padding: 0.72rem 0.82rem;
  border: 1px dashed color-mix(in srgb, var(--accent) 35%, var(--line));
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  background: color-mix(in srgb, var(--accent-light) 52%, transparent);
  font-size: 0.9rem;
  line-height: 1.5;
}

.overview-status-value {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}

.status-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.status-icon--on {
  color: color-mix(in srgb, var(--good) 90%, #fff);
  background: color-mix(in srgb, var(--good) 18%, transparent);
}

.status-icon--off {
  color: var(--text-muted);
  background: color-mix(in srgb, var(--text-muted) 14%, transparent);
}

.field-copy,
.kv__copy,
.icon-action,
.help-icon {
  min-width: 44px !important;
  min-height: 44px !important;
}

.field-copy {
  width: 44px !important;
  height: 44px !important;
  border-radius: 0.85rem !important;
}

.help-icon {
  width: 44px !important;
  height: 44px !important;
  border-radius: 0.85rem !important;
  font-size: 0.82rem !important;
}

.generator-card__head h2,
.speed-title-row h1,
.generator-hero h1 {
  letter-spacing: -0.045em !important;
}

.generator-hero p:not(.eyebrow),
.speed-hero__summary,
.section-heading p {
  color: var(--text-secondary) !important;
  line-height: 1.6 !important;
}

.site-footer {
  gap: 0.8rem !important;
  color: var(--text-muted) !important;
}

@media (max-width: 1180px) {
  .network-strip__column {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #tab-overview .overview-card,
    #tab-overview .overview-card--wide,
    #tab-overview .overview-card[data-card="fingerprint"],
    #tab-overview .overview-card[data-card="screen"] {
    grid-column: span 12 !important;
  }
}

@media (max-width: 860px) {
  .browser-ip-hero__intro h1 {
    max-width: none;
  }

  .network-strip__column,
    .overview-rows--hashes,
    .overview-rows--screen {
    grid-template-columns: 1fr !important;
  }

  #tab-overview .overview-row {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  #tab-overview .overview-row strong,
    #tab-overview .overview-value {
    text-align: left !important;
  }

  .overview-status-value {
    justify-content: flex-start !important;
  }
}

@media (max-width: 560px) {
  .browser-ip-hero {
    padding: 1rem !important;
  }

  .browser-ip-hero__value {
    font-size: clamp(1.55rem, 11vw, 2.45rem) !important;
  }

  .network-strip__column {
    grid-template-columns: 1fr !important;
  }

  .tabs__bar::after {
    content: "Swipe tabs";
  }
}

.global-status {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: start !important;
  max-width: min(1180px, calc(100% - 2rem)) !important;
  margin: 0 auto 1rem !important;
  padding: 0.95rem 1rem !important;
  gap: 0.85rem !important;
  border-radius: calc(var(--radius-xl) - 10px) !important;
  background: linear-gradient(135deg, color-mix(in srgb, var(--warn) 10%, var(--surface-strong)), color-mix(in srgb, var(--surface) 94%, transparent)) !important;
  border-color: color-mix(in srgb, var(--warn) 46%, var(--line)) !important;
}

.global-status[hidden] {
  display: none !important;
}

.global-status__icon {
  display: inline-grid;
  place-items: center;
  inline-size: 2rem;
  block-size: 2rem;
  border-radius: 0.85rem;
  color: var(--warn);
  background: color-mix(in srgb, var(--warn) 15%, transparent);
  font-weight: 850;
  line-height: 1;
}

.global-status__copy {
  min-width: 0;
}

.global-status strong {
  color: var(--text-primary) !important;
  font-size: 0.98rem;
}

.global-status p {
  max-width: 78ch;
  margin-top: 0.2rem !important;
  color: var(--text-secondary) !important;
  font-size: 0.92rem;
  line-height: 1.5;
}

.network-strip {
  position: relative !important;
  padding-inline-end: clamp(4rem, 7vw, 4.8rem) !important;
}

.network-strip .refresh-icon-action {
  position: absolute !important;
  inset-block-start: clamp(0.85rem, 1.4vw, 1rem) !important;
  inset-inline-end: clamp(0.85rem, 1.4vw, 1rem) !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  align-self: auto !important;
  justify-self: auto !important;
  border-radius: 0.9rem !important;
  padding: 0 !important;
}

.network-strip .refresh-icon-action .button__icon {
  margin: 0 !important;
}

#tab-overview .overview-card[data-card="browser-device"],
#tab-overview .overview-card[data-card="fingerprint"] {
  grid-column: span 6 !important;
}

#tab-overview .overview-card[data-card="request-snapshot"],
#tab-overview .overview-card[data-card="legacy-capabilities"] {
  grid-column: span 6 !important;
}

#tab-overview .overview-card[data-card="fingerprint"] .overview-rows,
#tab-overview .overview-card[data-card="screen"] .overview-rows {
  grid-template-columns: 1fr !important;
}

.site-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

.site-footer a {
  color: var(--text-secondary) !important;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--accent) !important;
}

@media (max-width: 1080px) {
  #tab-overview .overview-card,
    #tab-overview .overview-card--wide,
    #tab-overview .overview-card[data-card="browser-device"],
    #tab-overview .overview-card[data-card="fingerprint"],
    #tab-overview .overview-card[data-card="screen"],
    #tab-overview .overview-card[data-card="request-snapshot"],
    #tab-overview .overview-card[data-card="legacy-capabilities"] {
    grid-column: span 12 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 640px) {
  .global-status {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .global-status__actions {
    grid-column: 1 / -1;
    width: 100%;
  }

  .network-strip {
    padding-inline-end: clamp(3.8rem, 15vw, 4.5rem) !important;
  }
}

.site-nav__brand {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.68rem !important;
  text-decoration: none;
}

.site-nav__brand-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--accent);
}

.site-nav__brand-mark svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-nav__brand-text {
  display: inline-block;
}

.browser-ip-hero__intro h1 {
  max-width: none !important;
  white-space: nowrap;
  letter-spacing: -0.055em !important;
}

.browser-ip-hero__value {
  display: block !important;
}

#browserInfoTool .field-copy,
#browserInfoTool .kv__copy,
#browserInfoTool .icon-copy {
  display: none !important;
}

.network-strip__grid {
  align-items: stretch !important;
}

.network-strip__column {
  align-items: stretch !important;
}

.network-strip .overview-row > strong,
.network-strip .overview-value,
.network-strip .overview-status-value {
  margin-top: 0 !important;
}

.network-strip .overview-status-value {
  display: inline-flex !important;
  align-items: center;
}

#tab-overview .overview-row strong,
#tab-overview .overview-value {
  display: block !important;
  width: 100% !important;
}

#tab-overview .overview-row--primary strong,
#tab-overview .overview-row--primary .overview-value,
#tab-overview .overview-row--primary .overview-value span:first-child {
  font-size: clamp(0.98rem, 1.15vw, 1.08rem) !important;
}

#tab-overview .overview-rows--hashes strong,
#tab-overview .overview-rows--hashes .overview-value {
  text-align: right !important;
}

#tab-overview .overview-card[data-card="public-network"] #overviewIspValue,
#tab-overview .overview-card[data-card="public-network"] #asOrganizationValue {
  font-size: var(--overview-value-size) !important;
}

#tab-overview .overview-card[data-card="screen"] {
  grid-column: 1 / span 6 !important;
  grid-row: 4 / span 2 !important;
}

#tab-overview .overview-card[data-card="request-snapshot"] {
  grid-column: 7 / span 6 !important;
  grid-row: 4 !important;
}

#tab-overview .overview-card[data-card="legacy-capabilities"] {
  grid-column: 7 / span 6 !important;
  grid-row: 5 !important;
}

#tab-overview .overview-card__head {
  margin-bottom: 1.16rem !important;
  padding-bottom: 0.96rem !important;
}

#tab-overview .overview-card__head::after {
  content: "";
  display: block;
  margin-top: 0.16rem;
}

#tab-overview .overview-card__head + .overview-rows {
  padding-top: 0.28rem !important;
}

@media (max-width: 1080px) {
  .browser-ip-hero__intro h1 {
    white-space: normal;
  }
}

@media (max-width: 860px) {
  .browser-ip-hero__intro p:not(.eyebrow) {
    text-align: left;
    text-align-last: auto;
  }
}

:root,
html[data-theme="light"] {
  --overview-value-size: 15px;
}

.browser-ip-hero__intro p:not(.eyebrow) {
  width: min(78ch, 100%) !important;
  max-width: 78ch !important;
  white-space: normal !important;
  text-wrap: balance;
  text-align: left !important;
  text-align-last: auto !important;
}

.network-strip__item,
.network-strip .overview-row,
.network-strip__browser-row .overview-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto 1fr !important;
  align-content: start !important;
  gap: 0.5rem !important;
}

.network-strip .overview-row > span:first-child,
.network-strip .overview-row__label {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  align-self: start !important;
  margin: 0 !important;
}

.network-strip .overview-row > strong,
.network-strip .overview-value,
.network-strip .overview-status-value {
  grid-column: 1 !important;
  grid-row: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.38rem !important;
  align-self: start !important;
  justify-self: start !important;
  justify-content: flex-start !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.network-strip .overview-row > strong *,
.network-strip .overview-value *,
.network-strip .overview-status-value * {
  font-size: 15px !important;
}

.network-strip .overview-row--webrtc {
  position: relative !important;
}

.network-strip .overview-row--webrtc .overview-row__label {
  padding-right: 3rem !important;
}

.network-strip .overview-row--webrtc .help-icon {
  position: absolute !important;
  top: 0.84rem !important;
  right: 0.88rem !important;
  margin: 0 !important;
}

.network-strip .overview-row--webrtc .overview-status-value,
.network-strip .overview-row--webrtc #webrtcValue {
  min-height: 1.35em !important;
  padding-top: 0.02rem !important;
}

.network-strip .inline-help-note {
  grid-column: 1 !important;
  grid-row: 3 !important;
  margin-top: 0.1rem !important;
}

#tab-overview .overview-row {
  display: grid !important;
  grid-template-rows: auto !important;
  align-items: start !important;
  row-gap: 0 !important;
  min-height: auto !important;
  padding: 0.72rem 0.78rem !important;
}

#tab-overview .overview-row > span:first-child,
#tab-overview .overview-row__label {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: start !important;
  margin: 0 !important;
  text-align: left !important;
}

#tab-overview .overview-row > strong,
#tab-overview .overview-row strong,
#tab-overview .overview-value,
#tab-overview .overview-status-value {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: end !important;
  justify-content: flex-end !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: right !important;
  font-size: 15px !important;
  line-height: 1.38 !important;
}

#tab-overview .overview-row > strong *,
#tab-overview .overview-row strong *,
#tab-overview .overview-value *,
#tab-overview .overview-status-value * {
  font-size: 15px !important;
}

#tab-overview .overview-row--primary,
#tab-overview .overview-card[data-card="fingerprint"] .overview-row--primary,
#tab-overview .overview-card[data-card="screen"] .overview-row--primary {
  border-color: color-mix(in srgb, var(--line) 78%, transparent) !important;
  background: color-mix(in srgb, var(--surface-muted) 70%, transparent) !important;
}

#tab-overview .overview-row--primary strong,
#tab-overview .overview-row--primary .overview-value,
#tab-overview .overview-row--primary .overview-value span:first-child,
#tab-overview .overview-rows--hashes strong,
#tab-overview .overview-rows--hashes .overview-value {
  font-size: 15px !important;
}

#tab-overview .overview-status-value {
  display: inline-flex !important;
  align-items: center !important;
}

#tab-overview .status-icon,
.network-strip .status-icon {
  font-size: 0.72rem !important;
}

@media (max-width: 640px) {
  #tab-overview .overview-row {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    row-gap: 0.36rem !important;
  }

  #tab-overview .overview-row > span:first-child,
    #tab-overview .overview-row__label {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  #tab-overview .overview-row > strong,
    #tab-overview .overview-row strong,
    #tab-overview .overview-value,
    #tab-overview .overview-status-value {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

@media (max-width: 860px) {
  .browser-ip-hero {
    grid-template-columns: 1fr !important;
  }

  .browser-ip-hero__intro p:not(.eyebrow) {
    width: 100% !important;
    max-width: none !important;
    text-wrap: wrap;
  }
}

#tab-overview .overview-row > span:first-child,
#tab-overview .overview-row__label,
.network-strip .overview-row > span:first-child,
.network-strip .overview-row__label {
  font-size: 15px !important;
}

.browser-ip-hero__badge,
.overview-icon {
  display: inline-grid !important;
  place-items: center !important;
  inline-size: clamp(3rem, 5vw, 3.45rem) !important;
  block-size: clamp(3rem, 5vw, 3.45rem) !important;
  flex: 0 0 clamp(3rem, 5vw, 3.45rem) !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.browser-ip-hero__badge .icon,
.overview-icon .icon {
  width: 2.55rem !important;
  height: 2.55rem !important;
}

.browser-ip-hero__badge .hero-pin-icon {
  width: 2.32rem !important;
  height: 2.32rem !important;
  filter: drop-shadow(0 1px 1px color-mix(in srgb, var(--surface) 35%, transparent));
}

#tab-overview .overview-card__head {
  align-items: center !important;
}

#tab-overview .overview-icon {
  inline-size: clamp(3.9rem, 6.5vw, 4.5rem) !important;
  block-size: clamp(3.9rem, 6.5vw, 4.5rem) !important;
  flex: 0 0 clamp(3.9rem, 6.5vw, 4.5rem) !important;
}

#tab-overview .overview-icon .icon {
  inline-size: 3.32rem !important;
  block-size: 3.32rem !important;
}

.browser-ip-hero__line {
  max-inline-size: 100% !important;
}

.browser-ip-hero__badge {
  inline-size: 4.85rem !important;
  block-size: 4.85rem !important;
  flex: 0 0 4.85rem !important;
}

.browser-ip-hero__badge .icon {
  inline-size: 4.64rem !important;
  block-size: 4.64rem !important;
}

.browser-ip-hero__badge .hero-pin-icon {
  inline-size: 4.64rem !important;
  block-size: 4.64rem !important;
}

@media (max-width: 520px) {
  .browser-ip-hero__line {
    gap: 0.18rem !important;
  }

  .browser-ip-hero__badge {
    inline-size: clamp(3.65rem, 13.5vw, 4.85rem) !important;
    block-size: clamp(3.65rem, 13.5vw, 4.85rem) !important;
    flex-basis: clamp(3.65rem, 13.5vw, 4.85rem) !important;
  }

  .browser-ip-hero__badge .icon,
    .browser-ip-hero__badge .hero-pin-icon {
    inline-size: clamp(3.45rem, 13vw, 4.64rem) !important;
    block-size: clamp(3.45rem, 13vw, 4.64rem) !important;
  }
}

#tab-overview .overview-icon {
  width: clamp(3.9rem, 6.5vw, 4.5rem) !important;
  height: clamp(3.9rem, 6.5vw, 4.5rem) !important;
}

#tab-overview .overview-icon .icon {
  width: 3.32rem !important;
  height: 3.32rem !important;
}

.browser-ip-hero__badge {
  width: 4.85rem !important;
  height: 4.85rem !important;
}

.browser-ip-hero__badge .icon,
.browser-ip-hero__badge .hero-pin-icon {
  width: 4.64rem !important;
  height: 4.64rem !important;
}

@media (max-width: 520px) {
  .browser-ip-hero__badge {
    width: clamp(3.65rem, 13.5vw, 4.85rem) !important;
    height: clamp(3.65rem, 13.5vw, 4.85rem) !important;
  }

  .browser-ip-hero__badge .icon,
    .browser-ip-hero__badge .hero-pin-icon {
    width: clamp(3.45rem, 13vw, 4.64rem) !important;
    height: clamp(3.45rem, 13vw, 4.64rem) !important;
  }
}

.icon--fingerprint {
  --icon-url: url("/assets/icons/fingerprint-uploaded.png");
}

.site-nav__brand-mark {
  width: 2.22rem !important;
  height: 2.22rem !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.site-nav__brand-mark svg.page-mine-mark {
  width: 2.12rem !important;
  height: 2.12rem !important;
  display: block !important;
  overflow: visible !important;
  fill: initial !important;
  stroke: initial !important;
  filter: drop-shadow(0 1px 1.2px color-mix(in srgb, var(--surface) 36%, transparent));
}

.site-nav__brand-mark svg.page-mine-mark * {
  vector-effect: non-scaling-stroke;
}

.browser-ip-hero__line .refresh-icon-action {
  flex: 0 0 auto;
  margin-left: auto !important;
  inline-size: 2.95rem !important;
  block-size: 2.95rem !important;
  min-inline-size: 2.95rem !important;
  min-block-size: 2.95rem !important;
  padding: 0 !important;
  border-radius: 1rem !important;
}

.browser-ip-hero__line .refresh-icon-action .button__icon {
  margin-right: 0 !important;
}

.overview-row__label,
.network-strip .overview-row__label {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.3rem !important;
}

.help-icon,
.overview-row__label .help-icon,
.network-strip .overview-row__label .help-icon {
  position: static !important;
  inset: auto !important;
  display: inline-grid !important;
  place-items: center !important;
  inline-size: 1.28rem !important;
  block-size: 1.28rem !important;
  min-inline-size: 1.28rem !important;
  min-block-size: 1.28rem !important;
  margin-left: 0.26rem !important;
  padding: 0 !important;
  border: 1px solid color-mix(in srgb, var(--info) 34%, var(--line)) !important;
  border-radius: 0.44rem !important;
  background: color-mix(in srgb, var(--surface-strong) 88%, transparent) !important;
  color: var(--info) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.help-icon::after,
.overview-row__label .help-icon::after,
.network-strip .overview-row__label .help-icon::after {
  right: auto !important;
  left: 50% !important;
  bottom: calc(100% + 0.55rem) !important;
  transform: translateX(-50%);
  display: none;
  width: min(26rem, calc(100vw - 2rem));
  padding: 0.72rem 0.82rem;
  border-radius: 0.85rem;
  white-space: normal;
}

.help-icon:hover::after,
.help-icon:focus-visible::after,
.help-icon[aria-expanded="true"]::after {
  display: block !important;
}

.network-strip .inline-help-note {
  display: none !important;
}

.overview-card[data-card="screen"] .overview-icon .icon {
  transform: scale(0.95);
  transform-origin: center;
}

@media (max-width: 980px) {
  .network-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .network-strip__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .browser-ip-hero__line {
    align-items: flex-start !important;
  }

  .browser-ip-hero__line .refresh-icon-action {
    margin-left: 0 !important;
  }
}

.tabs__bar {
  display: flex !important;
  align-items: center !important;
  gap: 0.7rem !important;
}

.tabs-refresh-action,
.tabs__bar .refresh-icon-action {
  align-self: center !important;
  inline-size: 2.65rem !important;
  block-size: 2.65rem !important;
  min-inline-size: 2.65rem !important;
  min-block-size: 2.65rem !important;
  width: 2.65rem !important;
  height: 2.65rem !important;
  padding: 0 !important;
  border-radius: 0.92rem !important;
}

.tabs__bar .refresh-icon-action .button__icon {
  margin-right: 0 !important;
}

.network-strip {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  padding: clamp(0.95rem, 1.6vw, 1.2rem) !important;
}

.network-strip__grid {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.8rem !important;
}

.network-strip__column,
.network-strip__browser-row {
  display: contents !important;
}

.network-strip__item,
.network-strip .overview-row,
.network-strip__browser-row .overview-row {
  min-width: 0 !important;
  min-height: 7rem !important;
  padding: 1.18rem 1.22rem !important;
  box-sizing: border-box !important;
}

.network-strip .overview-row > span:first-child,
.network-strip .overview-row__label {
  gap: 0.56rem !important;
  margin-bottom: 0.48rem !important;
  font-weight: 700 !important;
}

.network-strip .overview-row > strong,
.network-strip .overview-value,
.network-strip .overview-status-value {
  font-size: 1.41rem !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
}

.network-strip .help-icon,
.network-strip .overview-row__label .help-icon {
  inline-size: 1.92rem !important;
  block-size: 1.92rem !important;
  min-inline-size: 1.92rem !important;
  min-block-size: 1.92rem !important;
  margin-left: 0.38rem !important;
  font-size: 1rem !important;
  border-radius: 0.62rem !important;
}

.network-strip .help-icon::after,
.network-strip .overview-row__label .help-icon::after {
  width: min(30rem, calc(100vw - 2rem)) !important;
  padding: 0.92rem 1rem !important;
  font-size: 0.98rem !important;
  line-height: 1.45 !important;
}

@media (max-width: 1180px) {
  .network-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .network-strip__grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .tabs-refresh-action,
    .tabs__bar .refresh-icon-action {
    margin-left: auto !important;
  }
}

.network-strip .mini-icon,
.network-strip .overview-row .mini-icon,
.network-strip .overview-row__label .mini-icon {
  width: 2.25rem !important;
  height: 2.25rem !important;
  min-width: 2.25rem !important;
  min-height: 2.25rem !important;
  color: var(--accent) !important;
}

.network-strip .help-icon,
.network-strip .overview-row__label .help-icon {
  color: var(--accent) !important;
  border-color: color-mix(in srgb, var(--accent) 44%, var(--line)) !important;
}

.network-strip .overview-row > span:first-child,
.network-strip .overview-row__label {
  font-size: 20px !important;
  line-height: 1.2 !important;
}

.network-strip .overview-row > strong,
.network-strip .overview-value,
.network-strip .overview-status-value,
.network-strip .overview-status-value span:last-child,
.network-strip .overview-row--webrtc #webrtcValue {
  font-size: 22px !important;
  line-height: 1.22 !important;
}

.network-strip .status-icon {
  width: 1.3rem !important;
  height: 1.3rem !important;
  font-size: 0.88rem !important;
}

.browser-ip-hero__main {
  overflow: visible !important;
}

.browser-ip-hero__line {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.browser-ip-hero__value,
.browser-ip-hero__value #ipValue {
  display: block !important;
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  letter-spacing: -0.03em !important;
}

.browser-ip-hero__location {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.58rem !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0.8rem auto 0 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.browser-ip-hero__location #heroLocationValue {
  font-size: inherit !important;
  line-height: inherit !important;
}

.country-flag--location {
  inline-size: 1.35em !important;
  block-size: 0.9em !important;
}

@media (max-width: 680px) {
  .browser-ip-hero__location {
    font-size: clamp(1rem, 4.4vw, 22px) !important;
  }
}

.browser-ip-hero__main {
  margin-inline: auto !important;
}

.browser-ip-hero__badge,
.browser-ip-hero__badge .hero-pin-icon {
  background-color: transparent !important;
}

.network-strip #ispValue,
.network-strip .overview-row strong #ispValue,
.network-strip .overview-row > strong > span {
  font-size: 22px !important;
  line-height: 1.22 !important;
}

.browser-ip-hero__line {
  gap: clamp(0.54rem, 1.125vw, 0.81rem) !important;
}

@media (max-width: 980px) {
  .browser-ip-hero__main {
    left: 0 !important;
  }
}

.browser-ip-hero {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: center !important;
}

.browser-ip-hero__intro {
  justify-self: stretch !important;
  max-width: none !important;
  text-align: left !important;
}

.browser-ip-hero__intro .eyebrow,
.browser-ip-hero__intro h1,
.browser-ip-hero__intro p:not(.eyebrow) {
  text-align: left !important;
}

.browser-ip-hero__main {
  position: static !important;
  left: 0 !important;
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.browser-ip-hero__line {
  justify-content: center !important;
  text-align: center !important;
}

.browser-ip-hero__location {
  justify-content: center !important;
  text-align: center !important;
  margin-inline: auto !important;
}

@media (max-width: 980px) {
  .browser-ip-hero {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .browser-ip-hero__intro,
    .browser-ip-hero__main {
    justify-self: stretch !important;
  }
}

#tab-overview .overview-card[data-card="fingerprint"] .overview-icon {
  color: color-mix(in srgb, var(--accent) 94%, white 6%) !important;
}

#tab-overview .overview-card[data-card="fingerprint"] .overview-icon .icon {
  width: 3rem !important;
  height: 3rem !important;
}

#tab-overview .overview-row {
  grid-template-columns: max-content minmax(0, 1fr) !important;
  column-gap: 0 !important;
}

#tab-overview .overview-row > strong,
#tab-overview .overview-row strong,
#tab-overview .overview-value,
#tab-overview .overview-status-value {
  box-sizing: border-box !important;
  padding-left: 50px !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media (max-width: 640px) {
  #tab-overview .overview-row > strong,
    #tab-overview .overview-row strong,
    #tab-overview .overview-value,
    #tab-overview .overview-status-value {
    padding-left: 0 !important;
  }
}

.overview-status-value,
#tab-overview .overview-status-value,
.network-strip .overview-status-value {
  gap: 0.58rem !important;
}

body {
  display: flex;
  flex-direction: column;
}

.shell {
  flex: 1 0 auto;
}

.site-footer {
  flex-shrink: 0;
  margin-top: auto !important;
}

.generator-tabs {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.site-nav__brand-text {
  font-size: 22px !important;
  line-height: 1.15 !important;
}

.site-nav__link {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

.browser-ip-hero__intro h1 {
  font-size: 50px !important;
  line-height: 1.04 !important;
}

.browser-ip-hero__intro p:not(.eyebrow) {
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.browser-ip-hero__value,
.browser-ip-hero__value #ipValue {
  font-size: 50px !important;
  line-height: 1.04 !important;
}

@media (max-width: 680px) {
  .browser-ip-hero__intro h1 {
    font-size: clamp(2.2rem, 10vw, 50px) !important;
  }

  .browser-ip-hero__value,
    .browser-ip-hero__value #ipValue {
    font-size: clamp(2.2rem, 10vw, 50px) !important;
  }

  .browser-ip-hero__intro p:not(.eyebrow) {
    font-size: 15px !important;
  }
}

html,
body {
  max-width: 100%;
}

body {
  overflow-x: clip;
}

.shell,
.panel,
.tool-section,
.tabs,
.tabs__panels,
.tab-panel,
.overview-dashboard,
.overview-card,
.overview-rows,
.overview-row,
.network-strip,
.network-strip__grid,
.network-strip__item,
.generator-panel,
.generator-grid,
.speed-panel {
  box-sizing: border-box;
  min-width: 0 !important;
  max-width: 100%;
}

.tabs__bar {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

.tabs__bar::after {
  display: none !important;
}

.tabs__bar .tabs__list {
  box-sizing: border-box !important;
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: thin !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

.tabs__bar .tabs__list .tab {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.tabs-refresh-action,
.tabs__bar .refresh-icon-action {
  flex: 0 0 auto !important;
  margin-left: 0 !important;
}

@media (max-width: 720px) {
  .tabs__bar {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.6rem !important;
    padding: 0.6rem 0.65rem 1rem !important;
  }

  .tabs__bar .tabs__list {
    flex: 1 1 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 0 0 0.35rem !important;
  }

  .tabs-refresh-action,
    .tabs__bar .refresh-icon-action {
    inline-size: 2.65rem !important;
    block-size: 2.65rem !important;
    min-inline-size: 2.65rem !important;
    min-block-size: 2.65rem !important;
    width: 2.65rem !important;
    height: 2.65rem !important;
  }

  .tabs__bar::after {
    content: "Swipe tabs" !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    position: absolute !important;
    inset-block: 0 !important;
    inset-inline-end: calc(2.65rem + 1.1rem) !important;
    width: min(8.5rem, 36vw) !important;
    padding: 0 0.35rem 0.18rem 1.75rem !important;
    color: var(--text-muted) !important;
    font-size: 0.7rem !important;
    font-weight: 650 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--surface) 94%, transparent) 62%) !important;
  }
}

#tab-overview .overview-card,
#tab-overview .overview-rows,
#tab-overview .overview-row,
#tab-overview .overview-row > *,
#tab-overview .overview-value,
#tab-overview .overview-value > span:not(.country-flag),
#tab-overview .overview-status-value,
#userAgentValue,
#gpuValue {
  min-width: 0 !important;
  max-width: 100% !important;
}

#tab-overview .overview-row > strong,
#tab-overview .overview-row strong,
#tab-overview .overview-value,
#tab-overview .overview-value > span:not(.country-flag),
#tab-overview .overview-status-value,
#userAgentValue,
#gpuValue {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
}

@media (max-width: 720px) {
  #tab-overview .overview-row {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    row-gap: 0.36rem !important;
  }

  #tab-overview .overview-row > span:first-child,
    #tab-overview .overview-row__label {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  #tab-overview .overview-row > strong,
    #tab-overview .overview-row strong,
    #tab-overview .overview-value,
    #tab-overview .overview-status-value {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-self: start !important;
    justify-content: flex-start !important;
    width: 100% !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
}

.browser-ip-hero,
.browser-ip-hero__main,
.browser-ip-hero__line,
.browser-ip-hero__value,
.browser-ip-hero__value #ipValue {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 680px) {
  .browser-ip-hero__line {
    flex-wrap: nowrap !important;
    overflow: hidden !important;
  }

  .browser-ip-hero__badge {
    flex: 0 0 auto !important;
  }

  .browser-ip-hero__value {
    flex: 1 1 0 !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  .browser-ip-hero__value,
    .browser-ip-hero__value #ipValue,
    #ipValue {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    text-overflow: clip !important;
  }
}

@media (max-width: 480px) {
  .shell {
    width: 100% !important;
    padding-inline: 0.75rem !important;
  }

  .network-strip__item,
    .network-strip .overview-row,
    .network-strip__browser-row .overview-row {
    min-height: auto !important;
    padding: 1rem !important;
  }

  .network-strip .overview-row > span:first-child,
    .network-strip .overview-row__label {
    font-size: clamp(0.95rem, 4.2vw, 1.18rem) !important;
  }

  .network-strip .overview-row > strong,
    .network-strip .overview-value,
    .network-strip .overview-status-value,
    .network-strip .overview-status-value span:last-child,
    .network-strip .overview-row--webrtc #webrtcValue,
    .network-strip #ispValue,
    .network-strip .overview-row strong #ispValue,
    .network-strip .overview-row > strong > span {
    font-size: clamp(1.05rem, 4.7vw, 1.35rem) !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}

@media (max-width: 420px) {
  .generator-tabs {
    max-width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }

  .generator-tabs .generator-tab {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 1180px) {
  #tab-overview .overview-card,
    #tab-overview .overview-card--wide,
    #tab-overview .overview-card[data-card="browser-device"],
    #tab-overview .overview-card[data-card="fingerprint"],
    #tab-overview .overview-card[data-card="screen"],
    #tab-overview .overview-card[data-card="request-snapshot"],
    #tab-overview .overview-card[data-card="legacy-capabilities"] {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
}

@media (pointer: coarse) {
  .site-nav__link,
    .theme-toggle,
    .tab,
    .tabs-refresh-action,
    .tabs__bar .refresh-icon-action,
    .generator-tab,
    .help-icon,
    .icon-action {
    min-height: 44px !important;
  }
}

/* Final hero spacing adjustment requested 2026-07-05:
   - reduce horizontal gap between location icon and IP by 50%
   - reduce vertical gap between IP line and flag/location row by 20% */
.browser-ip-hero__line {
  gap: clamp(0.27rem, 0.5625vw, 0.405rem) !important;
}

.browser-ip-hero__location {
  margin-top: 0.64rem !important;
}

/* V50 definitive hero spacing correction.
   The visible pin artwork has transparent space inside its SVG box, so reducing only
   flex gap is not visually obvious. These rules reduce the real perceived distance
   by tightening the flex gap, slightly cropping the icon flex slot, and nudging the
   pin artwork toward the IP text while also reducing the combined column gap +
   location margin below the IP line. */
.browser-ip-hero__main {
  row-gap: 0.2rem !important;
}

.browser-ip-hero__line {
  gap: 0.12rem !important;
}

.browser-ip-hero__badge {
  inline-size: 4.1rem !important;
  flex-basis: 4.1rem !important;
  margin-inline-end: -0.18rem !important;
  overflow: visible !important;
}

.browser-ip-hero__badge .hero-pin-icon {
  transform: translateX(0.42rem) !important;
  transform-origin: center !important;
}

.browser-ip-hero__location {
  margin-top: 0.5rem !important;
}

@media (max-width: 680px) {
  .browser-ip-hero__main {
    row-gap: 0.16rem !important;
  }

  .browser-ip-hero__line {
    gap: 0.08rem !important;
  }

  .browser-ip-hero__badge {
    inline-size: clamp(3.2rem, 11.8vw, 4.1rem) !important;
    flex-basis: clamp(3.2rem, 11.8vw, 4.1rem) !important;
    margin-inline-end: -0.14rem !important;
  }

  .browser-ip-hero__badge .hero-pin-icon {
    transform: translateX(clamp(0.26rem, 1.25vw, 0.42rem)) !important;
  }

  .browser-ip-hero__location {
    margin-top: 0.44rem !important;
  }
}

/* V51 requested hero spacing adjustment 2026-07-05:
   - increase the horizontal distance between the location pin and IP text by 10px from V50
   - reduce the vertical distance between the IP line and flag/location row by another 10% */
.browser-ip-hero__main {
  row-gap: 0.18rem !important;
}

.browser-ip-hero__line {
  gap: calc(0.12rem + 10px) !important;
}

.browser-ip-hero__location {
  margin-top: 0.45rem !important;
}

@media (max-width: 680px) {
  .browser-ip-hero__main {
    row-gap: 0.144rem !important;
  }

  .browser-ip-hero__line {
    gap: calc(0.08rem + 10px) !important;
  }

  .browser-ip-hero__location {
    margin-top: 0.396rem !important;
  }
}


/* V52 visible vertical spacing correction 2026-07-05:
   The apparent IP-to-location gap was mostly created by the tall transparent layout box
   of the pin icon, not by the location row margin alone. Keep the pin artwork size,
   but shrink its flex cross-size and pull the location row closer so the vertical
   reduction is visible. Horizontal V51 +10px spacing is preserved. */
.browser-ip-hero__badge {
  block-size: 3.25rem !important;
  height: 3.25rem !important;
  min-block-size: 0 !important;
  overflow: visible !important;
}

.browser-ip-hero__location {
  margin-top: 0.14rem !important;
}

@media (max-width: 680px) {
  .browser-ip-hero__badge {
    block-size: clamp(2.72rem, 10.2vw, 3.25rem) !important;
    height: clamp(2.72rem, 10.2vw, 3.25rem) !important;
    min-block-size: 0 !important;
  }

  .browser-ip-hero__location {
    margin-top: 0.1rem !important;
  }
}

/* V53 requested hero spacing adjustment 2026-07-05:
   Increase the vertical distance between the IP line and the flag/location row by 10px from V52. */
.browser-ip-hero__location {
  margin-top: calc(0.14rem + 10px) !important;
}

@media (max-width: 680px) {
  .browser-ip-hero__location {
    margin-top: calc(0.1rem + 10px) !important;
  }
}

/* V54 hero intro removal and centered public IP block 2026-07-05:
   Remove the visible Privacy diagnostics/title/description area and center the
   location icon, IP address, flag and location as the only hero content. */
.browser-ip-hero {
  grid-template-columns: minmax(0, 1fr) !important;
  place-items: center !important;
  justify-items: center !important;
  align-items: center !important;
  text-align: center !important;
}

.browser-ip-hero__intro {
  display: none !important;
}

.browser-ip-hero__main {
  width: min(100%, 56rem) !important;
  max-width: min(100%, 56rem) !important;
  justify-self: center !important;
  align-self: center !important;
  margin-inline: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.browser-ip-hero__line {
  width: auto !important;
  max-width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  overflow: visible !important;
}

.browser-ip-hero__value,
.browser-ip-hero__value #ipValue,
#ipValue {
  flex: 0 1 auto !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  text-align: center !important;
}

.browser-ip-hero__location {
  justify-content: center !important;
  text-align: center !important;
  margin-inline: auto !important;
}

@media (max-width: 680px) {
  .browser-ip-hero__main {
    width: 100% !important;
  }

  .browser-ip-hero__line {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    overflow: visible !important;
  }

  .browser-ip-hero__value,
  .browser-ip-hero__value #ipValue,
  #ipValue {
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    overflow: visible !important;
  }
}


/* V55 hero outer spacing adjustment 2026-07-05:
   - reduce the vertical distance between the navbar and the IP block by about 30%
   - reduce the vertical distance between the location row and the panel below by about 30% */
.browser-ip-hero {
  padding-top: clamp(0.72rem, 1.75vw, 1.32rem) !important;
  padding-bottom: clamp(0.72rem, 1.75vw, 1.32rem) !important;
}

@media (max-width: 680px) {
  .browser-ip-hero {
    padding-top: clamp(0.56rem, 2.8vw, 1rem) !important;
    padding-bottom: clamp(0.56rem, 2.8vw, 1rem) !important;
  }
}


/* V56 hero IP typography + icon alignment adjustment 2026-07-05:
   - set the IP address size to 39px
   - realign and resize the location icon to match the new IP size more naturally */
.browser-ip-hero__line {
  align-items: center !important;
}

.browser-ip-hero__value,
.browser-ip-hero__value #ipValue,
#ipValue {
  font-size: 39px !important;
  line-height: 1 !important;
}

.browser-ip-hero__badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  inline-size: 3.6rem !important;
  width: 3.6rem !important;
  flex-basis: 3.6rem !important;
  flex: 0 0 3.6rem !important;
  block-size: 3.6rem !important;
  height: 3.6rem !important;
  margin-inline-end: 0 !important;
  transform: translateY(-0.05rem) !important;
}

.browser-ip-hero__badge .hero-pin-icon {
  inline-size: 3.2rem !important;
  width: 3.2rem !important;
  block-size: 3.2rem !important;
  height: 3.2rem !important;
  transform: translate(0.26rem, -0.04rem) !important;
  transform-origin: center !important;
}

@media (max-width: 680px) {
  .browser-ip-hero__value,
  .browser-ip-hero__value #ipValue,
  #ipValue {
    font-size: clamp(2rem, 8vw, 39px) !important;
  }

  .browser-ip-hero__badge {
    inline-size: clamp(2.9rem, 11vw, 3.6rem) !important;
    width: clamp(2.9rem, 11vw, 3.6rem) !important;
    flex-basis: clamp(2.9rem, 11vw, 3.6rem) !important;
    flex: 0 0 clamp(2.9rem, 11vw, 3.6rem) !important;
    block-size: clamp(2.9rem, 11vw, 3.6rem) !important;
    height: clamp(2.9rem, 11vw, 3.6rem) !important;
  }

  .browser-ip-hero__badge .hero-pin-icon {
    inline-size: clamp(2.55rem, 10vw, 3.2rem) !important;
    width: clamp(2.55rem, 10vw, 3.2rem) !important;
    block-size: clamp(2.55rem, 10vw, 3.2rem) !important;
    height: clamp(2.55rem, 10vw, 3.2rem) !important;
    transform: translate(clamp(0.16rem, 0.9vw, 0.26rem), -0.03rem) !important;
  }
}


/* V57 hero centering + tighter outer spacing 2026-07-05:
   - keep both hero rows centered horizontally
   - reduce top and bottom outer spacing by about 30% again
   - reduce the horizontal gap between the location icon and IP by 5px */
.browser-ip-hero {
  place-items: center !important;
  justify-items: center !important;
  align-items: center !important;
  text-align: center !important;
  padding-top: clamp(0.5rem, 1.22vw, 0.92rem) !important;
  padding-bottom: clamp(0.5rem, 1.22vw, 0.92rem) !important;
}

.browser-ip-hero__main {
  width: min(100%, 56rem) !important;
  margin-inline: auto !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.browser-ip-hero__line {
  width: auto !important;
  margin-inline: auto !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  gap: calc(0.12rem + 5px) !important;
}

.browser-ip-hero__location {
  display: inline-flex !important;
  width: auto !important;
  margin-inline: auto !important;
  align-self: center !important;
  justify-content: center !important;
  text-align: center !important;
}

@media (max-width: 680px) {
  .browser-ip-hero {
    padding-top: clamp(0.38rem, 1.95vw, 0.7rem) !important;
    padding-bottom: clamp(0.38rem, 1.95vw, 0.7rem) !important;
  }

  .browser-ip-hero__line {
    gap: calc(0.08rem + 5px) !important;
  }
}


/* V58 visible hero vertical compression 2026-07-05:
   The previous reduction only changed the outer hero padding. The perceived vertical
   gaps were still held by .shell top padding, the hero's margin-bottom, and the
   inner padding on .browser-ip-hero__main. Override all of those sources so the
   navbar-to-IP and location-to-table distances visibly shrink. */
.shell {
  padding-top: 0.2rem !important;
}

.browser-ip-hero {
  padding-top: 0.22rem !important;
  padding-bottom: 0.22rem !important;
  margin-bottom: 0.32rem !important;
}

.browser-ip-hero__main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.panel.tabs {
  margin-top: 0 !important;
}

.browser-ip-hero__line {
  gap: 5px !important;
}

@media (max-width: 680px) {
  .shell {
    padding-top: 0.12rem !important;
  }

  .browser-ip-hero {
    padding-top: 0.16rem !important;
    padding-bottom: 0.16rem !important;
    margin-bottom: 0.24rem !important;
  }

  .browser-ip-hero__line {
    gap: 4px !important;
  }
}


/* V59 network-strip visual simplification 2026-07-05:
   - remove the outer wrapper border/background around the 6 cards
   - keep the 6 cards balanced without the wrapper
   - set all text in this area to 20px normal weight
   - shrink the WebRTC help icon box around the letter i
   - replace the WebRTC checkmark with an animated green/red status dot */
.network-strip {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.network-strip::before,
.network-strip::after {
  display: none !important;
}

.network-strip__grid {
  gap: 0.92rem !important;
}

.network-strip__item,
.network-strip .overview-row,
.network-strip__browser-row .overview-row {
  min-height: 6.55rem !important;
  padding: 1.32rem 1.4rem !important;
}

.network-strip .overview-row > span:first-child,
.network-strip .overview-row__label,
.network-strip .overview-row > strong,
.network-strip .overview-value,
.network-strip .overview-status-value,
.network-strip .overview-status-value span:last-child,
.network-strip .overview-row--webrtc #webrtcValue,
.network-strip #ispValue,
.network-strip .overview-row strong #ispValue,
.network-strip .overview-row > strong > span {
  font-size: 20px !important;
  line-height: 1.22 !important;
  font-weight: 400 !important;
}

.network-strip .overview-row > strong *,
.network-strip .overview-value *,
.network-strip .overview-status-value * {
  font-weight: inherit !important;
}

.network-strip .overview-row > span:first-child,
.network-strip .overview-row__label {
  margin-bottom: 0.5rem !important;
}

.network-strip .help-icon,
.network-strip .overview-row__label .help-icon {
  inline-size: 1.4rem !important;
  block-size: 1.4rem !important;
  min-inline-size: 1.4rem !important;
  min-block-size: 1.4rem !important;
  padding: 0 !important;
  margin-left: 0.34rem !important;
  border-radius: 0.42rem !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

.network-strip .overview-status-value,
.network-strip .overview-row--webrtc #webrtcValue {
  gap: 0.55rem !important;
}

.network-strip .status-icon,
#tab-overview .status-icon {
  width: 0.54rem !important;
  height: 0.54rem !important;
  min-width: 0.54rem !important;
  min-height: 0.54rem !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: none !important;
  position: relative !important;
}

.network-strip .status-icon.status-icon--on,
#tab-overview .status-icon.status-icon--on {
  background: var(--good) !important;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--good) 42%, transparent) !important;
  animation: statusDotPulseGood 1.8s ease-out infinite !important;
}

.network-strip .status-icon.status-icon--off,
#tab-overview .status-icon.status-icon--off {
  background: var(--bad) !important;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--bad) 42%, transparent) !important;
  animation: statusDotPulseBad 1.8s ease-out infinite !important;
}

@keyframes statusDotPulseGood {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--good) 38%, transparent); }
  70% { box-shadow: 0 0 0 0.35rem color-mix(in srgb, var(--good) 0%, transparent); }
  100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--good) 0%, transparent); }
}

@keyframes statusDotPulseBad {
  0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--bad) 38%, transparent); }
  70% { box-shadow: 0 0 0 0.35rem color-mix(in srgb, var(--bad) 0%, transparent); }
  100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--bad) 0%, transparent); }
}

@media (max-width: 720px) {
  .network-strip__grid {
    gap: 0.8rem !important;
  }

  .network-strip__item,
  .network-strip .overview-row,
  .network-strip__browser-row .overview-row {
    min-height: 5.9rem !important;
    padding: 1.15rem 1.18rem !important;
  }
}


/* V60 status-dot consistency for overview capability rows 2026-07-05:
   Use the same green/red dot style as the updated WebRTC status and add a bit more
   separation between the dot and the status text without changing font sizes. */
#tab-overview .overview-status-value,
#tab-overview .overview-row .overview-status-value {
  gap: 0.72rem !important;
}

.status-icon.status-icon--dot,
#tab-overview .status-icon.status-icon--dot,
.network-strip .status-icon.status-icon--dot {
  width: 0.54rem !important;
  height: 0.54rem !important;
  min-width: 0.54rem !important;
  min-height: 0.54rem !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  box-shadow: none !important;
  position: relative !important;
}

.status-icon.status-icon--dot.status-icon--on,
#tab-overview .status-icon.status-icon--dot.status-icon--on,
.network-strip .status-icon.status-icon--dot.status-icon--on {
  color: transparent !important;
  background: var(--good) !important;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--good) 42%, transparent) !important;
  animation: statusDotPulseGood 1.8s ease-out infinite !important;
}

.status-icon.status-icon--dot.status-icon--off,
#tab-overview .status-icon.status-icon--dot.status-icon--off,
.network-strip .status-icon.status-icon--dot.status-icon--off {
  color: transparent !important;
  background: var(--bad) !important;
  box-shadow: 0 0 0 0 color-mix(in srgb, var(--bad) 42%, transparent) !important;
  animation: statusDotPulseBad 1.8s ease-out infinite !important;
}


/* V61 overview status spacing refinement 2026-07-05:
   Increase the separation between the status dot and following text so it matches
   the WebRTC visual spacing more closely. */
#tab-overview .overview-status-value,
#tab-overview .overview-row .overview-status-value {
  gap: 0.95rem !important;
  column-gap: 0.95rem !important;
}

#tab-overview .overview-status-value > .status-icon,
#tab-overview .overview-row .overview-status-value > .status-icon {
  margin-inline-end: 0.08rem !important;
}

#tab-overview .overview-status-value > span:last-child,
#tab-overview .overview-row .overview-status-value > span:last-child {
  margin-inline-start: 0.08rem !important;
}


/* V62 overview status alignment refinement 2026-07-05:
   Match the WebRTC status layout more closely by centering the dot vertically
   and giving the text a clearer separation from the dot. */
#tab-overview .overview-status-value,
#tab-overview .overview-row .overview-status-value {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.62rem !important;
  column-gap: 0.62rem !important;
  row-gap: 0 !important;
  line-height: 1.2 !important;
}

#tab-overview .overview-status-value > .status-icon,
#tab-overview .overview-row .overview-status-value > .status-icon {
  align-self: center !important;
  flex: 0 0 auto !important;
  margin: 0 0.16rem 0 0 !important;
  transform: translateY(0) !important;
}

#tab-overview .overview-status-value > span:last-child,
#tab-overview .overview-row .overview-status-value > span:last-child {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.2 !important;
  margin: 0 0 0 0.04rem !important;
}


/* V63 overview status spacing reduction 2026-07-05:
   Reduce the gap between the status dot and the following text by about 20% while
   keeping the WebRTC-like vertical centering. */
#tab-overview .overview-status-value,
#tab-overview .overview-row .overview-status-value {
  gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

#tab-overview .overview-status-value > .status-icon,
#tab-overview .overview-row .overview-status-value > .status-icon {
  margin: 0 0.13rem 0 0 !important;
}

#tab-overview .overview-status-value > span:last-child,
#tab-overview .overview-row .overview-status-value > span:last-child {
  margin: 0 0 0 0.03rem !important;
}


/* V64 visible overview status spacing correction 2026-07-05:
   The perceived space was still large because gap and element margins were stacking.
   Tighten the real spacing more aggressively while preserving the WebRTC-like vertical centering. */
#tab-overview .overview-status-value,
#tab-overview .overview-row .overview-status-value {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.28rem !important;
  column-gap: 0.28rem !important;
  row-gap: 0 !important;
}

#tab-overview .overview-status-value > .status-icon,
#tab-overview .overview-row .overview-status-value > .status-icon {
  align-self: center !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  transform: translateY(0) !important;
}

#tab-overview .overview-status-value > span:last-child,
#tab-overview .overview-row .overview-status-value > span:last-child {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}


/* V65 overview status-dot vertical centering 2026-07-05:
   Fine-tune the status dot so it sits visually centered top-to-bottom on its row. */
#tab-overview .overview-status-value,
#tab-overview .overview-row .overview-status-value {
  align-self: center !important;
  align-items: center !important;
  line-height: 1.2 !important;
}

#tab-overview .overview-status-value > .status-icon,
#tab-overview .overview-row .overview-status-value > .status-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  vertical-align: middle !important;
  top: 0 !important;
  transform: translateY(0.02rem) !important;
}


/* V66 status-dot audit/final alignment 2026-07-05:
   Some overview status dots could still look vertically off-center or too close to
   the row edge because older grid/right-align rules and per-child margins stacked.
   Normalize the whole status line like the WebRTC status: centered, compact, and
   with a consistent left/right breathing space. */
#tab-overview .overview-row .overview-status-value,
#tab-overview .overview-status-value {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.28rem !important;
  column-gap: 0.28rem !important;
  line-height: 1.2 !important;
  padding-left: 0 !important;
  padding-right: 0.2rem !important;
}

#tab-overview .overview-row .overview-status-value > .status-icon,
#tab-overview .overview-status-value > .status-icon,
#tab-overview .overview-row .overview-status-value > .status-icon.status-icon--dot,
#tab-overview .overview-status-value > .status-icon.status-icon--dot {
  display: inline-block !important;
  width: 0.54rem !important;
  height: 0.54rem !important;
  min-width: 0.54rem !important;
  min-height: 0.54rem !important;
  flex: 0 0 0.54rem !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 999px !important;
  vertical-align: middle !important;
  position: relative !important;
  top: 0 !important;
  transform: translateY(0.06em) !important;
}

#tab-overview .overview-row .overview-status-value > span:last-child,
#tab-overview .overview-status-value > span:last-child {
  display: inline-block !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}

#tab-overview .overview-row--webrtc .overview-status-value,
#tab-overview .overview-row--webrtc #overviewWebrtcValue {
  padding-right: 0.2rem !important;
}

@media (max-width: 720px) {
  #tab-overview .overview-row .overview-status-value,
  #tab-overview .overview-status-value {
    justify-content: flex-start !important;
    padding-right: 0 !important;
  }
}


/* V67 overview card typography adjustment 2026-07-05:
   Apply the requested typography only to the 7 overview cards:
   - labels and values: 16px, normal weight
   - card titles: 18px
   Colors and existing layout/alignment remain unchanged. */
#tab-overview .overview-card .overview-card__head h3 {
  font-size: 18px !important;
}

#tab-overview .overview-card .overview-row > span:first-child,
#tab-overview .overview-card .overview-row__label,
#tab-overview .overview-card .overview-row > strong,
#tab-overview .overview-card .overview-row strong,
#tab-overview .overview-card .overview-value,
#tab-overview .overview-card .overview-status-value {
  font-size: 16px !important;
  font-weight: 400 !important;
}

#tab-overview .overview-card .overview-row > strong *,
#tab-overview .overview-card .overview-row strong *,
#tab-overview .overview-card .overview-value *,
#tab-overview .overview-card .overview-status-value * {
  font-size: 16px !important;
  font-weight: 400 !important;
}

#tab-overview .overview-card .status-icon,
#tab-overview .overview-card .status-icon *,
#tab-overview .overview-card .mini-icon,
#tab-overview .overview-card .mini-icon *,
#tab-overview .overview-card .icon,
#tab-overview .overview-card .icon * {
  font-size: 0 !important;
}


/* V68 overview typography audit correction 2026-07-05:
   Make all row labels and values inside the 7 Overview cards consistently Inter,
   16px, and normal weight. This also catches values previously forced by older
   hash/value-specific rules, such as AS organization and Combined hash. */
#tab-overview .overview-dashboard,
#tab-overview .overview-card {
  --overview-value-size: 16px !important;
}

#tab-overview .overview-card .overview-card__head h3 {
  font-size: 18px !important;
  font-family: var(--sans) !important;
}

#tab-overview .overview-card .overview-row > span:first-child,
#tab-overview .overview-card .overview-row__label,
#tab-overview .overview-card .overview-row > strong,
#tab-overview .overview-card .overview-row strong,
#tab-overview .overview-card .overview-value,
#tab-overview .overview-card .overview-value > span:not(.status-icon):not(.status-dot):not(.icon):not(.country-flag),
#tab-overview .overview-card .overview-row strong > span:not(.status-icon):not(.status-dot):not(.icon):not(.country-flag),
#tab-overview .overview-card .overview-status-value,
#tab-overview .overview-card .overview-status-value > span:last-child,
#tab-overview .overview-card #overviewIspValue,
#tab-overview .overview-card #asOrganizationValue,
#tab-overview .overview-card #fingerprintValue,
#tab-overview .overview-card #canvasHashValue,
#tab-overview .overview-card #webglHashValue,
#tab-overview .overview-card #fontsHashValue,
#tab-overview .overview-card #clientRectsHashValue,
#tab-overview .overview-card #audioHashValue,
#tab-overview .overview-card #userAgentValue,
#tab-overview .overview-card #gpuValue {
  font-family: var(--sans) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: inherit !important;
}

/* Keep the status dots/icons from inheriting the 16px text rule. */
#tab-overview .overview-card .status-icon,
#tab-overview .overview-card .status-icon.status-icon--dot {
  font-size: 0 !important;
  font-family: var(--sans) !important;
  font-weight: 400 !important;
}

#tab-overview .overview-card .overview-icon,
#tab-overview .overview-card .overview-icon *,
#tab-overview .overview-card .mini-icon,
#tab-overview .overview-card .mini-icon *,
#tab-overview .overview-card .icon,
#tab-overview .overview-card .icon * {
  font-size: 0 !important;
}


/* V69 remove divider between tab navigation and tab content 2026-07-05 */
.tabs__bar {
  border-bottom: 0 !important;
}

.tabs__bar .tabs__list {
  border-bottom: 0 !important;
}


/* V70 footer alignment adjustment 2026-07-05:
   - keep copyright and links on one line
   - copyright flush left, Privacy/Terms flush right
   - move the separator line down by 20px
   - vertically center the footer text between the separator line and the bottom edge */
.site-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 0.8rem !important;
  width: 100% !important;
  min-height: 64px !important;
  margin-top: 20px !important;
  padding: 0 clamp(1rem, 3vw, 2.5rem) !important;
  border-top: 1px solid var(--line) !important;
  flex-wrap: nowrap !important;
}

.site-footer > span {
  grid-column: 1 !important;
  justify-self: start !important;
  white-space: nowrap !important;
}

.site-footer a {
  justify-self: end !important;
  white-space: nowrap !important;
}

.site-footer a[href="/privacy.html"] {
  grid-column: 2 !important;
}

.site-footer a[href="/terms.html"] {
  grid-column: 3 !important;
}

@media (max-width: 640px) {
  .site-footer {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    justify-content: stretch !important;
    flex-direction: row !important;
    min-height: 64px !important;
    padding: 0 1rem !important;
  }
}


/* V71 footer container alignment 2026-07-05:
   Align footer left/right edges with the main content container, not the full page. */
.site-footer {
  width: min(1180px, calc(100% - 2rem)) !important;
  max-width: min(1180px, calc(100% - 2rem)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

@media (max-width: 480px) {
  .site-footer {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}


/* V72 footer full-width separator line 2026-07-05:
   Keep footer text aligned to the main content container, but extend the separator
   line across the full viewport like before. */
.site-footer {
  position: relative !important;
  border-top: 0 !important;
}

.site-footer::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  height: 0 !important;
  transform: translateX(-50%) !important;
  border-top: 1px solid var(--line) !important;
  pointer-events: none !important;
}


/* V73 footer link weight adjustment 2026-07-05:
   Privacy / Terms should not be bold. */
.site-footer a {
  font-weight: 400 !important;
}


/* V74 brand update 2026-07-05:
   Replace the old brand mark with the new attached-style logo and update the wordmark to PAGEMINE. */
.site-nav__brand {
  gap: 0.74rem !important;
}

.site-nav__brand-mark {
  width: 2.28rem !important;
  height: 2.28rem !important;
  display: inline-grid !important;
  place-items: center !important;
  overflow: visible !important;
}

.site-nav__brand-mark svg.page-mine-mark {
  width: 2.12rem !important;
  height: 2.12rem !important;
  display: block !important;
  overflow: visible !important;
  fill: initial !important;
  stroke: initial !important;
  filter: drop-shadow(0 1px 1.2px color-mix(in srgb, var(--surface) 36%, transparent));
}

.site-nav__brand-mark svg.page-mine-mark * {
  vector-effect: non-scaling-stroke;
}

.site-nav__brand-text {
  letter-spacing: -0.03em !important;
}


/* V75 brand fidelity + favicon sync 2026-07-05:
   Use the attached logo art directly so no inner parts are lost, and refresh the favicon asset. */
.site-nav__brand {
  gap: 0.78rem !important;
}

.site-nav__brand-mark {
  width: 2.42rem !important;
  height: 2.42rem !important;
  display: inline-grid !important;
  place-items: center !important;
  overflow: visible !important;
}

.site-nav__brand-mark svg.page-mine-mark {
  width: 2.22rem !important;
  height: 2.22rem !important;
  display: block !important;
  overflow: visible !important;
  fill: initial !important;
  stroke: initial !important;
  filter: drop-shadow(0 1px 1.1px color-mix(in srgb, var(--surface) 36%, transparent));
}

.site-nav__brand-mark svg.page-mine-mark image {
  width: 100% !important;
  height: 100% !important;
}


/* V76 transparent brand icon update 2026-07-05:
   Remove the dark background around the PAGEMINE icon while preserving the inner artwork. */
.site-nav__brand-mark svg.page-mine-mark {
  background: transparent !important;
}


/* V77 logo panel cleanup 2026-07-05: remove black outlines from the three internal rectangles and add a bit more spacing between them. */


/* V78 logo panel refinement 2026-07-05: lower-left panel uses light gray and both lower panels extend slightly lower with aligned bottoms. */


/* V79 logo lower-panels refinement 2026-07-05: extend both lower panels further downward and keep their bottom edges perfectly aligned. */


/* V80 logo color + glyph refinement 2026-07-05: darken the top/right panels slightly, darken the lower-left gray panel, and simplify the lower-left glyph to two spaced lines. */


/* V81 logo gray-panel line adjustment 2026-07-05: move the lower black line upward slightly inside the gray panel. */


/* V82 logo panel height + color refinement 2026-07-05: extend the two lower panels slightly downward and darken all three panel fills a bit more. */


/* V83 logo gray-panel lower-line tweak 2026-07-05: move the lower black line upward a little more inside the gray panel. */


/* V84 slimmer navbar 2026-07-05:
   Reduce the navbar visual thickness by about 20% and rebalance the inner controls. */
.site-nav {
  padding-block: 0.48rem !important;
}

.site-nav__inner {
  align-items: center !important;
  gap: 0.86rem !important;
}

.site-nav__brand {
  align-items: center !important;
  gap: 0.64rem !important;
}

.site-nav__brand-mark {
  width: 2rem !important;
  height: 2rem !important;
}

.site-nav__brand-mark svg.page-mine-mark {
  width: 1.86rem !important;
  height: 1.86rem !important;
}

.site-nav__brand-text {
  line-height: 1.05 !important;
}

.site-nav__links {
  align-items: center !important;
}

.site-nav__link {
  min-height: 1.82rem !important;
  padding-block: 0.34rem !important;
  padding-inline: 0.86rem !important;
  display: inline-flex !important;
  align-items: center !important;
}

.theme-toggle {
  inline-size: 2rem !important;
  block-size: 2rem !important;
  min-inline-size: 2rem !important;
  min-block-size: 2rem !important;
}

.theme-toggle__icon {
  width: 1rem !important;
  height: 1rem !important;
}

@media (pointer: coarse) {
  .site-nav__link {
    min-height: 2rem !important;
  }

  .theme-toggle {
    min-inline-size: 2rem !important;
    min-block-size: 2rem !important;
  }
}

@media (max-width: 720px) {
  .site-nav {
    padding-block: 0.42rem !important;
  }

  .site-nav__inner {
    gap: 0.36rem !important;
  }

  .site-nav__links {
    padding-bottom: 0 !important;
  }
}


/* V85 clean route structure 2026-07-05: navbar now uses /, /generators and /speed-test instead of hash links. */


/* V86 cleaner active navigation/tabs 2026-07-05:
   Replace active pill backgrounds/borders with a compact underline indicator.
   The underline color is tuned separately for light and dark themes. */
:root,
html[data-theme="light"] {
  --active-underline: color-mix(in srgb, var(--accent) 72%, #0f172a 14%);
  --active-underline-glow: color-mix(in srgb, var(--accent) 20%, transparent);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --active-underline: color-mix(in srgb, var(--accent) 80%, #ffffff 14%);
    --active-underline-glow: color-mix(in srgb, var(--accent) 30%, transparent);
  }
}

html[data-theme="dark"] {
  --active-underline: color-mix(in srgb, var(--accent) 80%, #ffffff 14%);
  --active-underline-glow: color-mix(in srgb, var(--accent) 30%, transparent);
}

.site-nav__link,
.tab,
.generator-tab {
  position: relative !important;
  isolation: isolate;
  border-color: transparent !important;
  box-shadow: none !important;
}

.site-nav__link::after,
.tab::after,
.generator-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.18rem;
  width: min(2.15rem, 44%);
  height: 2px;
  border-radius: 999px;
  background: var(--active-underline);
  box-shadow: 0 0 10px var(--active-underline-glow);
  transform: translateX(-50%) scaleX(0.5);
  transform-origin: center;
  opacity: 0;
  transition: opacity 150ms ease, transform 150ms ease, background-color 150ms ease;
  pointer-events: none;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.tab:hover,
.tab:focus-visible,
.generator-tab:hover,
.generator-tab:focus-visible {
  border-color: transparent !important;
  background: transparent !important;
  color: var(--text) !important;
}

.site-nav__link.is-active,
.site-nav__link[aria-current="page"],
.tab.is-active,
.generator-tab.is-active {
  border-color: transparent !important;
  background: transparent !important;
  color: var(--text) !important;
}

.site-nav__link.is-active::after,
.site-nav__link[aria-current="page"]::after,
.tab.is-active::after,
.generator-tab.is-active::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.tab::after {
  bottom: 0.42rem;
  width: min(2.4rem, 46%);
}

.generator-tab::after {
  bottom: 0.22rem;
  width: min(2.2rem, 45%);
}

.tabs__bar .tab,
.generator-tab {
  padding-bottom: calc(0.7rem + 2px) !important;
}

@media (pointer: coarse) {
  .site-nav__link,
  .tab,
  .generator-tab {
    border-color: transparent !important;
    background: transparent !important;
  }
}


/* V87 refresh button refinement 2026-07-05:
   Make the refresh arrow stroke a bit stronger, while shrinking the tab-bar pill by ~20%. */
.icon--refresh {
  --icon-url: url("/assets/icons/refresh-bold.svg") !important;
}

.tabs-refresh-action,
.tabs__bar .refresh-icon-action {
  inline-size: 2.12rem !important;
  block-size: 2.12rem !important;
  min-inline-size: 2.12rem !important;
  min-block-size: 2.12rem !important;
  width: 2.12rem !important;
  height: 2.12rem !important;
  min-width: 2.12rem !important;
  min-height: 2.12rem !important;
  padding: 0 !important;
  border-width: 1px !important;
  border-radius: 0.74rem !important;
}

.tabs__bar .refresh-icon-action .button__icon,
.tabs-refresh-action .button__icon {
  inline-size: 1.04rem !important;
  block-size: 1.04rem !important;
  margin: 0 !important;
  opacity: 0.96 !important;
}

.tabs__bar .refresh-icon-action:hover .button__icon,
.tabs__bar .refresh-icon-action:focus-visible .button__icon,
.tabs-refresh-action:hover .button__icon,
.tabs-refresh-action:focus-visible .button__icon {
  opacity: 1 !important;
}

@media (max-width: 720px), (pointer: coarse) {
  .tabs-refresh-action,
  .tabs__bar .refresh-icon-action {
    inline-size: 2.12rem !important;
    block-size: 2.12rem !important;
    min-inline-size: 2.12rem !important;
    min-block-size: 2.12rem !important;
    width: 2.12rem !important;
    height: 2.12rem !important;
    min-width: 2.12rem !important;
    min-height: 2.12rem !important;
  }
}


/* V88 browser-info data typography cleanup 2026-07-05:
   In the requested Browser Info detail tabs only, normalize generated label/value
   pairs to 16px regular while keeping their existing colors and layout formats. */
#tab-ip .kv__key,
#tab-ip .kv__value,
#tab-browser .kv__key,
#tab-browser .kv__value,
#tab-fingerprint .kv__key,
#tab-fingerprint .kv__value,
#tab-webrtc .kv__key,
#tab-webrtc .kv__value,
#tab-headers .kv__key,
#tab-headers .kv__value,
#tab-json .json-summary__item > span,
#tab-json .json-summary__item > strong {
  font-size: 16px !important;
  font-weight: 400 !important;
}

#tab-ip .kv__key *,
#tab-ip .kv__value *,
#tab-browser .kv__key *,
#tab-browser .kv__value *,
#tab-fingerprint .kv__key *,
#tab-fingerprint .kv__value *,
#tab-webrtc .kv__key *,
#tab-webrtc .kv__value *,
#tab-headers .kv__key *,
#tab-headers .kv__value *,
#tab-json .json-summary__item > span *,
#tab-json .json-summary__item > strong * {
  font-size: 16px !important;
  font-weight: 400 !important;
}


/* V89 browser-info detail tabs 2026-07-05: remove the large section h2 titles from IP, Browser, Fingerprint, WebRTC, Headers and JSON while keeping descriptions. */


/* V90 IP/network help + JSON controls 2026-07-05:
   Compact the fixed privacy note into an info tooltip, refine JSON buttons,
   and render the JSON summary as a balanced 3 + 3 grid without Speed. */
#tab-ip .privacy-toggle {
  cursor: default !important;
  font-weight: 400 !important;
}

#tab-ip .privacy-toggle__main {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  min-width: 0 !important;
  cursor: pointer !important;
  font-weight: 400 !important;
}

#tab-ip .privacy-toggle__text {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

#tab-ip .privacy-toggle__help {
  position: relative !important;
  inline-size: 1.35rem !important;
  block-size: 1.35rem !important;
  min-inline-size: 1.35rem !important;
  min-block-size: 1.35rem !important;
  margin-left: -0.25rem !important;
  border-radius: 0.45rem !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

#tab-ip .privacy-toggle__help::after {
  left: auto !important;
  right: 0 !important;
  bottom: calc(100% + 0.55rem) !important;
  transform: none !important;
  width: min(30rem, calc(100vw - 2rem)) !important;
  max-width: min(30rem, calc(100vw - 2rem)) !important;
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
}

#tab-ip .privacy-toggle__note {
  display: none !important;
}

#tab-json .section-heading--inline {
  align-items: center !important;
}

#tab-json .section-heading__actions {
  align-items: center !important;
  gap: 0.52rem !important;
}

#tab-json #copyJsonBtn.icon-action {
  inline-size: 2.12rem !important;
  block-size: 2.12rem !important;
  min-inline-size: 2.12rem !important;
  min-block-size: 2.12rem !important;
  width: 2.12rem !important;
  height: 2.12rem !important;
  min-width: 2.12rem !important;
  min-height: 2.12rem !important;
  padding: 0 !important;
  border-radius: 0.74rem !important;
}

#tab-json #copyJsonBtn .icon {
  inline-size: 1.2rem !important;
  block-size: 1.2rem !important;
  opacity: 0.96 !important;
}

#tab-json #jsonExportBtn {
  min-height: 2.12rem !important;
  height: 2.12rem !important;
  padding: 0 1rem !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

#tab-json .json-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.78rem !important;
  align-items: stretch !important;
}

#tab-json .json-summary__item {
  min-height: 0 !important;
  padding: 0.82rem 0.88rem !important;
}

#tab-json .json-summary__item > span,
#tab-json .json-summary__item > strong {
  font-size: 16px !important;
  font-weight: 400 !important;
}

@media (max-width: 780px) {
  #tab-json .json-summary {
    grid-template-columns: 1fr !important;
  }

  #tab-json .section-heading--inline {
    align-items: flex-start !important;
  }
}


/* V91 browser-info tabs typography 2026-07-05:
   Increase the Browser Info tab-bar labels to 16px. */
.tabs__bar .tab {
  font-size: 16px !important;
  line-height: 1.2 !important;
}


/* V92 navbar link typography 2026-07-05:
   Set navbar link text to 16px while keeping the PAGEMINE brand size unchanged. */
.site-nav__links .site-nav__link {
  font-size: 16px !important;
  line-height: 1.2 !important;
}


/* V93 overview status indicator style 2026-07-05:
   Replace the plain green/red dots in Overview with a compact soft outer circle
   and inner dot, keeping clear spacing before the status text. */
#tab-overview .overview-status-value,
#tab-overview .overview-row .overview-status-value {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.72rem !important;
  column-gap: 0.72rem !important;
}

#tab-overview .overview-status-value > .status-icon.status-icon--dot,
#tab-overview .overview-row .overview-status-value > .status-icon.status-icon--dot {
  display: inline-grid !important;
  place-items: center !important;
  inline-size: 1.04rem !important;
  block-size: 1.04rem !important;
  width: 1.04rem !important;
  height: 1.04rem !important;
  min-inline-size: 1.04rem !important;
  min-block-size: 1.04rem !important;
  min-width: 1.04rem !important;
  min-height: 1.04rem !important;
  flex: 0 0 1.04rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 999px !important;
  transform: none !important;
  animation: none !important;
  position: relative !important;
  overflow: visible !important;
}

#tab-overview .overview-status-value > .status-icon.status-icon--dot::after,
#tab-overview .overview-row .overview-status-value > .status-icon.status-icon--dot::after {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  inline-size: 0.46rem !important;
  block-size: 0.46rem !important;
  border-radius: 999px !important;
  transform: translate(-50%, -50%) !important;
}

#tab-overview .status-icon.status-icon--dot.status-icon--on {
  background: color-mix(in srgb, var(--good) 22%, transparent) !important;
  border: 1px solid color-mix(in srgb, var(--good) 28%, transparent) !important;
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--good) 11%, transparent),
    0 0 0 1px color-mix(in srgb, var(--good) 8%, transparent) !important;
}

#tab-overview .status-icon.status-icon--dot.status-icon--on::after {
  background: color-mix(in srgb, var(--good) 92%, #ffffff 8%) !important;
  box-shadow: 0 0 8px color-mix(in srgb, var(--good) 42%, transparent) !important;
}

#tab-overview .status-icon.status-icon--dot.status-icon--off {
  background: color-mix(in srgb, var(--bad) 22%, transparent) !important;
  border: 1px solid color-mix(in srgb, var(--bad) 30%, transparent) !important;
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--bad) 11%, transparent),
    0 0 0 1px color-mix(in srgb, var(--bad) 8%, transparent) !important;
}

#tab-overview .status-icon.status-icon--dot.status-icon--off::after {
  background: color-mix(in srgb, var(--bad) 92%, #ffffff 8%) !important;
  box-shadow: 0 0 8px color-mix(in srgb, var(--bad) 42%, transparent) !important;
}


/* V94 status indicator consistency 2026-07-05:
   Apply the same soft dot style to the top WebRTC status, and remove the outer
   border from the new Overview status indicators. */
#tab-overview .overview-status-value,
#tab-overview .overview-row .overview-status-value,
.network-strip .overview-status-value,
.network-strip .overview-row--webrtc #webrtcValue {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.72rem !important;
  column-gap: 0.72rem !important;
}

#tab-overview .overview-status-value > .status-icon.status-icon--dot,
#tab-overview .overview-row .overview-status-value > .status-icon.status-icon--dot,
.network-strip .overview-status-value > .status-icon.status-icon--dot,
.network-strip .overview-row--webrtc #webrtcValue > .status-icon.status-icon--dot {
  display: inline-grid !important;
  place-items: center !important;
  inline-size: 1.04rem !important;
  block-size: 1.04rem !important;
  width: 1.04rem !important;
  height: 1.04rem !important;
  min-inline-size: 1.04rem !important;
  min-block-size: 1.04rem !important;
  min-width: 1.04rem !important;
  min-height: 1.04rem !important;
  flex: 0 0 1.04rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  transform: none !important;
  animation: none !important;
  position: relative !important;
  overflow: visible !important;
  box-shadow: none !important;
}

#tab-overview .overview-status-value > .status-icon.status-icon--dot::after,
#tab-overview .overview-row .overview-status-value > .status-icon.status-icon--dot::after,
.network-strip .overview-status-value > .status-icon.status-icon--dot::after,
.network-strip .overview-row--webrtc #webrtcValue > .status-icon.status-icon--dot::after {
  content: "" !important;
  position: absolute !important;
  inset: 50% auto auto 50% !important;
  inline-size: 0.46rem !important;
  block-size: 0.46rem !important;
  border-radius: 999px !important;
  transform: translate(-50%, -50%) !important;
}

#tab-overview .status-icon.status-icon--dot.status-icon--on,
.network-strip .status-icon.status-icon--dot.status-icon--on {
  background: color-mix(in srgb, var(--good) 24%, transparent) !important;
}

#tab-overview .status-icon.status-icon--dot.status-icon--on::after,
.network-strip .status-icon.status-icon--dot.status-icon--on::after {
  background: color-mix(in srgb, var(--good) 92%, #ffffff 8%) !important;
  box-shadow: 0 0 7px color-mix(in srgb, var(--good) 36%, transparent) !important;
}

#tab-overview .status-icon.status-icon--dot.status-icon--off,
.network-strip .status-icon.status-icon--dot.status-icon--off {
  background: color-mix(in srgb, var(--bad) 24%, transparent) !important;
}

#tab-overview .status-icon.status-icon--dot.status-icon--off::after,
.network-strip .status-icon.status-icon--dot.status-icon--off::after {
  background: color-mix(in srgb, var(--bad) 92%, #ffffff 8%) !important;
  box-shadow: 0 0 7px color-mix(in srgb, var(--bad) 36%, transparent) !important;
}


/* V95 refresh button no-glow cleanup 2026-07-05:
   Remove the perceived spotlight/glow inside and around the tab refresh button. */
.tabs-refresh-action,
.tabs__bar .refresh-icon-action {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}

.tabs-refresh-action:hover,
.tabs-refresh-action:focus-visible,
.tabs__bar .refresh-icon-action:hover,
.tabs__bar .refresh-icon-action:focus-visible {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  backdrop-filter: none !important;
}


/* V96 loading shimmer removal 2026-07-05:
   Keep the text such as Loading/Checking visible, but remove the animated
   horizontal skeleton bar to avoid visual flashing/jumping during refresh. */
.skeleton {
  color: inherit !important;
}

.skeleton::before,
.skeleton::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  background-image: none !important;
  animation: none !important;
  box-shadow: none !important;
}


/* V97 hero loading layout stability 2026-07-05:
   Keep the public IP line and the location line reserved during refresh/loading
   so the content below does not jump upward and then flash downward again. */
.browser-ip-hero__main {
  min-block-size: clamp(5.3rem, 10vw, 6.6rem) !important;
}

.browser-ip-hero__line {
  min-block-size: clamp(2.5rem, 6vw, 3.2rem) !important;
}

.browser-ip-hero__location {
  min-block-size: 1.45em !important;
  display: inline-flex !important;
  align-items: center !important;
}

#heroLocationValue {
  display: inline-block !important;
  min-inline-size: min(18rem, 72vw) !important;
}

#ipValue.skeleton,
#heroLocationValue.skeleton {
  color: var(--text) !important;
}


/* V98 hero flag/location spacing 2026-07-05:
   Keep the loading reservation only while loading; once location is loaded,
   restore the old tight flag-to-location text spacing. */
.browser-ip-hero__location {
  gap: 0.58rem !important;
}

#heroLocationValue {
  min-inline-size: 0 !important;
}

#heroLocationValue.skeleton {
  min-inline-size: min(18rem, 72vw) !important;
}


/* V99 generators + speed-test typography/control refinement 2026-07-05:
   Normalize label/value text and button text in Generators and Speed test to
   16px regular weight. Compact the generator controls/buttons without changing
   their colors or functional layout. */
.generators-section .generator-field,
.generators-section .generator-field > span,
.generators-section .generator-field input,
.generators-section .generator-field textarea,
.generators-section .generator-field small,
.generators-section .generator-check,
.generators-section .generator-result,
.generators-section .qr-preview,
.generators-section .qr-preview *,
.generators-section .totp-display,
.generators-section .totp-display strong,
.generators-section .totp-display span,
.speed-test-section .speed-card__label,
.speed-test-section .speed-card strong,
.speed-test-section .speed-card > span[id$="Hint"],
.speed-test-section .speed-details-grid .kv__key,
.speed-test-section .speed-details-grid .kv__value,
.speed-test-section .speed-info-note,
.speed-test-section .speed-info-note p {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.generators-section .generator-field input::placeholder,
.generators-section .generator-field textarea::placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.generators-section .button,
.generators-section button,
.speed-test-section .button,
.speed-test-section button:not(.help-icon) {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.generators-section .generator-tab {
  min-height: 2.05rem !important;
  padding: 0.38rem 0.72rem !important;
  border-radius: 0.74rem !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.generators-section .generator-actions {
  gap: 0.48rem !important;
  margin-top: 0.7rem !important;
}

.generators-section .generator-actions .button,
.generators-section .generator-actions button {
  min-height: 2.12rem !important;
  padding: 0.42rem 0.78rem !important;
  border-radius: 0.76rem !important;
  line-height: 1.15 !important;
}

.generators-section .generator-check {
  min-height: 2.12rem !important;
  padding: 0.5rem 0.62rem !important;
  border-radius: 0.72rem !important;
}

.generators-section .generator-field input,
.generators-section .generator-field textarea {
  padding: 0.58rem 0.72rem !important;
  border-radius: 0.72rem !important;
}

.generators-section .generator-field input[type="color"] {
  min-height: 2.25rem !important;
  padding: 0.2rem !important;
}

.generators-section .generator-result,
.generators-section .totp-display {
  padding: 0.68rem 0.78rem !important;
  border-radius: 0.76rem !important;
}

.speed-test-section .speed-start,
.speed-test-section .button {
  min-height: 2.18rem !important;
  padding: 0.46rem 0.86rem !important;
  border-radius: 0.8rem !important;
  line-height: 1.15 !important;
}

.speed-test-section .button__icon {
  margin-right: 0.36rem !important;
}


/* V100 restore 2FA code display 2026-07-05:
   Keep the six-digit TOTP code large and styled like the original display,
   while preserving the V99 typography cleanup for the surrounding labels/hints. */
.generators-section #generator-panel-twofa .totp-display strong#totpCode {
  display: block !important;
  color: var(--good) !important;
  font-family: var(--mono) !important;
  font-size: clamp(2.6rem, 10vw, 5rem) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
}


/* V105 footer legal grouping 2026-07-05:
   Move legal pages out of the navbar and group them in a clear footer Legal
   section, matching the compact vertical footer pattern. */
.site-footer {
  padding: 1.6rem clamp(1rem, 3vw, 2.5rem) 2.6rem !important;
}

.site-footer__inner {
  width: min(1180px, 100%) !important;
  margin-inline: auto !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 2rem !important;
}

.site-footer__brand {
  color: var(--muted) !important;
  font-size: 0.95rem !important;
  line-height: 1.6 !important;
}

.site-footer__legal {
  display: grid !important;
  gap: 1.05rem !important;
  min-width: min(16rem, 100%) !important;
}

.site-footer__title {
  margin: 0 0 0.35rem !important;
  color: color-mix(in srgb, var(--muted) 82%, var(--text)) !important;
  font-size: 0.78rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.34em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.site-footer__legal a {
  color: var(--text) !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  text-underline-offset: 0.18em !important;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
  color: var(--accent) !important;
  text-decoration: underline !important;
  text-decoration-style: dotted !important;
}

@media (max-width: 640px) {
  .site-footer__inner {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .site-footer__legal {
    gap: 0.95rem !important;
  }
}


/* V107 legal footer vertical list 2026-07-05:
   Force the footer Legal group to render like a compact vertical menu:
   heading first, then each legal page on its own line. */
.site-footer__inner {
  display: block !important;
  width: min(1180px, 100%) !important;
  margin-inline: auto !important;
}

.site-footer__brand {
  margin-bottom: 1.45rem !important;
}

.site-footer__legal {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 1.05rem !important;
  width: max-content !important;
  max-width: 100% !important;
}

.site-footer__title {
  display: block !important;
  margin: 0 0 0.25rem !important;
}

.site-footer__legal a {
  display: block !important;
  width: max-content !important;
  max-width: 100% !important;
  white-space: nowrap !important;
}


/* V108 legal footer desktop alignment 2026-07-05:
   Keep copyright on the left and place the vertical Legal group on the right. */
.site-footer__inner {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 2.5rem !important;
  width: min(1180px, 100%) !important;
  margin-inline: auto !important;
}

.site-footer__brand {
  margin-bottom: 0 !important;
  flex: 1 1 auto !important;
}

.site-footer__legal {
  margin-left: auto !important;
  flex: 0 0 auto !important;
}

@media (max-width: 640px) {
  .site-footer__inner {
    flex-direction: column !important;
    gap: 1.45rem !important;
  }

  .site-footer__legal {
    margin-left: 0 !important;
  }
}


/* V111 legal footer right-edge alignment 2026-07-05:
   Keep the Legal block on the right side and align the text edge of every
   Legal item to the same right boundary as the main content above. */
.site-footer__legal {
  align-items: flex-end !important;
  justify-items: end !important;
  text-align: right !important;
}

.site-footer__title {
  text-align: right !important;
}

.site-footer__legal a {
  text-align: right !important;
  margin-left: auto !important;
}

@media (max-width: 640px) {
  .site-footer__legal {
    align-items: flex-start !important;
    justify-items: start !important;
    text-align: left !important;
  }

  .site-footer__title,
  .site-footer__legal a {
    text-align: left !important;
    margin-left: 0 !important;
  }
}

/* V112 legal footer typography and left-aligned right block 2026-07-05:
   Keep the Legal group on the right, but align the heading and links from
   the left edge inside that group. Also apply the requested compact sizes. */
.site-footer__legal {
  align-items: flex-start !important;
  justify-items: start !important;
  text-align: left !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-left: auto !important;
}

.site-footer__title {
  font-size: 16px !important;
  text-align: left !important;
  margin-left: 0 !important;
}

.site-footer__legal a {
  font-size: 12.5px !important;
  text-align: left !important;
  margin-left: 0 !important;
}

@media (max-width: 640px) {
  .site-footer__legal {
    margin-left: 0 !important;
  }
}

/* V113 footer legal 8-column placement 2026-07-05:
   Split the footer content area into 8 equal columns and keep the Legal
   group anchored in the 8th column on desktop and mobile. */
.site-footer__inner {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  align-items: start !important;
  justify-content: initial !important;
  width: min(1180px, 100%) !important;
  margin-inline: auto !important;
}

.site-footer__brand {
  grid-column: 1 / 5 !important;
  grid-row: 1 !important;
  margin-bottom: 0 !important;
}

.site-footer__legal {
  grid-column: 8 / 9 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  align-self: start !important;
  margin-left: 0 !important;
  width: max-content !important;
  max-width: 100% !important;
}

@media (max-width: 640px) {
  .site-footer__inner {
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    align-items: start !important;
  }

  .site-footer__brand {
    grid-column: 1 / 5 !important;
    grid-row: 1 !important;
    margin-bottom: 0 !important;
  }

  .site-footer__legal {
    grid-column: 8 / 9 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin-left: 0 !important;
  }
}

/* V114 legal placement by page content width 2026-07-05:
   Do not use the footer's own padded width as the 8-column reference.
   Use the same left/right content track as the visible page elements above
   (.shell/top content: min(1180px, calc(100% - 2rem))) and place Legal
   at the start of the 8th column on desktop and mobile. */
.site-footer {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 1.6rem 0 2.6rem !important;
  box-sizing: border-box !important;
}

.site-footer__inner {
  width: min(1180px, calc(100% - 2rem)) !important;
  max-width: min(1180px, calc(100% - 2rem)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  align-items: start !important;
  justify-content: initial !important;
}

.site-footer__brand {
  grid-column: 1 / 6 !important;
  grid-row: 1 !important;
  margin-bottom: 0 !important;
}

.site-footer__legal {
  grid-column: 8 / 9 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  align-self: start !important;
  margin-left: 0 !important;
  width: max-content !important;
  max-width: none !important;
}

@media (max-width: 640px) {
  .site-footer {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .site-footer__inner {
    width: min(1180px, calc(100% - 2rem)) !important;
    max-width: min(1180px, calc(100% - 2rem)) !important;
    display: grid !important;
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
    align-items: start !important;
  }

  .site-footer__brand {
    grid-column: 1 / 6 !important;
    grid-row: 1 !important;
    margin-bottom: 0 !important;
  }

  .site-footer__legal {
    grid-column: 8 / 9 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    margin-left: 0 !important;
  }
}


/* v115 mobile tabs cue refinement */
@media (max-width: 720px) {
  .tabs__bar::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 0.62rem !important;
    bottom: auto !important;
    right: 3.15rem !important;
    width: min(5.4rem, 23vw) !important;
    height: 2.05rem !important;
    padding: 0 !important;
    border-radius: 999px 0 0 999px !important;
    background: linear-gradient(
      90deg,
      transparent 0%,
      color-mix(in srgb, var(--surface) 82%, transparent) 42%,
      color-mix(in srgb, var(--surface) 97%, transparent) 100%
    ) !important;
    pointer-events: none !important;
  }
}


/* v116 mobile tabs cue + refresh alignment */
@media (max-width: 720px) {
  .tabs__bar::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    right: 3.05rem !important;
    bottom: auto !important;
    width: min(5.8rem, 24vw) !important;
    height: 1.9rem !important;
    padding: 0 !important;
    border-radius: 999px !important;
    transform: translateY(-50%) !important;
    background: linear-gradient(
      90deg,
      transparent 0%,
      color-mix(in srgb, var(--surface) 14%, transparent) 34%,
      color-mix(in srgb, var(--surface) 24%, transparent) 56%,
      color-mix(in srgb, var(--surface) 40%, transparent) 78%,
      color-mix(in srgb, var(--surface) 56%, transparent) 100%
    ) !important;
    -webkit-backdrop-filter: blur(10px) saturate(112%) !important;
    backdrop-filter: blur(10px) saturate(112%) !important;
    filter: blur(8px) !important;
    opacity: 0.96 !important;
    pointer-events: none !important;
  }

  .tabs-refresh-action,
  .tabs__bar .refresh-icon-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    margin-top: 0 !important;
    transform: translateY(-0.16rem) !important;
  }
}


/* v117 remove mobile tab fade cue and fine-tune refresh vertical alignment */
@media (max-width: 720px) {
  .tabs__bar::after {
    content: none !important;
    display: none !important;
    background: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    filter: none !important;
  }

  .tabs-refresh-action,
  .tabs__bar .refresh-icon-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(-0.28rem) !important;
  }
}


/* v118 desktop tab refresh vertical alignment */
@media (min-width: 721px) {
  .tabs-refresh-action,
  .tabs__bar .refresh-icon-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transform: translateY(-0.16rem) !important;
  }
}


/* v119 desktop refresh fine alignment
   Desktop still rendered the refresh control slightly lower than the tab text, so lift it a bit more.
   Mobile keeps the v117 value because it is already aligned there. */
@media (min-width: 721px) {
  .tabs-refresh-action,
  .tabs__bar .refresh-icon-action {
    transform: translateY(-0.34rem) !important;
  }
}


/* v120 responsive navbar: keep one row and collapse tool links into a menu on narrow viewports */
.icon--manage-popup {
  --icon-url: url("/assets/icons/manage-popup.svg");
}

.site-nav__inner {
  flex-wrap: nowrap !important;
}

.site-nav__actions {
  gap: 0.44rem !important;
  position: relative !important;
}

.site-nav__menu-wrap {
  display: none;
  position: relative;
  flex: 0 0 auto;
}

.site-nav__menu-toggle {
  display: inline-grid;
  place-items: center;
  inline-size: 2rem;
  block-size: 2rem;
  min-inline-size: 2rem;
  min-block-size: 2rem;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface-strong) 82%, transparent);
  color: var(--text-secondary);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.site-nav__menu-toggle:hover,
.site-nav__menu-toggle:focus-visible,
.site-nav__menu-toggle[aria-expanded="true"] {
  transform: translateY(-1px);
  border-color: var(--border-strong);
  background: color-mix(in srgb, var(--accent) 12%, var(--surface-strong));
  color: var(--text-primary);
}

.site-nav__menu-toggle .icon {
  inline-size: 1.08rem;
  block-size: 1.08rem;
}

.site-nav__menu-panel {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  z-index: 80;
  display: grid;
  gap: 0.12rem;
  min-width: 11rem;
  padding: 0.42rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: color-mix(in srgb, var(--surface-strong) 94%, transparent);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  backdrop-filter: blur(18px) saturate(112%);
  box-shadow: var(--shadow-md);
}

.site-nav__menu-panel[hidden] {
  display: none !important;
}

.site-nav__menu-link {
  display: flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.48rem 0.72rem;
  border-radius: 0.72rem;
  color: var(--text-secondary);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav__menu-link:hover,
.site-nav__menu-link:focus-visible,
.site-nav__menu-link.is-active,
.site-nav__menu-link[aria-current="page"] {
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  color: var(--text-primary);
}

@media (max-width: 820px) {
  .site-nav {
    padding-inline: 0.85rem !important;
  }

  .site-nav__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 0.62rem !important;
    width: min(1180px, 100%) !important;
  }

  .site-nav__brand {
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .site-nav__brand-text {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .site-nav__links {
    display: none !important;
  }

  .site-nav__actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.44rem !important;
  }

  .site-nav__menu-wrap {
    display: inline-flex !important;
  }
}

@media (min-width: 821px) {
  .site-nav__menu-wrap {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav__menu-toggle {
    transition: none;
  }
}


/* v121 mobile overview rows: keep label/value on the same line like desktop */
@media (max-width: 860px) {
  #tab-overview .overview-row {
    display: grid !important;
    grid-template-columns: max-content minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: start !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }

  #tab-overview .overview-row > span:first-child,
  #tab-overview .overview-row__label {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: start !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  #tab-overview .overview-row > strong,
  #tab-overview .overview-row strong,
  #tab-overview .overview-value,
  #tab-overview .overview-status-value {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: stretch !important;
    justify-content: flex-end !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: clamp(0.9rem, 4vw, 3.125rem) !important;
    text-align: right !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    white-space: normal !important;
  }

  #tab-overview .overview-value > span:not(.country-flag),
  #tab-overview .overview-status-value > span:last-child,
  #userAgentValue,
  #gpuValue {
    text-align: right !important;
  }

  #tab-overview .overview-status-value {
    display: inline-flex !important;
    align-items: center !important;
  }
}


/* v122 mobile/horizontal-narrow network summary cards: keep label/value inline like desktop */
@media (max-width: 860px) {
  .network-strip .overview-row,
  .network-strip__item,
  .network-strip__browser-row .overview-row {
    display: grid !important;
    grid-template-columns: max-content minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    align-items: start !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }

  .network-strip .overview-row > span:first-child,
  .network-strip .overview-row__label {
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: start !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .network-strip .overview-row > strong,
  .network-strip .overview-row strong,
  .network-strip .overview-value,
  .network-strip .overview-status-value {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: stretch !important;
    justify-content: flex-end !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: clamp(0.9rem, 4vw, 3.125rem) !important;
    text-align: right !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    white-space: normal !important;
  }

  .network-strip .overview-value > span:not(.country-flag),
  .network-strip .overview-status-value > span:last-child,
  .network-strip #ispValue,
  .network-strip .overview-row strong #ispValue,
  .network-strip .overview-row > strong > span {
    text-align: right !important;
  }

  .network-strip .overview-status-value,
  .network-strip .overview-row--webrtc #webrtcValue {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .network-strip .inline-help-note {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
  }
}


/* v123 mobile/horizontal-narrow network summary vertical alignment */
@media (max-width: 860px) {
  .network-strip .overview-row,
  .network-strip__item,
  .network-strip__browser-row .overview-row {
    align-items: center !important;
  }

  .network-strip .overview-row > span:first-child,
  .network-strip .overview-row__label,
  .network-strip .overview-row > strong,
  .network-strip .overview-row strong,
  .network-strip .overview-value,
  .network-strip .overview-status-value {
    align-self: center !important;
  }

  .network-strip .overview-row > span:first-child,
  .network-strip .overview-row__label {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.25 !important;
  }

  .network-strip .overview-row > strong,
  .network-strip .overview-row strong,
  .network-strip .overview-value,
  .network-strip .overview-status-value {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    line-height: 1.25 !important;
  }
}
