﻿:root {
  /* Shared theme tokens keep the platform visually consistent across all static pages. */
  --bg: #050a16;
  --bg-deep: #02050d;
  --surface: rgba(11, 18, 35, 0.72);
  --surface-strong: rgba(9, 15, 30, 0.9);
  --surface-soft: rgba(16, 24, 46, 0.54);
  --surface-border: rgba(144, 156, 255, 0.12);
  --surface-border-strong: rgba(181, 166, 255, 0.26);
  --text-main: #e2e8f3;
  --text-soft: #9ca8bb;
  --text-muted: #717f96;
  --accent: #7b89ff;
  --accent-bright: #b8b0ff;
  --accent-secondary: #915cff;
  --accent-download: #7ea8ff;
  --accent-upload: #bc94ff;
  --warning: #b8b0ff;
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.45);
  --shadow-md: 0 18px 42px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 0 1px rgba(144, 156, 255, 0.08), 0 0 28px rgba(123, 137, 255, 0.12);
  --blur: 22px;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --max-width: 1180px;
  --body-background:
    radial-gradient(circle at 14% 16%, rgba(90, 119, 255, 0.14), transparent 24%),
    radial-gradient(circle at 86% 22%, rgba(145, 92, 255, 0.1), transparent 24%),
    radial-gradient(circle at 52% 120%, rgba(90, 119, 255, 0.08), transparent 42%),
    linear-gradient(180deg, #060b19 0%, #040915 38%, var(--bg-deep) 100%);
  --body-vignette: radial-gradient(circle at center, transparent 45%, rgba(0, 0, 0, 0.42) 100%);
  --body-sheen: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 12%, transparent 88%, rgba(255, 255, 255, 0.02));
  --body-sheen-opacity: 0.35;
  --grid-line-a: rgba(181, 166, 255, 0.04);
  --grid-line-b: rgba(123, 137, 255, 0.04);
  --scanline-color: rgba(255, 255, 255, 0.012);
  --scanline-opacity: 0.11;
  --radar-primary: rgba(123, 137, 255, 0.14);
  --radar-primary-soft: rgba(123, 137, 255, 0.09);
  --radar-primary-ring: rgba(123, 137, 255, 0.045);
  --radar-secondary: rgba(184, 176, 255, 0.09);
  --radar-secondary-soft: rgba(184, 176, 255, 0.055);
  --radar-secondary-ring: rgba(184, 176, 255, 0.035);
  --radar-opacity: 0.72;
  --glow-left: rgba(89, 121, 255, 0.24);
  --glow-right: rgba(145, 92, 255, 0.18);
  --topbar-surface: linear-gradient(180deg, rgba(10, 17, 31, 0.82), rgba(5, 10, 20, 0.66));
  --topbar-border: rgba(184, 176, 255, 0.07);
  --brand-surface: linear-gradient(180deg, rgba(11, 18, 33, 0.74), rgba(7, 12, 24, 0.46));
  --brand-border: rgba(184, 176, 255, 0.07);
  --brand-overlay: linear-gradient(90deg, rgba(123, 137, 255, 0.06), transparent 40%, rgba(145, 92, 255, 0.06));
  --brand-mark-surface:
    radial-gradient(circle at 30% 30%, rgba(184, 176, 255, 0.24), transparent 58%),
    linear-gradient(145deg, rgba(13, 32, 56, 0.92), rgba(4, 10, 18, 0.92));
  --brand-mark-shadow: 0 0 22px rgba(123, 137, 255, 0.12), inset 0 0 20px rgba(145, 92, 255, 0.06);
  --nav-link-hover: rgba(184, 176, 255, 0.055);
  --nav-link-active: rgba(184, 176, 255, 0.08);
  --nav-link-active-ring: inset 0 0 0 1px rgba(184, 176, 255, 0.08);
  --select-chevron: rgba(210, 218, 245, 0.82);
  --select-surface:
    linear-gradient(180deg, rgba(15, 24, 43, 0.92), rgba(9, 15, 28, 0.9)),
    rgba(15, 24, 43, 0.88);
  --select-border: rgba(184, 176, 255, 0.14);
  --select-text: rgba(232, 238, 252, 0.96);
  --select-shadow: 0 18px 42px rgba(2, 5, 13, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  --select-hover-border: rgba(132, 211, 255, 0.24);
  --select-hover-shadow: 0 20px 46px rgba(2, 5, 13, 0.3), 0 0 18px rgba(82, 196, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  --section-panel-border: rgba(184, 176, 255, 0.08);
  --section-panel-surface:
    linear-gradient(180deg, rgba(7, 14, 27, 0.9), rgba(5, 10, 20, 0.76)),
    linear-gradient(120deg, rgba(123, 137, 255, 0.035), transparent 35%, rgba(145, 92, 255, 0.04));
  --section-panel-overlay:
    linear-gradient(130deg, rgba(184, 176, 255, 0.055), transparent 28%, transparent 68%, rgba(145, 92, 255, 0.055)),
    linear-gradient(90deg, transparent 8%, rgba(123, 137, 255, 0.06) 8.2%, transparent 8.4%);
  --section-panel-sheen: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%);
  --card-border: rgba(184, 176, 255, 0.1);
  --card-surface:
    linear-gradient(180deg, rgba(10, 18, 33, 0.82), rgba(6, 11, 21, 0.7)),
    linear-gradient(125deg, rgba(123, 137, 255, 0.03), transparent 42%, rgba(145, 92, 255, 0.04));
  --card-overlay: linear-gradient(135deg, rgba(184, 176, 255, 0.06), transparent 30%, transparent 70%, rgba(145, 92, 255, 0.05));
  --card-hover-border: rgba(184, 176, 255, 0.16);
  --card-hover-shadow: 0 22px 48px rgba(0, 0, 0, 0.35), 0 0 18px rgba(123, 137, 255, 0.08);
  --chip-border: rgba(184, 176, 255, 0.1);
  --chip-surface: rgba(11, 23, 40, 0.58);
  --button-border: rgba(184, 176, 255, 0.14);
  --button-surface:
    linear-gradient(180deg, rgba(14, 23, 41, 0.9), rgba(7, 12, 24, 0.8)),
    linear-gradient(135deg, rgba(123, 137, 255, 0.12), rgba(145, 92, 255, 0.08));
  --button-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 14px 28px rgba(0, 0, 0, 0.22);
  --button-hover-border: rgba(206, 199, 255, 0.34);
  --button-hover-shadow: inset 0 0 0 1px rgba(184, 176, 255, 0.06), 0 18px 34px rgba(0, 0, 0, 0.27), 0 0 22px rgba(123, 137, 255, 0.08);
  --input-border: rgba(184, 176, 255, 0.12);
  --input-surface: rgba(10, 18, 34, 0.82);
  --input-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  --input-hover-border: rgba(184, 176, 255, 0.22);
  --input-focus-ring: 0 0 0 3px rgba(123, 137, 255, 0.08);
  --result-surface: rgba(7, 14, 27, 0.76);
  --result-border: rgba(184, 176, 255, 0.1);
  --result-hover-border: rgba(184, 176, 255, 0.16);
  --footer-border: rgba(184, 176, 255, 0.09);
  --footer-surface:
    linear-gradient(180deg, rgba(8, 15, 29, 0.85), rgba(4, 8, 17, 0.72)),
    linear-gradient(90deg, rgba(123, 137, 255, 0.03), transparent 35%, rgba(145, 92, 255, 0.04));
  --account-row-border: rgba(184, 176, 255, 0.1);
  --account-session-surface: linear-gradient(180deg, rgba(13, 20, 36, 0.92), rgba(8, 13, 25, 0.84));
  --account-session-border: rgba(184, 176, 255, 0.1);
  --account-session-chip-border: rgba(120, 214, 160, 0.16);
  --account-session-chip-surface: rgba(86, 176, 126, 0.12);
  --account-session-chip-text: rgba(211, 247, 223, 0.96);
  --state-safe-surface: rgba(48, 122, 82, 0.12);
  --state-safe-border: rgba(120, 214, 160, 0.22);
  --state-safe-text: rgba(148, 241, 191, 0.96);
  --state-caution-surface: rgba(122, 83, 40, 0.12);
  --state-caution-border: rgba(255, 191, 122, 0.22);
  --state-caution-text: rgba(255, 211, 146, 0.96);
  --state-danger-surface: rgba(130, 45, 56, 0.12);
  --state-danger-border: rgba(255, 126, 126, 0.22);
  --state-danger-text: rgba(255, 170, 176, 0.96);
  --state-neutral-surface: rgba(102, 112, 142, 0.08);
  --state-neutral-border: rgba(160, 171, 201, 0.18);
  --state-neutral-text: rgba(209, 218, 244, 0.94);
  --darkweb-usage-surface:
    linear-gradient(180deg, rgba(10, 18, 34, 0.92), rgba(7, 12, 24, 0.82)),
    radial-gradient(circle at top, rgba(90, 165, 255, 0.12), transparent 58%);
  --darkweb-usage-border: rgba(98, 156, 255, 0.18);
  --darkweb-usage-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 16px 34px rgba(4, 10, 24, 0.18);
  --darkweb-usage-limited-surface:
    linear-gradient(180deg, rgba(14, 20, 35, 0.92), rgba(8, 12, 24, 0.84)),
    radial-gradient(circle at top, rgba(255, 138, 0, 0.16), transparent 58%);
  --darkweb-usage-limited-border: rgba(255, 138, 0, 0.4);
  --darkweb-usage-limited-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 36px rgba(6, 10, 22, 0.24), 0 0 12px rgba(255, 138, 0, 0.2);
  --darkweb-usage-note-text: rgba(255, 228, 193, 0.98);
  --darkweb-action-border: rgba(255, 138, 0, 0.4);
  --darkweb-action-surface:
    linear-gradient(180deg, rgba(14, 20, 35, 0.94), rgba(8, 12, 24, 0.86)),
    radial-gradient(circle at top left, rgba(255, 138, 0, 0.14), transparent 54%);
  --darkweb-action-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 18px 34px rgba(6, 10, 22, 0.22), 0 0 12px rgba(255, 138, 0, 0.2);
  --darkweb-action-button-border: rgba(255, 138, 0, 0.4);
  --darkweb-action-button-surface:
    linear-gradient(180deg, rgba(14, 20, 35, 0.96), rgba(8, 12, 24, 0.9)),
    linear-gradient(135deg, rgba(255, 138, 0, 0.14), rgba(255, 138, 0, 0.06));
}

body[data-page="ops-console"] .ops-shell {
  display: block;
}

body[data-page="ops-console"] .ops-sidebar {
  display: none;
}

body[data-page="ops-console"] .ops-nav {
  display: grid;
  gap: 10px;
}

body[data-page="ops-console"] .ops-nav-link {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(92, 244, 196, 0.14);
  background: rgba(10, 16, 31, 0.68);
  color: rgba(232, 241, 255, 0.9);
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

body[data-page="ops-console"] .ops-nav-link:hover,
body[data-page="ops-console"] .ops-nav-link.is-active {
  border-color: rgba(92, 244, 196, 0.4);
  background: rgba(11, 24, 37, 0.92);
  transform: translateY(-1px);
}

body[data-page="ops-console"] .ops-sidebar-card,
body[data-page="ops-console"] .ops-page-header,
body[data-page="ops-console"] .ops-main,
body[data-page="ops-console"] .ops-page-surface {
  display: grid;
  gap: 16px;
}

body[data-page="ops-console"] .topbar,
body[data-page="ops-console"] .section {
  width: min(calc(100% - 2rem), 1680px);
}

body[data-page="ops-console"] .section-panel {
  padding: 2rem 2.1rem 2.8rem;
}

body[data-page="ops-console"] .ops-main,
body[data-page="ops-console"] .ops-page-surface,
body[data-page="ops-console"] .admin-data-card,
body[data-page="ops-console"] .admin-detail-section {
  min-width: 0;
}

body[data-page="ops-console"] .ops-page-header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  margin-bottom: 1rem;
}

body[data-page="ops-console"] .ops-control-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

body[data-page="ops-console"] .ops-hub-card {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(92, 244, 196, 0.16);
  background: radial-gradient(circle at top right, rgba(92, 244, 196, 0.12), transparent 45%), rgba(8, 15, 28, 0.88);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body[data-page="ops-console"] .ops-hub-card:hover {
  transform: translateY(-2px);
  border-color: rgba(92, 244, 196, 0.42);
  box-shadow: 0 22px 48px rgba(5, 12, 26, 0.42);
}

body[data-page="ops-console"] .ops-hub-label {
  color: #f4f8ff;
  font-size: 1.05rem;
  font-weight: 700;
}

body[data-page="ops-console"] .ops-hub-copy {
  color: rgba(200, 214, 236, 0.78);
  line-height: 1.55;
}

body[data-page="ops-console"] .ops-inline-filters,
body[data-page="ops-console"] .ops-header-actions,
body[data-page="ops-console"] .ops-email-tools,
body[data-page="ops-console"] .ops-action-grid,
body[data-page="ops-console"] .ops-stepup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

body[data-page="ops-console"] .ops-email-textarea {
  min-height: 120px;
  resize: vertical;
}

body[data-page="ops-console"] .ops-record-strip,
body[data-page="ops-console"] .ops-pagination,
body[data-page="ops-console"] .ops-pagination-controls,
body[data-page="ops-console"] .ops-feed,
body[data-page="ops-console"] .ops-feed-top,
body[data-page="ops-console"] .ops-feed-footer,
body[data-page="ops-console"] .ops-detail-layout,
body[data-page="ops-console"] .ops-detail-summary-grid,
body[data-page="ops-console"] .ops-detail-stack {
  display: grid;
  gap: 14px;
}

body[data-page="ops-console"] .ops-record-strip {
  grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  align-items: center;
}

body[data-page="ops-console"] .ops-pagination {
  margin-top: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

body[data-page="ops-console"] .ops-pagination-summary {
  color: rgba(186, 198, 223, 0.82);
  font-size: 0.9rem;
}

body[data-page="ops-console"] .ops-pagination-controls {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
}

body[data-page="ops-console"] .ops-page-link {
  min-width: 2.75rem;
  justify-content: center;
}

body[data-page="ops-console"] .ops-page-link.is-active {
  border-color: rgba(92, 244, 196, 0.42);
  background: rgba(11, 24, 37, 0.92);
}

body[data-page="ops-console"] .ops-feed {
  margin-top: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

body[data-page="ops-console"] .ops-feed-card {
  gap: 0.85rem;
}

body[data-page="ops-console"] .ops-feed-top,
body[data-page="ops-console"] .ops-feed-footer {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

body[data-page="ops-console"] .ops-feed-body {
  display: grid;
  gap: 0.35rem;
}

body[data-page="ops-console"] .ops-action-grid-wide {
  grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  align-items: stretch;
}

body[data-page="ops-console"] .ops-detail-layout {
  gap: 1.2rem;
}

body[data-page="ops-console"] .ops-detail-summary-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

body[data-page="ops-console"] .admin-button-danger {
  border-color: rgba(255, 96, 126, 0.24);
  color: rgba(255, 215, 222, 0.94);
}

body[data-page="ops-console"] .ops-stepup-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
}

body[data-page="ops-console"] .ops-stepup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 18, 0.72);
  backdrop-filter: blur(10px);
}

body[data-page="ops-console"] .ops-stepup-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 520px);
  display: grid;
  gap: 14px;
}

@media (max-width: 980px) {
  body[data-page="ops-console"] .ops-sidebar {
    display: none;
  }

  body[data-page="ops-console"] .ops-page-header,
  body[data-page="ops-console"] .ops-pagination,
  body[data-page="ops-console"] .ops-feed-top,
  body[data-page="ops-console"] .ops-feed-footer {
    grid-template-columns: 1fr;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #050a16;
  background-color: #050a16;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  color: var(--text-main);
  background: var(--body-background);
  background-color: #050a16;
  font-family: "Bahnschrift", "Trebuchet MS", "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background: var(--body-vignette);
}

body::after {
  background: var(--body-sheen);
  opacity: var(--body-sheen-opacity);
}

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

button,
input,
textarea,
select {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  overflow: hidden;
  background-color: #050a16;
}

.background-grid,
.background-scanlines,
.background-radar,
.background-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.background-grid {
  /* The animated grid gives the page a restrained command-center feel. */
  background-image:
    linear-gradient(var(--grid-line-a) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line-b) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 54%, transparent 100%);
  opacity: 0.32;
  animation: grid-drift 30s linear infinite;
}

.background-scanlines {
  background:
    repeating-linear-gradient(
      180deg,
      var(--scanline-color) 0,
      var(--scanline-color) 1px,
      transparent 1px,
      transparent 5px
    );
  opacity: var(--scanline-opacity);
  mix-blend-mode: screen;
}

.background-radar {
  background:
    radial-gradient(
      circle at 78% 18%,
      var(--radar-primary) 0,
      var(--radar-primary-soft) 0.35rem,
      transparent 0.45rem,
      transparent 6.8rem,
      var(--radar-primary-ring) 6.85rem,
      transparent 7.2rem,
      transparent 10rem
    ),
    radial-gradient(
      circle at 16% 72%,
      var(--radar-secondary) 0,
      var(--radar-secondary-soft) 0.3rem,
      transparent 0.45rem,
      transparent 7.7rem,
      var(--radar-secondary-ring) 7.75rem,
      transparent 8.2rem,
      transparent 11rem
    );
  filter: blur(0.2px);
  opacity: var(--radar-opacity);
  animation: radar-breathe 12s ease-in-out infinite;
}

.background-glow {
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.36;
}

.background-glow-left {
  inset: auto auto auto auto;
  left: -11rem;
  top: 3rem;
  background: var(--glow-left);
  animation: glow-float-left 12s ease-in-out infinite;
}

.background-glow-right {
  inset: auto auto auto auto;
  right: -10rem;
  top: 16rem;
  background: var(--glow-right);
  animation: glow-float-right 14s ease-in-out infinite;
}

.topbar,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1.3rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  overflow: visible;
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.5rem 0.85rem 0.5rem 0.45rem;
  border-radius: 999px;
  background: var(--brand-surface);
  border: 1px solid var(--brand-border);
  box-shadow: var(--shadow-glow);
  backdrop-filter: blur(18px);
}

.brand::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--brand-overlay);
  opacity: 0.6;
}

.brand-mark,
.brand-text {
  position: relative;
  z-index: 1;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: var(--brand-mark-surface);
  border: 1px solid var(--surface-border-strong);
  box-shadow: var(--brand-mark-shadow);
  font-family: "Consolas", "Lucida Console", monospace;
  color: var(--accent-bright);
}

.brand-text {
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.header-account-only .navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}

body.header-account-only .navigation a {
  display: none !important;
}

body.header-account-only .navigation a:not(.button):hover,
body.header-account-only .navigation a:not(.button):focus-visible {
  color: inherit;
  background: transparent;
  transform: none;
}

body.header-account-only .navigation a[aria-current="page"] {
  color: inherit;
  background: transparent;
  box-shadow: none;
}

.language-nav {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.46rem;
  min-width: 3rem;
  height: 3rem;
  padding: 0 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 176, 255, 0.14);
  background: linear-gradient(180deg, rgba(11, 18, 34, 0.94), rgba(7, 12, 24, 0.9));
  color: rgba(223, 229, 246, 0.94);
  box-shadow:
    0 18px 44px rgba(2, 5, 13, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.language-toggle:hover,
.language-toggle:focus-visible,
.language-nav.is-open .language-toggle {
  color: var(--text-main);
  border-color: rgba(198, 204, 255, 0.24);
  box-shadow:
    0 18px 44px rgba(2, 5, 13, 0.42),
    0 0 18px rgba(123, 137, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.language-toggle-icon {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
}

.language-toggle-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.language-toggle-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.7rem;
  color: rgba(223, 229, 246, 0.94);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.language-menu {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 14rem;
  max-width: min(18rem, calc(100vw - 1rem));
  display: grid;
  gap: 0.55rem;
  padding: 0.92rem;
  border-radius: 20px;
  border: 1px solid rgba(184, 176, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(11, 18, 34, 0.96), rgba(7, 12, 24, 0.94)),
    rgba(7, 12, 24, 0.94);
  box-shadow:
    0 30px 72px rgba(2, 5, 13, 0.48),
    0 0 24px rgba(123, 137, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(28px);
  z-index: 10020;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.985);
  transform-origin: top right;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.language-menu[hidden] {
  display: none !important;
}

.language-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.language-menu-section {
  display: grid;
  gap: 0.3rem;
}

.language-menu-title,
.language-menu-subtitle,
.account-menu-subtitle {
  margin: 0;
}

.language-menu-title,
.account-menu-subtitle {
  color: rgba(216, 223, 246, 0.88);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.language-menu-subtitle {
  color: rgba(184, 196, 225, 0.82);
  font-size: 0.8rem;
  line-height: 1.45;
}

.locale-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.locale-choice-group-full {
  margin-top: 0.65rem;
}

.locale-choice-button {
  min-width: 6rem;
  padding: 0.7rem 0.88rem;
  border: 1px solid rgba(184, 176, 255, 0.1);
  border-radius: 999px;
  background: rgba(16, 24, 43, 0.74);
  color: rgba(226, 232, 248, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.locale-choice-button:hover,
.locale-choice-button:focus-visible {
  color: var(--text-main);
  border-color: rgba(184, 176, 255, 0.16);
  background: rgba(184, 176, 255, 0.08);
  transform: translateY(-1px);
}

.locale-choice-button.is-active {
  color: var(--text-main);
  border-color: rgba(117, 225, 185, 0.18);
  background: linear-gradient(180deg, rgba(24, 44, 52, 0.88), rgba(13, 25, 32, 0.88));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 18px rgba(65, 179, 148, 0.09);
}

.locale-choice-button-compact {
  min-width: 5.5rem;
  padding: 0.58rem 0.78rem;
  font-size: 0.78rem;
}

.locale-choice-button-full {
  min-width: 6.5rem;
}

.locale-select-wrap {
  position: relative;
  display: inline-flex;
  width: min(100%, 14rem);
}

.locale-select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.92rem;
  width: 0.56rem;
  height: 0.56rem;
  border-right: 2px solid var(--select-chevron);
  border-bottom: 2px solid var(--select-chevron);
  transform: translateY(-68%) rotate(45deg);
  pointer-events: none;
}

.locale-select {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.78rem 2.5rem 0.78rem 0.95rem;
  border: 1px solid var(--select-border);
  border-radius: 1rem;
  background: var(--select-surface);
  color: var(--select-text);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: var(--select-shadow);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.locale-select:hover,
.locale-select:focus-visible {
  border-color: var(--select-hover-border);
  box-shadow: var(--select-hover-shadow);
  transform: translateY(-1px);
}

body.header-account-only .nav-toggle {
  display: none !important;
  flex-direction: column;
  gap: 0.3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  border: 1px solid var(--surface-border);
  background: rgba(9, 17, 31, 0.84);
  box-shadow: var(--shadow-glow);
  align-items: center;
  justify-content: center;
  color: var(--text-main);
  cursor: pointer;
  backdrop-filter: blur(18px);
}

.nav-toggle-line {
  width: 1.05rem;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 4rem 0;
}

.section-panel {
  position: relative;
  margin-top: 1.2rem;
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--section-panel-border);
  background: var(--section-panel-surface);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(var(--blur));
}

.section-panel::before,
.section-panel::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.section-panel::before {
  inset: 0;
  border-radius: inherit;
  background: var(--section-panel-overlay);
  opacity: 0.78;
}

.section-panel::after {
  inset: 1px;
  border-radius: calc(var(--radius-xl) - 1px);
  background: var(--section-panel-sheen);
}

.hero,
.dashboard-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 2rem;
  align-items: stretch;
  padding-top: 3.6rem;
}

.hero-visual-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.7fr);
  align-items: center;
  gap: 2rem;
  padding-top: 3.2rem;
  padding-bottom: 1.2rem;
}

.hero-visual-copy,
.hero-radar-visual {
  position: relative;
  min-width: 0;
  z-index: 1;
}

.hero-visual-copy {
  max-width: 32rem;
}

.hero-visual-title {
  margin-bottom: 0.7rem;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.hero-visual-subtitle {
  margin-bottom: 0;
  color: var(--text-soft);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-radar-status {
  justify-self: end;
  min-width: 0;
  width: min(26rem, 100%);
  margin: 0.85rem 0 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.hero-radar-status::before {
  content: "";
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: var(--accent-bright);
  box-shadow: 0 0 12px rgba(184, 176, 255, 0.35);
  animation: pulse-dot 3s ease-in-out infinite;
}

.hero-radar-visual {
  justify-self: end;
  width: min(26rem, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background:
    radial-gradient(circle at center, rgba(123, 137, 255, 0.08), transparent 48%),
    linear-gradient(180deg, rgba(9, 16, 30, 0.88), rgba(5, 10, 20, 0.72));
  box-shadow:
    inset 0 0 40px rgba(123, 137, 255, 0.05),
    0 24px 54px rgba(0, 0, 0, 0.3),
    0 0 24px rgba(123, 137, 255, 0.08);
  overflow: hidden;
}

.hero-radar-visual::before,
.hero-radar-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.hero-radar-visual::before {
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(184, 176, 255, 0.08) 50%, transparent 50.3%),
    linear-gradient(180deg, transparent 49.7%, rgba(123, 137, 255, 0.08) 50%, transparent 50.3%);
}

.hero-radar-visual::after {
  background:
    radial-gradient(circle at center, transparent 0 31%, rgba(184, 176, 255, 0.08) 31.3%, transparent 31.6%, transparent 55%, rgba(184, 176, 255, 0.06) 55.3%, transparent 55.6%, transparent 78%, rgba(184, 176, 255, 0.05) 78.3%, transparent 78.6%);
}

.hero-radar-ring,
.hero-radar-detection-layer,
.hero-radar-sweep,
.hero-radar-pulse,
.hero-radar-core {
  position: absolute;
  border-radius: 50%;
}

.hero-radar-detection-layer {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-radar-ring-outer {
  inset: 1.35rem;
  border: 1px solid rgba(184, 176, 255, 0.12);
}

.hero-radar-ring-mid {
  inset: 4rem;
  border: 1px solid rgba(123, 137, 255, 0.12);
}

.hero-radar-ring-inner {
  inset: 7.2rem;
  border: 1px solid rgba(184, 176, 255, 0.14);
}

.hero-radar-sweep {
  inset: 0.7rem;
  background: conic-gradient(from 0deg, rgba(184, 176, 255, 0.2), rgba(123, 137, 255, 0.1) 12%, transparent 24%, transparent 100%);
  mask-image: radial-gradient(circle at center, transparent 0 24%, black 24.4%);
  animation: spin-slow 16s linear infinite;
  opacity: 0.78;
}

.hero-radar-pulse {
  inset: 38%;
  background: radial-gradient(circle, rgba(184, 176, 255, 0.2), transparent 70%);
  animation: radar-ping 4.5s ease-in-out infinite;
}

.hero-radar-core {
  inset: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  background: var(--accent-bright);
  box-shadow: 0 0 16px rgba(184, 176, 255, 0.4);
}

.radar-detection {
  position: absolute;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: radar-detection-fade 2.3s ease-out forwards;
}

.radar-detection::before,
.radar-detection::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.radar-detection::before {
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.radar-detection::after {
  border: 1px solid currentColor;
  opacity: 0.55;
  transform: scale(0.85);
  animation: radar-detection-pulse 2.3s ease-out forwards;
}

.radar-detection-safe {
  color: rgba(108, 226, 150, 0.9);
}

.radar-detection-warning {
  color: rgba(255, 176, 90, 0.92);
}

.radar-detection-alert {
  color: rgba(255, 96, 110, 0.92);
}

body[data-page="home"] .hero-action-first {
  grid-template-columns: 1fr;
  min-height: auto;
  place-items: center;
  padding-top: 1.4rem;
}

body[data-page="home"] .hero-action-first::before {
  border-color: rgba(143, 161, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 14, 27, 0.88), rgba(3, 8, 17, 0.76)),
    linear-gradient(125deg, rgba(90, 214, 255, 0.05), transparent 34%, rgba(145, 92, 255, 0.065) 72%, transparent 100%);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(90, 214, 255, 0.045),
    0 0 34px rgba(145, 92, 255, 0.035);
}

body[data-page="home"] .hero-action-first::after {
  background:
    radial-gradient(circle at 14% 24%, rgba(90, 214, 255, 0.07), transparent 24%),
    radial-gradient(circle at 86% 20%, rgba(145, 92, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 16%);
}

body[data-page="home"] .hero-copy-centered {
  max-width: 82rem;
}

.hero::before,
.dashboard-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 38px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(8, 14, 27, 0.86), rgba(3, 8, 17, 0.72)),
    linear-gradient(120deg, rgba(123, 137, 255, 0.055), transparent 34%, rgba(145, 92, 255, 0.06));
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(var(--blur));
}

.hero::after,
.dashboard-hero::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 37px;
  border: 1px solid rgba(255, 255, 255, 0.02);
  background:
    radial-gradient(circle at top right, rgba(123, 137, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 16%);
  pointer-events: none;
}

.hero-copy,
.hero-panel,
.dashboard-hero .section-heading,
.dashboard-status {
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding: 2.8rem 2.6rem 2.8rem 2.8rem;
}

.hero-copy-centered {
  max-width: 56rem;
  padding: 4.4rem 3rem;
  text-align: center;
}

.hero-copy::before {
  content: "";
  position: absolute;
  top: 2.4rem;
  left: 2.8rem;
  width: 7rem;
  height: 1px;
  background: linear-gradient(90deg, var(--accent-bright), transparent);
  box-shadow: 0 0 14px rgba(123, 137, 255, 0.28);
}

.hero-copy-centered::before {
  left: 50%;
  top: 2.8rem;
  width: 9rem;
  transform: translateX(-50%);
}

.hero-copy::after {
  /* Thin circuit-like traces keep the hero technical without adding noise. */
  content: "";
  position: absolute;
  right: 2.6rem;
  top: 4.8rem;
  width: 7rem;
  height: 8rem;
  background:
    linear-gradient(90deg, transparent 0 32%, rgba(184, 176, 255, 0.11) 32% 33%, transparent 33% 100%),
    linear-gradient(180deg, transparent 0 22%, rgba(123, 137, 255, 0.11) 22% 23%, transparent 23% 62%, rgba(184, 176, 255, 0.11) 62% 63%, transparent 63% 100%);
  opacity: 0.52;
}

.hero-copy-centered::after {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 3rem;
  width: 10rem;
  height: 5rem;
  transform: translateX(-50%);
  opacity: 0.34;
}

.hero-panel,
.dashboard-status {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2.2rem 2rem 0;
}

.dashboard-hero .section-heading {
  padding: 2.8rem 2.4rem 2.8rem 2.8rem;
  margin-bottom: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 1.25rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 176, 255, 0.12);
  background: rgba(8, 18, 32, 0.62);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: var(--accent-bright);
  box-shadow: inset 0 0 18px rgba(123, 137, 255, 0.05);
}

.eyebrow::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent-bright);
  box-shadow: 0 0 12px rgba(184, 176, 255, 0.55);
  animation: pulse-dot 3s ease-in-out infinite;
}

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

h1,
h2,
h3 {
  line-height: 1.05;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1.15rem;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  letter-spacing: -0.04em;
  text-shadow: 0 0 24px rgba(123, 137, 255, 0.08);
}

h2 {
  max-width: 15ch;
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 4vw, 3.45rem);
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 0.85rem;
  font-size: 1.34rem;
}

.hero-text,
.section-text,
.dashboard-status p,
.tool-card p,
.info-card p,
.security-card p,
.metric-label,
.preview-text {
  color: var(--text-soft);
}

.hero-text {
  max-width: 38rem;
  font-size: 1.07rem;
}

.hero-copy-centered .hero-text {
  margin-left: auto;
  margin-right: auto;
}

.section-text {
  max-width: 48rem;
}

.hero-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-actions {
  margin: 2.1rem 0 2.2rem;
}

.hero-actions-unified {
  display: grid;
  width: 100%;
}

.hero-actions-unified {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
}

.action-buttons-large {
  justify-content: center;
}

.action-button-large {
  min-width: 14rem;
  min-height: 3.7rem;
  font-size: 1rem;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.95rem 1.45rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 220ms ease,
    filter 220ms ease;
  will-change: transform, box-shadow;
  isolation: isolate;
  transform-origin: center;
}

.button::before {
  content: "";
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: -18%;
  width: 12%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.025) 18%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.025) 82%, transparent 100%);
  opacity: 0;
  transform: translateX(-220%) skewX(-20deg);
  transition:
    transform 480ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease;
  pointer-events: none;
  z-index: 0;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(155, 165, 255, 0.08);
  box-shadow:
    0 0 0 rgba(123, 137, 255, 0),
    inset 0 0 0.6rem rgba(123, 137, 255, 0.018);
  opacity: 0.78;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease;
  pointer-events: none;
  z-index: 0;
  animation: button-edge-breathe 6.8s ease-in-out infinite;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  filter: brightness(1.015);
}

.button:hover::before,
.button:focus-visible::before {
  opacity: 0.72;
  transform: translateX(860%) skewX(-20deg);
}

.button:hover::after,
.button:focus-visible::after {
  border-color: rgba(198, 204, 255, 0.28);
  box-shadow:
    0 0 0.95rem rgba(123, 137, 255, 0.1),
    0 0 1.7rem rgba(145, 92, 255, 0.05),
    inset 0 0 0.85rem rgba(123, 137, 255, 0.035);
  opacity: 1;
  animation-play-state: paused;
}

.button:active {
  transform: translateY(-1px) scale(0.985);
  filter: brightness(1.01);
  transition-duration: 90ms;
}

.button:active::before {
  opacity: 0.44;
}

.button:active::after {
  border-color: rgba(198, 204, 255, 0.2);
  box-shadow:
    0 0 0.7rem rgba(123, 137, 255, 0.08),
    inset 0 0 0.65rem rgba(123, 137, 255, 0.028);
}

.button-primary {
  color: var(--text-main);
  background: var(--button-surface);
  border-color: var(--button-border);
  box-shadow: var(--button-shadow);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--button-hover-border);
  box-shadow: var(--button-hover-shadow);
}

.button-secondary,
.button-outline {
  color: var(--text-main);
  border-color: var(--button-border);
  background: var(--button-surface);
  box-shadow: var(--button-shadow);
}

.button-secondary:hover,
.button-outline:hover,
.button-secondary:focus-visible,
.button-outline:focus-visible {
  border-color: var(--button-hover-border);
  box-shadow: var(--button-hover-shadow);
}

.button-small {
  min-height: 2.8rem;
  padding: 0.74rem 1.15rem;
  font-size: 0.94rem;
}

.hero-tool-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 5.95rem;
  border-radius: 24px;
  padding: 1.15rem 1.2rem;
  text-align: left;
}

body[data-page="home"] .hero-tool-link {
  border-color: rgba(154, 171, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(14, 23, 41, 0.92), rgba(7, 12, 24, 0.84)),
    linear-gradient(135deg, rgba(90, 214, 255, 0.12), rgba(145, 92, 255, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 0 rgba(90, 214, 255, 0);
}

body[data-page="home"] .hero-tool-link::after {
  border-color: rgba(155, 170, 255, 0.11);
  box-shadow:
    0 0 0.7rem rgba(90, 214, 255, 0.045),
    0 0 1.25rem rgba(145, 92, 255, 0.04),
    inset 0 0 0.95rem rgba(90, 214, 255, 0.018);
  opacity: 0.92;
}

body[data-page="home"] .hero-tool-link::before {
  width: 16%;
  background: linear-gradient(90deg, transparent 0%, rgba(140, 239, 255, 0.05) 18%, rgba(255, 255, 255, 0.16) 50%, rgba(180, 163, 255, 0.05) 82%, transparent 100%);
}

body[data-page="home"] .hero-tool-link:hover,
body[data-page="home"] .hero-tool-link:focus-visible {
  border-color: rgba(185, 204, 255, 0.26);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.025),
    0 22px 42px rgba(0, 0, 0, 0.28),
    0 0 20px rgba(90, 214, 255, 0.08),
    0 0 26px rgba(145, 92, 255, 0.055);
}

body[data-page="home"] .hero-tool-link:hover::after,
body[data-page="home"] .hero-tool-link:focus-visible::after {
  border-color: rgba(200, 214, 255, 0.24);
  box-shadow:
    0 0 1rem rgba(90, 214, 255, 0.09),
    0 0 1.8rem rgba(145, 92, 255, 0.06),
    inset 0 0 1.05rem rgba(90, 214, 255, 0.03);
}

body[data-page="home"] .hero-tool-title {
  text-shadow: 0 0 18px rgba(90, 214, 255, 0.05);
}

body[data-page="home"] .hero-tool-note {
  color: rgba(173, 186, 211, 0.82);
}

.hero-tool-title,
.hero-tool-note {
  position: relative;
  z-index: 1;
}

.hero-tool-title {
  font-size: 1.02rem;
  line-height: 1.2;
}

.hero-tool-note {
  margin-top: 0.4rem;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
}

.button-primary .hero-tool-note,
.button-secondary .hero-tool-note {
  color: var(--text-muted);
}

.hero-metrics,
.card-grid {
  display: grid;
  gap: 1rem;
}

.hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-card,
.panel,
.info-card,
.security-card,
.tool-card {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  background: var(--card-surface);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.metric-card::before,
.panel::before,
.info-card::before,
.security-card::before,
.tool-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--card-overlay);
  opacity: 0.65;
  pointer-events: none;
}

.metric-card:hover,
.panel:hover,
.info-card:hover,
.security-card:hover,
.tool-card:hover {
  transform: translateY(-4px);
  border-color: var(--card-hover-border);
  box-shadow: var(--card-hover-shadow);
}

.metric-card,
.info-card,
.security-card,
.tool-card,
.panel {
  padding: 1.45rem;
}

.metric-value,
.card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--chip-border);
  background: var(--chip-surface);
  color: var(--accent-bright);
  font-family: "Consolas", "Lucida Console", monospace;
  font-size: 0.79rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.metric-card {
  min-height: 100%;
}

.panel {
  width: 100%;
  max-width: 30rem;
  padding: 1.25rem;
}

.panel-header {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--text-main);
  font-weight: 700;
}

.panel-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--warning);
  box-shadow: 0 0 16px rgba(184, 176, 255, 0.42);
  animation: pulse-dot 2.8s ease-in-out infinite;
}

.preview-stack {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.9rem;
}

.network-widget {
  position: relative;
  z-index: 1;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(9, 16, 30, 0.9), rgba(6, 11, 21, 0.76)),
    linear-gradient(120deg, rgba(126, 168, 255, 0.04), transparent 44%, rgba(188, 148, 255, 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 16px 28px rgba(0, 0, 0, 0.22),
    0 0 20px rgba(123, 137, 255, 0.08);
  overflow: hidden;
}

.network-widget::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 9%, rgba(126, 168, 255, 0.08) 9.2%, transparent 9.4%),
    linear-gradient(180deg, transparent 0 22%, rgba(188, 148, 255, 0.06) 22.2%, transparent 22.4%);
  opacity: 0.6;
  pointer-events: none;
}

.network-widget-header,
.network-stats,
.network-widget-footer {
  position: relative;
  z-index: 1;
}

.network-widget-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.95rem;
}

.network-widget-label {
  margin-bottom: 0.3rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.network-widget-title {
  margin-bottom: 0;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.network-widget-button {
  min-height: 2.45rem;
  padding-inline: 1rem;
  flex-shrink: 0;
}

.network-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.network-stat {
  padding: 0.85rem 0.8rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background: rgba(12, 20, 37, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.network-stat-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.network-stat-value {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.network-stat-download .network-stat-value {
  color: var(--accent-download);
  text-shadow: 0 0 12px rgba(126, 168, 255, 0.18);
}

.network-stat-upload .network-stat-value {
  color: var(--accent-upload);
  text-shadow: 0 0 12px rgba(188, 148, 255, 0.16);
}

.network-stat-latency .network-stat-value {
  color: var(--text-main);
}

.network-widget-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(184, 176, 255, 0.08);
  color: var(--text-soft);
  font-size: 0.86rem;
}

.network-widget-meta-label {
  color: var(--text-muted);
}

.network-widget.is-loading .network-stat-value,
.network-widget.is-loading .network-widget-meta-value {
  opacity: 0.55;
}

.network-widget.is-loading .network-widget-button {
  box-shadow:
    inset 0 0 0 1px rgba(184, 176, 255, 0.06),
    0 0 18px rgba(123, 137, 255, 0.12);
}

.preview-card {
  position: relative;
  padding: 1rem 1rem 1rem 1.1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(184, 176, 255, 0.08);
  background: rgba(6, 14, 27, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.preview-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-bright), transparent);
  box-shadow: 0 0 14px rgba(123, 137, 255, 0.16);
}

.preview-title {
  margin-bottom: 0.35rem;
  font-weight: 700;
}

.section-heading {
  position: relative;
  z-index: 1;
  max-width: 48rem;
  margin-bottom: 1.75rem;
}

.feature-grid,
.tool-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-grid,
.security-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1.25rem;
  align-items: start;
}

.action-section {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.action-section-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.action-section h2 {
  max-width: none;
  margin-bottom: 0;
}

.action-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.action-button {
  min-width: 12.5rem;
}

.info-card,
.security-card,
.tool-card {
  min-height: 100%;
}

.info-card h3,
.security-card h3,
.tool-card h3 {
  position: relative;
  z-index: 1;
}

.info-card p,
.security-card p,
.tool-card p {
  position: relative;
  z-index: 1;
}

.tool-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.tool-card .button {
  margin-top: auto;
  width: fit-content;
}

.tools-control-panel {
  padding-top: 2.4rem;
}

.tools-panel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.interactive-tool {
  min-height: 100%;
  scroll-margin-top: 7rem;
}

.interactive-tool:target {
  border-color: rgba(184, 176, 255, 0.2);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(123, 137, 255, 0.12);
}

.tool-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.9rem;
}

.tool-input-area {
  display: flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background: rgba(11, 20, 37, 0.74);
  color: var(--text-soft);
}

.tool-input-area-empty {
  color: var(--text-muted);
}

.tool-requirement-notice {
  display: grid;
  gap: 0.38rem;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 191, 122, 0.16);
  background: rgba(34, 25, 17, 0.36);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  }

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

.tool-requirement-notice strong {
  color: var(--text-main);
  font-size: 0.95rem;
}

.tool-requirement-notice p {
  margin: 0;
  color: var(--text-soft);
}

.tool-form-stacked {
  display: grid;
  gap: 0.95rem;
}

.tool-consent-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: var(--text-main);
}

.tool-consent-row input {
  margin-top: 0.2rem;
}

.tool-legal-note {
  margin: -0.15rem 0 0;
  color: var(--text-soft);
  font-size: 0.88rem;
}

.website-security-form .tool-action-button {
  width: 100%;
}

.website-security-verification-shell {
  display: grid;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(150, 172, 255, 0.12);
  background: rgba(10, 16, 29, 0.72);
}

.website-security-method-row,
.website-security-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.website-security-method-label {
  color: rgba(208, 214, 239, 0.76);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.website-security-method-option {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: var(--text-main);
}

.website-security-verification-panel {
  display: grid;
  gap: 0.65rem;
  padding: 0.9rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(120, 214, 160, 0.14);
  background: rgba(9, 17, 27, 0.74);
}

.website-security-status,
.website-security-section-summary {
  margin: 0;
  color: var(--text-soft);
}

.website-security-instructions {
  margin: 0;
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background: rgba(5, 10, 20, 0.74);
  color: rgba(218, 232, 255, 0.94);
  font: 0.86rem/1.55 "Consolas", "Courier New", monospace;
  white-space: pre-wrap;
  word-break: break-word;
}

.website-security-detail-list li strong {
  color: var(--text-main);
}

.website-security-detail-note,
.website-security-detail-action {
  margin-top: 0.22rem;
  color: var(--text-soft);
}

.website-security-detail-action {
  color: rgba(194, 245, 214, 0.88);
}

.website-security-sections {
  display: grid;
  gap: 1rem;
}

.website-security-profile-shell,
.website-security-panel,
.website-security-priority-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.95rem;
  padding: 1.15rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(166, 185, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(18, 26, 45, 0.92), rgba(10, 15, 28, 0.88)),
    radial-gradient(circle at top right, rgba(85, 193, 255, 0.12), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 34px rgba(5, 10, 18, 0.34);
}

.website-security-profile-shell::before,
.website-security-panel::before,
.website-security-priority-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(97, 199, 255, 0.12), transparent 26%, transparent 74%, rgba(167, 117, 255, 0.08));
  opacity: 0.9;
}

.website-security-profile-head,
.website-security-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.website-security-kicker,
.website-security-panel-title {
  display: inline-block;
  color: rgba(203, 213, 244, 0.78);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.website-security-profile-title {
  display: block;
  color: var(--text-main);
  font-size: 1.2rem;
  font-weight: 700;
}

.website-security-profile-subtitle,
.website-security-panel-summary {
  margin: 0.28rem 0 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.website-security-panel-wordpress-hero {
  gap: 1.05rem;
  border-width: 1px;
  background:
    linear-gradient(180deg, rgba(14, 21, 38, 0.94), rgba(8, 13, 25, 0.9)),
    radial-gradient(circle at top right, rgba(98, 181, 255, 0.14), transparent 38%),
    radial-gradient(circle at left center, rgba(170, 124, 255, 0.1), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 48px rgba(0, 0, 0, 0.3),
    0 0 24px rgba(101, 158, 255, 0.08);
}

.website-security-panel-head-wordpress {
  align-items: center;
}

.website-security-wordpress-title {
  display: block;
  margin-top: 0.18rem;
  color: var(--text-main);
  font-size: clamp(1.18rem, 2.4vw, 1.5rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.website-security-summary-pill-wordpress {
  min-width: min(15rem, 100%);
}

.website-security-wordpress-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.website-security-summary-pill {
  min-width: min(21rem, 100%);
  display: grid;
  gap: 0.28rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(9, 14, 27, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.website-security-summary-pill span {
  color: rgba(208, 214, 239, 0.7);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.website-security-summary-pill strong {
  color: var(--text-main);
  font-size: 0.98rem;
  line-height: 1.55;
}

.website-security-profile-grid,
.website-security-info-grid,
.website-security-priority-grid,
.website-security-compact-grid {
  display: grid;
  gap: 0.9rem;
}

.website-security-profile-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.website-security-info-grid,
.website-security-priority-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.website-security-compact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.website-security-profile-card,
.website-security-info-card,
.website-security-priority-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(166, 185, 255, 0.12);
  background: rgba(8, 13, 25, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 22px rgba(4, 8, 15, 0.22);
}

.website-security-profile-card::after,
.website-security-info-card::after,
.website-security-priority-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(130deg, rgba(100, 198, 255, 0.08), transparent 36%, transparent 72%, rgba(171, 124, 255, 0.08));
}

.website-security-profile-icon,
.website-security-panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 14px;
  border: 1px solid rgba(166, 185, 255, 0.12);
  background: rgba(13, 20, 37, 0.86);
  color: rgba(177, 228, 255, 0.94);
  box-shadow: 0 0 18px rgba(77, 177, 255, 0.12);
}

.website-security-panel-icon {
  flex: 0 0 auto;
}

.website-security-profile-icon svg,
.website-security-panel-icon svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.website-security-profile-label,
.website-security-info-label {
  color: rgba(205, 214, 241, 0.68);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.website-security-profile-value,
.website-security-info-value,
.website-security-priority-copy strong {
  color: var(--text-main);
  font-size: 1rem;
  line-height: 1.45;
  word-break: break-word;
}

.website-security-profile-note,
.website-security-info-note,
.website-security-priority-copy p {
  color: var(--text-soft);
  font-size: 0.84rem;
  line-height: 1.55;
}

.website-security-info-note,
.website-security-info-action,
.website-security-priority-copy p {
  margin: 0;
}

.website-security-info-action {
  color: rgba(190, 243, 214, 0.9);
  font-size: 0.82rem;
  line-height: 1.5;
}

.website-security-priority-card {
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 0.8rem;
}

.website-security-priority-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-main);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.website-security-profile-meta-wide {
  border-image: linear-gradient(90deg, rgba(97, 199, 255, 0.4), rgba(171, 124, 255, 0.3)) 1;
}

.website-security-tone-success {
  border-color: rgba(120, 214, 160, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 22px rgba(9, 34, 21, 0.2),
    0 0 18px rgba(88, 194, 132, 0.08);
}

.website-security-tone-success .website-security-profile-value,
.website-security-tone-success .website-security-info-value,
.website-security-tone-success strong {
  color: rgba(206, 255, 223, 0.98);
}

.website-security-tone-danger {
  border-color: rgba(255, 126, 126, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 22px rgba(42, 12, 18, 0.24),
    0 0 18px rgba(255, 111, 137, 0.08);
}

.website-security-tone-danger .website-security-profile-value,
.website-security-tone-danger .website-security-info-value,
.website-security-tone-danger strong {
  color: rgba(255, 214, 221, 0.98);
}

.website-security-tone-amber {
  border-color: rgba(255, 191, 122, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 22px rgba(44, 27, 10, 0.22),
    0 0 18px rgba(255, 186, 106, 0.08);
}

.website-security-tone-amber .website-security-profile-value,
.website-security-tone-amber .website-security-info-value,
.website-security-tone-amber strong {
  color: rgba(255, 226, 194, 0.98);
}

.website-security-tone-info {
  border-color: rgba(111, 183, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 22px rgba(8, 22, 41, 0.22),
    0 0 18px rgba(84, 168, 255, 0.08);
}

.website-security-tone-muted {
  border-color: rgba(170, 180, 212, 0.1);
  opacity: 0.96;
}

.website-security-cta-panel {
  background:
    linear-gradient(180deg, rgba(16, 24, 43, 0.92), rgba(9, 14, 27, 0.88)),
    radial-gradient(circle at top right, rgba(99, 209, 255, 0.12), transparent 34%);
}

.website-security-cta-link {
  display: inline-flex;
  text-decoration: none;
}

.website-security-cta-link:hover,
.website-security-cta-link:focus-visible {
  color: rgba(230, 236, 255, 0.9);
}

.website-security-cta-actions {
  margin-top: 0.85rem;
}

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

  .website-security-wordpress-summary-grid,
  .website-security-compact-grid,
  .website-security-info-grid,
  .website-security-priority-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .website-security-profile-head,
  .website-security-panel-head {
    flex-direction: column;
  }

  .website-security-summary-pill {
    min-width: 0;
    width: 100%;
  }

  .website-security-profile-grid {
    grid-template-columns: 1fr;
  }
}

.tool-input {
  width: 100%;
  min-height: 3.4rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--input-border);
  background: var(--input-surface);
  color: var(--text-main);
  outline: none;
  box-shadow: var(--input-shadow);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.contact-textarea {
  width: 100%;
  min-height: 8.5rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid var(--input-border);
  background: var(--input-surface);
  color: var(--text-main);
  outline: none;
  resize: vertical;
  box-shadow: var(--input-shadow);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tool-input::placeholder {
  color: var(--text-muted);
}

.contact-textarea::placeholder {
  color: var(--text-muted);
}

.tool-input:hover,
.tool-input:focus-visible,
.contact-textarea:hover,
.contact-textarea:focus-visible {
  border-color: var(--input-hover-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    var(--input-focus-ring);
}

.tool-action-button {
  width: 100%;
}

.tool-result {
  position: relative;
  z-index: 1;
  min-height: 6.4rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid var(--result-border);
  background: var(--result-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.interactive-tool:hover .tool-result,
.interactive-tool:focus-within .tool-result {
  border-color: var(--result-hover-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 0 18px rgba(123, 137, 255, 0.06);
}

.tool-result-placeholder {
  margin-bottom: 0;
  color: var(--text-muted);
}

.tool-result-card {
  display: grid;
  gap: 0.8rem;
}

.tool-result-primary-shell {
  display: grid;
  gap: 0.9rem;
}

.tool-result-card-website {
  gap: 0.95rem;
}

.tool-result-keydata {
  display: grid;
  gap: 0.6rem;
}

.tool-result-keydata-label {
  color: rgba(208, 214, 239, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tool-result-details {
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background: rgba(8, 14, 27, 0.62);
  overflow: hidden;
}

.tool-result-details[open] {
  background: rgba(8, 14, 27, 0.74);
}

.tool-result-details-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.92rem 1rem;
  cursor: pointer;
  list-style: none;
  color: rgba(227, 233, 247, 0.9);
  font-size: 0.9rem;
  font-weight: 600;
}

.tool-result-details-summary::-webkit-details-marker {
  display: none;
}

.tool-result-details-summary::after {
  content: "+";
  color: rgba(145, 255, 197, 0.82);
  font-weight: 700;
  font-size: 1rem;
}

.tool-result-details[open] .tool-result-details-summary::after {
  content: "−";
}

.tool-result-details-summary:hover,
.tool-result-details-summary:focus-visible {
  background: rgba(255, 255, 255, 0.02);
}

.tool-result-details-content {
  display: grid;
  gap: 0.8rem;
  padding: 0 1rem 1rem;
}

.website-result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.website-result-head-copy {
  display: grid;
  gap: 0.3rem;
}

.website-result-url {
  margin: 0;
  color: var(--text-soft);
  word-break: break-word;
}

.website-result-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.result-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2rem;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 176, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  font-size: 0.77rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.result-chip-success {
  border-color: var(--state-safe-border);
  background: var(--state-safe-surface);
  color: var(--state-safe-text);
}

.result-chip-caution {
  border-color: var(--state-caution-border);
  background: var(--state-caution-surface);
  color: var(--state-caution-text);
}

.result-chip-danger {
  border-color: var(--state-danger-border);
  background: var(--state-danger-surface);
  color: var(--state-danger-text);
}

.result-chip-neutral {
  border-color: var(--state-neutral-border);
  background: var(--state-neutral-surface);
  color: var(--state-neutral-text);
}

.website-result-meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.website-result-meta-card {
  display: grid;
  gap: 0.3rem;
  padding: 0.72rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background: rgba(9, 15, 28, 0.7);
}

.website-result-meta-card-wide {
  grid-column: span 2;
}

.website-result-meta-card-muted {
  opacity: 0.86;
}

.website-result-meta-icon {
  width: 1.15rem;
  height: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(191, 197, 255, 0.82);
}

.website-result-meta-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.website-result-meta-label,
.website-result-section-title {
  color: rgba(208, 214, 239, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.website-result-meta-value {
  color: var(--text-main);
  word-break: break-word;
}

.isp-result-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(17, 27, 48, 0.96), rgba(9, 15, 28, 0.84)),
    radial-gradient(circle at top left, rgba(122, 135, 255, 0.14), transparent 52%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 30px rgba(0, 0, 0, 0.18);
}

.isp-result-hero-icon {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 176, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(210, 218, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 18px rgba(123, 137, 255, 0.08);
}

.isp-result-hero-icon svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: currentColor;
}

.isp-result-hero-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.isp-result-hero-label {
  color: rgba(208, 214, 239, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.isp-result-hero-value {
  color: var(--text-main);
  font-family: "Consolas", "Lucida Console", monospace;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  word-break: break-word;
}

.isp-result-hero-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.isp-result-hero-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: baseline;
}

.isp-result-hero-secondary-label {
  color: rgba(208, 214, 239, 0.62);
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.isp-result-hero-secondary-value {
  color: rgba(211, 218, 238, 0.9);
  font-family: "Consolas", "Lucida Console", monospace;
  font-size: 0.84rem;
  word-break: break-word;
}

.isp-result-hero.result-chip-success {
  border-color: rgba(120, 214, 160, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 24px rgba(86, 170, 128, 0.06);
}

.isp-result-hero.result-chip-caution {
  border-color: rgba(255, 191, 122, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 24px rgba(255, 171, 92, 0.06);
}

.isp-result-hero.result-chip-danger {
  border-color: rgba(255, 126, 126, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 24px rgba(255, 126, 126, 0.06);
}

.isp-result-hero.result-chip-neutral {
  border-color: rgba(160, 171, 201, 0.16);
}

.isp-result-insight {
  border-color: rgba(126, 118, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(14, 20, 37, 0.9), rgba(10, 15, 29, 0.78)),
    radial-gradient(circle at top left, rgba(132, 108, 255, 0.08), transparent 58%);
}

.network-result-shell {
  display: grid;
  gap: 0.9rem;
}

.network-topology-shell {
  gap: 0.9rem;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(86, 176, 255, 0.12), transparent 48%),
    linear-gradient(180deg, rgba(11, 18, 34, 0.9), rgba(8, 13, 25, 0.8));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(70, 108, 214, 0.07);
}

.network-topology-head {
  display: grid;
  gap: 0.3rem;
}

.network-topology-helper {
  margin: 0;
  color: var(--text-soft);
}

.network-topology-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.network-topology-summary-card {
  display: grid;
  gap: 0.28rem;
  padding: 0.82rem 0.88rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(15, 23, 43, 0.88), rgba(10, 16, 30, 0.78)),
    linear-gradient(120deg, rgba(118, 195, 255, 0.06), transparent 52%, rgba(169, 126, 255, 0.06));
}

.network-topology-summary-label {
  color: rgba(208, 214, 239, 0.68);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.network-topology-summary-value {
  color: var(--text-main);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.network-topology-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  color: var(--text-soft);
  font-size: 0.83rem;
}

.network-topology-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.network-topology-canvas {
  position: relative;
  display: grid;
  gap: 1rem;
  justify-items: center;
  padding: 0.5rem 0.15rem 0.15rem;
}

.network-topology-root {
  position: relative;
  z-index: 1;
}

.network-topology-root.is-unknown .network-topology-node-root {
  border-color: rgba(255, 126, 126, 0.16);
  background:
    linear-gradient(180deg, rgba(36, 14, 20, 0.8), rgba(18, 12, 18, 0.72)),
    linear-gradient(135deg, rgba(255, 126, 126, 0.06), transparent 60%);
}

.network-topology-root.is-detected .network-topology-node-root {
  border-color: rgba(125, 196, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 22px rgba(87, 176, 255, 0.08);
}

.network-topology-node {
  min-width: min(100%, 18rem);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(184, 176, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(17, 25, 43, 0.92), rgba(10, 15, 29, 0.84)),
    linear-gradient(135deg, rgba(123, 137, 255, 0.06), rgba(80, 226, 214, 0.04));
}

.network-topology-node-icon,
.network-topology-device-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(158, 226, 255, 0.9);
  filter: drop-shadow(0 0 10px rgba(104, 191, 255, 0.14));
}

.network-topology-node-icon svg,
.network-topology-device-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.network-topology-node-copy,
.network-topology-device-copy {
  min-width: 0;
  display: grid;
  gap: 0.12rem;
}

.network-topology-node-title,
.network-topology-device-title {
  color: var(--text-main);
}

.network-topology-node-subtitle,
.network-topology-node-meta,
.network-topology-device-type,
.network-topology-device-status {
  color: var(--text-soft);
  font-size: 0.84rem;
}

.network-topology-link {
  width: 2px;
  min-height: 2rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(124, 180, 255, 0.36), rgba(94, 236, 223, 0.16));
  box-shadow: 0 0 16px rgba(104, 176, 255, 0.1);
}

.network-topology-devices {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
  gap: 0.8rem;
}

.network-topology-device-card {
  position: relative;
  display: grid;
  gap: 0.72rem;
  min-height: 9.1rem;
  padding: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(12, 19, 34, 0.9), rgba(9, 14, 27, 0.78)),
    linear-gradient(135deg, rgba(83, 199, 255, 0.05), transparent 52%, rgba(154, 108, 255, 0.06));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 18px rgba(89, 109, 219, 0.05);
}

.network-topology-device-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.network-topology-device-ip {
  color: var(--text-main);
  font-family: "Consolas", "Lucida Console", monospace;
  font-size: 0.84rem;
  word-break: break-word;
}

.network-topology-led {
  width: 0.74rem;
  height: 0.74rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: currentColor;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 12px currentColor;
}

.network-topology-led.result-chip-success {
  color: rgba(120, 214, 160, 0.92);
  animation: network-topology-led-pulse 2.4s ease-in-out infinite;
}

.network-topology-led.result-chip-caution {
  color: rgba(255, 191, 122, 0.92);
}

.network-topology-led.result-chip-danger {
  color: rgba(255, 126, 126, 0.84);
}

.network-result-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.network-device-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 176, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-main);
  font-weight: 700;
}

.network-device-table {
  display: grid;
  gap: 0.55rem;
}

.network-device-row {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(7rem, 0.9fr) minmax(8rem, 1.1fr) minmax(8rem, 1fr) minmax(7rem, 0.9fr) minmax(5rem, 0.7fr) auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background: rgba(9, 15, 28, 0.72);
  color: var(--text-soft);
  text-align: left;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.network-device-row:hover,
.network-device-row:focus-visible,
.network-device-row.is-selected {
  transform: translateY(-1px);
  border-color: rgba(184, 176, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 20px rgba(123, 137, 255, 0.06);
}

.network-device-row.is-selected {
  background:
    linear-gradient(180deg, rgba(17, 25, 43, 0.96), rgba(10, 15, 29, 0.84)),
    linear-gradient(135deg, rgba(123, 137, 255, 0.06), rgba(145, 92, 255, 0.04));
  border-color: rgba(184, 176, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(123, 137, 255, 0.08);
}

.network-device-status {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  box-shadow: 0 0 12px currentColor;
}

.network-device-status.result-chip-success {
  color: rgba(120, 214, 160, 0.88);
  background: currentColor;
}

.network-device-status.result-chip-caution {
  color: rgba(255, 191, 122, 0.88);
  background: currentColor;
}

.network-device-status.result-chip-danger {
  color: rgba(255, 126, 126, 0.88);
  background: currentColor;
}

.network-device-status.result-chip-neutral {
  color: rgba(168, 180, 210, 0.76);
  background: currentColor;
}

.network-device-ip,
.network-device-mac {
  font-family: "Consolas", "Lucida Console", monospace;
  color: var(--text-main);
}

.network-device-hostname,
.network-device-vendor,
.network-device-latency,
.network-device-action {
  color: var(--text-soft);
}

.network-device-action {
  justify-self: end;
  color: rgba(201, 207, 234, 0.88);
  font-weight: 700;
}

.network-detail-panel {
  gap: 0.85rem;
  scroll-margin-top: 7rem;
}

.network-detail-panel .button {
    margin-top: 0;
  }

.network-scan-button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 2.95rem;
    padding-inline: 1.05rem 1.22rem;
    border-color: rgba(124, 219, 210, 0.26);
    background:
      linear-gradient(135deg, rgba(14, 44, 52, 0.92), rgba(10, 21, 39, 0.9)),
      linear-gradient(180deg, rgba(16, 29, 47, 0.92), rgba(8, 15, 28, 0.84));
    color: rgba(236, 247, 255, 0.98);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 12px 24px rgba(3, 12, 24, 0.24),
      0 0 0 1px rgba(88, 191, 183, 0.04);
}

.network-scan-button::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 20%, rgba(122, 232, 218, 0.18) 48%, transparent 76%);
    transform: translateX(-160%);
    opacity: 0;
    pointer-events: none;
}

.network-scan-button::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(94, 211, 199, 0.34), rgba(102, 164, 255, 0.18), rgba(94, 211, 199, 0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0.62;
    pointer-events: none;
}

.network-scan-button:hover,
.network-scan-button:focus-visible {
    border-color: rgba(132, 234, 222, 0.38);
    color: #f7fdff;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 14px 28px rgba(4, 13, 26, 0.28),
      0 0 18px rgba(86, 194, 186, 0.12);
}

.network-scan-button:hover::before,
.network-scan-button:focus-visible::before {
    opacity: 1;
    animation: network-scan-button-sweep 1.8s ease-in-out infinite;
}

.network-scan-button:active {
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 8px 18px rgba(4, 13, 26, 0.22),
      0 0 12px rgba(86, 194, 186, 0.08);
}

.network-scan-button:disabled {
    opacity: 1;
    cursor: progress;
}

.network-scan-button.is-loading {
    border-color: rgba(126, 229, 214, 0.34);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 14px 30px rgba(4, 13, 26, 0.24),
      0 0 20px rgba(86, 194, 186, 0.14);
}

.network-scan-button.is-loading::before {
    opacity: 1;
    animation: network-scan-button-sweep 1.3s linear infinite;
}

.network-scan-button.is-complete {
    border-color: rgba(126, 229, 214, 0.22);
}

.network-scan-button-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    color: rgba(140, 238, 226, 0.96);
    filter: drop-shadow(0 0 10px rgba(86, 194, 186, 0.14));
}

.network-scan-button-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.network-scan-button-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.network-detail-panel.is-focused .network-scan-button {
    animation: network-scan-button-pulse 1.35s ease-out 160ms 1;
}

.network-detail-section {
  gap: 0.55rem;
}

.network-port-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.network-port-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.78rem 0.86rem;
  border-radius: 14px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background: rgba(9, 15, 28, 0.7);
}

.network-port-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.network-port-head strong {
  color: var(--text-main);
  font-family: "Consolas", "Lucida Console", monospace;
}

.network-port-head span,
.network-port-card p {
  color: var(--text-soft);
}

.network-port-card p {
  margin: 0;
}

.network-detail-panel.is-focused,
[data-network-ports-panel].is-focused .network-detail-section,
[data-network-ports-panel].is-focused .network-port-card {
  animation: network-focus-pulse 1.2s ease-out;
}

.website-result-card-muted {
  border-color: rgba(184, 176, 255, 0.08);
  opacity: 0.92;
}

@keyframes network-focus-pulse {
  0% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.03),
      0 0 0 rgba(123, 137, 255, 0);
    border-color: rgba(184, 176, 255, 0.12);
  }

  35% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 0 0.95rem rgba(123, 137, 255, 0.1),
      0 0 1.8rem rgba(145, 92, 255, 0.06);
    border-color: rgba(198, 204, 255, 0.24);
  }

  100% {
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.03),
      0 0 0 rgba(123, 137, 255, 0);
    border-color: rgba(184, 176, 255, 0.12);
  }
}

@keyframes network-scan-button-sweep {
    0% {
      transform: translateX(-160%);
    }

    100% {
      transform: translateX(160%);
    }
}

@keyframes network-scan-button-pulse {
    0% {
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 24px rgba(3, 12, 24, 0.24),
        0 0 0 rgba(86, 194, 186, 0);
    }

    50% {
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 14px 28px rgba(4, 13, 26, 0.28),
        0 0 20px rgba(86, 194, 186, 0.14);
    }

    100% {
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 12px 24px rgba(3, 12, 24, 0.24),
        0 0 0 rgba(86, 194, 186, 0);
    }
}

@keyframes network-topology-led-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.05),
      0 0 10px currentColor;
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06),
      0 0 18px currentColor;
  }
}

@media (prefers-reduced-motion: reduce) {
  .network-scan-button,
  .network-scan-button::before,
  .network-detail-panel.is-focused .network-scan-button,
  .network-topology-led.result-chip-success {
    animation: none !important;
    transition: none !important;
  }
}

.speed-result-primary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.speed-result-metric-card {
  display: grid;
  gap: 0.28rem;
  min-height: 100%;
  padding: 0.9rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(15, 22, 39, 0.94), rgba(8, 13, 25, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 28px rgba(0, 0, 0, 0.16);
}

.speed-result-metric-label {
  color: rgba(208, 214, 239, 0.66);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.speed-result-metric-value {
  color: var(--text-main);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.speed-result-metric-note {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.speed-result-metric-download {
  border-color: rgba(110, 173, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 22px rgba(77, 149, 255, 0.07);
}

.speed-result-metric-download .speed-result-metric-value {
  color: rgba(175, 224, 255, 0.98);
  text-shadow: 0 0 18px rgba(83, 168, 255, 0.12);
}

.speed-result-metric-upload {
  border-color: rgba(176, 142, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 22px rgba(157, 126, 255, 0.08);
}

.speed-result-metric-upload .speed-result-metric-value {
  color: rgba(221, 205, 255, 0.98);
  text-shadow: 0 0 18px rgba(161, 118, 255, 0.12);
}

.speed-result-metric-latency-success {
  border-color: rgba(120, 214, 160, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 22px rgba(78, 170, 119, 0.07);
}

.speed-result-metric-latency-success .speed-result-metric-value {
  color: rgba(194, 245, 214, 0.98);
  text-shadow: 0 0 18px rgba(98, 190, 138, 0.1);
}

.speed-result-metric-latency-caution {
  border-color: rgba(255, 191, 122, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 22px rgba(255, 171, 92, 0.06);
}

.speed-result-metric-latency-caution .speed-result-metric-value {
  color: rgba(255, 222, 188, 0.98);
  text-shadow: 0 0 18px rgba(255, 181, 106, 0.1);
}

.speed-result-metric-latency-danger {
  border-color: rgba(255, 126, 126, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 22px rgba(255, 126, 126, 0.06);
}

.speed-result-metric-latency-danger .speed-result-metric-value {
  color: rgba(255, 207, 212, 0.98);
  text-shadow: 0 0 18px rgba(255, 132, 140, 0.1);
}

.speed-result-metric-neutral .speed-result-metric-value {
  color: rgba(211, 218, 238, 0.92);
}

.speed-flow-section {
  display: grid;
  gap: 1rem;
  overflow: hidden;
  border-color: rgba(124, 170, 255, 0.14);
  background:
    radial-gradient(circle at top left, rgba(74, 155, 255, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(164, 118, 255, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(13, 19, 34, 0.96), rgba(8, 13, 24, 0.88));
}

.speed-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.speed-flow-live-label {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(118, 206, 255, 0.18);
  background: rgba(12, 22, 40, 0.72);
  color: rgba(176, 234, 255, 0.92);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(72, 168, 255, 0.08);
}

.speed-flow-mode-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.speed-flow-mode {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(15, 22, 39, 0.94), rgba(8, 13, 25, 0.82));
  color: var(--text-main);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.speed-flow-mode:hover,
.speed-flow-mode:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(123, 197, 255, 0.22);
  box-shadow: 0 0 22px rgba(82, 163, 255, 0.1);
}

.speed-flow-mode.is-active {
  border-color: rgba(127, 211, 255, 0.28);
  background:
    radial-gradient(circle at top, rgba(88, 180, 255, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(18, 27, 49, 0.98), rgba(10, 16, 31, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 28px rgba(88, 160, 255, 0.12);
}

.speed-flow-mode-label {
  color: rgba(208, 214, 239, 0.66);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.speed-flow-mode-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-main);
}

.speed-flow-stage {
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background:
    radial-gradient(circle at center, rgba(55, 111, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(8, 12, 23, 0.92), rgba(7, 10, 20, 0.88));
}

.speed-flow-diagram {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0.65rem;
}

.speed-flow-diagram-rich {
  grid-template-columns: 1.1fr 0.5fr 1.1fr 0.5fr 1.2fr 0.5fr 1.1fr 0.5fr 1.1fr;
}

.speed-flow-node {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  padding: 0.95rem 0.75rem;
  border-radius: 18px;
  border: 1px solid rgba(184, 176, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(18, 26, 45, 0.96), rgba(10, 15, 27, 0.88));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(90, 158, 255, 0.07);
}

.speed-flow-node-device {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(92, 168, 255, 0.08);
}

.speed-flow-node-browser {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(108, 218, 255, 0.08);
}

.speed-flow-node-server {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(163, 118, 255, 0.1);
}

.speed-flow-node-response {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 24px rgba(120, 214, 160, 0.08);
}

.speed-flow-stage[data-flow-mode="download"] .speed-flow-node-device,
.speed-flow-stage[data-flow-mode="download"] .speed-flow-node-browser {
  border-color: rgba(112, 193, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 28px rgba(78, 165, 255, 0.14);
}

.speed-flow-stage[data-flow-mode="upload"] .speed-flow-node-server,
.speed-flow-stage[data-flow-mode="upload"] .speed-flow-node-response {
  border-color: rgba(187, 140, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 28px rgba(158, 118, 255, 0.14);
}

.speed-flow-stage[data-flow-mode="latency"] .speed-flow-node-response,
.speed-flow-stage[data-flow-mode="latency"] .speed-flow-globe {
  border-color: rgba(130, 225, 194, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 30px rgba(120, 214, 160, 0.14);
}

.speed-flow-node-icon {
  color: rgba(226, 234, 255, 0.96);
  font-size: 1.25rem;
  text-shadow: 0 0 16px rgba(122, 181, 255, 0.14);
}

.speed-flow-node-label {
  color: var(--text-main);
  font-size: 0.84rem;
  text-align: center;
}

.speed-flow-arrow {
  color: rgba(140, 218, 255, 0.82);
  font-size: 1.1rem;
  text-align: center;
  text-shadow: 0 0 16px rgba(90, 188, 255, 0.18);
  animation: speed-flow-arrow-pulse 2.8s ease-in-out infinite;
}

.speed-flow-link {
  position: relative;
  height: 0.8rem;
}

.speed-flow-link-core {
  position: absolute;
  inset: 50% 0 auto;
  height: 2px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(71, 157, 255, 0.24), rgba(133, 227, 255, 0.8), rgba(170, 125, 255, 0.32));
  box-shadow: 0 0 16px rgba(94, 183, 255, 0.12);
}

.speed-flow-pulse {
  position: absolute;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: -0.275rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228, 248, 255, 0.98) 0%, rgba(131, 222, 255, 0.92) 42%, rgba(131, 222, 255, 0) 72%);
  box-shadow: 0 0 18px rgba(123, 221, 255, 0.22);
  animation: speed-flow-pulse-forward 2.2s linear infinite;
}

.speed-flow-pulse-b {
  animation-delay: 1.1s;
}

.speed-flow-stage[data-flow-mode="upload"] .speed-flow-pulse {
  animation-name: speed-flow-pulse-reverse;
}

.speed-flow-stage[data-flow-mode="latency"] .speed-flow-pulse {
  animation-name: speed-flow-pulse-latency;
}

.speed-flow-globe-wrap {
  display: grid;
  place-items: center;
}

.speed-flow-globe {
  position: relative;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 50%;
  border: 1px solid rgba(130, 209, 255, 0.18);
  background:
    radial-gradient(circle at center, rgba(87, 195, 255, 0.16), transparent 36%),
    radial-gradient(circle at 30% 30%, rgba(170, 125, 255, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(12, 17, 31, 0.96), rgba(8, 13, 24, 0.92));
  box-shadow:
    inset 0 0 24px rgba(77, 170, 255, 0.08),
    0 0 30px rgba(99, 181, 255, 0.12);
  animation: speed-flow-globe-breathe 4.6s ease-in-out infinite;
}

.speed-flow-globe-ring,
.speed-flow-globe-core,
.speed-flow-globe-node {
  position: absolute;
}

.speed-flow-globe-ring {
  inset: 0.55rem;
  border-radius: 50%;
  border: 1px solid rgba(132, 215, 255, 0.16);
}

.speed-flow-globe-ring-two {
  inset: 0.85rem 0.35rem;
  transform: rotate(60deg);
}

.speed-flow-globe-ring-three {
  inset: 0.35rem 0.85rem;
  transform: rotate(-60deg);
}

.speed-flow-globe-core {
  inset: 1.7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 246, 255, 0.95), rgba(133, 221, 255, 0.5) 55%, rgba(133, 221, 255, 0) 75%);
  box-shadow: 0 0 18px rgba(133, 221, 255, 0.24);
}

.speed-flow-globe-node {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgba(193, 240, 255, 0.96);
  box-shadow: 0 0 12px rgba(140, 218, 255, 0.2);
}

.speed-flow-globe-node-a {
  top: 0.95rem;
  left: 1rem;
}

.speed-flow-globe-node-b {
  right: 0.9rem;
  top: 1.5rem;
}

.speed-flow-globe-node-c {
  left: 2rem;
  bottom: 0.85rem;
}

.speed-flow-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.speed-flow-copy {
  display: grid;
  gap: 0.45rem;
}

.speed-flow-copy p {
  margin: 0;
  color: var(--text-soft);
}

.speed-flow-section-rich .speed-flow-copy p:first-child {
  color: rgba(219, 228, 247, 0.92);
}

.speedtest-card {
  gap: 1rem;
}

.speedtest-input-area {
  text-align: left;
}

.speedtest-result-card {
  gap: 1rem;
}

.speedtest-primary-shell {
  gap: 1rem;
}

.speedtest-hero {
  padding: 1rem 1.05rem;
}

.speedtest-metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.speedtest-metric-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(156, 198, 255, 0.16);
  background: rgba(9, 16, 31, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.speedtest-metric-label {
  color: rgba(181, 194, 222, 0.72);
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.speedtest-metric-value {
  color: rgba(242, 247, 255, 0.98);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.speedtest-progress-shell {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(124, 149, 212, 0.16);
  background: rgba(7, 13, 26, 0.72);
}

.speedtest-progress-row {
  display: grid;
  gap: 0.45rem;
}

.speedtest-progress-row span {
  color: rgba(206, 216, 240, 0.86);
  font-size: 0.82rem;
}

.speedtest-progress-bar {
  position: relative;
  width: 100%;
  height: 0.6rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.speedtest-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(73, 182, 255, 0.9), rgba(120, 255, 209, 0.88));
  box-shadow: 0 0 18px rgba(80, 190, 255, 0.14);
  transition: width 180ms ease;
}

.speedtest-details-content {
  gap: 0.95rem;
}

.speedtest-terminal {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(91, 214, 155, 0.16);
  background: rgba(5, 16, 15, 0.62);
  color: rgba(201, 248, 221, 0.92);
  font-size: 0.92rem;
}

.speedtest-terminal-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(112, 255, 178, 0.95);
  box-shadow: 0 0 12px rgba(112, 255, 178, 0.38);
  animation: speedtest-terminal-pulse 1.35s ease-in-out infinite;
}

.speedtest-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.speedtest-meta-grid > div {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.speedtest-meta-grid strong {
  color: rgba(242, 247, 255, 0.94);
  font-size: 0.96rem;
  line-height: 1.3;
  word-break: break-word;
}

@keyframes speedtest-terminal-pulse {
  0%, 100% {
    opacity: 0.65;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.isp-result-trust-row {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.25rem 0.1rem 0;
  color: rgba(201, 208, 232, 0.72);
}

.isp-result-trust-icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(184, 190, 220, 0.66);
  flex-shrink: 0;
}

.isp-result-trust-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.isp-result-trust-copy {
  display: grid;
  gap: 0.1rem;
}

.isp-result-trust-label {
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(188, 196, 223, 0.64);
}

.isp-result-trust-value {
  font-size: 0.84rem;
  color: rgba(210, 216, 238, 0.82);
}

.isp-flow-section {
  gap: 0.95rem;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(82, 146, 255, 0.11), transparent 42%),
    linear-gradient(180deg, rgba(13, 19, 35, 0.92), rgba(9, 14, 28, 0.82));
}

.isp-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.isp-flow-live-label {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(117, 203, 255, 0.2);
  background: rgba(10, 20, 38, 0.72);
  color: rgba(217, 241, 255, 0.88);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(89, 177, 255, 0.1);
}

.isp-flow-stage {
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
  border: 1px solid rgba(110, 130, 190, 0.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(71, 144, 255, 0.08), transparent 46%),
    linear-gradient(180deg, rgba(15, 22, 40, 0.88), rgba(9, 15, 30, 0.84));
}

.isp-flow-diagram {
  display: grid;
  grid-template-columns: 1fr 0.48fr 1fr 0.48fr 1fr 0.48fr 1fr;
  align-items: center;
  gap: 0.35rem;
}

.isp-flow-node {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 0.42rem;
  padding: 0.95rem 0.85rem;
  min-height: 8.2rem;
  border-radius: 18px;
  border: 1px solid rgba(123, 145, 202, 0.16);
  background:
    linear-gradient(180deg, rgba(20, 27, 48, 0.94), rgba(11, 18, 35, 0.9)),
    radial-gradient(circle at top, rgba(116, 197, 255, 0.08), transparent 62%);
  text-align: center;
  overflow: hidden;
}

.isp-flow-node::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%);
}

.isp-flow-node-device {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 22px rgba(78, 156, 255, 0.08);
}

.isp-flow-node-router {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 22px rgba(109, 221, 255, 0.08);
}

.isp-flow-node-provider {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 24px rgba(154, 118, 255, 0.1);
}

.isp-flow-node-internet {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 24px rgba(120, 214, 160, 0.08);
}

.isp-flow-node-icon {
  width: 1.35rem;
  height: 1.35rem;
  color: rgba(226, 236, 255, 0.96);
  filter: drop-shadow(0 0 14px rgba(110, 187, 255, 0.18));
}

.isp-flow-node-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.isp-flow-node-label {
  color: rgba(218, 227, 247, 0.88);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.isp-flow-node-value {
  color: var(--text-main);
  font-size: 0.98rem;
  line-height: 1.3;
}

.isp-flow-node-note {
  color: var(--text-soft);
  font-size: 0.82rem;
  line-height: 1.35;
}

.isp-flow-link {
  position: relative;
  height: 0.8rem;
}

.isp-flow-link-core {
  position: absolute;
  inset: 50% 0 auto;
  height: 2px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(72, 155, 255, 0.18), rgba(103, 223, 255, 0.72), rgba(156, 119, 255, 0.24));
  box-shadow: 0 0 16px rgba(104, 187, 255, 0.12);
}

.isp-flow-pulse {
  position: absolute;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(238, 248, 255, 0.96), rgba(116, 217, 255, 0.84) 45%, rgba(116, 217, 255, 0) 75%);
  box-shadow: 0 0 16px rgba(116, 217, 255, 0.28);
  animation: isp-flow-pulse-forward 2.4s linear infinite;
}

.isp-flow-pulse-b {
  animation-delay: 1.2s;
}

.isp-flow-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.isp-flow-chip {
  display: inline-grid;
  gap: 0.12rem;
  padding: 0.68rem 0.8rem;
  border-radius: 14px;
  border: 1px solid rgba(117, 131, 190, 0.16);
  background:
    linear-gradient(180deg, rgba(14, 21, 39, 0.92), rgba(10, 16, 31, 0.84)),
    radial-gradient(circle at top, rgba(105, 178, 255, 0.08), transparent 62%);
}

.isp-flow-chip-label {
  color: rgba(208, 214, 239, 0.66);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.isp-flow-chip strong {
  color: var(--text-main);
  font-size: 0.88rem;
  font-weight: 700;
}

.isp-flow-copy {
  display: grid;
  gap: 0.42rem;
}

.isp-flow-copy p {
  margin: 0;
  color: var(--text-soft);
}

.isp-flow-copy p:first-child {
  color: rgba(219, 228, 247, 0.92);
}

.website-result-section,
.website-result-explanation {
  display: grid;
  gap: 0.55rem;
  padding: 0.82rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background: rgba(9, 15, 28, 0.72);
}

.website-result-detail-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--text-soft);
}

.website-result-detail-list li + li {
  margin-top: 0.3rem;
}

.website-result-explanation p {
  margin: 0;
  color: var(--text-soft);
}

.website-result-card-success .website-result-explanation,
.website-result-card-success .website-result-section {
  border-color: rgba(120, 214, 160, 0.12);
}

.website-result-card-caution .website-result-explanation,
.website-result-card-caution .website-result-section {
  border-color: rgba(255, 191, 122, 0.14);
}

.website-result-card-danger .website-result-explanation,
.website-result-card-danger .website-result-section {
  border-color: rgba(255, 126, 126, 0.16);
  background: rgba(42, 14, 20, 0.4);
}

@media (max-width: 720px) {
  .tool-result {
    padding: 0.9rem;
  }

  .tool-result-details-summary,
  .tool-result-details-content {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .tool-result-details-content {
    padding-bottom: 0.9rem;
  }

  .speedtest-metrics-grid,
  .speedtest-meta-grid {
    grid-template-columns: 1fr;
  }

  .speedtest-metric-card,
  .speedtest-meta-grid > div,
  .speedtest-progress-shell {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .website-result-head {
    flex-direction: column;
  }

  .website-result-chip-row {
    justify-content: flex-start;
  }

  .website-result-meta-grid {
    grid-template-columns: 1fr;
  }

  .website-result-meta-card-wide {
    grid-column: auto;
  }

  .isp-result-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

  .network-device-row {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.45rem 0.75rem;
  }

  .network-device-action {
    justify-self: start;
  }

  .network-port-grid {
    grid-template-columns: 1fr;
  }

  .network-topology-summary,
  .network-topology-devices {
    grid-template-columns: 1fr;
  }

  .network-topology-node {
    min-width: 0;
    width: 100%;
  }

  .network-topology-canvas {
    justify-items: stretch;
  }

  .isp-flow-diagram {
    grid-template-columns: minmax(0, 1fr);
  }

  .isp-flow-link {
    height: 0.2rem;
  }
}

.tool-result-card-loading {
  gap: 0.7rem;
}

.tool-processing-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  gap: 0.95rem;
  min-height: 4.25rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(114, 101, 255, 0.12), transparent 56%),
    linear-gradient(90deg, rgba(255, 170, 92, 0.04), transparent 24%, transparent 76%, rgba(130, 121, 255, 0.05)),
    linear-gradient(135deg, rgba(16, 24, 46, 0.9), rgba(8, 14, 28, 0.82));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 24px rgba(91, 104, 224, 0.08);
}

.tool-processing-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 191, 124, 0.1), transparent);
  transform: translateX(-120%);
  animation: tool-processing-sweep 3.1s ease-in-out infinite;
}

.tool-processing-focus {
  position: relative;
  z-index: 1;
  width: 4.6rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.tool-processing-orb-halo,
.tool-processing-orb-core,
.tool-processing-orb-pulse {
  position: absolute;
  border-radius: 50%;
}

.tool-processing-orb-halo {
  inset: 0.18rem;
  border: 1px solid rgba(163, 157, 255, 0.16);
  box-shadow:
    inset 0 0 18px rgba(96, 109, 222, 0.04),
    0 0 18px rgba(91, 104, 224, 0.08);
}

.tool-processing-orb-core {
  inset: 1rem;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 195, 128, 0.46), rgba(132, 123, 255, 0.28) 42%, rgba(14, 22, 42, 0.94) 100%);
  box-shadow:
    0 0 22px rgba(112, 121, 255, 0.16),
    0 0 10px rgba(255, 170, 92, 0.12);
  animation: tool-processing-core-breathe 2.8s ease-in-out infinite;
}

.tool-processing-orb-pulse {
  inset: 0.8rem;
  border: 1px solid rgba(255, 188, 122, 0.14);
  opacity: 0.6;
  animation: tool-processing-pulse-ring 2.6s ease-in-out infinite;
}

.tool-processing-particle {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: rgba(201, 195, 255, 0.78);
  box-shadow:
    0 0 8px rgba(126, 136, 255, 0.16),
    0 0 0 0 rgba(255, 174, 99, 0.08);
  animation: tool-processing-particle-float 3.2s ease-in-out infinite;
}

.tool-processing-particle-1 {
  top: 0.52rem;
  right: 0.52rem;
}

.tool-processing-particle-2 {
  bottom: 0.72rem;
  right: 0.92rem;
  animation-delay: 0.45s;
}

.tool-processing-particle-3 {
  bottom: 0.54rem;
  left: 0.72rem;
  animation-delay: 0.9s;
}

.tool-processing-rail-wrap {
  position: relative;
  z-index: 1;
  width: min(100%, 15rem);
  display: grid;
  gap: 0.45rem;
}

.tool-processing-stage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.tool-processing-stage-label,
.tool-processing-stage-value {
  font-size: 0.73rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(210, 216, 255, 0.62);
}

.tool-processing-stage-value {
  color: rgba(255, 198, 134, 0.78);
}

.tool-processing-rail {
  position: relative;
  overflow: hidden;
  height: 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 0 0 1px rgba(184, 176, 255, 0.06),
    inset 0 0 12px rgba(73, 84, 160, 0.1);
}

.tool-processing-rail-fill,
.tool-processing-rail-sweep {
  position: absolute;
  inset: 0 auto 0 0;
  border-radius: inherit;
}

.tool-processing-rail-fill {
  width: 0;
  background:
    linear-gradient(90deg, rgba(116, 124, 255, 0.88), rgba(255, 186, 114, 0.72));
  box-shadow:
    0 0 16px rgba(124, 133, 255, 0.12),
    0 0 12px rgba(255, 171, 92, 0.08);
  transition: width 480ms ease;
}

.tool-processing-rail-sweep {
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 219, 182, 0.34), transparent);
  opacity: 0.85;
  transform: translateX(-120%);
  animation: tool-processing-rail-sweep 2.4s ease-in-out infinite;
}

.tool-processing-markers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.tool-processing-marker {
  height: 0.22rem;
  border-radius: 999px;
  background: rgba(184, 176, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(184, 176, 255, 0.04);
  transition: background-color 240ms ease, box-shadow 240ms ease, opacity 240ms ease;
}

.tool-processing-marker.is-active {
  background: rgba(255, 181, 105, 0.7);
  box-shadow: 0 0 12px rgba(255, 171, 92, 0.12);
}

.tool-processing-status {
  display: grid;
  gap: 0.22rem;
  text-align: center;
}

.tool-processing-label {
  color: rgba(233, 237, 255, 0.86);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tool-processing-message {
  color: var(--text-soft);
  min-height: 1.5em;
  transition: opacity 180ms ease, transform 180ms ease, color 180ms ease;
}

.tool-processing-message.is-fading {
  opacity: 0.18;
  transform: translateY(0.18rem);
}

.tool-result-title {
  display: block;
  color: var(--text-main);
  font-size: 0.98rem;
  letter-spacing: -0.01em;
}

.tool-scan-lines {
  margin: 0;
  padding-left: 1rem;
  color: var(--text-muted);
  list-style: none;
}

.tool-scan-lines li {
  position: relative;
  padding-left: 1rem;
  animation: scan-line-glow 1.6s ease-in-out infinite;
}

.tool-scan-lines li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(184, 176, 255, 0.72);
  box-shadow: 0 0 10px rgba(123, 137, 255, 0.18);
}

.tool-scan-lines li:nth-child(2) {
  animation-delay: 0.2s;
}

.tool-scan-lines li:nth-child(3) {
  animation-delay: 0.4s;
}

.tool-result-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--text-soft);
}

.tool-result-list li + li {
  margin-top: 0.35rem;
}

.interactive-tool.is-loading .tool-result {
  border-color: rgba(184, 176, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 0 22px rgba(123, 137, 255, 0.08);
}

@keyframes tool-processing-sweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }

  16% {
    opacity: 0.9;
  }

  55% {
    opacity: 0.45;
  }

  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes tool-processing-core-breathe {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.84;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes tool-processing-pulse-ring {
  0%,
  100% {
    opacity: 0.24;
    transform: scale(0.94);
  }

  50% {
    opacity: 0.72;
    transform: scale(1.08);
  }
}

@keyframes tool-processing-particle-float {
  0%,
  100% {
    transform: translate3d(0, 0.1rem, 0) scale(0.92);
    opacity: 0.38;
    box-shadow:
      0 0 8px rgba(117, 126, 255, 0.08),
      0 0 0 0 rgba(255, 171, 92, 0.06);
  }

  50% {
    transform: translate3d(0, -0.12rem, 0) scale(1.08);
    opacity: 0.88;
    box-shadow:
      0 0 12px rgba(117, 126, 255, 0.12),
      0 0 0 0.4rem rgba(255, 171, 92, 0.04);
  }
}

@keyframes tool-processing-rail-sweep {
  0% {
    transform: translateX(-120%);
    opacity: 0;
  }

  18% {
    opacity: 0.8;
  }

  100% {
    transform: translateX(360%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tool-processing-shell::before,
  .tool-processing-orb-core,
  .tool-processing-orb-pulse,
  .tool-processing-particle,
  .tool-processing-rail-sweep,
  .tool-scan-lines li {
    animation: none !important;
  }
}

.service-contact-section {
  padding-top: 2rem;
}

body[data-page="home"] .service-contact-section {
  padding-top: 0.5rem;
}

.service-contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 1.2rem;
  align-items: start;
}

.service-contact-layout-single {
  grid-template-columns: minmax(0, 0.92fr);
}

.service-contact-section .section-panel,
.service-contact-section.section-panel {
  overflow: hidden;
}

.service-contact-copy {
  margin-bottom: 0;
  display: grid;
  align-content: start;
  gap: 0.9rem;
}

body[data-page="home"] .service-contact-layout-single {
  max-width: 60rem;
  margin: 0 auto;
  justify-content: center;
}

body[data-page="home"] .service-contact-copy {
  max-width: 60rem;
  margin: 0 auto;
  width: 100%;
  justify-items: center;
  text-align: center;
  gap: 1rem;
}

.service-contact-badge {
  margin: 0;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(120, 211, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(11, 18, 36, 0.92), rgba(8, 14, 28, 0.88)),
    linear-gradient(120deg, rgba(110, 198, 255, 0.08), rgba(155, 122, 255, 0.08));
  color: rgba(198, 229, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 18px rgba(76, 135, 255, 0.08);
}

.service-contact-mini-cards {
  width: min(100%, 56rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 0.15rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.service-contact-mini-card {
  position: relative;
  display: grid;
  gap: 0.38rem;
  padding: 1rem 1rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(177, 169, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(11, 18, 34, 0.88), rgba(8, 14, 28, 0.84)),
    radial-gradient(circle at top center, rgba(95, 199, 255, 0.08), transparent 58%);
  text-align: left;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 20px rgba(63, 100, 214, 0.06);
}

.service-contact-mini-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, rgba(89, 204, 255, 0.95), rgba(151, 121, 255, 0.85));
  box-shadow: 0 0 18px rgba(82, 185, 255, 0.22);
}

.service-contact-mini-card strong {
  color: var(--text-main);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.service-contact-mini-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.contact-scroll-button {
  width: fit-content;
  margin-top: 0.2rem;
  border-color: rgba(119, 213, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(99, 171, 255, 0.08),
    0 12px 28px rgba(37, 69, 143, 0.24),
    0 0 26px rgba(92, 199, 255, 0.1);
}

body[data-page="home"] .contact-scroll-button {
  min-width: 18rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.contact-scroll-button:hover,
.contact-scroll-button:focus-visible {
  border-color: rgba(136, 226, 255, 0.42);
  box-shadow:
    0 0 0 1px rgba(117, 201, 255, 0.12),
    0 16px 34px rgba(37, 69, 143, 0.28),
    0 0 32px rgba(92, 199, 255, 0.16);
}

@media (max-width: 900px) {
  .service-contact-mini-cards {
    grid-template-columns: 1fr;
  }
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  padding: 1.35rem;
}

.contact-action-button {
  width: 100%;
}

.contact-feedback {
  margin: 0.1rem 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.request-submission-panel {
  display: grid;
  gap: 1rem;
  max-width: 42rem;
  margin: 0 auto;
  padding: 1.6rem;
  border-color: rgba(118, 206, 255, 0.16);
  background:
    radial-gradient(circle at top, rgba(80, 159, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(10, 18, 34, 0.96), rgba(6, 11, 22, 0.88));
}

.request-submission-shell {
  display: grid;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.request-submission-kicker {
  color: rgba(165, 177, 205, 0.76);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.request-submission-title {
  margin: 0;
  color: var(--text-main);
  font-size: clamp(1.6rem, 4vw, 2.2rem);
}

.request-submission-text {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.request-submission-text-error {
  color: rgba(255, 214, 214, 0.94);
}

.request-submission-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.request-submission-step {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background: rgba(8, 14, 28, 0.72);
  color: rgba(198, 207, 230, 0.78);
}

.request-submission-step-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 176, 255, 0.18);
  background: rgba(110, 121, 157, 0.4);
  flex: 0 0 auto;
}

.request-submission-step.is-active {
  border-color: rgba(118, 206, 255, 0.24);
  color: rgba(229, 238, 255, 0.98);
  box-shadow: 0 0 24px rgba(78, 161, 255, 0.1);
}

.request-submission-step.is-active .request-submission-step-dot {
  background: rgba(125, 226, 219, 0.92);
  border-color: rgba(137, 231, 221, 0.96);
  box-shadow: 0 0 16px rgba(86, 194, 186, 0.2);
}

.request-submission-step.is-complete {
  border-color: rgba(122, 210, 163, 0.18);
  color: rgba(221, 236, 229, 0.96);
}

.request-submission-step.is-complete .request-submission-step-dot {
  background: rgba(120, 214, 160, 0.9);
  border-color: rgba(154, 232, 185, 0.94);
}

.request-submission-shell.is-success .request-submission-title {
  color: rgba(214, 248, 224, 0.98);
}

.request-submission-shell.is-error .request-submission-title {
  color: rgba(255, 222, 222, 0.98);
}

.request-submission-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.request-submission-actions .button {
  min-width: 10rem;
}

body[data-page="contact"] .section-panel {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

body[data-page="contact"] .section-heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body[data-page="contact"] .section-heading .section-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}

body[data-page="contact"] .contact-form {
  width: min(100%, 40rem);
  margin-left: auto;
  margin-right: auto;
}

.assessment-request-shell {
  overflow: hidden;
}

.assessment-request-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.45rem;
  align-items: start;
}

.assessment-request-heading {
  margin-bottom: 1.5rem;
}

.assessment-request-text {
  max-width: 48rem;
}

.assessment-request-intro,
.assessment-request-form {
  min-height: 100%;
}

.assessment-request-intro {
  display: grid;
  gap: 1.1rem;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(10, 17, 32, 0.92), rgba(7, 12, 24, 0.84)),
    radial-gradient(circle at top right, rgba(131, 116, 255, 0.1), transparent 44%);
}

.assessment-request-terminal {
  display: grid;
  gap: 0.42rem;
  padding: 1.1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(184, 176, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(4, 10, 19, 0.96), rgba(7, 13, 24, 0.88)),
    linear-gradient(90deg, rgba(88, 200, 255, 0.04), transparent 30%, transparent 70%, rgba(166, 123, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 18px rgba(84, 109, 235, 0.06);
}

.assessment-request-terminal-kicker {
  color: rgba(164, 173, 202, 0.7);
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.assessment-request-terminal-line {
  color: rgba(222, 234, 255, 0.96);
  font-family: "Consolas", "Lucida Console", monospace;
  font-size: 0.95rem;
  line-height: 1.6;
}

.assessment-request-terminal-line:last-of-type {
  color: rgba(145, 231, 214, 0.92);
}

.assessment-request-terminal-cursor {
  width: 0.7rem;
  height: 1.1rem;
  border-radius: 2px;
  background: rgba(125, 226, 219, 0.88);
  box-shadow: 0 0 12px rgba(86, 194, 186, 0.16);
  animation: assessment-request-cursor 1.15s steps(1, end) infinite;
}

.assessment-request-points {
  display: grid;
  gap: 0.9rem;
}

.assessment-request-point {
  display: grid;
  gap: 0.3rem;
  padding: 1.02rem 1.05rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background: rgba(9, 15, 28, 0.7);
  position: relative;
  overflow: hidden;
}

.assessment-request-point::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(85, 205, 255, 0.95), rgba(155, 118, 255, 0.75));
  box-shadow: 0 0 18px rgba(84, 184, 255, 0.28);
}

.assessment-request-point p {
  margin: 0;
  color: var(--text-soft);
}

.assessment-request-point-title {
  color: var(--text-main);
  font-size: 0.88rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.assessment-request-type-group {
  display: grid;
  gap: 0.78rem;
}

.assessment-request-type-label {
  color: rgba(208, 214, 239, 0.76);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.assessment-request-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.assessment-request-type-button {
  min-height: 3.2rem;
  padding: 0.88rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(10, 18, 34, 0.84), rgba(8, 14, 27, 0.8)),
    linear-gradient(120deg, rgba(114, 173, 255, 0.04), transparent 48%, rgba(175, 127, 255, 0.04));
  color: var(--text-soft);
  text-align: left;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    color 180ms ease;
}

.assessment-request-type-button:hover,
.assessment-request-type-button:focus-visible,
.assessment-request-type-button.is-selected {
  transform: translateY(-2px);
  border-color: rgba(137, 200, 255, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(25, 36, 74, 0.22),
    0 0 20px rgba(88, 121, 232, 0.11);
  color: var(--text-main);
}

.assessment-request-type-button.is-selected {
  background:
    linear-gradient(180deg, rgba(14, 26, 48, 0.92), rgba(10, 17, 30, 0.84)),
    linear-gradient(135deg, rgba(105, 198, 255, 0.08), rgba(163, 123, 255, 0.08));
}

.assessment-request-textarea {
  min-height: 11rem;
}

.assessment-request-form {
  gap: 0.95rem;
}

.assessment-request-field-label {
  color: rgba(226, 231, 248, 0.9);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.assessment-request-helper {
  margin: -0.1rem 0 0.05rem;
  color: rgba(183, 193, 223, 0.82);
  font-size: 0.88rem;
}

.assessment-request-submit {
  position: relative;
  overflow: hidden;
  border-color: rgba(116, 214, 255, 0.36);
  box-shadow:
    0 0 0 1px rgba(103, 182, 255, 0.08),
    0 12px 30px rgba(34, 73, 151, 0.28),
    0 0 28px rgba(86, 198, 255, 0.14);
  animation: assessment-request-button-glow 3.8s ease-in-out infinite;
}

.assessment-request-submit:hover,
.assessment-request-submit:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(135, 226, 255, 0.58);
  box-shadow:
    0 0 0 1px rgba(115, 199, 255, 0.12),
    0 16px 34px rgba(31, 69, 144, 0.34),
    0 0 32px rgba(86, 198, 255, 0.2);
}

.assessment-request-submit-note {
  margin: -0.15rem 0 0;
  color: rgba(179, 189, 220, 0.8);
  font-size: 0.84rem;
  text-align: center;
}

.assessment-request-form.is-success {
  border-color: rgba(120, 214, 160, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 20px rgba(86, 170, 128, 0.07);
}

@keyframes assessment-request-button-glow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(103, 182, 255, 0.08),
      0 12px 30px rgba(34, 73, 151, 0.28),
      0 0 24px rgba(86, 198, 255, 0.12);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(117, 205, 255, 0.13),
      0 14px 32px rgba(38, 79, 159, 0.32),
      0 0 34px rgba(101, 207, 255, 0.18);
  }
}

@keyframes assessment-request-cursor {
  0%,
  45% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: 0.15;
  }
}

.usage-tier-section,
.auth-trust-section {
  position: relative;
  z-index: 1;
  margin-top: 1.75rem;
}

.usage-tier-section-compact {
  margin-top: 0;
  padding-top: 1.6rem;
}

.usage-tier-copy {
  margin-bottom: 1.15rem;
}

.auth-trust-copy {
  margin-bottom: 1.15rem;
}

.usage-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.usage-tier-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
}

.usage-tier-card h3 {
  margin-bottom: 0;
}

.usage-tier-card p {
  margin-bottom: 0;
  color: var(--text-soft);
}

.usage-tier-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--text-soft);
}

.usage-tier-list li + li {
  margin-top: 0.35rem;
}

.usage-tier-card-premium {
  border-color: rgba(184, 176, 255, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(184, 176, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.28),
    0 0 20px rgba(123, 137, 255, 0.07);
}

.usage-tier-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.28rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 176, 255, 0.14);
  background: rgba(123, 137, 255, 0.08);
  color: var(--text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.usage-tier-price {
  color: var(--text-main);
  font-weight: 700;
}

.auth-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(19rem, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.auth-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.auth-trust-card {
  display: grid;
  gap: 0.7rem;
  min-height: 100%;
  padding: 1.2rem;
}

.auth-trust-card h3 {
  margin-bottom: 0;
}

.auth-trust-card p {
  margin-bottom: 0;
  color: var(--text-soft);
}

.auth-trust-terminal {
  display: grid;
  gap: 0.55rem;
  min-height: 100%;
  padding: 1.25rem;
  border-color: rgba(117, 210, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(6, 12, 24, 0.94), rgba(8, 14, 28, 0.9)),
    linear-gradient(135deg, rgba(91, 201, 255, 0.05), transparent 45%, rgba(149, 121, 255, 0.05));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 36px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(74, 126, 255, 0.08);
}

.auth-trust-terminal-line {
  display: block;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(222, 234, 255, 0.94);
  font-family: "Consolas", "Lucida Console", monospace;
  font-size: 0.92rem;
  line-height: 1.55;
  border-right: 0.55rem solid transparent;
  animation: auth-terminal-type 1.6s steps(30, end) forwards;
}

.auth-trust-terminal-line-2 {
  animation-delay: 0.3s;
}

.auth-trust-terminal-line-3 {
  animation-delay: 0.6s;
}

.auth-trust-terminal-line-4 {
  animation-delay: 0.9s;
  color: rgba(153, 234, 199, 0.96);
  border-right-color: rgba(131, 229, 212, 0.9);
  animation:
    auth-terminal-type 1.4s steps(24, end) 0.9s forwards,
    auth-terminal-cursor 1.1s steps(1, end) 2.4s infinite;
}

.auth-trust-status {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  margin-top: 0.25rem;
  color: rgba(205, 238, 226, 0.92);
  font-size: 0.88rem;
}

.auth-trust-status-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: rgba(114, 232, 170, 0.96);
  box-shadow:
    0 0 0 0.18rem rgba(114, 232, 170, 0.1),
    0 0 14px rgba(114, 232, 170, 0.34);
}

@keyframes auth-terminal-type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes auth-terminal-cursor {
  0%,
  49% {
    border-right-color: rgba(131, 229, 212, 0.9);
  }

  50%,
  100% {
    border-right-color: transparent;
  }
}

body[data-page="auth"] .section-panel {
  background:
    linear-gradient(180deg, rgba(7, 13, 27, 0.94), rgba(4, 8, 18, 0.84)),
    linear-gradient(120deg, rgba(123, 137, 255, 0.045), transparent 38%, rgba(145, 92, 255, 0.05));
}

.auth-layout,
.tool-route-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.2rem;
  align-items: start;
}

.auth-layout {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.tool-route-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.auth-panel,
.tool-route-panel {
  padding: 1.35rem;
}

.auth-intro {
  display: grid;
  gap: 1.15rem;
}

.auth-visual-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.2rem;
}

.auth-visual-lock {
  position: relative;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(184, 176, 255, 0.12);
  background:
    radial-gradient(circle at 35% 30%, rgba(184, 176, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(11, 19, 36, 0.92), rgba(6, 12, 23, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 18px rgba(123, 137, 255, 0.08);
}

.auth-visual-lock-ring,
.auth-visual-lock-body,
.auth-visual-lock-core {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.auth-visual-lock-ring {
  top: 0.95rem;
  width: 1.95rem;
  height: 1.75rem;
  border: 2px solid rgba(184, 176, 255, 0.34);
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
}

.auth-visual-lock-body {
  top: 2rem;
  width: 2.3rem;
  height: 1.95rem;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, rgba(123, 137, 255, 0.22), rgba(145, 92, 255, 0.1));
  border: 1px solid rgba(184, 176, 255, 0.26);
  box-shadow: inset 0 0 16px rgba(123, 137, 255, 0.08);
}

.auth-visual-lock-core {
  top: 2.65rem;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: var(--accent-bright);
  box-shadow: 0 0 12px rgba(184, 176, 255, 0.3);
}

.auth-visual-copy {
  display: grid;
  gap: 0.45rem;
}

.auth-visual-title,
.auth-panel-title {
  margin: 0;
  color: var(--text-main);
  font-weight: 700;
}

.auth-panel-header {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.1rem;
}

.auth-panel-kicker {
  margin: 0;
  color: var(--accent-bright);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.auth-flow-form,
.auth-step,
.future-actions {
  display: grid;
  gap: 0.9rem;
}

.auth-step-submit {
  margin-top: 0.15rem;
}

.auth-consent-group {
  display: grid;
  gap: 0.75rem;
}

.auth-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(184, 176, 255, 0.1);
  background: rgba(9, 17, 32, 0.72);
  color: var(--text-soft);
}

.auth-consent-required {
  gap: 0.7rem;
}

.auth-consent-optional {
  padding: 0.78rem 1rem;
  background: rgba(8, 14, 28, 0.52);
  border-color: rgba(184, 176, 255, 0.08);
}

.auth-consent-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.18rem;
  accent-color: var(--accent-secondary);
}

.auth-consent-copy {
  display: grid;
  gap: 0.32rem;
  line-height: 1.55;
}

.auth-consent-title {
  color: var(--text-main);
  font-size: 0.95rem;
  font-weight: 600;
}

.auth-consent-title-secondary {
  color: rgba(215, 223, 246, 0.88);
  font-size: 0.9rem;
  font-weight: 500;
}

.auth-consent-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.42rem;
  color: var(--text-soft);
  font-size: 0.9rem;
}

.auth-consent-subtle {
  color: var(--text-muted);
  font-size: 0.86rem;
}

.auth-consent-details {
  margin-top: 0.2rem;
}

.auth-consent-details summary {
  color: var(--accent-bright);
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  list-style: none;
}

.auth-consent-details summary::-webkit-details-marker {
  display: none;
}

.auth-consent-details summary:hover,
.auth-consent-details summary:focus-visible {
  color: #d2ddff;
}

.auth-consent-details p {
  margin: 0.55rem 0 0;
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.6;
}

.auth-inline-link {
  color: var(--text-main);
  text-decoration: underline;
  text-decoration-color: rgba(184, 176, 255, 0.35);
  text-underline-offset: 0.18rem;
  transition:
    color 160ms ease,
    text-decoration-color 160ms ease;
}

.auth-inline-link:hover,
.auth-inline-link:focus-visible {
  color: var(--accent-bright);
  text-decoration-color: rgba(184, 176, 255, 0.62);
}

.auth-stage[hidden] {
  display: none !important;
}

.auth-status,
.route-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.verify-shell {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 16rem);
  min-height: calc(100svh - 16rem);
  min-height: calc(100dvh - 16rem);
}

.verify-panel {
  max-width: 32rem;
  display: grid;
  gap: 1.05rem;
  text-align: center;
}

.verify-terminal-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: #9df7bf;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.verify-terminal-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: #7af0a8;
  box-shadow: 0 0 12px rgba(122, 240, 168, 0.35);
}

.verify-title {
  margin: 0;
}

.verify-text {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
}

.verify-code-row {
  display: grid;
}

.verify-code-input {
  min-height: 4rem;
  padding: 1rem 1.2rem;
  border-radius: 1.2rem;
  text-align: center;
  color: var(--text-main);
  font-size: clamp(1.6rem, 7vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0.38em;
}

.verify-submit {
  width: 100%;
}

.verify-status {
  min-height: 1.6rem;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.62rem 0.98rem;
    border-radius: 999px;
    border: 1px solid rgba(128, 208, 227, 0.22);
    background:
      linear-gradient(135deg, rgba(18, 39, 58, 0.92), rgba(12, 20, 37, 0.88)),
      rgba(11, 20, 37, 0.84);
    color: rgba(228, 238, 255, 0.96);
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 10px 22px rgba(4, 10, 22, 0.24);
    transition:
      transform 180ms ease,
      border-color 180ms ease,
      box-shadow 180ms ease,
      color 180ms ease,
      background 180ms ease;
  }

  .back-link::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    flex-shrink: 0;
    border-left: 1.7px solid rgba(126, 229, 214, 0.92);
    border-bottom: 1.7px solid rgba(126, 229, 214, 0.92);
    transform: rotate(45deg);
    margin-left: 0.1rem;
    box-shadow: 0 0 10px rgba(76, 198, 189, 0.12);
  }

.back-link:hover,
.back-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(126, 229, 214, 0.34);
    color: #f4fbff;
    background:
      linear-gradient(135deg, rgba(24, 53, 79, 0.96), rgba(13, 23, 43, 0.92)),
      rgba(11, 20, 37, 0.88);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 0 0 1px rgba(126, 229, 214, 0.06),
      0 12px 26px rgba(6, 14, 29, 0.28),
      0 0 18px rgba(76, 198, 189, 0.08);
  }

.account-nav {
  position: relative;
  overflow: visible;
  flex-shrink: 0;
}

.account-page-shell {
  gap: 1.4rem;
}

.account-layout {
  display: grid;
  gap: 1rem;
}

.account-layout-top {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-layout-bottom {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-page-status {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.98rem;
}

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

.account-section-copy {
  display: grid;
  gap: 0.45rem;
}

.account-section-controls {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.account-live-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #ddf8e9;
}

.account-live-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #3fdb8f;
  box-shadow:
    0 0 0 1px rgba(63, 219, 143, 0.2),
    0 0 12px rgba(63, 219, 143, 0.38);
  flex-shrink: 0;
}

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

.account-data-card {
  display: grid;
  gap: 1rem;
}

.account-data-card-secondary {
  border-color: rgba(118, 136, 187, 0.14);
  background:
    linear-gradient(180deg, rgba(11, 18, 33, 0.94), rgba(8, 13, 25, 0.96)),
    rgba(8, 13, 25, 0.92);
}

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

.account-data-card h2 {
  margin: 0;
  color: var(--text-main);
  font-size: 1.06rem;
}

.account-data-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.account-data-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.account-data-row {
  display: grid;
  gap: 0.28rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--account-row-border);
}

.account-data-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.account-data-row dt {
  color: var(--text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-data-row dd {
  margin: 0;
  color: var(--text-main);
  font-size: 0.98rem;
  word-break: break-word;
}

.account-page-actions {
  display: flex;
  justify-content: flex-start;
}

.account-signout-card .account-page-actions {
  margin-top: auto;
}

.account-session-list {
  display: grid;
  gap: 0.9rem;
}

.account-session-item {
  display: grid;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid var(--account-session-border);
  background: var(--account-session-surface);
}

.account-session-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.account-session-top strong {
  color: var(--text-main);
  font-size: 0.98rem;
}

.account-session-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid var(--account-session-chip-border);
  background: var(--account-session-chip-surface);
  color: var(--account-session-chip-text);
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.account-session-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1rem;
  margin: 0;
}

.account-session-meta div {
  display: grid;
  gap: 0.25rem;
}

.account-session-meta dt {
  color: var(--text-muted);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-session-meta dd {
  margin: 0;
  color: var(--text-main);
  font-size: 0.94rem;
  word-break: break-word;
}

.account-checks-list {
  display: grid;
  gap: 0.85rem;
}

.account-check-item {
  display: grid;
  gap: 0.7rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(118, 136, 187, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 22, 40, 0.94), rgba(9, 16, 31, 0.96)),
    rgba(10, 18, 34, 0.94);
  box-shadow: 0 12px 28px rgba(4, 10, 22, 0.2);
}

.account-check-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.account-check-top strong {
  color: var(--text-main);
  font-size: 0.96rem;
}

.account-check-time {
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: right;
}

.account-check-meta {
  display: grid;
  gap: 0.65rem;
}

.account-check-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 2rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 229, 214, 0.16);
  background: rgba(18, 34, 58, 0.7);
  color: #dcefff;
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.account-check-summary {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.account-view-more-button {
  width: fit-content;
  min-width: 0;
  align-self: flex-start;
}

.account-language-field {
  display: grid;
  gap: 0.55rem;
}

.account-language-label {
  color: var(--text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.account-language-select {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(184, 176, 255, 0.14);
  background: rgba(8, 15, 29, 0.82);
  color: var(--text-main);
  font: inherit;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 180ms ease;
}

.account-language-select:hover,
.account-language-select:focus-visible {
  border-color: rgba(184, 176, 255, 0.24);
  box-shadow: 0 0 18px rgba(123, 137, 255, 0.08);
}

.account-language-select:disabled {
  opacity: 0.68;
  cursor: wait;
}

body.header-account-only .account-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  padding: 0;
  border: 1px solid rgba(184, 176, 255, 0.12);
  border-radius: 1rem;
  background: rgba(8, 15, 29, 0.78);
  color: var(--text-main);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 180ms ease;
}

body.header-account-only .account-toggle:hover,
body.header-account-only .account-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(184, 176, 255, 0.2);
  box-shadow: 0 0 16px rgba(123, 137, 255, 0.08);
}

body.header-account-only .account-nav.is-open .account-toggle {
  border-color: rgba(198, 204, 255, 0.24);
  box-shadow:
    0 0 18px rgba(123, 137, 255, 0.08),
    0 0 26px rgba(145, 92, 255, 0.04);
}

.account-avatar {
  display: grid;
  place-items: center;
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(123, 137, 255, 0.22), rgba(145, 92, 255, 0.12));
  border: 1px solid rgba(184, 176, 255, 0.18);
  box-shadow: inset 0 0 12px rgba(123, 137, 255, 0.08);
  font-size: 0.84rem;
  font-weight: 700;
}

body.header-account-only .account-avatar-guest svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

body.header-account-only .account-label {
  display: none;
}

.account-menu {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 19rem;
  max-width: min(22rem, calc(100vw - 2rem));
  display: grid;
  gap: 0.45rem;
  padding: 0.92rem;
  border-radius: 20px;
  border: 1px solid rgba(184, 176, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(7, 12, 23, 0.985), rgba(5, 9, 18, 0.97)),
    linear-gradient(120deg, rgba(123, 137, 255, 0.07), transparent 55%, rgba(145, 92, 255, 0.06));
  box-shadow:
    0 28px 52px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(123, 137, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(24px) saturate(135%);
  z-index: 10020;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.15rem) scale(0.99);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.account-menu[hidden] {
  display: none !important;
}

.account-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.account-menu-title,
.account-menu-email,
.account-menu-identity,
.account-menu-status {
  margin: 0;
}

.account-menu-section {
  display: grid;
  gap: 0.24rem;
}

.account-menu-section-compact {
  gap: 0.55rem;
}

.account-menu-title {
  color: rgba(216, 223, 246, 0.88);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.account-menu-identity {
  color: var(--text-main);
  font-size: 1rem;
  font-weight: 700;
}

.account-menu-email {
  color: rgba(184, 196, 225, 0.84);
  font-size: 0.82rem;
  word-break: break-word;
}

.account-menu-status {
  margin-top: 0.18rem;
  color: rgba(205, 237, 217, 0.92);
  font-size: 0.84rem;
}

.account-menu-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 0.25rem;
  color: rgba(162, 173, 203, 0.84);
  font-size: 0.76rem;
}

.account-menu-meta strong {
  color: rgba(229, 234, 248, 0.96);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: right;
}

.account-menu-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 176, 255, 0.14), rgba(184, 176, 255, 0));
}

.account-menu-link {
  display: block;
  width: 100%;
  padding: 0.72rem 0.78rem;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: rgba(226, 232, 248, 0.92);
  text-align: left;
  cursor: pointer;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.account-menu-link:hover,
.account-menu-link:focus-visible {
  color: var(--text-main);
  background: rgba(184, 176, 255, 0.08);
  border-color: rgba(184, 176, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
  transform: translateY(-1px);
}

.account-menu-button {
  color: rgba(255, 191, 199, 0.92);
}

.account-menu-button:hover,
.account-menu-button:focus-visible {
  color: rgba(255, 223, 227, 0.98);
  background: rgba(142, 41, 56, 0.16);
  border-color: rgba(208, 103, 120, 0.18);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.015),
    0 0 18px rgba(189, 78, 97, 0.08);
}

.hub-card-grid,
.future-action-grid {
  display: grid;
  gap: 1rem;
}

.hub-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.future-action-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-tool-card {
  min-height: 100%;
}

.route-tool-card .button {
  width: 100%;
  margin-top: auto;
}

.route-tool-card.featured-tool {
  border-color: rgba(255, 60, 60, 0.35);
  box-shadow:
    var(--shadow-md),
    0 0 18px rgba(255, 60, 60, 0.15);
}

.route-tool-card.featured-tool:hover {
  border-color: rgba(255, 82, 82, 0.46);
  box-shadow:
    var(--card-hover-shadow),
    0 0 24px rgba(255, 60, 60, 0.22);
}

.featured-tool-badge {
  margin-left: 0;
  margin-bottom: 0.7rem;
  color: rgba(255, 220, 220, 0.92);
  border: 1px solid rgba(255, 60, 60, 0.3);
  background: rgba(255, 60, 60, 0.1);
  box-shadow: 0 0 14px rgba(255, 60, 60, 0.12);
}

.route-tool-card.featured-tool h3 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 236, 238, 0.98);
  text-shadow:
    0 0 10px rgba(255, 72, 72, 0.16),
    0 0 22px rgba(255, 72, 72, 0.08);
}

.route-tool-card.featured-tool h3::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  flex: 0 0 auto;
  background: #ff3c3c;
  box-shadow: 0 0 12px rgba(255, 60, 60, 0.45);
}

.route-tool-card.featured-tool p {
  color: rgba(255, 206, 210, 0.82);
  text-shadow: 0 0 12px rgba(255, 90, 90, 0.08);
}

.tool-page-card {
  max-width: 52rem;
  margin: 0 auto;
}

.network-upgrade-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  border-color: rgba(92, 140, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(10, 17, 31, 0.94), rgba(6, 11, 22, 0.9)),
    radial-gradient(circle at top right, rgba(90, 142, 255, 0.1), transparent 44%),
    radial-gradient(circle at bottom left, rgba(48, 216, 255, 0.06), transparent 38%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 26px 56px rgba(3, 8, 20, 0.34);
}

.network-upgrade-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 26%),
    radial-gradient(circle at top left, rgba(113, 149, 255, 0.08), transparent 34%);
  pointer-events: none;
}

.network-upgrade-shell > * {
  position: relative;
  z-index: 1;
}

.network-upgrade-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(89, 143, 255, 0.18);
  border-radius: 999px;
  background: rgba(8, 17, 33, 0.72);
  color: rgba(216, 230, 255, 0.92);
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.network-upgrade-status-dot {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #63d8a1;
  box-shadow:
    0 0 0 0 rgba(99, 216, 161, 0.38),
    0 0 18px rgba(99, 216, 161, 0.36);
  animation: network-upgrade-pulse 2.4s ease-in-out infinite;
}

.network-upgrade-copy {
  display: grid;
  gap: 0.72rem;
}

.network-upgrade-kicker {
  margin: 0;
  color: rgba(126, 178, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.network-upgrade-title {
  margin: 0;
  color: #f5f8ff;
  font-size: clamp(1.6rem, 3.4vw, 2.25rem);
  line-height: 1.06;
}

.network-upgrade-text {
  margin: 0;
  max-width: 44rem;
  color: rgba(204, 214, 234, 0.86);
}

.network-upgrade-terminal {
  display: grid;
  gap: 0.45rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(72, 112, 192, 0.18);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(7, 14, 28, 0.9), rgba(10, 18, 34, 0.76)),
    radial-gradient(circle at top left, rgba(76, 255, 166, 0.05), transparent 34%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.network-upgrade-terminal-label {
  color: rgba(116, 240, 181, 0.82);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.network-upgrade-terminal-line {
  margin: 0;
  color: rgba(221, 233, 255, 0.9);
  font-family: "Consolas", "SFMono-Regular", "Courier New", monospace;
  font-size: 0.93rem;
  line-height: 1.55;
}

.network-upgrade-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.network-upgrade-point {
  display: grid;
  gap: 0.42rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(79, 121, 206, 0.15);
  border-radius: 1rem;
  background: rgba(11, 20, 38, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.network-upgrade-point strong {
  color: #f0f5ff;
  font-size: 0.98rem;
}

.network-upgrade-point p {
  margin: 0;
  color: rgba(194, 205, 228, 0.82);
  font-size: 0.94rem;
  line-height: 1.55;
}

.network-upgrade-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.domain-exposure-list-shell {
  display: grid;
  gap: 0.82rem;
}

.domain-exposure-list {
  display: grid;
  gap: 0.72rem;
}

.domain-exposure-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.domain-exposure-row {
  display: grid;
  gap: 0.72rem;
  padding: 0.88rem 0.92rem;
  border: 1px solid rgba(86, 118, 188, 0.16);
  border-radius: 1rem;
  background: rgba(9, 17, 33, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.domain-exposure-row-primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.domain-exposure-row-host {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  min-width: 0;
}

.domain-exposure-row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.72rem;
  border: 1px solid rgba(102, 142, 224, 0.16);
  background: rgba(12, 21, 39, 0.78);
  color: rgba(205, 223, 255, 0.92);
  flex-shrink: 0;
}

.domain-exposure-row-icon svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.domain-exposure-row-copy {
  display: grid;
  gap: 0.3rem;
  min-width: 0;
}

.domain-exposure-row-title {
  color: #f3f7ff;
  font-size: 0.98rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.domain-exposure-row-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.8rem;
  color: rgba(188, 201, 226, 0.78);
  font-size: 0.82rem;
  line-height: 1.5;
}

.domain-exposure-row-actions {
  display: flex;
  justify-content: flex-start;
}

.domain-exposure-row-action {
  min-height: 2.5rem;
}

.domain-exposure-empty {
  margin: 0;
  color: rgba(190, 202, 226, 0.8);
}

@keyframes network-upgrade-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 0 rgba(99, 216, 161, 0.18),
      0 0 16px rgba(99, 216, 161, 0.26);
  }

  50% {
    box-shadow:
      0 0 0 0.36rem rgba(99, 216, 161, 0.04),
      0 0 24px rgba(99, 216, 161, 0.36);
  }
}

@media (max-width: 720px) {
  .network-upgrade-shell {
    gap: 0.85rem;
  }

  .network-upgrade-points {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .network-upgrade-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .network-upgrade-actions .button {
    width: 100%;
  }

  .domain-exposure-row {
    padding: 0.8rem 0.84rem;
  }

  .domain-exposure-row-primary {
    display: grid;
  }

  .domain-exposure-row-actions {
    display: grid;
  }

  .domain-exposure-row-action {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .network-upgrade-terminal,
  .network-upgrade-point {
    padding: 0.82rem 0.88rem;
  }

  .network-upgrade-terminal-line,
  .network-upgrade-point p {
    font-size: 0.9rem;
  }
}

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

.tool-page-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
}

.tool-usage-strip {
  display: block;
  margin-top: 0.95rem;
  padding: 0.88rem 0.96rem;
  border-radius: 1rem;
  border: 1px solid rgba(98, 156, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(10, 18, 34, 0.9), rgba(7, 12, 24, 0.8)),
    radial-gradient(circle at top, rgba(90, 165, 255, 0.1), transparent 58%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 16px 34px rgba(4, 10, 24, 0.16);
}

.tool-usage-strip[data-state="limited"] {
  border-color: rgba(255, 138, 0, 0.34);
  background:
    linear-gradient(180deg, rgba(14, 20, 35, 0.92), rgba(8, 12, 24, 0.84)),
    radial-gradient(circle at top, rgba(255, 138, 0, 0.14), transparent 58%);
}

.tool-usage-info,
.tool-usage-note {
  margin: 0;
}

.tool-usage-info {
  color: rgba(214, 226, 255, 0.94);
  font-size: 0.9rem;
  line-height: 1.5;
}

.tool-usage-note {
  margin-top: 0.42rem;
  color: rgba(191, 205, 232, 0.8);
  font-size: 0.82rem;
  line-height: 1.5;
}

.tool-usage-strip[data-state="limited"] .tool-usage-note {
  color: rgba(255, 220, 184, 0.94);
}

.darkweb-tool-form .tool-action-button {
  width: 100%;
}

.darkweb-password-note {
  margin-top: -0.25rem;
}

body[data-page="tool-darkweb"] .tool-page-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(101, 151, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(10, 17, 31, 0.94), rgba(6, 11, 22, 0.88)),
    radial-gradient(circle at top right, rgba(86, 149, 255, 0.08), transparent 44%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 26px 56px rgba(3, 8, 20, 0.34);
}

body[data-page="tool-darkweb"] .tool-page-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(113, 149, 255, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 147, 39, 0.06), transparent 30%);
  pointer-events: none;
}

body[data-page="tool-darkweb"] .tool-page-card > * {
  position: relative;
  z-index: 1;
}

body[data-page="tool-darkweb"] .back-link {
  border-color: rgba(95, 144, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(4, 10, 23, 0.18);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    color 180ms ease;
}

body[data-page="tool-darkweb"] .back-link:hover,
body[data-page="tool-darkweb"] .back-link:focus-visible {
  border-color: rgba(118, 171, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 28px rgba(4, 10, 23, 0.24),
    0 0 22px rgba(90, 143, 255, 0.1);
  transform: translateY(-1px);
}

body[data-page="tool-darkweb"] .darkweb-tool-form .tool-input {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 20px rgba(3, 7, 18, 0.14);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

body[data-page="tool-darkweb"] .darkweb-tool-form .tool-input:focus {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 26px rgba(3, 8, 20, 0.2),
    0 0 22px rgba(94, 144, 255, 0.12);
}

body[data-page="tool-darkweb"] .darkweb-tool-form .tool-action-button,
body[data-page="tool-darkweb"] .tool-page-actions[data-tool-actions="darkweb"] .button,
body[data-page="tool-darkweb"] .darkweb-acknowledge-button {
  position: relative;
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    color 180ms ease;
}

body[data-page="tool-darkweb"] .darkweb-tool-form .tool-action-button {
  border-color: rgba(109, 184, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(32, 93, 190, 0.96), rgba(18, 49, 112, 0.92)),
    linear-gradient(135deg, rgba(130, 219, 255, 0.14), rgba(93, 138, 255, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 28px rgba(5, 17, 42, 0.28),
    0 0 24px rgba(88, 142, 255, 0.12);
}

body[data-page="tool-darkweb"] .darkweb-tool-form .tool-action-button:hover,
body[data-page="tool-darkweb"] .darkweb-tool-form .tool-action-button:focus-visible {
  border-color: rgba(131, 204, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 32px rgba(5, 17, 42, 0.34),
    0 0 28px rgba(101, 154, 255, 0.18);
}

body[data-page="tool-darkweb"] .tool-page-actions[data-tool-actions="darkweb"] .button {
  border-color: rgba(107, 157, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(18, 31, 58, 0.96), rgba(10, 18, 37, 0.9)),
    linear-gradient(135deg, rgba(112, 178, 255, 0.08), rgba(66, 116, 230, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 24px rgba(4, 10, 23, 0.18);
}

body[data-page="tool-darkweb"] .tool-page-actions[data-tool-actions="darkweb"] .button:hover,
body[data-page="tool-darkweb"] .tool-page-actions[data-tool-actions="darkweb"] .button:focus-visible {
  border-color: rgba(126, 180, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 28px rgba(4, 10, 23, 0.22),
    0 0 22px rgba(92, 145, 255, 0.1);
}

body[data-page="tool-darkweb"] .darkweb-tool-form .tool-action-button:hover,
body[data-page="tool-darkweb"] .darkweb-tool-form .tool-action-button:focus-visible,
body[data-page="tool-darkweb"] .tool-page-actions[data-tool-actions="darkweb"] .button:hover,
body[data-page="tool-darkweb"] .tool-page-actions[data-tool-actions="darkweb"] .button:focus-visible,
body[data-page="tool-darkweb"] .darkweb-acknowledge-button:hover,
body[data-page="tool-darkweb"] .darkweb-acknowledge-button:focus-visible {
  transform: translateY(-1px);
}

body[data-page="tool-darkweb"] .darkweb-tool-form .tool-action-button:active,
body[data-page="tool-darkweb"] .tool-page-actions[data-tool-actions="darkweb"] .button:active,
body[data-page="tool-darkweb"] .darkweb-acknowledge-button:active {
  transform: translateY(1px) scale(0.992);
}

body[data-page="tool-darkweb"] .darkweb-tool-form .tool-action-button::after,
body[data-page="tool-darkweb"] .tool-page-actions[data-tool-actions="darkweb"] .button::after,
body[data-page="tool-darkweb"] .darkweb-acknowledge-button::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 34%);
  opacity: 0.6;
  pointer-events: none;
}

.darkweb-usage-strip,
.darkweb-summary-card,
.darkweb-key-findings-item,
.darkweb-panel-neutral,
.darkweb-panel-danger,
.darkweb-panel-danger-soft,
.darkweb-panel-action,
.darkweb-exposure-card,
.darkweb-password-card,
.darkweb-recommendations-panel {
  transition:
    border-color 220ms ease,
    box-shadow 240ms ease,
    background 240ms ease,
    transform 180ms ease;
}

.darkweb-usage-strip {
  display: block;
  margin-top: 0.95rem;
  padding: 0.9rem 1rem;
  border-radius: 1.05rem;
  border: 1px solid var(--darkweb-usage-border);
  background: var(--darkweb-usage-surface);
  box-shadow: var(--darkweb-usage-shadow);
}

.darkweb-usage-strip.is-highlighted {
  border-color: rgba(255, 138, 0, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 40px rgba(6, 10, 22, 0.24),
    0 0 14px rgba(255, 138, 0, 0.22);
  animation: darkweb-usage-highlight 1.8s ease-out 1;
}

.darkweb-usage-info {
  margin: 0;
  color: rgba(214, 226, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1.55;
}

.darkweb-usage-limit-note {
  margin: 0.55rem 0 0;
  color: rgba(255, 212, 166, 0.94);
  font-size: 0.84rem;
  line-height: 1.55;
}

.darkweb-limit-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(3, 7, 18, 0.72);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.darkweb-limit-modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.darkweb-limit-modal {
  width: min(100%, 28rem);
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 138, 0, 0.24);
  background:
    linear-gradient(180deg, rgba(14, 24, 44, 0.98), rgba(8, 14, 28, 0.98)),
    linear-gradient(135deg, rgba(255, 138, 0, 0.05), transparent 50%);
  box-shadow:
    0 22px 50px rgba(2, 6, 18, 0.48),
    0 0 22px rgba(255, 138, 0, 0.12);
  transform: translateY(10px);
  transition: transform 180ms ease;
  overflow: hidden;
}

.darkweb-limit-modal-overlay.is-open .darkweb-limit-modal {
  transform: translateY(0);
}

.darkweb-limit-modal-terminal {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid rgba(118, 136, 187, 0.16);
  background: linear-gradient(90deg, rgba(255, 138, 0, 0.08), rgba(12, 20, 38, 0.72));
}

.darkweb-limit-modal-terminal-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #ff8a00;
  box-shadow: 0 0 10px rgba(255, 138, 0, 0.45);
  flex: 0 0 auto;
}

.darkweb-limit-modal-terminal-label {
  color: rgba(255, 225, 191, 0.96);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.darkweb-limit-modal-title {
  margin: 0;
  padding: 1.2rem 1.1rem 0;
  color: var(--text-main);
  font-size: 1.28rem;
}

.darkweb-limit-modal-text {
  margin: 0;
  padding: 0.7rem 1.1rem 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.darkweb-limit-modal-actions {
  display: flex;
  justify-content: flex-end;
  padding: 1.1rem;
}

.darkweb-limit-modal-close {
  min-width: 6rem;
}

.darkweb-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.9rem;
  margin: 1.15rem 0;
}

.darkweb-summary-grid-compact {
  margin: 0;
}

.darkweb-summary-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(138, 154, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(13, 20, 37, 0.9), rgba(7, 12, 24, 0.82)),
    radial-gradient(circle at top left, rgba(121, 145, 255, 0.12), transparent 48%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 18px 36px rgba(0, 0, 0, 0.18);
}

.darkweb-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(144, 180, 255, 0.34), transparent 72%);
  pointer-events: none;
}

.darkweb-summary-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 40px rgba(0, 0, 0, 0.2);
}

.darkweb-summary-icon,
.darkweb-exposure-icon,
.darkweb-password-icon {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  color: rgba(185, 199, 255, 0.96);
}

.darkweb-summary-icon svg,
.darkweb-exposure-icon svg,
.darkweb-password-icon svg {
  width: 100%;
  height: 100%;
}

.darkweb-summary-label {
  color: var(--text-soft);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.darkweb-summary-label::before {
  content: "";
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(144, 180, 255, 0.72);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 8px rgba(144, 180, 255, 0.14);
}

.darkweb-summary-value {
  color: var(--text-main);
  font-size: 1.06rem;
  line-height: 1.35;
}

.darkweb-summary-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.86rem;
  line-height: 1.55;
}

.darkweb-summary-card.result-chip-danger {
  border-color: rgba(255, 60, 60, 0.4);
  background:
    linear-gradient(180deg, rgba(16, 21, 37, 0.94), rgba(9, 12, 23, 0.84)),
    radial-gradient(circle at top left, rgba(255, 60, 60, 0.12), transparent 46%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(14, 5, 10, 0.28),
    0 0 14px rgba(255, 60, 60, 0.2);
}

.darkweb-summary-card.result-chip-caution {
  border-color: rgba(255, 138, 0, 0.4);
  background:
    linear-gradient(180deg, rgba(13, 19, 34, 0.92), rgba(8, 12, 24, 0.84)),
    radial-gradient(circle at top left, rgba(255, 138, 0, 0.12), transparent 48%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 14px 28px rgba(5, 10, 22, 0.18),
    0 0 12px rgba(255, 138, 0, 0.2);
}

.darkweb-summary-card.result-chip-success {
  border-color: rgba(0, 255, 150, 0.35);
  background:
    linear-gradient(180deg, rgba(10, 31, 24, 0.92), rgba(7, 18, 14, 0.82)),
    radial-gradient(circle at top left, rgba(0, 255, 150, 0.08), transparent 48%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 16px 30px rgba(4, 23, 16, 0.18),
    0 0 12px rgba(0, 255, 150, 0.15);
}

.darkweb-summary-card.result-chip-neutral {
  border-color: rgba(110, 174, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(11, 21, 39, 0.92), rgba(8, 14, 26, 0.82)),
    radial-gradient(circle at top left, rgba(91, 162, 255, 0.14), transparent 48%);
}

.darkweb-summary-card.result-chip-danger .darkweb-summary-label::before {
  background: rgb(255, 60, 60);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 10px rgba(255, 60, 60, 0.34);
}

.darkweb-summary-card.result-chip-success .darkweb-summary-label::before {
  background: rgb(0, 255, 150);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 10px rgba(0, 255, 150, 0.28);
}

.darkweb-summary-card.result-chip-caution .darkweb-summary-label::before {
  background: #FF8A00;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 12px rgba(255, 138, 0, 0.35);
}

.darkweb-section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.2rem 0;
}

.website-result-meta-grid:empty {
  display: none;
}

.darkweb-key-findings-panel {
  margin: 1.28rem 0;
}

.darkweb-key-findings-list {
  display: grid;
  gap: 0.78rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.darkweb-key-findings-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.82rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(98, 156, 255, 0.16);
  background: rgba(10, 18, 33, 0.72);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 220ms ease;
}

.darkweb-key-findings-item:hover {
  transform: translateY(-1px);
}

.darkweb-key-findings-item.is-danger {
  border-color: rgba(255, 92, 104, 0.3);
  background:
    linear-gradient(180deg, rgba(38, 10, 15, 0.88), rgba(20, 7, 11, 0.78)),
    radial-gradient(circle at top left, rgba(255, 80, 94, 0.12), transparent 56%);
  box-shadow: 0 14px 26px rgba(29, 5, 10, 0.18);
}

.darkweb-key-findings-item.is-warning {
  border-color: rgba(255, 138, 0, 0.4);
  background:
    linear-gradient(180deg, rgba(13, 19, 34, 0.88), rgba(8, 12, 24, 0.8)),
    radial-gradient(circle at top left, rgba(255, 138, 0, 0.12), transparent 56%);
  box-shadow: 0 14px 26px rgba(5, 10, 22, 0.14), 0 0 12px rgba(255, 138, 0, 0.18);
}

.darkweb-key-findings-item.is-safe {
  border-color: rgba(99, 221, 172, 0.24);
  background:
    linear-gradient(180deg, rgba(12, 32, 23, 0.88), rgba(7, 18, 14, 0.78)),
    radial-gradient(circle at top left, rgba(80, 220, 153, 0.11), transparent 56%);
}

.darkweb-key-findings-item.is-neutral {
  border-color: rgba(98, 156, 255, 0.16);
}

.darkweb-key-findings-icon {
  display: inline-flex;
  width: 1.12rem;
  height: 1.12rem;
  color: rgba(189, 203, 255, 0.96);
}

.darkweb-key-findings-icon svg {
  width: 100%;
  height: 100%;
}

.darkweb-detail-panel,
.darkweb-password-panel,
.darkweb-recommendations-panel,
.darkweb-cta-panel {
  display: grid;
  gap: 1rem;
}

.darkweb-panel-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
}

.darkweb-panel-icon {
  display: inline-flex;
  width: 1.4rem;
  height: 1.4rem;
  color: rgba(183, 201, 255, 0.94);
}

.darkweb-panel-icon svg {
  width: 100%;
  height: 100%;
}

.darkweb-panel-copy {
  display: grid;
  gap: 0.18rem;
}

.darkweb-result-card .website-result-section-title {
  color: rgba(230, 237, 255, 0.82);
  letter-spacing: 0.055em;
}

.darkweb-panel-neutral {
  background:
    linear-gradient(180deg, rgba(13, 20, 36, 0.92), rgba(8, 13, 25, 0.84));
  border-color: rgba(118, 136, 187, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(3, 12, 28, 0.2);
}

.darkweb-panel-info {
  border-color: rgba(118, 136, 187, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 20, 36, 0.92), rgba(8, 13, 25, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(3, 12, 28, 0.2);
}

.darkweb-panel-safe {
  border-color: rgba(118, 136, 187, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 20, 36, 0.92), rgba(8, 13, 25, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(3, 12, 28, 0.2);
}

.darkweb-panel-danger {
  border-color: rgba(118, 136, 187, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 20, 36, 0.92), rgba(8, 13, 25, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(3, 12, 28, 0.2);
}

.darkweb-panel-danger-soft {
  border-color: rgba(118, 136, 187, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 20, 36, 0.92), rgba(8, 13, 25, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(3, 12, 28, 0.2);
}

.darkweb-panel-action {
  position: relative;
  overflow: hidden;
  border-color: rgba(118, 136, 187, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 20, 36, 0.92), rgba(8, 13, 25, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(3, 12, 28, 0.2);
}

.darkweb-panel-action .darkweb-panel-copy {
  gap: 0.24rem;
}

.darkweb-panel-action .website-result-section-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.darkweb-panel-action .website-result-section-title::before {
  content: "";
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: #FF8A00;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 12px rgba(255, 138, 0, 0.35);
}

.darkweb-panel-action::before {
  content: none;
}

.darkweb-panel-action::after {
  content: none;
}

.darkweb-exposure-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(136, 151, 255, 0.12);
  background: linear-gradient(180deg, rgba(10, 16, 29, 0.86), rgba(6, 11, 22, 0.76));
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 220ms ease;
}

.darkweb-exposure-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 16px 28px rgba(5, 11, 20, 0.22);
}

.darkweb-panel-danger-soft .darkweb-exposure-card {
  border-color: rgba(255, 166, 64, 0.24);
  background:
    linear-gradient(180deg, rgba(15, 21, 37, 0.88), rgba(9, 13, 24, 0.8)),
    radial-gradient(circle at top left, rgba(255, 162, 56, 0.12), transparent 54%);
}

.darkweb-breach-focus-panel .darkweb-exposure-card-breach {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 114, 126, 0.24);
  background:
    linear-gradient(180deg, rgba(13, 19, 35, 0.92), rgba(8, 12, 24, 0.84)),
    radial-gradient(circle at top left, rgba(255, 89, 104, 0.1), transparent 44%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 32px rgba(8, 10, 18, 0.24);
}

.darkweb-breach-focus-panel .darkweb-exposure-card-breach::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 101, 115, 0.85), rgba(255, 159, 110, 0.28));
}

.darkweb-exposure-card-empty {
  align-items: center;
}

.darkweb-exposure-copy {
  display: grid;
  gap: 0.3rem;
}

.darkweb-exposure-copy strong {
  color: var(--text-main);
  font-size: 0.98rem;
}

.darkweb-exposure-copy p,
.darkweb-section-note {
  margin: 0;
  color: var(--text-soft);
}

.darkweb-exposure-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.darkweb-password-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(136, 151, 255, 0.13);
  background: linear-gradient(180deg, rgba(12, 18, 34, 0.9), rgba(7, 12, 25, 0.8));
}

.darkweb-panel-danger .darkweb-password-card,
.darkweb-password-card.result-chip-danger {
  border-color: rgba(255, 92, 104, 0.34);
  background:
    linear-gradient(180deg, rgba(16, 22, 38, 0.92), rgba(8, 12, 24, 0.84)),
    radial-gradient(circle at top left, rgba(255, 74, 89, 0.16), transparent 52%);
  box-shadow:
    0 18px 30px rgba(14, 5, 10, 0.22),
    0 0 24px rgba(255, 80, 94, 0.1);
}

.darkweb-password-card.result-chip-caution {
  border-color: rgba(255, 165, 52, 0.28);
  background:
    linear-gradient(180deg, rgba(17, 22, 39, 0.9), rgba(10, 14, 25, 0.82)),
    radial-gradient(circle at top left, rgba(255, 166, 52, 0.14), transparent 52%);
  box-shadow:
    0 16px 28px rgba(25, 16, 5, 0.18),
    0 0 20px rgba(255, 160, 44, 0.08);
}

.darkweb-password-copy {
  display: grid;
  gap: 0.32rem;
}

.darkweb-password-copy strong {
  color: var(--text-main);
}

.darkweb-password-copy p {
  margin: 0;
  color: var(--text-soft);
}

.darkweb-password-count {
  color: rgba(255, 210, 183, 0.96);
  font-size: 0.84rem;
}

.darkweb-recommendations-panel .website-result-detail-list {
  display: grid;
  gap: 0.7rem;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.darkweb-checklist-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 0.7rem 0.8rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 138, 0, 0.4);
  background:
    linear-gradient(180deg, rgba(13, 19, 34, 0.44), rgba(8, 12, 24, 0.36)),
    radial-gradient(circle at top left, rgba(255, 138, 0, 0.1), transparent 56%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 12px 24px rgba(5, 10, 22, 0.14),
    0 0 12px rgba(255, 138, 0, 0.12);
}

.darkweb-checklist-item + .darkweb-checklist-item {
  margin-top: 0.05rem;
}

.darkweb-checklist-copy {
  display: grid;
  gap: 0.24rem;
}

.darkweb-checklist-copy strong {
  color: var(--text-main);
  font-size: 0.96rem;
}

.darkweb-checklist-copy small {
  color: var(--text-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

.darkweb-checklist-icon {
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
  color: #FF8A00;
  filter: drop-shadow(0 0 8px rgba(255, 138, 0, 0.25));
}

.darkweb-checklist-icon svg {
  width: 100%;
  height: 100%;
}

.darkweb-acknowledge-row {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.2rem;
}

.darkweb-acknowledge-button {
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.darkweb-acknowledge-button:hover,
.darkweb-acknowledge-button:focus-visible {
  transform: translateY(-1px);
}

.darkweb-recommendations-panel[data-darkweb-action-state="acknowledged"] {
  border-color: rgba(118, 136, 187, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 20, 36, 0.92), rgba(8, 13, 25, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 18px 34px rgba(3, 12, 28, 0.2);
}

.darkweb-recommendations-panel[data-darkweb-action-state="acknowledged"] .darkweb-checklist-item {
  border-color: rgba(98, 217, 168, 0.26);
  background:
    linear-gradient(180deg, rgba(17, 53, 37, 0.44), rgba(10, 28, 20, 0.36)),
    radial-gradient(circle at top left, rgba(94, 222, 168, 0.14), transparent 58%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 12px 24px rgba(8, 34, 23, 0.14);
}

.darkweb-recommendations-panel[data-darkweb-action-state="acknowledged"] .darkweb-section-note,
.darkweb-recommendations-panel[data-darkweb-action-state="acknowledged"] .darkweb-checklist-copy small {
  color: rgba(199, 242, 221, 0.92);
}

.darkweb-recommendations-panel[data-darkweb-action-state="acknowledged"] .darkweb-acknowledge-button,
.darkweb-acknowledge-button.is-acknowledged {
  border-color: rgba(95, 220, 170, 0.36);
  background: rgba(18, 63, 43, 0.8);
  color: rgba(224, 255, 239, 0.96);
  box-shadow: 0 0 0 1px rgba(94, 222, 168, 0.08), 0 10px 22px rgba(8, 38, 25, 0.2);
}

.darkweb-acknowledge-button:not(.is-acknowledged) {
  border-color: var(--darkweb-action-button-border);
  background: var(--darkweb-action-button-surface);
  color: rgba(255, 239, 211, 0.98);
  box-shadow:
    0 0 0 1px rgba(255, 138, 0, 0.16),
    0 12px 24px rgba(6, 10, 22, 0.18),
    0 0 12px rgba(255, 138, 0, 0.2);
}

.darkweb-acknowledge-button:not(.is-acknowledged):hover,
.darkweb-acknowledge-button:not(.is-acknowledged):focus-visible {
  border-color: rgba(255, 138, 0, 0.56);
  box-shadow:
    0 0 0 1px rgba(255, 138, 0, 0.22),
    0 16px 30px rgba(6, 10, 22, 0.2),
    0 0 16px rgba(255, 138, 0, 0.26);
}

.darkweb-summary-card.result-chip-caution:hover,
.darkweb-summary-card.result-chip-success:hover,
.darkweb-summary-card.result-chip-danger:hover,
.darkweb-key-findings-item.is-warning:hover,
.darkweb-panel-action:hover,
.darkweb-checklist-item:hover {
  border-color: rgba(255, 138, 0, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 16px 30px rgba(5, 10, 22, 0.18),
    0 0 16px rgba(255, 138, 0, 0.26);
}

.darkweb-summary-card.result-chip-success:hover {
  border-color: rgba(0, 255, 150, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 16px 30px rgba(5, 10, 22, 0.18),
    0 0 16px rgba(0, 255, 150, 0.18);
}

.darkweb-summary-card.result-chip-danger:hover {
  border-color: rgba(255, 60, 60, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 16px 30px rgba(10, 7, 16, 0.22),
    0 0 18px rgba(255, 60, 60, 0.28);
}

.darkweb-cta-panel {
  align-items: start;
}

.darkweb-cta-button {
  justify-self: start;
}

.darkweb-result-card .result-chip-danger {
  border-color: rgba(255, 96, 108, 0.34);
  background: rgba(67, 12, 20, 0.64);
  box-shadow: 0 0 18px rgba(255, 78, 91, 0.12);
}

.darkweb-result-card .result-chip-success {
  border-color: rgba(94, 222, 168, 0.28);
  background: rgba(13, 48, 33, 0.56);
  box-shadow: 0 0 18px rgba(94, 222, 168, 0.08);
}

.darkweb-result-card .website-result-head {
  gap: 1rem;
}

.darkweb-result-card .website-result-chip-row {
  align-self: flex-start;
}

.darkweb-result-card .isp-result-hero.result-chip-danger {
  border-color: rgba(255, 97, 109, 0.38);
  background:
    linear-gradient(180deg, rgba(58, 11, 19, 0.9), rgba(28, 8, 13, 0.84)),
    radial-gradient(circle at top left, rgba(255, 78, 92, 0.18), transparent 56%);
  box-shadow:
    0 18px 36px rgba(31, 5, 10, 0.28),
    0 0 34px rgba(255, 79, 93, 0.12);
  animation: darkweb-danger-breathe 3.6s ease-in-out infinite;
}

.tool-result[data-tool-result="darkweb"].darkweb-result-is-fresh .darkweb-result-card {
  animation: darkweb-result-reveal-card 420ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.tool-result[data-tool-result="darkweb"].darkweb-result-is-fresh .darkweb-result-card .isp-result-hero {
  animation: darkweb-result-hero-glow 480ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.tool-result[data-tool-result="darkweb"].darkweb-result-is-fresh .darkweb-key-findings-panel {
  animation: darkweb-result-reveal-section 460ms cubic-bezier(0.2, 0.8, 0.2, 1) 40ms both;
}

.tool-result[data-tool-result="darkweb"].darkweb-result-is-fresh .darkweb-detail-panel {
  animation: darkweb-result-reveal-section 480ms cubic-bezier(0.2, 0.8, 0.2, 1) 90ms both;
}

.tool-result[data-tool-result="darkweb"].darkweb-result-is-fresh .darkweb-password-panel {
  animation: darkweb-result-reveal-section 500ms cubic-bezier(0.2, 0.8, 0.2, 1) 130ms both;
}

.tool-result[data-tool-result="darkweb"].darkweb-result-is-fresh .darkweb-recommendations-panel,
.tool-result[data-tool-result="darkweb"].darkweb-result-is-fresh .darkweb-cta-panel {
  animation: darkweb-result-reveal-section 520ms cubic-bezier(0.2, 0.8, 0.2, 1) 170ms both;
}

.darkweb-result-card .isp-result-hero-note {
  font-size: 0.98rem;
  line-height: 1.55;
}

@keyframes darkweb-result-reveal-card {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.992);
    filter: saturate(0.92);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
}

@keyframes darkweb-result-reveal-section {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes darkweb-result-hero-glow {
  0% {
    box-shadow:
      0 18px 36px rgba(10, 14, 28, 0.18),
      0 0 0 rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow:
      0 18px 36px rgba(10, 14, 28, 0.18),
      0 0 26px rgba(113, 152, 255, 0.08);
  }
}

@keyframes darkweb-danger-breathe {
  0%,
  100% {
    box-shadow:
      0 18px 36px rgba(31, 5, 10, 0.28),
      0 0 24px rgba(255, 79, 93, 0.08);
  }

  50% {
    box-shadow:
      0 18px 36px rgba(31, 5, 10, 0.32),
      0 0 38px rgba(255, 79, 93, 0.18);
  }
}

@keyframes darkweb-usage-highlight {
  0% {
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 16px 34px rgba(34, 19, 4, 0.18),
      0 0 0 rgba(255, 189, 92, 0);
  }

  50% {
    transform: translateY(-1px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 22px 42px rgba(34, 19, 4, 0.24),
      0 0 34px rgba(255, 189, 92, 0.22);
  }

  100% {
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 20px 40px rgba(34, 19, 4, 0.24),
      0 0 30px rgba(255, 189, 92, 0.18);
  }
}

@media (max-width: 820px) {
  .darkweb-section-grid {
    grid-template-columns: 1fr;
  }

  .darkweb-usage-strip {
    grid-template-columns: 1fr;
  }

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

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

.tool-guide-cta {
  position: relative;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 0.14rem;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.35rem);
  border-color: rgba(112, 205, 157, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(130, 222, 176, 0.03),
    0 12px 24px rgba(0, 0, 0, 0.2),
    0 0 0 rgba(120, 214, 160, 0);
  transition:
    opacity 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 220ms ease;
  animation: tool-guide-cta-breathe 6.2s ease-in-out infinite;
}

.tool-guide-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(115deg, transparent 8%, rgba(136, 226, 178, 0.3) 48%, transparent 88%);
  opacity: 0.42;
  transform: translateX(-135%);
  animation: tool-guide-cta-trace 4.8s ease-in-out infinite;
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.tool-guide-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tool-guide-cta.is-engaged,
.tool-guide-cta:hover,
.tool-guide-cta:focus-visible {
  animation-play-state: paused;
}

.tool-guide-cta.is-engaged::before,
.tool-guide-cta:hover::before,
.tool-guide-cta:focus-visible::before {
  animation-play-state: paused;
}

.tool-guide-cta-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 1ch;
}

.tool-guide-cta-cursor {
  position: relative;
  z-index: 1;
  width: 0.55ch;
  height: 1.05em;
  border-radius: 999px;
  background: rgba(158, 238, 194, 0.8);
  box-shadow: 0 0 10px rgba(136, 226, 178, 0.16);
  opacity: 0;
  transform: translateY(0.04em);
}

.tool-guide-cta.is-typing .tool-guide-cta-cursor {
  opacity: 0.82;
  animation: tool-guide-cta-cursor 0.9s steps(1) infinite;
}

.tool-guide-cta.is-typed .tool-guide-cta-cursor,
.tool-guide-cta:not(.is-typing) .tool-guide-cta-cursor {
  opacity: 0;
}

.tool-result-details-summary {
  list-style: none;
}

.tool-result-details-summary::-webkit-details-marker {
  display: none;
}

.tool-result-terminal-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  min-height: 1.1rem;
  color: rgba(145, 255, 197, 0.92);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(111, 232, 169, 0.18);
}

.tool-result-terminal-label {
  display: inline-block;
  min-width: 1ch;
}

.tool-result-terminal-cursor {
  width: 0.56ch;
  height: 1.02em;
  border-radius: 999px;
  background: rgba(156, 246, 202, 0.88);
  box-shadow: 0 0 12px rgba(120, 232, 178, 0.22);
  opacity: 0;
  transform: translateY(0.04em);
}

[data-terminal-reveal].is-typing .tool-result-terminal-cursor,
[data-terminal-reveal].is-typed .tool-result-terminal-cursor {
  opacity: 0.9;
  animation: tool-guide-cta-cursor 0.9s steps(1) infinite;
}

body.home-onboarding-open {
  overflow: hidden;
}

.home-onboarding-root {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.home-onboarding-root.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.home-onboarding-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(108, 142, 255, 0.18), transparent 22%),
    radial-gradient(circle at 82% 22%, rgba(94, 244, 198, 0.12), transparent 24%),
    rgba(3, 7, 14, 0.72);
  backdrop-filter: blur(12px);
}

.home-onboarding-dialog {
  position: relative;
  width: min(100%, 1060px);
  max-height: min(92vh, 860px);
  overflow: auto;
  padding: 1.15rem 1.15rem 1.2rem;
  border-radius: 32px;
  border: 1px solid rgba(133, 152, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(8, 14, 27, 0.96), rgba(5, 10, 20, 0.92)),
    radial-gradient(circle at top right, rgba(120, 138, 255, 0.12), transparent 30%),
    radial-gradient(circle at left center, rgba(94, 244, 198, 0.08), transparent 32%);
  box-shadow:
    0 36px 88px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(133, 152, 255, 0.08),
    0 0 34px rgba(116, 133, 255, 0.08);
  transform: translateY(18px) scale(0.985);
  transition: transform 0.28s ease;
}

.home-onboarding-root.is-visible .home-onboarding-dialog {
  transform: translateY(0) scale(1);
}

.home-onboarding-header,
.home-onboarding-body,
.home-onboarding-copy,
.home-onboarding-footer,
.home-onboarding-bullet-list,
.home-onboarding-footer-actions,
.home-onboarding-header-copy,
.home-onboarding-header-actions,
.home-onboarding-progress {
  display: grid;
  gap: 0.9rem;
}

.home-onboarding-header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  margin-bottom: 1rem;
}

.home-onboarding-header-copy {
  gap: 0.5rem;
}

.home-onboarding-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: fit-content;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(149, 255, 206, 0.16);
  background: rgba(8, 20, 30, 0.84);
  color: rgba(195, 248, 218, 0.92);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-onboarding-terminal {
  width: fit-content;
}

.home-onboarding-header-actions {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: center;
}

.home-onboarding-skip {
  min-height: 44px;
}

.home-onboarding-close {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(133, 152, 255, 0.16);
  background: rgba(9, 15, 29, 0.82);
  color: rgba(231, 239, 255, 0.9);
  font-size: 1.25rem;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-onboarding-close:hover,
.home-onboarding-close:focus-visible {
  border-color: rgba(149, 255, 206, 0.34);
  background: rgba(12, 23, 36, 0.92);
  transform: translateY(-1px);
}

.home-onboarding-body {
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 1.15rem;
}

.home-onboarding-visual {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(124, 149, 255, 0.14);
  background:
    radial-gradient(circle at 20% 18%, rgba(115, 142, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(91, 244, 197, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(8, 14, 27, 0.94), rgba(5, 9, 18, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-onboarding-orbit,
.home-onboarding-core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.home-onboarding-orbit {
  border: 1px solid rgba(132, 154, 255, 0.16);
}

.home-onboarding-orbit-a {
  width: 240px;
  height: 240px;
  animation: home-onboarding-float 7.5s linear infinite;
}

.home-onboarding-orbit-b {
  width: 320px;
  height: 320px;
  border-color: rgba(94, 244, 198, 0.12);
  animation: home-onboarding-float-reverse 11s linear infinite;
}

.home-onboarding-core {
  width: 104px;
  height: 104px;
  background:
    radial-gradient(circle at 35% 35%, rgba(212, 222, 255, 0.46), transparent 34%),
    linear-gradient(145deg, rgba(18, 38, 68, 0.98), rgba(5, 10, 18, 0.96));
  box-shadow:
    0 0 0 1px rgba(133, 152, 255, 0.18),
    0 0 34px rgba(114, 133, 255, 0.18);
}

.home-onboarding-visual-panel {
  position: absolute;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(149, 255, 206, 0.12);
  background: rgba(7, 14, 28, 0.8);
  backdrop-filter: blur(10px);
}

.home-onboarding-visual-kicker {
  color: rgba(153, 247, 209, 0.88);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-onboarding-visual-panel strong {
  color: rgba(241, 246, 255, 0.98);
  font-size: 1.08rem;
}

.home-onboarding-visual-panel p,
.home-onboarding-text,
.home-onboarding-bullet p,
.home-onboarding-trust-note p {
  color: rgba(200, 211, 232, 0.82);
  line-height: 1.62;
}

.home-onboarding-content {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.home-onboarding-progress-text {
  color: rgba(160, 173, 199, 0.82);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-onboarding-progress-track {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.home-onboarding-progress-pill {
  width: 2.5rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(87, 99, 128, 0.5);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-onboarding-progress-pill.is-active {
  background: rgba(123, 137, 255, 0.7);
}

.home-onboarding-progress-pill.is-current {
  background: rgba(149, 255, 206, 0.92);
  box-shadow: 0 0 18px rgba(117, 240, 190, 0.24);
  transform: scaleX(1.06);
}

.home-onboarding-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  color: rgba(243, 247, 255, 0.98);
}

.home-onboarding-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.home-onboarding-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(133, 152, 255, 0.14);
  background: rgba(8, 15, 28, 0.74);
  color: rgba(226, 233, 247, 0.92);
  font-size: 0.9rem;
}

.home-onboarding-bullet-list {
  gap: 0.72rem;
}

.home-onboarding-bullet {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  padding: 0.8rem 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(128, 143, 184, 0.12);
  background: rgba(7, 14, 26, 0.65);
}

.home-onboarding-bullet-mark {
  width: 0.72rem;
  height: 0.72rem;
  margin-top: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(149, 255, 206, 0.98), rgba(116, 197, 255, 0.8));
  box-shadow: 0 0 14px rgba(130, 244, 192, 0.24);
}

.home-onboarding-trust-note {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(149, 255, 206, 0.14);
  background:
    linear-gradient(180deg, rgba(9, 18, 31, 0.88), rgba(6, 11, 22, 0.84)),
    radial-gradient(circle at top right, rgba(149, 255, 206, 0.08), transparent 42%);
}

.home-onboarding-trust-note strong {
  color: rgba(240, 246, 255, 0.98);
}

.home-onboarding-footer {
  margin-top: 0.2rem;
}

.home-onboarding-footer-actions {
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: start;
}

.home-onboarding-footer-actions-intro {
  grid-template-columns: repeat(2, max-content);
}

.home-onboarding-dialog .button {
  min-height: 46px;
}

.home-onboarding-visual-platform .home-onboarding-core {
  box-shadow:
    0 0 0 1px rgba(133, 152, 255, 0.2),
    0 0 38px rgba(113, 132, 255, 0.2);
}

.home-onboarding-visual-checks .home-onboarding-core {
  background:
    radial-gradient(circle at 35% 35%, rgba(216, 255, 238, 0.42), transparent 34%),
    linear-gradient(145deg, rgba(8, 42, 55, 0.98), rgba(5, 10, 18, 0.96));
}

.home-onboarding-visual-value .home-onboarding-core {
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 228, 197, 0.42), transparent 34%),
    linear-gradient(145deg, rgba(44, 26, 48, 0.96), rgba(5, 10, 18, 0.96));
}

.home-onboarding-visual-review .home-onboarding-core {
  background:
    radial-gradient(circle at 35% 35%, rgba(210, 230, 255, 0.42), transparent 34%),
    linear-gradient(145deg, rgba(17, 30, 60, 0.98), rgba(5, 10, 18, 0.96));
}

@keyframes home-onboarding-float {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes home-onboarding-float-reverse {
  from {
    transform: translate(-50%, -50%) rotate(0deg) scale(1.02);
  }

  to {
    transform: translate(-50%, -50%) rotate(-360deg) scale(1.02);
  }
}

@media (max-width: 920px) {
  .home-onboarding-dialog {
    width: min(100%, 760px);
    padding: 1rem;
  }

  .home-onboarding-body {
    grid-template-columns: 1fr;
  }

  .home-onboarding-visual {
    min-height: 260px;
  }
}

@media (max-width: 640px) {
  .home-onboarding-root {
    padding: 0.7rem;
    place-items: start center;
    overflow-y: auto;
  }

  .home-onboarding-dialog {
    max-height: min(94vh, 860px);
    padding: 0.85rem;
    border-radius: 24px;
  }

  .home-onboarding-header {
    grid-template-columns: 1fr;
  }

  .home-onboarding-header-actions,
  .home-onboarding-footer-actions,
  .home-onboarding-footer-actions-intro {
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  .home-onboarding-visual {
    order: 2;
    min-height: 150px;
  }

  .home-onboarding-content {
    order: 1;
  }

  .home-onboarding-orbit-a {
    width: 132px;
    height: 132px;
  }

  .home-onboarding-orbit-b {
    width: 190px;
    height: 190px;
  }

  .home-onboarding-core {
    width: 64px;
    height: 64px;
  }

  .home-onboarding-copy h2 {
    font-size: 1.72rem;
  }

  .home-onboarding-text,
  .home-onboarding-bullet p,
  .home-onboarding-trust-note p {
    font-size: 0.96rem;
  }

  .home-onboarding-chip-row {
    gap: 0.5rem;
  }

  .home-onboarding-chip {
    width: 100%;
    justify-content: center;
  }

  .home-onboarding-visual-panel {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    padding: 0.72rem 0.82rem;
    border-radius: 18px;
  }
}

.tool-deeper-review-cta {
  position: relative;
  display: grid;
  gap: 0.72rem;
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(132, 189, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(11, 18, 32, 0.86), rgba(8, 12, 24, 0.8)),
    linear-gradient(135deg, rgba(105, 255, 178, 0.05), transparent 40%, rgba(124, 154, 255, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 36px rgba(0, 0, 0, 0.2);
}

.tool-deeper-review-cta-kicker {
  color: rgba(151, 255, 204, 0.78);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tool-deeper-review-cta-title {
  margin: 0;
  color: var(--text-primary);
  font-size: 1.02rem;
}

.tool-deeper-review-cta-text {
  margin: 0;
  color: var(--text-muted);
}

.tool-deeper-review-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.tool-action-feedback {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.guide-hero,
.guide-section,
.guide-summary,
.guide-terminal-outro {
  position: relative;
}

.guide-hero {
  display: grid;
  gap: 1.3rem;
}

.guide-hero-strip {
  max-width: 42rem;
}

.guide-hero-strip-text,
.guide-article p,
.guide-summary-card p,
.guide-terminal-outro-text {
  margin: 0;
  color: var(--text-soft);
}

.guide-section {
  display: grid;
  gap: 1rem;
}

.guide-article {
  display: grid;
  gap: 1rem;
}

.guide-article.guide-section-targeted {
  animation: guide-section-focus 1.5s ease-out;
}

.guide-article-head {
  display: grid;
  gap: 0.35rem;
}

.guide-article-head h2,
.guide-summary-card h3 {
  margin: 0;
}

.guide-points {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-soft);
}

.guide-points li + li {
  margin-top: 0.42rem;
}

.guide-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.guide-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.guide-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.guide-hub-card,
.guide-detail-shell {
  display: grid;
  gap: 1rem;
}

.guide-hub-card h3 {
  margin: 0;
}

.guide-hub-card p {
  margin: 0;
  color: var(--text-soft);
}

.guide-detail-actions {
  justify-content: flex-start;
}

.guide-summary-card {
  display: grid;
  gap: 0.65rem;
}

.guide-intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  background:
    radial-gradient(circle at top, rgba(109, 125, 255, 0.12), transparent 34%),
    rgba(3, 6, 13, 0.68);
  backdrop-filter: blur(12px);
  transition:
    opacity 220ms ease,
    visibility 220ms ease;
}

.guide-intro-overlay.is-closing,
.guide-intro-overlay[hidden] {
  opacity: 0;
  visibility: hidden;
}

.guide-intro-terminal {
  width: min(100%, 42rem);
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(184, 176, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(5, 8, 14, 0.98), rgba(6, 10, 18, 0.94)),
    linear-gradient(135deg, rgba(123, 137, 255, 0.04), rgba(145, 92, 255, 0.03));
  box-shadow:
    0 34px 64px rgba(0, 0, 0, 0.42),
    0 0 36px rgba(123, 137, 255, 0.08);
}

.guide-terminal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.guide-terminal-status {
  color: rgba(209, 216, 239, 0.74);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-terminal-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: rgba(120, 214, 160, 0.88);
  box-shadow: 0 0 14px rgba(120, 214, 160, 0.28);
}

.guide-terminal-output {
  display: grid;
  gap: 0.55rem;
  min-height: 11rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0.96), rgba(4, 8, 15, 0.92)),
    linear-gradient(90deg, rgba(107, 123, 255, 0.025), transparent 28%, rgba(145, 92, 255, 0.03));
}

.guide-terminal-line {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  color: rgba(196, 255, 225, 0.88);
  font-family: "Consolas", "Lucida Console", monospace;
  line-height: 1.55;
}

.guide-terminal-prefix {
  color: rgba(133, 242, 190, 0.72);
}

.guide-terminal-cursor {
  width: 0.55rem;
  height: 1.05rem;
  border-radius: 2px;
  background: rgba(163, 253, 208, 0.9);
  box-shadow: 0 0 12px rgba(120, 214, 160, 0.18);
  animation: guide-terminal-blink 0.95s steps(1, end) infinite;
}

.guide-terminal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.guide-terminal-outro-panel {
  display: grid;
  gap: 0.85rem;
}

.guide-terminal-outro-line {
  margin: 0;
  color: rgba(196, 255, 225, 0.88);
  font-family: "Consolas", "Lucida Console", monospace;
}

@keyframes guide-terminal-blink {
  0%,
  48% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@keyframes tool-guide-cta-breathe {
  0%,
  100% {
    box-shadow:
      inset 0 0 0 1px rgba(130, 222, 176, 0.03),
      0 12px 24px rgba(0, 0, 0, 0.2),
      0 0 0 rgba(120, 214, 160, 0);
    border-color: rgba(112, 205, 157, 0.16);
  }

  50% {
    box-shadow:
      inset 0 0 0 1px rgba(142, 231, 186, 0.04),
      0 14px 28px rgba(0, 0, 0, 0.22),
      0 0 20px rgba(120, 214, 160, 0.08);
    border-color: rgba(137, 223, 180, 0.22);
  }
}

@keyframes speed-flow-arrow-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(2px);
  }
}

@keyframes isp-flow-pulse-forward {
  0% {
    left: -0.2rem;
    opacity: 0;
    transform: translateY(-50%) scale(0.7);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    left: calc(100% - 0.35rem);
    opacity: 0;
    transform: translateY(-50%) scale(1.02);
  }
}

@keyframes speed-flow-pulse-forward {
  0% {
    left: -0.2rem;
    opacity: 0;
    transform: scale(0.7);
  }

  20%,
  80% {
    opacity: 1;
  }

  100% {
    left: calc(100% - 0.35rem);
    opacity: 0;
    transform: scale(1.05);
  }
}

@keyframes speed-flow-pulse-reverse {
  0% {
    left: calc(100% - 0.35rem);
    opacity: 0;
    transform: scale(0.7);
  }

  20%,
  80% {
    opacity: 1;
  }

  100% {
    left: -0.2rem;
    opacity: 0;
    transform: scale(1.05);
  }
}

@keyframes speed-flow-pulse-latency {
  0%,
  100% {
    left: 48%;
    opacity: 0.25;
    transform: scale(0.72);
  }

  50% {
    left: 48%;
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes speed-flow-globe-breathe {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      inset 0 0 24px rgba(77, 170, 255, 0.08),
      0 0 30px rgba(99, 181, 255, 0.12);
  }

  50% {
    transform: scale(1.02);
    box-shadow:
      inset 0 0 28px rgba(92, 191, 255, 0.12),
      0 0 36px rgba(111, 196, 255, 0.16);
  }
}

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

  .speed-flow-diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .speed-flow-diagram-rich {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .guide-hub-grid,
  .guide-summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .speed-flow-diagram {
    grid-template-columns: minmax(0, 1fr);
  }

  .speed-flow-arrow {
    display: none;
  }

  .speed-flow-head {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .isp-flow-head {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .speed-flow-mode-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .speed-flow-diagram-rich {
    grid-template-columns: minmax(0, 1fr);
  }

  .speed-flow-link {
    height: 0.2rem;
  }

  .speed-flow-link-core,
  .speed-flow-pulse {
    display: none;
  }

  .isp-flow-link-core,
  .isp-flow-pulse {
    display: none;
  }
}

@keyframes tool-guide-cta-trace {
  0%,
  12% {
    transform: translateX(-135%);
    opacity: 0;
  }

  28% {
    opacity: 0.36;
  }

  56% {
    transform: translateX(135%);
    opacity: 0.18;
  }

  100% {
    transform: translateX(135%);
    opacity: 0;
  }
}

@keyframes tool-guide-cta-cursor {
  0%,
  46% {
    opacity: 0.82;
  }

  47%,
  100% {
    opacity: 0.12;
  }
}

@keyframes guide-section-focus {
  0% {
    box-shadow:
      inset 0 0 0 1px rgba(184, 176, 255, 0.08),
      0 0 0 rgba(123, 137, 255, 0);
  }

  35% {
    box-shadow:
      inset 0 0 0 1px rgba(184, 176, 255, 0.12),
      0 0 0.95rem rgba(123, 137, 255, 0.08),
      0 0 1.7rem rgba(112, 205, 157, 0.07);
  }

  100% {
    box-shadow:
      inset 0 0 0 1px rgba(184, 176, 255, 0.08),
      0 0 0 rgba(123, 137, 255, 0);
  }
}

.policy-grid,
.empty-state-grid {
  display: grid;
  gap: 1rem;
}

.policy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.empty-state-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.policy-card,
.empty-state-card {
  min-height: 100%;
  padding: 1.25rem;
}

.policy-card h2,
.empty-state-card h2 {
  margin-bottom: 0.8rem;
  font-size: 1.28rem;
}

.legal-shell {
  overflow: hidden;
}

.legal-heading {
  margin-bottom: 1.2rem;
}

.legal-intro {
  max-width: 58rem;
}

.legal-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.legal-meta-card {
  min-height: 100%;
  padding: 1rem 1.05rem;
}

.legal-meta-label {
  display: block;
  margin-bottom: 0.42rem;
  color: var(--text-muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-meta-card strong {
  color: var(--text-main);
  font-size: 0.97rem;
  line-height: 1.5;
}

.legal-document {
  display: grid;
  gap: 1rem;
}

.legal-section {
  padding: 1.3rem;
}

.legal-section p,
.legal-section li {
  color: var(--text-soft);
  line-height: 1.72;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  margin: 0.85rem 0 1rem 1.25rem;
  padding: 0;
}

.admin-auth-layout,
.admin-section-grid,
.admin-stat-grid {
  display: grid;
  gap: 1rem;
}

.admin-auth-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 0.7fr);
  align-items: start;
}

.admin-auth-visual,
.admin-auth-panel,
.admin-data-card {
  min-height: 100%;
  padding: 1.3rem;
}

.admin-auth-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 176, 255, 0.14);
  background: rgba(145, 92, 255, 0.08);
  color: var(--accent-bright);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-auth-icon {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 1rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(184, 176, 255, 0.12);
  background:
    radial-gradient(circle at 35% 28%, rgba(184, 176, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(11, 19, 36, 0.92), rgba(6, 12, 23, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 0 18px rgba(123, 137, 255, 0.08);
}

.admin-auth-icon::before,
.admin-auth-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.admin-auth-icon::before {
  top: 0.95rem;
  width: 2.05rem;
  height: 1.8rem;
  border: 2px solid rgba(184, 176, 255, 0.34);
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
}

.admin-auth-icon::after {
  top: 2rem;
  width: 2.45rem;
  height: 2.1rem;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, rgba(123, 137, 255, 0.22), rgba(145, 92, 255, 0.1));
  border: 1px solid rgba(184, 176, 255, 0.26);
  box-shadow: inset 0 0 16px rgba(123, 137, 255, 0.08);
}

.admin-auth-form {
  display: grid;
  gap: 0.95rem;
}

.admin-auth-actions {
  display: grid;
  gap: 0.75rem;
}

.admin-status-note {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.admin-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-stat-card {
  min-height: 100%;
  padding: 1.2rem;
}

.admin-stat-label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--text-muted);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-stat-value {
  display: block;
  color: var(--text-main);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.admin-stat-text {
  margin: 0;
  color: var(--text-soft);
}

.admin-section-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.admin-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--text-soft);
}

.admin-list li + li {
  margin-top: 0.45rem;
}

.admin-table-wrapper {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--text-soft);
}

.admin-table th,
.admin-table td {
  padding: 0.8rem 0.9rem;
  border-bottom: 1px solid rgba(184, 176, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--text-main);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 176, 255, 0.12);
  background: rgba(184, 176, 255, 0.06);
  color: var(--text-main);
  font-size: 0.76rem;
}

.admin-empty {
  margin: 0;
  color: var(--text-muted);
}

body[data-page="ops-console"] {
  --ops-panel-border: rgba(112, 201, 255, 0.16);
  --ops-panel-border-strong: rgba(148, 118, 255, 0.24);
  --ops-glow-cyan: rgba(90, 214, 255, 0.18);
  --ops-glow-violet: rgba(145, 92, 255, 0.16);
  --ops-glow-green: rgba(92, 231, 166, 0.16);
  --ops-glow-amber: rgba(255, 187, 92, 0.16);
  --ops-glow-red: rgba(255, 103, 124, 0.16);
}

body[data-page="ops-console"] .topbar,
body[data-page="ops-console"] .section {
  width: min(calc(100% - 2rem), 1680px);
}

body[data-page="ops-console"] .section-panel {
  padding: 2.2rem 2.2rem 2.9rem;
  border-color: var(--ops-panel-border);
  background:
    linear-gradient(180deg, rgba(8, 15, 29, 0.94), rgba(4, 9, 19, 0.84)),
    linear-gradient(140deg, rgba(90, 214, 255, 0.05), transparent 30%, rgba(145, 92, 255, 0.06) 70%, transparent 100%);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 0 32px rgba(90, 214, 255, 0.05);
}

body[data-page="ops-console"] .ops-console-shell {
  display: grid;
  gap: 1.5rem;
}

body[data-page="ops-console"] .admin-ops-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
  gap: 1.4rem;
  align-items: stretch;
  margin-bottom: 1.75rem;
}

body[data-page="ops-console"] .admin-ops-hero-main {
  display: grid;
  gap: 0.75rem;
}

body[data-page="ops-console"] .ops-page-heading {
  display: grid;
  gap: 0.55rem;
}

body[data-page="ops-console"] .ops-page-heading h1 {
  margin: 0;
  color: #f2f6ff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

body[data-page="ops-console"] .ops-page-heading .section-text {
  max-width: 60rem;
  margin: 0;
}

body[data-page="ops-console"] .admin-ops-kicker-row,
body[data-page="ops-console"] .admin-ops-live-head,
body[data-page="ops-console"] .admin-chip-row,
body[data-page="ops-console"] .admin-status-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

body[data-page="ops-console"] .admin-pill-strong {
  border-color: rgba(115, 237, 185, 0.18);
  background: linear-gradient(180deg, rgba(16, 43, 37, 0.9), rgba(9, 20, 20, 0.78));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 18px rgba(92, 231, 166, 0.08);
}

body[data-page="ops-console"] .admin-ops-live-card {
  min-height: 100%;
  display: grid;
  gap: 0.9rem;
  padding: 1.4rem;
  border: 1px solid var(--ops-panel-border-strong);
  background:
    linear-gradient(180deg, rgba(11, 19, 37, 0.92), rgba(5, 10, 20, 0.82)),
    linear-gradient(130deg, rgba(90, 214, 255, 0.06), transparent 40%, rgba(145, 92, 255, 0.06));
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.34),
    0 0 28px rgba(90, 214, 255, 0.05);
}

body[data-page="ops-console"] .admin-ops-live-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #73edb9;
  box-shadow: 0 0 0 1px rgba(115, 237, 185, 0.16), 0 0 16px rgba(115, 237, 185, 0.46);
  animation: admin-led-pulse 2.2s ease-in-out infinite;
}

body[data-page="ops-console"] .admin-ops-live-label,
body[data-page="ops-console"] .admin-detail-eyebrow {
  color: rgba(196, 205, 232, 0.75);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body[data-page="ops-console"] .admin-ops-live-admin,
body[data-page="ops-console"] .admin-detail-title {
  margin: 0;
  color: #f2f6ff;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

body[data-page="ops-console"] .admin-ops-live-time,
body[data-page="ops-console"] .admin-detail-subtitle {
  margin: 0;
  color: rgba(173, 186, 211, 0.78);
}

body[data-page="ops-console"] .admin-status-legend {
  margin-top: auto;
}

body[data-page="ops-console"] .admin-status-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(200, 209, 229, 0.78);
  font-size: 0.84rem;
}

body[data-page="ops-console"] .admin-stat-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.15rem;
  margin-top: 1.6rem;
}

body[data-page="ops-console"] .admin-stat-card,
body[data-page="ops-console"] .admin-data-card {
  position: relative;
  overflow: hidden;
  padding: 1.45rem;
  border: 1px solid var(--ops-panel-border);
  background:
    linear-gradient(180deg, rgba(10, 18, 35, 0.92), rgba(5, 10, 20, 0.84)),
    linear-gradient(130deg, rgba(90, 214, 255, 0.035), transparent 32%, rgba(145, 92, 255, 0.04));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

body[data-page="ops-console"] .admin-stat-card::before,
body[data-page="ops-console"] .admin-data-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(90, 214, 255, 0.94), rgba(145, 92, 255, 0.85));
  opacity: 0.78;
}

body[data-page="ops-console"] .admin-stat-card:hover,
body[data-page="ops-console"] .admin-data-card:hover,
body[data-page="ops-console"] .admin-user-row:hover {
  transform: translateY(-2px);
  border-color: rgba(154, 171, 255, 0.22);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.32),
    0 0 24px rgba(90, 214, 255, 0.06);
}

body[data-page="ops-console"] .admin-stat-card-users::before,
body[data-page="ops-console"] [data-ops-kpi-card="users"]::before {
  background: linear-gradient(90deg, rgba(90, 214, 255, 0.94), rgba(117, 164, 255, 0.85));
}

body[data-page="ops-console"] .admin-stat-card-24h::before,
body[data-page="ops-console"] [data-ops-kpi-card="active24h"]::before {
  background: linear-gradient(90deg, rgba(92, 231, 166, 0.94), rgba(90, 214, 255, 0.86));
}

body[data-page="ops-console"] .admin-stat-card-7d::before,
body[data-page="ops-console"] [data-ops-kpi-card="active7d"]::before {
  background: linear-gradient(90deg, rgba(145, 92, 255, 0.9), rgba(90, 214, 255, 0.82));
}

body[data-page="ops-console"] .admin-stat-card-sessions::before,
body[data-page="ops-console"] [data-ops-kpi-card="sessions"]::before {
  background: linear-gradient(90deg, rgba(92, 231, 166, 0.9), rgba(145, 92, 255, 0.78));
}

body[data-page="ops-console"] .admin-stat-label {
  margin-bottom: 0.7rem;
  color: rgba(186, 197, 224, 0.72);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

body[data-page="ops-console"] .admin-stat-value {
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
}

body[data-page="ops-console"] .admin-stat-meta {
  display: inline-flex;
  margin-top: 0.85rem;
  color: rgba(164, 176, 202, 0.72);
  font-size: 0.86rem;
}

body[data-page="ops-console"] .admin-section-grid {
  gap: 1.15rem;
  margin-top: 1.5rem;
}

body[data-page="ops-console"] .ops-page-surface {
  display: grid;
  gap: 1.2rem;
}

body[data-page="ops-console"] .panel-header-tight {
  margin-bottom: 1rem;
}

body[data-page="ops-console"] .admin-auth-actions {
  align-items: center;
}

body[data-page="ops-console"] .admin-table-wrapper {
  margin-top: 1rem;
  border: 1px solid rgba(129, 145, 188, 0.12);
  border-radius: 20px;
  background: rgba(6, 11, 22, 0.56);
  overflow-x: visible;
}

body[data-page="ops-console"] .admin-table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
  min-width: 1160px;
}

body[data-page="ops-console"] .admin-table th,
body[data-page="ops-console"] .admin-table td {
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(129, 145, 188, 0.09);
  vertical-align: middle;
  white-space: nowrap;
}

body[data-page="ops-console"] .admin-col-location,
body[data-page="ops-console"] .admin-col-device,
body[data-page="ops-console"] .admin-col-result,
body[data-page="ops-console"] .admin-col-target {
  white-space: normal;
  min-width: 12rem;
}

body[data-page="ops-console"] .admin-col-email {
  min-width: 24rem;
}

body[data-page="ops-console"] .admin-col-date {
  min-width: 10rem;
}

body[data-page="ops-console"] .admin-col-status {
  min-width: 10rem;
}

body[data-page="ops-console"] .admin-col-tool,
body[data-page="ops-console"] .admin-col-type,
body[data-page="ops-console"] .admin-col-name,
body[data-page="ops-console"] .admin-col-browser,
body[data-page="ops-console"] .admin-col-usage,
body[data-page="ops-console"] .admin-col-ip {
  min-width: 9rem;
}

body[data-page="ops-console"] .admin-col-action {
  min-width: 7rem;
}

body[data-page="ops-console"] .admin-users-table {
  min-width: 1080px;
}

body[data-page="ops-console"] .admin-users-table .admin-col-location,
body[data-page="ops-console"] .admin-users-table .admin-col-device,
body[data-page="ops-console"] .admin-users-table .admin-col-usage {
  min-width: 10rem;
}

body[data-page="ops-console"] .admin-users-table .admin-col-date {
  min-width: 12rem;
}

body[data-page="ops-console"] .admin-users-table .admin-row-action {
  min-width: 7.2rem;
}

body[data-page="ops-console"] .admin-users-table .admin-user-email {
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

body[data-page="ops-console"] .ops-user-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

body[data-page="ops-console"] .admin-user-list-row {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) minmax(0, 2.2fr) auto;
  gap: 1.15rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(129, 145, 188, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(10, 18, 35, 0.88), rgba(5, 10, 20, 0.8)),
    linear-gradient(130deg, rgba(90, 214, 255, 0.03), transparent 35%, rgba(145, 92, 255, 0.04));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

body[data-page="ops-console"] .admin-user-list-primary,
body[data-page="ops-console"] .admin-user-list-email-group,
body[data-page="ops-console"] .admin-user-metric {
  display: grid;
  gap: 0.28rem;
}

body[data-page="ops-console"] .admin-user-list-primary {
  gap: 0.9rem;
  min-width: 0;
}

body[data-page="ops-console"] .admin-user-list-secondary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  min-width: 0;
}

body[data-page="ops-console"] .admin-user-list-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

body[data-page="ops-console"] .admin-user-metric-label {
  color: rgba(163, 178, 209, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body[data-page="ops-console"] .admin-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: rgba(8, 14, 28, 0.92);
  backdrop-filter: blur(14px);
}

body[data-page="ops-console"] .admin-user-row.is-selected {
  background: linear-gradient(90deg, rgba(90, 214, 255, 0.08), rgba(145, 92, 255, 0.08));
}

body[data-page="ops-console"] .admin-user-status,
body[data-page="ops-console"] .admin-user-status-copy,
body[data-page="ops-console"] .admin-user-identity,
body[data-page="ops-console"] .admin-table-stack,
body[data-page="ops-console"] .admin-activity-item,
body[data-page="ops-console"] .admin-activity-copy {
  display: grid;
  gap: 0.18rem;
}

body[data-page="ops-console"] .admin-user-status {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
}

body[data-page="ops-console"] .admin-user-status-label,
body[data-page="ops-console"] .admin-user-email,
body[data-page="ops-console"] .admin-activity-title {
  color: #eef4ff;
  font-weight: 600;
}

body[data-page="ops-console"] .admin-user-status-detail,
body[data-page="ops-console"] .admin-user-meta,
body[data-page="ops-console"] .admin-table-subtle,
body[data-page="ops-console"] .admin-activity-detail {
  color: rgba(164, 176, 202, 0.72);
  font-size: 0.84rem;
}

body[data-page="ops-console"] .admin-user-id-cell {
  color: rgba(182, 195, 225, 0.8);
  font-family: "Consolas", "Lucida Console", monospace;
}

body[data-page="ops-console"] .admin-count-chip,
body[data-page="ops-console"] .admin-selected-user-chip,
body[data-page="ops-console"] .admin-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.46rem 0.78rem;
  border-radius: 999px;
  border: 1px solid rgba(154, 171, 255, 0.14);
  background: rgba(16, 25, 47, 0.72);
  color: #edf3ff;
  font-size: 0.82rem;
  font-weight: 600;
}

body[data-page="ops-console"] .admin-row-action {
  min-width: 5.5rem;
}

body[data-page="ops-console"] .admin-led {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  flex: 0 0 auto;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body[data-page="ops-console"] .admin-led-active {
  background: #73edb9;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(115, 237, 185, 0.15),
    0 0 14px rgba(115, 237, 185, 0.42);
}

body[data-page="ops-console"] .admin-led-recent,
body[data-page="ops-console"] .admin-led-inactive {
  background: #ffbf6d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(255, 191, 109, 0.14),
    0 0 14px rgba(255, 191, 109, 0.34);
}

body[data-page="ops-console"] .admin-led-risk,
body[data-page="ops-console"] .admin-led-blocked {
  background: #ff6d88;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 0 1px rgba(255, 109, 136, 0.15),
    0 0 16px rgba(255, 109, 136, 0.38);
}

body[data-page="ops-console"] .admin-led-unknown {
  background: rgba(150, 164, 191, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 0 1px rgba(150, 164, 191, 0.12);
}

body[data-page="ops-console"] .admin-led-pulse {
  animation: admin-led-pulse 2.4s ease-in-out infinite;
}

body[data-page="ops-console"] .admin-detail-shell,
body[data-page="ops-console"] .admin-detail-grid,
body[data-page="ops-console"] .admin-detail-section,
body[data-page="ops-console"] .admin-chip-grid,
body[data-page="ops-console"] .admin-activity-list {
  display: grid;
  gap: 1rem;
}

body[data-page="ops-console"] .admin-detail-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(129, 145, 188, 0.1);
}

body[data-page="ops-console"] .admin-detail-status {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(154, 171, 255, 0.16);
  background: rgba(10, 18, 35, 0.78);
}

body[data-page="ops-console"] .admin-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-page="ops-console"] .admin-detail-hero-main {
  display: grid;
  gap: 0.6rem;
}

body[data-page="ops-console"] .admin-detail-section-wide {
  grid-column: 1 / -1;
}

body[data-page="ops-console"] .admin-detail-section {
  padding: 1.15rem;
  border: 1px solid rgba(129, 145, 188, 0.1);
  border-radius: 22px;
  background: rgba(7, 12, 24, 0.58);
}

body[data-page="ops-console"] .admin-detail-section h4 {
  margin: 0 0 0.9rem;
  color: #f0f5ff;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body[data-page="ops-console"] .admin-detail-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

body[data-page="ops-console"] .admin-detail-list div {
  display: grid;
  gap: 0.2rem;
}

body[data-page="ops-console"] .admin-detail-list dt {
  color: rgba(163, 178, 209, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="ops-console"] .admin-detail-list dd {
  margin: 0;
  color: #edf3ff;
}

body[data-page="ops-console"] .admin-chip-row,
body[data-page="ops-console"] .admin-chip-grid {
  gap: 0.7rem;
}

body[data-page="ops-console"] .admin-chip-active {
  background: rgba(13, 44, 34, 0.8);
  border-color: rgba(115, 237, 185, 0.18);
  box-shadow: 0 0 18px rgba(115, 237, 185, 0.08);
}

body[data-page="ops-console"] .admin-chip-recent {
  background: rgba(58, 34, 10, 0.78);
  border-color: rgba(255, 191, 109, 0.18);
}

body[data-page="ops-console"] .admin-chip-inactive {
  background: rgba(58, 34, 10, 0.78);
  border-color: rgba(255, 191, 109, 0.18);
}

body[data-page="ops-console"] .admin-chip-risk {
  background: rgba(62, 18, 28, 0.8);
  border-color: rgba(255, 109, 136, 0.18);
  box-shadow: 0 0 18px rgba(255, 109, 136, 0.08);
}

body[data-page="ops-console"] .admin-chip-blocked {
  background: rgba(62, 18, 28, 0.8);
  border-color: rgba(255, 109, 136, 0.18);
  box-shadow: 0 0 18px rgba(255, 109, 136, 0.08);
}

body[data-page="ops-console"] .admin-chip-cyan {
  background: rgba(10, 39, 52, 0.82);
  border-color: rgba(90, 214, 255, 0.18);
}

body[data-page="ops-console"] .admin-chip-violet {
  background: rgba(39, 16, 57, 0.82);
  border-color: rgba(165, 124, 255, 0.18);
}

body[data-page="ops-console"] .admin-chip-neutral {
  background: rgba(17, 26, 48, 0.78);
}

body[data-page="ops-console"] .admin-activity-list,
body[data-page="ops-console"] .admin-list {
  list-style: none;
  padding-left: 0;
}

body[data-page="ops-console"] .admin-activity-item {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.95rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(129, 145, 188, 0.08);
  border-radius: 18px;
  background: rgba(7, 12, 24, 0.52);
}

body[data-page="ops-console"] .admin-activity-item-empty {
  grid-template-columns: auto 1fr;
}

body[data-page="ops-console"] .admin-activity-item-risk {
  border-color: rgba(255, 109, 136, 0.14);
  background: linear-gradient(90deg, rgba(58, 15, 26, 0.58), rgba(7, 12, 24, 0.52));
}

body[data-page="ops-console"] .admin-activity-item-blocked {
  border-color: rgba(255, 109, 136, 0.14);
  background: linear-gradient(90deg, rgba(58, 15, 26, 0.58), rgba(7, 12, 24, 0.52));
}

body[data-page="ops-console"] .admin-activity-item-active {
  border-color: rgba(115, 237, 185, 0.14);
  background: linear-gradient(90deg, rgba(13, 39, 31, 0.58), rgba(7, 12, 24, 0.52));
}

body[data-page="ops-console"] .admin-activity-item-recent,
body[data-page="ops-console"] .admin-activity-item-inactive {
  border-color: rgba(255, 191, 109, 0.14);
  background: linear-gradient(90deg, rgba(54, 34, 11, 0.54), rgba(7, 12, 24, 0.52));
}

body[data-page="ops-console"] .admin-ops-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}

body[data-page="ops-console"] .admin-button-safe {
  border-color: rgba(115, 237, 185, 0.22);
  box-shadow: 0 0 18px rgba(115, 237, 185, 0.08);
}

body[data-page="ops-console"] .admin-activity-time {
  color: rgba(170, 182, 208, 0.72);
  font-size: 0.82rem;
  white-space: nowrap;
}

@keyframes admin-led-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.96;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

.button:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none !important;
  filter: none !important;
}

.button:disabled::before {
  opacity: 0;
}

.button:disabled::after {
  animation: none;
  opacity: 0.52;
}

.hero-orbit {
  position: absolute;
  right: 3.4rem;
  top: 2.4rem;
  width: 9rem;
  height: 9rem;
  opacity: 0.86;
  animation: float-soft 7s ease-in-out infinite;
}

.hero-orbit-centered {
  right: auto;
  left: 50%;
  top: 50%;
  width: 15rem;
  height: 15rem;
  opacity: 0.52;
  transform: translate(-50%, -50%);
}

.hero-orbit-ring,
.hero-orbit-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.hero-orbit-ring-large {
  border: 1px solid rgba(184, 176, 255, 0.14);
  box-shadow: 0 0 22px rgba(123, 137, 255, 0.08), inset 0 0 16px rgba(123, 137, 255, 0.04);
}

.hero-orbit-ring-small {
  inset: 1.35rem;
  border: 1px dashed rgba(184, 176, 255, 0.16);
  animation: spin-slow 24s linear infinite;
}

.hero-orbit-core {
  inset: 3.15rem;
  background: radial-gradient(circle, rgba(191, 184, 255, 0.8), rgba(123, 137, 255, 0.14) 55%, transparent 75%);
  box-shadow: 0 0 24px rgba(123, 137, 255, 0.16);
}

.dashboard-status {
  position: relative;
}

.dashboard-radar {
  position: absolute;
  right: 1.4rem;
  top: 1.1rem;
  width: 8.2rem;
  height: 8.2rem;
  opacity: 0.78;
}

.dashboard-radar-ring,
.dashboard-radar-sweep {
  position: absolute;
  border-radius: 50%;
}

.dashboard-radar-ring-outer {
  inset: 0;
  border: 1px solid rgba(184, 176, 255, 0.14);
}

.dashboard-radar-ring-inner {
  inset: 1.3rem;
  border: 1px solid rgba(184, 176, 255, 0.11);
}

.dashboard-radar-sweep {
  inset: 0;
  background: conic-gradient(from 0deg, rgba(184, 176, 255, 0.18), transparent 18%, transparent 100%);
  mask-image: radial-gradient(circle at center, transparent 0 2.1rem, black 2.1rem);
  animation: spin-slow 10s linear infinite;
}

.dashboard-status .panel-header,
.dashboard-status p,
.status-message {
  position: relative;
  z-index: 1;
}

.status-message {
  margin-bottom: 0;
  color: var(--accent-bright);
}

.footer {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 1rem auto 0;
  padding: 0 0 2.8rem;
}

.footer-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.4rem 1.5rem;
  border-radius: 24px;
  border: 1px solid var(--footer-border);
  background: var(--footer-surface);
  box-shadow: var(--shadow-md);
  color: var(--text-muted);
  backdrop-filter: blur(18px);
  text-align: center;
}

.footer-panel p {
  margin-bottom: 0;
}

.footer-links a {
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    color 160ms ease,
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text-main);
  transform: translateY(-1px);
  border-color: rgba(184, 176, 255, 0.14);
  background: rgba(184, 176, 255, 0.045);
}

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

@keyframes grid-drift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 56px, 0);
  }
}

@keyframes glow-float-left {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(2rem, 1.5rem, 0) scale(1.05);
  }
}

@keyframes glow-float-right {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-1.5rem, 2rem, 0) scale(1.04);
  }
}

@keyframes radar-breathe {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(1);
  }

  50% {
    opacity: 0.95;
    transform: scale(1.02);
  }
}

@keyframes pulse-dot {
  0%,
  100% {
    box-shadow: 0 0 8px rgba(184, 176, 255, 0.24);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 14px rgba(184, 176, 255, 0.42);
    transform: scale(1.08);
  }
}

@keyframes float-soft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes radar-ping {
  0%,
  100% {
    transform: scale(0.85);
    opacity: 0.15;
  }

  50% {
    transform: scale(1.35);
    opacity: 0.35;
  }
}

@keyframes radar-detection-pulse {
  0% {
    opacity: 0.55;
    transform: scale(0.8);
  }

  60% {
    opacity: 0.28;
    transform: scale(3.8);
  }

  100% {
    opacity: 0;
    transform: scale(5.2);
  }
}

@keyframes radar-detection-fade {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.45);
  }

  14% {
    opacity: 0.96;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }
}

@keyframes button-edge-breathe {
  0%,
  100% {
    opacity: 0.7;
    border-color: rgba(155, 165, 255, 0.07);
    box-shadow:
      0 0 0 rgba(123, 137, 255, 0),
      inset 0 0 0.55rem rgba(123, 137, 255, 0.012);
  }

  50% {
    opacity: 0.84;
    border-color: rgba(170, 180, 255, 0.1);
    box-shadow:
      0 0 0.55rem rgba(123, 137, 255, 0.035),
      inset 0 0 0.7rem rgba(123, 137, 255, 0.02);
  }
}

@keyframes scan-line-glow {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(2px);
  }
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

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

@media (max-width: 1080px) {
  .hero-visual-section,
  .hero,
  .dashboard-hero,
  .security-layout {
    grid-template-columns: 1fr;
  }

  .hero-radar-visual {
    justify-self: center;
  }

  .hero-panel,
  .dashboard-status {
    padding: 0 2.2rem 2.2rem;
  }

  .feature-grid,
  .tool-grid,
  .tools-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .category-grid,
  .security-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  /* On smaller screens the header stays compact and icon-led. */
  html,
  body,
  .site-shell {
    background: #050a16;
    background-color: #050a16;
  }

  body.nav-menu-open {
    overflow: hidden;
  }

  body::before,
  body::after {
    content: none;
  }

  .background-grid,
  .background-radar,
  .background-scanlines,
  .background-glow {
    position: absolute;
    inset: 0;
    animation: none;
    will-change: auto;
    transform: none;
  }

  .background-grid {
    opacity: 0.16;
    background-size: 48px 48px;
  }

  .background-radar {
    opacity: 0.14;
    filter: none;
  }

  .background-scanlines,
  .background-glow {
    display: none;
  }

  .hero,
  .dashboard-hero,
  .hero-visual-section,
  .hero-radar-visual,
  .hero-radar-status,
  .verify-shell {
    min-height: 0;
  }

  body.header-account-only .topbar {
    align-items: center;
    overflow: visible;
    z-index: 10001;
    isolation: isolate;
  }

  body.header-account-only .navigation {
    position: static;
    inset: auto;
    width: auto;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: visible;
    z-index: auto;
  }

  body.header-account-only .navigation > a,
  body.header-account-only .navigation > .language-nav,
  body.header-account-only .navigation > .account-nav {
    width: auto;
  }

  body.header-account-only .account-toggle {
    width: 3rem;
    justify-content: center;
  }

  .account-data-grid {
    grid-template-columns: 1fr;
  }

  .account-layout-top,
  .account-layout-bottom {
    grid-template-columns: 1fr;
  }

  .account-section-head {
    flex-direction: column;
  }

  .account-check-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .account-check-time {
    text-align: left;
  }

  .account-session-meta {
    grid-template-columns: 1fr;
  }

  .account-menu {
    max-width: min(22rem, calc(100vw - 1rem));
  }

  .hero,
  .dashboard-hero {
    padding-top: 2.4rem;
  }

  body[data-page="home"] .hero-action-first {
    min-height: auto;
  }

  .hero-visual-section {
    padding-top: 2.2rem;
    padding-bottom: 0.6rem;
  }

  .hero-visual-copy {
    max-width: none;
    min-width: 0;
    text-align: center;
  }

  .hero-radar-status {
    width: min(22rem, calc(100vw - 2.7rem));
    justify-self: center;
  }

  .hero-radar-visual {
    width: min(22rem, calc(100vw - 2.7rem));
    max-width: 100%;
  }

  .hero-copy,
  .dashboard-hero .section-heading,
  .hero-panel,
  .dashboard-status,
  .section-panel,
  .contact-form {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .hero,
  .dashboard-hero,
  .hero-visual-section,
  .hero-visual-copy,
  .hero-panel,
  .dashboard-status,
  .section-panel,
  .tool-card,
  .feature-card {
    min-width: 0;
  }

  .hero-copy,
  .dashboard-hero .section-heading {
    padding-top: 2.1rem;
    padding-bottom: 2rem;
  }

  .hero-panel,
  .dashboard-status {
    padding-top: 0;
    padding-bottom: 1.45rem;
  }

  .section-panel {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .hero-metrics,
  .feature-grid,
  .category-grid,
  .security-grid,
  .tool-grid,
  .tools-panel-grid,
  .hub-card-grid,
  .future-action-grid,
  .guide-summary-grid,
  .usage-tier-grid,
  .auth-trust-grid,
  .auth-trust-layout,
  .auth-layout,
  .tool-route-layout,
  .policy-grid,
  .legal-meta-grid,
  .empty-state-grid,
  .admin-auth-layout,
  .admin-stat-grid,
  .admin-section-grid,
  .action-buttons,
  .hero-actions-unified {
    grid-template-columns: 1fr;
  }

  .action-buttons {
    display: grid;
    width: 100%;
  }

  .action-button {
    width: 100%;
    min-width: 0;
  }

  h1,
  h2 {
    max-width: none;
  }

  .hero-orbit,
  .dashboard-radar {
    opacity: 0.52;
    transform: scale(0.88);
  }

  .service-contact-layout {
    grid-template-columns: 1fr;
  }

  .assessment-request-layout,
  .assessment-request-type-grid {
    grid-template-columns: 1fr;
  }

  .hero-orbit-centered {
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%) scale(0.88);
  }

  .network-widget-header,
  .network-widget-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .network-stats {
    grid-template-columns: 1fr;
  }

  .footer-panel {
    align-items: flex-start;
  }

  .guide-terminal-output {
    min-height: 12rem;
  }

  body[data-page="ops-console"] .admin-ops-hero,
  body[data-page="ops-console"] .admin-detail-grid,
  body[data-page="ops-console"] .admin-stat-grid,
  body[data-page="ops-console"] .admin-section-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="ops-console"] .admin-activity-item {
    grid-template-columns: auto 1fr;
  }

  body[data-page="ops-console"] .admin-activity-time {
    grid-column: 2;
  }

  body[data-page="ops-console"] .admin-user-list-row,
  body[data-page="ops-console"] .admin-user-list-secondary {
    grid-template-columns: 1fr;
  }

  body[data-page="ops-console"] .admin-user-list-action {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  body[data-page="tool-route"] .section.section-panel,
  body[data-page="tool-darkweb"] .section.section-panel {
    margin-top: 0.45rem;
    padding: 0.75rem 0 1rem;
    border-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  body[data-page="tool-route"] .section.section-panel::before,
  body[data-page="tool-route"] .section.section-panel::after,
  body[data-page="tool-darkweb"] .section.section-panel::before,
  body[data-page="tool-darkweb"] .section.section-panel::after {
    display: none;
  }

  body[data-page="tool-route"] .section-heading,
  body[data-page="tool-darkweb"] .section-heading {
    max-width: 52rem;
    margin: 0 auto 0.8rem;
    padding: 0 0.28rem;
  }

  body[data-page="tool-route"] .tool-page-card,
  body[data-page="tool-darkweb"] .tool-page-card {
    width: 100%;
    max-width: 52rem;
    margin: 0 auto;
    padding: 1.02rem;
    border-radius: 1.55rem;
    border-color: rgba(144, 160, 255, 0.18);
    background:
      linear-gradient(180deg, rgba(10, 17, 31, 0.97), rgba(6, 11, 22, 0.92)),
      radial-gradient(circle at top right, rgba(86, 149, 255, 0.09), transparent 46%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.03),
      0 18px 34px rgba(3, 8, 20, 0.24),
      0 0 24px rgba(96, 123, 255, 0.07);
    overflow: visible;
  }

  body[data-page="tool-route"] .tool-page-card > *,
  body[data-page="tool-darkweb"] .tool-page-card > *,
  body[data-page="tool-route"] .tool-result,
  body[data-page="tool-darkweb"] .tool-result,
  body[data-page="tool-route"] .tool-result-card,
  body[data-page="tool-darkweb"] .tool-result-card,
  body[data-page="tool-route"] .tool-result-primary-shell,
  body[data-page="tool-darkweb"] .tool-result-primary-shell,
  body[data-page="tool-route"] .website-result-head,
  body[data-page="tool-darkweb"] .website-result-head,
  body[data-page="tool-route"] .website-result-head-copy,
  body[data-page="tool-darkweb"] .website-result-head-copy {
    min-width: 0;
  }

  body[data-page="tool-route"] .tool-form,
  body[data-page="tool-darkweb"] .tool-form {
    gap: 0.72rem;
  }

  body[data-page="tool-route"] .tool-result,
  body[data-page="tool-darkweb"] .tool-result {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-page="tool-route"] .tool-result-card,
  body[data-page="tool-darkweb"] .tool-result-card,
  body[data-page="tool-route"] .tool-result-primary-shell,
  body[data-page="tool-darkweb"] .tool-result-primary-shell,
  body[data-page="tool-route"] .tool-page-actions,
  body[data-page="tool-darkweb"] .tool-page-actions {
    gap: 0.64rem;
  }

  body[data-page="tool-route"] .tool-result-card,
  body[data-page="tool-darkweb"] .tool-result-card,
  body[data-page="tool-route"] .tool-result-primary-shell,
  body[data-page="tool-darkweb"] .tool-result-primary-shell {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-page="tool-route"] .tool-result-details,
  body[data-page="tool-darkweb"] .tool-result-details {
    border-radius: 1rem;
    border-color: rgba(184, 176, 255, 0.06);
    background: rgba(8, 14, 26, 0.36);
    box-shadow: none;
  }

  body[data-page="tool-route"] .tool-result-details-summary,
  body[data-page="tool-darkweb"] .tool-result-details-summary {
    padding: 0.76rem 0.84rem;
    font-size: 0.88rem;
  }

  body[data-page="tool-route"] .tool-result-details-content,
  body[data-page="tool-darkweb"] .tool-result-details-content {
    gap: 0.6rem;
    padding: 0 0.84rem 0.84rem;
  }

  body[data-page="tool-route"] .website-result-meta-grid,
  body[data-page="tool-route"] .speed-result-primary-grid,
  body[data-page="tool-darkweb"] .website-result-meta-grid,
  body[data-page="tool-darkweb"] .speed-result-primary-grid,
  body[data-page="tool-darkweb"] .darkweb-summary-grid,
  body[data-page="tool-darkweb"] .darkweb-section-grid {
    gap: 0.5rem;
  }

  body[data-page="tool-route"] .website-result-meta-card,
  body[data-page="tool-route"] .website-result-section,
  body[data-page="tool-route"] .website-result-explanation,
  body[data-page="tool-route"] .speed-result-metric-card,
  body[data-page="tool-route"] .isp-result-hero,
  body[data-page="tool-route"] .tool-processing-shell,
  body[data-page="tool-darkweb"] .website-result-meta-card,
  body[data-page="tool-darkweb"] .website-result-section,
  body[data-page="tool-darkweb"] .website-result-explanation,
  body[data-page="tool-darkweb"] .speed-result-metric-card,
  body[data-page="tool-darkweb"] .isp-result-hero,
  body[data-page="tool-darkweb"] .tool-processing-shell,
  body[data-page="tool-darkweb"] .darkweb-summary-card,
  body[data-page="tool-darkweb"] .darkweb-key-findings-item,
  body[data-page="tool-darkweb"] .darkweb-detail-panel,
  body[data-page="tool-darkweb"] .darkweb-password-panel,
  body[data-page="tool-darkweb"] .darkweb-recommendations-panel,
  body[data-page="tool-darkweb"] .darkweb-exposure-card,
  body[data-page="tool-darkweb"] .darkweb-password-card,
  body[data-page="tool-darkweb"] .darkweb-usage-strip {
    border-color: rgba(184, 176, 255, 0.05);
    background:
      linear-gradient(180deg, rgba(11, 17, 30, 0.5), rgba(7, 12, 24, 0.38));
    box-shadow: none;
  }

  body[data-page="tool-route"] .website-result-meta-card,
  body[data-page="tool-route"] .website-result-section,
  body[data-page="tool-route"] .website-result-explanation,
  body[data-page="tool-route"] .speed-result-metric-card,
  body[data-page="tool-route"] .isp-result-hero,
  body[data-page="tool-darkweb"] .website-result-meta-card,
  body[data-page="tool-darkweb"] .website-result-section,
  body[data-page="tool-darkweb"] .website-result-explanation,
  body[data-page="tool-darkweb"] .speed-result-metric-card,
  body[data-page="tool-darkweb"] .isp-result-hero,
  body[data-page="tool-darkweb"] .darkweb-summary-card,
  body[data-page="tool-darkweb"] .darkweb-key-findings-item,
  body[data-page="tool-darkweb"] .darkweb-detail-panel,
  body[data-page="tool-darkweb"] .darkweb-password-panel,
  body[data-page="tool-darkweb"] .darkweb-recommendations-panel,
  body[data-page="tool-darkweb"] .darkweb-exposure-card,
  body[data-page="tool-darkweb"] .darkweb-password-card,
  body[data-page="tool-darkweb"] .darkweb-usage-strip {
    padding: 0.72rem 0.76rem;
    border-radius: 0.95rem;
  }

  body[data-page="tool-route"] .website-result-head,
  body[data-page="tool-darkweb"] .website-result-head {
    gap: 0.6rem;
  }

  body[data-page="tool-route"] .website-result-chip-row,
  body[data-page="tool-darkweb"] .website-result-chip-row {
    gap: 0.42rem;
  }

  body[data-page="tool-route"] .result-chip,
  body[data-page="tool-darkweb"] .result-chip {
    min-height: 1.85rem;
    padding: 0.32rem 0.64rem;
    font-size: 0.73rem;
  }

  body[data-page="tool-route"] .website-result-meta-card,
  body[data-page="tool-darkweb"] .website-result-meta-card {
    gap: 0.24rem;
  }

  body[data-page="tool-route"] .website-result-section,
  body[data-page="tool-darkweb"] .website-result-section {
    gap: 0.56rem;
  }

  body[data-page="tool-route"] .network-result-shell,
  body[data-page="tool-darkweb"] .network-result-shell {
    gap: 0.62rem;
  }

  body[data-page="tool-route"] .network-topology-shell,
  body[data-page="tool-route"] .network-detail-panel,
  body[data-page="tool-route"] .network-port-card,
  body[data-page="tool-route"] .network-topology-summary-card,
  body[data-page="tool-route"] .network-topology-device-card,
  body[data-page="tool-route"] .network-device-row,
  body[data-page="tool-darkweb"] .network-topology-shell,
  body[data-page="tool-darkweb"] .network-detail-panel,
  body[data-page="tool-darkweb"] .network-port-card,
  body[data-page="tool-darkweb"] .network-topology-summary-card,
  body[data-page="tool-darkweb"] .network-topology-device-card,
  body[data-page="tool-darkweb"] .network-device-row {
    border-color: rgba(184, 176, 255, 0.05);
    background:
      linear-gradient(180deg, rgba(11, 17, 30, 0.46), rgba(7, 12, 24, 0.34));
    box-shadow: none;
  }

  body[data-page="tool-route"] .network-topology-shell,
  body[data-page="tool-darkweb"] .network-topology-shell {
    padding: 0.72rem 0.76rem;
    gap: 0.72rem;
  }

  body[data-page="tool-route"] .network-topology-summary-card,
  body[data-page="tool-darkweb"] .network-topology-summary-card,
  body[data-page="tool-route"] .network-topology-device-card,
  body[data-page="tool-darkweb"] .network-topology-device-card,
  body[data-page="tool-route"] .network-device-row,
  body[data-page="tool-darkweb"] .network-device-row,
  body[data-page="tool-route"] .network-port-card,
  body[data-page="tool-darkweb"] .network-port-card {
    padding: 0.72rem 0.76rem;
    border-radius: 0.95rem;
  }

  body[data-page="tool-route"] .network-topology-device-card,
  body[data-page="tool-darkweb"] .network-topology-device-card {
    min-height: 0;
    gap: 0.55rem;
  }

  body[data-page="tool-route"] .network-topology-node,
  body[data-page="tool-darkweb"] .network-topology-node {
    padding: 0.78rem 0.82rem;
    border-radius: 1rem;
    box-shadow: none;
  }

  body[data-page="tool-route"] .network-device-row,
  body[data-page="tool-darkweb"] .network-device-row {
    gap: 0.38rem 0.68rem;
  }

  body[data-page="tool-route"] .speedtest-metric-card,
  body[data-page="tool-route"] .speedtest-meta-grid > div,
  body[data-page="tool-route"] .speedtest-progress-shell,
  body[data-page="tool-route"] .speed-result-metric-card,
  body[data-page="tool-darkweb"] .speedtest-metric-card,
  body[data-page="tool-darkweb"] .speedtest-meta-grid > div,
  body[data-page="tool-darkweb"] .speedtest-progress-shell,
  body[data-page="tool-darkweb"] .speed-result-metric-card {
    border-color: rgba(184, 176, 255, 0.05);
    background:
      linear-gradient(180deg, rgba(11, 17, 30, 0.46), rgba(7, 12, 24, 0.34));
    box-shadow: none;
  }

  body[data-page="tool-darkweb"] .darkweb-key-findings-panel,
  body[data-page="tool-darkweb"] .darkweb-detail-panel,
  body[data-page="tool-darkweb"] .darkweb-password-panel,
  body[data-page="tool-darkweb"] .darkweb-recommendations-panel,
  body[data-page="tool-darkweb"] .darkweb-cta-panel {
    margin: 0;
  }

  body[data-page="tool-darkweb"] .darkweb-summary-grid,
  body[data-page="tool-darkweb"] .darkweb-section-grid {
    margin: 0.9rem 0;
  }
}

@media (max-width: 480px) {
  body[data-page="tool-route"] .section-heading,
  body[data-page="tool-darkweb"] .section-heading {
    margin-bottom: 0.72rem;
    padding: 0 0.18rem;
  }

body[data-page="tool-route"] .tool-page-card,
body[data-page="tool-darkweb"] .tool-page-card {
  padding: 0.9rem;
  border-radius: 1.36rem;
}

.advanced-tools-section {
  margin-top: 1.6rem;
  display: grid;
  gap: 1.15rem;
}

.advanced-home-section {
  display: grid;
  gap: 1.15rem;
}

.advanced-home-layout {
  display: grid;
  gap: 1.15rem;
}

.advanced-tools-heading {
  margin-bottom: 0;
}

.advanced-tool-grid {
  align-items: stretch;
}

.advanced-route-card {
  gap: 0.8rem;
}

.advanced-hero-note {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.78rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(142, 160, 255, 0.14);
  background: rgba(8, 14, 28, 0.64);
  color: rgba(225, 231, 255, 0.8);
  font-size: 0.9rem;
}

.advanced-hero-dot,
.advanced-status-dot {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: rgba(145, 255, 197, 0.88);
  box-shadow: 0 0 12px rgba(145, 255, 197, 0.28);
}

.advanced-tool-card {
  gap: 1rem;
}

.advanced-tool-status-bar {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.72rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(150, 164, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(10, 18, 34, 0.82), rgba(7, 12, 24, 0.74)),
    linear-gradient(135deg, rgba(96, 125, 255, 0.05), transparent 44%, rgba(255, 178, 107, 0.06));
}

.advanced-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  width: fit-content;
}

.advanced-status-copy {
  display: grid;
  gap: 0.22rem;
}

.advanced-status-copy strong {
  color: var(--text-primary);
  font-size: 0.95rem;
}

.advanced-status-copy span {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.advanced-consent-row {
  align-items: start;
}

.advanced-tool-note {
  margin: -0.15rem 0 0;
}

.advanced-result-card {
  gap: 0.9rem;
}

.advanced-chip-row {
  margin-top: 0.3rem;
}

.advanced-result-group-list,
.advanced-result-row-list {
  display: grid;
  gap: 0.72rem;
}

.advanced-result-group {
  padding: 0.92rem 1rem;
}

.advanced-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.85rem 0.92rem;
  border-radius: 14px;
  border: 1px solid rgba(184, 176, 255, 0.08);
  background: rgba(7, 12, 23, 0.44);
}

.advanced-result-row-copy {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.advanced-result-row-copy strong,
.advanced-result-row-copy span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.advanced-result-row-copy strong {
  color: var(--text-primary);
}

.advanced-result-row-copy span,
.advanced-empty-copy {
  color: var(--text-muted);
}

.advanced-overview-page .section-heading,
.advanced-tool-page .section-heading {
  max-width: 52rem;
}

@media (max-width: 720px) {
  .advanced-hero-note {
    width: 100%;
    border-radius: 1rem;
    justify-content: flex-start;
  }

  .advanced-tool-status-bar {
    padding: 0.88rem 0.9rem;
    border-radius: 16px;
  }

  .advanced-status-copy strong {
    font-size: 0.9rem;
  }

  .advanced-status-copy span {
    font-size: 0.8rem;
  }

  .advanced-result-group,
  .advanced-result-row {
    padding: 0.8rem 0.84rem;
  }

  .advanced-result-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

  body[data-page="tool-route"] .website-result-meta-card,
  body[data-page="tool-route"] .website-result-section,
  body[data-page="tool-route"] .website-result-explanation,
  body[data-page="tool-route"] .speed-result-metric-card,
  body[data-page="tool-route"] .isp-result-hero,
  body[data-page="tool-darkweb"] .website-result-meta-card,
  body[data-page="tool-darkweb"] .website-result-section,
  body[data-page="tool-darkweb"] .website-result-explanation,
  body[data-page="tool-darkweb"] .speed-result-metric-card,
  body[data-page="tool-darkweb"] .isp-result-hero,
  body[data-page="tool-darkweb"] .darkweb-summary-card,
  body[data-page="tool-darkweb"] .darkweb-key-findings-item,
  body[data-page="tool-darkweb"] .darkweb-detail-panel,
  body[data-page="tool-darkweb"] .darkweb-password-panel,
  body[data-page="tool-darkweb"] .darkweb-recommendations-panel,
  body[data-page="tool-darkweb"] .darkweb-exposure-card,
  body[data-page="tool-darkweb"] .darkweb-password-card,
  body[data-page="tool-darkweb"] .darkweb-usage-strip {
    padding: 0.66rem 0.7rem;
  }

  body[data-page="tool-route"] .network-topology-shell,
  body[data-page="tool-route"] .network-topology-summary-card,
  body[data-page="tool-route"] .network-topology-device-card,
  body[data-page="tool-route"] .network-device-row,
  body[data-page="tool-route"] .network-port-card,
  body[data-page="tool-route"] .network-topology-node,
  body[data-page="tool-darkweb"] .network-topology-shell,
  body[data-page="tool-darkweb"] .network-topology-summary-card,
  body[data-page="tool-darkweb"] .network-topology-device-card,
  body[data-page="tool-darkweb"] .network-device-row,
  body[data-page="tool-darkweb"] .network-port-card,
  body[data-page="tool-darkweb"] .network-topology-node {
    padding: 0.66rem 0.7rem;
  }
}

.content-layer-hub-notice,
.content-layer-preview,
.content-layer-page-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(126, 148, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(14, 21, 48, 0.92), rgba(8, 13, 30, 0.96)),
    radial-gradient(circle at top right, rgba(0, 230, 181, 0.12), transparent 42%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.content-layer-hub-notice::after,
.content-layer-preview::after,
.content-layer-page-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(104, 255, 211, 0.05), transparent);
  pointer-events: none;
}

.content-layer-hub-notice {
  display: grid;
  gap: 1.1rem;
  margin: 1.25rem 0 1.75rem;
  padding: 1.25rem;
  border-radius: 1.6rem;
}

.content-layer-preview {
  display: grid;
  gap: 1.15rem;
  margin-bottom: 1.15rem;
  padding: 1.2rem;
  border-radius: 1.7rem;
}

.content-layer-preview-head,
.content-layer-login-copy,
.content-layer-page-heading {
  position: relative;
  z-index: 1;
}

.content-layer-preview-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(151, 255, 223, 0.78);
}

.content-layer-preview-title,
.content-layer-page-panel h1 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.content-layer-preview-summary,
.content-layer-page-panel .section-text,
.content-layer-page-card p,
.content-layer-page-outro p {
  color: var(--text-muted);
}

.content-layer-preview-grid,
.content-layer-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.content-layer-preview-card,
.content-layer-page-card,
.content-layer-page-outro {
  border: 1px solid rgba(141, 157, 255, 0.16);
  border-radius: 1.25rem;
  background: rgba(10, 15, 34, 0.72);
  padding: 1rem 1rem 1.05rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.content-layer-preview-card h2,
.content-layer-preview-card h3,
.content-layer-page-card h2,
.content-layer-page-outro h2 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
}

.content-layer-preview-card p,
.content-layer-preview-card ul,
.content-layer-page-card ul,
.content-layer-page-card p {
  margin: 0;
}

.content-layer-preview-card ul,
.content-layer-page-card ul,
.content-layer-login-copy ul {
  padding-left: 1rem;
}

.content-layer-preview-card li,
.content-layer-page-card li,
.content-layer-login-copy li {
  color: var(--text-muted);
}

.content-layer-login-gate,
.content-layer-page-cta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.95rem;
  padding: 1rem;
  border-radius: 1.3rem;
  background: rgba(6, 11, 25, 0.78);
  border: 1px solid rgba(103, 223, 193, 0.18);
}

.content-layer-login-kicker {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: rgba(151, 255, 223, 0.76);
  font-size: 0.83rem;
}

.content-layer-login-copy strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.content-layer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.content-layer-link-button {
  background: rgba(17, 26, 54, 0.82);
}

.content-layer-preview-note {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(103, 223, 193, 0.15);
  background: rgba(10, 16, 34, 0.78);
  color: rgba(196, 255, 241, 0.84);
  font-size: 0.92rem;
}

.tool-form-preview-locked {
  opacity: 0.76;
  filter: saturate(0.75);
}

.tool-form-preview-locked .tool-input,
.tool-form-preview-locked .tool-legal-note,
.tool-form-preview-locked .tool-consent-row {
  cursor: not-allowed;
}

.content-layer-result-gate {
  border: 1px solid rgba(103, 223, 193, 0.18);
  background:
    linear-gradient(180deg, rgba(12, 19, 42, 0.94), rgba(8, 12, 28, 0.98)),
    radial-gradient(circle at top right, rgba(73, 217, 255, 0.14), transparent 40%);
}

.content-layer-result-text {
  margin: 0 0 0.85rem;
  color: var(--text-muted);
}

.content-layer-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 0.95rem;
  font-size: 0.92rem;
}

.content-layer-footer-links a {
  color: rgba(167, 214, 255, 0.92);
  text-decoration: none;
}

.content-layer-footer-links a:hover,
.content-layer-footer-links a:focus-visible {
  color: #fff;
}

.content-layer-page-panel {
  padding: 1.3rem;
  border-radius: 1.8rem;
}

.content-layer-page-outro {
  margin-top: 1rem;
}

.content-layer-learn-card {
  min-height: 100%;
}

@media (max-width: 980px) {
  .content-layer-preview-grid,
  .content-layer-page-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .content-layer-hub-notice,
  .content-layer-preview,
  .content-layer-page-panel {
    padding: 1rem;
    border-radius: 1.3rem;
  }

  .content-layer-actions {
    flex-direction: column;
  }

  .content-layer-actions .button {
    width: 100%;
    justify-content: center;
  }
}

