/*!
 * Audit by BIW - styles proprietaires.
 * Copyright (c) 2026 Audit by BIW. Tous droits reserves.
 * Toute copie, extraction ou reutilisation non autorisee est interdite.
 * https://www.audit-web-site.com
 */
/* Bundle Concurrent VS généré par private/admin-runtime/build-frontend-css.php. */
/* Feuille unique du site SEO & GEO IA.
   Générée depuis les anciens blocs <style> des pages publiques. */

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

:root {
  --site-menu-desktop-header-height: 131px;
  --site-menu-mobile-header-height: 93px;
  --site-credit-accent: #45f0c8;
}







.initial-hidden { display: none; }

.site-credit-box:not(.is-authenticated) { display: none !important; }

.scroll-x { overflow-x: auto; }

.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -0.125em;
}

.fa-solid[aria-hidden="true"],
.fa-regular[aria-hidden="true"],
.fa-brands[aria-hidden="true"] {
  pointer-events: none;
}

.fa-svg-icon {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
}

.fa-spin .fa-svg-icon {
  animation: fa-svg-spin 1s linear infinite;
}

.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-flex;
  width: 1em;
  height: 1em;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

@keyframes fa-svg-spin {
  to {
    transform: rotate(360deg);
  }
}

.site-menu {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--site-menu-desktop-header-height);
  min-height: var(--site-menu-desktop-header-height);
  padding: 10px 16px;
  background: rgba(5, 13, 28, 0.88);
  border-bottom: 1px solid rgba(125, 211, 252, 0.18);
  backdrop-filter: blur(14px);
}

.site-menu-reserve {
  height: var(--site-menu-desktop-header-height);
  min-height: var(--site-menu-desktop-header-height);
  border-bottom: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(5, 13, 28, 0.88);
}



.breadcrumb {
  margin: 0 0 12px;
  color: #9fb3ca;
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb li:not(:last-child)::after {
  content: "/";
  color: rgba(159, 179, 202, 0.72);
}

.breadcrumb a {
  color: #cfeeff;
  text-decoration: none;
  border-bottom: 1px solid rgba(125, 211, 252, 0.28);
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: #ffffff;
  border-bottom-color: rgba(125, 211, 252, 0.8);
  outline: none;
}

.breadcrumb a[aria-current="page"] {
  color: #f4fbff;
  border-bottom-color: transparent;
}

.page-updated,
body.page-legal .legal-updated {
  margin: 10px 0 0;
  color: #9fb3ca;
  font-size: 0.95rem;
  font-weight: 800;
}

.site-maintenance-active body {
  overflow: hidden;
}

.style2-particles {
  position: fixed;
  inset: 0;
  z-index: 0;
  display: none;
  overflow: hidden;
  pointer-events: none;
}

.style2-particle {
  position: absolute;
  opacity: 0;
}

.style2-particle-1 { --particle-x: 8%; --particle-delay: 0s; --particle-duration: 12s; --particle-size: 1rem; }
.style2-particle-2 { --particle-x: 18%; --particle-delay: 2s; --particle-duration: 15s; --particle-size: 1.35rem; }
.style2-particle-3 { --particle-x: 28%; --particle-delay: 4s; --particle-duration: 11s; --particle-size: 1.2rem; }
.style2-particle-4 { --particle-x: 39%; --particle-delay: 1s; --particle-duration: 17s; --particle-size: 1.55rem; }
.style2-particle-5 { --particle-x: 49%; --particle-delay: 6s; --particle-duration: 14s; --particle-size: 1.05rem; }
.style2-particle-6 { --particle-x: 61%; --particle-delay: 3s; --particle-duration: 16s; --particle-size: 1.4rem; }
.style2-particle-7 { --particle-x: 72%; --particle-delay: 7s; --particle-duration: 13s; --particle-size: 1.15rem; }
.style2-particle-8 { --particle-x: 83%; --particle-delay: 5s; --particle-duration: 18s; --particle-size: 1.5rem; }
.style2-particle-9 { --particle-x: 92%; --particle-delay: 8s; --particle-duration: 12s; --particle-size: 1.25rem; }
.style2-particle-10 { --particle-x: 55%; --particle-delay: 9s; --particle-duration: 19s; --particle-size: 1.65rem; }

html[data-seo-style="style2"] .style2-particles {
  display: block;
}

.site-maintenance-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 8, 23, 0.86);
  backdrop-filter: blur(18px);
}

.site-maintenance-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  width: min(560px, 100%);
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 18px;
  color: #eaf6ff;
  text-align: center;
  background: linear-gradient(180deg, rgba(8, 20, 39, 0.96), rgba(3, 10, 25, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.44), 0 0 42px rgba(125, 211, 252, 0.14);
}

.site-maintenance-icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(125, 211, 252, 0.34);
  border-radius: 18px;
  color: #7dd3fc;
  background: rgba(125, 211, 252, 0.1);
  font-size: 1.7rem;
}

.site-maintenance-card h2,
.site-maintenance-card p {
  margin: 0;
}

.site-maintenance-card h2 {
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  line-height: 1.08;
}

.site-maintenance-card p:not(.tool-label) {
  max-width: 42rem;
  color: #cbd9ec;
  font-weight: 800;
  line-height: 1.55;
}

.site-maintenance-loader {
  position: relative;
  width: min(340px, 100%);
  height: 10px;
  margin-top: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.18);
}

.site-maintenance-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 42px;
  margin-top: 4px;
  padding: 10px 14px;
  border: 1px solid rgba(125, 211, 252, 0.6);
  border-radius: 10px;
  color: #04111f;
  background: #7dd3fc;
  font-weight: 900;
  text-decoration: none;
}

.site-maintenance-admin-link:hover,
.site-maintenance-admin-link:focus-visible {
  filter: brightness(1.05);
  outline: none;
}

.site-maintenance-loader span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7dd3fc, #45f0c8);
  animation: site-maintenance-loader 1.35s ease-in-out infinite;
}

.application-access-banner {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(250, 204, 21, 0.34);
  border-radius: 12px;
  color: #fff8db;
  background: rgba(92, 69, 12, 0.82);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.application-access-banner i {
  margin-top: 3px;
  color: #fde68a;
}

.application-access-banner strong,
.application-access-banner span {
  display: block;
}

.application-access-banner span {
  color: #fff3bd;
  font-weight: 800;
  line-height: 1.45;
}

.application-version-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  width: min(1280px, calc(100% - 32px));
  margin: 28px auto 0;
  padding: 16px clamp(16px, 2.2vw, 24px);
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(12, 25, 48, 0.94), rgba(7, 18, 36, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 54px rgba(0, 0, 0, 0.2);
}

.application-version-footer-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.34);
  border-radius: 12px;
  color: #7dd3fc;
  background: rgba(125, 211, 252, 0.1);
}

.application-version-footer-copy {
  min-width: 0;
}

.application-version-footer-kicker {
  display: block;
  margin-bottom: 4px;
  color: #7dd3fc;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.application-version-footer strong {
  display: block;
  color: #f4fbff;
  font-size: 1rem;
  line-height: 1.35;
}

.application-version-footer p {
  margin: 8px 0 0;
  color: #b6c5d8;
  line-height: 1.6;
}

.application-version-footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.application-version-footer-meta span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgba(94, 234, 212, 0.3);
  border-radius: 999px;
  color: #ccfbf1;
  background: rgba(20, 83, 45, 0.24);
  font-size: 0.8rem;
  font-weight: 900;
}

.application-version-footer-meta span.highlighted {
  border-color: rgba(250, 204, 21, 0.34);
  color: #fff7cc;
  background: rgba(113, 63, 18, 0.3);
}

@media (max-width: 680px) {
  .application-version-footer {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, calc(100% - 20px));
    margin-top: 22px;
  }

  .application-version-footer-icon {
    width: 38px;
    height: 38px;
  }
}

body.page-tools .tools-product-card .app-access-card-note,
body.page-tools .tools-card .app-access-card-note,
body.page-tools .app-access-card-note,
.app-access-card-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(250, 204, 21, 0.36);
  border-radius: 999px;
  color: #fff7cc;
  background: rgba(113, 63, 18, 0.56);
  font-size: 0.78rem;
  font-weight: 900;
}

body.page-tools .tools-product-card .app-access-card-note.restricted,
body.page-tools .tools-card .app-access-card-note.restricted,
body.page-tools .app-access-card-note.restricted,
.app-access-card-note.restricted {
  border-color: rgba(248, 113, 113, 0.42);
  color: #ffe4e6;
  background: rgba(127, 29, 29, 0.55);
}

body.page-tools .tools-product-card .app-access-card-note.version,
body.page-tools .tools-card .app-access-card-note.version,
body.page-tools .app-access-card-note.version,
.app-access-card-note.version {
  border-color: rgba(125, 211, 252, 0.38);
  color: #dff4ff;
  background: rgba(14, 116, 144, 0.34);
}

body.page-tools .tools-product-card .app-access-card-note.version.highlighted,
body.page-tools .tools-card .app-access-card-note.version.highlighted,
body.page-tools .app-access-card-note.version.highlighted,
.app-access-card-note.version.highlighted {
  border-color: rgba(250, 204, 21, 0.36);
  color: #fff7cc;
  background: rgba(113, 63, 18, 0.56);
}

body.page-tools .tools-product-card .app-access-card-note.date,
body.page-tools .tools-card .app-access-card-note.date,
body.page-tools .app-access-card-note.date,
.app-access-card-note.date {
  border-color: rgba(94, 234, 212, 0.32);
  color: #ccfbf1;
  background: rgba(20, 83, 45, 0.34);
}

@keyframes site-maintenance-loader {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(260%);
  }
}

.site-menu-inner {
  position: relative;
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  align-items: center;
  gap: 8px 16px;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.site-menu-brand,
.site-menu-links a,
.site-credit-balance,
.site-credit-claim,
.site-reports-shortcut,
.site-profile-shortcut,
.site-admin-shortcut,
.site-auth-user,
.site-auth-button,
.site-auth-provider-button,
.site-menu-toggle,
.reports-toolbar button,
.reports-row-actions a,
.reports-row-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
}

.site-menu-brand {
  width: 105px;
  height: 105px;
  flex: 0 0 auto;
  align-self: center;
  position: relative;
  z-index: 2;
  color: #eff7ff;
  font-weight: 900;
  text-decoration: none;
  min-width: 0;
}

.site-menu-brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-menu-brand img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: transparent;
  object-fit: cover;
  padding: 0;
}

.site-menu-brand picture,
.site-footer-brand picture {
  display: contents;
}

.site-menu-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.site-menu-mobile-auth,
.site-menu-accordion,
.site-menu-accordion-body {
  display: contents;
}

.site-menu-accordion > summary {
  display: none;
}

.site-menu-secondary-row,
.site-menu-primary-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.site-menu-secondary-row {
  justify-content: flex-end;
}

.site-menu-primary-row {
  justify-content: flex-start;
  transform: translateY(4px);
}

.site-menu-links {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.site-menu-links a,
.site-credit-balance,
.site-credit-claim,
.site-reports-shortcut,
.site-profile-shortcut,
.site-admin-shortcut,
.site-auth-button,
.site-auth-provider-button,
.site-menu-toggle,
.reports-toolbar button,
.reports-row-actions a,
.reports-row-actions button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 11px;
  color: #eaf6ff;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 10px;
  background: rgba(23, 40, 74, 0.74);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.site-menu .site-menu-links a,
.site-menu .site-credit-balance,
.site-menu .site-credit-claim,
.site-menu .site-reports-shortcut,
.site-menu .site-profile-shortcut,
.site-menu .site-admin-shortcut,
.site-menu .site-auth-button,
.site-menu .site-auth-provider-button,
.site-menu .site-menu-toggle {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  transform: none;
}

.site-menu .site-credit-balance {
  min-width: 106px;
}

.site-menu .site-credit-balance strong {
  display: inline-flex;
  justify-content: center;
  min-width: 7ch;
  font-variant-numeric: tabular-nums;
}

.site-menu-links a:hover,
.site-menu-links a:focus-visible,
.site-menu-links a.is-active,
.site-credit-balance:hover,
.site-credit-balance:focus-visible,
.site-credit-claim:hover,
.site-credit-claim:focus-visible,
.site-reports-shortcut:hover,
.site-reports-shortcut:focus-visible,
.site-reports-shortcut.is-active,
.site-profile-shortcut:hover,
.site-profile-shortcut:focus-visible,
.site-profile-shortcut.is-active,
.site-admin-shortcut:hover,
.site-admin-shortcut:focus-visible,
.site-admin-shortcut.is-active,
.site-auth-button:hover,
.site-auth-provider-button:hover,
.site-menu-toggle:hover,
.reports-toolbar button:hover,
.reports-row-actions a:hover,
.reports-row-actions button:hover {
  border-color: rgba(125, 211, 252, 0.58);
  background: rgba(29, 56, 98, 0.94);
  outline: none;
}

.site-menu .site-menu-links a:hover,
.site-menu .site-menu-links a:focus-visible,
.site-menu .site-credit-balance:hover,
.site-menu .site-credit-balance:focus-visible,
.site-menu .site-credit-claim:hover,
.site-menu .site-credit-claim:focus-visible,
.site-menu .site-reports-shortcut:hover,
.site-menu .site-reports-shortcut:focus-visible,
.site-menu .site-profile-shortcut:hover,
.site-menu .site-profile-shortcut:focus-visible,
.site-menu .site-admin-shortcut:hover,
.site-menu .site-admin-shortcut:focus-visible,
.site-menu .site-auth-button:hover,
.site-menu .site-auth-button:focus-visible,
.site-menu .site-auth-provider-button:hover,
.site-menu .site-auth-provider-button:focus-visible,
.site-menu .site-menu-toggle:hover,
.site-menu .site-menu-toggle:focus-visible {
  transform: none;
}

.site-menu-links a.is-active {
  color: #04111f;
  background: #7dd3fc;
}

.site-menu-links a.site-menu-mobile-primary-link {
  display: none;
}

.site-admin-shortcut.is-active {
  color: #04111f;
  background: #7dd3fc;
}

.site-profile-shortcut.is-active {
  color: #04111f;
  background: #7dd3fc;
}

.site-reports-shortcut.is-active {
  color: #04111f;
  background: #7dd3fc;
}

.site-menu-auth {
  flex: 0 0 clamp(270px, 23vw, 360px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 270px;
}

.site-menu-admin {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
}

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

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

.site-admin-shortcut {
  min-width: 38px;
  padding-inline: 11px;
  text-decoration: none;
}

.site-profile-shortcut {
  text-decoration: none;
}

.site-reports-shortcut {
  text-decoration: none;
}

.site-mobile-bottom-nav {
  display: none;
}

.site-mobile-bottom-link {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  color: #eaf6ff;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 12px;
  background: rgba(23, 40, 74, 0.72);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
}

.site-mobile-bottom-link i {
  flex: 0 0 auto;
  font-size: 1.02rem;
  color: #7dd3fc;
}

.site-mobile-bottom-link span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-mobile-bottom-link:hover,
.site-mobile-bottom-link:focus-visible,
.site-mobile-bottom-link.is-active {
  color: #04111f;
  border-color: rgba(125, 211, 252, 0.62);
  background: linear-gradient(135deg, #7dd3fc 0%, #5eead4 100%);
  outline: none;
}

.site-mobile-bottom-link:hover i,
.site-mobile-bottom-link:focus-visible i,
.site-mobile-bottom-link.is-active i {
  color: #04111f;
}

.site-forum-shortcut {
  border-color: rgba(69, 240, 200, 0.26);
  color: #dff4ff;
  background: rgba(12, 39, 34, 0.34);
}

.site-credit-balance {
  flex: 0 0 auto;
  text-decoration: none;
}

.site-credit-box {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.site-credit-box-menu .site-credit-pending {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 3;
  min-width: max-content;
}

.site-credit-box-mobile {
  display: none;
}

.site-credit-pending {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-credit-daily-bonus {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-sizing: border-box;
  min-width: 72px;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(14, 35, 65, 0.78);
  font-size: 0.76rem;
  font-weight: 950;
  white-space: nowrap;
}

.site-credit-balance .site-credit-daily-bonus {
  min-width: 3.4ch;
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--site-credit-accent, #45f0c8);
  background: transparent;
  box-shadow: none;
  line-height: 1;
}

.site-credit-daily-bonus span {
  min-width: 3.2ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.site-credit-daily-bonus.is-earned {
  border-color: rgba(192, 132, 252, 0.5);
  color: #f8fbff;
  background: linear-gradient(135deg, rgba(125, 211, 252, 0.22), rgba(192, 132, 252, 0.22));
}

.site-credit-balance .site-credit-daily-bonus.is-earned {
  color: var(--site-credit-accent, #45f0c8);
  background: transparent;
}

.seo-credit-toast {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 9999;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  width: min(460px, calc(100vw - 32px));
  padding: 16px 42px 16px 16px;
  border: 1px solid rgba(125, 211, 252, 0.44);
  border-radius: 16px;
  color: #eaf6ff;
  background: linear-gradient(135deg, rgba(9, 18, 42, 0.98), rgba(35, 20, 68, 0.96));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.44), 0 0 32px rgba(125, 211, 252, 0.16);
  font-weight: 850;
  line-height: 1.45;
}

.seo-credit-toast > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  border-radius: 12px;
  color: #071021;
  background: linear-gradient(135deg, #7dd3fc, #c084fc);
}

.seo-credit-toast strong {
  display: block;
  color: #ffffff;
}

.seo-credit-toast span {
  display: block;
  color: #dbeafe;
  font-size: 0.93rem;
}

.seo-credit-toast small {
  display: block;
  margin-top: 5px;
  color: #bae6fd;
  font-size: 0.82rem;
  font-weight: 850;
}

.seo-credit-toast a {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(125, 211, 252, 0.34);
  border-radius: 999px;
  color: #eff6ff;
  background: rgba(125, 211, 252, 0.12);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 950;
}

.seo-credit-toast button {
  position: absolute;
  top: 8px;
  right: 9px;
  width: 28px;
  min-height: 28px;
  padding: 0;
  border: 0;
  color: #dbeafe;
  background: transparent;
}

.site-admin-notifications {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.site-admin-notification-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid rgba(5, 13, 28, 0.96);
  border-radius: 999px;
  color: #06101f;
  background: #facc15;
  font-size: 0.68rem;
  font-weight: 950;
  line-height: 1;
}

.site-admin-notification-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 150;
  display: grid;
  gap: 8px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.14s ease, transform 0.14s ease, visibility 0s linear 0.14s;
  width: min(340px, calc(100vw - 24px));
  max-width: calc(100vw - 24px);
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.3);
  border-radius: 14px;
  color: #eaf6ff;
  background: linear-gradient(180deg, rgba(8, 20, 39, 0.98), rgba(4, 11, 26, 0.98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5), 0 0 24px rgba(125, 211, 252, 0.12);
}

.site-admin-notifications:hover .site-admin-notification-panel,
.site-admin-notifications:focus-within .site-admin-notification-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0);
  transition-delay: 0s;
}

.site-admin-notification-panel > strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f8fbff;
  font-size: 0.88rem;
}

.site-admin-notification-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 9px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(14, 35, 65, 0.48);
  text-decoration: none;
}

.site-admin-notification-item:hover,
.site-admin-notification-item:focus-visible {
  border-color: rgba(125, 211, 252, 0.5);
  color: #ffffff;
  outline: none;
}

.site-admin-notification-item i {
  color: #7dd3fc;
}

.site-admin-notification-item span,
.site-admin-notification-item small {
  display: block;
  min-width: 0;
}

.site-admin-notification-item span {
  color: #f8fbff;
  font-size: 0.86rem;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-admin-notification-item small {
  color: #b6c5d8;
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.35;
}

.site-admin-notification-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  padding: 2px 6px;
  border: 1px solid rgba(250, 204, 21, 0.44);
  border-radius: 999px;
  color: #fff8db;
  background: rgba(113, 63, 18, 0.54);
  font-size: 0.75rem;
  font-weight: 950;
}

.site-admin-notification-empty {
  color: #b6c5d8;
  font-size: 0.82rem;
  font-weight: 800;
}

.site-auth-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 4px;
}

.site-auth-benefit-card,
.site-auth-daily-note {
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 12px;
  background: rgba(14, 35, 65, 0.64);
}

.site-auth-benefit-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
}

.site-auth-benefit-card i {
  margin-top: 3px;
  color: #7dd3fc;
}

.site-auth-benefit-card strong,
.site-auth-daily-note strong {
  display: block;
  color: #f8fbff;
}

.site-auth-benefit-card span,
.site-auth-daily-note span {
  display: block;
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.4;
}

.site-auth-daily-note {
  margin: 12px 0 0;
  padding: 12px;
}

.site-auth-newsletter-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  margin: 12px 0 0;
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.52);
}

.site-auth-newsletter-choice input {
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
  accent-color: #7dd3fc;
}

.site-auth-newsletter-choice strong,
.site-auth-newsletter-choice small {
  display: block;
}

.site-auth-newsletter-choice strong {
  color: #f8fbff;
  font-weight: 950;
}

.site-auth-newsletter-choice small {
  margin-top: 3px;
  color: #cbd5e1;
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.4;
}

.site-offscreen-copy-field {
  position: fixed;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media (max-width: 680px) {
  .site-auth-benefits {
    grid-template-columns: 1fr;
  }
}

.site-credit-claim {
  min-height: 38px;
  color: #06101f;
  border-color: rgba(69, 240, 200, 0.7);
  background: linear-gradient(135deg, #45f0c8, #9bf5d3);
}

.site-credit-claim.is-gift {
  border-color: rgba(255, 200, 87, 0.72);
  background: linear-gradient(135deg, #ffc857, #ff8fb3);
}

.site-credit-message {
  position: absolute;
  top: calc(100% + 7px);
  right: 0;
  z-index: 3;
  width: min(340px, calc(100vw - 32px));
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(69, 240, 200, 0.34);
  border-radius: 10px;
  color: #eafff7;
  background: rgba(4, 25, 31, 0.98);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.45;
}

.site-credit-label {
  color: #b9cce2;
  font-size: 0.76rem;
  font-weight: 900;
  white-space: nowrap;
}

.site-credit-balance strong {
  color: var(--site-credit-accent, #45f0c8);
  font-size: 0.92rem;
  line-height: 1;
  min-width: 7ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.site-credit-balance strong.is-unlimited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35em;
}

.site-credit-infinity {
  display: inline-block;
  color: var(--site-credit-accent, #45f0c8);
  font-family: "Segoe UI Symbol", "Segoe UI", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 0.8;
  text-shadow: 0 0 12px rgba(69, 240, 200, 0.58), 0 0 22px rgba(125, 211, 252, 0.32);
}

.site-credit-balance.is-credit-highlighted,
.site-credit-balance.is-credit-unlimited {
  border-color: rgba(69, 240, 200, 0.58);
}

.sr-only,
.visually-hidden,
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sr-only-focusable:focus,
.sr-only-focusable:focus-visible {
  position: fixed !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 2147483647 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 9px 12px !important;
  overflow: visible !important;
  clip-path: none !important;
  white-space: normal !important;
  border: 1px solid rgba(125, 211, 252, 0.58) !important;
  border-radius: 10px !important;
  color: #04111f !important;
  background: #7dd3fc !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  outline: 3px solid rgba(125, 211, 252, 0.34) !important;
  outline-offset: 3px !important;
}

.site-credit-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.site-auth-user {
  width: 100%;
  max-width: none;
  color: #f4fbff;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-auth-user-main {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.site-auth-user-main > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-auth-support {
  color: #a9bdd5;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.site-auth-support code {
  color: #dff4ff;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 5px;
  background: rgba(125, 211, 252, 0.08);
  padding: 1px 4px;
}

.site-auth-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.site-auth-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #04111f;
  background: #7dd3fc;
}

.site-auth-modal-open {
  overflow: hidden;
}

.site-auth-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 34px);
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(10px);
}

.site-auth-dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(125, 211, 252, 0.16), transparent 34%),
    rgba(8, 20, 39, 0.98);
  color: #dbeafe;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
}

.site-auth-dialog h2 {
  margin: 0 38px 12px 0;
  color: #f4fbff;
  font-size: clamp(1.28rem, 2.6vw, 1.78rem);
  line-height: 1.15;
  letter-spacing: 0;
}

.site-auth-dialog p {
  margin: 0 0 12px;
  color: #b7c7dc;
  font-size: 0.98rem;
  line-height: 1.58;
}

.site-auth-read-more {
  margin: 0 0 12px;
}

.site-auth-read-more summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  color: #7dd3fc;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.site-auth-read-more summary::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 999px;
  color: #04111f;
  background: #7dd3fc;
}

.site-auth-read-more[open] summary::before {
  content: "-";
}

.site-auth-dialog-kicker {
  margin-bottom: 8px !important;
  color: #7dd3fc !important;
  font-size: 0.78rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-auth-dialog-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 14px;
  color: #04111f;
  background: #7dd3fc;
  box-shadow: 0 16px 36px rgba(14, 165, 233, 0.24);
}

.site-auth-dialog-icon.is-standard {
  border-color: rgba(34, 197, 94, 0.28);
  background: #86efac;
  box-shadow: 0 16px 36px rgba(34, 197, 94, 0.22);
}

.site-auth-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(15, 23, 42, 0.76);
  cursor: pointer;
}

.site-auth-modal-close:hover,
.site-auth-modal-close:focus-visible {
  border-color: rgba(125, 211, 252, 0.58);
  color: #f8fbff;
  outline: none;
}

.site-auth-modal-providers {
  margin-top: 16px;
}

.site-auth-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.site-auth-modal-primary,
.site-auth-modal-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.site-auth-modal-primary {
  flex: 1 1 230px;
  gap: 8px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  color: #04111f;
  background: linear-gradient(135deg, #7dd3fc, #86efac);
  box-shadow: 0 16px 34px rgba(14, 165, 233, 0.22);
}

.site-auth-modal-secondary {
  flex: 0 0 auto;
  border: 1px solid rgba(148, 163, 184, 0.24);
  color: #dbeafe;
  background: rgba(15, 23, 42, 0.62);
}

.site-auth-providers {
  display: grid;
  gap: 10px;
}

.site-auth-provider-button {
  width: 100%;
}

.site-auth-icon-button {
  width: 38px;
  min-width: 38px;
  padding: 8px;
}

.site-google-provider,
body.app-crawl .google-signin-mount,
body.app-one-page .google-signin-mount,
body.pricing-page .google-signin-mount,
.doc-crawl .google-signin-mount {
  position: relative;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}

.site-google-provider-visual,
body.app-crawl .google-signin-visual,
body.app-one-page .google-signin-visual,
body.pricing-page .google-signin-visual,
.doc-crawl .google-signin-visual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  width: 100%;
  min-height: 38px;
  padding: 8px 11px;
  pointer-events: none;
}

body.app-crawl .google-signin-visual,
body.app-one-page .google-signin-visual,
body.pricing-page .google-signin-visual,
.doc-crawl .google-signin-visual {
  min-height: 44px;
  padding: 10px 16px;
}

.site-google-provider .fa-google,
body.app-crawl .google-signin-visual .fa-google,
body.app-one-page .google-signin-visual .fa-google,
body.pricing-page .google-signin-visual .fa-google,
.doc-crawl .google-signin-visual .fa-google {
  color: #4285f4;
}

.site-google-button-host,
body.app-crawl .google-button-host,
body.app-one-page .google-button-host,
body.pricing-page .google-button-host,
.doc-crawl .google-button-host {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0.01;
}

.site-google-button-host > div,
.site-google-button-host iframe,
body.app-crawl .google-button-host > div,
body.app-crawl .google-button-host iframe,
body.app-one-page .google-button-host > div,
body.app-one-page .google-button-host iframe,
body.pricing-page .google-button-host > div,
body.pricing-page .google-button-host iframe,
.doc-crawl .google-button-host > div,
.doc-crawl .google-button-host iframe {
  width: 100% !important;
  height: 100% !important;
}

.site-google-provider:focus-within,
body.app-crawl .google-signin-mount:focus-within,
body.app-one-page .google-signin-mount:focus-within,
body.pricing-page .google-signin-mount:focus-within,
.doc-crawl .google-signin-mount:focus-within {
  border-color: rgba(125, 211, 252, 0.72);
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.16);
}

.site-auth-error,
.site-auth-status {
  margin: 0;
  color: #b7c7dc;
  font-size: 0.86rem;
}

.site-auth-placeholder {
  display: inline-block;
  min-width: 7.5rem;
  visibility: hidden;
}

.site-auth-error {
  color: #ffd2d9;
}

.site-menu-toggle {
  display: none;
}

.site-page-info {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(1280px, calc(100% - 32px));
  margin: 34px auto 0;
  padding: 18px clamp(16px, 2.2vw, 28px);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(12, 25, 48, 0.88), rgba(8, 18, 36, 0.92));
  color: #b7c7dc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.site-page-info-updated {
  margin: 0;
}

.site-footer-agency-info {
  flex: 1 1 100%;
  width: 100%;
  margin: 0 0 10px;
  color: #c9d7e8;
  font-size: 0.92rem;
  line-height: 1.6;
}

.site-footer-agency-info strong {
  color: #edf6ff;
}

.site-footer-agency-info a {
  color: #cfeeff;
  text-decoration: none;
  border-bottom: 1px solid rgba(125, 211, 252, 0.32);
}

.site-footer-agency-info a:hover,
.site-footer-agency-info a:focus-visible {
  color: #ffffff;
  border-bottom-color: rgba(125, 211, 252, 0.84);
  outline: none;
}

.site-legal-footer > .site-footer-agency-info {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding-top: 16px;
}

.app-footer.site-info-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin: 18px 0;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 43, 0.76);
  color: #cbd8ef;
  padding: 14px 16px;
}

.site-page-info-tool-version {
  order: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  width: 100%;
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(125, 211, 252, 0.14);
}

.site-page-info-tool-version strong {
  display: block;
  color: #f4fbff;
  font-size: 1rem;
  line-height: 1.35;
}

.site-page-info-tool-version p {
  margin: 8px 0 0;
  color: #b6c5d8;
  line-height: 1.6;
}

.site-page-info-tool-version .application-version-footer-meta {
  margin-top: 10px;
}

[data-site-page-info-tool-version="true"] .site-page-info-updated {
  color: #cbd8ef;
}

@media (max-width: 680px) {
  .site-page-info-tool-version {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .site-page-info-tool-version .application-version-footer-icon {
    width: 38px;
    height: 38px;
  }
}

.site-page-info .breadcrumb {
  order: 1;
  margin: 0;
}

.site-page-info-updated {
  order: 2;
  margin-top: 12px;
  color: #9fb3ca;
  font-size: 0.95rem;
  font-weight: 800;
}

.tool-share-panel {
  position: relative;
  width: min(1280px, calc(100% - 32px));
  margin: 28px auto 0;
}

.tool-share-content {
  display: flex;
  justify-content: flex-end;
  padding: 0 clamp(16px, 2.2vw, 28px);
}

.tool-share-actions {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.tool-share-trigger {
  list-style: none;
}

.tool-share-trigger,
.tool-share-link,
.tool-share-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  min-height: 38px;
  padding: 8px 11px;
  color: #eef7ff;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 10px;
  background: rgba(22, 39, 74, 0.78);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.tool-share-trigger {
  min-width: 154px;
}

.tool-share-options {
  position: absolute;
  z-index: 30;
  right: 0;
  bottom: calc(100% + 8px);
  display: grid;
  grid-template-columns: repeat(2, minmax(108px, 1fr));
  gap: 7px;
  min-width: 276px;
  padding: 10px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.98);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.36);
}

.tool-share-actions[open] .tool-share-trigger,
.tool-share-trigger:hover,
.tool-share-trigger:focus-visible,
.tool-share-link:hover,
.tool-share-link:focus-visible,
.tool-share-copy:hover,
.tool-share-copy:focus-visible {
  color: #ffffff;
  border-color: rgba(125, 211, 252, 0.58);
  background: rgba(29, 56, 98, 0.94);
  text-decoration: none;
}

.tool-share-x {
  border-color: rgba(226, 232, 240, 0.24);
}

.tool-share-linkedin {
  border-color: rgba(96, 165, 250, 0.4);
}

.tool-share-facebook {
  border-color: rgba(59, 130, 246, 0.42);
}

.tool-share-whatsapp {
  border-color: rgba(34, 197, 94, 0.38);
}

.tool-share-mail {
  border-color: rgba(248, 250, 252, 0.34);
}

.tool-share-copy.is-copied {
  color: #dcfce7;
  border-color: rgba(34, 197, 94, 0.42);
  background: rgba(20, 83, 45, 0.46);
}

@media (max-width: 560px) {
  .tool-share-content {
    justify-content: flex-end;
    padding: 0;
  }

  .tool-share-actions {
    width: fit-content;
  }

  .tool-share-trigger {
    width: auto;
  }

  .tool-share-options {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    grid-template-columns: 1fr 1fr;
    min-width: min(276px, calc(100vw - 32px));
    width: max-content;
    max-width: calc(100vw - 32px);
    margin-top: 0;
  }

  .tool-share-link,
  .tool-share-copy {
    width: auto;
    white-space: normal;
  }
}

.site-legal-footer {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(160px, 1fr) auto;
  align-items: center;
  gap: 14px 24px;
  width: 100%;
  margin: 28px 0 0;
  padding: 18px clamp(16px, 2.5vw, 38px) 22px;
  border-top: 1px solid rgba(125, 211, 252, 0.14);
  background:
    radial-gradient(700px 180px at 0% 50%, rgba(56, 189, 248, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(5, 12, 27, 0.98), rgba(2, 7, 19, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 -18px 44px rgba(0, 0, 0, 0.22);
  color: #91a8c2;
  font-size: 0.92rem;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  color: #eaf6ff;
  font-weight: 900;
  text-decoration: none;
}

.site-footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eff8ff;
  box-shadow: 0 0 0 1px rgba(125, 211, 252, 0.34), 0 0 18px rgba(56, 189, 248, 0.22);
}

.site-footer-meta {
  display: contents;
  min-width: 0;
}

.site-footer-meta > span {
  justify-self: center;
  color: rgba(226, 232, 240, 0.72);
  text-align: center;
}

.site-legal-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
}

.site-legal-footer a {
  color: #cfeeff;
  text-decoration: none;
}

.site-legal-footer a:hover,
.site-legal-footer a:focus-visible {
  text-decoration: underline;
  outline: none;
}@media (max-width: 760px) {
  .site-legal-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }

  .site-footer-meta {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .site-footer-meta > span {
    justify-self: flex-start;
    text-align: left;
  }

  .site-legal-links {
    justify-content: flex-start;
  }

}




body.page-home .eyebrow::before,
body.page-home .feature-list li::before,
body.page-home .footer a::before,
.site-footer-brand::before,
.site-legal-links a::before,
body.app-crawl #runBtn::before,
body.app-one-page #runBtn::before,
body.app-crawl #signOutBtn::before,
body.app-one-page #signOutBtn::before,
body.app-one-page #copySummaryBtn::before,
body.app-crawl button[data-load-report]::before,
body.app-one-page button[data-load-report]::before,
body.app-crawl button[data-export-report-csv]::before,
body.app-one-page button[data-export-report-csv]::before,
body.app-crawl button[data-export-report-html]::before,
body.app-one-page button[data-export-report-html]::before,
body.app-crawl button[data-copy-report-ux]::before,
body.app-one-page button[data-copy-report-ux]::before,
body.app-crawl button[data-delete-report]::before,
body.app-one-page button[data-delete-report]::before,
body.app-crawl .guide summary::before,
body.app-one-page .guide summary::before,
body.doc-crawl .toc a::before,
body.doc-one-page .toc a::before,
body.app-crawl .section-title::before,
body.app-one-page .section-title::before,
body.doc-crawl h2::before,
body.doc-one-page h2::before,
body.app-crawl .contact-block a::before,
body.app-one-page .contact-block a::before,
body.app-crawl .social-links a::before,
body.app-one-page .social-links a::before {
  display: inline-block;
  font-family: inherit;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}




body.page-home .footer a::before,
.site-footer-brand::before,
.site-legal-links a::before,
body.doc-crawl .toc a::before,
body.doc-one-page .toc a::before {
  content: ">";
  margin-right: 0.4rem;
  color: #7dd3fc;
  font-family: Arial, sans-serif;
  font-weight: 900;
}





















body.app-crawl .microsoft-signin,
body.app-one-page .microsoft-signin,
body.pricing-page .microsoft-signin,
.doc-crawl .microsoft-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.site-microsoft-provider .fa-microsoft,
.microsoft-signin-visual .fa-microsoft {
  color: #00a4ef;
}

body.app-crawl .auth-provider-choices,
body.app-one-page .auth-provider-choices,
body.pricing-page .auth-provider-choices,
.doc-crawl .auth-provider-choices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}





body :is(.score-value, .score-label) {
  background: transparent !important;
  background-image: none !important;
}






























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































@media (max-width: 900px) {
      html.site-mobile-bottom-nav-ready body {
        padding-bottom: calc(88px + env(safe-area-inset-bottom));
      }

      .site-mobile-bottom-nav {
        position: fixed;
        right: max(10px, env(safe-area-inset-right));
        bottom: max(8px, env(safe-area-inset-bottom));
        left: max(10px, env(safe-area-inset-left));
        z-index: 75;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
        gap: 4px;
        min-height: 66px;
        padding: 7px;
        border: 1px solid rgba(125, 211, 252, 0.24);
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(8, 20, 39, 0.96), rgba(3, 10, 25, 0.98));
        box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.38), 0 0 28px rgba(125, 211, 252, 0.12);
        backdrop-filter: blur(16px);
      }

      .site-mobile-bottom-link {
        min-height: 52px;
        padding: 7px 4px;
        flex-direction: column;
      }

      .site-mobile-bottom-link span {
        width: 100%;
      }

      .site-menu,
      .site-menu-reserve {
        height: var(--site-menu-mobile-header-height);
        min-height: var(--site-menu-mobile-header-height);
      }

      .site-menu {
        padding: 8px 10px;
      }

      .site-menu-inner {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
      }

      .site-menu-brand img {
        width: 76px;
        height: 76px;
      }

      .site-menu-brand {
        width: 76px;
        height: 76px;
      }

      .site-credit-box-mobile {
        display: flex;
        position: absolute;
        left: 50%;
        z-index: 1;
        width: max-content;
        max-width: none;
        min-width: max-content;
        flex: 0 0 auto;
        justify-content: center;
        transform: translateX(-50%);
      }

      .site-credit-box-mobile .site-credit-balance {
        width: auto;
        max-width: none;
        min-width: 106px;
        flex: 0 0 auto;
        justify-content: center;
      }

      .site-credit-box-mobile .site-credit-label {
        display: none;
      }

      .site-credit-box-mobile .site-credit-pending {
        position: absolute;
        top: calc(100% + 7px);
        left: 50%;
        width: min(260px, calc(100vw - 28px));
        transform: translateX(-50%);
      }

      .site-menu .site-menu-toggle {
        display: inline-flex;
        flex: 0 0 auto;
        margin-left: auto;
      }

      .site-menu-content {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        left: 0;
        z-index: 10;
        display: none;
        width: 100%;
        max-height: calc(100dvh - 82px);
        overflow: auto;
        pointer-events: initial;
        padding: 12px;
        border: 1px solid rgba(125, 211, 252, 0.22);
        border-radius: 14px;
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        background: rgba(7, 18, 36, 0.98);
        box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
      }

      .site-menu-content.is-open {
        display: flex;
      }

      .site-menu-mobile-auth {
        order: -3;
        display: grid;
        width: 100%;
      }

      .site-menu-mobile-auth .site-menu-auth {
        order: 0;
      }

      .site-menu-accordion {
        display: block;
        width: 100%;
        overflow: hidden;
        pointer-events: initial;
        border: 1px solid rgba(125, 211, 252, 0.2);
        border-radius: 12px;
        background: rgba(12, 27, 52, 0.72);
      }

      .site-menu-account-accordion {
        order: -2;
      }

      .site-menu-navigation-accordion {
        order: -1;
      }

      .site-menu-accordion > summary {
        display: flex;
        min-height: 42px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 12px;
        color: #eaf6ff;
        font-size: 0.94rem;
        font-weight: 900;
        list-style: none;
        cursor: pointer;
      }

      .site-menu-accordion > summary span {
        display: inline-flex;
        min-width: 0;
        align-items: center;
        gap: 8px;
      }

      .site-menu-accordion > summary i:last-child {
        flex: 0 0 auto;
        color: #7dd3fc;
        transition: transform 0.18s ease;
      }

      .site-menu-accordion[open] > summary {
        border-bottom: 1px solid rgba(125, 211, 252, 0.16);
        background: rgba(34, 211, 238, 0.08);
      }

      .site-menu-accordion[open] > summary i:last-child {
        transform: rotate(180deg);
      }

      .site-menu-accordion-body {
        display: grid;
        gap: 10px;
        pointer-events: initial;
        padding: 10px;
      }

      .site-menu-accordion:not([open]) .site-menu-accordion-body {
        display: none;
      }

      .site-menu-secondary-row,
      .site-menu-primary-row {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        transform: none;
      }

      .site-menu-links,
      .site-credit-box,
      .site-credit-balance,
      .site-menu-reports,
      .site-menu-profile,
      .site-menu-auth,
      .site-menu-admin {
        width: 100%;
        min-width: 0;
        align-items: stretch;
        flex-direction: column;
        overflow: visible;
      }

      .site-menu-links a,
      .site-credit-balance,
      .site-credit-claim,
      .site-reports-shortcut,
      .site-profile-shortcut,
      .site-admin-shortcut,
      .site-auth-button,
      .site-auth-provider-button {
        width: 100%;
        justify-content: flex-start;
      }

      .site-menu-auth {
        flex: 0 0 auto;
      }

      .site-auth-provider-button {
        justify-content: center;
        text-align: center;
      }

      .site-menu-links a.site-menu-mobile-primary-link {
        display: inline-flex;
      }

      .site-menu-content .site-credit-box-menu {
        display: none;
      }

      .site-credit-box {
        flex-direction: column;
      }

      .site-credit-box-mobile {
        width: auto;
        max-width: none;
        min-width: max-content;
        align-items: center;
        flex: 0 0 auto;
        flex-direction: row;
        overflow: visible;
      }

      .site-credit-box-mobile .site-credit-balance {
        width: auto;
        max-width: none;
        min-width: 106px;
        align-items: center;
        flex: 0 0 auto;
        flex-direction: row;
        justify-content: center;
        gap: 0.4rem;
      }

      .site-credit-pending {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
      }

      .site-credit-box-mobile .site-credit-pending {
        align-items: stretch;
      }

      .site-credit-message {
        position: static;
        width: 100%;
      }

      .site-credit-box-mobile .site-credit-message {
        position: absolute;
        top: calc(100% + 52px);
        left: 50%;
        width: min(300px, calc(100vw - 28px));
        transform: translateX(-50%);
      }

      .site-auth-user {
        width: 100%;
        max-width: none;
        justify-content: flex-start;
      }

      .site-auth-modal-backdrop {
        align-items: end;
        padding: 12px;
      }

      .site-auth-dialog {
        width: 100%;
        max-height: calc(100dvh - 24px);
        padding: 18px;
        border-radius: 14px;
      }

      .site-auth-dialog h2 {
        margin-right: 42px;
        font-size: 1.28rem;
      }

      .site-auth-modal-actions,
      .site-auth-modal-primary,
      .site-auth-modal-secondary {
        width: 100%;
      }












    
}@media (max-width: 560px) {
      .site-mobile-bottom-nav {
        right: max(6px, env(safe-area-inset-right));
        bottom: max(6px, env(safe-area-inset-bottom));
        left: max(6px, env(safe-area-inset-left));
        padding: 6px;
        border-radius: 16px;
      }

      .site-mobile-bottom-link {
        min-height: 50px;
        font-size: 0.62rem;
      }

      .site-mobile-bottom-link i {
        font-size: 0.98rem;
      }

      .site-menu-brand span {
        font-size: 0.95rem;
      }












}




































.admin-documentation-link,
body.app-crawl .admin-documentation-link,
body.app-one-page .admin-documentation-link {
      min-height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px 12px;
      border: 1px solid rgba(69, 240, 200, 0.38);
      border-radius: 10px;
      color: #bff7d3;
      background: rgba(20, 83, 45, 0.22);
      font-size: 13px;
      font-weight: 800;
      text-decoration: none;
      white-space: nowrap;
      transition: background .16s ease, border-color .16s ease, transform .16s ease;
    }

.admin-documentation-link[hidden],
body.app-crawl .admin-documentation-link[hidden],
body.app-one-page .admin-documentation-link[hidden] {
      display: none !important;
    }

.admin-documentation-link:hover,
body.app-crawl .admin-documentation-link:hover,
body.app-one-page .admin-documentation-link:hover {
      border-color: rgba(69, 240, 200, 0.72);
      background: rgba(20, 83, 45, 0.34);
      transform: translateY(-1px);
    }

















body.analysis-lock-active {
      overflow: hidden;
    }

body.analysis-lock-active > *:not(.analysis-lock-overlay):not(.site-maintenance-overlay) {
      pointer-events: none;
      user-select: none;
    }

.analysis-lock-overlay[hidden] {
      display: none !important;
    }

.analysis-lock-overlay {
      position: fixed;
      inset: 0;
      z-index: 2147483000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      background: rgba(3, 7, 18, 0.9);
      backdrop-filter: blur(8px);
      cursor: wait;
      touch-action: none;
    }

.analysis-lock-dialog {
      position: relative;
      overflow: hidden;
      width: min(520px, 100%);
      padding: 22px;
      border: 1px solid rgba(125, 211, 252, 0.34);
      border-radius: 8px;
      background: #071229;
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
      color: #e5f3ff;
    }

.analysis-lock-dialog::before {
      content: "";
      display: block;
      width: 170px;
      height: 148px;
      margin: 0 auto 16px;
      border-radius: 12px 12px 8px 8px;
      background:
        radial-gradient(circle at 30px 24px, #0f172a 0 10px, transparent 11px),
        radial-gradient(circle at 63px 24px, #0f172a 0 10px, transparent 11px),
        radial-gradient(circle at 50% 24px, #b8f4ff 0 15px, #32c8b8 16px 22px, transparent 23px),
        linear-gradient(#9aa6b2, #9aa6b2) 139px 13px / 7px 24px no-repeat,
        linear-gradient(#0f172a, #0f172a) 50% 54px / 56px 17px no-repeat,
        radial-gradient(ellipse at center, transparent 0 15px, #f8fafc 16px 22px, transparent 23px) 113px 106px / 36px 34px no-repeat,
        linear-gradient(#f8fafc, #f8fafc) 50% 112px / 64px 32px no-repeat,
        linear-gradient(#37c8b3, #37c8b3) 50% 130px / 152px 10px no-repeat,
        linear-gradient(#c7d0da, #c7d0da) 50% 0 / 170px 46px no-repeat,
        linear-gradient(#aeb8c4, #aeb8c4) 50% 45px / 150px 82px no-repeat,
        linear-gradient(#596272, #596272) 50% 86px / 128px 44px no-repeat;
      background-repeat: no-repeat;
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
      animation: analysisCoffeeMachine 3.4s ease-in-out infinite;
    }

.analysis-lock-dialog::after {
      content: "";
      position: absolute;
      top: 86px;
      left: 50%;
      width: 112px;
      height: 82px;
      pointer-events: none;
      transform: translateX(-50%);
      background:
        linear-gradient(#7a3d2c, #7a3d2c) 50% 4px / 6px 0 no-repeat,
        radial-gradient(ellipse at center, rgba(226, 232, 240, 0.64) 0 34%, transparent 65%) 30px 64px / 8px 22px no-repeat,
        radial-gradient(ellipse at center, rgba(226, 232, 240, 0.56) 0 34%, transparent 65%) 48px 58px / 8px 22px no-repeat,
        radial-gradient(ellipse at center, rgba(226, 232, 240, 0.5) 0 34%, transparent 65%) 70px 64px / 8px 22px no-repeat;
      animation: analysisCoffeePour 4s linear infinite;
    }

@keyframes analysisCoffeeMachine {
      0%, 100% {
        transform: translateY(0);
        filter: drop-shadow(0 0 0 rgba(125, 211, 252, 0));
      }
      50% {
        transform: translateY(-2px);
        filter: drop-shadow(0 0 12px rgba(125, 211, 252, 0.22));
      }
    }

@keyframes analysisCoffeePour {
      0%, 10% {
        opacity: 0.7;
        background-size: 6px 0, 8px 22px, 8px 22px, 8px 22px;
        background-position: 50% 4px, 30px 64px, 48px 58px, 70px 64px;
      }
      20%, 72% {
        opacity: 1;
        background-size: 6px 48px, 8px 22px, 8px 22px, 8px 22px;
        background-position: 50% 4px, 24px 44px, 48px 36px, 76px 44px;
      }
      100% {
        opacity: 0.25;
        background-size: 6px 48px, 8px 22px, 8px 22px, 8px 22px;
        background-position: 50% 4px, 18px 18px, 48px 12px, 82px 18px;
      }
    }@media (prefers-reduced-motion: reduce) {
      .analysis-lock-dialog::before,
      .analysis-lock-dialog::after {
        animation: none;
      }

      .analysis-lock-dialog::after {
        opacity: 0.85;
        background-size: 6px 44px, 8px 22px, 8px 22px, 8px 22px;
      }
    
}

.analysis-lock-kicker {
      color: #7dd3fc;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

.analysis-lock-title {
      margin-top: 8px;
      font-size: clamp(22px, 4vw, 30px);
      font-weight: 900;
      line-height: 1.12;
    }

.analysis-lock-text {
      min-height: calc(1.45em * 3) !important;
      margin: 12px 0 0;
      color: #b9c9e8;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.45;
    }

.analysis-lock-progress {
      height: 10px;
      margin-top: 18px;
      overflow: hidden;
      border: 1px solid rgba(125, 211, 252, 0.3);
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
    }

.analysis-lock-progress > span {
      display: block;
      width: 0%;
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, #38bdf8, #7dd3fc);
      transition: width 0.22s ease;
    }

.analysis-lock-foot {
      margin: 10px 0 0;
      color: #8fa6ca;
      font-size: 12px;
      font-weight: 700;
      line-height: 1.4;
    }

.analysis-lock-warning {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      margin: 14px 0 0;
      padding: 10px 12px;
      border: 1px solid rgba(251, 191, 36, 0.4);
      border-radius: 8px;
      background: rgba(120, 53, 15, 0.28);
      color: #fde68a;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.4;
    }

.analysis-lock-warning-icon {
      display: inline-grid;
      flex: 0 0 auto;
      place-items: center;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #f59e0b;
      color: #111827;
      font-size: 12px;
      font-weight: 900;
      line-height: 1;
    }



































































































































@media print {
      @page {
        size: auto;
        margin: 10mm;
      }

































    
}



































































































body.app-crawl .report-actions a[data-report-review],
body.app-one-page .history-actions a[data-report-review],
body.mini-tool-page .mini-history-actions a[data-report-review],
body.page-reports .reports-row-actions a[data-report-review],
body.app-crawl .report-actions a[data-report-review]:hover,
body.app-crawl .report-actions a[data-report-review]:focus-visible,
body.app-one-page .history-actions a[data-report-review]:hover,
body.app-one-page .history-actions a[data-report-review]:focus-visible,
body.mini-tool-page .mini-history-actions a[data-report-review]:hover,
body.mini-tool-page .mini-history-actions a[data-report-review]:focus-visible,
body.page-reports .reports-row-actions a[data-report-review]:hover,
body.page-reports .reports-row-actions a[data-report-review]:focus-visible {
      color: #dcfce7;
      border-color: rgba(34, 197, 94, 0.72);
      background: linear-gradient(135deg, rgba(22, 101, 52, 0.96), rgba(20, 83, 45, 0.88));
      box-shadow: none;
      filter: none;
      transform: none;
      text-decoration: none;
      white-space: nowrap;
    }






body.app-crawl .report-actions a[data-report-review]:focus-visible,
body.app-one-page .history-actions a[data-report-review]:focus-visible,
body.mini-tool-page .mini-history-actions a[data-report-review]:focus-visible,
body.page-reports .reports-row-actions a[data-report-review]:focus-visible {
      outline: 3px solid rgba(34, 197, 94, 0.32);
      outline-offset: 2px;
    }

































body.audit-term-modal-open {
      overflow: hidden;
    }
































































.resource-security-overview,
.resource-security-compact {
      display: grid;
      gap: 12px;
      min-width: 0;
    }

.resource-security-overview {
      padding: 12px;
      border: 1px solid rgba(125, 211, 252, 0.18);
      border-radius: 14px;
      background: rgba(2, 8, 23, 0.34);
    }

.resource-security-overview-head,
.resource-security-types {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
    }

.resource-security-overview-head {
      justify-content: space-between;
      color: #eef4ff;
    }

.resource-security-score {
      display: grid;
      gap: 8px;
      padding: 12px;
      border: 1px solid rgba(125, 211, 252, 0.16);
      border-radius: 12px;
      background: rgba(15, 23, 42, 0.46);
    }

.resource-security-score-main,
.resource-security-compact-top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
    }

.resource-security-score-main span,
.resource-security-compact-top strong {
      color: #bae6fd;
      font-weight: 900;
    }

.resource-security-score-main strong {
      color: #f8fafc;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      line-height: 1;
    }

.resource-security-score-main small,
.resource-security-score p,
.resource-security-empty em {
      color: #cbd5e1;
    }

.resource-security-score p,
.resource-security-empty em {
      margin: 0;
      font-style: normal;
    }

.resource-security-meter {
      width: 100%;
      height: 12px;
      accent-color: #34d399;
    }

.resource-security-score.warn .resource-security-meter,
.resource-security-compact.is-warn .resource-security-meter {
      accent-color: #f59e0b;
    }

.resource-security-score.bad .resource-security-meter,
.resource-security-compact.is-bad .resource-security-meter {
      accent-color: #ef4444;
    }

.resource-security-action-list {
      display: grid;
      gap: 8px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

.resource-security-action-list li {
      display: grid;
      gap: 4px;
      padding: 10px;
      border: 1px solid rgba(251, 191, 36, 0.24);
      border-radius: 10px;
      background: rgba(120, 53, 15, 0.16);
    }

.resource-security-action-list strong {
      color: #fde68a;
    }

.resource-security-action-list span {
      color: #e2e8f0;
    }

.resource-security-cards,
.resource-security-mini-grid {
      display: grid;
      gap: 8px;
    }

.resource-security-cards {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

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

.resource-security-card,
.resource-security-mini-chip,
.resource-security-type-chip,
.resource-security-issue-pill {
      min-width: 0;
      border: 1px solid rgba(125, 211, 252, 0.16);
      border-radius: 10px;
      background: rgba(15, 23, 42, 0.46);
    }

.resource-security-card {
      display: grid;
      gap: 4px;
      padding: 10px;
    }

.resource-security-card span,
.resource-security-mini-chip strong,
.resource-security-type-chip strong,
.resource-security-issue-pill strong {
      color: #bae6fd;
      font-size: 0.78rem;
      font-weight: 900;
    }

.resource-security-card strong {
      color: #f8fafc;
      font-size: 0.98rem;
    }

.resource-security-card small {
      color: #94a3b8;
      overflow-wrap: anywhere;
    }

.resource-security-card.ok,
.resource-security-mini-chip.ok {
      border-color: rgba(52, 211, 153, 0.24);
      background: rgba(6, 78, 59, 0.18);
    }

.resource-security-card.warn,
.resource-security-mini-chip.warn,
.resource-security-issue-pill.warn {
      border-color: rgba(251, 191, 36, 0.28);
      background: rgba(120, 53, 15, 0.2);
    }

.resource-security-mini-chip,
.resource-security-type-chip,
.resource-security-issue-pill {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      gap: 6px;
      padding: 7px 8px;
      font-size: 0.82rem;
    }

.resource-security-mini-chip small,
.resource-security-type-chip span,
.resource-security-issue-pill span {
      color: #e2e8f0;
      font-weight: 800;
    }

.resource-security-compact {
      max-width: 100%;
      gap: 8px;
      font-size: 0.92rem;
    }

.resource-security-chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

.resource-security-compact .resource-security-types {
      gap: 6px;
    }

.resource-security-compact .resource-security-type-chip,
.resource-security-compact .resource-security-issue-pill {
      padding: 5px 7px;
      font-size: 0.76rem;
    }

.resource-security-details summary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      max-width: 100%;
      min-height: 36px;
      padding: 8px 10px;
      border: 1px solid rgba(125, 211, 252, 0.22);
      border-radius: 10px;
      background: rgba(15, 23, 42, 0.46);
      color: #7dd3fc;
      font-weight: 900;
      cursor: pointer;
    }

.resource-security-details summary::marker {
      content: "";
    }





.resource-security-list {
      display: grid;
      gap: 8px;
      margin: 8px 0 0;
      padding: 0;
      list-style: none;
    }

.resource-security-list li {
      display: grid;
      gap: 4px;
      min-width: 0;
      padding: 8px;
      border: 1px solid rgba(148, 163, 184, 0.16);
      border-radius: 8px;
      background: rgba(15, 23, 42, 0.42);
    }

.resource-security-list a {
      overflow-wrap: anywhere;
    }

.resource-security-list em {
      color: #cbd5e1;
      font-style: normal;
    }



























































































.site-menu .site-menu-toggle,
.site-menu .site-menu-auth > .site-auth-button {
  width: auto;
  max-width: 100%;
  transform: none;
}

.site-menu .site-menu-toggle:hover,
.site-menu .site-menu-auth > .site-auth-button:hover {
  transform: none;
}

.site-menu .site-menu-toggle {
  display: none;
}

.site-menu .site-menu-links a[href*="positions-google"] {
  display: none !important;
}

.site-menu .site-menu-links a[href*="google-insights-sitemap"] {
  display: none !important;
}

@media (max-width: 900px) {
  .site-menu .site-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-menu .site-menu-auth > .site-auth-button {
    width: 100%;
  }

}

/* Hub outils et mini-applications */
body.page-tools *,
body.page-profile *,
body.mini-tool-page * {
  box-sizing: border-box;
}

body.page-tools,
body.page-profile,
body.mini-tool-page {
  color-scheme: dark;
  margin: 0;
  min-height: 100vh;
  color: #edf6ff;
  font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
  line-height: 1.5;
  background:
    linear-gradient(180deg, rgba(13, 32, 58, 0.92), rgba(6, 16, 31, 0.98)),
    #06101f;
}

body.page-tools a,
body.page-profile a,
body.mini-tool-page a {
  color: inherit;
}

body.page-tools .suite-shell,
body.page-profile .suite-shell,
body.mini-tool-page .mini-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 44px;
}

body.mini-tool-page .skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 10000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border: 1px solid rgba(125, 211, 252, 0.72);
  border-radius: 10px;
  color: #06101f;
  background: #7dd3fc;
  font-weight: 900;
  transition: transform 0.16s ease;
}

body.mini-tool-page .skip-link:focus,
body.mini-tool-page .skip-link:focus-visible {
  transform: translateY(0);
  outline: none;
}

body.page-tools .hero-card,
body.page-tools .tools-primary,
body.page-tools .tools-card,
body.page-profile .hero-card,
body.page-profile .profile-panel,
body.page-profile .profile-site-card,
body.mini-tool-page .mini-hero,
body.mini-tool-page .mini-panel {
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 18px;
  background: rgba(12, 25, 48, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

body.page-tools .hero-card,
body.page-tools .tools-primary,
body.page-profile .hero-card,
body.page-profile .profile-panel,
body.mini-tool-page .mini-hero,
body.mini-tool-page .mini-panel {
  padding: 24px;
}

body.page-tools .hero-layout,
body.page-profile .hero-layout,
body.page-profile .profile-panel-head,
body.mini-tool-page .mini-title-row,
body.mini-tool-page .mini-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

body.mini-tool-page .mini-title-row {
  justify-content: flex-start;
}

body.mini-tool-page .mini-title-row img {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

body.page-tools .hero-copy,
body.page-profile .hero-copy,
body.mini-tool-page .mini-title-row > div {
  max-width: 820px;
  min-width: 0;
}

body.page-tools .badge-soft,
body.page-profile .badge-soft,
body.mini-tool-page .badge-soft {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 13px;
  border: 1px solid rgba(125, 211, 252, 0.38);
  border-radius: 999px;
  color: #d6efff;
  background: rgba(125, 211, 252, 0.12);
  font-size: 0.86rem;
  font-weight: 800;
}

body.page-tools .tool-label,
body.page-public-audits .tool-label,
body.page-reports .tool-label,
body.compare-tool-page .tool-label,
body.page-contact .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0;
}

body.page-tools h1,
body.page-tools h2,
body.page-profile h1,
body.page-profile h2,
body.page-profile h3,
body.mini-tool-page h1,
body.mini-tool-page h2,
body.mini-tool-page h3 {
  letter-spacing: 0;
}

body.page-tools h1,
body.page-profile h1,
body.mini-tool-page h1 {
  margin: 0;
  color: #9de2ff;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.04;
}

body.page-tools h2,
body.page-profile h2,
body.mini-tool-page h2 {
  margin: 0 0 10px;
  color: #f4fbff;
}

body.page-tools p,
body.page-profile p,
body.mini-tool-page p {
  color: #b6c5d8;
}

body.page-tools .hero-copy p,
body.page-profile .hero-copy p,
body.mini-tool-page .mini-title-row p {
  margin: 12px 0 0;
  font-size: 1.05rem;
}




body.page-tools .tools-guidance h2,
body.page-public-audits .public-audits-trust h2,
body.page-reports .reports-trust h2,
body.compare-tool-page .compare-guidance h2 {
  margin: 0 0 8px;
  color: #f4fbff;
  font-size: 1.45rem;
  line-height: 1.15;
}

body.page-tools .tools-guidance p,
body.page-public-audits .public-audits-trust p,
body.page-reports .reports-trust p,
body.compare-tool-page .compare-guidance p,
body.page-contact .contact-trust-card p {
  margin: 0;
}

body.page-tools .tools-guidance .tool-label,
body.page-public-audits .public-audits-trust .tool-label,
body.page-reports .reports-trust .tool-label,
body.compare-tool-page .compare-guidance .tool-label,
body.page-contact .contact-trust-card .tool-label {
  margin: 0 0 8px;
}

body.compare-tool-page .compare-method-note {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  color: #dbeafe;
  background: rgba(8, 20, 39, 0.5);
  font-weight: 800;
}

body.page-tools .trust-mini-grid,
body.page-public-audits .trust-mini-grid,
body.page-reports .trust-mini-grid,
body.compare-tool-page .trust-mini-grid,
body.page-contact .trust-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}


body.page-tools .trust-mini-grid article,
body.page-public-audits .trust-mini-grid article,
body.page-reports .trust-mini-grid article,
body.compare-tool-page .trust-mini-grid article,
body.page-contact .trust-mini-grid article {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 14px;
  background: rgba(4, 12, 28, 0.42);
}

body.page-tools .trust-mini-grid i,
body.page-public-audits .trust-mini-grid i,
body.page-reports .trust-mini-grid i,
body.compare-tool-page .trust-mini-grid i,
body.page-contact .trust-mini-grid i {
  color: #7dd3fc;
  font-size: 1.1rem;
}

body.page-tools .trust-mini-grid strong,
body.page-public-audits .trust-mini-grid strong,
body.page-reports .trust-mini-grid strong,
body.compare-tool-page .trust-mini-grid strong,
body.page-contact .trust-mini-grid strong {
  color: #f4fbff;
  font-weight: 900;
}

body.page-tools .trust-mini-grid span,
body.page-public-audits .trust-mini-grid span,
body.page-reports .trust-mini-grid span,
body.compare-tool-page .trust-mini-grid span,
body.page-contact .trust-mini-grid span {
  color: #b6c5d8;
  line-height: 1.45;
}



@media (max-width: 760px) {
  body.page-tools .trust-mini-grid,
  body.page-public-audits .trust-mini-grid,
  body.page-reports .trust-mini-grid,
  body.compare-tool-page .trust-mini-grid,
  body.page-contact .trust-mini-grid {
    grid-template-columns: 1fr;
  }
}




body.page-tools .tools-primary,
body.page-tools .tools-grid,
body.page-tools .tools-section,
body.page-profile .profile-panel,
body.mini-tool-page .mini-panel {
  margin-top: 18px;
}












body.page-tools .tools-primary-grid,
body.page-tools .tools-grid,
body.mini-tool-page .mini-score-grid,
body.mini-tool-page .social-preview-grid,
body.mini-tool-page .serp-preview-grid,
body.mini-tool-page .mini-raw-grid {
  display: grid;
  gap: 14px;
}












body.mini-tool-page .mini-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

body.mini-tool-page .mini-field-label {
  grid-column: 1 / -1;
  color: #9de2ff;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .mini-form input,
body.compare-tool-page .compare-url-row input {
  min-height: 52px;
  width: 100%;
  padding: 0 16px;
  color: #edf6ff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  background: rgba(2, 8, 23, 0.54);
  font: inherit;
  font-weight: 700;
}

body.mini-tool-page .mini-form input:focus,
body.compare-tool-page .compare-url-row input:focus {
  border-color: #7dd3fc;
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.16);
  outline: none;
}

body.mini-tool-page .mini-form button,
body.compare-tool-page .compare-actions button,
body.compare-tool-page .compare-remove-url,
body.mini-tool-page .mini-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(125, 211, 252, 0.72);
  border-radius: 10px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

body.mini-tool-page .mini-form button,
body.compare-tool-page .compare-actions button.primary {
  color: #04111f;
  background: #7dd3fc;
}

body.mini-tool-page .mini-form button:disabled,
body.compare-tool-page .compare-actions button:disabled,
body.compare-tool-page .compare-remove-url:disabled {
  opacity: 0.7;
  cursor: wait;
}

body.mini-tool-page .mini-crawl-mode {
  display: grid;
  gap: 12px;
  margin: 14px 0 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.62);
}

body.mini-tool-page .mini-crawl-mode-head,
body.mini-tool-page .mini-crawl-mode-choices,
body.mini-tool-page .mini-crawl-options {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.mini-tool-page .mini-crawl-mode-head {
  justify-content: space-between;
  color: #b6c5d8;
  font-weight: 800;
}

body.mini-tool-page .mini-crawl-mode-head strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f4fbff;
}

body.mini-tool-page .mini-crawl-mode-choices label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(15, 30, 53, 0.72);
  font-weight: 900;
  cursor: pointer;
}

body.mini-tool-page .mini-crawl-mode-choices input {
  width: 16px;
  height: 16px;
  min-height: 0;
  padding: 0;
  accent-color: #7dd3fc;
}

body.mini-tool-page .mini-crawl-options {
  padding-top: 10px;
  border-top: 1px solid rgba(125, 211, 252, 0.14);
}

body.mini-tool-page .mini-crawl-options label {
  color: #9de2ff;
  font-weight: 900;
}

body.mini-tool-page .mini-crawl-options input {
  width: 120px;
  min-height: 40px;
  padding: 0 12px;
  color: #edf6ff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  background: rgba(2, 8, 23, 0.54);
  font: inherit;
  font-weight: 900;
}

body.mini-tool-page .mini-ignore-sitemap-toggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  align-items: start;
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  color: #dbeafe;
  background: rgba(8, 20, 39, 0.54);
  font-weight: 850;
}

body.mini-tool-page .mini-crawl-options .mini-ignore-sitemap-toggle {
  flex: 1 1 100%;
  margin-top: 0;
}

body.mini-tool-page .mini-ignore-sitemap-toggle input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 3px 0 0;
  padding: 0;
  accent-color: #7dd3fc;
}

body.mini-tool-page .mini-ignore-sitemap-toggle span,
body.mini-tool-page .mini-ignore-sitemap-toggle small {
  min-width: 0;
}

body.mini-tool-page .mini-ignore-sitemap-toggle small {
  grid-column: 2;
  color: #aebedf;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.45;
}

body.mini-tool-page .mini-crawl-options p {
  flex: 1 1 260px;
  margin: 0;
  color: #b6c5d8;
  font-weight: 800;
}

body.mini-tool-page .mini-back-link {
  min-height: 40px;
  color: #eff7ff;
  border-color: rgba(125, 211, 252, 0.24);
  background: rgba(23, 40, 74, 0.9);
}

body.mini-tool-page .mini-field-grid,
body.mini-tool-page .mini-generator-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

body.mini-tool-page .mini-field-grid label,
body.mini-tool-page .mini-generator-grid label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #dbeafe;
  font-weight: 900;
}

body.mini-tool-page .mini-field-grid label[hidden] {
  display: none;
}

body.mini-tool-page .mini-schema-hint {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 12px;
  color: #b6c5d8;
  background: rgba(8, 20, 39, 0.42);
  font-weight: 800;
}

body.mini-tool-page .mini-field-grid input,
body.mini-tool-page .mini-field-grid textarea,
body.mini-tool-page .mini-field-grid select,
body.mini-tool-page .mini-generator-grid input[type="url"] {
  width: 100%;
  min-height: 46px;
  padding: 10px 13px;
  color: #edf6ff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  background: rgba(2, 8, 23, 0.54);
  font: inherit;
}

body.mini-tool-page .mini-field-grid textarea {
  min-height: 96px;
  resize: vertical;
}

body.mini-tool-page .mini-generator-grid label:not(.mini-wide) {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.48);
}

body.mini-tool-page .mini-generator-grid input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #7dd3fc;
}

body.mini-tool-page .mini-wide {
  grid-column: 1 / -1;
}

body.mini-tool-page .code-tester-mode {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.48);
}

body.mini-tool-page .code-tester-mode legend {
  padding: 0 8px;
  color: #93dfff;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0;
}

body.mini-tool-page .code-tester-mode label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 12px;
  color: #eff7ff;
  background: rgba(23, 40, 74, 0.74);
  font-weight: 900;
}

body.mini-tool-page .code-tester-mode input {
  width: 18px;
  height: 18px;
  accent-color: #7dd3fc;
}

body.mini-tool-page .code-tester-input {
  min-height: 320px;
  font-family: Consolas, "Liberation Mono", Menlo, monospace;
  line-height: 1.5;
  tab-size: 2;
}

body.mini-tool-page .code-tester-line-count {
  display: block;
  margin-top: 6px;
  color: #9fb3ca;
  font-size: 0.86rem;
  font-weight: 900;
}

body.mini-tool-page .code-tester-line-count.is-over-limit {
  color: #fecaca;
}

body.mini-tool-page .code-tester-actions-row {
  grid-template-columns: minmax(220px, 360px);
  margin-top: 14px;
}

body.mini-tool-page .code-tester-facts-list,
body.mini-tool-page .code-tester-method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

body.mini-tool-page .code-tester-facts-list div,
body.mini-tool-page .code-tester-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.46);
}

body.mini-tool-page .code-tester-facts-list strong,
body.mini-tool-page .code-tester-method-grid h3 {
  display: block;
  margin: 0 0 6px;
  color: #eff7ff;
  font-weight: 1000;
}

body.mini-tool-page .code-tester-facts-list span,
body.mini-tool-page .code-tester-method-grid p {
  margin: 0;
  color: #b6c5d8;
  font-weight: 800;
}

body.mini-tool-page .code-tester-prompt {
  min-height: 360px;
  font-family: Consolas, "Liberation Mono", Menlo, monospace;
}

body.mini-tool-page .manual-serp-preview {
  margin-top: 16px;
}

body.mini-tool-page .mini-counter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

body.mini-tool-page .mini-counter {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

body.mini-tool-page .mini-counter.ok {
  color: #bff7d3;
  background: rgba(34, 197, 94, 0.14);
}

body.mini-tool-page .mini-counter.warn {
  color: #ffe5aa;
  background: rgba(245, 158, 11, 0.14);
}

body.mini-tool-page .mini-counter.bad {
  color: #ffd2d9;
  background: rgba(239, 68, 68, 0.14);
}

body.mini-tool-page .serp-card.ai-overview {
  border-color: rgba(94, 224, 160, 0.28);
  background: linear-gradient(180deg, rgba(14, 51, 44, 0.72), rgba(8, 20, 39, 0.9));
}

body.mini-tool-page .serp-ai-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0 9px;
  color: #bff7d3;
  font-weight: 900;
}

body.compare-tool-page .compare-url-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

body.compare-tool-page .compare-profile-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
}

body.compare-tool-page .compare-profile-box {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.compare-tool-page .compare-profile-box header {
  display: grid;
  gap: 4px;
}

body.compare-tool-page .compare-profile-box header span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dff6ff;
  font-weight: 950;
}

body.compare-tool-page .compare-profile-box header small {
  color: #9fb0d0;
  font-weight: 800;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-profile-box-body {
  display: grid;
  gap: 10px;
}

body.compare-tool-page .compare-profile-empty {
  margin: 0;
  padding: 12px;
  border: 1px dashed rgba(125, 211, 252, 0.22);
  border-radius: 10px;
  color: #cbd9ec;
  background: rgba(2, 8, 23, 0.34);
  font-weight: 800;
}

body.compare-tool-page .compare-url-row[data-compare-locked="true"] {
  grid-template-columns: 118px minmax(0, 1fr);
}

body.compare-tool-page .compare-url-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 52px;
  gap: 10px;
  align-items: end;
}

body.compare-tool-page .compare-url-row label {
  align-self: center;
  color: #dbeafe;
  font-weight: 900;
}

body.compare-tool-page .compare-remove-url {
  min-width: 52px;
  padding: 0;
  color: #ffd2d9;
  border-color: rgba(239, 68, 68, 0.34);
  background: rgba(127, 29, 29, 0.18);
}

body.compare-tool-page .compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 14px;
}

body.compare-tool-page .compare-progress {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

body.mini-tool-page .mini-progress {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

body.compare-tool-page .compare-progress[hidden],
body.mini-tool-page .mini-progress[hidden] {
  display: none;
}

body.mini-tool-page .progress-bar {
  height: 8px;
  border: 1px solid rgba(125, 211, 252, 0.25);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

body.mini-tool-page .progress-bar > span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #38bdf8, #7dd3fc);
  transition: width 0.22s ease;
}

body.compare-tool-page .compare-progress.ok .progress-bar > span {
  background: linear-gradient(90deg, #16a34a, #86efac);
}

body.compare-tool-page .compare-progress.bad .progress-bar > span {
  background: linear-gradient(90deg, #dc2626, #fb7185);
}

body.compare-tool-page .compare-progress .progress-note {
  margin: 0;
  color: #aebedf;
  font-size: 0.86rem;
  font-weight: 800;
}

body.mini-tool-page .mini-progress .progress-note {
  margin: 0;
  color: #aebedf;
  font-size: 0.86rem;
  font-weight: 800;
}

body.compare-tool-page .compare-progress.ok .progress-note {
  color: #bff7d3;
}

body.compare-tool-page .compare-progress.bad .progress-note {
  color: #ffd2d9;
}

body.mini-tool-page .mini-status {
  min-height: 24px;
  margin: 14px 0 0;
  font-weight: 800;
}

body.mini-tool-page .mini-status.ok {
  color: #bff7d3;
}

body.mini-tool-page .mini-status.bad {
  color: #ffd2d9;
}

body.mini-tool-page .mini-history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

body.mini-tool-page .mini-history-head h2,
body.mini-tool-page .mini-history-head p {
  margin: 0;
}

body.mini-tool-page .mini-history-head p {
  margin-top: 4px;
}

body.mini-tool-page .mini-history-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

body.mini-tool-page .mini-history-meta > span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(94, 224, 160, 0.28);
  border-radius: 999px;
  color: #bff7d3;
  background: rgba(94, 224, 160, 0.09);
  font-weight: 900;
}

body.mini-tool-page .mini-history-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

body.mini-tool-page .mini-history-empty {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  color: #b6c5d8;
  background: rgba(8, 20, 39, 0.48);
  font-weight: 800;
}

body.mini-tool-page .mini-history-older {
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.42);
  overflow: hidden;
}

body.mini-tool-page .mini-history-older summary {
  cursor: pointer;
  padding: 12px 14px;
  color: #d7ecff;
  font-weight: 900;
  list-style: none;
}

body.mini-tool-page .mini-history-older summary::marker {
  content: "";
}

body.mini-tool-page .mini-history-older-list {
  display: grid;
  gap: 10px;
  padding: 0 10px 10px;
}

body.mini-tool-page .mini-history-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.58);
}

body.mini-tool-page .mini-history-main {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.mini-tool-page .mini-history-main strong {
  color: #f4fbff;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-history-main span,
body.mini-tool-page .mini-history-main small {
  color: #b6c5d8;
  font-weight: 800;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-history-score {
  display: grid;
  gap: 2px;
  min-width: 84px;
  padding: 8px 10px;
  border-radius: 12px;
  text-align: center;
  background: rgba(125, 211, 252, 0.1);
}

body.mini-tool-page .mini-history-score span {
  color: #b6c5d8;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .mini-history-score strong {
  color: #edf6ff;
  font-size: 1.15rem;
  line-height: 1;
}

body.mini-tool-page .mini-history-score.score-ok {
  background: rgba(34, 197, 94, 0.15);
}

body.mini-tool-page .mini-history-score.score-ok strong {
  color: #bff7d3;
}

body.mini-tool-page .mini-history-score.score-warn {
  background: rgba(251, 191, 36, 0.15);
}

body.mini-tool-page .mini-history-score.score-warn strong {
  color: #fde68a;
}

body.mini-tool-page .mini-history-score.score-bad {
  background: rgba(251, 113, 133, 0.15);
}

body.mini-tool-page .mini-history-score.score-bad strong {
  color: #fecdd3;
}

body.mini-tool-page .mini-history-actions {
  display: flex;
  grid-column: 1 / -1;
  gap: 8px;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}

body.mini-tool-page .mini-history-actions button,
body.mini-tool-page .mini-history-actions a[data-report-review] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  max-width: 100%;
  padding: 0 12px;
  white-space: nowrap;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 10px;
  color: #eff7ff;
  background: rgba(23, 40, 74, 0.9);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

body.mini-tool-page .mini-history-actions button:hover,
body.mini-tool-page .mini-history-actions button:focus-visible,
body.mini-tool-page .mini-history-actions a[data-report-review]:hover,
body.mini-tool-page .mini-history-actions a[data-report-review]:focus-visible {
  border-color: rgba(125, 211, 252, 0.55);
  background: rgba(31, 57, 105, 0.95);
  outline: none;
}

body.mini-tool-page .mini-history-actions a[data-report-review],
body.mini-tool-page .mini-history-actions a[data-report-review]:hover,
body.mini-tool-page .mini-history-actions a[data-report-review]:focus-visible {
  color: #dcfce7;
  border-color: rgba(34, 197, 94, 0.72);
  background: linear-gradient(135deg, rgba(22, 101, 52, 0.96), rgba(20, 83, 45, 0.88));
}

body.mini-tool-page .mini-results h2 {
  margin-bottom: 16px;
}

body.mini-tool-page .mini-score-card {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
  padding: 18px;
  border-radius: 14px;
  text-align: center;
}

body.mini-tool-page .mini-score-card span {
  color: #e8f7ff;
  font-weight: 900;
}

body.mini-tool-page .mini-score-card strong {
  font-size: clamp(2.3rem, 7vw, 4rem);
  line-height: 1;
}

body.mini-tool-page .mini-score-card small {
  color: #cbd9ec;
  font-weight: 800;
}

body.mini-tool-page .mini-score-card.score-ok {
  border: 1px solid rgba(34, 197, 94, 0.42);
  background: linear-gradient(180deg, rgba(20, 83, 45, 0.42), rgba(12, 39, 34, 0.92));
}

body.mini-tool-page .mini-score-card.score-ok strong {
  color: #35db72;
}

body.mini-tool-page .mini-score-card.score-warn {
  border: 1px solid rgba(245, 158, 11, 0.46);
  background: linear-gradient(180deg, rgba(120, 73, 12, 0.42), rgba(48, 34, 17, 0.92));
}

body.mini-tool-page .mini-score-card.score-warn strong {
  color: #fbbf24;
}

body.mini-tool-page .mini-score-card.score-bad {
  border: 1px solid rgba(239, 68, 68, 0.48);
  background: linear-gradient(180deg, rgba(127, 29, 29, 0.46), rgba(48, 22, 28, 0.92));
}

body.mini-tool-page .mini-score-card.score-bad strong {
  color: #fb7185;
}

body.mini-tool-page .mini-check-list {
  display: grid;
  gap: 10px;
}

body.mini-tool-page .mini-check {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.58);
}

body.mini-tool-page .mini-check strong {
  color: #f4fbff;
}

body.mini-tool-page .mini-check p {
  margin: 5px 0 0;
}

body.mini-tool-page .mini-check > span {
  align-self: flex-start;
  flex: 0 0 auto;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
}

body.mini-tool-page .mini-check.ok > span {
  color: #bff7d3;
  background: rgba(34, 197, 94, 0.14);
}

body.mini-tool-page .mini-check.warn > span {
  color: #ffe5aa;
  background: rgba(245, 158, 11, 0.14);
}

body.mini-tool-page .mini-check.neutral > span {
  color: #cbd5e1;
  background: rgba(148, 163, 184, 0.14);
}

body.mini-tool-page .mini-check.bad > span {
  color: #ffd2d9;
  background: rgba(239, 68, 68, 0.14);
}

body.mini-tool-page .mini-result-note {
  margin: 0 0 14px;
  padding: 13px 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.58);
  color: #dbeafe;
  font-weight: 800;
}

body.mini-tool-page .mini-result-note.warn {
  border-color: rgba(245, 158, 11, 0.34);
  background: rgba(90, 58, 18, 0.3);
  color: #ffe5aa;
}

body.mini-tool-page .keyword-page-facts,
body.mini-tool-page .keyword-result-brief,
body.mini-tool-page .keyword-method-grid,
body.mini-tool-page .keyword-context-grid,
body.mini-tool-page .geo-page-facts,
body.mini-tool-page .geo-result-brief,
body.mini-tool-page .geo-method-grid,
body.mini-tool-page .geo-faq {
  display: grid;
  gap: 12px;
}

body.mini-tool-page .keyword-page-facts,
body.mini-tool-page .geo-page-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 16px 0 4px;
}

body.mini-tool-page .keyword-page-facts span,
body.mini-tool-page .keyword-result-brief article,
body.mini-tool-page .keyword-method-grid article,
body.mini-tool-page .keyword-context-card,
body.mini-tool-page .keyword-faq details,
body.mini-tool-page .geo-page-facts span,
body.mini-tool-page .geo-result-brief article,
body.mini-tool-page .geo-method-grid article,
body.mini-tool-page .geo-faq details,
body.mini-tool-page .geo-reference-panel {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.58);
}

body.mini-tool-page .keyword-page-facts span,
body.mini-tool-page .geo-page-facts span {
  padding: 12px;
  color: #dbeafe;
  font-weight: 800;
}

body.mini-tool-page .keyword-page-facts strong,
body.mini-tool-page .keyword-result-brief strong,
body.mini-tool-page .keyword-method-grid h3,
body.mini-tool-page .keyword-context-card strong,
body.mini-tool-page .geo-page-facts strong,
body.mini-tool-page .geo-result-brief strong,
body.mini-tool-page .geo-method-grid h3 {
  color: #f4fbff;
}

body.mini-tool-page .mini-field-help {
  grid-column: 1 / -1;
  margin: 0;
  color: #aebedf;
  font-size: 0.94rem;
  font-weight: 750;
}

body.mini-tool-page .mini-field-grid > label[for="urlInput"],
body.mini-tool-page .mini-field-grid > #urlInput {
  grid-column: 1 / -1;
}

body.mini-tool-page .geo-reference-panel {
  margin: 14px 0;
  padding: 14px;
}

body.mini-tool-page .geo-reference-panel summary {
  color: #f4fbff;
  cursor: pointer;
  font-weight: 900;
}

body.mini-tool-page .geo-reference-panel[open] summary {
  margin-bottom: 12px;
}

body.mini-tool-page .geo-reference-panel .mini-field-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

body.mini-tool-page .geo-reference-panel .mini-field-grid > label,
body.mini-tool-page .geo-reference-panel .mini-field-grid > input,
body.mini-tool-page .geo-reference-panel .mini-field-grid > textarea {
  grid-column: 1 / -1;
}

body.mini-tool-page .keyword-result-brief,
body.mini-tool-page .geo-result-brief {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 16px;
}

body.mini-tool-page .keyword-result-brief article,
body.mini-tool-page .geo-result-brief article {
  padding: 14px;
}

body.mini-tool-page .keyword-result-brief span,
body.mini-tool-page .keyword-result-brief small,
body.mini-tool-page .geo-result-brief span,
body.mini-tool-page .geo-result-brief small {
  display: block;
  color: #aebedf;
  font-weight: 800;
}

body.mini-tool-page .keyword-result-brief strong,
body.mini-tool-page .geo-result-brief strong {
  display: block;
  margin: 6px 0 4px;
  font-size: 1.32rem;
  overflow-wrap: anywhere;
}

body.mini-tool-page .keyword-method-grid,
body.mini-tool-page .geo-method-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0;
}

body.mini-tool-page .keyword-method-grid article,
body.mini-tool-page .keyword-context-card,
body.mini-tool-page .keyword-faq details,
body.mini-tool-page .geo-method-grid article,
body.mini-tool-page .geo-faq details {
  padding: 14px;
}

body.mini-tool-page .keyword-method-grid h3,
body.mini-tool-page .geo-method-grid h3 {
  margin-top: 0;
}

body.mini-tool-page .keyword-context-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 18px;
}

body.mini-tool-page .keyword-context-card ul,
body.mini-tool-page .keyword-method-grid ul,
body.mini-tool-page .geo-method-grid ul,
body.mini-tool-page .keyword-priority-list {
  margin: 10px 0 0;
  padding-left: 1.2rem;
}

body.mini-tool-page .keyword-context-card li + li {
  margin-top: 8px;
}

body.mini-tool-page .keyword-context-card.ok {
  border-color: rgba(34, 197, 94, 0.28);
}

body.mini-tool-page .keyword-context-card.warn {
  border-color: rgba(245, 158, 11, 0.3);
}

body.mini-tool-page .keyword-faq,
body.mini-tool-page .geo-faq {
  display: grid;
  gap: 12px;
}

body.mini-tool-page .keyword-faq details,
body.mini-tool-page .geo-faq details {
  color: #dbeafe;
}

body.mini-tool-page .keyword-faq summary,
body.mini-tool-page .geo-faq summary {
  color: #f4fbff;
  font-weight: 900;
  cursor: pointer;
}

body.mini-tool-page .keyword-faq p,
body.mini-tool-page .geo-faq p {
  margin: 10px 0 0;
}

body.mini-tool-page .geo-signal-table {
  min-width: 1120px;
}

body.mini-tool-page .geo-method-table th {
  min-width: 180px;
}

body.mini-tool-page .geo-method-section p,
body.mini-tool-page .geo-faq p {
  color: #dbeafe;
}

@media (max-width: 760px) {
  body.mini-tool-page .keyword-page-facts,
  body.mini-tool-page .keyword-result-brief,
  body.mini-tool-page .keyword-method-grid,
  body.mini-tool-page .geo-page-facts,
  body.mini-tool-page .geo-result-brief,
  body.mini-tool-page .geo-method-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .mini-table {
  width: 100%;
  margin: 12px 0 18px;
  border-collapse: collapse;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  overflow: hidden;
}

body.mini-tool-page .mini-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

body.mini-tool-page .pagespeed-sitemap-table {
  min-width: 920px;
}

body.mini-tool-page .pagespeed-sitemap-table td:first-child {
  min-width: 260px;
}

body.mini-tool-page .pagespeed-sitemap-table small {
  display: block;
  margin-top: 4px;
  color: #9fb2ca;
  font-weight: 800;
}

body.mini-tool-page .mini-crawl-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}

body.mini-tool-page .mini-crawl-summary-grid div {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.66);
}

body.mini-tool-page .mini-crawl-summary-grid span,
body.mini-tool-page .mini-crawl-summary-grid small {
  display: block;
  color: #aebedf;
  font-weight: 850;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-crawl-summary-grid span {
  color: #9de2ff;
  font-size: 0.78rem;
  text-transform: uppercase;
}

body.mini-tool-page .mini-crawl-summary-grid strong {
  display: block;
  margin: 4px 0;
  color: #f4fbff;
  font-size: 1.28rem;
  font-weight: 950;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-crawl-table {
  min-width: 920px;
}

body.mini-tool-page .mini-crawl-tool-synthesis,
body.mini-tool-page .mini-crawl-complete-reports {
  display: grid;
  gap: 14px;
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.68);
}

body.mini-tool-page .mini-crawl-tool-synthesis h3,
body.mini-tool-page .mini-crawl-complete-reports h3 {
  margin: 0;
  color: #f4fbff;
  font-size: 1.12rem;
}

body.mini-tool-page .meta-social-crawl-table {
  min-width: 980px;
}

body.mini-tool-page .mini-crawl-url-meta {
  margin: 0 0 4px;
}

body.mini-tool-page .mini-crawl-url-details {
  display: grid;
  gap: 10px;
}

body.mini-tool-page .mini-crawl-url-detail {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.7);
  overflow: hidden;
}

body.mini-tool-page .mini-crawl-url-detail summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  color: #f4fbff;
  font-weight: 900;
  cursor: pointer;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-crawl-url-body {
  display: grid;
  gap: 14px;
  padding: 0 14px 14px;
}

body.mini-tool-page .mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 28px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 950;
}

body.mini-tool-page .mini-badge.ok {
  color: #bff7d3;
  background: rgba(34, 197, 94, 0.18);
}

body.mini-tool-page .mini-badge.warn {
  color: #fde68a;
  background: rgba(245, 158, 11, 0.18);
}

body.mini-tool-page .mini-badge.bad {
  color: #fecdd3;
  background: rgba(239, 68, 68, 0.18);
}

@media (max-width: 900px) {
  body.mini-tool-page .mini-crawl-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.mini-tool-page .mini-crawl-summary-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .sitemap-3d-panel {
  margin: 18px 0 22px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(8, 20, 39, 0.82), rgba(3, 14, 29, 0.72));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.mini-tool-page .sitemap-3d-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

body.mini-tool-page .sitemap-3d-head h3 {
  margin: 0;
  color: #f4fbff;
}

body.mini-tool-page .sitemap-3d-head p {
  margin: 5px 0 0;
  color: #a9bdd6;
  font-weight: 800;
}

body.mini-tool-page .sitemap-3d-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

body.mini-tool-page .sitemap-3d-actions button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 10px;
  color: #e8f7ff;
  background: rgba(15, 30, 53, 0.78);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 900;
  cursor: pointer;
}

body.mini-tool-page .sitemap-3d-actions button:hover,
body.mini-tool-page .sitemap-3d-actions button:focus-visible {
  border-color: rgba(69, 240, 200, 0.52);
  background: rgba(19, 78, 74, 0.46);
  outline: none;
}

body.mini-tool-page .sitemap-3d-actions button.is-paused {
  color: #ffe5aa;
  border-color: rgba(245, 158, 11, 0.38);
}

body.mini-tool-page .sitemap-3d-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  gap: 14px;
  align-items: stretch;
}

body.mini-tool-page .sitemap-3d-stage {
  position: relative;
  min-height: clamp(340px, 44vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 10px;
  background:
    linear-gradient(rgba(125, 211, 252, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% 40%, rgba(69, 240, 200, 0.14), transparent 48%),
    rgba(2, 8, 23, 0.68);
  background-size: 34px 34px, 34px 34px, auto, auto;
  cursor: grab;
  touch-action: none;
}

body.mini-tool-page .sitemap-3d-stage:active {
  cursor: grabbing;
}

body.mini-tool-page .sitemap-3d-stage canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

body.mini-tool-page .sitemap-3d-side {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 10px;
  background: rgba(2, 8, 23, 0.48);
}

body.mini-tool-page .sitemap-3d-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

body.mini-tool-page .sitemap-3d-stats div {
  padding: 9px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  background: rgba(8, 20, 39, 0.62);
}

body.mini-tool-page .sitemap-3d-stats span,
body.mini-tool-page .sitemap-3d-legend span {
  display: block;
  color: #9fb2ca;
  font-size: 0.74rem;
  font-weight: 900;
}

body.mini-tool-page .sitemap-3d-stats strong {
  display: block;
  margin-top: 3px;
  color: #f4fbff;
  font-size: 1.12rem;
}

body.mini-tool-page .sitemap-3d-legend {
  display: grid;
  gap: 8px;
}

body.mini-tool-page .sitemap-3d-legend span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #dbeafe;
}

body.mini-tool-page .sitemap-3d-legend i {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  box-shadow: 0 0 14px currentColor;
}

body.mini-tool-page .sitemap-3d-legend i.root {
  background: #5eead4;
  box-shadow: 0 0 14px #5eead4;
}

body.mini-tool-page .sitemap-3d-legend i.folder {
  background: #fbbf24;
  box-shadow: 0 0 14px #fbbf24;
}

body.mini-tool-page .sitemap-3d-legend i.url {
  background: #35e69f;
  box-shadow: 0 0 14px #35e69f;
}

body.mini-tool-page .sitemap-3d-side h4 {
  margin: 0;
  color: #f4fbff;
}

body.mini-tool-page .sitemap-3d-side ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .sitemap-3d-side li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 9px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 8px;
  color: #dbeafe;
  background: rgba(8, 20, 39, 0.44);
}

body.mini-tool-page .sitemap-3d-side li span {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.mini-tool-page .sitemap-3d-side li strong {
  color: #9bf5d3;
}

body.mini-tool-page .sitemap-3d-fallback {
  margin: 12px 0 0;
  color: #ffe5aa;
  font-weight: 850;
}






























body.mini-tool-page .mini-table th,
body.mini-tool-page .mini-table td {
  padding: 11px 12px;
  border-bottom: 1px solid rgba(125, 211, 252, 0.14);
  color: #dbeafe;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-table th {
  color: #f4fbff;
  background: rgba(125, 211, 252, 0.08);
}

body.mini-tool-page .mini-table tr.ok td {
  background: rgba(34, 197, 94, 0.06);
}

body.mini-tool-page .mini-table tr.warn td {
  background: rgba(245, 158, 11, 0.07);
}

body.mini-tool-page .mini-table tr.bad td {
  background: rgba(239, 68, 68, 0.07);
}

body.mini-tool-page .mini-table tr:last-child th,
body.mini-tool-page .mini-table tr:last-child td {
  border-bottom: 0;
}

body.mini-tool-page .ai-bot-table tr.ok td {
  background: rgba(34, 197, 94, 0.08);
}

body.mini-tool-page .ai-bot-table tr.bad td {
  background: rgba(239, 68, 68, 0.08);
}

body.mini-tool-page .ai-bot-tool-facts,
body.mini-tool-page .ai-bot-summary-grid,
body.mini-tool-page .ai-bot-proof-grid,
body.mini-tool-page .ai-bot-method-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .ai-bot-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .ai-bot-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .ai-bot-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .ai-bot-tool-facts div,
body.mini-tool-page .ai-bot-summary-card,
body.mini-tool-page .ai-bot-verdict,
body.mini-tool-page .ai-bot-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .ai-bot-verdict {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
}

body.mini-tool-page .ai-bot-tool-facts strong,
body.mini-tool-page .ai-bot-summary-card span,
body.mini-tool-page .ai-bot-verdict span,
body.mini-tool-page .ai-bot-method-grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .ai-bot-tool-facts span,
body.mini-tool-page .ai-bot-summary-card small,
body.mini-tool-page .ai-bot-verdict p,
body.mini-tool-page .ai-bot-method-grid p {
  display: block;
  margin: 0;
  color: #b9c9dc;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
}

body.mini-tool-page .ai-bot-summary-card strong,
body.mini-tool-page .ai-bot-verdict strong {
  display: block;
  color: #edf6ff;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.15;
}

body.mini-tool-page .ai-bot-summary-card.ok,
body.mini-tool-page .ai-bot-verdict.ok {
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(10, 66, 48, 0.28);
}

body.mini-tool-page .ai-bot-summary-card.warn,
body.mini-tool-page .ai-bot-verdict.warn {
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(80, 55, 16, 0.28);
}

body.mini-tool-page .ai-bot-summary-card.bad,
body.mini-tool-page .ai-bot-verdict.bad {
  border-color: rgba(248, 113, 113, 0.34);
  background: rgba(82, 24, 42, 0.3);
}

body.mini-tool-page .ai-bot-summary-card.ok strong,
body.mini-tool-page .ai-bot-verdict.ok strong {
  color: #7cffb1;
}

body.mini-tool-page .ai-bot-summary-card.warn strong,
body.mini-tool-page .ai-bot-verdict.warn strong {
  color: #ffd36f;
}

body.mini-tool-page .ai-bot-summary-card.bad strong,
body.mini-tool-page .ai-bot-verdict.bad strong {
  color: #ff9a9a;
}

body.mini-tool-page .ai-bot-table,
body.mini-tool-page .ai-bot-unknown-table {
  min-width: 980px;
}

body.mini-tool-page .ai-bot-table th,
body.mini-tool-page .ai-bot-table td,
body.mini-tool-page .ai-bot-unknown-table th,
body.mini-tool-page .ai-bot-unknown-table td {
  vertical-align: top;
}

body.mini-tool-page .ai-bot-table th small,
body.mini-tool-page .ai-bot-table td small {
  display: block;
  margin-top: 4px;
  color: #9fb2c8;
  font-size: 0.78rem;
  font-weight: 700;
}

body.mini-tool-page .ai-bot-table code,
body.mini-tool-page .ai-bot-unknown-table code {
  color: #dff7ff;
  font-weight: 850;
}

body.mini-tool-page .ai-bot-method-panel .tool-label,
body.mini-tool-page .ai-bot-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0;
}

body.mini-tool-page .ai-bot-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
  overflow: hidden;
}

body.mini-tool-page .ai-bot-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .ai-bot-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .ai-bot-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
  color: #b9c9dc;
  font-weight: 700;
}

@media (max-width: 900px) {
  body.mini-tool-page .ai-bot-tool-facts,
  body.mini-tool-page .ai-bot-summary-grid,
  body.mini-tool-page .ai-bot-method-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .mini-code,
body.mini-tool-page .schema-tree pre,
body.mini-tool-page .mini-raw pre {
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  color: #dbeafe;
  background: rgba(2, 8, 23, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-url-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .mini-url-list li {
  padding: 10px 12px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(8, 20, 39, 0.48);
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-url-list small {
  color: #9fb2ca;
  font-weight: 800;
}

body.mini-tool-page .schema-tree {
  display: grid;
  gap: 10px;
  margin: 10px 0 16px;
}

body.mini-tool-page .schema-tree details {
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.48);
}

body.mini-tool-page .schema-tree summary,
body.mini-tool-page .mini-raw summary {
  cursor: pointer;
  padding: 12px 14px;
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .schema-reader-facts,
body.mini-tool-page .schema-reader-summary-grid,
body.mini-tool-page .schema-reader-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .schema-reader-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .schema-reader-facts div,
body.mini-tool-page .schema-reader-result-card,
body.mini-tool-page .schema-reader-method-grid article,
body.mini-tool-page .schema-reader-entity,
body.mini-tool-page .schema-reader-block {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.48);
}

body.mini-tool-page .schema-reader-facts div,
body.mini-tool-page .schema-reader-result-card,
body.mini-tool-page .schema-reader-method-grid article {
  padding: 14px;
}

body.mini-tool-page .schema-reader-facts strong,
body.mini-tool-page .schema-reader-result-card span,
body.mini-tool-page .schema-reader-method-grid h3 {
  display: block;
  color: #9de2ff;
  font-weight: 900;
}

body.mini-tool-page .schema-reader-facts span,
body.mini-tool-page .schema-reader-result-card small,
body.mini-tool-page .schema-reader-method-grid p {
  color: #b9c9dc;
  font-weight: 700;
}

body.mini-tool-page .schema-reader-result-card strong {
  display: block;
  margin: 4px 0;
  color: #f4fbff;
  font-size: 1.35rem;
}

body.mini-tool-page .schema-reader-result-card.ok,
body.mini-tool-page .schema-reader-block.ok {
  border-color: rgba(94, 224, 160, 0.36);
  background: rgba(16, 185, 129, 0.12);
}

body.mini-tool-page .schema-reader-result-card.warn,
body.mini-tool-page .schema-reader-block.warn {
  border-color: rgba(250, 204, 21, 0.34);
  background: rgba(250, 204, 21, 0.12);
}

body.mini-tool-page .schema-reader-result-card.bad,
body.mini-tool-page .schema-reader-block.bad {
  border-color: rgba(251, 113, 133, 0.34);
  background: rgba(244, 63, 94, 0.12);
}

body.mini-tool-page .schema-reader-issue-section,
body.mini-tool-page .schema-reader-entities,
body.mini-tool-page .schema-reader-blocks {
  margin-top: 18px;
}

body.mini-tool-page .schema-reader-issue-list,
body.mini-tool-page .schema-reader-entity-warnings,
body.mini-tool-page .schema-reader-limit-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .schema-reader-issue-list li,
body.mini-tool-page .schema-reader-entity-warnings li,
body.mini-tool-page .schema-reader-limit-list li {
  padding: 12px 14px;
  border-left: 4px solid rgba(94, 224, 160, 0.72);
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(16, 185, 129, 0.1);
}

body.mini-tool-page .schema-reader-issue-list li.warn,
body.mini-tool-page .schema-reader-entity-warnings li,
body.mini-tool-page .schema-reader-limit-list li {
  border-left-color: rgba(250, 204, 21, 0.78);
  background: rgba(250, 204, 21, 0.1);
}

body.mini-tool-page .schema-reader-issue-list li.bad {
  border-left-color: rgba(251, 113, 133, 0.82);
  background: rgba(244, 63, 94, 0.11);
}

body.mini-tool-page .schema-reader-issue-list strong,
body.mini-tool-page .schema-reader-issue-list span {
  display: block;
}

body.mini-tool-page .schema-reader-entity,
body.mini-tool-page .schema-reader-block {
  margin-top: 10px;
  overflow: hidden;
}

body.mini-tool-page .schema-reader-entity summary,
body.mini-tool-page .schema-reader-block summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .schema-reader-entity-body,
body.mini-tool-page .schema-reader-block > :not(summary) {
  margin: 0 14px 14px;
}

body.mini-tool-page .schema-reader-entity dl,
body.mini-tool-page .schema-reader-block-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 12px;
}

body.mini-tool-page .schema-reader-entity dl div,
body.mini-tool-page .schema-reader-block-meta div {
  padding: 10px 12px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 10px;
  background: rgba(2, 8, 23, 0.34);
}

body.mini-tool-page .schema-reader-entity dt,
body.mini-tool-page .schema-reader-block-meta span {
  color: #9fb0d0;
  font-size: 0.82rem;
  font-weight: 900;
}

body.mini-tool-page .schema-reader-entity dd,
body.mini-tool-page .schema-reader-block-meta strong {
  margin: 4px 0 0;
  color: #f4fbff;
  font-weight: 900;
  overflow-wrap: anywhere;
}

body.mini-tool-page .schema-reader-property-table code {
  color: #93e6ff;
  font-weight: 900;
}

body.mini-tool-page .schema-reader-code {
  max-height: 380px;
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  color: #dbeafe;
  background: rgba(2, 8, 23, 0.72);
  font-size: 0.88rem;
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

body.mini-tool-page .schema-reader-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
  overflow: hidden;
}

body.mini-tool-page .schema-reader-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .schema-reader-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .schema-reader-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
  color: #b9c9dc;
  font-weight: 700;
}

body.mini-tool-page .semantic-tags-facts,
body.mini-tool-page .semantic-tags-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .semantic-tags-summary-grid,
body.mini-tool-page .semantic-tags-term-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .semantic-tags-facts div,
body.mini-tool-page .semantic-tags-result-card,
body.mini-tool-page .semantic-tags-method-grid article,
body.mini-tool-page .semantic-tags-term-grid div {
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.48);
}

body.mini-tool-page .semantic-tags-facts strong,
body.mini-tool-page .semantic-tags-result-card span,
body.mini-tool-page .semantic-tags-method-grid h3,
body.mini-tool-page .semantic-tags-term-grid strong {
  display: block;
  color: #9de2ff;
  font-weight: 900;
}

body.mini-tool-page .semantic-tags-facts span,
body.mini-tool-page .semantic-tags-result-card small,
body.mini-tool-page .semantic-tags-method-grid p,
body.mini-tool-page .semantic-tags-term-grid em {
  color: #b9c9dc;
  font-weight: 700;
}

body.mini-tool-page .semantic-tags-result-card strong {
  display: block;
  margin: 4px 0;
  color: #f4fbff;
  font-size: 1.2rem;
  overflow-wrap: anywhere;
}

body.mini-tool-page .semantic-tags-result-card.ok {
  border-color: rgba(94, 224, 160, 0.36);
  background: rgba(16, 185, 129, 0.12);
}

body.mini-tool-page .semantic-tags-result-card.warn {
  border-color: rgba(250, 204, 21, 0.34);
  background: rgba(250, 204, 21, 0.12);
}

body.mini-tool-page .semantic-tags-result-card.bad {
  border-color: rgba(251, 113, 133, 0.34);
  background: rgba(244, 63, 94, 0.12);
}

body.mini-tool-page .semantic-tags-priority-panel,
body.mini-tool-page .semantic-tags-extracted,
body.mini-tool-page .semantic-tags-terms {
  margin-top: 18px;
}

body.mini-tool-page .semantic-tags-priority-list,
body.mini-tool-page .semantic-tags-limit-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .semantic-tags-priority-list li,
body.mini-tool-page .semantic-tags-limit-list li {
  padding: 12px 14px;
  border-left: 4px solid rgba(94, 224, 160, 0.72);
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(16, 185, 129, 0.1);
}

body.mini-tool-page .semantic-tags-priority-list li.warn,
body.mini-tool-page .semantic-tags-limit-list li {
  border-left-color: rgba(250, 204, 21, 0.78);
  background: rgba(250, 204, 21, 0.1);
}

body.mini-tool-page .semantic-tags-priority-list li.bad {
  border-left-color: rgba(251, 113, 133, 0.82);
  background: rgba(244, 63, 94, 0.11);
}

body.mini-tool-page .semantic-tags-priority-list strong,
body.mini-tool-page .semantic-tags-priority-list span {
  display: block;
}

body.mini-tool-page .semantic-tags-term-grid p {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0 0;
}

body.mini-tool-page .semantic-tags-term-grid span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  color: #05111f;
  background: #93e6ff;
  font-size: 0.82rem;
  font-weight: 900;
}

body.mini-tool-page .semantic-tags-check-table th[scope="row"],
body.mini-tool-page .semantic-tags-values-table th[scope="row"] {
  color: #93e6ff;
}

body.mini-tool-page .semantic-tags-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
  overflow: hidden;
}

body.mini-tool-page .semantic-tags-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .semantic-tags-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .semantic-tags-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
  color: #b9c9dc;
  font-weight: 700;
}

body.mini-tool-page .mini-copy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin: 8px 0 18px;
  padding: 0 14px;
  border: 1px solid rgba(125, 211, 252, 0.36);
  border-radius: 10px;
  color: #eff7ff;
  background: rgba(23, 40, 74, 0.9);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 900px) {
  body.mini-tool-page .schema-reader-facts,
  body.mini-tool-page .schema-reader-summary-grid,
  body.mini-tool-page .schema-reader-method-grid,
  body.mini-tool-page .schema-reader-entity dl,
  body.mini-tool-page .schema-reader-block-meta {
    grid-template-columns: 1fr;
  }

  body.mini-tool-page .semantic-tags-facts,
  body.mini-tool-page .semantic-tags-method-grid,
  body.mini-tool-page .semantic-tags-summary-grid,
  body.mini-tool-page .semantic-tags-term-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .mini-copy-button.copied {
  color: #bff7d3;
  border-color: rgba(34, 197, 94, 0.46);
  background: rgba(34, 197, 94, 0.14);
}

.web-vitals-block {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 14px 0 22px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(12, 26, 50, 0.82), rgba(7, 16, 33, 0.72));
}

.web-vitals-block,
.web-vitals-block * {
  box-sizing: border-box;
}

.web-vitals-block.unavailable {
  border-color: rgba(245, 158, 11, 0.32);
}

.web-vitals-title,
.web-vitals-device-head,
.web-vitals-lab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.web-vitals-title h3,
.web-vitals-device h3 {
  margin: 0;
  color: #f4fbff;
  min-width: 0;
  overflow-wrap: normal;
  word-break: normal;
}

.web-vitals-title span,
.web-vitals-note,
.web-vitals-lab span {
  min-width: 0;
  color: #aebedf;
  font-size: 0.9rem;
  font-weight: 800;
}

.web-vitals-note,
.web-vitals-device.unavailable p,
.web-vitals-block.unavailable p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.web-vitals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 14px;
  min-width: 0;
}

.web-vitals-device {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.62);
}

.web-vitals-device.unavailable {
  border-color: rgba(245, 158, 11, 0.3);
}

.web-vitals-device.unavailable p {
  margin: 0;
  color: #ffe5aa;
  font-weight: 800;
}

.web-vitals-lab-score {
  padding: 5px 10px;
  border-radius: 999px;
  color: #bff7d3;
  background: rgba(34, 197, 94, 0.14);
  font-weight: 950;
}

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

.web-vitals-metric {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  background: rgba(15, 29, 55, 0.8);
}

.web-vitals-metric span,
.web-vitals-metric small {
  color: #cbd9ec;
  font-size: 0.8rem;
  font-weight: 850;
}

.web-vitals-metric strong {
  color: #eaf8ff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1;
  white-space: nowrap;
}

.web-vitals-metric.ok {
  border: 1px solid rgba(34, 197, 94, 0.36);
  background: rgba(20, 83, 45, 0.34);
}

.web-vitals-metric.ok strong {
  color: #35db72;
}

.web-vitals-metric.warn {
  border: 1px solid rgba(245, 158, 11, 0.42);
  background: rgba(120, 73, 12, 0.34);
}

.web-vitals-metric.warn strong {
  color: #fbbf24;
}

.web-vitals-metric.bad {
  border: 1px solid rgba(239, 68, 68, 0.42);
  background: rgba(127, 29, 29, 0.34);
}

.web-vitals-metric.bad strong {
  color: #fb7185;
}

.web-vitals-metric.neutral {
  border: 1px solid rgba(148, 163, 184, 0.28);
}

.web-vitals-lab {
  flex-wrap: wrap;
  padding-top: 2px;
}

.web-vitals-lab strong {
  min-width: 0;
  color: #dff7ff;
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}






@media (max-width: 760px) {


















  .web-vitals-grid,
  .web-vitals-metrics {
    grid-template-columns: 1fr;
  }

  .web-vitals-title,
  .web-vitals-device-head,
  .web-vitals-lab {
    align-items: flex-start;
    flex-direction: column;
  }

}

body.mini-tool-page .mini-raw-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

body.mini-tool-page .mini-raw-grid div,
body.mini-tool-page .mini-advice,
body.mini-tool-page .social-preview-card,
body.mini-tool-page .serp-card {
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.58);
}

body.mini-tool-page .mini-raw-grid span {
  display: block;
  color: #9fb0d0;
  font-size: 0.82rem;
  font-weight: 800;
}

body.mini-tool-page .mini-raw-grid strong {
  display: block;
  margin-top: 4px;
  color: #f4fbff;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-url-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  color: #cbd9ec;
  list-style: none;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-url-list li {
  padding: 10px 12px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 10px;
  background: rgba(8, 20, 39, 0.48);
}

body.mini-tool-page .mini-raw {
  margin-top: 16px;
}

body.mini-tool-page .mini-raw summary {
  cursor: pointer;
  color: #9de2ff;
  font-weight: 900;
}

body.mini-tool-page .mini-raw pre {
  max-height: 360px;
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 10px;
  background: rgba(2, 8, 23, 0.7);
  color: #dceaff;
  white-space: pre-wrap;
}

body.mini-tool-page .social-preview-grid,
body.mini-tool-page .serp-preview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

body.mini-tool-page .social-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.91 / 1;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(2, 8, 23, 0.74);
}

body.mini-tool-page .social-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.mini-tool-page .social-image span {
  color: #9fb0d0;
  font-weight: 900;
}

body.mini-tool-page .social-body strong {
  color: #f4fbff;
  font-size: 1.05rem;
}

body.mini-tool-page .social-body p {
  margin: 6px 0;
}

body.mini-tool-page .social-body span {
  color: #9de2ff;
  font-size: 0.86rem;
  font-weight: 800;
}

body.mini-tool-page .meta-social-tool-facts,
body.mini-tool-page .meta-social-summary-grid,
body.mini-tool-page .meta-social-proof-grid,
body.mini-tool-page .meta-social-method-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .meta-social-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .meta-social-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .meta-social-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .meta-social-tool-facts div,
body.mini-tool-page .meta-social-summary-card,
body.mini-tool-page .meta-social-verdict,
body.mini-tool-page .meta-social-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .meta-social-verdict {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
}

body.mini-tool-page .meta-social-tool-facts strong,
body.mini-tool-page .meta-social-summary-card span,
body.mini-tool-page .meta-social-verdict span,
body.mini-tool-page .meta-social-method-grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .meta-social-tool-facts span,
body.mini-tool-page .meta-social-summary-card small,
body.mini-tool-page .meta-social-verdict p,
body.mini-tool-page .meta-social-method-grid p {
  display: block;
  margin: 0;
  color: #b9c9dc;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.5;
}

body.mini-tool-page .meta-social-summary-card strong,
body.mini-tool-page .meta-social-verdict strong {
  display: block;
  color: #edf6ff;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.15;
}

body.mini-tool-page .meta-social-summary-card.ok,
body.mini-tool-page .meta-social-verdict.ok {
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(10, 66, 48, 0.28);
}

body.mini-tool-page .meta-social-summary-card.warn,
body.mini-tool-page .meta-social-verdict.warn {
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(80, 55, 16, 0.28);
}

body.mini-tool-page .meta-social-summary-card.bad,
body.mini-tool-page .meta-social-verdict.bad {
  border-color: rgba(248, 113, 113, 0.34);
  background: rgba(82, 24, 42, 0.3);
}

body.mini-tool-page .meta-social-summary-card.ok strong,
body.mini-tool-page .meta-social-verdict.ok strong {
  color: #7cffb1;
}

body.mini-tool-page .meta-social-summary-card.warn strong,
body.mini-tool-page .meta-social-verdict.warn strong {
  color: #ffd36f;
}

body.mini-tool-page .meta-social-summary-card.bad strong,
body.mini-tool-page .meta-social-verdict.bad strong {
  color: #ff9a9a;
}

body.mini-tool-page .meta-social-table {
  min-width: 900px;
}

body.mini-tool-page .meta-social-table th,
body.mini-tool-page .meta-social-table td {
  vertical-align: top;
}

body.mini-tool-page .meta-social-table code {
  color: #dff7ff;
  font-weight: 850;
  white-space: normal;
}

body.mini-tool-page .meta-social-priority-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .meta-social-priority-list li {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 12px;
  background: rgba(80, 55, 16, 0.24);
}

body.mini-tool-page .meta-social-priority-list li.bad {
  border-color: rgba(248, 113, 113, 0.3);
  background: rgba(82, 24, 42, 0.28);
}

body.mini-tool-page .meta-social-priority-list strong {
  color: #ffe5aa;
}

body.mini-tool-page .meta-social-priority-list span {
  color: #dbeafe;
  font-weight: 750;
}

body.mini-tool-page .meta-social-preview-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .social-body small {
  display: block;
  margin-top: 8px;
  color: #9fb2c8;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
}

body.mini-tool-page .meta-social-method-panel .tool-label,
body.mini-tool-page .meta-social-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0;
}

body.mini-tool-page .meta-social-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
  overflow: hidden;
}

body.mini-tool-page .meta-social-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .meta-social-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .meta-social-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
  color: #b9c9dc;
  font-weight: 700;
}

body.mini-tool-page .serp-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 14px;
  padding: 0;
  border: 0;
}

body.mini-tool-page .serp-mode-switch legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: #9de2ff;
  font-weight: 900;
}

body.mini-tool-page .serp-mode-card {
  display: grid;
  gap: 5px;
  cursor: pointer;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.56);
  transition: border-color 0.16s ease, background 0.16s ease;
}

body.mini-tool-page .serp-mode-card.is-active,
body.mini-tool-page .serp-mode-card:focus-within {
  border-color: rgba(94, 224, 160, 0.62);
  background: rgba(16, 185, 129, 0.12);
}

body.mini-tool-page .serp-mode-card input {
  width: 18px;
  height: 18px;
  margin: 0;
}

body.mini-tool-page .serp-mode-card span {
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .serp-mode-card small {
  color: #b9c9dc;
  font-weight: 700;
}

body.mini-tool-page .serp-mode-panel {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
}

body.mini-tool-page .serp-mode-panel h3 {
  margin-top: 0;
}

body.mini-tool-page .serp-tool-facts,
body.mini-tool-page .serp-summary-grid,
body.mini-tool-page .serp-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .serp-tool-facts div,
body.mini-tool-page .serp-summary-card,
body.mini-tool-page .serp-method-grid article {
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.48);
}

body.mini-tool-page .serp-tool-facts strong,
body.mini-tool-page .serp-summary-card span,
body.mini-tool-page .serp-method-grid h3 {
  display: block;
  color: #9de2ff;
  font-weight: 900;
}

body.mini-tool-page .serp-tool-facts span,
body.mini-tool-page .serp-summary-card small,
body.mini-tool-page .serp-method-grid p {
  color: #b9c9dc;
  font-weight: 700;
}

body.mini-tool-page .serp-summary-card strong {
  display: block;
  margin: 4px 0;
  color: #f4fbff;
  font-size: 1.25rem;
}

body.mini-tool-page .serp-summary-card.ok {
  border-color: rgba(94, 224, 160, 0.36);
  background: rgba(16, 185, 129, 0.12);
}

body.mini-tool-page .serp-summary-card.warn {
  border-color: rgba(250, 204, 21, 0.34);
  background: rgba(250, 204, 21, 0.12);
}

body.mini-tool-page .serp-summary-card.bad {
  border-color: rgba(251, 113, 133, 0.34);
  background: rgba(244, 63, 94, 0.12);
}

body.mini-tool-page .serp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

body.mini-tool-page .serp-priority-list {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .serp-priority-list li {
  padding: 12px 14px;
  border-left: 4px solid rgba(94, 224, 160, 0.72);
  border-radius: 10px;
  background: rgba(16, 185, 129, 0.1);
}

body.mini-tool-page .serp-priority-list li.warn {
  border-left-color: rgba(250, 204, 21, 0.78);
  background: rgba(250, 204, 21, 0.1);
}

body.mini-tool-page .serp-priority-list li.bad {
  border-left-color: rgba(251, 113, 133, 0.82);
  background: rgba(244, 63, 94, 0.11);
}

body.mini-tool-page .serp-priority-list strong,
body.mini-tool-page .serp-priority-list span {
  display: block;
}

body.mini-tool-page .serp-priority-list strong {
  color: #f4fbff;
}

body.mini-tool-page .serp-priority-list span {
  color: #b9c9dc;
}

body.mini-tool-page .serp-metric-table small {
  display: block;
  margin-top: 3px;
  color: #9fb0d0;
  font-size: 0.78rem;
  font-weight: 700;
}

body.mini-tool-page .serp-preview-label {
  margin: 0 0 8px;
  color: #5f6368;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

body.mini-tool-page .serp-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
  overflow: hidden;
}

body.mini-tool-page .serp-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .serp-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .serp-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
  color: #b9c9dc;
  font-weight: 700;
}

body.mini-tool-page .serp-card {
  background: #fff;
  color: #202124;
  font-family: Arial, sans-serif;
}

body.mini-tool-page .serp-card h3 {
  margin: 0 0 14px;
  color: #5f6368;
  font-size: 0.86rem;
}

body.mini-tool-page .serp-url {
  color: #202124;
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

body.mini-tool-page .serp-title {
  margin-top: 5px;
  color: #1a0dab;
  font-size: 1.18rem;
  line-height: 1.25;
}

body.mini-tool-page .serp-card.mobile {
  max-width: 430px;
}

body.mini-tool-page .serp-card p {
  margin: 6px 0 0;
  color: #4d5156;
  font-size: 0.92rem;
  line-height: 1.45;
}

body.mini-tool-page .serp-snippet {
  display: grid;
  gap: 12px;
}

body.mini-tool-page .serp-card.has-image .serp-snippet,
body.mini-tool-page .serp-card.has-image-missing .serp-snippet {
  grid-template-columns: minmax(0, 1fr) 104px;
  align-items: start;
}

body.mini-tool-page .serp-copy {
  min-width: 0;
}

body.mini-tool-page .serp-schema-image {
  display: grid;
  gap: 5px;
  margin: 0;
  min-width: 0;
}

body.mini-tool-page .serp-schema-image img,
body.mini-tool-page .serp-schema-image span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f1f3f4;
}

body.mini-tool-page .serp-schema-image img {
  object-fit: cover;
}

body.mini-tool-page .serp-schema-image span {
  padding: 8px;
  color: #5f6368;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

body.mini-tool-page .serp-schema-image figcaption {
  color: #70757a;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

body.mini-tool-page .serp-card.ai-overview {
  border-color: rgba(94, 224, 160, 0.28);
  background: linear-gradient(180deg, rgba(14, 51, 44, 0.86), rgba(8, 20, 39, 0.94));
  color: #edf6ff;
  font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
}

body.mini-tool-page .serp-card.ai-overview h3,
body.mini-tool-page .serp-card.ai-overview p {
  color: #dbeafe;
}

body.mini-tool-page .serp-card.ai-overview .serp-title {
  color: #9de2ff;
}

@media (max-width: 900px) {
  body.mini-tool-page .meta-social-tool-facts,
  body.mini-tool-page .meta-social-summary-grid,
  body.mini-tool-page .meta-social-method-grid,
  body.mini-tool-page .serp-mode-switch,
  body.mini-tool-page .serp-tool-facts,
  body.mini-tool-page .serp-summary-grid,
  body.mini-tool-page .serp-method-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body.mini-tool-page .serp-card.has-image .serp-snippet,
  body.mini-tool-page .serp-card.has-image-missing .serp-snippet {
    grid-template-columns: minmax(0, 1fr) 86px;
  }

  body.mini-tool-page .serp-schema-image img,
  body.mini-tool-page .serp-schema-image span {
    width: 86px;
  }
}

body.mini-tool-page .mini-advice {
  margin-top: 16px;
}

body.compare-tool-page .compare-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

body.compare-tool-page .compare-summary-grid .mini-score-card {
  min-width: 0;
  min-height: 210px;
  align-content: space-between;
  margin-bottom: 0;
}

body.compare-tool-page .compare-summary-grid .mini-score-card > strong {
  max-width: 100%;
  font-size: clamp(2rem, 4vw, 3.6rem);
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-summary-grid .compare-credit-card > strong,
body.compare-tool-page .compare-summary-grid .compare-summary-card-metric > strong {
  font-size: clamp(1.45rem, 2.6vw, 2.55rem);
  line-height: 1.12;
}

body.compare-tool-page .compare-summary-grid [data-metric-kind="range"] > strong {
  font-size: clamp(1.35rem, 2.35vw, 2.25rem);
}

@media (max-width: 1100px) {
  body.compare-tool-page .compare-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.compare-tool-page .compare-summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.compare-tool-page .compare-summary-grid .mini-score-card {
    min-height: 0;
  }
}

body.compare-tool-page .compare-leaders {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  margin: 16px 0;
}

body.compare-tool-page .compare-leader-card,
body.compare-tool-page .compare-table-wrap {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.58);
}

body.compare-tool-page .compare-leader-card {
  display: grid;
  gap: 4px;
  padding: 14px;
}

body.compare-tool-page .compare-leader-card span,
body.compare-tool-page .compare-table th {
  color: #9fb0d0;
  font-size: 0.82rem;
  font-weight: 900;
}

body.compare-tool-page .compare-leader-card strong {
  color: #f4fbff;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-leader-card small {
  color: #9de2ff;
  font-weight: 900;
}

body.compare-tool-page .compare-table-wrap {
  margin-top: 18px;
  overflow: visible;
}

body.compare-tool-page .compare-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
}

body.compare-tool-page .compare-table th,
body.compare-tool-page .compare-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(125, 211, 252, 0.12);
  text-align: left;
  vertical-align: top;
}

body.compare-tool-page .compare-table td {
  color: #dbeafe;
  font-weight: 800;
}

body.compare-tool-page .compare-table td small {
  display: block;
  margin-top: 4px;
  color: #9fb0d0;
  font-weight: 700;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-pill {
  display: inline-flex;
  min-width: 58px;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 900;
}

body.compare-tool-page .compare-pill.ok {
  color: #bff7d3;
  background: rgba(34, 197, 94, 0.15);
}

body.compare-tool-page .compare-pill.warn {
  color: #ffe5aa;
  background: rgba(245, 158, 11, 0.15);
}

body.compare-tool-page .compare-pill.bad {
  color: #ffd2d9;
  background: rgba(239, 68, 68, 0.15);
}

body.compare-tool-page .compare-error-row td {
  color: #ffd2d9;
}

body.compare-tool-page .compare-insights {
  margin-top: 16px;
}

body.compare-tool-page .compare-report-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: -6px 0 18px;
}

body.compare-tool-page .compare-report-actions[hidden] {
  display: none;
}

body.compare-tool-page .compare-targets-field {
  margin-top: 16px;
}

body.compare-tool-page .compare-cost-summary,
body.compare-tool-page .compare-coverage-grid,
body.compare-tool-page .compare-method-grid,
body.compare-tool-page .compare-faq {
  display: grid;
  gap: 12px;
}

body.compare-tool-page .compare-cost-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.62);
}

body.compare-tool-page .compare-cost-summary div,
body.compare-tool-page .compare-coverage-grid article,
body.compare-tool-page .compare-method-grid article,
body.compare-tool-page .compare-faq details {
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  background: rgba(4, 12, 28, 0.42);
}

body.compare-tool-page .compare-cost-summary div,
body.compare-tool-page .compare-coverage-grid article,
body.compare-tool-page .compare-method-grid article,
body.compare-tool-page .compare-faq details {
  padding: 13px;
}

body.compare-tool-page .compare-cost-summary span,
body.compare-tool-page .compare-coverage-grid span {
  display: block;
  color: #aebedf;
  font-weight: 900;
}

body.compare-tool-page .compare-cost-summary strong,
body.compare-tool-page .compare-coverage-grid strong,
body.compare-tool-page .compare-method-grid h3,
body.compare-tool-page .compare-faq summary {
  color: #f4fbff;
}

body.compare-tool-page .compare-cost-summary p {
  grid-column: 1 / -1;
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
}

body.compare-tool-page .compare-cost-summary.is-pending {
  border-color: rgba(245, 158, 11, 0.3);
}

body.compare-tool-page .compare-cost-summary.is-ready {
  border-color: rgba(34, 197, 94, 0.3);
}

body.compare-tool-page .compare-url-error {
  display: block;
  grid-column: 2 / -1;
  margin-top: 6px;
  color: #fecdd3;
  font-weight: 850;
}

body.compare-tool-page .compare-url-error[hidden] {
  display: none;
}

body.compare-tool-page .compare-recommendations-section,
body.compare-tool-page .compare-lexical-section,
body.compare-tool-page .compare-gap-section,
body.compare-tool-page .compare-detail-section,
body.compare-tool-page .compare-coverage-section,
body.compare-tool-page .compare-headtohead-section,
body.compare-tool-page .compare-action-plan-section,
body.compare-tool-page .compare-blindspot-section,
body.compare-tool-page .compare-positioning-section,
body.compare-tool-page .compare-ai-citability-section,
body.compare-tool-page .compare-schema-matrix-section,
body.compare-tool-page .compare-prompt-tests-section,
body.compare-tool-page .compare-best-observed {
  margin-top: 18px;
}

body.compare-tool-page .compare-recommendations-section h3,
body.compare-tool-page .compare-lexical-section h3,
body.compare-tool-page .compare-gap-section h3,
body.compare-tool-page .compare-detail-section h3,
body.compare-tool-page .compare-coverage-section h3,
body.compare-tool-page .compare-headtohead-section h3,
body.compare-tool-page .compare-action-plan-section h3,
body.compare-tool-page .compare-blindspot-section h3,
body.compare-tool-page .compare-positioning-section h3,
body.compare-tool-page .compare-ai-citability-section h3,
body.compare-tool-page .compare-schema-matrix-section h3,
body.compare-tool-page .compare-prompt-tests-section h3,
body.compare-tool-page .compare-best-observed h3 {
  margin: 0 0 8px;
  color: #f4fbff;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

body.compare-tool-page .compare-section-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 12px;
}

body.compare-tool-page .compare-competitive-synthesis > h4 {
  margin: 22px 0 10px;
  color: #9de2ff;
  font-size: 1rem;
  line-height: 1.3;
}

body.compare-tool-page .compare-competitive-synthesis .compare-blindspot-card p {
  margin: 4px 0 0;
  color: #dbeafe;
  overflow-wrap: anywhere;
}
body.compare-tool-page .compare-section-head > div {
  min-width: 0;
}

body.compare-tool-page .compare-section-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

body.compare-tool-page .compare-section-actions .btn,
body.compare-tool-page .compare-schema-matrix-section .btn {
  min-height: 42px;
  padding: 10px 14px;
  white-space: nowrap;
}

body.compare-tool-page .compare-verdict-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(125, 211, 252, 0.08);
  font-weight: 900;
  white-space: nowrap;
}

body.compare-tool-page .compare-verdict-badge.ok {
  border-color: rgba(34, 197, 94, 0.38);
  color: #bff7d3;
  background: rgba(34, 197, 94, 0.14);
}

body.compare-tool-page .compare-verdict-badge.warn {
  border-color: rgba(245, 158, 11, 0.38);
  color: #ffe5aa;
  background: rgba(245, 158, 11, 0.14);
}

body.compare-tool-page .compare-verdict-badge.bad {
  border-color: rgba(239, 68, 68, 0.38);
  color: #ffd2d9;
  background: rgba(239, 68, 68, 0.14);
}

body.compare-tool-page .compare-coverage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 14px 0;
}

body.compare-tool-page .compare-method-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 14px 0;
}

body.compare-tool-page .compare-method-grid h3 {
  margin: 0 0 8px;
}

body.compare-tool-page .compare-method-grid p,
body.compare-tool-page .compare-faq p,
body.compare-tool-page .compare-method-section > p {
  margin: 0;
  color: #dbeafe;
}

body.compare-tool-page .compare-faq summary {
  cursor: pointer;
  font-weight: 900;
}

body.compare-tool-page .compare-faq p {
  margin-top: 10px;
}

body.compare-tool-page .compare-priority-count {
  color: #fde68a;
  font-weight: 900;
}

body.compare-tool-page .compare-recommendation-proof {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
}

body.compare-tool-page .compare-recommendation-proof div {
  display: grid;
  grid-template-columns: minmax(110px, 0.3fr) minmax(0, 1fr);
  gap: 8px;
}

body.compare-tool-page .compare-recommendation-proof dt {
  color: #9fb0d0;
  font-weight: 900;
}

body.compare-tool-page .compare-recommendation-proof dd {
  margin: 0;
  color: #dbeafe;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-benchmark-row {
  background: rgba(125, 211, 252, 0.08);
}

body.compare-tool-page .compare-coverage-table {
  min-width: 0;
  table-layout: fixed;
}

body.compare-tool-page .compare-lexical-table {
  margin-top: 14px;
}

body.compare-tool-page .compare-term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.compare-tool-page .compare-term-chip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(125, 211, 252, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-gap-grid,
body.compare-tool-page .compare-detail-grid,
body.compare-tool-page .compare-axis-grid,
body.compare-tool-page .compare-blindspot-grid,
body.compare-tool-page .compare-positioning-grid,
body.compare-tool-page .compare-prompt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

body.compare-tool-page .compare-gap-card,
body.compare-tool-page .compare-detail-card,
body.compare-tool-page .compare-axis-card,
body.compare-tool-page .compare-blindspot-card,
body.compare-tool-page .compare-positioning-card,
body.compare-tool-page .compare-prompt-card {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.58);
  padding: 16px;
}

body.compare-tool-page .compare-gap-card,
body.compare-tool-page .compare-axis-card,
body.compare-tool-page .compare-blindspot-card,
body.compare-tool-page .compare-positioning-card,
body.compare-tool-page .compare-prompt-card {
  display: grid;
  gap: 6px;
}

body.compare-tool-page .compare-gap-card span,
body.compare-tool-page .compare-detail-card dt,
body.compare-tool-page .compare-axis-card span,
body.compare-tool-page .compare-blindspot-card span,
body.compare-tool-page .compare-positioning-card span,
body.compare-tool-page .compare-prompt-card span {
  color: #9fb0d0;
  font-size: 0.82rem;
  font-weight: 900;
}

body.compare-tool-page .compare-gap-card strong,
body.compare-tool-page .compare-detail-card strong,
body.compare-tool-page .compare-axis-card strong,
body.compare-tool-page .compare-blindspot-card strong,
body.compare-tool-page .compare-positioning-card strong,
body.compare-tool-page .compare-prompt-card strong {
  color: #f4fbff;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-gap-card small,
body.compare-tool-page .compare-detail-card small,
body.compare-tool-page .compare-axis-card small,
body.compare-tool-page .compare-blindspot-card small,
body.compare-tool-page .compare-positioning-card small,
body.compare-tool-page .compare-prompt-card small {
  color: #9fb0d0;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-axis-card.ok,
body.compare-tool-page .compare-positioning-card.ok {
  border-color: rgba(34, 197, 94, 0.4);
  background: rgba(20, 83, 45, 0.24);
}

body.compare-tool-page .compare-axis-card.warn,
body.compare-tool-page .compare-positioning-card.warn {
  border-color: rgba(245, 158, 11, 0.4);
  background: rgba(90, 58, 18, 0.26);
}

body.compare-tool-page .compare-axis-card.bad,
body.compare-tool-page .compare-positioning-card.bad {
  border-color: rgba(239, 68, 68, 0.4);
  background: rgba(88, 28, 43, 0.24);
}

body.compare-tool-page .compare-action-table {
  min-width: 0;
  table-layout: fixed;
}

body.compare-tool-page .compare-ai-table,
body.compare-tool-page .compare-schema-table {
  min-width: 0;
  table-layout: fixed;
}

body.compare-tool-page .compare-record-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 14px;
  margin-top: 14px;
}

body.compare-tool-page .compare-opportunity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  width: min(100%, 960px);
  margin: 14px auto 0;
}

body.compare-tool-page :is(
  .compare-record-grid,
  .compare-opportunity-grid,
  .compare-record-grid > *,
  .compare-opportunity-grid > *,
  .compare-record-card > *,
  .compare-opportunity-card > *,
  .compare-record-fields > div > *,
  .compare-opportunity-body > *,
  .compare-evidence-disclosure > *,
  .compare-observation-disclosure > *
) {
  min-width: 0;
  max-width: 100%;
}

body.compare-tool-page .compare-record-card,
body.compare-tool-page .compare-opportunity-card {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.62);
}

body.compare-tool-page .compare-record-card > header,
body.compare-tool-page .compare-opportunity-card > header {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 13px 13px 0 0;
  background: rgba(16, 38, 68, 0.62);
}

body.compare-tool-page :is(.compare-record-card, .compare-opportunity-card, .compare-evidence-disclosure, .compare-observation-disclosure)
  :is(a, code, strong, small, p, dt, dd, li, summary) {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.compare-tool-page :is(.compare-verdict-badge, .compare-pill, .compare-term-chip) {
  flex-wrap: wrap;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: left;
}

body.compare-tool-page .compare-record-card > header strong,
body.compare-tool-page .compare-opportunity-card > header strong {
  color: #f4fbff;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-record-card > header small,
body.compare-tool-page .compare-opportunity-card > header small {
  color: #9fb0d0;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-record-fields {
  display: grid;
  margin: 0;
}

body.compare-tool-page .compare-record-fields > div {
  display: grid;
  grid-template-columns: minmax(118px, 0.34fr) minmax(0, 1fr);
  gap: 10px;
  padding: 10px 16px;
  border-top: 1px solid rgba(125, 211, 252, 0.1);
}

body.compare-tool-page .compare-record-fields > div:first-child {
  border-top: 0;
}

body.compare-tool-page .compare-record-fields dt {
  color: #9fb0d0;
  font-size: 0.82rem;
  font-weight: 900;
}

body.compare-tool-page .compare-record-fields dd {
  min-width: 0;
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-record-fields dd small {
  display: block;
  margin-top: 4px;
  color: #9fb0d0;
  font-weight: 700;
}

body.compare-tool-page .compare-opportunity-card {
  display: grid;
  align-content: start;
}

body.compare-tool-page .compare-opportunity-card[data-action-priority=validate] {
  border-color: rgba(34, 197, 94, 0.42);
  box-shadow: inset 4px 0 rgba(34, 197, 94, 0.68);
}

body.compare-tool-page .compare-opportunity-card[data-action-priority=check] {
  border-color: rgba(245, 158, 11, 0.42);
  box-shadow: inset 4px 0 rgba(245, 158, 11, 0.68);
}

body.compare-tool-page .compare-opportunity-card[data-action-priority=explore] {
  border-color: rgba(167, 139, 250, 0.42);
  box-shadow: inset 4px 0 rgba(167, 139, 250, 0.68);
}

body.compare-tool-page .compare-opportunity-body {
  display: grid;
  gap: 14px;
  padding: 16px;
}

body.compare-tool-page .compare-opportunity-block {
  display: grid;
  gap: 6px;
}

body.compare-tool-page .compare-opportunity-block h4 {
  margin: 0;
  color: #9de2ff;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.compare-tool-page .compare-opportunity-block p {
  margin: 0;
  color: #dbeafe;
  font-weight: 750;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-opportunity-checks {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.compare-tool-page .compare-opportunity-checks li {
  position: relative;
  min-width: 0;
  padding: 9px 10px 9px 36px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(4, 12, 28, 0.42);
  font-weight: 800;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-opportunity-checks li::before {
  content: "?";
  position: absolute;
  top: 8px;
  left: 10px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #081426;
  background: #fde68a;
  font-size: 0.72rem;
  font-weight: 950;
}

body.compare-tool-page .compare-opportunity-proof {
  border-top: 1px solid rgba(125, 211, 252, 0.14);
  padding-top: 10px;
}

body.compare-tool-page .compare-opportunity-proof summary,
body.compare-tool-page .compare-evidence-disclosure > summary,
body.compare-tool-page .compare-observation-disclosure > summary {
  cursor: pointer;
  color: #9de2ff;
  font-weight: 950;
}

body.compare-tool-page .compare-opportunity-proof p {
  margin: 8px 0 0;
  color: #9fb0d0;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-evidence-disclosure,
body.compare-tool-page .compare-observation-disclosure {
  margin-top: 18px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 14px;
  background: rgba(4, 12, 28, 0.48);
}

body.compare-tool-page .compare-evidence-disclosure > summary,
body.compare-tool-page .compare-observation-disclosure > summary {
  padding: 16px 18px;
  color: #f4fbff;
  font-size: 1rem;
  list-style-position: inside;
}

body.compare-tool-page .compare-evidence-disclosure[open] > summary,
body.compare-tool-page .compare-observation-disclosure[open] > summary {
  border-bottom: 1px solid rgba(125, 211, 252, 0.14);
  background: rgba(16, 38, 68, 0.5);
}

body.compare-tool-page .compare-evidence-content,
body.compare-tool-page .compare-observation-content {
  min-width: 0;
  padding: 0 18px 18px;
}

body.compare-tool-page .compare-table-wrap {
  max-width: 100%;
  overflow: visible;
}

body.compare-tool-page .compare-table,
body.compare-tool-page .compare-coverage-table,
body.compare-tool-page .compare-action-table,
body.compare-tool-page .compare-ai-table,
body.compare-tool-page .compare-schema-table {
  min-width: 0;
  table-layout: fixed;
}

body.compare-tool-page .compare-table :is(th, td) {
  overflow-wrap: anywhere;
}

@media (max-width: 680px) {
  body.compare-tool-page .compare-record-grid,
  body.compare-tool-page .compare-opportunity-grid,
  body.compare-tool-page .compare-gap-grid,
  body.compare-tool-page .compare-detail-grid,
  body.compare-tool-page .compare-axis-grid,
  body.compare-tool-page .compare-blindspot-grid,
  body.compare-tool-page .compare-positioning-grid,
  body.compare-tool-page .compare-prompt-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.compare-tool-page .compare-record-fields > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  body.compare-tool-page :is(.compare-record-card, .compare-opportunity-card) > header,
  body.compare-tool-page .compare-opportunity-body {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.compare-tool-page .compare-verdict-badge,
  body.compare-tool-page .compare-pill,
  body.compare-tool-page .compare-term-chip {
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }

  body.compare-tool-page .compare-evidence-content,
  body.compare-tool-page .compare-observation-content {
    padding-right: 12px;
    padding-left: 12px;
  }

  body.compare-tool-page .mini-check {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}

body.compare-tool-page .compare-detail-card {
  display: grid;
  gap: 14px;
}

body.compare-tool-page .compare-detail-card header {
  display: grid;
  gap: 4px;
}

body.compare-tool-page .compare-detail-card header small {
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-detail-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

body.compare-tool-page .compare-detail-card dl div {
  display: grid;
  gap: 3px;
  padding-top: 10px;
  border-top: 1px solid rgba(125, 211, 252, 0.12);
}

body.compare-tool-page .compare-detail-card dd {
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
  overflow-wrap: anywhere;
}



































































































































































































































































body.page-profile label,
body.mini-tool-page .profile-picker {
  display: grid;
  gap: 6px;
}

body.page-profile label span,
body.mini-tool-page .profile-picker span,
body.app-crawl .profile-picker span,
body.app-one-page .profile-picker span,
body.compare-tool-page .profile-picker span {
  color: #9fb0d0;
  font-size: 0.84rem;
  font-weight: 900;
}

body.page-profile input,
body.page-profile select,
body.mini-tool-page .profile-picker select,
body.app-crawl .profile-picker select,
body.app-one-page .profile-picker select,
body.compare-tool-page .profile-picker select {
  min-height: 48px;
  width: 100%;
  padding: 0 14px;
  color: #edf6ff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  background: rgba(2, 8, 23, 0.54);
  font: inherit;
  font-weight: 800;
}

body.page-profile input:focus,
body.page-profile select:focus,
body.mini-tool-page .profile-picker select:focus,
body.app-crawl .profile-picker select:focus,
body.app-one-page .profile-picker select:focus,
body.compare-tool-page .profile-picker select:focus {
  border-color: #7dd3fc;
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.16);
  outline: none;
}
















































.profile-picker-host {
  margin: 10px 0 0;
}

body.mini-tool-page .profile-picker,
body.app-crawl .profile-picker,
body.app-one-page .profile-picker,
body.compare-tool-page .profile-picker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.5);
}

body.mini-tool-page .profile-picker-main,
body.app-crawl .profile-picker-main,
body.app-one-page .profile-picker-main,
body.compare-tool-page .profile-picker-main {
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr);
  gap: 10px;
  align-items: center;
}

body.mini-tool-page .profile-picker a,
body.app-crawl .profile-picker a,
body.app-one-page .profile-picker a,
body.compare-tool-page .profile-picker a {
  color: #9de2ff;
  font-weight: 900;
  text-decoration: none;
}

body.mini-tool-page .profile-picker-related,
body.app-crawl .profile-picker-related,
body.app-one-page .profile-picker-related,
body.compare-tool-page .profile-picker-related {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

body.mini-tool-page .profile-picker-related[hidden],
body.app-crawl .profile-picker-related[hidden],
body.app-one-page .profile-picker-related[hidden],
body.compare-tool-page .profile-picker-related[hidden] {
  display: none;
}

body.mini-tool-page .profile-picker-related-bar,
body.app-crawl .profile-picker-related-bar,
body.app-one-page .profile-picker-related-bar,
body.compare-tool-page .profile-picker-related-bar {
  padding: 10px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  background: rgba(2, 8, 23, 0.32);
}

body.mini-tool-page .profile-picker-related-label,
body.app-crawl .profile-picker-related-label,
body.app-one-page .profile-picker-related-label,
body.compare-tool-page .profile-picker-related-label {
  display: grid;
  gap: 3px;
}

body.mini-tool-page .profile-picker-related-label strong,
body.app-crawl .profile-picker-related-label strong,
body.app-one-page .profile-picker-related-label strong,
body.compare-tool-page .profile-picker-related-label strong {
  color: #f4fbff;
  font-size: 0.95rem;
  font-weight: 950;
}

body.mini-tool-page .profile-picker-related-label small,
body.app-crawl .profile-picker-related-label small,
body.app-one-page .profile-picker-related-label small,
body.compare-tool-page .profile-picker-related-label small {
  color: #9fb0d0;
  font-weight: 800;
}

body.mini-tool-page .profile-picker-related-bar select:disabled,
body.app-crawl .profile-picker-related-bar select:disabled,
body.app-one-page .profile-picker-related-bar select:disabled,
body.compare-tool-page .profile-picker-related-bar select:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

body.mini-tool-page .profile-picker-block,
body.app-crawl .profile-picker-block,
body.app-one-page .profile-picker-block,
body.compare-tool-page .profile-picker-block {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  background: rgba(2, 8, 23, 0.32);
}

body.mini-tool-page .profile-picker-block header,
body.app-crawl .profile-picker-block header,
body.app-one-page .profile-picker-block header,
body.compare-tool-page .profile-picker-block header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  align-items: baseline;
}

body.mini-tool-page .profile-picker-block strong,
body.app-crawl .profile-picker-block strong,
body.app-one-page .profile-picker-block strong,
body.compare-tool-page .profile-picker-block strong {
  color: #f4fbff;
  font-weight: 950;
}

body.mini-tool-page .profile-picker-block small,
body.app-crawl .profile-picker-block small,
body.app-one-page .profile-picker-block small,
body.compare-tool-page .profile-picker-block small,
body.mini-tool-page .profile-picker-empty,
body.app-crawl .profile-picker-empty,
body.app-one-page .profile-picker-empty,
body.compare-tool-page .profile-picker-empty {
  color: #9fb0d0;
  font-weight: 800;
}

body.mini-tool-page .profile-picker-choice-list,
body.app-crawl .profile-picker-choice-list,
body.app-one-page .profile-picker-choice-list,
body.compare-tool-page .profile-picker-choice-list {
  display: grid;
  gap: 8px;
}

body.mini-tool-page .profile-picker-choice,
body.app-crawl .profile-picker-choice,
body.app-one-page .profile-picker-choice,
body.compare-tool-page .profile-picker-choice {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 10px;
  color: #edf6ff;
  background: rgba(15, 23, 42, 0.58);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

body.mini-tool-page .profile-picker-choice:hover,
body.app-crawl .profile-picker-choice:hover,
body.app-one-page .profile-picker-choice:hover,
body.compare-tool-page .profile-picker-choice:hover {
  border-color: rgba(125, 211, 252, 0.46);
  background: rgba(14, 36, 63, 0.68);
}

body.mini-tool-page .profile-picker-choice span,
body.app-crawl .profile-picker-choice span,
body.app-one-page .profile-picker-choice span,
body.compare-tool-page .profile-picker-choice span {
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .profile-picker-choice small,
body.app-crawl .profile-picker-choice small,
body.app-one-page .profile-picker-choice small,
body.compare-tool-page .profile-picker-choice small {
  overflow-wrap: anywhere;
  color: #9fb0d0;
  font-size: 0.78rem;
}

body.mini-tool-page .profile-picker.is-empty,
body.app-crawl .profile-picker.is-empty,
body.app-one-page .profile-picker.is-empty,
body.compare-tool-page .profile-picker.is-empty {
  grid-template-columns: minmax(0, 1fr) auto;
  color: #cbd9ec;
  font-weight: 800;
}@media (max-width: 900px) {
  body.page-tools .hero-layout,
  body.page-tools .tools-primary,
  body.page-profile .hero-layout,
  body.page-profile .profile-panel-head,
  body.mini-tool-page .mini-form-head,
  body.mini-tool-page .mini-history-head {
    grid-template-columns: 1fr;
    align-items: flex-start;
    flex-direction: column;
  }

  body.page-tools .tools-grid,
  body.mini-tool-page .mini-raw-grid {
    grid-template-columns: 1fr;
  }

  body.mini-tool-page .sitemap-3d-layout,
  body.app-crawl .crawl-sitemap-3d-panel .sitemap-3d-layout {
    grid-template-columns: 1fr;
  }

  body.mini-tool-page .sitemap-3d-side,
  body.app-crawl .crawl-sitemap-3d-panel .sitemap-3d-side {
    grid-template-columns: 1fr;
  }



  body.mini-tool-page .social-preview-grid,
  body.mini-tool-page .serp-preview-grid {
    grid-template-columns: 1fr;
  }

  body.compare-tool-page .compare-url-row {
    grid-template-columns: 1fr;
  }

  body.compare-tool-page .compare-url-row[data-compare-locked="true"] {
    grid-template-columns: 1fr;
  }

  body.compare-tool-page .compare-url-error {
    grid-column: 1 / -1;
  }

  body.compare-tool-page .compare-profile-layout {
    grid-template-columns: 1fr;
  }

  body.compare-tool-page .compare-cost-summary,
  body.compare-tool-page .compare-coverage-grid,
  body.compare-tool-page .compare-method-grid {
    grid-template-columns: 1fr;
  }

  body.compare-tool-page .compare-section-head {
    flex-direction: column;
  }

  body.compare-tool-page .compare-section-actions {
    width: 100%;
    justify-content: stretch;
  }

  body.compare-tool-page .compare-section-actions .btn,
  body.compare-tool-page .compare-schema-matrix-section .btn {
    width: 100%;
    white-space: normal;
  }

  body.compare-tool-page .compare-recommendation-proof div {
    grid-template-columns: 1fr;
  }

  body.page-profile .profile-site-fields,
  body.page-profile .profile-competitor-row,
  body.page-profile .profile-billing-form,
  body.page-profile .profile-purchase-card,
  body.page-profile .profile-community-identity,
  body.page-profile .profile-community-grid,
  body.mini-tool-page .profile-picker,
  body.mini-tool-page .profile-picker-main,
  body.mini-tool-page .profile-picker-related,
  body.app-crawl .profile-picker,
  body.app-crawl .profile-picker-main,
  body.app-crawl .profile-picker-related,
  body.app-one-page .profile-picker,
  body.app-one-page .profile-picker-main,
  body.app-one-page .profile-picker-related,
  body.compare-tool-page .profile-picker,
  body.compare-tool-page .profile-picker-main,
  body.compare-tool-page .profile-picker-related {
    grid-template-columns: 1fr;
  }












  body.compare-tool-page .compare-remove-url {
    width: 52px;
  }

  body.mini-tool-page .mini-history-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  body.mini-tool-page .mini-history-score {
    width: fit-content;
  }

  body.mini-tool-page .mini-history-actions {
    justify-content: flex-start;
  }

}@media (max-width: 620px) {


  body.page-tools .suite-shell,
  body.mini-tool-page .mini-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 12px;
  }

  body.page-tools .tools-primary-grid,
  body.mini-tool-page .mini-form,
  body.compare-tool-page .compare-actions {
    grid-template-columns: 1fr;
  }

  body.mini-tool-page .sitemap-3d-head,
  body.app-crawl .crawl-sitemap-3d-panel .sitemap-3d-head {
    display: grid;
  }

  body.mini-tool-page .sitemap-3d-actions,
  body.app-crawl .crawl-sitemap-3d-panel .sitemap-3d-actions {
    justify-content: stretch;
  }

  body.mini-tool-page .sitemap-3d-actions button,
  body.app-crawl .crawl-sitemap-3d-panel .sitemap-3d-actions button {
    flex: 1 1 130px;
    justify-content: center;
  }

  body.mini-tool-page .sitemap-3d-stage,
  body.app-crawl .crawl-sitemap-3d-panel .sitemap-3d-stage {
    min-height: 340px;
  }

  body.compare-tool-page .compare-actions {
    flex-direction: column;
  }

  body.compare-tool-page .compare-competitive-synthesis .compare-blindspot-grid,
  body.compare-tool-page .compare-competitive-synthesis .compare-positioning-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.compare-tool-page .compare-competitive-synthesis .compare-verdict-badge {
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }

  body.mini-tool-page .mini-history-meta,
  body.mini-tool-page .mini-history-actions {
    width: 100%;
  }

  body.mini-tool-page .mini-history-meta > span,
  body.mini-tool-page .mini-history-meta button,
  body.mini-tool-page .mini-history-actions button,
  body.mini-tool-page .mini-history-actions a[data-report-review] {
    width: 100%;
    white-space: normal;
  }






}

























/* Largeur unifiée des pages secondaires avec la home, l'audit et le crawl. */
body.pricing-page .suite-shell,
body.page-reports .suite-shell,
body.page-contact .suite-shell,
body.page-admin .suite-shell,
body.page-legal .suite-shell,
body.page-tools .suite-shell,
body.page-profile .suite-shell,
body.mini-tool-page .mini-shell {
  width: min(1280px, calc(100% - 32px));
  max-width: 1280px;
}@media (max-width: 760px) {
  body.pricing-page .suite-shell,
  body.page-reports .suite-shell,
  body.page-contact .suite-shell,
  body.page-admin .suite-shell,
  body.page-legal .suite-shell,
  body.page-tools .suite-shell,
  body.page-profile .suite-shell,
  body.mini-tool-page .mini-shell {
    width: min(100% - 20px, 1280px);
  }

}

/* Bannière cookies de mesure chargée par le menu global. */
.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 10020;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 12px;
  color: #e9f7ff;
  background:
    linear-gradient(135deg, rgba(8, 17, 34, 0.96), rgba(13, 24, 45, 0.94)),
    rgba(5, 9, 18, 0.96);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cookie-banner[hidden] {
  display: none !important;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cookie-banner-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.cookie-banner-copy strong {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #f8fcff;
  font-size: 1rem;
  font-weight: 900;
}

.cookie-banner-copy p {
  margin: 0;
  color: #c8d7ec;
  font-size: 0.94rem;
  line-height: 1.5;
}

.cookie-banner-copy a {
  width: fit-content;
  color: #8bd5ff;
  font-weight: 800;
  text-decoration: none;
}

.cookie-banner-copy a:hover,
.cookie-banner-copy a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-preferences {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 10px;
  background: rgba(7, 16, 33, 0.7);
}

.cookie-preferences[hidden] {
  display: none !important;
}

.cookie-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  color: #e9f7ff;
  font-weight: 800;
}

.cookie-choice input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: #45f0c8;
}

.cookie-choice span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.cookie-choice strong {
  color: #f8fcff;
  font-size: 0.92rem;
  line-height: 1.3;
}

.cookie-choice small {
  color: #b8c8dc;
  font-size: 0.82rem;
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-actions button,
.cookie-actions a,
.cookie-preferences button,
[data-cookie-reset] {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border: 1px solid rgba(125, 211, 252, 0.32);
  border-radius: 10px;
  color: #edf8ff;
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cookie-actions button.primary,
.cookie-preferences button.primary {
  border-color: rgba(69, 240, 200, 0.65);
  color: #04121a;
  background: linear-gradient(135deg, #7dd3fc, #45f0c8);
}

.cookie-actions button.is-active {
  border-color: rgba(125, 211, 252, 0.72);
  background: rgba(125, 211, 252, 0.16);
}

.cookie-actions button:hover,
.cookie-actions button:focus-visible,
.cookie-actions a:hover,
.cookie-actions a:focus-visible,
.cookie-preferences button:hover,
.cookie-preferences button:focus-visible,
[data-cookie-reset]:hover,
[data-cookie-reset]:focus-visible {
  border-color: rgba(255, 255, 255, 0.74);
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 680px) {
  .cookie-banner {
    grid-template-columns: 1fr;
    align-items: stretch;
    width: min(100% - 20px, 1120px);
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-actions button,
  .cookie-actions a {
    flex: 1 1 140px;
  }

  .cookie-preferences button {
    width: 100%;
  }
}





















































































































































body.mini-tool-page .skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  transform: translateY(-140%);
  border: 1px solid rgba(125, 211, 252, 0.55);
  border-radius: 8px;
  background: #08142b;
  color: #f8fbff;
  padding: 10px 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.16s ease;
}

body.mini-tool-page .skip-link:focus,
body.mini-tool-page .skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid rgba(125, 211, 252, 0.55);
  outline-offset: 3px;
}

body.mini-tool-page .mini-url-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

body.mini-tool-page .mini-url-field > span {
  color: #9de2ff;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .mini-form-help {
  margin: 10px 0 0;
  color: #b9c9dc;
  font-size: 0.94rem;
  font-weight: 700;
}

body.mini-tool-page .mini-help-text {
  margin: 10px 0 0;
  color: #b9c9dc;
  font-size: 0.94rem;
  font-weight: 700;
}

body.mini-tool-page .redirect-tool-facts,
body.mini-tool-page .redirect-method-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .redirect-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .redirect-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .redirect-tool-facts div,
body.mini-tool-page .redirect-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .redirect-tool-facts strong,
body.mini-tool-page .redirect-method-grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .redirect-tool-facts span,
body.mini-tool-page .redirect-method-grid p {
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .redirect-method-panel .tool-label,
body.mini-tool-page .redirect-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .redirect-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.46);
  overflow: hidden;
}

body.mini-tool-page .redirect-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .redirect-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .redirect-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
}

body.mini-tool-page .redirect-verdict {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.62);
}

body.mini-tool-page .redirect-verdict span {
  color: #9de2ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .redirect-verdict strong {
  color: #f4fbff;
  font-size: 1.32rem;
}

body.mini-tool-page .redirect-verdict p {
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
}

body.mini-tool-page .redirect-verdict.ok {
  border-color: rgba(34, 197, 94, 0.36);
  background: rgba(10, 66, 48, 0.42);
}

body.mini-tool-page .redirect-verdict.warn {
  border-color: rgba(245, 158, 11, 0.38);
  background: rgba(80, 55, 16, 0.42);
}

body.mini-tool-page .redirect-verdict.bad {
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(82, 24, 42, 0.42);
}

body.mini-tool-page .mini-table caption {
  padding: 10px 12px;
  color: #bfeeff;
  background: rgba(125, 211, 252, 0.08);
  font-weight: 900;
  text-align: left;
}

body.mini-tool-page .mini-table th[scope="row"] {
  color: #f4fbff;
  font-weight: 900;
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-table td {
  overflow-wrap: anywhere;
}

body.mini-tool-page .mini-table td small {
  display: block;
  margin-top: 4px;
  color: #aebedf;
  font-weight: 750;
}

body.mini-tool-page .mini-table tr.ok th[scope="row"],
body.mini-tool-page .mini-table tr.ok td {
  background: rgba(34, 197, 94, 0.06);
}

body.mini-tool-page .mini-table tr.warn th[scope="row"],
body.mini-tool-page .mini-table tr.warn td {
  background: rgba(245, 158, 11, 0.07);
}

body.mini-tool-page .mini-table tr.bad th[scope="row"],
body.mini-tool-page .mini-table tr.bad td {
  background: rgba(239, 68, 68, 0.07);
}

body.mini-tool-page .redirect-chain-table,
body.mini-tool-page .redirect-variant-table {
  min-width: 920px;
}

body.mini-tool-page .mini-tool-footer {
  margin: 18px 0 0;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 43, 0.76);
  color: #cbd8ef;
  padding: 14px 16px;
}

body.mini-tool-page .mini-tool-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

body.mini-tool-page .mini-tool-footer a {
  color: #8fe7ff;
  font-weight: 800;
  text-decoration: none;
}

body.mini-tool-page .mini-tool-footer a:hover,
body.mini-tool-page .mini-tool-footer a:focus-visible {
  text-decoration: underline;
  outline: none;
}

body.mini-tool-page .mini-tool-footer a:focus-visible,
body.mini-tool-page #results:focus-visible {
  outline: 3px solid rgba(125, 211, 252, 0.55);
  outline-offset: 3px;
}

@media (max-width: 760px) {
  body.mini-tool-page .redirect-tool-facts,
  body.mini-tool-page .redirect-method-grid {
    grid-template-columns: 1fr;
  }

  body.mini-tool-page .mini-tool-footer nav {
    align-items: flex-start;
    flex-direction: column;
  }
}

body.mini-tool-page .mini-warning-note {
  display: inline-block;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 158, 11, 0.34);
  border-radius: 12px;
  color: #ffe5aa;
  background: rgba(80, 55, 16, 0.36);
  font-weight: 850;
}

body.mini-tool-page .citability-tool-facts,
body.mini-tool-page .citability-method-grid,
body.mini-tool-page .citability-result-grid,
body.mini-tool-page .citability-summary-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .citability-tool-facts,
body.mini-tool-page .citability-method-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .citability-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .citability-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

body.mini-tool-page .citability-tool-facts div,
body.mini-tool-page .citability-method-grid article,
body.mini-tool-page .citability-result-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .citability-tool-facts strong,
body.mini-tool-page .citability-method-grid h3,
body.mini-tool-page .citability-result-card span {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .citability-tool-facts span,
body.mini-tool-page .citability-method-grid p,
body.mini-tool-page .citability-result-card small {
  display: block;
  color: #b9c9dc;
  font-size: 0.94rem;
  font-weight: 700;
}

body.mini-tool-page .citability-result-card strong {
  display: block;
  color: #edf6ff;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.05;
}

body.mini-tool-page .citability-result-card.score-ok strong {
  color: #7cffb1;
}

body.mini-tool-page .citability-result-card.score-warn strong {
  color: #ffd36f;
}

body.mini-tool-page .citability-result-card.score-bad strong {
  color: #ff9a9a;
}

body.mini-tool-page .citability-priority-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .citability-priority-list li {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 12px;
  background: rgba(80, 55, 16, 0.24);
}

body.mini-tool-page .citability-priority-list strong {
  color: #ffe5aa;
}

body.mini-tool-page .citability-priority-list span {
  color: #dbeafe;
  font-weight: 750;
}

body.mini-tool-page .citability-criteria-table {
  min-width: 980px;
}

body.mini-tool-page .citability-criteria-table th,
body.mini-tool-page .citability-criteria-table td {
  vertical-align: top;
}

body.mini-tool-page .citability-criteria-table ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 18px;
}

body.mini-tool-page .citability-criteria-table small {
  display: block;
  margin-top: 6px;
  color: #9fb2ca;
  font-weight: 750;
}

body.mini-tool-page .citability-method-panel .tool-label,
body.mini-tool-page .citability-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0;
}

body.mini-tool-page .citability-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
}

body.mini-tool-page .citability-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .citability-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .citability-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
  color: #b9c9dc;
  font-weight: 700;
}

@media (max-width: 900px) {
  body.mini-tool-page .citability-tool-facts,
  body.mini-tool-page .citability-method-grid,
  body.mini-tool-page .citability-result-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .security-tool-facts,
body.mini-tool-page .security-method-grid,
body.mini-tool-page .security-result-grid,
body.mini-tool-page .security-summary-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .security-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .security-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .security-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0 0;
}

body.mini-tool-page .security-tool-facts div,
body.mini-tool-page .security-method-grid article,
body.mini-tool-page .security-result-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .security-tool-facts strong,
body.mini-tool-page .security-method-grid h3,
body.mini-tool-page .security-result-card span {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .security-tool-facts span,
body.mini-tool-page .security-method-grid p,
body.mini-tool-page .security-result-card small {
  display: block;
  color: #b9c9dc;
  font-size: 0.94rem;
  font-weight: 700;
}

body.mini-tool-page .security-result-card strong {
  display: block;
  color: #edf6ff;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  line-height: 1.15;
}

body.mini-tool-page .security-result-card.score-ok strong {
  color: #7cffb1;
}

body.mini-tool-page .security-result-card.score-warn strong {
  color: #ffd36f;
}

body.mini-tool-page .security-result-card.score-bad strong {
  color: #ff9a9a;
}

body.mini-tool-page .security-priority-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .security-priority-list li {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 12px;
  background: rgba(80, 55, 16, 0.24);
}

body.mini-tool-page .security-priority-list li.bad {
  border-color: rgba(248, 113, 113, 0.3);
  background: rgba(82, 24, 42, 0.28);
}

body.mini-tool-page .security-priority-list strong {
  color: #ffe5aa;
}

body.mini-tool-page .security-priority-list li.bad strong {
  color: #ffb4b4;
}

body.mini-tool-page .security-priority-list span {
  color: #dbeafe;
  font-weight: 750;
}

body.mini-tool-page .security-check-table {
  min-width: 1120px;
}

body.mini-tool-page .security-check-table th,
body.mini-tool-page .security-check-table td {
  vertical-align: top;
}

body.mini-tool-page .security-check-table code {
  display: block;
  max-width: 360px;
  white-space: normal;
  overflow-wrap: anywhere;
  color: #dff7ff;
  font-weight: 800;
}

body.mini-tool-page .security-status {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(15, 23, 42, 0.58);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

body.mini-tool-page .security-status.ok {
  border-color: rgba(34, 197, 94, 0.34);
  color: #9cfac3;
  background: rgba(10, 66, 48, 0.32);
}

body.mini-tool-page .security-status.warn {
  border-color: rgba(245, 158, 11, 0.34);
  color: #ffe5aa;
  background: rgba(80, 55, 16, 0.32);
}

body.mini-tool-page .security-status.bad {
  border-color: rgba(248, 113, 113, 0.34);
  color: #ffb4b4;
  background: rgba(82, 24, 42, 0.32);
}

body.mini-tool-page .security-status.neutral {
  border-color: rgba(148, 163, 184, 0.28);
  color: #cbd5e1;
  background: rgba(30, 41, 59, 0.38);
}

body.mini-tool-page .security-method-panel .tool-label,
body.mini-tool-page .security-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0;
}

body.mini-tool-page .security-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
  overflow: hidden;
}

body.mini-tool-page .security-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .security-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .security-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
  color: #b9c9dc;
  font-weight: 700;
}

@media (max-width: 900px) {
  body.mini-tool-page .security-tool-facts,
  body.mini-tool-page .security-method-grid,
  body.mini-tool-page .security-result-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .sitemap-inspector-tool-facts,
body.mini-tool-page .sitemap-inspector-method-grid,
body.mini-tool-page .sitemap-inspector-result-grid,
body.mini-tool-page .sitemap-inspector-summary-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .sitemap-inspector-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .sitemap-inspector-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .sitemap-inspector-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0 0;
}

body.mini-tool-page .sitemap-inspector-tool-facts div,
body.mini-tool-page .sitemap-inspector-method-grid article,
body.mini-tool-page .sitemap-inspector-result-card,
body.mini-tool-page .sitemap-inspector-verdict {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .sitemap-inspector-verdict {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
}

body.mini-tool-page .sitemap-inspector-tool-facts strong,
body.mini-tool-page .sitemap-inspector-method-grid h3,
body.mini-tool-page .sitemap-inspector-result-card span,
body.mini-tool-page .sitemap-inspector-verdict span {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .sitemap-inspector-tool-facts span,
body.mini-tool-page .sitemap-inspector-method-grid p,
body.mini-tool-page .sitemap-inspector-result-card small,
body.mini-tool-page .sitemap-inspector-verdict p {
  display: block;
  margin: 0;
  color: #b9c9dc;
  font-size: 0.94rem;
  font-weight: 700;
}

body.mini-tool-page .sitemap-inspector-result-card strong,
body.mini-tool-page .sitemap-inspector-verdict strong {
  display: block;
  color: #edf6ff;
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  line-height: 1.15;
}

body.mini-tool-page .sitemap-inspector-verdict.ok,
body.mini-tool-page .sitemap-inspector-result-card.ok {
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(10, 66, 48, 0.28);
}

body.mini-tool-page .sitemap-inspector-verdict.warn,
body.mini-tool-page .sitemap-inspector-result-card.warn {
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(80, 55, 16, 0.28);
}

body.mini-tool-page .sitemap-inspector-verdict.bad,
body.mini-tool-page .sitemap-inspector-result-card.bad {
  border-color: rgba(248, 113, 113, 0.34);
  background: rgba(82, 24, 42, 0.3);
}

body.mini-tool-page .sitemap-inspector-result-card.ok strong,
body.mini-tool-page .sitemap-inspector-verdict.ok strong {
  color: #7cffb1;
}

body.mini-tool-page .sitemap-inspector-result-card.warn strong,
body.mini-tool-page .sitemap-inspector-verdict.warn strong {
  color: #ffd36f;
}

body.mini-tool-page .sitemap-inspector-result-card.bad strong,
body.mini-tool-page .sitemap-inspector-verdict.bad strong {
  color: #ff9a9a;
}

body.mini-tool-page .sitemap-inspector-priority-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .sitemap-inspector-priority-list li {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 12px;
  background: rgba(80, 55, 16, 0.24);
}

body.mini-tool-page .sitemap-inspector-priority-list li.bad {
  border-color: rgba(248, 113, 113, 0.3);
  background: rgba(82, 24, 42, 0.28);
}

body.mini-tool-page .sitemap-inspector-priority-list strong {
  color: #ffe5aa;
}

body.mini-tool-page .sitemap-inspector-priority-list li.bad strong {
  color: #ffb4b4;
}

body.mini-tool-page .sitemap-inspector-priority-list span {
  color: #dbeafe;
  font-weight: 750;
}

body.mini-tool-page .sitemap-inspector-file-table,
body.mini-tool-page .sitemap-inspector-issue-table,
body.mini-tool-page .sitemap-inspector-url-table {
  min-width: 980px;
}

body.mini-tool-page .sitemap-inspector-file-table th,
body.mini-tool-page .sitemap-inspector-file-table td,
body.mini-tool-page .sitemap-inspector-issue-table th,
body.mini-tool-page .sitemap-inspector-issue-table td,
body.mini-tool-page .sitemap-inspector-url-table th,
body.mini-tool-page .sitemap-inspector-url-table td {
  vertical-align: top;
}

body.mini-tool-page .sitemap-inspector-limit-list {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 20px;
  color: #dbeafe;
  font-weight: 750;
}

body.mini-tool-page .sitemap-inspector-method-panel .tool-label,
body.mini-tool-page .sitemap-inspector-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0;
}

body.mini-tool-page .sitemap-inspector-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
  overflow: hidden;
}

body.mini-tool-page .sitemap-inspector-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .sitemap-inspector-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .sitemap-inspector-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
  color: #b9c9dc;
  font-weight: 700;
}

@media (max-width: 900px) {
  body.mini-tool-page .sitemap-inspector-tool-facts,
  body.mini-tool-page .sitemap-inspector-method-grid,
  body.mini-tool-page .sitemap-inspector-result-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .robots-txt-tool-facts,
body.mini-tool-page .robots-txt-method-grid,
body.mini-tool-page .robots-txt-result-grid,
body.mini-tool-page .robots-txt-summary-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .robots-txt-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .robots-txt-mode-switch {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 12px;
  padding: 0;
  border: 0;
}

body.mini-tool-page .robots-txt-mode-switch legend {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: #edf6ff;
  font-size: 1rem;
  font-weight: 900;
}

body.mini-tool-page .robots-txt-mode-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
  color: #dbeafe;
  cursor: pointer;
}

body.mini-tool-page .robots-txt-mode-card.is-active {
  border-color: rgba(94, 224, 160, 0.42);
  background: rgba(10, 66, 48, 0.24);
}

body.mini-tool-page .robots-txt-mode-card:focus-within {
  outline: 2px solid rgba(125, 211, 252, 0.78);
  outline-offset: 3px;
}

body.mini-tool-page .robots-txt-mode-card input {
  margin-top: 3px;
}

body.mini-tool-page .robots-txt-mode-card span {
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .robots-txt-mode-card small {
  grid-column: 2;
  color: #b9c9dc;
  font-weight: 700;
  line-height: 1.45;
}

body.mini-tool-page .robots-txt-mode-panel {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
}

body.mini-tool-page .robots-txt-mode-panel h3 {
  margin: 0 0 6px;
  color: #5ee0a0;
  font-size: 1rem;
}

body.mini-tool-page .robots-txt-mode-panel p {
  margin: 0;
  color: #c9d8eb;
  font-weight: 700;
  line-height: 1.55;
}

body.mini-tool-page .robots-txt-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .robots-txt-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0 0;
}

body.mini-tool-page .robots-txt-tool-facts div,
body.mini-tool-page .robots-txt-method-grid article,
body.mini-tool-page .robots-txt-result-card,
body.mini-tool-page .robots-txt-verdict {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .robots-txt-verdict {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
}

body.mini-tool-page .robots-txt-tool-facts strong,
body.mini-tool-page .robots-txt-method-grid h3,
body.mini-tool-page .robots-txt-result-card span,
body.mini-tool-page .robots-txt-verdict span {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .robots-txt-tool-facts span,
body.mini-tool-page .robots-txt-method-grid p,
body.mini-tool-page .robots-txt-result-card small,
body.mini-tool-page .robots-txt-verdict p {
  display: block;
  margin: 0;
  color: #b9c9dc;
  font-size: 0.94rem;
  font-weight: 700;
}

body.mini-tool-page .robots-txt-result-card strong,
body.mini-tool-page .robots-txt-verdict strong {
  display: block;
  color: #edf6ff;
  font-size: clamp(1.2rem, 2.4vw, 1.65rem);
  line-height: 1.15;
}

body.mini-tool-page .robots-txt-verdict.ok,
body.mini-tool-page .robots-txt-result-card.ok {
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(10, 66, 48, 0.28);
}

body.mini-tool-page .robots-txt-verdict.warn,
body.mini-tool-page .robots-txt-result-card.warn {
  border-color: rgba(245, 158, 11, 0.3);
  background: rgba(80, 55, 16, 0.28);
}

body.mini-tool-page .robots-txt-verdict.bad,
body.mini-tool-page .robots-txt-result-card.bad {
  border-color: rgba(248, 113, 113, 0.34);
  background: rgba(82, 24, 42, 0.3);
}

body.mini-tool-page .robots-txt-result-card.ok strong,
body.mini-tool-page .robots-txt-verdict.ok strong {
  color: #7cffb1;
}

body.mini-tool-page .robots-txt-result-card.warn strong,
body.mini-tool-page .robots-txt-verdict.warn strong {
  color: #ffd36f;
}

body.mini-tool-page .robots-txt-result-card.bad strong,
body.mini-tool-page .robots-txt-verdict.bad strong {
  color: #ff9a9a;
}

body.mini-tool-page .robots-txt-priority-list {
  display: grid;
  gap: 10px;
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
}

body.mini-tool-page .robots-txt-priority-list li {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 158, 11, 0.24);
  border-radius: 12px;
  background: rgba(80, 55, 16, 0.24);
}

body.mini-tool-page .robots-txt-priority-list li.bad {
  border-color: rgba(248, 113, 113, 0.3);
  background: rgba(82, 24, 42, 0.28);
}

body.mini-tool-page .robots-txt-priority-list strong {
  color: #ffe5aa;
}

body.mini-tool-page .robots-txt-priority-list li.bad strong {
  color: #ffb4b4;
}

body.mini-tool-page .robots-txt-priority-list span {
  color: #dbeafe;
  font-weight: 750;
}

body.mini-tool-page .robots-txt-rule-table,
body.mini-tool-page .robots-txt-issue-table {
  min-width: 920px;
}

body.mini-tool-page .robots-txt-rule-table th,
body.mini-tool-page .robots-txt-rule-table td,
body.mini-tool-page .robots-txt-issue-table th,
body.mini-tool-page .robots-txt-issue-table td {
  vertical-align: top;
}

body.mini-tool-page .robots-txt-rule-table code {
  color: #dff7ff;
  font-weight: 850;
}

body.mini-tool-page .robots-txt-draft {
  display: block;
  width: 100%;
  min-height: 260px;
  resize: vertical;
  white-space: pre;
}

body.mini-tool-page .robots-txt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 16px;
}

body.mini-tool-page .robots-txt-method-panel .tool-label,
body.mini-tool-page .robots-txt-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0;
}

body.mini-tool-page .robots-txt-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.42);
  overflow: hidden;
}

body.mini-tool-page .robots-txt-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .robots-txt-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #edf6ff;
  font-weight: 900;
}

body.mini-tool-page .robots-txt-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
  color: #b9c9dc;
  font-weight: 700;
}

@media (max-width: 900px) {
  body.mini-tool-page .robots-txt-mode-switch,
  body.mini-tool-page .robots-txt-tool-facts,
  body.mini-tool-page .robots-txt-method-grid,
  body.mini-tool-page .robots-txt-result-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .indexability-tool-facts,
body.mini-tool-page .indexability-method-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .indexability-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .indexability-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .indexability-tool-facts div,
body.mini-tool-page .indexability-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .indexability-tool-facts strong,
body.mini-tool-page .indexability-method-grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .indexability-tool-facts span,
body.mini-tool-page .indexability-method-grid p {
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .indexability-method-panel .tool-label,
body.mini-tool-page .indexability-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .indexability-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.46);
  overflow: hidden;
}

body.mini-tool-page .indexability-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .indexability-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .indexability-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
}

body.mini-tool-page .indexability-verdict {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.62);
}

body.mini-tool-page .indexability-verdict span {
  color: #9de2ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .indexability-verdict strong {
  color: #f4fbff;
  font-size: 1.32rem;
}

body.mini-tool-page .indexability-verdict p {
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
}

body.mini-tool-page .indexability-verdict.ok {
  border-color: rgba(34, 197, 94, 0.36);
  background: rgba(10, 66, 48, 0.42);
}

body.mini-tool-page .indexability-verdict.warn {
  border-color: rgba(245, 158, 11, 0.38);
  background: rgba(80, 55, 16, 0.42);
}

body.mini-tool-page .indexability-verdict.bad {
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(82, 24, 42, 0.42);
}

body.mini-tool-page .indexability-evidence-table {
  min-width: 820px;
}

body.mini-tool-page .indexability-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 18px;
}

@media (max-width: 760px) {
  body.mini-tool-page .indexability-tool-facts,
  body.mini-tool-page .indexability-method-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .schema-type-fieldset {
  display: grid;
  gap: 14px;
  margin: 16px 0 0;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.5);
}

body.mini-tool-page .schema-type-fieldset legend {
  padding: 0 8px;
  color: #9de2ff;
  font-weight: 950;
}

body.mini-tool-page .schema-type-select {
  display: grid;
  gap: 7px;
  color: #dbeafe;
  font-weight: 900;
}

body.mini-tool-page .schema-type-select select {
  width: min(100%, 420px);
  min-height: 46px;
  padding: 10px 13px;
  color: #edf6ff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 10px;
  background: rgba(2, 8, 23, 0.54);
  font: inherit;
}

body.mini-tool-page .schema-type-guide,
body.mini-tool-page .schema-generator-facts,
body.mini-tool-page .schema-method-grid {
  display: grid;
  gap: 12px;
  margin-top: 10px;
}

body.mini-tool-page .schema-type-guide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .schema-generator-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .schema-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .schema-type-guide div,
body.mini-tool-page .schema-generator-facts div,
body.mini-tool-page .schema-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .schema-type-guide strong,
body.mini-tool-page .schema-generator-facts strong,
body.mini-tool-page .schema-method-grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .schema-type-guide span,
body.mini-tool-page .schema-generator-facts span,
body.mini-tool-page .schema-method-grid p {
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .schema-form-subtitle {
  margin: 18px 0 0;
  color: #f4fbff;
}

body.mini-tool-page .mini-field-grid label small {
  color: #9fb0d0;
  font-weight: 750;
}

body.mini-tool-page .mini-field-grid label em {
  color: #ffe5aa;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 900;
}

body.mini-tool-page .mini-field-grid :is(input, textarea, select)[aria-invalid="true"] {
  border-color: rgba(248, 113, 113, 0.72);
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.12);
}

body.mini-tool-page .schema-generator-actions {
  align-items: center;
  margin-top: 14px;
}

body.mini-tool-page .schema-validation-summary {
  margin-top: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(248, 113, 113, 0.34);
  border-radius: 12px;
  color: #ffd2d9;
  background: rgba(82, 24, 42, 0.42);
  font-weight: 850;
}

body.mini-tool-page .schema-validation-summary ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

body.mini-tool-page .schema-generation-verdict {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.62);
}

body.mini-tool-page .schema-generation-verdict span {
  color: #9de2ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .schema-generation-verdict strong {
  color: #f4fbff;
  font-size: 1.32rem;
}

body.mini-tool-page .schema-generation-verdict p {
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
}

body.mini-tool-page .schema-generation-verdict.ok {
  border-color: rgba(34, 197, 94, 0.36);
  background: rgba(10, 66, 48, 0.42);
}

body.mini-tool-page .schema-generation-verdict.warn {
  border-color: rgba(245, 158, 11, 0.38);
  background: rgba(80, 55, 16, 0.42);
}

body.mini-tool-page .schema-generation-verdict.bad {
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(82, 24, 42, 0.42);
}

body.mini-tool-page #schemaGeneratedCode {
  display: block;
  min-width: max-content;
  white-space: pre;
}

body.mini-tool-page .schema-method-panel .tool-label,
body.mini-tool-page .schema-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .schema-example,
body.mini-tool-page .schema-faq-panel details {
  margin-top: 12px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.46);
  overflow: hidden;
}

body.mini-tool-page .schema-example summary,
body.mini-tool-page .schema-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .schema-example pre {
  margin: 0 14px 12px;
  overflow-x: auto;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 10px;
  color: #dbeafe;
  background: rgba(2, 8, 23, 0.72);
}

body.mini-tool-page .schema-example p,
body.mini-tool-page .schema-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
}

@media (max-width: 760px) {
  body.mini-tool-page .schema-type-guide,
  body.mini-tool-page .schema-generator-facts,
  body.mini-tool-page .schema-method-grid {
    grid-template-columns: 1fr;
  }

  body.mini-tool-page .schema-generator-actions {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .ttfb-tool-facts,
body.mini-tool-page .ttfb-method-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .ttfb-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .ttfb-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .ttfb-tool-facts div,
body.mini-tool-page .ttfb-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .ttfb-tool-facts strong,
body.mini-tool-page .ttfb-method-grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .ttfb-tool-facts span,
body.mini-tool-page .ttfb-method-grid p {
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .ttfb-method-panel .tool-label,
body.mini-tool-page .ttfb-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .ttfb-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.46);
  overflow: hidden;
}

body.mini-tool-page .ttfb-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .ttfb-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .ttfb-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
}

body.mini-tool-page .ttfb-verdict {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.62);
}

body.mini-tool-page .ttfb-verdict span {
  color: #9de2ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .ttfb-verdict strong {
  color: #f4fbff;
  font-size: 1.32rem;
}

body.mini-tool-page .ttfb-verdict p {
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
}

body.mini-tool-page .ttfb-verdict.ok {
  border-color: rgba(34, 197, 94, 0.36);
  background: rgba(10, 66, 48, 0.42);
}

body.mini-tool-page .ttfb-verdict.warn {
  border-color: rgba(245, 158, 11, 0.38);
  background: rgba(80, 55, 16, 0.42);
}

body.mini-tool-page .ttfb-verdict.bad {
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(82, 24, 42, 0.42);
}

body.mini-tool-page .ttfb-summary-grid {
  margin-bottom: 14px;
}

body.mini-tool-page .ttfb-evidence-table {
  min-width: 920px;
}

@media (max-width: 760px) {
  body.mini-tool-page .ttfb-tool-facts,
  body.mini-tool-page .ttfb-method-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .meta-generator-grid {
  grid-template-columns: 1fr;
}

body.mini-tool-page .meta-section-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.5);
}

body.mini-tool-page .meta-section-fieldset legend {
  padding: 0 8px;
  color: #9de2ff;
  font-weight: 950;
}

body.mini-tool-page .meta-option-field {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  background: rgba(4, 12, 28, 0.36);
}

body.mini-tool-page .meta-option-field input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: #7dd3fc;
}

body.mini-tool-page .meta-option-field span {
  color: #dbeafe;
  font-weight: 850;
  line-height: 1.45;
}

body.mini-tool-page .meta-tool-facts,
body.mini-tool-page .meta-method-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .meta-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .meta-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .meta-tool-facts div,
body.mini-tool-page .meta-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .meta-tool-facts strong,
body.mini-tool-page .meta-method-grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .meta-tool-facts span,
body.mini-tool-page .meta-method-grid p {
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .meta-method-panel .tool-label,
body.mini-tool-page .meta-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .meta-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.46);
  overflow: hidden;
}

body.mini-tool-page .meta-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .meta-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .meta-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
}

body.mini-tool-page .meta-generation-verdict {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.62);
}

body.mini-tool-page .meta-generation-verdict span {
  color: #9de2ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .meta-generation-verdict strong {
  color: #f4fbff;
  font-size: 1.32rem;
}

body.mini-tool-page .meta-generation-verdict p {
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
}

body.mini-tool-page .meta-generation-verdict.ok {
  border-color: rgba(34, 197, 94, 0.36);
  background: rgba(10, 66, 48, 0.42);
}

body.mini-tool-page .meta-generation-verdict.warn {
  border-color: rgba(245, 158, 11, 0.38);
  background: rgba(80, 55, 16, 0.42);
}

body.mini-tool-page .meta-generation-verdict.bad {
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(82, 24, 42, 0.42);
}

body.mini-tool-page .meta-copy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 18px;
}

body.mini-tool-page .meta-social-preview-card .social-body small {
  display: block;
  margin-top: 8px;
  color: #9fb0d0;
  font-weight: 750;
  overflow-wrap: anywhere;
}

body.mini-tool-page .qr-tool-facts,
body.mini-tool-page .qr-method-grid,
body.mini-tool-page .qr-generation-layout {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .qr-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .qr-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .qr-tool-facts div,
body.mini-tool-page .qr-method-grid article,
body.mini-tool-page .qr-preview-card,
body.mini-tool-page .qr-download-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .qr-tool-facts strong,
body.mini-tool-page .qr-method-grid h3,
body.mini-tool-page .qr-download-card span {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .qr-tool-facts span,
body.mini-tool-page .qr-method-grid p,
body.mini-tool-page .qr-download-card p {
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .qr-generator-grid {
  grid-template-columns: 1fr;
}

body.mini-tool-page .qr-section-fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.5);
}

body.mini-tool-page .qr-section-fieldset legend {
  padding: 0 8px;
  color: #9de2ff;
  font-weight: 950;
}

body.mini-tool-page .qr-section-fieldset[hidden],
body.mini-tool-page [data-qr-content-panel][hidden] {
  display: none;
}

body.mini-tool-page [data-qr-content-panel] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.mini-tool-page .qr-option-field {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 12px;
  background: rgba(4, 12, 28, 0.36);
}

body.mini-tool-page .qr-option-field input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: #7dd3fc;
}

body.mini-tool-page .qr-generation-layout {
  grid-template-columns: minmax(220px, 0.85fr) minmax(260px, 1.15fr);
  align-items: stretch;
  margin-bottom: 14px;
}

body.mini-tool-page .qr-preview-card {
  display: grid;
  place-items: center;
}

body.mini-tool-page .qr-preview-frame {
  width: min(100%, 320px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(125, 211, 252, 0.14), rgba(94, 224, 160, 0.08)),
    rgba(2, 8, 23, 0.72);
}

body.mini-tool-page .qr-preview-frame svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  border-radius: 8px;
}

body.mini-tool-page .qr-download-card {
  display: grid;
  align-content: center;
  gap: 10px;
}

body.mini-tool-page .qr-download-card strong {
  color: #f4fbff;
  font-size: 1.24rem;
  overflow-wrap: anywhere;
}

body.mini-tool-page .qr-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 760px) {
  body.mini-tool-page .meta-section-fieldset,
  body.mini-tool-page .meta-tool-facts,
  body.mini-tool-page .meta-method-grid,
  body.mini-tool-page .qr-section-fieldset,
  body.mini-tool-page [data-qr-content-panel],
  body.mini-tool-page .qr-tool-facts,
  body.mini-tool-page .qr-method-grid,
  body.mini-tool-page .qr-generation-layout {
    grid-template-columns: 1fr;
  }

  body.mini-tool-page .meta-generator-actions,
  body.mini-tool-page .qr-generator-actions {
    grid-template-columns: 1fr;
  }
}








































body.mini-tool-page .robots-sitemap-tool-facts,
body.mini-tool-page .robots-sitemap-method-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .robots-sitemap-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .robots-sitemap-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .robots-sitemap-tool-facts div,
body.mini-tool-page .robots-sitemap-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .robots-sitemap-tool-facts strong,
body.mini-tool-page .robots-sitemap-method-grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .robots-sitemap-tool-facts span,
body.mini-tool-page .robots-sitemap-method-grid p {
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .robots-sitemap-method-panel .tool-label,
body.mini-tool-page .robots-sitemap-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .robots-sitemap-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.46);
  overflow: hidden;
}

body.mini-tool-page .robots-sitemap-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .robots-sitemap-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .robots-sitemap-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
}

body.mini-tool-page .robots-sitemap-verdict {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.62);
}

body.mini-tool-page .robots-sitemap-verdict span {
  color: #9de2ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .robots-sitemap-verdict strong {
  color: #f4fbff;
  font-size: 1.32rem;
}

body.mini-tool-page .robots-sitemap-verdict p {
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
}

body.mini-tool-page .robots-sitemap-verdict.ok {
  border-color: rgba(34, 197, 94, 0.36);
  background: rgba(10, 66, 48, 0.42);
}

body.mini-tool-page .robots-sitemap-verdict.warn {
  border-color: rgba(245, 158, 11, 0.38);
  background: rgba(80, 55, 16, 0.42);
}

body.mini-tool-page .robots-sitemap-verdict.bad {
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(82, 24, 42, 0.42);
}

body.mini-tool-page .robots-sitemap-conflict-table {
  min-width: 980px;
}

body.mini-tool-page .robots-sitemap-limit-list {
  margin: 0;
  padding: 0 0 0 20px;
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .robots-sitemap-limit-list li + li {
  margin-top: 7px;
}

@media (max-width: 760px) {
  body.mini-tool-page .robots-sitemap-tool-facts,
  body.mini-tool-page .robots-sitemap-method-grid {
    grid-template-columns: 1fr;
  }
}

body.mini-tool-page .llms-tool-facts,
body.mini-tool-page .llms-method-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

body.mini-tool-page .llms-tool-facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.mini-tool-page .llms-method-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.mini-tool-page .llms-tool-facts div,
body.mini-tool-page .llms-method-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.54);
}

body.mini-tool-page .llms-tool-facts strong,
body.mini-tool-page .llms-method-grid h3 {
  display: block;
  margin: 0 0 5px;
  color: #5ee0a0;
  font-size: 0.9rem;
  font-weight: 900;
}

body.mini-tool-page .llms-tool-facts span,
body.mini-tool-page .llms-method-grid p {
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .llms-method-panel .tool-label,
body.mini-tool-page .llms-faq-panel .tool-label {
  margin: 0 0 8px;
  color: #5ee0a0;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .llms-faq-panel details {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(8, 20, 39, 0.46);
  overflow: hidden;
}

body.mini-tool-page .llms-faq-panel details + details {
  margin-top: 10px;
}

body.mini-tool-page .llms-faq-panel summary {
  cursor: pointer;
  padding: 13px 14px;
  color: #f4fbff;
  font-weight: 900;
}

body.mini-tool-page .llms-faq-panel details p {
  margin: 0;
  padding: 0 14px 14px;
}

body.mini-tool-page .llms-verdict {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 14px;
  background: rgba(8, 20, 39, 0.62);
}

body.mini-tool-page .llms-verdict span {
  color: #9de2ff;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

body.mini-tool-page .llms-verdict strong {
  color: #f4fbff;
  font-size: 1.32rem;
}

body.mini-tool-page .llms-verdict p {
  margin: 0;
  color: #dbeafe;
  font-weight: 800;
}

body.mini-tool-page .llms-verdict.ok {
  border-color: rgba(34, 197, 94, 0.36);
  background: rgba(10, 66, 48, 0.42);
}

body.mini-tool-page .llms-verdict.warn {
  border-color: rgba(245, 158, 11, 0.38);
  background: rgba(80, 55, 16, 0.42);
}

body.mini-tool-page .llms-url-selection {
  display: grid;
  gap: 9px;
  max-height: 360px;
  margin: 10px 0 8px;
  padding: 10px;
  overflow: auto;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 12px;
  background: rgba(2, 8, 23, 0.36);
}

body.mini-tool-page .llms-url-option {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 10px;
  align-items: start;
  padding: 10px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 10px;
  background: rgba(8, 20, 39, 0.5);
}

body.mini-tool-page .llms-url-option input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #7dd3fc;
}

body.mini-tool-page .llms-url-option span,
body.mini-tool-page .llms-url-option small {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.mini-tool-page .llms-url-option span {
  color: #f4fbff;
  font-weight: 850;
}

body.mini-tool-page .llms-url-option small {
  grid-column: 2;
  color: #aebedf;
  font-weight: 750;
}

body.mini-tool-page .mini-generated-text {
  width: 100%;
  min-height: 280px;
  padding: 14px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 12px;
  color: #dbeafe;
  background: rgba(2, 8, 23, 0.72);
  font: 0.9rem/1.5 Consolas, "Fira Code", "Courier New", monospace;
  resize: vertical;
}

body.mini-tool-page .mini-generated-text:focus {
  border-color: #7dd3fc;
  box-shadow: 0 0 0 3px rgba(125, 211, 252, 0.16);
  outline: none;
}

body.mini-tool-page .llms-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 18px;
}

body.mini-tool-page .llms-file-table {
  min-width: 920px;
}

body.mini-tool-page .llms-limit-list {
  margin: 0;
  padding: 0 0 0 20px;
  color: #d5e3f3;
  font-weight: 750;
}

body.mini-tool-page .llms-limit-list li + li {
  margin-top: 7px;
}

@media (max-width: 760px) {
  body.mini-tool-page .llms-tool-facts,
  body.mini-tool-page .llms-method-grid {
    grid-template-columns: 1fr;
  }
}




























/* Harmonisation H1 avec la page d'accueil */
body.pricing-page h1,
body.page-reports h1,
body.page-blog .blog-article h1,
body.page-contact h1,
body.page-admin h1,
body.page-legal h1,
body.page-tools h1,
body.page-profile h1,
body.mini-tool-page h1,
body.app-crawl h1,
body.app-crawl .hero-copy h1,
body.app-one-page h1,
body.app-one-page .hero-copy h1,
body.doc-crawl h1,
body.doc-one-page h1,
body.doc-tools h1 {
  margin: 0;
  color: #9de2ff;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.03;
  letter-spacing: 0;
}

/* FAQ repliable en bas de page */
.site-faq-block {
  margin-top: clamp(32px, 6vw, 72px);
}

body.page-home .home-faq.site-faq-block,
body.mini-tool-page .mini-panel.site-faq-block,
body.compare-tool-page .mini-panel.site-faq-block {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-faq-block .site-faq-disclosure {
  overflow: hidden;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(125, 211, 252, 0.14), rgba(168, 85, 247, 0.08)),
    rgba(8, 20, 39, 0.86);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.site-faq-block .site-faq-disclosure > summary.site-faq-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 82px;
  padding: 18px 20px;
  color: #f4fbff;
  cursor: pointer;
  list-style: none;
}

.site-faq-block .site-faq-button-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.site-faq-block .site-faq-kicker {
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-faq-block .site-faq-button strong {
  color: #f4fbff;
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  line-height: 1.15;
}

.site-faq-block .site-faq-button small {
  color: #b6c5d8;
  font-size: 0.92rem;
  font-weight: 750;
}

.site-faq-block .site-faq-state {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(125, 211, 252, 0.34);
  border-radius: 999px;
  color: #03111f;
  background: #7dd3fc;
  font-size: 0.86rem;
  font-weight: 950;
  text-align: center;
}

.site-faq-block .site-faq-state::before {
  content: "Ouvrir";
}

.site-faq-block .site-faq-disclosure[open] .site-faq-state::before {
  content: "Masquer";
}

.site-faq-block .site-faq-body {
  display: grid;
  gap: 18px;
  padding: 0 20px 22px;
  border-top: 1px solid rgba(125, 211, 252, 0.18);
}

.site-faq-block .site-faq-quick {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 18px;
}

.site-faq-block .site-faq-quick span {
  color: #9de2ff;
  font-size: 0.84rem;
  font-weight: 950;
  text-transform: uppercase;
}

.site-faq-block .site-faq-quick a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(125, 211, 252, 0.22);
  border-radius: 999px;
  color: #dbeafe;
  background: rgba(23, 40, 74, 0.72);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
}

.site-faq-block .site-faq-quick a:hover,
.site-faq-block .site-faq-quick a:focus-visible {
  border-color: rgba(125, 211, 252, 0.58);
  color: #f8fbff;
  outline: none;
}

.site-faq-block .site-faq-body > h2,
.site-faq-block .site-faq-body > .tool-label {
  margin-top: 0;
}

html[data-seo-style="style2"] .site-faq-block .site-faq-disclosure {
  border-color: rgba(103, 232, 249, 0.3);
  background:
    linear-gradient(135deg, rgba(192, 132, 252, 0.18), rgba(103, 232, 249, 0.1)),
    rgba(5, 10, 24, 0.88);
  box-shadow: 0 24px 70px rgba(103, 232, 249, 0.08);
}

html[data-seo-style="style2"] .site-faq-block .site-faq-state {
  color: #f8fbff;
  border-color: rgba(192, 132, 252, 0.5);
  background: linear-gradient(135deg, rgba(192, 132, 252, 0.92), rgba(34, 211, 238, 0.72));
  box-shadow: 0 0 22px rgba(103, 232, 249, 0.18);
}

@media (max-width: 700px) {
  .site-faq-block .site-faq-disclosure > summary.site-faq-button {
    align-items: stretch;
    flex-direction: column;
  }

  .site-faq-block .site-faq-state {
    width: 100%;
  }
}





/* mobile-header-80-20260705 */
@media (max-width: 900px) {
  :root {
    --site-menu-mobile-header-height: 96px;
    --site-menu-mobile-control-height: 54px;
  }

  .site-menu .site-menu-inner {
    grid-template-columns: 80px minmax(0, 1fr) auto !important;
  }

  .site-menu .site-menu-brand,
  .site-menu .site-menu-brand img,
  html.site-mobile-menu-open .site-menu .site-menu-brand,
  html.site-mobile-menu-open[data-seo-style] .site-menu .site-menu-brand,
  html.site-mobile-menu-open .site-menu .site-menu-brand img,
  html.site-mobile-menu-open[data-seo-style] .site-menu .site-menu-brand img {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
  }

  .site-menu .site-menu-toggle,
  html.site-mobile-menu-open .site-menu .site-menu-toggle,
  html.site-mobile-menu-open[data-seo-style] .site-menu .site-menu-toggle {
    width: clamp(104px, 26vw, 132px) !important;
    min-width: clamp(104px, 26vw, 132px) !important;
    min-height: var(--site-menu-mobile-control-height) !important;
  }

  html.site-mobile-menu-open .site-menu .site-credit-box-mobile,
  html.site-mobile-menu-open[data-seo-style] .site-menu .site-credit-box-mobile {
    max-width: calc(100vw - 220px) !important;
  }

  html.site-mobile-menu-open .site-menu-content.is-open,
  html.site-mobile-menu-open[data-seo-style] .site-menu-content.is-open {
    padding:
      calc(var(--site-menu-mobile-header-height) + env(safe-area-inset-top))
      max(12px, env(safe-area-inset-right))
      12px
      max(12px, env(safe-area-inset-left)) !important;
  }
}

@media (max-width: 380px) {
  .site-menu .site-menu-inner {
    grid-template-columns: 80px minmax(0, 1fr) auto !important;
    gap: 6px !important;
  }

  .site-menu .site-credit-box-mobile .site-credit-balance,
  html.site-mobile-menu-open .site-menu .site-credit-box-mobile .site-credit-balance,
  html.site-mobile-menu-open[data-seo-style] .site-menu .site-credit-box-mobile .site-credit-balance {
    min-width: 104px !important;
    padding-inline: 8px !important;
  }

  .site-menu .site-menu-toggle,
  html.site-mobile-menu-open .site-menu .site-menu-toggle,
  html.site-mobile-menu-open[data-seo-style] .site-menu .site-menu-toggle {
    width: 96px !important;
    min-width: 96px !important;
    padding-inline: 10px !important;
  }
}

/* credit-number-accent-20260705 */
.site-credit-balance strong,
.site-credit-balance strong.is-unlimited,
.site-credit-infinity {
  color: var(--site-credit-accent, #45f0c8) !important;
}

.site-credit-balance .site-credit-daily-bonus,
.site-credit-balance .site-credit-daily-bonus.is-earned {
  color: inherit !important;
}

/* responsible-usage-consent-20260705 */
.responsible-usage-consent {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid rgba(250, 204, 21, 0.48);
  border-radius: 16px;
  color: #fff3bd;
  background: rgba(48, 43, 30, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 48px rgba(2, 8, 23, 0.24);
}

.responsible-usage-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.responsible-usage-copy strong {
  color: #ffe680;
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 950;
  line-height: 1.2;
}

.responsible-usage-copy p {
  margin: 0;
  color: #fff1a8;
  font-size: clamp(0.95rem, 1.45vw, 1.18rem);
  font-weight: 850;
  line-height: 1.55;
}

.responsible-usage-agree {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(250, 204, 21, 0.62);
  border-radius: 12px;
  color: #20160a;
  background: linear-gradient(135deg, #fde68a, #facc15);
  font: inherit;
  font-weight: 950;
  white-space: nowrap;
  cursor: pointer;
}

.responsible-usage-agree:hover,
.responsible-usage-agree:focus-visible {
  filter: brightness(1.05);
  outline: 3px solid rgba(250, 204, 21, 0.28);
  outline-offset: 2px;
}

@media (max-width: 720px) {
  .responsible-usage-consent {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .responsible-usage-agree {
    width: 100%;
  }
}


























/* professional-footer-20260714 */
.site-legal-footer {
  position: relative;
  display: block;
  width: 100%;
  margin: clamp(34px, 6vw, 72px) 0 0;
  padding: 0;
  border-top: 1px solid rgba(125, 211, 252, 0.18);
  color: #b8c7dc;
  background:
    radial-gradient(780px 240px at 12% 0%, rgba(125, 211, 252, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(6, 16, 34, 0.98), rgba(2, 7, 18, 0.99));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 -18px 48px rgba(0, 0, 0, 0.28);
  font-size: 0.94rem;
}

.site-footer-shell {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(150px, 0.7fr) minmax(190px, 0.8fr);
  gap: clamp(24px, 4vw, 58px);
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(30px, 5vw, 54px) 0;
}

.site-footer-company {
  display: grid;
  gap: 15px;
  min-width: 0;
}

.site-legal-footer .site-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: #f8fbff;
  text-decoration: none;
}

.site-legal-footer :is(.site-footer-brand, .site-footer-column a, .site-footer-contact a, .site-footer-bottom a)::before {
  content: none !important;
  display: none !important;
}

.site-legal-footer .site-footer-brand picture {
  display: block;
  flex: 0 0 auto;
}

.site-legal-footer .site-footer-brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #eff8ff;
  box-shadow: 0 0 0 1px rgba(125, 211, 252, 0.36), 0 12px 28px rgba(0, 0, 0, 0.28);
}

.site-legal-footer .site-footer-brand span {
  display: grid;
  gap: 3px;
}

.site-legal-footer .site-footer-brand strong {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.1;
}

.site-legal-footer .site-footer-brand small {
  color: #9de2ff;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.25;
}

.site-footer-company p {
  max-width: 58ch;
  margin: 0;
  color: #c7d4e7;
  line-height: 1.65;
}

.site-footer-contact {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #9fb3ca;
  list-style: none;
}

.site-footer-contact li {
  min-width: 0;
  line-height: 1.45;
}

.site-legal-footer a {
  color: #d7f1ff;
  text-decoration: none;
}

.site-legal-footer a:hover,
.site-legal-footer a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

.site-footer-column {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
}

.site-footer-column h2 {
  margin: 0 0 6px;
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer-column a {
  width: fit-content;
  color: #dbeafe;
  font-weight: 800;
  line-height: 1.35;
}

.site-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 22px;
  border-top: 1px solid rgba(125, 211, 252, 0.14);
  color: #8ea3bd;
  font-size: 0.86rem;
}

.site-footer-bottom span {
  min-width: 0;
}

@media (max-width: 860px) {
  .site-footer-shell {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer-company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .site-footer-shell {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1180px);
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    width: min(100% - 24px, 1180px);
  }
}






/* finforyou-inspired-mobile-footer-20260715 */
.site-footer-company-card {
  display: grid;
  gap: 15px;
  min-width: 0;
}

.site-footer-company-card h2 {
  margin: 0;
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer-cookie-button {
  appearance: none;
  width: fit-content;
  margin: 0;
  padding: 0;
  border: 0;
  color: #dbeafe;
  background: transparent;
  font: inherit;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.site-footer-cookie-button:hover,
.site-footer-cookie-button:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

@media (max-width: 620px) {
  .site-legal-footer {
    margin-top: 48px;
    background:
      radial-gradient(480px 210px at 50% 0%, rgba(125, 211, 252, 0.13), transparent 72%),
      linear-gradient(180deg, #0b1a31, #071326 62%, #040b18);
  }

  .site-footer-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(100% - 28px, 420px);
    padding: 28px 0 22px;
  }

  .site-footer-company {
    grid-column: auto;
    gap: 20px;
  }

  .site-legal-footer .site-footer-brand {
    justify-content: center;
    width: 100%;
    padding: 8px 6px 4px;
  }

  .site-legal-footer .site-footer-brand img {
    width: 82px;
    height: 82px;
    box-shadow:
      0 0 0 1px rgba(125, 211, 252, 0.4),
      0 16px 34px rgba(0, 0, 0, 0.32);
  }

  .site-legal-footer .site-footer-brand strong {
    font-size: 1.24rem;
  }

  .site-legal-footer .site-footer-brand small {
    max-width: 190px;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .site-footer-company-card,
  .site-footer-column {
    padding: 22px 18px;
    border: 1px solid rgba(125, 211, 252, 0.2);
    border-radius: 10px;
    background:
      linear-gradient(145deg, rgba(31, 54, 86, 0.72), rgba(19, 38, 67, 0.78));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 12px 30px rgba(0, 0, 0, 0.13);
    text-align: center;
  }

  .site-footer-company-card {
    gap: 14px;
  }

  .site-footer-company-card h2,
  .site-footer-column h2 {
    margin: 0 0 8px;
    color: #8fe7ff;
    font-size: 0.77rem;
    letter-spacing: 0.14em;
  }

  .site-footer-company p {
    max-width: 34ch;
    margin-inline: auto;
    color: #d0dceb;
    font-size: 0.91rem;
    line-height: 1.58;
  }

  .site-footer-contact {
    gap: 10px;
    justify-items: center;
    color: #c6d4e7;
  }

  .site-footer-contact li {
    max-width: 100%;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .site-footer-contact li > span {
    color: #f0f7ff;
    font-weight: 850;
  }

  .site-footer-column {
    gap: 0;
  }

  .site-footer-column a,
  .site-footer-cookie-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 8px;
    color: #e2edf9;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
  }

  .site-footer-bottom {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    width: min(100% - 28px, 420px);
    padding: 18px 0 28px;
    color: #91a6c0;
    font-size: 0.78rem;
    line-height: 1.45;
    text-align: center;
  }

  .site-footer-bottom span {
    width: 100%;
  }
}
 
/* Étiquette commune placée au-dessus du H1. */
.page-hero-label,
body.page-home .brand-main .eyebrow,
.hero-copy > :is(.badge-soft, .audit-intro, .tool-label, .blog-kicker, .blog-pill, .eyebrow),
.mini-title-row > div > .badge-soft,
.mini-hero > .badge-soft,
.reviews-hero > .tool-label,
.blog-article > header > .blog-pill,
.position-access-card > .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.5rem !important;
  box-sizing: border-box;
  width: fit-content !important;
  max-width: 100%;
  margin: 0 0 8px !important;
  padding: 6px 13px !important;
  border: 1px solid rgba(125, 211, 252, 0.38) !important;
  border-radius: 999px !important;
  color: #d6efff !important;
  background: rgba(125, 211, 252, 0.12) !important;
  box-shadow: none !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: left;
  text-transform: none !important;
}

.page-hero-label > :is(.fa-solid, .fa-regular, .fa-brands),
body.page-home .brand-main .eyebrow > :is(.fa-solid, .fa-regular, .fa-brands),
.hero-copy > :is(.badge-soft, .audit-intro, .tool-label, .blog-kicker, .blog-pill, .eyebrow) > :is(.fa-solid, .fa-regular, .fa-brands),
.mini-title-row > div > .badge-soft > :is(.fa-solid, .fa-regular, .fa-brands),
.mini-hero > .badge-soft > :is(.fa-solid, .fa-regular, .fa-brands),
.reviews-hero > .tool-label > :is(.fa-solid, .fa-regular, .fa-brands),
.blog-article > header > .blog-pill > :is(.fa-solid, .fa-regular, .fa-brands),
.position-access-card > .eyebrow > :is(.fa-solid, .fa-regular, .fa-brands) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 1em;
  width: 1em !important;
  height: 1em !important;
  margin: 0 !important;
  vertical-align: 0 !important;
}













































































































































































































































































/* 20260731-report-action-roles : couleurs par action dans les rapports et leurs historiques. */
html[data-seo-style] body.app-crawl .report-actions button[data-load-report],
html[data-seo-style] body.app-one-page .history-actions button[data-load-report],
html[data-seo-style] body.mini-tool-page .mini-history-actions button[data-mini-report-view],
html[data-seo-style] body.page-reports .reports-row-actions a[data-report-view] {
  color: #dcfce7 !important;
  border-color: rgba(34, 197, 94, 0.72) !important;
  background: linear-gradient(135deg, #166534, #14532d) !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

html[data-seo-style] body.app-crawl .report-actions button[data-load-report]:focus-visible,
html[data-seo-style] body.app-one-page .history-actions button[data-load-report]:focus-visible,
html[data-seo-style] body.mini-tool-page .mini-history-actions button[data-mini-report-view]:focus-visible,
html[data-seo-style] body.page-reports .reports-row-actions a[data-report-view]:focus-visible {
  outline: 3px solid rgba(34, 197, 94, 0.42) !important;
  outline-offset: 2px !important;
}

html[data-seo-style] body.app-crawl .report-actions a[href][data-report-review],
html[data-seo-style] body.app-one-page .history-actions a[href][data-report-review],
html[data-seo-style] body.mini-tool-page .mini-history-actions a[href][data-report-review],
html[data-seo-style] body.page-reports .reports-row-actions a[href][data-report-review] {
  color: #1c1917 !important;
  border-color: #fde047 !important;
  background: linear-gradient(135deg, #facc15, #eab308) !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
  text-decoration: none !important;
}

html[data-seo-style] body.app-crawl .report-actions a[href][data-report-review]:focus-visible,
html[data-seo-style] body.app-one-page .history-actions a[href][data-report-review]:focus-visible,
html[data-seo-style] body.mini-tool-page .mini-history-actions a[href][data-report-review]:focus-visible,
html[data-seo-style] body.page-reports .reports-row-actions a[href][data-report-review]:focus-visible {
  outline: 3px solid rgba(250, 204, 21, 0.48) !important;
  outline-offset: 2px !important;
}

html[data-seo-style] body.app-crawl .report-actions button[data-copy-report-ux],
html[data-seo-style] body.app-crawl .report-actions button[data-copy-report-agent],
html[data-seo-style] body.app-one-page .history-actions button[data-copy-report-ux],
html[data-seo-style] body.app-one-page .history-actions button[data-copy-report-agent],
html[data-seo-style] body.mini-tool-page .mini-history-actions button[data-mini-report-ux],
html[data-seo-style] body.mini-tool-page .mini-history-actions button[data-mini-report-agent],
html[data-seo-style] body.page-reports .reports-row-actions button[data-copy-ux-report],
html[data-seo-style] body.page-reports .reports-row-actions button[data-copy-agent-report] {
  color: #f5f3ff !important;
  border-color: #a78bfa !important;
  background: linear-gradient(135deg, #6d28d9, #5b21b6) !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

html[data-seo-style] body.app-crawl .report-actions button[data-copy-report-ux]:focus-visible,
html[data-seo-style] body.app-crawl .report-actions button[data-copy-report-agent]:focus-visible,
html[data-seo-style] body.app-one-page .history-actions button[data-copy-report-ux]:focus-visible,
html[data-seo-style] body.app-one-page .history-actions button[data-copy-report-agent]:focus-visible,
html[data-seo-style] body.mini-tool-page .mini-history-actions button[data-mini-report-ux]:focus-visible,
html[data-seo-style] body.mini-tool-page .mini-history-actions button[data-mini-report-agent]:focus-visible,
html[data-seo-style] body.page-reports .reports-row-actions button[data-copy-ux-report]:focus-visible,
html[data-seo-style] body.page-reports .reports-row-actions button[data-copy-agent-report]:focus-visible {
  outline: 3px solid rgba(167, 139, 250, 0.48) !important;
  outline-offset: 2px !important;
}

/* 20260801-compare-context-help : aides contextuelles accessibles de Concurrent VS. */
body.compare-tool-page .compare-url-label-line,
body.compare-tool-page .compare-target-label-line,
body.compare-tool-page .compare-summary-card > span.compare-term-label,
body.compare-tool-page .compare-cost-summary span.compare-term-label,
body.compare-tool-page .compare-axis-card > span.compare-term-label,
body.compare-tool-page .compare-record-fields dt.compare-term-label,
body.compare-tool-page #details h3.compare-term-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body.compare-tool-page .compare-url-label-line,
body.compare-tool-page .compare-target-label-line {
  flex-wrap: wrap;
  align-self: center;
}

body.compare-tool-page .compare-target-control {
  display: grid;
  gap: 7px;
  min-width: 0;
}

body.compare-tool-page .compare-target-label-line > label {
  display: inline;
  color: #dbeafe;
  font-weight: 900;
}

body.compare-tool-page .compare-target-control > textarea {
  width: 100%;
}

body.compare-tool-page .compare-summary-card > span.compare-term-label {
  justify-content: center;
  width: 100%;
  text-align: center;
}

body.compare-tool-page .compare-cost-summary span.compare-term-label {
  justify-content: space-between;
}

body.compare-tool-page #details h3.compare-term-label {
  flex-wrap: wrap;
}

body.compare-tool-page .compare-term-help {
  position: relative;
  display: inline-flex;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin: 0;
  padding: 0;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(125, 211, 252, 0.55);
  border-radius: 50%;
  color: #dff7ff;
  background: rgba(14, 48, 82, 0.9);
  box-shadow: 0 5px 14px rgba(3, 12, 28, 0.24);
  font: 900 0.76rem/1 system-ui, sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: help;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

body.compare-tool-page .compare-term-help::before {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
}

body.compare-tool-page .compare-term-help:hover {
  border-color: #7dd3fc;
  color: #071326;
  background: #7dd3fc;
  transform: translateY(-1px);
}

body.compare-tool-page .compare-term-help:focus-visible {
  border-color: #e0f7ff;
  color: #071326;
  background: #8fe7ff;
  outline: 3px solid rgba(125, 211, 252, 0.38);
  outline-offset: 3px;
}

body.compare-tool-page.compare-term-modal-open {
  overflow: hidden;
}

body.compare-tool-page .compare-term-modal[hidden] {
  display: none !important;
}

body.compare-tool-page .compare-term-modal {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
}

body.compare-tool-page .compare-term-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 23, 0.82);
  backdrop-filter: blur(7px);
}

body.compare-tool-page .compare-term-dialog {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
  max-height: min(88dvh, 820px);
  overflow-y: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(125, 211, 252, 0.35);
  border-radius: 24px;
  color: #eaf5ff;
  background: radial-gradient(620px 280px at 12% 0%, rgba(14, 165, 233, 0.14), transparent 72%), linear-gradient(145deg, #10223d, #09172b 72%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overscroll-behavior: contain;
}

body.compare-tool-page .compare-term-dialog-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(148, 197, 231, 0.4);
  border-radius: 12px;
  color: #e8f5ff;
  background: rgba(8, 24, 45, 0.86);
  font: 800 1.5rem/1 system-ui, sans-serif;
  cursor: pointer;
}

body.compare-tool-page .compare-term-dialog-close:hover,
body.compare-tool-page .compare-term-dialog-close:focus-visible {
  border-color: #7dd3fc;
  color: #071326;
  background: #7dd3fc;
  outline: none;
}

body.compare-tool-page .compare-term-dialog-close:focus-visible {
  box-shadow: 0 0 0 4px rgba(125, 211, 252, 0.28);
}

body.compare-tool-page .compare-term-kicker {
  margin: 0 54px 8px 0;
  color: #7dd3fc;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.compare-tool-page .compare-term-dialog > h2 {
  margin: 0 54px 12px 0;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.15;
}

body.compare-tool-page .compare-term-axes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

body.compare-tool-page .compare-term-axis {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(125, 211, 252, 0.26);
  border-radius: 999px;
  color: #ccefff;
  background: rgba(14, 68, 110, 0.42);
  font-size: 0.8rem;
  font-weight: 850;
}

body.compare-tool-page .compare-term-result {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-left: 4px solid #7dd3fc;
  border-radius: 14px;
  background: rgba(6, 20, 39, 0.58);
}

body.compare-tool-page .compare-term-result[hidden] {
  display: none !important;
}

body.compare-tool-page .compare-term-result > span {
  color: #9fb8d4;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.compare-tool-page .compare-term-result > strong {
  color: #fff;
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

body.compare-tool-page .compare-term-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.compare-tool-page .compare-term-detail-grid > section {
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 15px;
  background: rgba(6, 20, 39, 0.48);
}

body.compare-tool-page .compare-term-detail-grid h3 {
  margin: 0 0 9px;
  color: #8fe7ff;
  font-size: 0.9rem;
  line-height: 1.3;
}

body.compare-tool-page .compare-term-detail-grid p {
  margin: 0;
  color: #cfdaea;
  line-height: 1.62;
}

body.compare-tool-page .compare-term-next-step {
  border-color: rgba(74, 222, 128, 0.3);
}

html[data-seo-style="style2"] body.compare-tool-page .compare-term-help {
  border-color: rgba(0, 88, 152, 0.48);
  color: #075985;
  background: #eef9ff;
  box-shadow: 0 4px 12px rgba(0, 44, 84, 0.12);
}

html[data-seo-style="style2"] body.compare-tool-page .compare-term-help:hover,
html[data-seo-style="style2"] body.compare-tool-page .compare-term-help:focus-visible {
  color: #fff;
  background: #0369a1;
}

html[data-seo-style="style2"] body.compare-tool-page .compare-term-dialog {
  color: #10233b;
  border-color: rgba(3, 105, 161, 0.26);
  background: radial-gradient(620px 280px at 12% 0%, rgba(14, 165, 233, 0.11), transparent 72%), #f8fcff;
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.28);
}

html[data-seo-style="style2"] body.compare-tool-page .compare-term-dialog > h2,
html[data-seo-style="style2"] body.compare-tool-page .compare-term-result > strong {
  color: #10233b;
}

html[data-seo-style="style2"] body.compare-tool-page .compare-term-axis {
  color: #075985;
  border-color: rgba(3, 105, 161, 0.22);
  background: #e8f6ff;
}

html[data-seo-style="style2"] body.compare-tool-page .compare-term-result,
html[data-seo-style="style2"] body.compare-tool-page .compare-term-detail-grid > section {
  color: #10233b;
  border-color: rgba(3, 105, 161, 0.18);
  background: #fff;
}

html[data-seo-style="style2"] body.compare-tool-page .compare-term-result > span,
html[data-seo-style="style2"] body.compare-tool-page .compare-term-detail-grid p {
  color: #405773;
}

html[data-seo-style="style2"] body.compare-tool-page .compare-term-dialog-close {
  color: #0f4163;
  border-color: rgba(3, 105, 161, 0.28);
  background: #eaf7ff;
}

@media (max-width: 760px) {
  body.compare-tool-page .compare-term-modal {
    place-items: end center;
    padding: max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
  }

  body.compare-tool-page .compare-term-dialog {
    width: 100%;
    max-height: 90dvh;
    padding: 25px 18px 22px;
    border-radius: 20px;
  }

  body.compare-tool-page .compare-term-dialog-close {
    top: 12px;
    right: 12px;
  }

  body.compare-tool-page .compare-term-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.compare-tool-page .compare-term-help {
    transition: none;
  }
}

@media (forced-colors: active) {
  body.compare-tool-page .compare-term-help,
  body.compare-tool-page .compare-term-dialog,
  body.compare-tool-page .compare-term-dialog-close,
  body.compare-tool-page .compare-term-detail-grid > section {
    border: 1px solid CanvasText;
    color: CanvasText;
    background: Canvas;
  }
}

@media print {
  body.compare-tool-page .compare-term-help,
  body.compare-tool-page .compare-term-modal {
    display: none !important;
  }
}
