/* ScanTheLink product redesign — one calm evidence system across public and app surfaces. */
:root {
  --stl-ink: #142033;
  --stl-navy: #172239;
  --stl-navy-soft: #21314f;
  --stl-green: #287469;
  --stl-green-bright: #0e9f75;
  --stl-green-soft: #eaf6f2;
  --stl-paper: #ffffff;
  --stl-band: #f4f7fa;
  --stl-line: #dce3ea;
  --stl-muted: #667286;
  --stl-error: #e5524a;
  --stl-warning: #d99a16;
  --stl-info: #39759e;
  --stl-radius: 10px;
  --stl-shadow: 0 12px 36px rgba(20, 32, 51, 0.08);
  --stl-font: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.product-home,
.product-scan,
.product-report,
.product-dashboard,
.product-pricing {
  background: var(--stl-paper);
  color: var(--stl-ink);
  font-family: var(--stl-font);
  line-height: 1.55;
}

.product-home *,
.product-scan *,
.product-report *,
.product-dashboard *,
.product-pricing * {
  scrollbar-color: #b7c2cf transparent;
}

.product-home :focus-visible,
.product-scan :focus-visible,
.product-report :focus-visible,
.product-dashboard :focus-visible,
.product-pricing :focus-visible {
  outline: 3px solid rgba(40, 116, 105, 0.24);
  outline-offset: 3px;
}

.product-home .container,
.product-pricing .container {
  width: min(1180px, calc(100vw - 64px));
}

.product-home .btn,
.product-scan .btn,
.product-report .btn,
.product-dashboard .btn,
.product-pricing .btn {
  min-height: 44px;
  border-radius: 8px;
  padding: 11px 17px;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: -0.01em;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.product-home .btn.primary,
.product-scan .btn.primary,
.product-report .btn.primary,
.product-dashboard .btn.primary,
.product-pricing .btn.primary {
  background: var(--stl-green);
  color: #fff;
  box-shadow: none;
}

.product-home .btn.primary:hover,
.product-scan .btn.primary:hover,
.product-report .btn.primary:hover,
.product-dashboard .btn.primary:hover,
.product-pricing .btn.primary:hover {
  background: #205f57;
  color: #fff;
  transform: translateY(-1px);
}

.product-home .btn.ghost,
.product-scan .btn.ghost,
.product-report .btn.ghost,
.product-dashboard .btn.ghost,
.product-pricing .btn.ghost {
  border: 1px solid var(--stl-line);
  background: #fff;
  color: var(--stl-ink);
  box-shadow: none;
}

.product-home .btn.ghost:hover,
.product-scan .btn.ghost:hover,
.product-report .btn.ghost:hover,
.product-dashboard .btn.ghost:hover,
.product-pricing .btn.ghost:hover {
  border-color: #aab7c4;
  background: var(--stl-band);
  color: var(--stl-ink);
}

/* Marketing homepage */
.product-home .nav,
.product-pricing .nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--stl-line);
  backdrop-filter: blur(14px);
}

.product-home .nav-inner,
.product-pricing .nav-inner {
  height: 64px;
}

.product-home .brand,
.product-pricing .brand {
  color: var(--stl-ink);
  font-size: 18px;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.product-home .brand img,
.product-pricing .brand img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.product-home .nav-links,
.product-pricing .nav-links {
  gap: 24px;
  color: var(--stl-ink);
  font-size: 14px;
  font-weight: 660;
}

.product-home .nav-links > a:not(.btn):hover,
.product-pricing .nav-links > a:not(.btn):hover {
  color: var(--stl-green);
}

.product-home .nav-account,
.product-pricing .nav-account {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--stl-muted);
}

.product-home .nav-account > span {
  display: none;
}

.product-home .beta-banner {
  border: 0;
  border-bottom: 1px solid var(--stl-line);
  background: var(--stl-band);
  color: var(--stl-muted);
}

.product-home .beta-banner-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 7px 0;
  font-size: 12px;
}

.product-home .beta-banner-inner > span {
  padding: 0;
  border: 0;
  background: none;
  color: var(--stl-green);
  font-size: 12px;
  font-weight: 780;
  text-transform: none;
  letter-spacing: 0;
}

.product-home .beta-banner-inner > span::before {
  content: "◇";
  margin-right: 7px;
}

.product-home .beta-banner-inner p {
  margin: 0;
}

.product-home .beta-banner-inner a {
  color: var(--stl-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-home .hero-polished {
  min-height: 620px;
  padding: 58px 0 52px;
  border: 0;
  background: #fff;
}

.product-home .hero-polished::before,
.product-home .hero-polished::after {
  display: none;
}

.product-home .hero-grid {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  gap: 0;
  align-items: center;
}

.product-home .hero-copy > .eyebrow,
.product-home .hero-process-strip,
.product-home .auto-detect-head,
.product-home .auto-detect-flow,
.product-home .route-insight-grid,
.product-home .hero-signal-board {
  display: none;
}

.product-home .hero-copy {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  min-width: 0;
  text-align: center;
}

.product-home .hero-copy h1 {
  max-width: 800px;
  margin: 0 auto;
  color: var(--stl-ink);
  font-size: clamp(48px, 5.2vw, 70px);
  font-weight: 820;
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.product-home .hero-copy .lead {
  max-width: 720px;
  margin: 24px auto 0;
  color: #4f5d70;
  font-size: 19px;
  line-height: 1.58;
}

.product-home .scan-console {
  position: relative;
  width: 100%;
  margin: 32px auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.product-home .scan-console::before {
  display: none;
}

.product-home .scan-field-wrap {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  overflow: hidden;
  border: 1px solid #b9c5d0;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 32, 51, 0.11);
}

.product-home .scan-form input {
  min-height: 64px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--stl-ink);
  font-size: 16px;
  box-shadow: none;
}

.product-home .scan-form input::placeholder {
  color: #778396;
}

.product-home .scan-form input:focus {
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(40, 116, 105, 0.5);
}

.product-home .scan-form .btn {
  min-width: 174px;
  min-height: 64px;
  border-radius: 0;
  font-size: 14px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
}

.product-home .scan-inline-message {
  margin: 7px 0 0;
  color: var(--stl-error);
  font-size: 13px;
}

.product-home .auto-detect-card {
  display: block;
  margin: 14px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.product-home .supported-targets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.product-home .supported-targets button {
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid var(--stl-line);
  border-radius: 8px;
  background: #fff;
  color: #4b586a;
  font-size: 12px;
  font-weight: 690;
}

.product-home .supported-targets button:hover {
  border-color: #aab7c4;
  color: var(--stl-ink);
}

.product-home .supported-targets button.active {
  border-color: var(--stl-green);
  background: var(--stl-green-soft);
  color: #185a51;
  box-shadow: none;
}

.product-home .mode-switcher {
  margin-top: 22px;
  padding: 0;
  border: 0;
}

.product-home .scan-plan-status {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 9px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--stl-muted);
  font-size: 12px;
}

.product-home .scan-plan-status > span {
  color: var(--stl-ink);
  font-weight: 720;
  text-transform: none;
  letter-spacing: 0;
}

.product-home .scan-plan-status > strong {
  color: var(--stl-green);
  font-size: 12px;
}

.product-home .scan-mode-grid {
  gap: 10px;
}

.product-home .mode-card {
  min-height: 92px;
  padding: 14px 15px;
  border: 1px solid var(--stl-line);
  border-radius: 9px;
  background: #fff;
  color: var(--stl-ink);
  box-shadow: none;
}

.product-home .mode-card:hover {
  border-color: #aab7c4;
}

.product-home .mode-card.active {
  border-color: var(--stl-green);
  background: #f7fbfa;
  box-shadow: inset 3px 0 0 var(--stl-green);
}

.product-home .mode-card .plan-kicker {
  display: none;
}

.product-home .mode-card strong {
  color: var(--stl-ink);
  font-size: 16px;
}

.product-home .mode-card small,
.product-home .mode-card span {
  margin-top: 4px;
  color: var(--stl-muted);
  font-size: 12px;
}

.product-home .hero-product {
  align-self: stretch;
  display: flex;
  align-items: center;
  min-width: 0;
}

.product-home .preview-top.hero-art-frame {
  width: 100%;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--stl-line);
  border-radius: 11px;
  background: var(--stl-band);
  box-shadow: var(--stl-shadow);
}

.product-home .preview-top.hero-art-frame::before,
.product-home .preview-top.hero-art-frame::after {
  display: none;
}

.product-home .preview-top.hero-art-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 535px;
  object-fit: cover;
  object-position: top left;
  filter: none;
  transform: none;
}

.product-home main {
  background: #fff;
}

.product-home .section {
  padding: 76px 0;
}

.product-home .proof-section {
  padding: 0;
  border-top: 1px solid var(--stl-line);
  border-bottom: 1px solid var(--stl-line);
  background: var(--stl-band);
}

.product-home .proof-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.product-home .proof-grid article {
  min-height: 190px;
  padding: 34px 30px;
  border: 0;
  border-right: 1px solid var(--stl-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-home .proof-grid article:last-child {
  border-right: 0;
}

.product-home .proof-grid article > span {
  color: var(--stl-green);
  font-size: 12px;
  font-weight: 780;
}

.product-home .proof-grid article > strong {
  display: block;
  margin-top: 18px;
  color: var(--stl-ink);
  font-size: 19px;
  letter-spacing: -0.02em;
}

.product-home .proof-grid article p {
  color: var(--stl-muted);
  font-size: 14px;
}

.product-home .proof-grid article ul {
  display: none;
}

.product-home .faq-section {
  background: #fff;
}

.product-home .faq-layout {
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
  align-items: start;
}

.product-home .faq-intro .eyebrow,
.product-home .section-heading .eyebrow,
.product-home .beta-invite-card .eyebrow {
  display: none;
}

.product-home .faq-intro h2,
.product-home .section-heading h2,
.product-home .beta-invite-card h2 {
  margin: 0;
  color: var(--stl-ink);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.product-home .faq-intro p,
.product-home .beta-invite-card p {
  color: var(--stl-muted);
}

.product-home .faq-list {
  gap: 0;
  border-top: 1px solid var(--stl-line);
}

.product-home .faq-list details {
  border: 0;
  border-bottom: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.product-home .faq-list summary {
  min-height: 58px;
  padding: 17px 2px;
  color: var(--stl-ink);
  font-size: 15px;
  font-weight: 730;
}

.product-home .faq-list p {
  padding: 0 30px 18px 2px;
  color: var(--stl-muted);
}

.product-home .beta-invite-section {
  padding: 0 0 76px;
}

.product-home .beta-invite-card {
  padding: 30px 34px;
  border: 1px solid rgba(40, 116, 105, 0.48);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.product-home .beta-invite-card h2 {
  font-size: 27px;
}

.product-home .plans-section {
  border-top: 1px solid var(--stl-line);
  background: var(--stl-band);
}

.product-home .section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.product-home .lean-plan-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--stl-line);
  border-radius: 10px;
  background: #fff;
}

.product-home .plan-comparison-card {
  padding: 28px;
  border: 0;
  border-right: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.product-home .plan-comparison-card:last-child {
  border-right: 0;
}

.product-home .plan-comparison-card .plan-kicker,
.product-home .plan-availability-bar {
  display: none;
}

.product-home .plan-comparison-card h3,
.product-home .plan-comparison-card .price {
  color: var(--stl-ink);
}

.product-home .plan-summary,
.product-home .plan-feature-list span {
  color: var(--stl-muted);
}

.product-home .plan-feature-list li::before {
  color: var(--stl-green);
}

.product-home .footer,
.product-pricing .footer {
  border-top: 0;
  background: var(--stl-navy);
  color: #dce5ee;
}

.product-home .footer-inner,
.product-pricing .footer-inner {
  min-height: 112px;
}

.product-home .footer a,
.product-pricing .footer a {
  color: #dce5ee;
}

/* Shared public documents, agent guides, shared-report fallback and errors. */
.product-public-secondary {
  min-height: 100vh;
  background: var(--stl-band);
  color: var(--stl-ink);
  font-family: var(--stl-font);
}

.product-public-secondary .nav {
  border-bottom: 1px solid var(--stl-line);
  background: #fff;
}

.product-public-secondary .brand,
.product-public-secondary .nav-links {
  color: var(--stl-ink);
}

.product-public-secondary .legal,
.product-public-secondary .agent-page,
.product-public-secondary .share-fallback-shell,
.product-public-secondary .not-found {
  border: 1px solid var(--stl-line);
  border-radius: var(--stl-radius);
  background: #fff;
  color: var(--stl-ink);
  box-shadow: none;
}

.product-public-secondary .legal h1,
.product-public-secondary .legal h2,
.product-public-secondary .agent-page h1,
.product-public-secondary .agent-page h2,
.product-public-secondary .share-fallback-shell h1 {
  color: var(--stl-ink);
}

.product-public-secondary .legal p,
.product-public-secondary .agent-page p,
.product-public-secondary .share-fallback-shell p {
  color: var(--stl-muted);
}

.product-public-secondary .btn.primary {
  background: var(--stl-green);
  color: #fff;
}

.product-public-secondary .btn.ghost {
  border: 1px solid var(--stl-line);
  background: #fff;
  color: var(--stl-ink);
}

/* Calm scan progress */
.product-scan {
  margin: 0;
  min-height: 100vh;
  display: block;
  align-items: initial;
  justify-content: initial;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff !important;
}

.product-scan .scan-product-header {
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 max(32px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid var(--stl-line);
  background: #fff;
}

.product-scan .scan-product-header .brand {
  color: var(--stl-ink);
  font-size: 20px;
  font-weight: 820;
  letter-spacing: -0.03em;
}

.product-scan .scan-product-header img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.product-scan .scanner-main {
  min-height: calc(100vh - 72px);
  padding: 0;
  background: #fff !important;
}

.product-scan .scan-cinematic {
  width: min(1320px, calc(100vw - 64px));
  min-height: calc(100vh - 72px);
  margin: 0 auto;
  padding: 72px 0;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(520px, 1.18fr);
  gap: 92px;
  align-items: center;
  color: var(--stl-ink);
}

.product-scan [data-scan-visual] {
  place-items: initial !important;
  border: 0 !important;
  background: #fff !important;
}

.product-scan .scan-progress-copy {
  min-width: 0;
  text-align: left;
}

.product-scan .scan-target-line {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: var(--stl-muted);
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
}

.product-scan .scan-progress-copy h1 {
  margin: 28px 0 16px;
  color: var(--stl-ink);
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.product-scan .scan-progress-lead {
  max-width: 590px;
  margin: 0;
  color: #4f5d70;
  font-size: 19px;
}

.product-scan .scan-progress-value {
  margin-top: 34px;
  color: var(--stl-green);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.product-scan .scan-progress-track {
  width: min(100%, 490px);
  height: 5px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: var(--stl-line);
}

.product-scan .scan-progress-track i {
  display: block;
  width: calc((var(--ratio, 0) * 100%));
  min-width: 4px;
  height: 100%;
  border-radius: inherit;
  background: var(--stl-green);
  transition: width 500ms ease;
}

.product-scan .scan-mode-line {
  margin: 12px 0 0;
  color: var(--stl-muted);
  font-size: 12px;
}

.product-scan .scan-progress-list {
  max-width: 500px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.product-scan .scan-progress-list li {
  position: relative;
  min-height: 54px;
  padding: 0 0 18px 38px;
  color: #8a95a5;
}

.product-scan .scan-progress-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 14px;
  height: 14px;
  border: 2px solid #cbd4df;
  border-radius: 50%;
  background: #fff;
}

.product-scan .scan-progress-list li::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 1px;
  left: 13px;
  width: 1px;
  background: var(--stl-line);
}

.product-scan .scan-progress-list li:last-child::after {
  display: none;
}

.product-scan .scan-progress-list li.active {
  color: var(--stl-ink);
}

.product-scan .scan-progress-list li.active::before {
  border-color: var(--stl-green);
  background: var(--stl-green);
  box-shadow: inset 0 0 0 3px #fff;
}

.product-scan .scan-progress-list strong,
.product-scan .scan-progress-list span {
  display: block;
}

.product-scan .scan-progress-list strong {
  font-size: 15px;
}

.product-scan .scan-progress-list span {
  display: none;
}

.product-scan .scan-live-log {
  margin: 8px 0 0;
  color: var(--stl-ink);
  font-size: 14px;
  font-weight: 680;
}

.product-scan .scan-live-log::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--stl-green);
  box-shadow: 0 0 0 5px rgba(40, 116, 105, 0.08);
}

.product-scan .scan-state,
.product-scan .scan-time-note,
.product-scan .retry-hint {
  max-width: 510px;
  margin: 6px 0 0;
  color: var(--stl-muted);
  font-size: 13px;
}

.product-scan .scan-state:empty {
  display: none;
}

.product-scan .scan-actions,
.product-scan .scan-long-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.product-scan .scan-long-actions[hidden] {
  display: none;
}

.product-scan .scan-retry-link {
  border: 0;
  background: transparent;
  color: var(--stl-muted);
  font: inherit;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.product-scan .scan-retry-link[hidden] {
  display: none;
}

.product-scan .scan-signal-map {
  position: relative;
  min-height: 540px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 72px;
  align-items: center;
}

.product-scan .scan-signal-origin {
  position: relative;
  z-index: 2;
  min-height: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--stl-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(20, 32, 51, 0.06);
  text-align: center;
}

.product-scan .scan-signal-origin > span {
  color: var(--stl-green);
  font-size: 30px;
}

.product-scan .scan-signal-origin strong {
  margin-top: 6px;
  color: var(--stl-ink);
  font-size: 16px;
}

.product-scan .scan-signal-origin small {
  color: var(--stl-muted);
  font-size: 11px;
}

.product-scan .scan-signal-connector {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 126px;
  right: 52%;
  height: 1px;
  background: var(--stl-green);
}

.product-scan .scan-signal-nodes {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.product-scan .tech-node {
  position: relative;
  inset: auto;
  width: auto;
  min-height: 66px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 11px 15px;
  border: 1px solid var(--stl-line);
  border-radius: 9px;
  background: #fff;
  color: var(--stl-ink);
  opacity: 0.72;
  transform: none;
  transition: opacity 200ms ease, border-color 200ms ease, background-color 200ms ease;
}

.product-scan .tech-node::before,
.product-scan .tech-node::after {
  display: none;
}

.product-scan .tech-node.active {
  border-color: rgba(40, 116, 105, 0.65);
  background: var(--stl-green-soft);
  box-shadow: none;
  opacity: 1;
}

.product-scan .scan-node-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--stl-line);
  border-radius: 7px;
  color: var(--stl-green);
  font-size: 11px;
  font-weight: 800;
}

.product-scan .nd-label {
  position: static;
  color: var(--stl-ink);
  font-size: 13px;
  font-weight: 740;
  letter-spacing: 0.02em;
}

.product-scan .nd-status {
  position: static;
  color: var(--stl-green);
  font-size: 11px;
  font-weight: 720;
  text-transform: capitalize;
}

.product-scan .scan-signal-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.product-scan.scan-error .scan-progress-value,
.product-scan .scan-error .scan-progress-value {
  color: var(--stl-error);
}

.product-scan .scan-cinematic.scan-error,
.product-scan .scanner-main.scan-error {
  --stl-green: var(--stl-error);
}

/* Report workspace */
.product-report {
  min-height: 100vh;
  background: var(--stl-band);
}

.product-report .result-app-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 64px;
  border-bottom: 1px solid var(--stl-line);
  background: #fff;
  box-shadow: none;
}

.product-report .result-app-topbar {
  width: 100%;
  min-height: 64px;
  padding: 0 18px;
  gap: 14px;
}

.product-report .result-menu-button {
  display: none;
}

.product-report .result-app-nav .brand {
  min-width: 196px;
  color: var(--stl-ink);
  font-size: 17px;
  font-weight: 820;
}

.product-report .result-app-nav .brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.product-report .result-target-control {
  flex: 1 1 360px;
  max-width: 470px;
  height: 42px;
  padding: 0 13px;
  border: 1px solid var(--stl-line);
  border-radius: 8px;
  background: #fff;
  color: var(--stl-ink);
}

.product-report .result-target-control strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-report .result-scan-state {
  margin-left: auto;
}

.product-report .result-state-icon {
  background: var(--stl-green);
  color: #fff;
}

.product-report .result-scan-state strong {
  color: var(--stl-ink);
}

.product-report .result-scan-state small {
  color: var(--stl-muted);
}

.product-report .result-action-button,
.product-report .result-icon-button,
.product-report .result-currency-toggle {
  min-height: 40px;
  border: 1px solid var(--stl-line);
  border-radius: 8px;
  background: #fff;
  color: var(--stl-ink);
  box-shadow: none;
}

.product-report .result-currency-toggle button[aria-pressed="true"] {
  background: var(--stl-navy);
  color: #fff;
}

.product-report .result-avatar {
  background: var(--stl-navy);
  color: #fff;
}

.product-report .result-workspace-shell {
  width: 100%;
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  align-items: start;
}

.product-report .result-product-sidebar {
  position: sticky;
  top: 64px;
  z-index: 20;
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 24px 14px 18px;
  border-right: 1px solid #273651;
  background: var(--stl-navy);
  color: #dfe7f1;
}

.product-report .result-rail-context {
  padding: 4px 10px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.product-report .result-rail-context > span,
.product-report .result-rail-context > strong,
.product-report .result-rail-context > small {
  display: block;
}

.product-report .result-rail-context > span {
  color: #94a5bb;
  font-size: 10px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-report .result-rail-context > strong {
  margin-top: 8px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-report .result-rail-context > small {
  margin-top: 5px;
  color: #aab8ca;
  font-size: 11px;
}

.product-report .result-rail-nav {
  display: grid;
  gap: 4px;
  padding: 18px 0;
}

.product-report .result-rail-nav a {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 7px;
  color: #c8d2df;
  font-size: 13px;
  font-weight: 640;
}

.product-report .result-rail-nav a:hover,
.product-report .result-rail-nav a.active {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.product-report .result-rail-nav a.active::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 3px;
  border-radius: 3px;
  background: var(--stl-green-bright);
}

.product-report .result-rail-actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.product-report .result-rail-actions a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.product-report .result-workspace-main {
  min-width: 0;
  background: var(--stl-band);
}

.product-report .result-audit-hero {
  padding: 20px 24px 0;
  border: 0;
  background: var(--stl-band);
}

.product-report .result-audit-container {
  width: 100%;
  max-width: none;
}

.product-report .result-audit-shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 14px;
}

.product-report .audit-card,
.product-report .audit-evidence-board {
  border: 1px solid var(--stl-line);
  border-radius: var(--stl-radius);
  background: #fff;
  box-shadow: none;
}

.product-report .scan-scope-card,
.product-report .about-scan-card {
  display: none;
}

.product-report .verdict-summary-card {
  min-height: 186px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-content: start;
  column-gap: 12px;
  padding: 16px;
}

.product-report .verdict-summary-card .audit-card-head {
  grid-column: 1 / -1;
  margin-bottom: 10px;
}

.product-report .verdict-summary-card .audit-card-head h2,
.product-report .next-actions-card .audit-card-head h2 {
  color: var(--stl-ink);
  font-size: 14px;
  letter-spacing: -0.01em;
}

.product-report .audit-help-dot {
  border-color: var(--stl-line);
  color: var(--stl-muted);
}

.product-report .verdict-donut {
  width: 78px;
  height: 78px;
  margin: 0;
  background: conic-gradient(var(--stl-error) var(--critical-stop, 33%), var(--stl-warning) var(--critical-stop, 33%) var(--warning-stop, 66%), var(--stl-green) var(--warning-stop, 66%));
}

.product-report .verdict-donut::before {
  inset: 10px;
  background: #fff;
}

.product-report .verdict-donut-center strong {
  color: var(--stl-ink);
  font-size: 24px;
}

.product-report .verdict-donut-center span {
  display: none;
}

.product-report .verdict-legend {
  display: grid;
  align-content: center;
  gap: 5px;
  margin: 0;
}

.product-report .verdict-legend span {
  color: var(--stl-muted);
  font-size: 11px;
}

.product-report .verdict-summary-card > p,
.product-report .audit-download-link,
.product-report .verdict-severity-strip {
  display: none;
}

.product-report .result-right-stack {
  display: block;
}

.product-report .next-actions-card {
  min-height: 186px;
  padding: 16px;
}

.product-report .next-action-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--stl-line);
  border-radius: 8px;
  overflow: hidden;
}

.product-report .next-action-list a {
  min-height: 82px;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 10px;
  padding: 12px;
  border: 0;
  border-right: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
}

.product-report .next-action-list a:last-child {
  border-right: 0;
}

.product-report .next-action-list a > span {
  grid-row: 1 / 3;
  width: 14px;
  height: 14px;
  border: 1px solid #bdc8d4;
  border-radius: 50%;
}

.product-report .next-action-list strong {
  color: var(--stl-ink);
  font-size: 12px;
}

.product-report .next-action-list small {
  color: var(--stl-muted);
  font-size: 10px;
}

.product-report .audit-rescan-button {
  min-height: 34px;
  margin-top: 9px;
  border: 0;
  background: transparent;
  color: var(--stl-green);
  font-size: 12px;
}

.product-report .audit-evidence-board {
  grid-column: 1 / -1;
}

.product-report .result-module-nav {
  display: none;
}

.product-report main.section {
  padding: 14px 24px 56px;
  background: var(--stl-band);
}

.product-report main.section > .container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.product-report .result-panels-priority.section,
.product-report .result-panels-measured.section {
  padding: 0;
}

.product-report .historical-comparison-card,
.product-report .priority-finding-card,
.product-report .executive-brief,
.product-report .score-breakdown-card,
.product-report .measured-kpi-card,
.product-report .connected-data-card,
.product-report .signal-matrix-card,
.product-report .result-json-card,
.product-report .crawl-evidence-card,
.product-report .chart-card,
.product-report .report-summary,
.product-report .deep-analysis,
.product-report .evidence-card,
.product-report .action-plan-card,
.product-report .result-export-panel,
.product-report [data-paywall] {
  border: 1px solid var(--stl-line);
  border-radius: var(--stl-radius);
  background: #fff;
  box-shadow: none;
}

.product-report .historical-comparison-card::before,
.product-report .priority-finding-card::before,
.product-report .executive-brief::before,
.product-report .signal-matrix-card::before,
.product-report .connected-data-card::before,
.product-report .creator-videos-card::before,
.product-report .result-quick-actions::before {
  display: none;
}

.product-report .priority-finding-card {
  overflow: hidden;
  padding: 0;
}

.product-report .priority-finding-card > .card-heading-row {
  min-height: 74px;
  align-items: center;
  padding: 17px 20px 12px;
  border-bottom: 0;
}

.product-report .priority-finding-card .muted-eyebrow {
  display: none;
}

.product-report .priority-finding-card h1 {
  margin: 0;
  color: var(--stl-ink);
  font-size: clamp(28px, 3.3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.product-report .priority-finding-card .card-heading-row > p {
  max-width: 380px;
  color: var(--stl-muted);
  font-size: 12px;
  text-align: right;
}

.product-report .issues-explorer-toolbar {
  padding: 0 20px 15px;
  border-bottom: 1px solid var(--stl-line);
}

.product-report .issues-explorer-filters {
  gap: 7px;
}

.product-report .issues-explorer-filters button,
.product-report .issue-priority-controls select,
.product-report .evidence-board-toolbar button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--stl-line);
  border-radius: 7px;
  background: #fff;
  color: var(--stl-ink);
  font-size: 12px;
  font-weight: 690;
}

.product-report .issues-explorer-filters button[aria-pressed="true"],
.product-report .evidence-board-toolbar button[aria-pressed="true"] {
  border-color: var(--stl-navy);
  background: var(--stl-navy);
  color: #fff;
}

.product-report [data-issues] {
  padding: 0;
}

.product-report .issue-explorer-list {
  gap: 0;
}

.product-report .issue-explorer-item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.product-report .issue-explorer-item:last-child {
  border-bottom: 0;
}

.product-report .issue-explorer-item[open] {
  background: #fff;
  box-shadow: inset 4px 0 0 var(--stl-error);
}

.product-report .issue-explorer-item > summary {
  min-height: 68px;
  grid-template-columns: auto minmax(0, 1fr) auto 30px;
  gap: 14px;
  padding: 13px 18px;
  border-radius: 0;
  background: #fff;
}

.product-report .issue-explorer-item > summary:hover {
  background: #f9fbfc;
}

.product-report .issue-explorer-item .severity {
  min-width: 70px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 11px;
  font-weight: 780;
}

.product-report .issue-explorer-item .severity.critical {
  color: var(--stl-error);
}

.product-report .issue-explorer-item .severity.warning {
  color: var(--stl-warning);
}

.product-report .issue-explorer-item .severity.info {
  color: var(--stl-info);
}

.product-report .issue-explorer-primary strong {
  color: var(--stl-ink);
  font-size: 15px;
}

.product-report .issue-explorer-primary small,
.product-report .issue-explorer-impact {
  color: var(--stl-muted);
  font-size: 11px;
}

.product-report .issue-explorer-body {
  padding: 0;
  border-top: 1px solid var(--stl-line);
}

.product-report .issue-explorer-explanation {
  margin: 0;
  padding: 18px 20px;
  border-bottom: 1px solid var(--stl-line);
  color: #4f5d70;
  font-size: 14px;
}

.product-report .issue-explorer-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border: 0;
}

.product-report .issue-explorer-detail-grid > section {
  min-width: 0;
  padding: 18px 20px;
  border: 0;
  border-right: 1px solid var(--stl-line);
  border-bottom: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
}

.product-report .issue-explorer-detail-grid > section:nth-child(even) {
  border-right: 0;
}

.product-report .issue-explorer-detail-grid > section > span,
.product-report .issue-intelligence-layer > span,
.product-report .issue-verification-panel > div > span {
  color: var(--stl-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-report .issue-explorer-detail-grid p,
.product-report .issue-explorer-detail-grid ol,
.product-report .issue-explorer-detail-grid ul {
  color: #4f5d70;
  font-size: 13px;
}

.product-report .issue-url-list {
  overflow: hidden;
  border: 1px solid var(--stl-line);
  border-radius: 7px;
  background: #fff;
}

.product-report .issue-url-list li {
  padding: 10px 11px;
  border-bottom-color: var(--stl-line);
}

.product-report .issue-url-list a,
.product-report .issue-url-list code {
  overflow-wrap: anywhere;
  color: #245d8d;
  font-size: 12px;
}

.product-report .issue-url-sources span,
.product-report .issue-gsc-metrics > span,
.product-report .confidence-chip,
.product-report .confidence-pill {
  border: 1px solid var(--stl-line);
  border-radius: 5px;
  background: var(--stl-band);
  color: #536174;
  font-size: 10px;
}

.product-report .issue-intelligence,
.product-report .issue-priority-context,
.product-report .issue-gsc-context {
  margin: 0;
  border: 1px solid var(--stl-line);
  border-radius: 7px;
  background: #fff;
  box-shadow: none;
}

.product-report .issue-intelligence > summary,
.product-report .issue-priority-context > summary,
.product-report .issue-gsc-context > summary {
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff;
}

.product-report .issue-intelligence > summary:hover,
.product-report .issue-priority-context > summary:hover,
.product-report .issue-gsc-context > summary:hover {
  background: var(--stl-band);
}

.product-report .issue-intelligence > summary span,
.product-report .issue-priority-context > summary span,
.product-report .issue-gsc-context > summary span {
  color: var(--stl-muted);
  font-size: 10px;
  letter-spacing: 0.05em;
}

.product-report .issue-intelligence > summary strong,
.product-report .issue-priority-context > summary strong,
.product-report .issue-gsc-context > summary strong {
  color: var(--stl-ink);
  font-size: 12px;
}

.product-report .issue-intelligence-body {
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--stl-line);
}

.product-report .issue-intelligence-layer {
  padding: 13px;
  border: 0;
  border-bottom: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
}

.product-report .issue-intelligence-sources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 13px;
  border-bottom: 1px solid var(--stl-line);
}

.product-report .issue-intelligence-sources .issue-gsc-context {
  min-width: 0;
}

.product-report .issue-gsc-context-body {
  padding: 0 12px 12px;
}

.product-report .issue-gsc-context-body > ul > li {
  padding: 9px 0;
  border-bottom: 1px solid var(--stl-line);
  background: transparent;
}

.product-report .issue-gsc-context-body > ul > li.is-unavailable {
  background: transparent;
  color: var(--stl-muted);
}

.product-report .issue-intelligence-body > footer,
.product-report .issue-gsc-context-body > footer,
.product-report .issue-priority-context-body footer {
  padding: 10px 13px;
  border-top: 0;
  color: var(--stl-muted);
  font-size: 10px;
}

.product-report .issue-verification-panel {
  margin: 0;
  padding: 16px 20px;
  border: 0;
  border-bottom: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
}

.product-report .issue-verification-panel button {
  min-height: 42px;
  border: 0;
  border-radius: 7px;
  background: var(--stl-green);
  color: #fff;
  font-weight: 760;
  box-shadow: none;
}

.product-report .issue-verification-panel button:hover {
  background: #205f57;
}

.product-report .issue-explorer-body > footer {
  padding: 13px 20px;
  border: 0;
  background: var(--stl-band);
}

.product-report .report-grid,
.product-report .charts,
.product-report .result-panels {
  gap: 14px;
}

.product-report .card,
.product-report .panel-card {
  color: var(--stl-ink);
}

.product-report .card h2,
.product-report .card h3,
.product-report .panel-card h2 {
  color: var(--stl-ink);
  letter-spacing: -0.025em;
}

.product-report .muted-eyebrow {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--stl-green);
  font-size: 10px;
  letter-spacing: 0.07em;
}

.product-report .small-muted {
  color: var(--stl-muted);
}

.product-report .result-mobile-nav {
  display: none;
}

/* Workspace / My Sites / account */
.product-dashboard {
  min-height: 100vh;
  background: var(--stl-band);
}

.product-dashboard .dashboard-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  background: var(--stl-band);
}

.product-dashboard .dashboard-sidebar {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 100vh;
  width: auto;
  padding: 18px 14px;
  border-right: 1px solid #273651;
  background: var(--stl-navy);
  color: #dce5ef;
}

.product-dashboard .dashboard-logo {
  order: 0;
  min-height: 48px;
  padding: 0 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 820;
}

.product-dashboard .dashboard-logo img {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  object-fit: contain;
}

.product-dashboard .dashboard-menu {
  order: 2;
  gap: 3px;
  margin-top: 20px;
}

.product-dashboard .dashboard-menu a,
.product-dashboard .dashboard-menu-button {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #c8d2df;
  font-size: 13px;
  font-weight: 650;
}

.product-dashboard .dashboard-menu a:hover,
.product-dashboard .dashboard-menu a.active,
.product-dashboard .dashboard-menu-button:hover {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.product-dashboard .dashboard-menu a.active::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 0;
  width: 3px;
  border-radius: 3px;
  background: var(--stl-green-bright);
}

.product-dashboard .dashboard-quick-scan {
  order: 1;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0 0;
  border: 0;
  border-radius: 7px;
  background: var(--stl-green);
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.product-dashboard .dashboard-side-card {
  order: 3;
  margin-top: auto;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
}

.product-dashboard .dashboard-side-card span,
.product-dashboard .dashboard-side-card p {
  color: #9cadc1;
}

.product-dashboard .dashboard-side-card strong {
  color: #fff;
}

.product-dashboard .dashboard-main {
  min-width: 0;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 28px 32px 64px;
  background: var(--stl-band);
}

.product-dashboard .dashboard-workspace-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 24px;
  align-items: start;
  margin: 0;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid var(--stl-line);
  background: transparent;
  box-shadow: none;
}

.product-dashboard .dashboard-kicker {
  margin: 0 0 7px;
  color: var(--stl-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-dashboard .dashboard-workspace-hero h1 {
  margin: 0;
  color: var(--stl-ink);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.052em;
}

.product-dashboard .dashboard-topbar-subtitle {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--stl-muted);
  font-size: 15px;
}

.product-dashboard .dashboard-hero-actions {
  gap: 8px;
  margin-top: 20px;
}

.product-dashboard .dashboard-account-card {
  padding: 16px;
  border: 1px solid var(--stl-line);
  border-radius: var(--stl-radius);
  background: #fff;
  box-shadow: none;
}

.product-dashboard .dashboard-account-card::before {
  display: none;
}

.product-dashboard .dashboard-account-card span {
  color: var(--stl-muted);
}

.product-dashboard .dashboard-account-card strong {
  color: var(--stl-ink);
}

.product-dashboard .dashboard-entitlement-grid {
  display: none;
}

.product-dashboard .dashboard-entitlement-grid > div {
  padding: 10px;
  border: 0;
  border-right: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
}

.product-dashboard .dashboard-entitlement-grid > div:last-child {
  border-right: 0;
}

.product-dashboard .dashboard-entitlement-grid small {
  color: var(--stl-muted);
  font-size: 10px;
}

.product-dashboard .dashboard-auth-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(320px, 0.7fr);
  gap: 20px;
  align-items: center;
  margin: 18px 0;
  padding: 18px 20px;
  border: 1px solid var(--stl-line);
  border-radius: var(--stl-radius);
  background: #fff;
  box-shadow: none;
}

.product-dashboard .dashboard-auth-card h2 {
  color: var(--stl-ink);
  font-size: 20px;
}

.product-dashboard .dashboard-auth-card p,
.product-dashboard .dashboard-auth-actions span {
  color: var(--stl-muted);
}

.product-dashboard .dashboard-auth-benefits {
  display: none;
}

.product-dashboard .dashboard-site-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr) auto;
  gap: 20px;
  align-items: center;
  margin: 18px 0;
  padding: 18px 20px;
  border: 1px solid var(--stl-line);
  border-radius: var(--stl-radius);
  background: #fff;
}

.product-dashboard .dashboard-site-context h2 {
  margin: 0;
  color: var(--stl-ink);
  font-size: 20px;
  letter-spacing: -0.025em;
}

.product-dashboard .dashboard-site-context p:not(.dashboard-kicker) {
  max-width: 680px;
  margin: 5px 0 0;
  color: var(--stl-muted);
  font-size: 12px;
}

.product-dashboard .dashboard-site-selection {
  min-width: 0;
  padding: 10px 14px;
  border-left: 3px solid var(--stl-green);
  background: var(--stl-band);
}

.product-dashboard .dashboard-site-selection span,
.product-dashboard .dashboard-site-selection strong,
.product-dashboard .dashboard-site-selection small {
  display: block;
}

.product-dashboard .dashboard-site-selection span,
.product-dashboard .dashboard-site-selection small {
  color: var(--stl-muted);
  font-size: 10px;
}

.product-dashboard .dashboard-site-selection strong {
  margin: 3px 0;
  overflow: hidden;
  color: var(--stl-ink);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-dashboard .dashboard-auth-form .field,
.product-dashboard .field {
  min-height: 42px;
  border: 1px solid var(--stl-line);
  border-radius: 7px;
  background: #fff;
  color: var(--stl-ink);
}

.product-dashboard .dashboard-command-panel[hidden] {
  display: none;
}

.product-dashboard .dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid var(--stl-line);
  border-radius: var(--stl-radius);
  background: #fff;
}

.product-dashboard .dashboard-kpi-card {
  min-height: 108px;
  padding: 17px;
  border: 0;
  border-right: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.product-dashboard .dashboard-kpi-card:last-child {
  border-right: 0;
}

.product-dashboard .dashboard-kpi-card::before,
.product-dashboard .dashboard-panel::before {
  display: none;
}

.product-dashboard .dashboard-kpi-card span,
.product-dashboard .dashboard-kpi-card small {
  color: var(--stl-muted);
  font-size: 11px;
}

.product-dashboard .dashboard-kpi-card strong {
  margin: 7px 0 4px;
  color: var(--stl-ink);
  font-size: 24px;
  letter-spacing: -0.04em;
}

.product-dashboard .dashboard-grid-primary,
.product-dashboard .dashboard-grid-secondary {
  gap: 14px;
}

.product-dashboard .dashboard-grid-primary {
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
}

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

.product-dashboard .dashboard-panel {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--stl-line);
  border-radius: var(--stl-radius);
  background: #fff;
  box-shadow: none;
}

.product-dashboard .dashboard-panel h2 {
  color: var(--stl-ink);
  font-size: 20px;
  letter-spacing: -0.025em;
}

.product-dashboard .dashboard-panel h3 {
  color: var(--stl-ink);
}

.product-dashboard .dashboard-panel-note,
.product-dashboard .dashboard-measurement-note,
.product-dashboard .dashboard-impact-note,
.product-dashboard .dashboard-panel p {
  color: var(--stl-muted);
}

.product-dashboard .dashboard-small-link {
  color: var(--stl-green);
}

.product-dashboard .dashboard-score-ring {
  background: conic-gradient(var(--stl-green) var(--score-angle, 0deg), var(--stl-line) 0);
}

.product-dashboard .dashboard-score-ring::after {
  background: #fff;
}

.product-dashboard .dashboard-score-ring span,
.product-dashboard .dashboard-score-ring small {
  color: var(--stl-ink);
}

.product-dashboard .dashboard-mini-metrics,
.product-dashboard .dashboard-measurement-grid,
.product-dashboard .dashboard-comparison-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--stl-line);
  border-radius: 7px;
}

.product-dashboard .dashboard-mini-metrics div,
.product-dashboard .dashboard-measurement-card,
.product-dashboard .dashboard-comparison-score,
.product-dashboard .dashboard-comparison-delta,
.product-dashboard .dashboard-comparison-list,
.product-dashboard .dashboard-integration-card {
  border: 0;
  border-right: 1px solid var(--stl-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.product-dashboard .dashboard-row,
.product-dashboard .dashboard-fix-row,
.product-dashboard .dashboard-category-row,
.product-dashboard .dashboard-schedule-row,
.product-dashboard .dashboard-monitoring-row {
  border-bottom-color: var(--stl-line);
  background: #fff;
}

.product-dashboard .dashboard-row:hover,
.product-dashboard .dashboard-fix-row:hover,
.product-dashboard .dashboard-integration-card:hover {
  background: var(--stl-band);
  transform: none;
}

.product-dashboard .dashboard-badge,
.product-dashboard .dashboard-entitlement-state {
  border: 1px solid var(--stl-line);
  border-radius: 5px;
  background: var(--stl-band);
  color: #536174;
}

.product-dashboard .business-profile-form,
.product-dashboard .dashboard-schedule-form {
  gap: 12px;
}

.product-dashboard .dashboard-monitoring-block {
  border-color: var(--stl-line);
  background: var(--stl-band);
}

.product-dashboard .dashboard-empty-state {
  border: 1px dashed #b9c5d0;
  border-radius: 7px;
  background: var(--stl-band);
}

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

.product-dashboard .dashboard-empty-state span,
.product-dashboard .dashboard-empty {
  color: var(--stl-muted);
}

/* Pricing and public secondary surfaces */
.product-pricing .pricing-page {
  background: #fff;
}

.product-pricing .pricing-hero {
  padding: 70px 0;
  border-bottom: 1px solid var(--stl-line);
  background: #fff;
}

.product-pricing .pricing-hero h1 {
  color: var(--stl-ink);
  letter-spacing: -0.052em;
}

.product-pricing .pricing-hero p,
.product-pricing .pricing-note-panel p,
.product-pricing .pricing-card p {
  color: var(--stl-muted);
}

.product-pricing .pricing-note-panel,
.product-pricing .pricing-card,
.product-pricing .pilot-interest-card {
  border: 1px solid var(--stl-line);
  border-radius: var(--stl-radius);
  background: #fff;
  box-shadow: none;
}

.product-pricing .pricing-plans-section {
  background: var(--stl-band);
}

.product-pricing .pricing-card .plan-kicker,
.product-pricing .pricing-hero .eyebrow,
.product-pricing .section-heading .eyebrow {
  display: none;
}

/* Responsive */
@media (max-width: 1180px) {
  .product-home .hero-grid {
    grid-template-columns: minmax(0, 920px);
    gap: 0;
  }

  .product-report .result-app-nav .brand {
    min-width: 160px;
  }

  .product-report .result-scan-state {
    display: none;
  }

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

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

  .product-dashboard .dashboard-kpi-card:nth-child(3) {
    border-right: 0;
  }

  .product-dashboard .dashboard-kpi-card:nth-child(n+4) {
    border-top: 1px solid var(--stl-line);
  }
}

@media (max-width: 980px) {
  .product-home .hero-polished {
    min-height: 0;
  }

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

  .product-home .hero-product {
    max-width: 760px;
  }

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

  .product-home .proof-grid article:nth-child(2) {
    border-right: 0;
  }

  .product-home .proof-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--stl-line);
  }

  .product-home .faq-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .product-scan .scan-cinematic {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 52px 0;
  }

  .product-scan .scan-signal-map {
    min-height: 430px;
  }

  .product-report .result-workspace-shell {
    grid-template-columns: 188px minmax(0, 1fr);
  }

  .product-report .result-audit-shell {
    grid-template-columns: 1fr;
  }

  .product-report .verdict-summary-card {
    display: none;
  }

  .product-report .next-actions-card {
    min-height: 0;
  }

  .product-report .issue-explorer-detail-grid {
    grid-template-columns: 1fr;
  }

  .product-report .issue-explorer-detail-grid > section {
    border-right: 0;
  }

  .product-dashboard .dashboard-shell {
    grid-template-columns: 184px minmax(0, 1fr);
  }

  .product-dashboard .dashboard-main {
    padding-inline: 22px;
  }

  .product-dashboard .dashboard-grid-primary,
  .product-dashboard .dashboard-grid-secondary {
    grid-template-columns: 1fr;
  }

  .product-dashboard .dashboard-auth-card {
    grid-template-columns: 1fr;
  }

  .product-dashboard .dashboard-site-context {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .product-home .container,
  .product-pricing .container {
    width: min(100% - 32px, 1180px);
  }

  .product-home .nav-inner,
  .product-pricing .nav-inner {
    height: 58px;
  }

  .product-home .nav-links > a:not(.btn),
  .product-home .nav-account,
  .product-pricing .nav-links > a:not(.btn),
  .product-pricing .nav-account {
    display: none;
  }

  .product-home .nav-links,
  .product-pricing .nav-links {
    gap: 0;
  }

  .product-home .nav-links .btn,
  .product-pricing .nav-links .btn {
    min-height: 38px;
    padding: 8px 12px;
  }

  .product-home .beta-banner-inner {
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
  }

  .product-home .beta-banner-inner p {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-home .beta-banner-inner a {
    display: none;
  }

  .product-home .hero-polished {
    padding: 38px 0 34px;
  }

  .product-home .hero-grid {
    gap: 34px;
  }

  .product-home .hero-copy h1 {
    font-size: clamp(43px, 13.5vw, 58px);
  }

  .product-home .hero-copy .lead {
    margin-top: 18px;
    font-size: 16px;
  }

  .product-home .scan-field-wrap {
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .product-home .scan-form input {
    min-height: 54px;
    border: 1px solid #b9c5d0;
    border-radius: 8px;
  }

  .product-home .scan-form .btn {
    min-height: 52px;
    border-radius: 8px;
  }

  .product-home .supported-targets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-home .scan-mode-grid {
    grid-template-columns: 1fr;
  }

  .product-home .preview-top.hero-art-frame img {
    max-height: none;
  }

  .product-home .proof-grid {
    grid-template-columns: 1fr;
  }

  .product-home .proof-grid article,
  .product-home .proof-grid article:nth-child(2) {
    min-height: 0;
    padding: 26px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--stl-line);
  }

  .product-home .proof-grid article:last-child {
    border-bottom: 0;
  }

  .product-home .section {
    padding: 54px 0;
  }

  .product-home .beta-invite-card {
    display: block;
    padding: 24px;
  }

  .product-home .beta-invite-actions {
    margin-top: 20px;
  }

  .product-home .lean-plan-grid {
    display: block;
  }

  .product-home .plan-comparison-card {
    border-right: 0;
    border-bottom: 1px solid var(--stl-line);
  }

  .product-home .plan-comparison-card:last-child {
    border-bottom: 0;
  }

  .product-scan .scan-product-header {
    height: 60px;
    padding: 0 18px;
  }

  .product-scan .scanner-main {
    min-height: calc(100vh - 60px);
  }

  .product-scan .scan-cinematic {
    width: min(100% - 32px, 620px);
    min-height: calc(100vh - 60px);
    padding: 38px 0 52px;
  }

  .product-scan .scan-progress-copy h1 {
    margin-top: 22px;
    font-size: 42px;
  }

  .product-scan .scan-progress-lead {
    font-size: 16px;
  }

  .product-scan .scan-signal-map {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .product-scan .scan-signal-origin {
    min-height: 92px;
  }

  .product-scan .scan-signal-connector {
    display: none;
  }

  .product-scan .tech-node:nth-child(n+5) {
    display: none;
  }

  .product-report .result-app-nav {
    height: 58px;
  }

  .product-report .result-app-topbar {
    min-height: 58px;
    padding: 0 12px;
    gap: 9px;
  }

  .product-report .result-app-nav .brand {
    min-width: 0;
    font-size: 0;
  }

  .product-report .result-app-nav .brand img {
    width: 32px;
    height: 32px;
  }

  .product-report .result-target-control {
    height: 40px;
    max-width: none;
    flex: 1 1 auto;
  }

  .product-report .result-top-actions .result-currency-toggle,
  .product-report .result-top-actions .result-action-button,
  .product-report .result-top-actions .result-icon-button,
  .product-report .result-avatar {
    display: none;
  }

  .product-report .result-product-sidebar,
  .product-report .result-audit-hero {
    display: none;
  }

  .product-report .result-workspace-shell {
    display: block;
  }

  .product-report main.section {
    padding: 18px 12px 92px;
  }

  .product-report .priority-finding-card > .card-heading-row {
    display: block;
    min-height: 0;
    padding: 16px 15px 11px;
  }

  .product-report .priority-finding-card h1 {
    font-size: 30px;
  }

  .product-report .priority-finding-card .card-heading-row > p {
    margin: 7px 0 0;
    text-align: left;
  }

  .product-report .issues-explorer-toolbar {
    padding: 0 15px 13px;
    overflow: hidden;
  }

  .product-report .issues-explorer-toolbar-controls {
    display: block;
  }

  .product-report .issues-explorer-filters {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(72px, 1fr));
    gap: 6px;
    overflow-x: hidden;
    padding-bottom: 2px;
  }

  .product-report .issues-explorer-filters button {
    min-width: 0;
    padding: 0 8px;
    white-space: nowrap;
  }

  .product-report .issue-priority-controls {
    margin-top: 9px;
  }

  .product-report .issue-explorer-item > summary {
    grid-template-columns: auto minmax(0, 1fr) 26px;
    gap: 9px;
    padding: 13px 12px;
  }

  .product-report .issue-explorer-impact {
    display: none;
  }

  .product-report .issue-explorer-item .severity {
    min-width: 48px;
  }

  .product-report .issue-explorer-explanation,
  .product-report .issue-explorer-detail-grid > section,
  .product-report .issue-verification-panel,
  .product-report .issue-explorer-body > footer {
    padding-inline: 14px;
  }

  .product-report .issue-intelligence-sources {
    grid-template-columns: 1fr;
  }

  .product-report .issue-verification-panel button {
    width: 100%;
  }

  .product-report .report-grid,
  .product-report .charts {
    grid-template-columns: 1fr;
  }

  .product-report .result-mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    height: 66px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 6px 8px max(6px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--stl-line);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(14px);
  }

  .product-report .result-mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: var(--stl-muted);
    font-size: 11px;
    font-weight: 680;
  }

  .product-report .result-mobile-nav a.active {
    background: var(--stl-green-soft);
    color: var(--stl-green);
  }

  .product-dashboard .dashboard-shell {
    display: block;
  }

  .product-dashboard .dashboard-sidebar {
    position: sticky;
    top: 0;
    z-index: 60;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px 12px 8px;
    border-right: 0;
    border-bottom: 1px solid #273651;
  }

  .product-dashboard .dashboard-logo {
    min-height: 40px;
    padding: 0;
    font-size: 0;
  }

  .product-dashboard .dashboard-menu {
    display: flex;
    gap: 4px;
    margin: 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .product-dashboard .dashboard-menu::-webkit-scrollbar {
    display: none;
  }

  .product-dashboard .dashboard-menu a,
  .product-dashboard .dashboard-menu-button {
    min-width: max-content;
    min-height: 38px;
    padding: 0 10px;
    font-size: 11px;
  }

  .product-dashboard .dashboard-side-card,
  .product-dashboard .dashboard-quick-scan {
    display: none;
  }

  .product-dashboard .dashboard-main {
    padding: 24px 14px 52px;
  }

  .product-dashboard .dashboard-workspace-hero {
    display: block;
  }

  .product-dashboard .dashboard-workspace-hero h1 {
    font-size: 36px;
  }

  .product-dashboard .dashboard-account-card {
    margin-top: 18px;
  }

  .product-dashboard .dashboard-entitlement-grid {
    grid-template-columns: 1fr;
  }

  .product-dashboard .dashboard-entitlement-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--stl-line);
  }

  .product-dashboard .dashboard-entitlement-grid > div:last-child {
    border-bottom: 0;
  }

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

  .product-dashboard .dashboard-kpi-card,
  .product-dashboard .dashboard-kpi-card:nth-child(3) {
    border-right: 1px solid var(--stl-line);
    border-top: 1px solid var(--stl-line);
  }

  .product-dashboard .dashboard-kpi-card:nth-child(odd) {
    border-right: 1px solid var(--stl-line);
  }

  .product-dashboard .dashboard-kpi-card:nth-child(even) {
    border-right: 0;
  }

  .product-dashboard .dashboard-kpi-card:nth-child(-n+2) {
    border-top: 0;
  }

  .product-dashboard .dashboard-kpi-card:last-child {
    grid-column: 1 / -1;
    border-right: 0;
  }

  .product-dashboard .dashboard-latest-body,
  .product-dashboard .dashboard-mini-metrics,
  .product-dashboard .dashboard-measurement-grid,
  .product-dashboard .dashboard-comparison-grid {
    grid-template-columns: 1fr;
  }

  .product-dashboard .dashboard-mini-metrics div,
  .product-dashboard .dashboard-measurement-card,
  .product-dashboard .dashboard-comparison-score,
  .product-dashboard .dashboard-comparison-delta,
  .product-dashboard .dashboard-comparison-list,
  .product-dashboard .dashboard-integration-card {
    border-right: 0;
    border-bottom: 1px solid var(--stl-line);
  }
}

@media (max-width: 430px) {
  .product-home .brand,
  .product-pricing .brand {
    font-size: 16px;
  }

  .product-home .brand img,
  .product-pricing .brand img {
    width: 28px;
    height: 28px;
  }

  .product-home .nav-links .btn {
    font-size: 12px;
  }

  .product-home .hero-copy h1 {
    font-size: 43px;
  }

  .product-report .issues-explorer-filters {
    grid-template-columns: repeat(4, 78px);
  }

  .product-report .issue-explorer-primary strong {
    font-size: 14px;
  }

  .product-dashboard .dashboard-hero-actions {
    display: grid;
  }

  .product-dashboard .dashboard-kpis {
    grid-template-columns: 1fr;
  }

  .product-dashboard .dashboard-kpi-card,
  .product-dashboard .dashboard-kpi-card:nth-child(n) {
    grid-column: auto;
    border-right: 0;
    border-top: 1px solid var(--stl-line);
  }

  .product-dashboard .dashboard-kpi-card:first-child {
    border-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-home *,
  .product-scan *,
  .product-report *,
  .product-dashboard *,
  .product-pricing * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
