@font-face {
  font-family: "Haffer XH SemiBold";
  src: url("https://framerusercontent.com/assets/vftVnc6yUzw6474LMjfC8eXV7hE.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Fragment Mono";
  src: url("https://fonts.gstatic.com/s/fragmentmono/v6/4iCr6K5wfMRRjxp0DA6-2CLnB4NHhg.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --bg: #0f1020;
  --surface: #1b1f35;
  --surface-soft: #202541;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.24);
  --text: #f7f7ff;
  --muted: #a6acca;
  --blue: #2590f1;
  --violet: #6b66da;
  --pink: #f866db;
  --yellow: #fbe74e;
  --green: #22c55e;
  --red: #f84f39;
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --shadow-soft: 0 18px 34px rgba(8, 9, 18, 0.34);
  --shadow-mid: 0 30px 60px rgba(7, 8, 17, 0.48);
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  --page-accent: var(--blue);
  --page-accent-2: var(--violet);
  --page-glow-a: rgba(37, 144, 241, 0.22);
  --page-glow-b: rgba(248, 102, 219, 0.2);
  --page-glow-c: rgba(251, 231, 78, 0.12);
  --accent-hover-bg: rgba(37, 144, 241, 0.16);
  --accent-hover-line: rgba(37, 144, 241, 0.42);
  --eyebrow-line: rgba(37, 144, 241, 0.45);
  --hero-glow-a: rgba(107, 102, 218, 0.3);
  --hero-glow-b: rgba(37, 144, 241, 0.24);
  --radar-glow: rgba(37, 144, 241, 0.34);
  --radar-core: rgba(37, 144, 241, 0.78);
  --summary-accent: #8ec9ff;
  --note-line: #6f88f0;
  --cta-glow: rgba(107, 102, 218, 0.24);
  --page-card-a: rgba(251, 231, 78, 0.28);
  --page-card-b: rgba(248, 102, 219, 0.3);
  --page-card-c: rgba(37, 144, 241, 0.34);
  color: var(--text);
  font-family: "Inter", "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.64;
  scroll-behavior: smooth;
  background:
    radial-gradient(circle at 8% -10%, var(--page-glow-a), transparent 44%),
    radial-gradient(circle at 90% 8%, var(--page-glow-b), transparent 42%),
    radial-gradient(circle at 40% -20%, var(--page-glow-c), transparent 62%),
    linear-gradient(180deg, #0f1020, #14182d 48%, #151931);
}

body.theme-findai {
  --page-accent: var(--blue);
  --page-accent-2: var(--green);
  --accent-hover-bg: rgba(37, 144, 241, 0.16);
  --accent-hover-line: rgba(37, 144, 241, 0.42);
  --eyebrow-line: rgba(37, 144, 241, 0.45);
  --hero-glow-a: rgba(34, 197, 94, 0.24);
  --hero-glow-b: rgba(37, 144, 241, 0.24);
  --radar-glow: rgba(37, 144, 241, 0.34);
  --radar-core: rgba(37, 144, 241, 0.84);
  --summary-accent: #8ed3ff;
  --note-line: #4dbf8f;
  --cta-glow: rgba(34, 197, 94, 0.2);
}

body.theme-cleanup {
  --page-accent: var(--yellow);
  --page-accent-2: var(--red);
  --page-glow-a: rgba(251, 231, 78, 0.18);
  --page-glow-b: rgba(248, 79, 57, 0.16);
  --page-glow-c: rgba(107, 102, 218, 0.12);
  --accent-hover-bg: rgba(251, 231, 78, 0.18);
  --accent-hover-line: rgba(251, 231, 78, 0.44);
  --eyebrow-line: rgba(251, 231, 78, 0.52);
  --hero-glow-a: rgba(248, 79, 57, 0.22);
  --hero-glow-b: rgba(251, 231, 78, 0.24);
  --radar-glow: rgba(251, 231, 78, 0.3);
  --radar-core: rgba(251, 231, 78, 0.8);
  --summary-accent: #ffd86a;
  --note-line: #ff8b66;
  --cta-glow: rgba(248, 79, 57, 0.2);
}

body.theme-explorer {
  --page-accent: var(--blue);
  --page-accent-2: var(--green);
  --page-glow-a: rgba(37, 144, 241, 0.22);
  --page-glow-b: rgba(34, 197, 94, 0.16);
  --page-glow-c: rgba(248, 102, 219, 0.1);
  --accent-hover-bg: rgba(37, 144, 241, 0.16);
  --accent-hover-line: rgba(37, 144, 241, 0.42);
  --eyebrow-line: rgba(37, 144, 241, 0.45);
  --hero-glow-a: rgba(34, 197, 94, 0.24);
  --hero-glow-b: rgba(37, 144, 241, 0.24);
  --radar-glow: rgba(37, 144, 241, 0.34);
  --radar-core: rgba(37, 144, 241, 0.8);
  --summary-accent: #8ed3ff;
  --note-line: #51c38f;
  --cta-glow: rgba(34, 197, 94, 0.2);
  --explorer-hero-media-ratio: 27 / 35;
}

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

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 8px;
  z-index: 999;
  border-radius: 10px;
  padding: 10px 14px;
  background: #fff;
  color: #0d1430;
  font-weight: 700;
}

.skip-link:focus {
  left: 8px;
}

.container {
  width: min(var(--container), calc(100% - 38px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  background: rgba(15, 16, 32, 0.84);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Haffer XH SemiBold", "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand img,
.brand-logo {
  width: auto;
  height: 38px;
  max-width: 54px;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(37, 144, 241, 0.32);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  font-size: 14px;
  color: var(--muted);
}

.nav a {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nav a:hover {
  color: #fff;
  background: var(--accent-hover-bg);
  border-color: var(--accent-hover-line);
}

main {
  padding-bottom: 70px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Haffer XH SemiBold", "Inter", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

.hero {
  padding: 56px 0 28px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--eyebrow-line);
  border-radius: 999px;
  padding: 7px 12px;
  color: #d8e2ff;
  font-size: 12px;
  font-family: "Fragment Mono", "SFMono-Regular", Consolas, monospace;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

h1 {
  margin-top: 14px;
  font-size: clamp(32px, 5vw, 54px);
  max-width: 16ch;
}

.lede {
  margin-top: 16px;
  color: var(--muted);
  max-width: 62ch;
  font-size: 18px;
}

.cta-row {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(8, 9, 18, 0.45);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(130deg, var(--page-accent), var(--page-accent-2));
}

.btn-secondary {
  color: #eff3ff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.09);
}

.proof-list,
.hero-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  font-size: 14px;
}

.proof-list li,
.hero-points li {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 12px;
  color: #d5dcfb;
}

.hero-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(420px 180px at 84% -10%, var(--hero-glow-a), transparent 66%),
    radial-gradient(430px 220px at -8% 0%, var(--hero-glow-b), transparent 68%),
    linear-gradient(160deg, #202541, #1a1f37);
  box-shadow: var(--shadow-mid);
  padding: 20px;
  display: grid;
  gap: 14px;
}

body.theme-explorer .hero-card > img,
body.theme-explorer .hero-card > video,
body.theme-explorer .hero-card > iframe {
  width: min(100%, 452px);
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  display: block;
}

body.theme-explorer .hero-embed {
  aspect-ratio: var(--explorer-hero-media-ratio);
  border: 0;
}

.app-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.app-icon {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  box-shadow: 0 14px 26px rgba(8, 9, 18, 0.45);
}

.app-mark p,
.hero-card p,
.hero-card figcaption,
.card-note {
  margin: 0;
  color: var(--muted);
}

body.theme-findai .hero-app-icon {
  width: 86px;
  height: 86px;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(8, 9, 18, 0.42);
  flex: 0 0 auto;
}

.radar {
  position: relative;
  width: min(100%, 420px);
  margin-inline: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  aspect-ratio: 9 / 16;
  min-height: 520px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, var(--radar-glow), transparent 65%),
    linear-gradient(180deg, rgba(20, 37, 66, 0.72), rgba(13, 24, 45, 0.72));
}

body.theme-cleanup .hero-card .radar {
  max-width: 380px;
  aspect-ratio: 9 / 12;
  min-height: 0;
}

.hero-card-note {
  width: min(100%, 380px);
  margin: 2px auto 0;
  padding: 6px 4px 2px;
  color: #a9b9e8;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.003em;
}

body.theme-cleanup .hero-card {
  padding: 16px 18px;
  gap: 10px;
}

body.theme-cleanup .hero-card .hero-card-note {
  width: 100%;
  max-width: none;
  margin-top: 2px;
  padding: 2px 0 0;
  color: #b8c8f2;
  font-size: 15.5px;
  line-height: 1.6;
  letter-spacing: 0.002em;
  text-wrap: pretty;
  display: grid;
  gap: 10px;
}

body.theme-cleanup .hero-card .hero-card-note span {
  display: block;
}

body.theme-cleanup .hero-card .hero-card-note span + span {
  margin-top: 0;
}

body.theme-findai .hero-card .radar {
  max-width: 380px;
  aspect-ratio: 9 / 13;
  min-height: 0;
}

body.theme-findai .hero-card {
  align-self: stretch;
  padding: 16px 18px;
  gap: 10px;
}

body.theme-findai .hero-card .card-note {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 2px 0 0;
  color: #b8c8f2;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.002em;
  text-wrap: pretty;
}

body.theme-explorer .hero,
body.theme-findai .hero,
body.theme-cleanup .hero {
  align-items: stretch;
}

body.theme-explorer .hero > :first-child,
body.theme-findai .hero > :first-child,
body.theme-cleanup .hero > :first-child {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body.theme-explorer .hero > :first-child .hero-points,
body.theme-findai .hero > :first-child .proof-list,
body.theme-cleanup .hero > :first-child .hero-points {
  margin-top: auto;
  padding-top: 16px;
}

body.theme-findai .hero > :first-child .proof-list {
  margin-top: 20px;
  padding-top: 0;
}

body.theme-explorer .hero {
  align-items: stretch;
}

body.theme-explorer .hero-card {
  align-self: stretch;
  min-height: 100%;
  padding: 14px 16px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

body.theme-explorer .hero > :first-child {
  min-height: 100%;
}

body.theme-explorer .hero > :first-child .hero-points {
  margin-top: auto;
}

body.theme-explorer .hero-card .radar {
  width: 100%;
  max-width: 380px;
  min-height: clamp(360px, 32vw, 486px);
  height: 100%;
  flex: 1 1 auto;
  aspect-ratio: auto;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(37, 144, 241, 0.22), transparent 65%),
    linear-gradient(180deg, rgba(20, 37, 66, 0.78), rgba(13, 24, 45, 0.86));
}

body.theme-explorer .hero-card .hero-card-note {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 2px 0 0;
  color: #b8c8f2;
  font-size: 14.5px;
  line-height: 1.5;
  letter-spacing: 0.002em;
  text-wrap: pretty;
}

body.theme-explorer .hero-card .hero-card-note span {
  display: block;
}

.radar-gif {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: center;
}

.radar-video {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: inherit;
  object-fit: contain;
  object-position: center;
  background: #070b18;
}

.video-shell .video-fallback-image {
  width: 100%;
  height: 100%;
  display: none;
  border-radius: inherit;
  object-fit: cover;
  object-position: center;
  background: #070b18;
}

.video-shell.video-fallback-active .video-fallback-image {
  display: block;
}

.video-shell.video-fallback-active iframe[data-video-fallback] {
  display: none;
}

body.theme-explorer figure.video-shell > .video-fallback-image {
  width: min(100%, 452px);
  max-width: 100%;
  height: auto;
  aspect-ratio: var(--explorer-hero-media-ratio);
  margin-inline: auto;
}

@media (min-width: 1081px) {
  body.theme-explorer .hero > :first-child {
    padding-top: 12px;
    padding-bottom: 0;
  }

  body.theme-cleanup .hero h1 {
    margin-top: 12px;
    font-size: clamp(32px, 4.7vw, 50px);
  }

  body.theme-cleanup .hero .lede {
    margin-top: 12px;
    font-size: 17px;
  }

  body.theme-cleanup .hero .cta-row {
    margin-top: 20px;
  }

  body.theme-cleanup .hero > :first-child .hero-points {
    padding-top: 12px;
    gap: 8px;
  }

  body.theme-cleanup .hero > :first-child .hero-points li {
    padding: 9px 11px;
    line-height: 1.42;
  }

  body.theme-explorer .hero .eyebrow {
    margin-bottom: 0;
  }

  body.theme-explorer .hero h1 {
    margin-top: 8px;
    max-width: 17ch;
    font-size: clamp(31px, 4.2vw, 46px);
    line-height: 1.08;
  }

  body.theme-explorer .hero .lede {
    margin-top: 10px;
    font-size: 16px;
  }

  body.theme-explorer .hero .cta-row {
    margin-top: 18px;
  }

  body.theme-explorer .hero > :first-child .hero-points {
    padding-top: 10px;
    gap: 7px;
    font-size: 13px;
  }

  body.theme-explorer .hero > :first-child .hero-points li {
    padding: 8px 10px;
    line-height: 1.34;
  }
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(221, 232, 255, 0.4);
  animation: pulse 3.2s linear infinite;
}

.ring.r1 {
  width: 65px;
  height: 65px;
}

.ring.r2 {
  width: 120px;
  height: 120px;
  animation-delay: 0.7s;
}

.ring.r3 {
  width: 170px;
  height: 170px;
  animation-delay: 1.4s;
}

.radar-center {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 24px var(--radar-core);
}

@keyframes pulse {
  0% {
    opacity: 0.85;
  }
  100% {
    opacity: 0.08;
  }
}

.section {
  padding: 24px 0;
}

.section h2 {
  font-size: clamp(26px, 4vw, 40px);
  max-width: 22ch;
}

.section-head,
.section-intro {
  max-width: 70ch;
}

.section-head {
  margin-bottom: 18px;
}

.section-head p,
.section-intro,
.panel p,
.step p,
.faq p,
.faq-item p,
details p {
  color: var(--muted);
}

.grid-3,
.grid-2,
.feature-grid,
.usecase-grid,
.faq-grid,
.workflow {
  display: grid;
  gap: 14px;
}

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

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

body.theme-cleanup .feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.panel,
.feature-card,
.step,
.faq-item,
.cta-panel,
.final-cta {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(166deg, rgba(32, 37, 65, 0.96), rgba(26, 31, 55, 0.96));
  box-shadow: var(--shadow-soft);
}

.panel,
.feature-card,
.step,
.faq-item {
  padding: 16px;
}

.panel h3,
.feature-card h3,
.faq-item h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.panel-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  margin-bottom: 12px;
}

.feature-grid .feature-card p {
  margin: 0;
  font-size: 15px;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.steps li {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.step-index,
.step .num {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-family: "Haffer XH SemiBold", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0d1330;
  background: linear-gradient(135deg, var(--page-accent), var(--page-accent-2));
}

.step {
  display: grid;
  gap: 10px;
}

.step .num {
  margin-bottom: 2px;
}

.step-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0f1326;
}

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

.faq details,
.faq-list details,
details {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  padding: 14px 16px;
}

.faq summary,
.faq-list summary,
summary {
  list-style: none;
  cursor: pointer;
  font-family: "Haffer XH SemiBold", "Inter", sans-serif;
  font-size: 17px;
  padding-right: 18px;
  position: relative;
}

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--summary-accent);
}

.faq details[open] summary::after {
  content: "-";
}

.note {
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid var(--note-line);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  color: #dce3ff;
  font-size: 14px;
}

.changelog {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.changelog li + li {
  margin-top: 8px;
}

.final-cta,
.cta-panel {
  margin-top: 28px;
  padding: 22px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(420px 180px at 80% -16%, var(--cta-glow), transparent 66%),
    linear-gradient(156deg, rgba(32, 37, 65, 0.98), rgba(26, 31, 55, 0.98));
}

.final-cta h2,
.cta-panel h2 {
  font-size: clamp(24px, 3.4vw, 34px);
  max-width: 22ch;
}

.final-cta p,
.cta-panel p {
  margin: 10px 0 0;
  max-width: 66ch;
  color: var(--muted);
}

.helper-links,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.helper-links {
  margin-top: 16px;
  justify-content: center;
  color: #d6dcff;
}

.helper-links a,
.footer a,
.footer-inner a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  padding-bottom: 1px;
}

footer,
.footer {
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding: 22px 0 36px;
  color: var(--muted);
  font-size: 14px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
}

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

  body.theme-explorer .hero-card > img,
  body.theme-explorer .hero-card > video,
  body.theme-explorer .hero-card > iframe {
    width: min(100%, 390px);
  }

  body.theme-explorer .hero-card .radar {
    max-width: 360px;
    min-height: clamp(340px, 46vw, 430px);
  }

  .radar {
    width: min(100%, 390px);
    min-height: 460px;
  }

  body.theme-cleanup .hero-card .radar {
    max-width: 360px;
    aspect-ratio: 9 / 13;
    min-height: 0;
  }

  .hero-card-note {
    width: min(100%, 360px);
    font-size: 16px;
  }

  .grid-3,
  .grid-2,
  .feature-grid,
  .usecase-grid,
  .workflow,
  .faq-grid,
  .proof-list,
  .hero-points {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .topbar {
    position: static;
  }

  .topbar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    gap: 10px;
    font-size: 13px;
  }

  .hero {
    padding-top: 40px;
  }

  .lede {
    font-size: 16px;
  }

  .btn {
    width: 100%;
  }

  .container {
    width: min(var(--container), calc(100% - 30px));
  }

  body.theme-explorer .hero-card > img,
  body.theme-explorer .hero-card > video,
  body.theme-explorer .hero-card > iframe {
    width: min(100%, 360px);
  }

  body.theme-explorer .hero-card .radar {
    max-width: 340px;
    min-height: clamp(300px, 62vw, 390px);
    border-radius: 22px;
  }

  .radar {
    width: min(100%, 360px);
    min-height: 380px;
  }

  body.theme-cleanup .hero-card .radar {
    max-width: 340px;
    aspect-ratio: 9 / 13;
    min-height: 0;
  }

  .hero-card-note {
    width: min(100%, 340px);
    font-size: 15px;
    line-height: 1.5;
  }
}
