:root {
  --bg: #f5f7f8;
  --surface: #ffffff;
  --surface-2: #edf3f2;
  --ink: #0b1720;
  --muted: #5e7080;
  --line: #dce4ea;
  --brand: #0f766e;
  --brand-2: #1d4ed8;
  --accent: #c5892b;
  --gold: #f6c76a;
  --danger: #dc2626;
  --ok: #109c68;
  --mixed: #b7791f;
  --blocked: #c2410c;
  --unknown: #64748b;
  --shadow: 0 18px 55px rgba(15, 23, 42, 0.1);
  --side: 284px;
}

/* Final cascade lock for the commercial intelligence theme. */
body.intel-home,
body.seo-page {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(82, 240, 167, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(57, 169, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 82% 10%, rgba(57, 169, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 8% 6%, rgba(226, 193, 109, 0.12), transparent 22rem),
    #070b12;
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

body.intel-home .seo-hero,
body.seo-page .seo-hero {
  background:
    linear-gradient(90deg, rgba(57, 169, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(82, 240, 167, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(12, 20, 34, 0.98), rgba(8, 13, 22, 0.98));
  background-size: 36px 36px, 36px 36px, auto;
}

/* Visual System v2 hard lock: must stay after all legacy theme rules. */
body.intel-home,
body.seo-page {
  --v2-navy: #071527;
  --v2-ink: #102033;
  --v2-ink-2: #34485f;
  --v2-muted: #66788d;
  --v2-line: rgba(91, 114, 143, 0.18);
  --v2-blue: #2563eb;
  --v2-cyan: #22d3ee;
  color: var(--v2-ink) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 6%, rgba(34, 211, 238, 0.13), transparent 26rem),
    linear-gradient(180deg, #eef4fb 0%, #f7f9fd 42%, #ffffff 75%, #f4f7fb 100%) !important;
}

body.intel-home .side-nav,
body.intel-home .topbar,
body.seo-page .page-nav,
body.seo-page .mobile-action-bar {
  color: var(--v2-ink) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: var(--v2-line) !important;
  box-shadow: 0 18px 42px rgba(22, 36, 56, 0.08) !important;
  backdrop-filter: blur(18px);
}

body.intel-home .hero,
body.seo-page .seo-hero {
  color: #f7fbff !important;
  background:
    radial-gradient(circle at 14% 4%, rgba(64, 149, 255, 0.36), transparent 23rem),
    radial-gradient(circle at 88% 20%, rgba(34, 211, 238, 0.22), transparent 25rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #08172b 0%, #0a2138 54%, #07111f 100%) !important;
  background-size: auto, auto, 42px 42px, 42px 42px, auto !important;
  border-color: rgba(187, 220, 255, 0.18) !important;
  box-shadow: 0 34px 90px rgba(7, 21, 39, 0.28) !important;
}

body.intel-home .hero h1 {
  max-width: 9.3em !important;
  color: #ffffff !important;
  font-size: clamp(44px, 5.2vw, 62px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body.intel-home .hero-subtitle,
body.intel-home .hero .eyebrow,
body.intel-home .hero p,
body.seo-page .seo-hero p,
body.seo-page .seo-hero .eyebrow,
body.seo-page .seo-hero .breadcrumb {
  color: rgba(231, 242, 255, 0.84) !important;
}

body.intel-home .hero-search {
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(210, 230, 255, 0.28) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(20px);
}

body.intel-home .hero-search input {
  color: #ffffff !important;
  background: transparent !important;
}

body.intel-home .metric-card,
body.intel-home .trust-card,
body.intel-home .route-card,
body.intel-home .workflow-card,
body.intel-home .category-card,
body.intel-home .site-card,
body.intel-home .directory-card,
body.intel-home .seo-card,
body.intel-home .topic-card,
body.seo-page .seo-card,
body.seo-page .topic-card,
body.seo-page .directory-card,
body.seo-page .lab-card,
body.seo-page .provider-card,
body.seo-page .lead-box,
body.seo-page .report-card,
body.seo-page .request-form,
body.seo-page .request-form-wrap aside,
body.seo-page .form-success-card,
body.seo-page .faq-list article,
body.seo-page .methodology-list article,
body.seo-page .compare-table,
body.seo-page .score-grid article,
body.seo-page .compact-score article,
body.seo-page .report-score-strip article {
  color: var(--v2-ink) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: var(--v2-line) !important;
  box-shadow: 0 18px 46px rgba(22, 36, 56, 0.08) !important;
}

body.seo-page .report-hero .risk-score-card {
  color: #ffffff !important;
  background: rgba(5, 12, 23, 0.74) !important;
  border-color: rgba(196, 218, 250, 0.20) !important;
}

body.intel-home h2,
body.intel-home h3,
body.intel-home .section-head h2,
body.seo-page h2,
body.seo-page h3,
body.seo-page .score-grid strong,
body.seo-page .compact-score strong,
body.seo-page .report-score-strip strong {
  color: var(--v2-ink) !important;
}

body.intel-home p,
body.intel-home li,
body.seo-page p,
body.seo-page li,
body.seo-page td,
body.seo-page .score-grid p,
body.seo-page .compact-score p,
body.seo-page .report-score-strip p {
  color: var(--v2-muted) !important;
}

body.seo-page .report-score-strip span {
  color: var(--v2-blue) !important;
}

body.seo-page .pricing-grid article strong,
body.seo-page .monetize-grid article strong,
body.seo-page .seo-grid article strong,
body.intel-home .pricing-grid article strong,
body.intel-home .monetize-grid article strong,
body.intel-home .seo-grid article strong {
  color: var(--v2-blue) !important;
}

body.seo-page .pricing-grid article span,
body.seo-page .monetize-grid article span,
body.intel-home .pricing-grid article span,
body.intel-home .monetize-grid article span {
  color: var(--v2-blue) !important;
}

body.intel-home .primary-link,
body.seo-page .primary-link,
body.intel-home .request-form button[type="submit"],
body.seo-page .request-form button[type="submit"] {
  min-height: 44px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 58%, #1d4ed8 100%) !important;
  border: 1px solid rgba(147, 197, 253, 0.6) !important;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.28) !important;
}

body.intel-home .ghost-link,
body.intel-home .secondary-link,
body.seo-page .ghost-link,
body.seo-page .secondary-link,
body.intel-home .visit-link,
body.seo-page .visit-link,
body.intel-home .text-action,
body.seo-page .text-action {
  min-height: 44px !important;
  color: var(--v2-ink-2) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 10px 26px rgba(22, 36, 56, 0.06) !important;
}

body.intel-home .card-actions a,
body.intel-home .card-actions button,
body.seo-page .card-actions a,
body.seo-page .card-actions button {
  min-height: 40px !important;
  color: var(--v2-ink-2) !important;
  background: #ffffff !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 8px 18px rgba(22, 36, 56, 0.05) !important;
}

body.intel-home .card-actions a:first-child,
body.seo-page .card-actions a:first-child {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  border-color: rgba(147, 197, 253, 0.56) !important;
}

body.seo-page .request-form input,
body.seo-page .request-form select,
body.seo-page .request-form textarea,
body.intel-home .request-form input,
body.intel-home .request-form select,
body.intel-home .request-form textarea {
  color: var(--v2-ink) !important;
  background: #f8fbff !important;
  border-color: rgba(91, 114, 143, 0.26) !important;
}

body.seo-page .decision-score span,
body.intel-home .decision-score span {
  color: #5f7ea1 !important;
}

body.seo-page .decision-score strong,
body.intel-home .decision-score strong {
  color: rgba(37, 99, 235, 0.36) !important;
}

body.seo-page .decision-score i,
body.intel-home .decision-score i {
  background: linear-gradient(90deg, #34d399 var(--score), #e6edf5 var(--score)) !important;
}

@media (max-width: 640px) {
  body.intel-home .hero h1 {
    max-width: 8.9em !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  body.seo-page .seo-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 14px 86px !important;
  }
}

/* Visual System v2 final cascade: light-and-dark premium SaaS intelligence. */
body.intel-home,
body.seo-page {
  --v2-navy: #071527;
  --v2-navy-2: #0c2036;
  --v2-ink: #102033;
  --v2-ink-2: #34485f;
  --v2-muted: #66788d;
  --v2-soft: #f5f8fc;
  --v2-paper: rgba(255, 255, 255, 0.92);
  --v2-paper-solid: #ffffff;
  --v2-line: rgba(91, 114, 143, 0.18);
  --v2-blue: #2563eb;
  --v2-blue-2: #0ea5e9;
  --v2-cyan: #22d3ee;
  --v2-mint: #22c55e;
  --v2-amber: #d97706;
  --v2-red: #dc2626;
  --v2-gold: #b7791f;
  color: var(--v2-ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 6%, rgba(34, 211, 238, 0.13), transparent 26rem),
    linear-gradient(180deg, #eef4fb 0%, #f7f9fd 38%, #ffffff 72%, #f4f7fb 100%) !important;
}

body.intel-home {
  min-height: 100vh;
}

body.intel-home .app-shell {
  background: transparent !important;
}

body.intel-home .side-nav {
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.88) !important;
  border-right: 1px solid var(--v2-line) !important;
  box-shadow: 20px 0 50px rgba(28, 45, 70, 0.08) !important;
  backdrop-filter: blur(18px);
}

body.intel-home .nav-link,
body.intel-home .brand-text,
body.intel-home .footer,
body.seo-page .footer {
  color: var(--v2-ink-2) !important;
}

body.intel-home .nav-link:hover,
body.intel-home .nav-link.is-active {
  color: var(--v2-blue) !important;
  background: rgba(37, 99, 235, 0.08) !important;
}

body.intel-home .main {
  background: transparent !important;
}

body.intel-home .topbar {
  background: rgba(255, 255, 255, 0.74) !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 18px 45px rgba(24, 38, 59, 0.08) !important;
  backdrop-filter: blur(18px);
}

body.intel-home .hero,
body.seo-page .seo-hero {
  position: relative;
  overflow: hidden;
  color: #f7fbff !important;
  background:
    radial-gradient(circle at 14% 4%, rgba(64, 149, 255, 0.36), transparent 23rem),
    radial-gradient(circle at 88% 20%, rgba(34, 211, 238, 0.22), transparent 25rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #08172b 0%, #0a2138 54%, #07111f 100%) !important;
  background-size: auto, auto, 42px 42px, 42px 42px, auto !important;
  border: 1px solid rgba(187, 220, 255, 0.18) !important;
  box-shadow: 0 34px 90px rgba(7, 21, 39, 0.28) !important;
}

body.intel-home .hero::before,
body.seo-page .seo-hero::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(34, 211, 238, 0.08) 46%, transparent 52%),
    radial-gradient(circle at 70% 46%, transparent 0 5.2rem, rgba(34, 211, 238, 0.08) 5.3rem 5.38rem, transparent 5.48rem 8rem, rgba(96, 165, 250, 0.08) 8.06rem 8.14rem, transparent 8.28rem);
  opacity: 0.82;
}

body.intel-home .hero > *,
body.seo-page .seo-hero > * {
  position: relative;
  z-index: 1;
}

body.intel-home .hero h1,
body.seo-page .seo-hero h1 {
  color: #ffffff !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body.intel-home .hero h1 {
  max-width: 9.4em;
  font-size: clamp(44px, 5.2vw, 62px);
  line-height: 1.04;
}

body.intel-home .hero-subtitle,
body.intel-home .hero .eyebrow,
body.intel-home .hero p,
body.seo-page .seo-hero p,
body.seo-page .seo-hero .eyebrow,
body.seo-page .seo-hero .breadcrumb {
  color: rgba(231, 242, 255, 0.84) !important;
}

body.intel-home .hero-search {
  background: rgba(255, 255, 255, 0.13) !important;
  border: 1px solid rgba(210, 230, 255, 0.28) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(20px);
}

body.intel-home .hero-search:focus-within {
  border-color: rgba(34, 211, 238, 0.72) !important;
  box-shadow: 0 28px 80px rgba(14, 165, 233, 0.22), 0 0 0 4px rgba(14, 165, 233, 0.14) !important;
}

body.intel-home .hero-search input {
  color: #ffffff !important;
  background: transparent !important;
}

body.intel-home .hero-search input::placeholder {
  color: rgba(231, 242, 255, 0.7) !important;
}

body.intel-home .metric-card,
body.intel-home .trust-card,
body.intel-home .route-card,
body.intel-home .workflow-card,
body.intel-home .category-card,
body.intel-home .site-card,
body.intel-home .directory-card,
body.intel-home .seo-card,
body.intel-home .topic-card,
body.seo-page .seo-card,
body.seo-page .topic-card,
body.seo-page .directory-card,
body.seo-page .lab-card,
body.seo-page .provider-card,
body.seo-page .lead-box,
body.seo-page .report-card,
body.seo-page .request-form,
body.seo-page .request-form-wrap aside,
body.seo-page .form-success-card,
body.seo-page .faq-list article,
body.seo-page .methodology-list article,
body.seo-page .compare-table {
  color: var(--v2-ink) !important;
  background: var(--v2-paper) !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 18px 46px rgba(22, 36, 56, 0.08) !important;
  backdrop-filter: blur(14px);
}

body.intel-home .metric-card:hover,
body.intel-home .trust-card:hover,
body.intel-home .route-card:hover,
body.intel-home .workflow-card:hover,
body.intel-home .category-card:hover,
body.intel-home .site-card:hover,
body.seo-page .seo-card:hover,
body.seo-page .directory-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.32) !important;
  box-shadow: 0 24px 58px rgba(22, 36, 56, 0.12) !important;
}

body.intel-home .section-head h2,
body.intel-home .category-header h2,
body.intel-home h2,
body.intel-home h3,
body.seo-page h2,
body.seo-page h3,
body.seo-page .request-form-wrap h2,
body.seo-page .seo-card h3,
body.seo-page .directory-card h3 {
  color: var(--v2-ink) !important;
}

body.intel-home .section-head p,
body.intel-home .category-header p,
body.intel-home .site-card p,
body.intel-home .route-card p,
body.intel-home .workflow-card p,
body.intel-home .trust-card p,
body.intel-home .metric-card p,
body.seo-page p,
body.seo-page li,
body.seo-page td,
body.seo-page .seo-card p,
body.seo-page .directory-card p,
body.seo-page .request-form-wrap p {
  color: var(--v2-muted) !important;
}

body.intel-home .split-hub,
body.intel-home .weekly-intel,
body.intel-home .lead-box.final,
body.intel-home .seo-matrix {
  color: #edf6ff !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(37, 99, 235, 0.26), transparent 24rem),
    linear-gradient(135deg, #08172b, #0c2036 58%, #07111f) !important;
  border: 1px solid rgba(187, 220, 255, 0.16) !important;
  box-shadow: 0 28px 80px rgba(7, 21, 39, 0.20) !important;
}

body.intel-home .split-hub h2,
body.intel-home .weekly-intel h2,
body.intel-home .lead-box.final h2,
body.intel-home .seo-matrix h2 {
  color: #ffffff !important;
}

body.intel-home .split-hub p,
body.intel-home .weekly-intel p,
body.intel-home .lead-box.final p,
body.intel-home .seo-matrix p {
  color: rgba(231, 242, 255, 0.78) !important;
}

body.intel-home .primary-link,
body.seo-page .primary-link,
body.intel-home .request-form button[type="submit"],
body.seo-page .request-form button[type="submit"] {
  min-height: 44px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 58%, #1d4ed8 100%) !important;
  border: 1px solid rgba(147, 197, 253, 0.6) !important;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.28) !important;
}

body.intel-home .primary-link:hover,
body.seo-page .primary-link:hover,
body.intel-home .request-form button[type="submit"]:hover,
body.seo-page .request-form button[type="submit"]:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

body.intel-home .ghost-link,
body.intel-home .secondary-link,
body.seo-page .ghost-link,
body.seo-page .secondary-link,
body.intel-home .visit-link,
body.seo-page .visit-link,
body.intel-home .text-action,
body.seo-page .text-action {
  min-height: 44px;
  color: var(--v2-ink-2) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 10px 26px rgba(22, 36, 56, 0.06) !important;
}

body.intel-home .ghost-link:hover,
body.intel-home .secondary-link:hover,
body.seo-page .ghost-link:hover,
body.seo-page .secondary-link:hover,
body.intel-home .visit-link:hover,
body.seo-page .visit-link:hover,
body.intel-home .text-action:hover,
body.seo-page .text-action:hover {
  color: var(--v2-blue) !important;
  background: #ffffff !important;
  border-color: rgba(37, 99, 235, 0.38) !important;
  transform: translateY(-2px);
}

body.intel-home .card-actions a,
body.intel-home .card-actions button,
body.seo-page .card-actions a,
body.seo-page .card-actions button {
  min-height: 40px;
  color: var(--v2-ink-2) !important;
  background: #ffffff !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 8px 18px rgba(22, 36, 56, 0.05) !important;
}

body.intel-home .card-actions a:hover,
body.intel-home .card-actions button:hover,
body.seo-page .card-actions a:hover,
body.seo-page .card-actions button:hover {
  color: var(--v2-blue) !important;
  background: #f4f8ff !important;
  border-color: rgba(37, 99, 235, 0.42) !important;
}

body.intel-home .card-actions a:first-child,
body.seo-page .card-actions a:first-child {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  border-color: rgba(147, 197, 253, 0.56) !important;
}

body.seo-page .seo-main {
  max-width: 1120px !important;
  color: var(--v2-ink);
  background: transparent !important;
}

body.seo-page .page-nav,
body.seo-page .mobile-action-bar {
  color: var(--v2-ink);
  background: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 18px 42px rgba(22, 36, 56, 0.08) !important;
  backdrop-filter: blur(18px);
}

body.seo-page .page-nav .primary-link,
body.seo-page .page-nav .ghost-link,
body.seo-page .page-nav .secondary-link {
  min-height: 42px;
  white-space: nowrap;
}

body.seo-page .request-form-wrap {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 22px 58px rgba(22, 36, 56, 0.09) !important;
}

body.seo-page .request-form label,
body.intel-home .request-form label {
  color: var(--v2-ink-2) !important;
}

body.seo-page .request-form input,
body.seo-page .request-form select,
body.seo-page .request-form textarea,
body.intel-home .request-form input,
body.intel-home .request-form select,
body.intel-home .request-form textarea {
  color: var(--v2-ink) !important;
  background: #f8fbff !important;
  border: 1px solid rgba(91, 114, 143, 0.26) !important;
  box-shadow: inset 0 1px 2px rgba(22, 36, 56, 0.03) !important;
}

body.seo-page .request-form input:focus,
body.seo-page .request-form select:focus,
body.seo-page .request-form textarea:focus,
body.intel-home .request-form input:focus,
body.intel-home .request-form select:focus,
body.intel-home .request-form textarea:focus {
  outline: none !important;
  color: var(--v2-ink) !important;
  background: #ffffff !important;
  border-color: rgba(37, 99, 235, 0.62) !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}

body.seo-page .request-form option {
  color: var(--v2-ink);
  background: #ffffff;
}

body.seo-page .score-grid article,
body.intel-home .score-grid article,
body.seo-page .compact-score article,
body.intel-home .compact-score article {
  color: var(--v2-ink) !important;
  background: #ffffff !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 16px 38px rgba(22, 36, 56, 0.08) !important;
}

body.seo-page .score-grid span,
body.intel-home .score-grid span,
body.seo-page .compact-score span,
body.intel-home .compact-score span {
  color: var(--v2-blue) !important;
}

body.seo-page .score-grid strong,
body.intel-home .score-grid strong,
body.seo-page .compact-score strong,
body.intel-home .compact-score strong {
  color: var(--v2-ink) !important;
}

body.seo-page .decision-score span,
body.intel-home .decision-score span {
  color: #5f7ea1 !important;
}

body.seo-page .decision-score strong,
body.intel-home .decision-score strong {
  color: rgba(37, 99, 235, 0.32) !important;
}

body.seo-page .decision-score i,
body.intel-home .decision-score i {
  background: linear-gradient(90deg, #34d399 var(--score), #e6edf5 var(--score)) !important;
}

body.intel-home .status-pill,
body.seo-page .status-pill,
body.intel-home .risk-badge,
body.seo-page .risk-badge,
body.intel-home .category-pill,
body.seo-page .category-pill,
body.intel-home .tag,
body.seo-page .tag {
  color: var(--v2-ink-2) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(91, 114, 143, 0.18) !important;
}

body.intel-home .status-available,
body.seo-page .status-available,
body.intel-home .status-ok,
body.seo-page .status-ok {
  color: #047857 !important;
  background: rgba(16, 185, 129, 0.13) !important;
  border-color: rgba(16, 185, 129, 0.32) !important;
}

body.intel-home .status-unstable,
body.seo-page .status-unstable,
body.intel-home .status-warning,
body.seo-page .status-warning {
  color: var(--v2-amber) !important;
  background: rgba(245, 158, 11, 0.14) !important;
  border-color: rgba(245, 158, 11, 0.34) !important;
}

body.intel-home .status-risk,
body.seo-page .status-risk,
body.intel-home .risk-high,
body.seo-page .risk-high {
  color: var(--v2-red) !important;
  background: rgba(239, 68, 68, 0.12) !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
}

body.intel-home .icon-chip,
body.seo-page .icon-chip {
  color: var(--v2-blue) !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(34, 211, 238, 0.22), transparent 54%),
    rgba(37, 99, 235, 0.09) !important;
  border: 1px solid rgba(37, 99, 235, 0.18) !important;
}

body.intel-home .skeleton,
body.seo-page .skeleton {
  background: linear-gradient(90deg, #edf3fa, #f9fbfe, #edf3fa) !important;
  background-size: 220% 100% !important;
}

@media (max-width: 960px) {
  body.intel-home .side-nav {
    background: rgba(255, 255, 255, 0.96) !important;
  }
}

@media (max-width: 640px) {
  body.intel-home,
  body.seo-page {
    background:
      radial-gradient(circle at 16% 0%, rgba(96, 165, 250, 0.18), transparent 20rem),
      linear-gradient(180deg, #eef4fb 0%, #f8fafc 52%, #ffffff 100%) !important;
  }

  body.intel-home .hero {
    padding: 24px 18px 22px;
  }

  body.intel-home .hero h1 {
    max-width: 8.9em;
    font-size: 32px;
    line-height: 1.08;
  }

  body.intel-home .hero-search {
    min-height: 54px;
  }

  body.intel-home .hero-actions {
    gap: 10px;
  }

  body.intel-home .hero-actions a,
  body.seo-page .page-nav a,
  body.seo-page .mobile-action-bar a,
  body.seo-page .mobile-action-bar button {
    min-height: 48px;
  }

  body.seo-page .seo-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 14px 86px !important;
  }

  body.seo-page .page-nav {
    margin-inline: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  body.seo-page .request-form,
  body.seo-page .request-form-wrap {
    grid-template-columns: 1fr !important;
  }

  body.intel-home .data-trust,
  body.intel-home .metric-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Visual System v2 final cascade: light-and-dark premium SaaS intelligence. */
body.intel-home,
body.seo-page {
  color: var(--vs-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(76, 137, 255, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 4%, rgba(24, 199, 193, 0.12), transparent 24rem),
    linear-gradient(180deg, #f7fbff 0%, #eef4fb 34%, #f9fbfd 62%, #edf3f9 100%) !important;
  font-family: Inter, "SF Pro Text", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

body.intel-home::before,
body.seo-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(57, 91, 130, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(57, 91, 130, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.58) 34%, transparent 78%);
}

body.intel-home .side-nav {
  background: rgba(255, 255, 255, 0.80) !important;
  border-right: 1px solid var(--vs-line) !important;
  box-shadow: 16px 0 45px rgba(15, 34, 61, 0.06) !important;
  backdrop-filter: blur(22px);
}

body.intel-home .topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 251, 255, 0.78) !important;
  border-bottom: 1px solid rgba(118, 139, 166, 0.20) !important;
  backdrop-filter: blur(18px);
}

body.intel-home .intel-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #f7fbff;
  background:
    radial-gradient(circle at 14% 8%, rgba(89, 151, 255, 0.34), transparent 25rem),
    radial-gradient(circle at 78% 10%, rgba(24, 199, 193, 0.20), transparent 22rem),
    linear-gradient(90deg, rgba(96, 137, 185, 0.09) 1px, transparent 1px),
    linear-gradient(180deg, rgba(96, 137, 185, 0.075) 1px, transparent 1px),
    linear-gradient(135deg, #081629 0%, #0d1b32 46%, #142846 100%) !important;
  background-size: auto, auto, 46px 46px, 46px 46px, auto !important;
  border: 1px solid rgba(156, 184, 222, 0.30) !important;
  border-radius: 30px !important;
  box-shadow: 0 34px 90px rgba(17, 37, 67, 0.25) !important;
}

body.intel-home .intel-hero::before {
  content: "";
  position: absolute;
  inset: 6%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 0 58%, rgba(92, 148, 255, 0.16) 59%, transparent 60%),
    linear-gradient(120deg, transparent 0 46%, rgba(24, 199, 193, 0.15) 47%, transparent 48%),
    linear-gradient(24deg, transparent 0 55%, rgba(77, 132, 240, 0.12) 56%, transparent 57%);
  opacity: 0.72;
}

body.intel-home .hero h1 {
  color: #f7fbff !important;
  font-size: clamp(48px, 6vw, 80px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body.intel-home .hero-subtitle {
  color: #c4d4eb !important;
  font-size: 18px;
  line-height: 1.85;
}

body.intel-home .hero-search {
  max-width: 720px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.065)) !important;
  border: 1px solid rgba(196, 218, 250, 0.30) !important;
  border-radius: 18px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 52px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(20px);
}

body.intel-home .hero-search:focus-within {
  border-color: rgba(83, 157, 255, 0.82) !important;
  box-shadow: 0 0 0 5px rgba(59, 130, 246, 0.16), 0 28px 58px rgba(23, 58, 112, 0.35) !important;
}

body.intel-home .hero-search input {
  color: #ffffff !important;
  background: rgba(5, 12, 24, 0.52) !important;
  border: 1px solid rgba(196, 218, 250, 0.22) !important;
}

body.intel-home .data-trust-band,
body.intel-home .announcement-panel,
body.intel-home .control-strip,
body.intel-home .smart-panel,
body.intel-home .trust-section,
body.intel-home .monetize-section,
body.intel-home .directory-section,
body.intel-home .site-sections {
  color: var(--vs-ink) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid var(--vs-line) !important;
  border-radius: 22px !important;
  box-shadow: var(--vs-shadow-soft) !important;
  backdrop-filter: blur(16px);
}

body.intel-home .route-section a,
body.intel-home .mainland-section article,
body.intel-home .hub-grid a,
body.intel-home .workflow-card,
body.intel-home .site-card,
body.intel-home .mega-directory a,
body.intel-home .suggestion-card,
body.intel-home .trust-grid div,
body.intel-home .monetize-grid a,
body.seo-page .seo-card,
body.seo-page .methodology-grid article,
body.seo-page .methodology-list article,
body.seo-page .lead-box,
body.seo-page .request-form,
body.seo-page .request-form-wrap aside,
body.seo-page .faq-list article {
  color: var(--vs-ink) !important;
  background: #ffffff !important;
  border: 1px solid var(--vs-line) !important;
  border-radius: 18px !important;
  box-shadow: var(--vs-shadow-card) !important;
}

body.intel-home .route-section a:hover,
body.intel-home .mainland-section article:hover,
body.intel-home .hub-grid a:hover,
body.intel-home .workflow-card:hover,
body.intel-home .site-card:hover,
body.intel-home .mega-directory a:hover,
body.intel-home .suggestion-card:hover,
body.intel-home .monetize-grid a:hover {
  border-color: rgba(37, 99, 235, 0.34) !important;
  box-shadow: 0 18px 48px rgba(21, 39, 66, 0.13) !important;
  transform: translateY(-4px);
}

body.intel-home .split-hub,
body.intel-home .weekly-intel,
body.seo-page .seo-hero,
body.seo-page .report-hero {
  color: #f7fbff !important;
  background:
    linear-gradient(90deg, rgba(96, 137, 185, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(96, 137, 185, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #0b1728, #10233e) !important;
  background-size: 42px 42px, 42px 42px, auto !important;
  border: 1px solid rgba(156, 184, 222, 0.22) !important;
  border-radius: 24px !important;
  box-shadow: 0 26px 70px rgba(17, 37, 67, 0.18) !important;
}

body.intel-home .mainland-section {
  color: var(--vs-ink) !important;
  background: linear-gradient(180deg, #ffffff, #f5f9ff) !important;
  border: 1px solid var(--vs-line) !important;
  border-radius: 24px !important;
  box-shadow: var(--vs-shadow-soft) !important;
}

body.intel-home h2,
body.intel-home h3,
body.intel-home .site-name strong,
body.intel-home .route-section strong,
body.intel-home .hub-grid strong,
body.intel-home .workflow-card strong,
body.intel-home .mega-directory strong,
body.seo-page h2,
body.seo-page h3,
body.seo-page .seo-card h2,
body.seo-page .seo-card h2 a {
  color: var(--vs-ink) !important;
}

body.intel-home p,
body.intel-home .site-desc,
body.intel-home .decision-audience,
body.intel-home .section-head p,
body.intel-home .data-trust-band p,
body.intel-home .meta-row span,
body.seo-page p,
body.seo-page li,
body.seo-page td {
  color: var(--vs-muted) !important;
}

body.intel-home .split-hub h2,
body.intel-home .weekly-intel h2,
body.seo-page .seo-hero h1,
body.seo-page .seo-hero h2,
body.seo-page .seo-hero strong {
  color: #ffffff !important;
}

body.intel-home .split-hub p,
body.intel-home .weekly-intel p,
body.seo-page .seo-hero p,
body.seo-page .report-hero p {
  color: #c2d1e8 !important;
}

.primary-link,
body.intel-home .primary-link,
body.seo-page .primary-link {
  min-height: 44px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2f8cff 0%, #2563eb 58%, #1749c7 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 12px !important;
  box-shadow: var(--vs-shadow-blue) !important;
}

.ghost-link,
.secondary-link,
body.intel-home .ghost-link,
body.intel-home .secondary-link,
body.seo-page .ghost-link,
body.seo-page .secondary-link {
  min-height: 44px;
  color: var(--vs-ink-2) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid var(--vs-line-strong) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 22px rgba(21, 39, 66, 0.06) !important;
}

body.intel-home .hero-ghost {
  color: #eaf3ff !important;
  background: rgba(255, 255, 255, 0.10) !important;
  border-color: rgba(196, 218, 250, 0.28) !important;
}

body.intel-home .status-pill.ok,
body.seo-page .status-pill.ok,
body.intel-home .mainland-chip.friendly,
body.intel-home .mainland-chip.direct,
body.intel-home .risk-low {
  color: #0f6b55 !important;
  background: #e8f7f2 !important;
  border-color: #bfe9dc !important;
}

body.intel-home .status-pill.mixed,
body.seo-page .status-pill.mixed,
body.intel-home .risk-medium {
  color: #85550f !important;
  background: #fff4dc !important;
  border-color: #f3d394 !important;
}

body.intel-home .status-pill.blocked,
body.seo-page .status-pill.blocked,
body.intel-home .risk-high {
  color: #9b2f3b !important;
  background: #fff0f1 !important;
  border-color: #f0b7bd !important;
}

body.intel-home .mobile-action-bar,
body.seo-page .mobile-action-bar {
  background: rgba(255, 255, 255, 0.90) !important;
  border: 1px solid rgba(118, 139, 166, 0.24) !important;
  box-shadow: 0 -10px 32px rgba(21, 39, 66, 0.12) !important;
  backdrop-filter: blur(18px);
}

@media (max-width: 640px) {
  body.intel-home .hero h1 {
    font-size: 34px !important;
    line-height: 1.04 !important;
  }

  body.intel-home .data-trust-band {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Visual System v2: premium B2B intelligence platform, not a dark directory. */
:root {
  --vs-bg: #f4f7fb;
  --vs-bg-soft: #eef4fb;
  --vs-paper: rgba(255, 255, 255, 0.94);
  --vs-paper-solid: #ffffff;
  --vs-paper-blue: #f7fbff;
  --vs-ink: #102033;
  --vs-ink-2: #334a62;
  --vs-muted: #63758c;
  --vs-faint: #8a9bb0;
  --vs-line: rgba(118, 139, 166, 0.22);
  --vs-line-strong: rgba(67, 92, 125, 0.28);
  --vs-navy: #071222;
  --vs-navy-2: #0d1b32;
  --vs-navy-3: #132642;
  --vs-blue: #2563eb;
  --vs-blue-2: #3b82f6;
  --vs-cyan: #18c7c1;
  --vs-mint: #1aa987;
  --vs-amber: #bf7f18;
  --vs-purple: #6d5dfc;
  --vs-red: #c74b55;
  --vs-gold: #c8953d;
  --vs-radius-xs: 8px;
  --vs-radius-sm: 12px;
  --vs-radius-md: 16px;
  --vs-radius-lg: 24px;
  --vs-shadow-soft: 0 18px 50px rgba(21, 39, 66, 0.10);
  --vs-shadow-card: 0 12px 34px rgba(22, 40, 68, 0.08);
  --vs-shadow-blue: 0 18px 42px rgba(37, 99, 235, 0.22);
  --vs-ease: 180ms cubic-bezier(.2,.8,.2,1);
}

body.intel-home,
body.seo-page {
  color: var(--vs-ink);
  background:
    radial-gradient(circle at 8% 0%, rgba(76, 137, 255, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 4%, rgba(24, 199, 193, 0.12), transparent 24rem),
    linear-gradient(180deg, #f7fbff 0%, #eef4fb 34%, #f9fbfd 62%, #edf3f9 100%);
  font-family: Inter, "SF Pro Text", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

body.intel-home::before,
body.seo-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(57, 91, 130, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(57, 91, 130, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.65) 38%, transparent 78%);
}

body.intel-home a,
body.seo-page a,
button,
input,
select,
textarea {
  transition: color var(--vs-ease), background var(--vs-ease), border-color var(--vs-ease), box-shadow var(--vs-ease), transform var(--vs-ease), opacity var(--vs-ease);
}

body.intel-home .app-shell {
  grid-template-columns: 268px minmax(0, 1fr);
}

body.intel-home .main {
  max-width: 1240px;
  padding: 0 28px 72px;
}

body.intel-home .side-nav {
  background: rgba(255, 255, 255, 0.78);
  border-right: 1px solid var(--vs-line);
  box-shadow: 16px 0 45px rgba(15, 34, 61, 0.06);
  backdrop-filter: blur(22px);
}

body.intel-home .brand {
  color: var(--vs-ink);
}

body.intel-home .brand-mark {
  background:
    radial-gradient(circle at 30% 20%, rgba(24, 199, 193, 0.32), transparent 45%),
    linear-gradient(135deg, #0b1b31, #18385f);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 12px 28px rgba(20, 45, 76, 0.16);
}

body.intel-home .brand small,
body.intel-home .side-title,
body.intel-home .side-catalog span,
body.intel-home .side-note span {
  color: var(--vs-muted);
}

body.intel-home .side-catalog a {
  color: var(--vs-ink-2);
  border-radius: var(--vs-radius-xs);
}

body.intel-home .side-catalog a:hover {
  color: var(--vs-blue);
  background: rgba(37, 99, 235, 0.08);
  transform: translateX(3px);
}

body.intel-home .side-note {
  color: var(--vs-ink-2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 250, 255, 0.82));
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-card);
}

body.intel-home .topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  margin: 0 -28px 28px;
  padding: 18px 28px;
  background: rgba(247, 251, 255, 0.76);
  border-bottom: 1px solid rgba(118, 139, 166, 0.2);
  backdrop-filter: blur(18px);
}

body.intel-home .top-links a,
body.intel-home .top-meta {
  color: var(--vs-muted);
}

body.intel-home .top-links a:hover {
  color: var(--vs-blue);
}

body.intel-home .icon-btn {
  color: var(--vs-ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--vs-line-strong);
  box-shadow: var(--vs-shadow-card);
}

body.intel-home .intel-hero {
  position: relative;
  min-height: 650px;
  margin-top: 8px;
  padding: clamp(34px, 5vw, 66px);
  overflow: hidden;
  color: #f7fbff;
  background:
    radial-gradient(circle at 14% 8%, rgba(89, 151, 255, 0.34), transparent 25rem),
    radial-gradient(circle at 78% 10%, rgba(24, 199, 193, 0.20), transparent 22rem),
    linear-gradient(90deg, rgba(96, 137, 185, 0.09) 1px, transparent 1px),
    linear-gradient(180deg, rgba(96, 137, 185, 0.075) 1px, transparent 1px),
    linear-gradient(135deg, #081629 0%, #0d1b32 46%, #142846 100%);
  background-size: auto, auto, 46px 46px, 46px 46px, auto;
  border: 1px solid rgba(156, 184, 222, 0.30);
  border-radius: 30px;
  box-shadow: 0 34px 90px rgba(17, 37, 67, 0.25);
}

body.intel-home .intel-hero::before {
  content: "";
  position: absolute;
  inset: 6%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at center, transparent 0 58%, rgba(92, 148, 255, 0.16) 59%, transparent 60%),
    linear-gradient(120deg, transparent 0 46%, rgba(24, 199, 193, 0.15) 47%, transparent 48%),
    linear-gradient(24deg, transparent 0 55%, rgba(77, 132, 240, 0.12) 56%, transparent 57%);
  opacity: 0.72;
}

body.intel-home .intel-hero > * {
  position: relative;
  z-index: 1;
}

body.intel-home .eyebrow,
body.intel-home .section-kicker,
body.seo-page .section-kicker {
  width: fit-content;
  padding: 6px 10px;
  color: var(--vs-cyan);
  background: rgba(24, 199, 193, 0.10);
  border: 1px solid rgba(24, 199, 193, 0.20);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
}

body.intel-home .hero h1 {
  max-width: 10.8em;
  margin-top: 22px;
  color: #f7fbff;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

body.intel-home .hero-subtitle {
  max-width: 710px;
  color: #c4d4eb;
  font-size: 18px;
  line-height: 1.85;
}

body.intel-home .hero-search {
  position: relative;
  max-width: 720px;
  margin-top: 32px;
  padding: 14px;
  color: #dce9fb;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.065));
  border: 1px solid rgba(196, 218, 250, 0.30);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 52px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(20px);
}

body.intel-home .hero-search::before {
  content: "⌘";
  position: absolute;
  right: 24px;
  bottom: 23px;
  color: #8da2bf;
  font-weight: 800;
}

body.intel-home .hero-search:focus-within {
  border-color: rgba(83, 157, 255, 0.82);
  box-shadow: 0 0 0 5px rgba(59, 130, 246, 0.16), 0 28px 58px rgba(23, 58, 112, 0.35);
}

body.intel-home .hero-search span {
  color: #9fb6d4;
  font-size: 13px;
  letter-spacing: 0;
}

body.intel-home .hero-search input {
  min-height: 58px;
  padding-right: 58px;
  color: #ffffff;
  background: rgba(5, 12, 24, 0.52);
  border: 1px solid rgba(196, 218, 250, 0.22);
  border-radius: 13px;
}

body.intel-home .hero-search input::placeholder {
  color: #8ea2bf;
}

body.intel-home .quick-intents {
  max-width: 760px;
}

body.intel-home .quick-intents a,
body.intel-home .inline-links a,
body.intel-home .filter-line button,
body.intel-home .workflow-card,
body.intel-home .text-action {
  color: #dce9fb;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(196, 218, 250, 0.20);
  border-radius: 999px;
}

body.intel-home .quick-intents a:hover,
body.intel-home .inline-links a:hover,
body.intel-home .filter-line button:hover,
body.intel-home .filter-line button.active,
body.intel-home .workflow-card:hover,
body.intel-home .workflow-card.active {
  color: #ffffff;
  background: rgba(59, 130, 246, 0.18);
  border-color: rgba(83, 157, 255, 0.54);
  transform: translateY(-2px);
}

.primary-link,
body.seo-page .primary-link,
body.intel-home .primary-link {
  min-height: 44px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2f8cff 0%, #2563eb 58%, #1749c7 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 12px !important;
  box-shadow: var(--vs-shadow-blue) !important;
}

.primary-link:hover,
body.seo-page .primary-link:hover,
body.intel-home .primary-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 22px 50px rgba(37, 99, 235, 0.30) !important;
}

.ghost-link,
.secondary-link,
body.intel-home .ghost-link,
body.intel-home .secondary-link,
body.seo-page .ghost-link,
body.seo-page .secondary-link {
  min-height: 44px;
  color: var(--vs-ink-2);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--vs-line-strong);
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(21, 39, 66, 0.06);
}

body.intel-home .hero-ghost {
  color: #eaf3ff;
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(196, 218, 250, 0.28);
}

.ghost-link:hover,
.secondary-link:hover,
body.intel-home .ghost-link:hover,
body.intel-home .secondary-link:hover,
body.seo-page .ghost-link:hover,
body.seo-page .secondary-link:hover {
  color: var(--vs-blue);
  background: #ffffff;
  border-color: rgba(37, 99, 235, 0.42);
  transform: translateY(-2px);
}

body.intel-home .hero-data-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  max-width: 820px;
  margin-top: 30px;
}

body.intel-home .hero-data-grid div,
body.intel-home .radar-kpis article,
body.intel-home .home-radar article,
body.intel-home .intel-list a {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(196, 218, 250, 0.18);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.intel-home .hero-data-grid div:hover,
body.intel-home .radar-kpis article:hover,
body.intel-home .home-radar article:hover,
body.intel-home .intel-list a:hover {
  border-color: rgba(83, 157, 255, 0.50);
  transform: translateY(-3px);
}

body.intel-home .hero-data-grid strong {
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 0;
}

body.intel-home .hero-data-grid span,
body.intel-home .radar-kpis span,
body.intel-home .home-radar span,
body.intel-home .intel-list em {
  color: #a9bad0;
}

body.intel-home .radar-terminal {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.065));
  border: 1px solid rgba(196, 218, 250, 0.28);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(22px);
}

body.intel-home .intel-head strong,
body.intel-home .radar-kpis strong,
body.intel-home .home-radar strong,
body.intel-home .intel-list strong {
  color: #ffffff;
}

body.intel-home .home-radar i {
  background: rgba(159, 182, 212, 0.22);
}

body.intel-home .home-radar i::before {
  background: linear-gradient(90deg, var(--vs-cyan), var(--vs-blue-2));
}

body.intel-home .data-trust-band,
body.intel-home .announcement-panel,
body.intel-home .control-strip,
body.intel-home .smart-panel,
body.intel-home .workflow-section,
body.intel-home .directory-section,
body.intel-home .site-sections,
body.intel-home .footer {
  margin-top: 24px;
}

body.intel-home .data-trust-band {
  color: var(--vs-ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--vs-line);
  border-radius: 22px;
  box-shadow: var(--vs-shadow-soft);
  backdrop-filter: blur(18px);
}

body.intel-home .data-trust-band article,
body.intel-home .announcement-panel,
body.intel-home .control-strip,
body.intel-home .smart-panel,
body.intel-home .trust-section,
body.intel-home .monetize-section,
body.intel-home .directory-section,
body.intel-home .site-sections {
  color: var(--vs-ink);
  background: var(--vs-paper);
  border: 1px solid var(--vs-line);
  border-radius: 22px;
  box-shadow: var(--vs-shadow-soft);
}

body.intel-home .data-trust-band span,
body.intel-home .data-trust-band em,
body.intel-home .data-trust-band p,
body.intel-home .section-head p,
body.intel-home .site-desc,
body.intel-home .decision-audience,
body.intel-home .footer span,
body.intel-home .announcement-panel p {
  color: var(--vs-muted);
}

body.intel-home .data-trust-band strong {
  color: var(--vs-blue);
}

body.intel-home .route-section,
body.intel-home .mainland-section,
body.intel-home .hub-section {
  margin-top: 26px;
  color: var(--vs-ink);
}

body.intel-home .route-section a,
body.intel-home .mainland-section article,
body.intel-home .hub-grid a,
body.intel-home .split-hub article,
body.intel-home .workflow-card,
body.intel-home .site-card,
body.intel-home .mega-directory a,
body.intel-home .suggestion-card,
body.intel-home .trust-grid div,
body.intel-home .monetize-grid a {
  position: relative;
  overflow: hidden;
  color: var(--vs-ink);
  background: var(--vs-paper-solid);
  border: 1px solid var(--vs-line);
  border-radius: 18px;
  box-shadow: var(--vs-shadow-card);
}

body.intel-home .route-section a::before,
body.intel-home .hub-grid a::before,
body.intel-home .workflow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 14%, rgba(59, 130, 246, 0.11), transparent 18rem);
  opacity: .85;
}

body.intel-home .route-section a::after,
body.intel-home .hub-grid a::after {
  content: "";
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 14px 0 0;
  color: var(--vs-blue);
  background: linear-gradient(180deg, #f6fbff, #eef5ff);
  border: 1px solid #d9e7f7;
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.10);
}

body.intel-home .route-section a:nth-child(1)::after { content: "⌁"; }
body.intel-home .route-section a:nth-child(2)::after { content: "⌬"; }
body.intel-home .route-section a:nth-child(3)::after { content: "▦"; }
body.intel-home .route-section a:nth-child(4)::after { content: "⌯"; }
body.intel-home .route-section a:nth-child(5)::after { content: "⟡"; }
body.intel-home .route-section a:nth-child(6)::after { content: "↗"; }

body.intel-home .hub-grid a:nth-child(1)::after { content: "¥"; color: var(--vs-mint); }
body.intel-home .hub-grid a:nth-child(2)::after { content: "▣"; }
body.intel-home .hub-grid a:nth-child(3)::after { content: "◎"; color: var(--vs-purple); }
body.intel-home .hub-grid a:nth-child(4)::after { content: "ERP"; font-size: 12px; font-weight: 900; }

body.intel-home .route-section a:hover,
body.intel-home .mainland-section article:hover,
body.intel-home .hub-grid a:hover,
body.intel-home .split-hub article:hover,
body.intel-home .workflow-card:hover,
body.intel-home .site-card:hover,
body.intel-home .mega-directory a:hover,
body.intel-home .suggestion-card:hover,
body.intel-home .monetize-grid a:hover {
  border-color: rgba(37, 99, 235, 0.34);
  box-shadow: 0 18px 48px rgba(21, 39, 66, 0.13);
  transform: translateY(-4px);
}

body.intel-home .route-section strong,
body.intel-home .mainland-section strong,
body.intel-home .hub-grid strong,
body.intel-home .split-hub h2,
body.intel-home .workflow-card strong,
body.intel-home .site-name strong,
body.intel-home .mega-directory strong,
body.intel-home .suggestion-card strong,
body.intel-home .monetize-grid strong {
  color: var(--vs-ink);
}

body.intel-home .route-section p,
body.intel-home .mainland-section p,
body.intel-home .mainland-section em,
body.intel-home .hub-grid p,
body.intel-home .split-hub p,
body.intel-home .workflow-card small,
body.intel-home .workflow-card em,
body.intel-home .mega-directory p,
body.intel-home .monetize-grid span {
  color: var(--vs-muted);
}

body.intel-home .route-section span,
body.intel-home .hub-grid span,
body.intel-home .split-hub .section-kicker {
  color: var(--vs-blue);
}

body.intel-home .mainland-section {
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 90% 2%, rgba(24, 199, 193, 0.12), transparent 22rem),
    linear-gradient(180deg, #ffffff, #f5f9ff);
  border: 1px solid var(--vs-line);
  border-radius: 24px;
  box-shadow: var(--vs-shadow-soft);
}

body.intel-home .split-hub,
body.intel-home .weekly-intel {
  padding: clamp(24px, 4vw, 42px);
  color: #f7fbff;
  background:
    linear-gradient(90deg, rgba(96, 137, 185, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(96, 137, 185, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #0b1728, #10233e);
  background-size: 42px 42px, 42px 42px, auto;
  border: 1px solid rgba(156, 184, 222, 0.22);
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(17, 37, 67, 0.18);
}

body.intel-home .weekly-intel::before {
  content: "不知道怎么选？提交你的业务阶段、预算和卡点，我们帮你拆工具栈。";
  display: block;
  grid-column: 1 / -1;
  max-width: 760px;
  color: #f7fbff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

body.intel-home .split-hub article,
body.intel-home .weekly-intel > div {
  color: #f7fbff;
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(196, 218, 250, 0.18);
}

body.intel-home .split-hub h2,
body.intel-home .weekly-intel h2 {
  color: #ffffff;
}

body.intel-home .split-hub p,
body.intel-home .weekly-intel p {
  color: #bfd0e7;
}

body.intel-home .smart-panel,
body.intel-home .workflow-section,
body.intel-home .directory-section,
body.intel-home .site-sections,
body.intel-home .trust-section,
body.intel-home .monetize-section {
  padding: clamp(22px, 3vw, 34px);
}

body.intel-home .site-card {
  min-height: 360px;
  padding: 20px;
}

body.intel-home .site-top {
  align-items: center;
}

body.intel-home .logo-wrap,
body.intel-home .mini-logo {
  background: #ffffff;
  border: 1px solid var(--vs-line);
  box-shadow: 0 10px 24px rgba(21, 39, 66, 0.08);
}

body.intel-home .decision-score {
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
  border: 1px solid var(--vs-line);
  border-radius: 14px;
}

body.intel-home .decision-score span {
  color: var(--vs-muted);
}

body.intel-home .decision-score strong {
  color: var(--vs-blue);
}

body.intel-home .decision-score i,
body.intel-home .decision-score i::before {
  border-radius: 999px;
}

body.intel-home .decision-score i {
  background: #dce7f5;
}

body.intel-home .decision-score i::before {
  background: linear-gradient(90deg, var(--vs-mint), var(--vs-blue-2));
}

body.intel-home .meta-row span,
body.intel-home .decision-tags span,
body.intel-home .status-pill,
body.seo-page .status-pill {
  color: #4b5f78;
  background: #f1f5f9;
  border: 1px solid #dce5ef;
}

body.intel-home .status-pill.ok,
body.seo-page .status-pill.ok,
body.intel-home .mainland-chip.friendly,
body.intel-home .mainland-chip.direct,
body.intel-home .risk-low {
  color: #0f6b55 !important;
  background: #e8f7f2 !important;
  border-color: #bfe9dc !important;
}

body.intel-home .status-pill.mixed,
body.seo-page .status-pill.mixed,
body.intel-home .risk-medium {
  color: #85550f !important;
  background: #fff4dc !important;
  border-color: #f3d394 !important;
}

body.intel-home .status-pill.blocked,
body.seo-page .status-pill.blocked,
body.intel-home .risk-high {
  color: #9b2f3b !important;
  background: #fff0f1 !important;
  border-color: #f0b7bd !important;
}

body.intel-home .status-pill.unknown,
body.seo-page .status-pill.unknown,
body.intel-home .mainland-chip.partial {
  color: #44556b !important;
  background: #edf3f8 !important;
  border-color: #d3deea !important;
}

body.intel-home .site-bottom,
body.intel-home .card-actions {
  gap: 9px;
}

body.intel-home .card-actions a,
body.intel-home .visit-link,
body.intel-home .detail-btn {
  color: var(--vs-blue);
  background: #eef5ff;
  border: 1px solid #d6e6ff;
  border-radius: 10px;
}

body.intel-home .card-actions a:hover,
body.intel-home .visit-link:hover,
body.intel-home .detail-btn:hover {
  color: #ffffff;
  background: var(--vs-blue);
  border-color: var(--vs-blue);
}

body.intel-home .control-strip {
  position: sticky;
  top: 76px;
  z-index: 25;
  backdrop-filter: blur(18px);
}

body.intel-home .filter-line span,
body.intel-home .control-head span {
  color: var(--vs-muted);
}

body.intel-home .filter-line button {
  color: var(--vs-ink-2);
  background: #f5f9ff;
  border-color: #dce7f5;
}

body.intel-home .filter-line button.active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--vs-blue-2), var(--vs-blue));
  border-color: var(--vs-blue);
}

body.intel-home .request-form-wrap,
body.seo-page .request-form-wrap {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--vs-line);
  border-radius: 22px;
  box-shadow: var(--vs-shadow-soft);
}

body.intel-home .request-form,
body.seo-page .request-form {
  background: #ffffff;
  border: 1px solid var(--vs-line);
  border-radius: 18px;
}

.request-form input,
.request-form select,
.request-form textarea,
body.seo-page .request-form input,
body.seo-page .request-form select,
body.seo-page .request-form textarea {
  min-height: 46px;
  color: var(--vs-ink);
  background: #f8fbff;
  border: 1px solid #d7e3f0;
  border-radius: 10px;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus,
body.seo-page .request-form input:focus,
body.seo-page .request-form select:focus,
body.seo-page .request-form textarea:focus {
  outline: none;
  background: #ffffff;
  border-color: rgba(37, 99, 235, 0.62);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.13);
}

.request-form label,
body.seo-page .request-form label {
  color: var(--vs-ink-2);
}

body.seo-page {
  --ink: var(--vs-ink);
  --muted: var(--vs-muted);
  --line: var(--vs-line);
  background:
    radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.12), transparent 26rem),
    linear-gradient(180deg, #f7fbff, #edf3f9 42%, #fbfcfe);
}

body.seo-page .seo-main {
  max-width: 1120px;
}

body.seo-page .page-nav,
body.seo-page .mobile-action-bar {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--vs-line);
  box-shadow: var(--vs-shadow-card);
  backdrop-filter: blur(16px);
}

body.seo-page .seo-hero,
body.seo-page .report-hero {
  color: #f7fbff;
  background:
    radial-gradient(circle at 14% 0%, rgba(83, 157, 255, 0.24), transparent 24rem),
    linear-gradient(90deg, rgba(96, 137, 185, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(96, 137, 185, 0.07) 1px, transparent 1px),
    linear-gradient(135deg, #0b1728, #122a4b);
  background-size: auto, 42px 42px, 42px 42px, auto;
  border: 1px solid rgba(156, 184, 222, 0.26);
  border-radius: 24px;
  box-shadow: 0 24px 68px rgba(17, 37, 67, 0.18);
}

body.seo-page .seo-hero h1,
body.seo-page .seo-hero h2,
body.seo-page .seo-hero strong,
body.seo-page .report-hero h1,
body.seo-page .report-hero strong {
  color: #ffffff;
}

body.seo-page .seo-hero p,
body.seo-page .report-hero p {
  color: #c2d1e8;
}

body.seo-page .seo-panel,
body.seo-page .seo-card,
body.seo-page .methodology-list article,
body.seo-page .methodology-grid article,
body.seo-page .score-grid article,
body.seo-page .lead-box,
body.seo-page .faq-list article,
body.seo-page .provider-grid article,
body.seo-page .lab-grid a,
body.seo-page .lab-report article,
body.seo-page .radar-grid article,
body.seo-page .calculator-shell,
body.seo-page .compare-table,
body.seo-page .request-form-wrap aside,
body.seo-page .form-success-card {
  color: var(--vs-ink);
  background: var(--vs-paper-solid);
  border: 1px solid var(--vs-line);
  border-radius: 18px;
  box-shadow: var(--vs-shadow-card);
}

body.seo-page .methodology-grid h2,
body.seo-page .methodology-list h2,
body.seo-page .seo-card h2,
body.seo-page .seo-card h2 a,
body.seo-page .lead-box h2,
body.seo-page .request-form-wrap h2,
body.seo-page h2,
body.seo-page h3 {
  color: var(--vs-ink);
}

body.seo-page .methodology-grid p,
body.seo-page .methodology-list p,
body.seo-page .methodology-list li,
body.seo-page .seo-card p,
body.seo-page .lead-box p,
body.seo-page .request-form-wrap p,
body.seo-page p,
body.seo-page li,
body.seo-page td {
  color: var(--vs-muted);
}

body.seo-page .risk-score-card {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(196, 218, 250, 0.18);
}

body.seo-page .risk-score-card span,
body.seo-page .risk-score-card p {
  color: #bfd0e7;
}

body.seo-page .risk-score-card strong {
  color: #ffffff;
}

.mobile-action-bar {
  backdrop-filter: blur(18px);
}

body.intel-home .mobile-action-bar,
body.seo-page .mobile-action-bar {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(118, 139, 166, 0.24);
  box-shadow: 0 -10px 32px rgba(21, 39, 66, 0.12);
}

body.intel-home .mobile-action-bar a,
body.seo-page .mobile-action-bar a {
  min-height: 44px;
  color: var(--vs-ink-2);
  border-radius: 12px;
}

body.intel-home .mobile-action-bar a:last-child,
body.seo-page .mobile-action-bar a:last-child {
  color: #ffffff;
  background: linear-gradient(135deg, var(--vs-blue-2), var(--vs-blue));
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
}

@keyframes vsFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

body.intel-home .intel-hero,
body.intel-home .data-trust-band,
body.intel-home .route-section,
body.intel-home .mainland-section,
body.intel-home .hub-section,
body.intel-home .smart-panel,
body.intel-home .workflow-section,
body.intel-home .site-sections,
body.seo-page .seo-hero,
body.seo-page .seo-card,
body.seo-page .request-form-wrap {
  animation: vsFadeUp 520ms ease both;
}

@media (max-width: 960px) {
  body.intel-home .app-shell {
    grid-template-columns: 1fr;
  }

  body.intel-home .side-nav {
    background: rgba(255, 255, 255, 0.94);
  }

  body.intel-home .main {
    padding: 0 18px 72px;
  }

  body.intel-home .topbar {
    margin: 0 -18px 18px;
    padding: 14px 18px;
  }

  body.intel-home .intel-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.intel-home .hero-data-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.intel-home .main {
    padding: 0 12px 88px;
  }

  body.intel-home .intel-hero {
    margin-top: 12px;
    padding: 24px 18px;
    border-radius: 22px;
  }

  body.intel-home .hero h1 {
    max-width: 9em;
    margin-top: 18px;
    font-size: 34px;
    line-height: 1.04;
  }

  body.intel-home .hero-subtitle {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.72;
  }

  body.intel-home .hero-search {
    margin-top: 20px;
    padding: 10px;
    border-radius: 16px;
  }

  body.intel-home .hero-search input {
    min-height: 52px;
    font-size: 15px;
  }

  body.intel-home .quick-intents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.intel-home .quick-intents a,
  body.intel-home .hero-actions a {
    min-height: 46px;
    justify-content: center;
    text-align: center;
  }

  body.intel-home .hero-data-grid,
  body.intel-home .radar-kpis,
  body.intel-home .data-trust-band,
  body.intel-home .route-section,
  body.intel-home .mainland-section,
  body.intel-home .hub-grid,
  body.intel-home .split-hub,
  body.intel-home .trust-section,
  body.intel-home .monetize-grid,
  body.intel-home .site-grid,
  body.intel-home .workflow-grid,
  body.seo-page .methodology-grid,
  body.seo-page .seo-grid,
  body.seo-page .request-form-wrap {
    grid-template-columns: 1fr;
  }

  body.intel-home .data-trust-band {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  body.intel-home .data-trust-band p {
    grid-column: 1 / -1;
  }

  body.intel-home .control-strip {
    position: relative;
    top: auto;
  }

  body.intel-home .site-card {
    min-height: auto;
  }

  body.intel-home .mobile-action-bar,
  body.seo-page .mobile-action-bar {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 8px;
    border-radius: 18px;
  }
}

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

body.seo-page {
  --ink: #f3f8ff;
  --muted: #a9bad0;
  --line: rgba(137, 164, 198, 0.22);
  --surface: rgba(13, 22, 36, 0.92);
  --surface-2: rgba(17, 29, 48, 0.92);
}

body.seo-page .seo-hero,
body.seo-page .seo-panel,
body.seo-page .seo-card,
body.seo-page .methodology-list article,
body.seo-page .methodology-grid article,
body.seo-page .lead-box,
body.seo-page .request-form-wrap,
body.seo-page .risk-score-card,
body.seo-page .form-success-card {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(57, 169, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(82, 240, 167, 0.035) 1px, transparent 1px),
    rgba(10, 17, 29, 0.94);
  background-size: 36px 36px, 36px 36px, auto;
  border-color: rgba(137, 164, 198, 0.26);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

body.seo-page .methodology-grid h2,
body.seo-page .methodology-list h2,
body.seo-page .seo-card h2,
body.seo-page .seo-card h2 a,
body.seo-page .seo-hero h1,
body.seo-page .lead-box h2,
body.seo-page .request-form-wrap h2 {
  color: #f3f8ff;
}

body.seo-page .methodology-grid p,
body.seo-page .methodology-list p,
body.seo-page .methodology-list li,
body.seo-page .seo-card p,
body.seo-page .seo-hero p,
body.seo-page .lead-box p,
body.seo-page .request-form-wrap p,
body.seo-page .meta-row span {
  color: #a9bad0;
}

body.seo-page input,
body.seo-page select,
body.seo-page textarea {
  color: #f3f8ff;
  background: rgba(5, 10, 18, 0.86);
  border-color: rgba(137, 164, 198, 0.34);
}

body.seo-page input::placeholder,
body.seo-page textarea::placeholder {
  color: #7f91aa;
}

body.seo-page .page-nav,
body.seo-page .mobile-action-bar {
  background: rgba(6, 11, 20, 0.92);
  border-color: rgba(137, 164, 198, 0.22);
}

body.seo-page .secondary-link,
body.seo-page .ghost-link {
  color: #e8f1ff;
  background: rgba(20, 33, 53, 0.9);
  border-color: rgba(137, 164, 198, 0.32);
}

body.seo-page .secondary-link:hover,
body.seo-page .ghost-link:hover {
  color: #ffffff;
  border-color: rgba(57, 169, 255, 0.68);
  background: rgba(28, 47, 76, 0.96);
}

.section-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  color: #a9bad0;
  background: rgba(9, 16, 28, 0.78);
  border: 1px solid rgba(137, 164, 198, 0.22);
  border-radius: 8px;
}

.section-more span {
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 640px) {
  .section-more {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Executive product-experience upgrade: decision terminal, not link directory. */
body.intel-home .main,
body.seo-page .seo-main {
  isolation: isolate;
}

body.intel-home .intel-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.82fr);
  min-height: 680px;
  align-items: center;
  border: 1px solid rgba(137, 164, 198, 0.24);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.intel-home .hero h1 {
  max-width: 9.8em;
  letter-spacing: 0;
}

body.intel-home .hero-search {
  margin-top: 30px;
  padding: 12px;
  border: 1px solid rgba(137, 164, 198, 0.28);
  background: rgba(5, 10, 18, 0.78);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

body.intel-home .hero-search input {
  min-height: 58px;
  font-size: 16px;
}

.quick-intents,
.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.quick-intents a,
.inline-links a,
.card-actions a {
  color: #c8d8ee;
  text-decoration: none;
  border: 1px solid rgba(137, 164, 198, 0.22);
  background: rgba(137, 164, 198, 0.09);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 13px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.quick-intents a:hover,
.inline-links a:hover,
.card-actions a:hover {
  color: #ffffff;
  border-color: rgba(57, 169, 255, 0.66);
  background: rgba(57, 169, 255, 0.14);
  transform: translateY(-1px);
}

.radar-terminal {
  position: relative;
  overflow: hidden;
}

.radar-terminal::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 20%, rgba(82, 240, 167, 0.08), transparent 58%);
  transform: translateX(-100%);
  animation: radarScan 6s ease-in-out infinite;
}

@keyframes radarScan {
  0%, 42% { transform: translateX(-100%); }
  70%, 100% { transform: translateX(100%); }
}

.radar-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.radar-kpis article,
.data-trust-band article,
.drawer-score-panel article {
  border: 1px solid rgba(137, 164, 198, 0.18);
  background: rgba(5, 9, 16, 0.62);
  border-radius: 10px;
  padding: 14px;
}

.radar-kpis span,
.data-trust-band span,
.drawer-score-panel span {
  display: block;
  color: #89a4c6;
  font-size: 12px;
}

.radar-kpis strong,
.data-trust-band strong,
.drawer-score-panel strong {
  display: block;
  margin-top: 6px;
  color: #f3f8ff;
  font-size: 26px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.data-trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 26px;
  padding: 16px;
  border: 1px solid rgba(137, 164, 198, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(17, 26, 41, 0.9), rgba(8, 13, 22, 0.92));
}

.data-trust-band em {
  display: block;
  margin-top: 8px;
  color: #8fa6c2;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5;
}

.data-trust-band p {
  grid-column: 1 / -1;
  margin: 0;
  color: #9fb1c9;
  font-size: 13px;
  line-height: 1.7;
  border-top: 1px solid rgba(137, 164, 198, 0.16);
  padding-top: 12px;
}

.filter-line .risk-filter,
.filter-line .sort-filter {
  border: 1px solid rgba(137, 164, 198, 0.2);
  color: #aebfd6;
  background: rgba(137, 164, 198, 0.08);
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
}

.filter-line .risk-filter.active,
.filter-line .sort-filter.active {
  color: #ffffff;
  border-color: rgba(57, 169, 255, 0.72);
  background: rgba(57, 169, 255, 0.18);
}

.wide-head {
  grid-column: 1 / -1;
}

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

.why-directory article {
  min-height: 208px;
  position: relative;
  overflow: hidden;
}

.why-directory article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(57, 169, 255, 0.1), transparent 48%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.why-directory article:hover::before {
  opacity: 1;
}

.why-directory article em {
  display: inline-flex;
  margin-top: 14px;
  color: #52f0a7;
  font-style: normal;
  font-size: 12px;
  border: 1px solid rgba(82, 240, 167, 0.25);
  border-radius: 999px;
  padding: 6px 10px;
}

.hub-section,
.weekly-intel {
  margin-top: 26px;
  border: 1px solid rgba(137, 164, 198, 0.18);
  border-radius: 14px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(17, 26, 41, 0.86), rgba(8, 13, 22, 0.92));
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hub-grid a,
.split-hub article {
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(137, 164, 198, 0.18);
  border-radius: 12px;
  padding: 18px;
  background: rgba(5, 9, 16, 0.56);
}

.hub-grid span,
.split-hub .section-kicker {
  color: #52f0a7;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hub-grid strong,
.split-hub h2,
.weekly-intel h2 {
  display: block;
  margin-top: 10px;
  color: #f3f8ff;
  font-size: 18px;
}

.hub-grid p,
.split-hub p,
.weekly-intel p {
  color: #9fb1c9;
  line-height: 1.65;
}

.split-hub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.weekly-intel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto auto;
  gap: 12px;
  align-items: center;
}

body.intel-home .site-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(137, 164, 198, 0.18);
  background: linear-gradient(180deg, rgba(17, 26, 41, 0.9), rgba(8, 13, 22, 0.94));
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.intel-home .site-card:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 169, 255, 0.42);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.decision-score {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  margin: auto 0 12px;
}

.decision-score span {
  color: #89a4c6;
  font-size: 12px;
}

.decision-score strong {
  color: #f3f8ff;
  font-size: 22px;
  font-variant-numeric: tabular-nums;
}

.decision-score i {
  grid-column: 1 / -1;
  display: block;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #52f0a7 var(--score), rgba(137, 164, 198, 0.18) var(--score));
}

.decision-tags {
  gap: 7px;
}

.risk-chip {
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 12px;
}

.risk-low { color: #52f0a7 !important; background: rgba(82, 240, 167, 0.1); border: 1px solid rgba(82, 240, 167, 0.22); }
.risk-medium { color: #ffd37a !important; background: rgba(226, 193, 109, 0.1); border: 1px solid rgba(226, 193, 109, 0.22); }
.risk-high { color: #ff9b8f !important; background: rgba(255, 117, 102, 0.1); border: 1px solid rgba(255, 117, 102, 0.24); }

.decision-audience {
  margin: 0 0 12px;
  color: #9fb1c9;
  font-size: 13px;
  line-height: 1.55;
}

.card-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.card-actions a {
  min-width: 0;
  text-align: center;
  border-radius: 8px;
  padding: 8px 6px;
  font-size: 12px;
}

.drawer-score-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.report-score-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.report-score-strip article,
.verdict-panel {
  border: 1px solid rgba(137, 164, 198, 0.18);
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(17, 26, 41, 0.9), rgba(8, 13, 22, 0.94));
}

.report-score-strip span {
  color: #89a4c6;
  font-size: 12px;
}

.report-score-strip strong {
  display: block;
  margin-top: 8px;
  color: #f3f8ff;
  font-size: 28px;
  font-variant-numeric: tabular-nums;
}

.report-score-strip p {
  margin: 10px 0 0;
  color: #9fb1c9;
  font-size: 13px;
  line-height: 1.55;
}

.decision-seo-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.decision-seo-card .site-top {
  display: flex;
  gap: 12px;
  align-items: center;
}

.decision-seo-card h2 {
  margin: 0;
}

.decision-seo-card h2 a {
  color: inherit;
  text-decoration: none;
}

.verdict-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 18px 0;
}

body.seo-page .report-hero {
  min-height: 390px;
  align-items: center;
}

body.seo-page .report-hero .risk-score-card {
  align-self: center;
  min-height: 260px;
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 980px) {
  body.intel-home .intel-hero,
  .data-trust-band,
  .why-directory,
  .hub-grid,
  .split-hub,
  .weekly-intel,
  .report-score-strip,
  .verdict-panel,
  .drawer-score-panel {
    grid-template-columns: 1fr;
  }

  body.intel-home .intel-hero {
    min-height: auto;
  }

  .data-trust-band {
    margin-bottom: 18px;
  }

  .hub-section,
  .weekly-intel {
    padding: 16px;
  }

  .weekly-intel .primary-link,
  .weekly-intel .ghost-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  body.intel-home .main {
    padding-bottom: 76px;
  }

  body.intel-home .hero-search {
    margin-top: 22px;
  }

  .quick-intents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-intents a {
    border-radius: 8px;
    text-align: center;
  }

  .radar-kpis,
  .card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.intel-home .site-card {
    min-height: 0;
  }

  .mobile-action-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(137, 164, 198, 0.24);
    border-radius: 14px;
    background: rgba(5, 9, 16, 0.94);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(16px);
  }

  .mobile-action-bar a {
    color: #f3f8ff;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    border-radius: 9px;
    padding: 10px 4px;
    background: rgba(137, 164, 198, 0.1);
  }

  .mobile-action-bar a:last-child {
    background: linear-gradient(135deg, #39a9ff, #176dff);
  }
}

/* Launch-grade UX system: clear contrast, consistent controls, reliable touch targets. */
:root {
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 22px;
  --font-size-2xl: 32px;
  --font-size-3xl: 56px;
  --line-height-tight: 1.12;
  --line-height-normal: 1.55;
  --line-height-relaxed: 1.75;
  --text-primary: #f4f8ff;
  --text-secondary: #c5d3e7;
  --text-muted: #93a8c4;
  --text-disabled: #63758f;
  --text-inverse: #06101c;
  --bg-app: #070b12;
  --surface-raised: #111a29;
  --surface-card: #0d1523;
  --surface-hover: #152236;
  --line-soft: rgba(139, 164, 198, 0.24);
  --line-strong: rgba(169, 190, 220, 0.42);
  --action-primary: #2388ff;
  --action-primary-hover: #42a3ff;
  --action-secondary: #17263c;
  --action-secondary-hover: #20334f;
  --action-focus: #72c7ff;
  --success: #45d99a;
  --warning: #f1b95e;
  --danger: #ff7b72;
  --info: #62c7ff;
  --radius-control: 10px;
  --radius-card: 12px;
  --shadow-focus: 0 0 0 3px rgba(114, 199, 255, 0.24);
}

body.intel-home,
body.seo-page,
body.admin-page,
body.stats-page {
  color: var(--text-primary);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.intel-home p,
body.seo-page p,
body.admin-page p,
body.stats-page p,
body.intel-home li,
body.seo-page li {
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
}

body.intel-home small,
body.seo-page small,
body.intel-home .meta-row span,
body.seo-page .meta-row span,
body.intel-home .section-kicker,
body.seo-page .section-kicker {
  color: var(--text-muted);
}

body.intel-home h1,
body.seo-page h1 {
  color: var(--text-primary);
  line-height: var(--line-height-tight);
  letter-spacing: 0;
}

body.intel-home h2,
body.seo-page h2 {
  color: var(--text-primary);
  line-height: 1.22;
}

body.intel-home h3,
body.seo-page h3,
body.intel-home strong,
body.seo-page strong {
  color: var(--text-primary);
}

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

a,
button {
  touch-action: manipulation;
}

button,
[role="button"],
.primary-link,
.secondary-link,
.ghost-link,
.text-link,
.visit-link,
.text-action {
  cursor: pointer;
}

.primary-link,
.secondary-link,
.ghost-link,
.visit-link,
.text-link,
.text-action,
.request-form button,
.admin-actions button,
.admin-tabs button,
.filter,
.mainland-filter,
.risk-filter,
.sort-filter {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius-control);
  font-weight: 700;
  font-size: var(--font-size-sm);
  text-decoration: none;
  transition: transform 0.16s ease, background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.primary-link,
.request-form button[type="submit"] {
  color: #ffffff !important;
  background: linear-gradient(180deg, var(--action-primary-hover), var(--action-primary)) !important;
  border: 1px solid rgba(142, 208, 255, 0.6) !important;
  box-shadow: 0 12px 28px rgba(35, 136, 255, 0.28);
}

.primary-link:hover,
.request-form button[type="submit"]:hover {
  color: #ffffff !important;
  background: linear-gradient(180deg, #58b2ff, #257bff) !important;
  transform: translateY(-1px);
}

.primary-link:active,
.secondary-link:active,
.ghost-link:active,
.visit-link:active,
.text-action:active {
  transform: translateY(1px);
}

.secondary-link,
.visit-link,
.text-action {
  color: var(--text-primary) !important;
  background: var(--action-secondary) !important;
  border: 1px solid var(--line-strong) !important;
}

.secondary-link:hover,
.visit-link:hover,
.text-action:hover {
  color: #ffffff !important;
  background: var(--action-secondary-hover) !important;
  border-color: rgba(114, 199, 255, 0.66) !important;
}

.ghost-link {
  color: var(--text-primary) !important;
  background: rgba(148, 170, 204, 0.12) !important;
  border: 1px solid var(--line-soft) !important;
}

.ghost-link:hover {
  color: #ffffff !important;
  background: rgba(35, 136, 255, 0.18) !important;
  border-color: rgba(114, 199, 255, 0.58) !important;
}

.text-link {
  color: var(--info) !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  padding-inline: 10px;
}

.text-link:hover {
  color: #ffffff !important;
  background: rgba(98, 199, 255, 0.12) !important;
  border-color: rgba(98, 199, 255, 0.3) !important;
}

button:disabled,
a[aria-disabled="true"],
.disabled {
  cursor: not-allowed !important;
  color: var(--text-disabled) !important;
  background: rgba(99, 117, 143, 0.14) !important;
  border-color: rgba(99, 117, 143, 0.2) !important;
  box-shadow: none !important;
  transform: none !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  box-shadow: var(--shadow-focus) !important;
  border-color: var(--action-focus) !important;
}

a[aria-current="page"] {
  color: #ffffff !important;
  border-color: rgba(114, 199, 255, 0.58) !important;
}

.control-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.control-head > div {
  display: grid;
  gap: 4px;
}

.control-head strong {
  color: var(--text-primary);
}

.control-head span {
  color: var(--text-muted);
  font-size: var(--font-size-sm);
}

.filter-drawer-head {
  display: none;
}

.filter-toggle {
  display: none;
}

.filter-line .filter,
.filter-line .mainland-filter,
.filter-line .risk-filter,
.filter-line .sort-filter {
  min-height: 40px;
  color: var(--text-secondary);
  background: rgba(148, 170, 204, 0.1);
  border: 1px solid var(--line-soft);
}

.filter-line .filter:hover,
.filter-line .mainland-filter:hover,
.filter-line .risk-filter:hover,
.filter-line .sort-filter:hover,
.filter-line .filter.active,
.filter-line .mainland-filter.active,
.filter-line .risk-filter.active,
.filter-line .sort-filter.active {
  color: #ffffff;
  background: rgba(35, 136, 255, 0.2);
  border-color: rgba(114, 199, 255, 0.62);
}

.card-actions {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.card-actions a,
.card-actions button {
  min-height: 38px;
  border-radius: 8px;
  border: 1px solid var(--line-soft);
  background: rgba(148, 170, 204, 0.1);
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 7px 6px;
}

.card-actions a:hover,
.card-actions button:hover {
  color: #ffffff;
  border-color: rgba(114, 199, 255, 0.58);
  background: rgba(35, 136, 255, 0.16);
}

.empty-state {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  background: linear-gradient(180deg, rgba(17, 26, 41, 0.94), rgba(8, 13, 22, 0.96));
  padding: 28px;
}

.empty-state strong {
  display: block;
  font-size: var(--font-size-xl);
}

.empty-state span {
  display: block;
  margin-top: 8px;
  color: var(--text-secondary);
}

.empty-actions,
.hot-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hot-searches button {
  min-height: 38px;
  color: var(--text-secondary);
  background: rgba(148, 170, 204, 0.1);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 7px 12px;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  max-width: min(360px, calc(100vw - 32px));
  color: #ffffff;
  background: #122036;
  border: 1px solid rgba(114, 199, 255, 0.44);
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 86px;
  z-index: 70;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--action-secondary);
  border: 1px solid var(--line-strong);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.26);
}

.request-form input,
.request-form select,
.request-form textarea,
body.intel-home .hero-search input {
  min-height: 46px;
  color: var(--text-primary) !important;
  background: rgba(5, 10, 18, 0.88) !important;
  border: 1px solid var(--line-strong) !important;
  border-radius: var(--radius-control);
}

.request-form label {
  color: var(--text-primary);
  font-weight: 700;
}

.form-status {
  min-height: 28px;
  color: var(--text-secondary) !important;
}

.page-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 16px;
  padding: 10px 0;
  background: rgba(7, 11, 18, 0.88);
  backdrop-filter: blur(14px);
}

.page-nav .primary-link,
.page-nav .ghost-link,
.page-nav .secondary-link {
  min-height: 40px;
  padding-inline: 14px;
}

.form-success-card {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid rgba(69, 217, 154, 0.36);
  border-radius: var(--radius-card);
  background: rgba(69, 217, 154, 0.08);
}

.form-success-card strong {
  color: var(--text-primary);
  font-size: var(--font-size-lg);
}

.form-success-card p {
  margin: 0;
  color: var(--text-secondary);
}

.form-success-card .primary-link,
.form-success-card .ghost-link {
  width: fit-content;
}

.form-status[data-state="ok"] {
  color: var(--success) !important;
}

.form-status[data-state="warn"] {
  color: var(--danger) !important;
}

.form-status[data-state="loading"] {
  color: var(--info) !important;
}

.request-form.is-submitting button[type="submit"],
.request-form button[aria-busy="true"] {
  opacity: 0.82;
  cursor: progress;
}

@media (max-width: 720px) {
  .primary-link,
  .secondary-link,
  .ghost-link,
  .visit-link,
  .text-link,
  .text-action,
  .request-form button,
  .filter,
  .mainland-filter,
  .risk-filter,
  .sort-filter {
    min-height: 48px;
  }

  .control-head {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 10px 0;
    background: rgba(7, 11, 18, 0.92);
    backdrop-filter: blur(14px);
  }

  .filter-toggle {
    display: inline-flex;
  }

  .filter-stack {
    position: fixed;
    inset: auto 10px 74px;
    z-index: 75;
    max-height: min(72vh, 640px);
    overflow: auto;
    display: none;
    padding: 16px;
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    background: rgba(9, 15, 26, 0.98);
    box-shadow: 0 26px 72px rgba(0, 0, 0, 0.48);
  }

  body.filter-open .filter-stack {
    display: grid;
  }

  body.filter-open {
    overflow: hidden;
  }

  body.filter-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(3, 7, 14, 0.72);
    backdrop-filter: blur(6px);
  }

  body.filter-open .filter-stack {
    z-index: 76;
  }

  .filter-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
  }

  .filter-line {
    align-items: stretch;
  }

  .filter-line span {
    width: 100%;
  }

  .filter-line button {
    flex: 1 0 calc(50% - 8px);
  }

  .card-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-actions a,
  .card-actions button {
    min-height: 44px;
    font-size: 13px;
  }

  .toast {
    left: 12px;
    right: 12px;
    bottom: 82px;
  }

  .page-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }

  .page-nav .primary-link,
  .page-nav .ghost-link,
  .page-nav .secondary-link {
    flex: 0 0 auto;
    min-height: 44px;
  }

  .back-to-top {
    right: 14px;
    bottom: 82px;
    display: none;
  }
}

body.intel-home .hero,
body.intel-home .intel-hero,
body.seo-page .report-hero,
body.seo-page .seo-panel,
body.seo-page .seo-card,
body.seo-page .score-grid article,
body.seo-page .lead-box,
body.seo-page .request-form,
body.seo-page .request-form-wrap aside,
body.seo-page .methodology-list article,
body.seo-page .faq-list article,
body.seo-page .compare-table,
body.seo-page .provider-grid article,
body.seo-page .lab-grid a,
body.seo-page .lab-report article,
body.seo-page .radar-grid article,
body.seo-page .calculator-shell,
body.intel-home .route-section a,
body.intel-home .platform-section a,
body.intel-home .mainland-section article,
body.intel-home .trust-section article,
body.intel-home .trust-grid div,
body.intel-home .monetize-grid a,
body.intel-home .directory-card,
body.intel-home .workflow-card,
body.intel-home .smart-panel,
body.intel-home .site-card,
body.intel-home .announcement-panel,
body.intel-home .control-strip,
body.intel-home .hero-intel {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(17, 26, 41, 0.94), rgba(8, 13, 22, 0.96));
  border-color: var(--line);
}

body.intel-home .hero,
body.intel-home .intel-hero,
body.seo-page .report-hero {
  background:
    linear-gradient(90deg, rgba(57, 169, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(82, 240, 167, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(12, 20, 34, 0.98), rgba(8, 13, 22, 0.98));
  background-size: 36px 36px, 36px 36px, auto;
}

body.intel-home .side-nav,
body.intel-home .topbar {
  color: var(--ink);
  background: rgba(5, 9, 16, 0.9);
  border-color: var(--line);
}

body.intel-home h1,
body.intel-home h2,
body.intel-home h3,
body.intel-home strong,
body.seo-page h1,
body.seo-page h2,
body.seo-page h3,
body.seo-page strong {
  color: var(--ink);
}

body.intel-home p,
body.intel-home span,
body.intel-home small,
body.seo-page p,
body.seo-page li,
body.seo-page td {
  color: var(--muted);
}

body.intel-home .section-kicker,
body.intel-home .eyebrow,
body.seo-page .section-kicker,
body.intel-home .side-title,
body.intel-home .risk-score-card span,
body.seo-page .risk-score-card span {
  color: var(--brand-2);
}

body.intel-home .hero-search input,
body.seo-page .request-form input,
body.seo-page .request-form select,
body.seo-page .request-form textarea {
  color: var(--ink);
  background: rgba(5, 9, 16, 0.92);
  border-color: rgba(137, 164, 198, 0.34);
}

body.intel-home .primary-link,
body.seo-page .primary-link {
  color: #fff;
  background: linear-gradient(135deg, #39a9ff, #176dff);
}

body.intel-home .ghost-link,
body.seo-page .ghost-link {
  color: var(--ink);
  background: rgba(137, 164, 198, 0.13);
  border: 1px solid var(--line);
}

body.intel-home .hero-data-grid div,
body.intel-home .home-radar article,
body.seo-page .risk-score-card {
  background: rgba(5, 9, 16, 0.78);
  border: 1px solid var(--line);
}

body.intel-home .intel-list a,
body.seo-page .intel-list a {
  color: var(--ink);
  background: rgba(5, 9, 16, 0.78);
  border: 1px solid var(--line);
}

@media (max-width: 720px) {
  body.intel-home .main {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  body.intel-home .hero,
  body.intel-home .intel-hero,
  body.seo-page .report-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    padding: 20px 18px;
  }

  body.intel-home .hero-data-grid,
  body.intel-home .intel-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body.intel-home .hero-search input {
    width: 100%;
    min-width: 0;
  }

  body.intel-home .home-radar article {
    grid-template-columns: 1fr;
  }
}

/* Commercial intelligence redesign */
:root {
  --bg: #070b12;
  --surface: #0d1420;
  --surface-2: #121b2a;
  --ink: #eef6ff;
  --muted: #91a3b8;
  --line: rgba(137, 164, 198, 0.22);
  --brand: #39a9ff;
  --brand-2: #52f0a7;
  --accent: #d7b46a;
  --gold: #e2c16d;
  --danger: #ff5e72;
  --ok: #52f0a7;
  --mixed: #e2c16d;
  --blocked: #ff8a4d;
  --unknown: #8ea0b8;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

body,
.seo-page {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(82, 240, 167, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(57, 169, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 82% 10%, rgba(57, 169, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 8% 6%, rgba(226, 193, 109, 0.12), transparent 22rem),
    #070b12;
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.side-nav,
.topbar,
.admin-login,
.admin-tabs,
.admin-section-head,
.admin-editor article,
.admin-editor aside,
.seo-hero,
.seo-panel,
.seo-card,
.score-grid article,
.ranking-list article,
.request-form,
.request-form-wrap aside,
.compare-table,
.lead-box,
.directory-card,
.workflow-card,
.trust-section article,
.trust-grid div,
.monetize-grid a,
.platform-section a,
.route-section a,
.mainland-section article,
.status-guide article,
.smart-panel,
.provider-grid article,
.lab-grid a,
.lab-report article,
.radar-grid article,
.calculator-shell,
.lead-item,
.health-item {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(17, 26, 41, 0.92), rgba(10, 15, 24, 0.94));
  border-color: var(--line);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.side-nav {
  background: rgba(5, 9, 16, 0.86);
}

.brand small,
.side-note span,
.top-meta,
.hero-subtitle,
.seo-hero p,
.seo-panel p,
.seo-card p,
.lead-box p,
.directory-card p,
.workflow-card small,
.trust-section p,
.trust-grid span,
.monetize-grid span,
.route-section p,
.mainland-section p,
.methodology-list p,
.faq-list p,
.request-form-wrap aside p,
.lead-item p,
.health-item p {
  color: var(--muted);
}

.intel-hero,
.report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  gap: 18px;
  align-items: stretch;
  min-height: 540px;
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(57, 169, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(82, 240, 167, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(12, 20, 34, 0.98), rgba(8, 13, 22, 0.98));
  background-size: 36px 36px, 36px 36px, auto;
}

.intel-hero h1,
.report-hero h1 {
  max-width: 11em;
  font-size: 58px;
  line-height: 1.02;
}

.eyebrow,
.section-kicker,
.side-title,
.risk-score-card span,
.intel-head span {
  color: var(--brand-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-search {
  display: grid;
  gap: 10px;
  max-width: 820px;
  margin: 24px 0 18px;
  color: var(--muted);
  font-weight: 900;
}

.hero-search input,
.search-box input,
.request-form input,
.request-form select,
.request-form textarea,
.admin-login input,
.admin-editor input,
.admin-editor textarea {
  color: var(--ink);
  background: rgba(8, 13, 22, 0.88);
  border-color: rgba(137, 164, 198, 0.28);
}

.hero-search input {
  min-height: 62px;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 17px;
}

.primary-link {
  background: linear-gradient(135deg, #39a9ff, #176dff);
  color: #fff;
  box-shadow: 0 12px 34px rgba(57, 169, 255, 0.22);
}

.ghost-link,
.hero-ghost {
  color: var(--ink);
  background: rgba(137, 164, 198, 0.12);
  border: 1px solid var(--line);
}

.hero-data-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
}

.hero-data-grid div {
  background: rgba(7, 11, 18, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.radar-terminal {
  align-self: stretch;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(10, 18, 31, 0.96), rgba(7, 11, 18, 0.98)),
    #0a101b;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.home-radar {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.home-radar article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42%;
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.home-radar strong {
  display: block;
}

.home-radar span {
  color: var(--muted);
  font-size: 12px;
}

.home-radar i {
  position: relative;
  height: 8px;
  overflow: hidden;
  background: rgba(137, 164, 198, 0.18);
  border-radius: 999px;
}

.home-radar i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--score);
  content: "";
  background: linear-gradient(90deg, var(--brand-2), var(--brand));
  border-radius: inherit;
}

.intelligence-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.intelligence-controls {
  background: rgba(9, 14, 23, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.filter,
.mainland-filter,
.tag-chip {
  color: var(--ink);
  background: rgba(137, 164, 198, 0.12);
  border-color: var(--line);
}

.filter.active,
.mainland-filter.active {
  color: #061018;
  background: var(--brand-2);
}

.site-card {
  background: rgba(12, 20, 32, 0.96);
  border-color: var(--line);
}

.status-pill.ok,
.status-dot.ok {
  color: #052114;
  background: var(--ok);
}

.status-pill.mixed,
.status-dot.mixed {
  color: #1f1500;
  background: var(--mixed);
}

.status-pill.blocked,
.status-dot.blocked {
  color: #240c00;
  background: var(--blocked);
}

.status-pill.unknown,
.status-dot.unknown {
  color: #061018;
  background: var(--unknown);
}

.risk-score-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 20px;
  background: linear-gradient(180deg, rgba(13, 22, 36, 0.94), rgba(8, 13, 22, 0.98));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.risk-score-card strong {
  font-size: 48px;
  color: var(--gold);
}

.risk-score-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.report-summary {
  align-items: flex-start;
}

.intelligence-matrix table {
  min-width: 980px;
}

.compare-table th,
.compare-table td {
  color: var(--muted);
  border-color: var(--line);
}

.compare-table th {
  color: var(--ink);
}

.compare-table thead th {
  background: rgba(57, 169, 255, 0.08);
}

.conversion-box {
  border-color: rgba(82, 240, 167, 0.34);
  background:
    linear-gradient(135deg, rgba(82, 240, 167, 0.12), rgba(57, 169, 255, 0.08)),
    rgba(10, 15, 24, 0.94);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.faq-list article {
  padding: 18px;
  background: rgba(12, 20, 32, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list h2 {
  margin: 0 0 8px;
  font-size: 19px;
}

.stack-plan-card {
  padding: 20px;
  background: linear-gradient(135deg, rgba(57, 169, 255, 0.14), rgba(82, 240, 167, 0.09));
  border: 1px solid var(--line);
  border-radius: 8px;
}

@media (max-width: 980px) {
  .intel-hero,
  .report-hero,
  .intelligence-products,
  .hero-data-grid {
    grid-template-columns: 1fr;
  }

  .intel-hero h1,
  .report-hero h1 {
    font-size: 38px;
  }

  .hero-data-grid {
    gap: 8px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(11, 23, 32, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 23, 32, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fbfcfd 0%, var(--bg) 36rem);
  background-size: 40px 40px, 40px 40px, auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

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

button,
input,
textarea {
  font: inherit;
}

select {
  font: inherit;
}

.app-shell {
  display: grid;
  grid-template-columns: var(--side) minmax(0, 1fr);
  min-height: 100vh;
}

.side-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.86);
  border-right: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 8px;
  border-radius: 8px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  overflow: hidden;
  background: #0b1720;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(11, 23, 32, 0.16);
}

.brand-mark img {
  width: 100%;
  height: 100%;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.side-block {
  min-height: 0;
  margin-top: 18px;
}

.side-title {
  padding: 0 8px 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.side-catalog {
  display: grid;
  max-height: calc(100vh - 235px);
  gap: 4px;
  overflow: auto;
  padding-right: 4px;
}

.side-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 8px;
  color: #334155;
  font-size: 14px;
}

.side-link:hover,
.side-link.active {
  color: #083344;
  background: #e7f2f1;
}

.side-link span:last-child {
  color: var(--muted);
  font-size: 12px;
}

.side-note {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 14px;
  color: #415164;
  background: #f3f7f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.55;
}

.main {
  min-width: 0;
  padding: 0 30px 34px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 66px;
  gap: 12px;
  background: rgba(249, 251, 252, 0.78);
  border-bottom: 1px solid rgba(220, 228, 234, 0.75);
  backdrop-filter: blur(16px);
}

.top-links {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.top-links::-webkit-scrollbar {
  display: none;
}

.top-links a,
.top-meta {
  color: var(--muted);
  font-size: 14px;
}

.top-links a {
  flex: 0 0 auto;
  padding: 8px 9px;
  border-radius: 8px;
  white-space: nowrap;
}

.top-meta {
  flex: 0 0 auto;
  white-space: nowrap;
}

.top-links a:hover {
  color: var(--ink);
  background: var(--surface-2);
}

.icon-btn {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 8px;
}

.icon-btn span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  gap: 24px;
  align-items: stretch;
  max-width: 1220px;
  margin: 34px auto 18px;
  padding: 38px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(11, 23, 32, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 23, 32, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #f7fbfa 0%, #eef7f5 48%, #f8f0dd 100%);
  background-size: 44px 44px, 44px 44px, auto;
  border: 1px solid rgba(213, 224, 230, 0.95);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 330px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--brand);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-subtitle {
  max-width: 740px;
  margin: 18px 0 0;
  color: #455565;
  font-size: 17px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-ghost {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
}

.hero-intel {
  display: grid;
  min-width: 0;
  gap: 14px;
  align-content: start;
  padding: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(213, 224, 230, 0.95);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(16px);
}

.intel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 4px;
}

.intel-head span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.intel-head strong {
  font-size: 14px;
}

.intel-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.intel-metrics div,
.intel-list a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.intel-metrics div {
  min-width: 0;
  min-height: 96px;
  padding: 14px;
}

.intel-metrics strong {
  display: block;
  font-size: 30px;
}

.intel-metrics span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.intel-list {
  display: grid;
  gap: 10px;
}

.intel-list a {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  padding: 13px;
}

.intel-list span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.intel-list strong,
.intel-list em {
  display: block;
  font-style: normal;
  grid-column: 2;
  min-width: 0;
  overflow-wrap: anywhere;
}

.intel-list em {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.control-strip,
.route-section,
.platform-section,
.mainland-section,
.directory-section,
.site-sections,
.status-guide,
.workflow-section,
.smart-panel,
.trust-section,
.monetize-section {
  max-width: 1220px;
  margin: 18px auto 0;
}

.route-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.route-section a {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.route-section a:hover {
  border-color: #9dd8ce;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.route-section span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-section strong {
  font-size: 22px;
}

.route-section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.announcement-panel {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 18px 0;
  padding: 18px;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, 0.08), rgba(197, 137, 43, 0.08)),
    #fff;
  border: 1px solid #cddfdc;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.announcement-panel div {
  display: grid;
  gap: 6px;
}

.announcement-panel span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.announcement-panel strong {
  font-size: 20px;
}

.announcement-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.announcement-panel .ghost-link {
  flex: 0 0 auto;
}

.platform-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.platform-section a,
.provider-grid article,
.lab-grid a,
.lab-report article,
.radar-grid article,
.calculator-shell {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.platform-section a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 18px;
}

.platform-section span,
.provider-grid span,
.lab-report span,
.radar-grid span,
.calculator-result span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.platform-section strong {
  font-size: 20px;
}

.platform-section p,
.provider-grid p,
.lab-grid p,
.lab-report p,
.radar-grid p,
.calculator-result p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.control-strip {
  position: sticky;
  top: 66px;
  z-index: 12;
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(420px, 1.22fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
}

.search-box {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.search-box span {
  color: var(--muted);
  font-size: 13px;
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.filter-stack {
  display: grid;
  gap: 8px;
}

.filter-group,
.filter-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.filter-line > span {
  min-width: 90px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.filter,
.mainland-filter {
  min-height: 38px;
  padding: 0 12px;
  color: #475569;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.filter:hover,
.filter.active,
.mainland-filter:hover,
.mainland-filter.active {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.mainland-filter.active {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-color: transparent;
}

.mainland-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mainland-section article {
  display: grid;
  gap: 8px;
  padding: 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.mainland-section span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
}

.mainland-section strong {
  font-size: 18px;
}

.mainland-section p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.directory-section,
.site-sections,
.workflow-section {
  padding-top: 18px;
}

.smart-panel {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.smart-panel h2 {
  margin: 0;
  font-size: 20px;
}

.smart-suggestions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.suggestion-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 10px;
  gap: 9px;
  align-items: center;
  min-height: 56px;
  padding: 9px;
  color: var(--ink);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
}

.suggestion-card strong,
.suggestion-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.suggestion-card small {
  color: var(--muted);
  font-size: 12px;
}

.mini-logo,
.mini-logo img,
.mini-logo b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mini-logo img {
  padding: 6px;
}

.mini-logo [hidden] {
  display: none !important;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.workflow-card {
  display: grid;
  gap: 8px;
  min-height: 128px;
  padding: 15px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
}

.workflow-card span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.workflow-card strong {
  font-size: 18px;
}

.workflow-card small,
.workflow-card em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
}

.workflow-card.active,
.workflow-card:hover {
  border-color: #8fcfc7;
  background: #f1fbf8;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.trust-section article,
.trust-grid div {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.trust-section h2 {
  margin: 0 0 8px;
  font-size: 24px;
}

.trust-section p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.7;
}

.trust-section a {
  color: var(--brand);
  font-weight: 800;
}

.trust-grid {
  display: grid;
  gap: 12px;
}

.trust-grid div {
  display: grid;
  gap: 4px;
}

.trust-grid span {
  color: var(--muted);
  font-size: 13px;
}

.monetize-grid,
.pricing-grid,
.topic-playbook,
.stack-result {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.monetize-grid a,
.pricing-grid article,
.topic-playbook article,
.lead-box,
.stack-builder {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.ad-banner {
  display: block;
  margin: 0 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.ad-banner-page {
  margin-top: 14px;
}

.ad-banner picture,
.ad-banner img {
  display: block;
  width: 100%;
}

.ad-banner img {
  height: auto;
  aspect-ratio: 10 / 3;
  object-fit: cover;
}

.monetize-grid a {
  display: grid;
  gap: 6px;
  min-height: 108px;
  padding: 16px;
}

.monetize-grid strong,
.pricing-grid h2,
.topic-playbook h2 {
  font-size: 18px;
}

.monetize-grid span,
.pricing-grid p,
.topic-playbook p,
.lead-box p {
  color: var(--muted);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.lead-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  padding: 20px;
}

.lead-box h2 {
  margin: 0 0 8px;
}

.lead-box p {
  margin: 0;
}

.score-grid,
.ranking-list,
.request-form-wrap {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

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

.score-grid article,
.ranking-list article,
.request-form,
.request-form-wrap aside,
.compare-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.score-grid article {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.score-grid span,
.rank-number {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
}

.score-grid strong {
  font-size: 19px;
}

.ranking-list article {
  display: grid;
  grid-template-columns: 44px 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 15px;
}

.ranking-list article:nth-child(-n + 3) {
  border-color: #d9b96c;
  background:
    linear-gradient(90deg, rgba(246, 199, 106, 0.16), transparent 45%),
    #fff;
}

.ranking-list h2 {
  margin: 0 0 6px;
  font-size: 20px;
}

.ranking-list p {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.6;
}

.compare-table {
  margin-top: 14px;
  overflow-x: auto;
}

.compare-table table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  min-width: 150px;
  padding: 14px;
  border-bottom: 1px solid var(--line);
  color: #334155;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  color: var(--ink);
  font-weight: 900;
}

.compare-table thead th {
  background: #f8fafc;
}

.compare-table th .site-logo,
.compare-table th img.site-logo,
.compare-table th .logo-wrap {
  margin-right: 8px;
  vertical-align: middle;
}

.compare-table th .logo-wrap {
  display: inline-grid;
}

.request-form-wrap {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: start;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.request-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.request-form .wide {
  grid-column: 1 / -1;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  color: var(--ink);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.request-form textarea {
  resize: vertical;
}

.request-form button {
  border: 0;
  cursor: pointer;
}

.request-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.form-status {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.6;
}

.form-status[data-state="ok"] {
  color: var(--ok);
}

.form-status[data-state="warn"] {
  color: var(--danger);
}

.form-status[data-state="loading"] {
  color: var(--brand);
}

.request-form-wrap aside {
  padding: 18px;
  background:
    linear-gradient(135deg, #ffffff 0%, #f3faf8 100%);
}

.request-form-wrap aside h2 {
  margin: 0 0 8px;
}

.request-form-wrap aside p {
  color: var(--muted);
  line-height: 1.7;
}

.provider-grid,
.lab-grid,
.lab-report,
.radar-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

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

.lab-report,
.radar-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.provider-grid article,
.lab-grid a,
.lab-report article,
.radar-grid article {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.provider-grid h2,
.lab-report h2,
.radar-grid h2 {
  margin: 0;
  font-size: 20px;
}

.provider-grid strong,
.lab-grid span {
  color: var(--ink);
}

.calculator-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: 16px;
  margin-top: 14px;
  padding: 18px;
}

.calculator-controls {
  display: grid;
  gap: 12px;
  align-content: start;
}

.calculator-controls label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.calculator-controls select {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
  font: inherit;
}

.calculator-result {
  display: grid;
  gap: 14px;
}

.calculator-result article {
  padding: 18px;
  background:
    linear-gradient(135deg, #f3faf8 0%, #fff7e6 100%);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.calculator-result strong {
  display: block;
  margin-top: 6px;
  font-size: 34px;
}

.stats-main {
  max-width: 1180px;
}

.stats-login,
.stats-dashboard article,
.stats-toolbar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.stats-login {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 14px;
  padding: 18px;
}

.stats-login label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.stats-login input {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #f8fbfc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stats-login p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
}

.stats-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 18px;
}

.stats-toolbar h2,
.stats-grid h2 {
  margin: 0;
}

.stats-kpis,
.stats-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.stats-kpis {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.stats-kpis article {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.stats-kpis span,
.stats-row span,
.stats-row em {
  color: var(--accent);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.stats-kpis strong {
  font-size: 28px;
  line-height: 1;
}

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

.stats-grid article {
  padding: 18px;
}

.stats-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.stats-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.stats-row strong {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stats-empty {
  margin: 0;
  color: var(--muted);
}

.stats-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.stats-pills span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 7px 10px;
  background: #f3f7f9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.stats-bars {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 4px;
  align-items: end;
  height: 120px;
  margin-top: 14px;
  padding-top: 18px;
  border-bottom: 1px solid var(--line);
}

.stats-bars span {
  display: block;
  min-height: 4px;
  background: linear-gradient(180deg, var(--brand), var(--accent));
  border-radius: 4px 4px 0 0;
}

.admin-main {
  max-width: 1120px;
}

.admin-login,
.admin-editor article,
.admin-editor aside,
.admin-tabs,
.admin-section-head,
.lead-item,
.health-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.admin-login {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: 14px;
  padding: 18px;
}

.admin-login p,
.admin-note,
.admin-message {
  margin: 0;
  color: var(--muted);
}

.admin-tabs {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  padding: 8px;
}

.admin-tabs button {
  min-height: 38px;
  padding: 0 14px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.admin-tabs button.active {
  color: #fff;
  background: var(--ink);
}

.admin-section {
  margin-top: 14px;
}

.admin-section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 18px;
}

.admin-section-head h2,
.admin-section-head p {
  margin: 0;
}

.admin-section-head p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.6;
}

.admin-login label,
.admin-editor label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.admin-login input,
.admin-editor input,
.admin-editor textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #f8fbfc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.admin-editor textarea {
  resize: vertical;
  line-height: 1.7;
}

.admin-login p {
  grid-column: 1 / -1;
}

.admin-editor {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 12px;
  margin-top: 14px;
}

.admin-editor article,
.admin-editor aside {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 18px;
}

.admin-head,
.admin-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.admin-head h2,
.admin-editor aside h2 {
  margin: 0;
}

.toggle-line {
  display: inline-flex !important;
  grid-template-columns: auto 1fr;
  gap: 8px !important;
  align-items: center;
  color: var(--ink) !important;
}

.toggle-line input {
  width: 18px;
  height: 18px;
}

.admin-two {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 12px;
}

.admin-preview {
  margin: 0;
}

.admin-message[data-state="ok"] {
  color: var(--ok);
  font-weight: 800;
}

.admin-message[data-state="warn"] {
  color: var(--danger);
  font-weight: 800;
}

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

.compact-score strong {
  font-size: 17px;
  overflow-wrap: anywhere;
}

.lead-list,
.health-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.lead-item {
  padding: 16px;
}

.lead-item span,
.health-item > span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.lead-item h3,
.health-item h3 {
  margin: 5px 0 6px;
  font-size: 18px;
}

.lead-item p,
.health-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.lead-item.empty {
  background: #f8fafc;
}

.health-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 15px;
}

.health-item.ok {
  border-color: rgba(19, 135, 94, 0.28);
}

.health-item.warn {
  border-color: rgba(202, 138, 4, 0.36);
}

.health-item.fail {
  border-color: rgba(220, 38, 38, 0.36);
}

.health-item.ok > span {
  color: var(--ok);
}

.health-item.warn > span {
  color: #b7791f;
}

.health-item.fail > span {
  color: var(--danger);
}

.calc-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.calc-items span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}

.topic-playbook {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.topic-playbook article,
.pricing-grid article {
  padding: 18px;
}

.topic-playbook h2,
.pricing-grid h2 {
  margin: 0 0 8px;
}

.pricing-grid {
  margin-top: 14px;
}

.pricing-grid article {
  display: grid;
  gap: 8px;
}

.pricing-grid span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.pricing-grid strong {
  color: var(--ink);
}

.stack-builder {
  display: grid;
  gap: 16px;
  margin-top: 14px;
  padding: 18px;
}

.stack-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.stack-controls label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.stack-controls select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--ink);
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 14px;
}

.section-head h2 {
  margin: 0;
  font-size: 26px;
  letter-spacing: 0;
}

.section-head p:last-child {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  text-align: right;
}

.mega-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.directory-card {
  display: grid;
  gap: 13px;
  min-height: 172px;
  padding: 16px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
}

.directory-card header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.directory-card strong {
  font-size: 17px;
}

.directory-card small {
  color: var(--muted);
}

.directory-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-content: start;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  color: #0f3d49;
  background: #e9f5f4;
  border: 1px solid #cfebe7;
  border-radius: 8px;
  font-size: 12px;
}

.status-guide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.status-guide article {
  display: grid;
  gap: 8px;
  padding: 15px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.status-guide p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
}

.status-dot.ok { background: var(--ok); }
.status-dot.mixed { background: var(--mixed); }
.status-dot.blocked { background: var(--blocked); }
.status-dot.unknown { background: var(--unknown); }

.section-block {
  scroll-margin-top: 150px;
  margin-top: 20px;
}

.category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.category-title {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.category-title h3 {
  margin: 0;
  font-size: 22px;
}

.category-title span {
  color: var(--muted);
  font-size: 13px;
}

.subcategory-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.site-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.site-card {
  display: grid;
  gap: 12px;
  min-height: 170px;
  padding: 15px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
  cursor: default;
}

.site-card:hover {
  border-color: #b6c7d5;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.site-top {
  display: flex;
  align-items: center;
  gap: 11px;
}

.logo-wrap {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
}

.site-logo,
.favicon-initial {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: linear-gradient(135deg, #edf7f4, #e8eefb);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.site-logo {
  display: block;
  object-fit: contain;
  padding: 7px;
}

.favicon-initial {
  color: #0f3d49;
  font-size: 13px;
  font-weight: 800;
}

.logo-wrap [hidden] {
  display: none !important;
}

.site-name {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.site-name strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-name span {
  color: var(--muted);
  font-size: 12px;
}

.site-desc {
  min-height: 42px;
  margin: 0;
  color: #526273;
  font-size: 13px;
  line-height: 1.6;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.meta-row span,
.drawer-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: #42526a;
  background: #f3f7fa;
  border: 1px solid #dce6ee;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
}

.meta-row .mainland-chip {
  color: #0f766e;
  background: #e7f4f2;
}

.meta-row .mainland-chip.loop {
  color: #1d4ed8;
  background: #eaf1ff;
}

.meta-row .mainland-chip.friendly {
  color: #8a5a00;
  background: #fff3d1;
}

.meta-row .mainland-chip.overseas,
.meta-row .mainland-chip.partial {
  color: var(--unknown);
  background: #f1f5f9;
}

.site-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.status-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.status-pill.ok {
  color: var(--ok);
  background: #e7f7ef;
}

.status-pill.mixed {
  color: var(--mixed);
  background: #fff5db;
}

.status-pill.blocked {
  color: var(--blocked);
  background: #fff0e7;
}

.status-pill.unknown {
  color: var(--unknown);
  background: #f1f5f9;
}

.visit-link {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  color: #0f3d49;
  background: #eef6f8;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.detail-btn {
  color: #374151;
  background: #f1f5f9;
}

.visit-link:hover {
  color: #fff;
  background: var(--brand);
}

.empty-state {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 220px;
  color: var(--muted);
  background: var(--surface);
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
}

.empty-state strong {
  color: var(--ink);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1220px;
  margin: 32px auto 0;
  padding: 22px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 12px;
}

body.menu-open .side-nav {
  transform: translateX(0);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 35;
  background: rgba(15, 23, 42, 0.34);
}

.drawer-overlay[hidden],
.site-drawer[hidden] {
  display: none !important;
}

.site-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: min(520px, 100vw);
  height: 100vh;
  overflow: auto;
  padding: 26px;
  background: #fff;
  border-left: 1px solid var(--line);
  box-shadow: -22px 0 60px rgba(15, 23, 42, 0.18);
}

.drawer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  font-size: 24px;
  cursor: pointer;
}

.drawer-hero {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 42px;
}

.drawer-hero h2 {
  margin: 0 0 4px;
  font-size: 30px;
}

.drawer-hero a {
  color: var(--brand-2);
  font-size: 14px;
}

.large-logo,
.large-logo .site-logo,
.large-logo .favicon-initial {
  width: 56px;
  height: 56px;
}

.drawer-desc {
  margin: 18px 0;
  color: #435266;
  font-size: 15px;
  line-height: 1.7;
}

.drawer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -4px 0 16px;
}

.drawer-metrics {
  display: grid;
  gap: 10px;
}

.drawer-metrics article {
  display: grid;
  gap: 8px;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.drawer-metrics p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.drawer-actions {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.primary-link,
.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  font-weight: 800;
}

.primary-link {
  color: #fff;
  background: var(--ink);
}

.ghost-link {
  color: var(--ink);
  background: #eef2f7;
}

.drawer-related {
  display: grid;
  gap: 9px;
}

.drawer-related h3 {
  margin: 8px 0 0;
}

.drawer-related button {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  text-align: left;
}

.drawer-related small {
  color: var(--muted);
}

.seo-page {
  background: var(--bg);
}

.seo-main {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 34px 20px 60px;
  overflow-x: hidden;
}

.seo-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--brand);
  font-weight: 800;
}

.seo-hero,
.seo-panel,
.seo-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.seo-hero {
  padding: 28px;
  background:
    linear-gradient(90deg, rgba(11, 23, 32, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 23, 32, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #f3faf8 54%, #fff7e6 100%);
  background-size: 36px 36px, 36px 36px, auto;
}

.seo-hero h1 {
  max-width: 100%;
  margin: 0;
  font-size: 42px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.seo-hero p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.seo-panel {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 14px;
  padding: 18px;
}

.seo-panel p {
  color: var(--muted);
}

.methodology-list,
.methodology-grid {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

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

.methodology-list article,
.methodology-grid article {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.methodology-list h2,
.methodology-grid h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.methodology-list p,
.methodology-grid p,
.methodology-list li {
  color: var(--muted);
  line-height: 1.7;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.seo-card {
  display: flex;
  gap: 14px;
  padding: 15px;
}

.seo-card h2 {
  margin: 0 0 6px;
  font-size: 18px;
}

.seo-card p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

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

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

@media (max-width: 960px) {
  .app-shell {
    grid-template-columns: 1fr;
  }

  .side-nav {
    position: fixed;
    width: min(86vw, 320px);
    transform: translateX(-105%);
    transition: transform 180ms ease;
    box-shadow: 16px 0 45px rgba(15, 23, 42, 0.15);
  }

  .main {
    padding: 0 18px 30px;
  }

  .icon-btn {
    display: block;
  }

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

  .filter-group {
    justify-content: flex-start;
  }

  .site-grid,
  .mega-directory,
  .status-guide,
  .workflow-grid,
  .route-section,
  .platform-section,
  .mainland-section,
  .smart-suggestions,
  .trust-section,
  .methodology-grid,
  .monetize-grid,
  .pricing-grid,
  .score-grid,
  .request-form-wrap,
  .provider-grid,
  .lab-grid,
  .lab-report,
  .radar-grid,
  .calculator-shell,
  .stack-result,
  .stats-kpis,
  .stats-grid,
  .admin-editor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .smart-panel {
    grid-template-columns: 1fr;
  }

  .stack-controls,
  .topic-playbook {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  .main {
    padding: 0 12px 24px;
  }

  .top-meta {
    display: none;
  }

  .top-links {
    display: none;
  }

  .hero {
    margin-top: 18px;
    padding: 24px 18px;
  }

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

  .hero-actions a {
    width: 100%;
  }

  .intel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero h1 {
    max-width: 8.5em;
    font-size: 29px;
    line-height: 1.12;
  }

  .hero-subtitle {
    max-width: 21em;
    font-size: 15px;
  }

  .hero-intel,
  .site-grid,
  .mega-directory,
  .status-guide,
  .workflow-grid,
  .route-section,
  .platform-section,
  .mainland-section,
  .smart-suggestions,
  .seo-grid,
  .trust-section,
  .methodology-grid,
  .monetize-grid,
  .pricing-grid,
  .score-grid,
  .request-form,
  .request-form-wrap,
  .provider-grid,
  .lab-grid,
  .lab-report,
  .radar-grid,
  .calculator-shell,
  .stack-result,
  .stats-kpis,
  .stats-grid,
  .stats-login,
  .admin-login,
  .admin-editor,
  .admin-two,
  .compact-score {
    grid-template-columns: 1fr;
  }

  .stats-toolbar,
  .admin-head,
  .admin-section-head,
  .admin-actions,
  .announcement-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-tabs {
    overflow-x: auto;
  }

  .admin-tabs button {
    flex: 1 0 auto;
  }

  .health-item {
    grid-template-columns: 1fr;
  }

  .announcement-panel .ghost-link,
  .admin-actions a,
  .admin-actions button {
    width: 100%;
  }

  .stats-row {
    grid-template-columns: 28px minmax(0, 1fr) auto;
  }

  .ranking-list article {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .ranking-list .site-logo,
  .ranking-list .logo-wrap,
  .ranking-list .ghost-link {
    grid-column: 2;
  }

  .lead-box {
    align-items: flex-start;
    flex-direction: column;
  }

  .seo-main {
    width: min(100%, 390px);
    max-width: 390px;
    margin: 0;
    padding: 28px 14px 48px;
  }

  .seo-hero {
    padding: 22px 18px;
  }

  .seo-hero h1 {
    font-size: 30px;
    line-height: 1.14;
    word-break: normal;
  }

  .seo-hero p {
    max-width: 100%;
  }

  .ad-banner img {
    aspect-ratio: 2 / 3;
    object-fit: contain;
  }

  .section-head,
  .category-header,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-head p:last-child,
  .subcategory-row {
    text-align: left;
    justify-content: flex-start;
  }
}

/* Final cascade lock for the commercial intelligence theme. */
body.intel-home,
body.seo-page {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(82, 240, 167, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(57, 169, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 82% 10%, rgba(57, 169, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 8% 6%, rgba(226, 193, 109, 0.12), transparent 22rem),
    #070b12;
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

body.intel-home .seo-hero,
body.seo-page .seo-hero {
  background:
    linear-gradient(90deg, rgba(57, 169, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(82, 240, 167, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, rgba(12, 20, 34, 0.98), rgba(8, 13, 22, 0.98));
  background-size: 36px 36px, 36px 36px, auto;
}
/* Visual System v2 hard lock: must stay after all legacy theme rules. */
body.intel-home,
body.seo-page {
  --v2-ink: #102033;
  --v2-ink-2: #34485f;
  --v2-muted: #66788d;
  --v2-line: rgba(91, 114, 143, 0.18);
  --v2-blue: #2563eb;
  color: var(--v2-ink) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(96, 165, 250, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 6%, rgba(34, 211, 238, 0.13), transparent 26rem),
    linear-gradient(180deg, #eef4fb 0%, #f7f9fd 42%, #ffffff 75%, #f4f7fb 100%) !important;
}

body.intel-home .side-nav,
body.intel-home .topbar,
body.seo-page .page-nav,
body.seo-page .mobile-action-bar {
  color: var(--v2-ink) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-color: var(--v2-line) !important;
  box-shadow: 0 18px 42px rgba(22, 36, 56, 0.08) !important;
  backdrop-filter: blur(18px);
}

body.intel-home .hero,
body.seo-page .seo-hero {
  color: #f7fbff !important;
  background:
    radial-gradient(circle at 14% 4%, rgba(64, 149, 255, 0.36), transparent 23rem),
    radial-gradient(circle at 88% 20%, rgba(34, 211, 238, 0.22), transparent 25rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #08172b 0%, #0a2138 54%, #07111f 100%) !important;
  background-size: auto, auto, 42px 42px, 42px 42px, auto !important;
  border-color: rgba(187, 220, 255, 0.18) !important;
  box-shadow: 0 34px 90px rgba(7, 21, 39, 0.28) !important;
}

body.intel-home .hero h1 {
  max-width: 9.3em !important;
  color: #ffffff !important;
  font-size: clamp(44px, 5.2vw, 62px) !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

body.intel-home .hero-subtitle,
body.intel-home .hero .eyebrow,
body.intel-home .hero p,
body.seo-page .seo-hero p,
body.seo-page .seo-hero .eyebrow,
body.seo-page .seo-hero .breadcrumb {
  color: rgba(231, 242, 255, 0.84) !important;
}

body.intel-home .hero-search {
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(210, 230, 255, 0.28) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(20px);
}

body.intel-home .hero-search input {
  color: #ffffff !important;
  background: transparent !important;
}

body.intel-home .metric-card,
body.intel-home .trust-card,
body.intel-home .route-card,
body.intel-home .workflow-card,
body.intel-home .category-card,
body.intel-home .site-card,
body.intel-home .directory-card,
body.intel-home .seo-card,
body.intel-home .topic-card,
body.seo-page .seo-card,
body.seo-page .topic-card,
body.seo-page .directory-card,
body.seo-page .lab-card,
body.seo-page .provider-card,
body.seo-page .lead-box,
body.seo-page .report-card,
body.seo-page .request-form,
body.seo-page .request-form-wrap aside,
body.seo-page .form-success-card,
body.seo-page .faq-list article,
body.seo-page .methodology-list article,
body.seo-page .compare-table,
body.seo-page .score-grid article,
body.seo-page .compact-score article {
  color: var(--v2-ink) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-color: var(--v2-line) !important;
  box-shadow: 0 18px 46px rgba(22, 36, 56, 0.08) !important;
}

body.seo-page .report-hero .risk-score-card {
  color: #ffffff !important;
  background: rgba(5, 12, 23, 0.74) !important;
  border-color: rgba(196, 218, 250, 0.20) !important;
}

body.intel-home h2,
body.intel-home h3,
body.intel-home .section-head h2,
body.seo-page h2,
body.seo-page h3,
body.seo-page .score-grid strong,
body.seo-page .compact-score strong {
  color: var(--v2-ink) !important;
}

body.intel-home p,
body.intel-home li,
body.seo-page p,
body.seo-page li,
body.seo-page td,
body.seo-page .score-grid p,
body.seo-page .compact-score p {
  color: var(--v2-muted) !important;
}

body.intel-home .primary-link,
body.seo-page .primary-link,
body.intel-home .request-form button[type="submit"],
body.seo-page .request-form button[type="submit"] {
  min-height: 44px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 58%, #1d4ed8 100%) !important;
  border: 1px solid rgba(147, 197, 253, 0.6) !important;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.28) !important;
}

body.intel-home .ghost-link,
body.intel-home .secondary-link,
body.seo-page .ghost-link,
body.seo-page .secondary-link,
body.intel-home .visit-link,
body.seo-page .visit-link,
body.intel-home .text-action,
body.seo-page .text-action {
  min-height: 44px !important;
  color: var(--v2-ink-2) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 10px 26px rgba(22, 36, 56, 0.06) !important;
}

body.intel-home .card-actions a,
body.intel-home .card-actions button,
body.seo-page .card-actions a,
body.seo-page .card-actions button {
  min-height: 40px !important;
  color: var(--v2-ink-2) !important;
  background: #ffffff !important;
  border: 1px solid var(--v2-line) !important;
  box-shadow: 0 8px 18px rgba(22, 36, 56, 0.05) !important;
}

body.intel-home .card-actions a:first-child,
body.seo-page .card-actions a:first-child {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb, #0ea5e9) !important;
  border-color: rgba(147, 197, 253, 0.56) !important;
}

body.seo-page .request-form input,
body.seo-page .request-form select,
body.seo-page .request-form textarea,
body.intel-home .request-form input,
body.intel-home .request-form select,
body.intel-home .request-form textarea {
  color: var(--v2-ink) !important;
  background: #f8fbff !important;
  border-color: rgba(91, 114, 143, 0.26) !important;
}

body.seo-page .decision-score span,
body.intel-home .decision-score span {
  color: #5f7ea1 !important;
}

body.seo-page .decision-score strong,
body.intel-home .decision-score strong {
  color: rgba(37, 99, 235, 0.36) !important;
}

body.seo-page .decision-score i,
body.intel-home .decision-score i {
  background: linear-gradient(90deg, #34d399 var(--score), #e6edf5 var(--score)) !important;
}

@media (max-width: 640px) {
  body.intel-home .hero h1 {
    max-width: 8.9em !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
  }

  body.seo-page .seo-main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 22px 14px 86px !important;
  }
}
