:root {
  color-scheme: light;
  --bg: #f5f8fb;
  --panel: #ffffff;
  --tool: #eef6f8;
  --text: #102033;
  --muted: #617083;
  --soft: #e8f0f4;
  --line: #d5e0e7;
  --blue: #22A6B3;
  --blue-strong: #157f8a;
  --pink: #2d9c7a;
  --pink-strong: #20785f;
  --yellow: #ffffff;
  --success: #147a5c;
  --warn: #986400;
  --danger: #ba2432;
  --shadow: 0 20px 48px rgba(16, 32, 51, 0.09);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 0%, rgba(34, 166, 179, 0.08), transparent 28rem),
    linear-gradient(180deg, #fbfcfd 0%, var(--bg) 58%, #fff 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1480px, calc(100% - 56px));
  margin: 0 auto;
  padding: 28px 0 18px;
}

.brand {
  color: var(--text);
  font-size: 1.34rem;
  font-weight: 950;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.brand::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  border-radius: 8px 8px 14px 8px;
  background: linear-gradient(135deg, #45c49b, var(--blue));
  transform: rotate(-18deg) translateY(4px);
}

.admin-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-nav a {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: var(--text);
  padding: 10px 14px;
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.visitor-shell,
.admin-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 72px;
}

.visitor-home {
  padding-top: 10px;
}

.login-shell {
  width: min(520px, calc(100% - 40px));
}

.hero {
  max-width: 1080px;
  margin: 0 auto 34px;
  text-align: left;
}

.visitor-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 390px;
  gap: 42px;
  align-items: center;
}

.hero.compact,
.scan-hero {
  text-align: left;
  max-width: 760px;
  margin: 0 0 24px;
}

.hero-copy {
  max-width: 720px;
}

.hero-panel {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  padding: 22px;
}

.hero-panel-label {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.result-preview-row {
  display: grid;
  grid-template-columns: auto minmax(105px, 0.65fr) 1fr;
  gap: 10px 12px;
  align-items: center;
  border: 1px solid #dce6ea;
  border-radius: 10px;
  background: #fff;
  padding: 12px 14px;
}

.social-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: middle;
  filter: drop-shadow(0 5px 8px rgba(16, 32, 51, 0.14));
}

.social-icon-preview {
  width: 34px;
  height: 34px;
}

.social-icon-large {
  width: 46px;
  height: 46px;
}

.social-icon-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}

.social-icon-more {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(34, 166, 179, 0.24);
  border-radius: 999px;
  background: #fff;
  color: var(--blue-strong);
  padding: 8px 13px;
  font-size: 0.94rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(16, 32, 51, 0.06);
}

.social-icon-fallback {
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), var(--success));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.result-preview-row strong {
  font-size: 0.98rem;
}

.result-preview-row span {
  color: var(--success);
  font-size: 0.9rem;
  font-weight: 800;
}

.result-preview-row.muted span {
  color: var(--muted);
}

.hero-panel p {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(2.35rem, 5vw, 4.55rem);
  line-height: 1;
  letter-spacing: -0.01em;
}

.scan-hero h1,
.admin-shell h1,
.login-shell h1 {
  margin-left: 0;
  margin-right: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.06rem;
}

.lede {
  max-width: 700px;
  margin: 0;
  color: #202437;
  font-size: 1.12rem;
  line-height: 1.55;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-points span {
  border: 1px solid rgba(34, 166, 179, 0.22);
  border-radius: 999px;
  background: #fff;
  color: #29445a;
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 850;
}

.hero-points span:first-child {
  border-color: rgba(20, 126, 87, 0.24);
  background: #eaf8f1;
  color: var(--success);
  box-shadow: 0 8px 18px rgba(20, 126, 87, 0.12);
}

.scan-hero .lede {
  margin-left: 0;
}

.visitor-card,
.admin-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 24px;
}

.scanner {
  max-width: 1080px;
  margin: 0 auto 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: var(--shadow);
  padding: 0;
}

.scan-form {
  border-top: 4px solid var(--success);
  padding: 30px 32px 26px;
}

.scan-form label,
.stack-form label,
.grid-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 780;
}

.scan-form > label[for="email"] {
  margin-bottom: 12px;
}

.email-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 12px;
  align-items: end;
}

input,
select,
textarea,
button {
  min-height: 50px;
  border-radius: 6px;
  font: inherit;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfd4df;
  background: #fff;
  color: var(--text);
  padding: 0 13px;
}

textarea {
  min-height: 120px;
  padding: 12px 13px;
  resize: vertical;
}

.email-row input {
  background: var(--yellow);
  color: var(--text);
  font-size: 1.06rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(50, 111, 241, 0.18);
  border-color: var(--blue);
}

button {
  border: 0;
  background: var(--blue);
  color: #fff;
  padding: 0 20px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(34, 166, 179, 0.22);
}

button:hover {
  background: var(--blue-strong);
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.check {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px !important;
  color: var(--text) !important;
  font-weight: 760 !important;
}

.check input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--success);
}

.check.mini {
  min-height: auto;
  font-size: 0.86rem;
}

.consent {
  margin-top: 16px;
  align-items: flex-start;
}

.optional {
  color: var(--muted) !important;
  font-weight: 720 !important;
}

.captcha-wrap {
  margin-top: 16px;
}

.bot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.field-help {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.45;
}

.privacy-note {
  border-top: 1px solid var(--line);
  margin: 17px 0 0;
  padding-top: 13px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.privacy-note strong {
  color: var(--success);
}

.trust-grid,
.summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1080px;
  margin: 0 auto 58px;
}

.summary {
  grid-template-columns: repeat(6, 1fr);
  max-width: none;
  margin: 0 0 24px;
}

.trust-grid div,
.summary div {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  padding: 18px;
}

.trust-grid div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 12px;
  align-items: center;
}

.trust-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  grid-row: span 2;
  place-items: center;
  border-radius: 14px;
  background: #f3fbfd;
}

.trust-icon img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(16, 32, 51, 0.09));
}

.trust-grid strong,
.summary strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
}

.summary strong {
  font-size: 1.85rem;
}

.trust-grid span,
.summary span {
  color: var(--muted);
  font-weight: 760;
}

.info-band,
.seo-section {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.info-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) 1fr;
  gap: 58px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 42px 0;
}

.info-band-heading {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.info-band-heading img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 16px rgba(16, 32, 51, 0.1));
}

.info-band-heading h2 {
  margin: 0;
}

.info-band p,
.section-intro,
.steps p,
.site-group ul,
.faq p,
.meta {
  color: var(--muted);
  line-height: 1.6;
}

.seo-section {
  margin-top: 44px;
}

.seo-content-page {
  max-width: 1080px;
}

.seo-page-hero {
  max-width: 900px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}

.seo-article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.seo-article-list article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f8fbfc);
  padding: 24px;
}

.seo-article-list h2 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.seo-article-list p,
.resource-links p,
.seo-cta p {
  color: var(--muted);
  line-height: 1.6;
}

.section-intro {
  max-width: 760px;
}

.steps,
.site-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.steps article,
.site-group,
.faq details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  padding: 20px;
}

.steps strong {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e6f2f5;
  color: var(--blue);
  font-weight: 950;
}

.steps h3,
.site-group h3 {
  margin: 12px 0 8px;
}

.site-list {
  grid-template-columns: repeat(2, 1fr);
}

.value-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

.value-grid article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f8fbfc);
  padding: 24px;
}

.value-icon {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--success);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.value-grid h2 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.value-grid p,
.removal-list p {
  color: var(--muted);
  line-height: 1.6;
}

.platform-section {
  display: grid;
  grid-template-columns: 0.74fr 1fr;
  gap: 32px;
  align-items: start;
}

.platform-section .site-list {
  grid-template-columns: 1fr;
}

.removal-path {
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 34px;
  align-items: start;
  border-radius: 12px;
  background: #102033;
  color: #fff;
  padding: 32px;
}

.removal-path .eyebrow,
.removal-path h2 {
  color: #fff;
}

.removal-list {
  display: grid;
  gap: 12px;
}

.removal-list article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  padding: 18px;
}

.removal-list h3 {
  color: #fff;
}

.removal-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
}

.resource-links {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 28px;
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 36px 0;
}

.resource-links p {
  margin-bottom: 0;
}

.resource-link-grid {
  display: grid;
  gap: 12px;
}

.resource-link-grid a {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  padding: 18px;
  color: var(--text);
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.resource-link-grid a:hover {
  border-color: rgba(50, 111, 241, 0.38);
  transform: translateY(-1px);
}

.resource-link-grid strong {
  color: var(--blue-strong);
  font-size: 1.05rem;
}

.resource-link-grid span {
  color: var(--muted);
  line-height: 1.5;
}

.extra-guide-grid-section {
  border-top: 1px solid var(--line);
  padding-top: 34px;
}

.extra-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.extra-guide-card {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f8fbfc);
  padding: 20px;
  color: var(--text);
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.extra-guide-card:hover {
  border-color: rgba(20, 126, 87, 0.32);
  box-shadow: 0 12px 26px rgba(16, 32, 51, 0.08);
  transform: translateY(-1px);
}

.extra-guide-card-name {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--success);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.extra-guide-card-name b {
  font: inherit;
}

.extra-guide-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  filter: drop-shadow(0 6px 10px rgba(16, 32, 51, 0.12));
}

.extra-guide-card-name .social-icon-fallback {
  font-size: 0.68rem;
}

.extra-guide-card strong {
  font-size: 1.08rem;
  line-height: 1.2;
}

.extra-guide-card em {
  color: var(--muted);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.45;
}

.guide-action-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
  background: #f6fbf9;
}

.guide-hero-title {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.guide-hero-title h1 {
  margin-bottom: 0;
}

.guide-hero-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  filter: drop-shadow(0 12px 20px rgba(16, 32, 51, 0.16));
}

.guide-hero-title .social-icon-fallback {
  font-size: 1rem;
}

.guide-action-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.official-action-grid {
  display: grid;
  gap: 10px;
}

.action-button.secondary {
  background: #fff;
  color: var(--blue-strong);
  border-color: rgba(50, 111, 241, 0.24);
  box-shadow: none;
}

.guide-tips {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: 26px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  padding: 26px;
}

.guide-tips ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-tips li {
  position: relative;
  border-radius: 8px;
  background: #f2f7f5;
  color: #25473d;
  padding: 12px 14px 12px 38px;
  font-weight: 760;
  line-height: 1.45;
}

.guide-tips li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
}

.seo-cta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
  background: #f6fbf9;
}

.seo-cta h2,
.seo-cta p {
  margin-bottom: 0;
}

.seo-cta .action-button {
  min-height: 50px;
  background: var(--success);
  color: #fff;
  border-color: transparent;
  padding: 0 22px;
  box-shadow: 0 14px 28px rgba(20, 126, 87, 0.2);
}

.site-group ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-group li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  background: #f0f2f7;
  padding: 5px 10px 5px 6px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 720;
}

.site-group li .social-icon {
  width: 22px;
  height: 22px;
  filter: none;
}

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

.faq summary {
  cursor: pointer;
  font-weight: 900;
}

.notice {
  border-radius: 8px;
  margin: 18px 30px 0;
  padding: 12px 14px;
  font-weight: 800;
}

.notice.error {
  background: #fff0f2;
  color: var(--danger);
}

.notice.success {
  background: #eaf8f1;
  color: var(--success);
}

.admin-card .notice,
.visitor-card:not(.scanner) .notice {
  margin: 0 0 14px;
}

.scan-shell {
  width: min(920px, calc(100% - 40px));
}

.scan-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--tool);
  box-shadow: var(--shadow);
  padding: 26px;
}

.scan-status {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  color: var(--muted);
}

.scan-orbit {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  background: #fff;
}

.scan-orbit span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 4px solid rgba(50, 111, 241, 0.18);
  border-top-color: var(--blue);
  animation: spin 1.1s linear infinite;
}

.scan-status.scan-complete .scan-orbit {
  border-color: rgba(20, 126, 87, 0.22);
  background: #eaf8f1;
}

.scan-status.scan-complete .scan-orbit span {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--success);
  animation: checkmark-pop 0.28s ease-out both;
  display: grid;
  place-items: center;
}

.scan-status.scan-complete .scan-orbit span::before {
  content: "✓";
  color: #fff;
  font-size: 1.7rem;
  font-weight: 950;
  line-height: 1;
}

.scan-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#current-site {
  display: block;
  color: var(--text);
  font-size: clamp(1.55rem, 4vw, 2.65rem);
  line-height: 1.05;
}

#scan-explainer {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.progress-wrap {
  margin: 24px 0;
}

.progress-bar {
  height: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e7f2;
}

.progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink), var(--blue));
  transition: width 0.45s ease;
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 820;
}

.scan-note {
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  margin-bottom: 18px;
  padding: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.scan-note strong {
  color: var(--text);
}

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

.empty {
  border: 1px dashed #c9cfdd;
  border-radius: 8px;
  padding: 24px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
}

.result-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 16px;
}

.result-summary {
  border: 1px solid rgba(50, 111, 241, 0.2);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(50, 111, 241, 0.08), #fff);
  padding: 16px;
}

.result-summary h2 {
  margin-bottom: 6px;
}

.result-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.flow-results {
  gap: 0;
}

.result-flow {
  display: grid;
  gap: 16px;
}

.no-result-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  border: 1px solid rgba(20, 122, 92, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 8%, rgba(20, 122, 92, 0.1), transparent 18rem),
    linear-gradient(180deg, #fff, #f7fcfa);
  box-shadow: 0 18px 44px rgba(16, 32, 51, 0.08);
  padding: 28px;
}

.no-result-icon {
  display: inline-grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 24px;
  background: var(--success);
  color: #fff;
  box-shadow: 0 14px 28px rgba(20, 122, 92, 0.24);
  font-size: 2.1rem;
  font-weight: 950;
}

.no-result-card h2 {
  margin: 7px 0 8px;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.05;
}

.no-result-card p {
  max-width: 740px;
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.no-result-summary,
.no-result-context,
.no-result-extra-guide {
  grid-column: 1 / -1;
}

.no-result-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.no-result-summary span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(20, 122, 92, 0.16);
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  color: var(--muted);
  font-weight: 850;
}

.no-result-summary strong {
  color: var(--success);
  font-weight: 950;
}

.no-result-context {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(34, 166, 179, 0.15);
  border-radius: 10px;
  background: #fff;
  padding: 18px;
}

.no-result-context strong {
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 950;
}

.no-result-context ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-result-context li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.5;
}

.no-result-context li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(20, 122, 92, 0.12);
}

.no-result-extra-guide {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(20, 122, 92, 0.18);
  border-radius: 10px;
  background: #f2fbf7;
  padding: 18px;
}

.no-result-extra-guide strong {
  color: #174636;
  font-size: 1.02rem;
  font-weight: 950;
}

.no-result-extra-guide p {
  max-width: 780px;
  font-size: 0.98rem;
}

.no-result-extra-guide .flow-link {
  width: fit-content;
  background: var(--success);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(20, 122, 92, 0.16);
}

.flow-link.secondary-flow-link {
  border-color: rgba(34, 166, 179, 0.22);
  background: #fff;
  color: var(--blue-strong);
  box-shadow: none;
}

.flow-link.secondary-flow-link:hover {
  background: #eef8fb;
}

.flow-intro {
  border: 1px solid rgba(34, 166, 179, 0.2);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(34, 166, 179, 0.08), #fff);
  padding: 20px;
}

.flow-intro h2 {
  margin-bottom: 8px;
}

.flow-intro p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.flow-found-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 14px 0 10px;
  padding: 0;
  list-style: none;
}

.flow-found-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(34, 166, 179, 0.18);
  border-radius: 999px;
  background: #fff;
  padding: 7px 12px 7px 8px;
  color: var(--text);
  font-size: 0.92rem;
  box-shadow: 0 8px 18px rgba(16, 32, 51, 0.05);
}

.flow-found-list span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 9px;
  background: #e7f2f5;
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 950;
}

.flow-found-list strong {
  font-weight: 950;
}

.flow-intro-note {
  color: #496579 !important;
  font-weight: 780;
}

.flow-account-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flow-account-nav span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #f7fafb);
  color: #475569;
  padding: 9px 15px 9px 10px;
  font-size: 0.93rem;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(16, 32, 51, 0.06);
}

.flow-account-nav span i {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 10px;
  background: #fff;
  color: var(--muted);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 950;
}

.flow-account-nav span strong {
  font-weight: 950;
}

.platform-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 11px;
}

.platform-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 6px 10px rgba(16, 32, 51, 0.12));
}

.platform-icon-fallback {
  background: linear-gradient(135deg, var(--blue), var(--success));
  color: #fff;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.scan-current-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}

.scan-current-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
}

.scan-current-icon:empty {
  display: none;
}

.scan-current-icon .platform-icon {
  width: 34px;
  height: 34px;
}

.flow-account-nav span.active {
  border-color: rgba(34, 166, 179, 0.42);
  background: linear-gradient(180deg, #eef8fb, #dff0f5);
  color: var(--blue-strong);
  box-shadow: 0 12px 26px rgba(34, 166, 179, 0.16);
}

.flow-account-nav span.active i {
  border-color: rgba(34, 166, 179, 0.26);
  background: var(--blue);
  color: #fff;
}

.flow-account-nav span.done {
  border-color: rgba(20, 122, 92, 0.34);
  background: linear-gradient(180deg, #f1fbf6, #e3f6ec);
  color: var(--success);
}

.flow-account-nav span.done i {
  border-color: rgba(20, 122, 92, 0.22);
  background: var(--success);
  color: #fff;
}

.flow-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(16, 32, 51, 0.08);
  padding: 26px;
}

.flow-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.flow-title-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.flow-title-row .platform-icon {
  width: 54px;
  height: 54px;
  margin-top: 2px;
}

.flow-step {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eaf8f1;
  padding: 6px 10px;
  margin-bottom: 7px;
  color: var(--success);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flow-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.08;
}

.flow-card p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.flow-next-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-left: 4px solid var(--success);
  background: #f3faf7;
  border-radius: 10px;
  margin: 20px 0 0;
  padding: 14px 16px;
  color: #315143 !important;
  font-size: 1rem !important;
  font-weight: 920;
}

.flow-next-up.has-next::after {
  content: "→";
  display: inline-grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: var(--success);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(20, 122, 92, 0.22);
}

.flow-context {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(34, 166, 179, 0.16);
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fcfd, #fff);
  margin-top: 18px;
  padding: 18px;
}

.flow-context strong {
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 950;
}

.flow-context ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-context li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.5;
}

.flow-context li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 4px rgba(20, 122, 92, 0.12);
}

.flow-tip {
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background: #eef8fb;
  margin: 2px 0 0 !important;
  padding: 11px 13px;
  color: #31566a !important;
  font-size: 0.96rem !important;
  font-weight: 830;
}

.flow-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.flow-meta span,
.flow-small,
.flow-complete {
  border-radius: 8px;
  background: #f1f6f8;
  color: var(--muted);
  padding: 8px 10px;
  font-size: 0.88rem;
  font-weight: 800;
}

.flow-small,
.flow-complete {
  display: block;
  margin: 0 0 16px;
}

.flow-complete {
  margin: 16px 0 0;
  background: #eaf8f1;
  color: var(--success);
}

.flow-actions {
  display: grid;
  grid-template-columns: minmax(120px, 0.36fr) minmax(260px, 1fr);
  gap: 10px;
  align-items: stretch;
  margin-top: 22px;
}

.flow-actions.single-action {
  grid-template-columns: minmax(260px, 1fr);
}

.result-flow.no-external-action .flow-actions {
  grid-template-columns: minmax(120px, 0.36fr) minmax(260px, 1fr);
}

.result-flow.no-external-action .flow-actions.single-action {
  grid-template-columns: minmax(260px, 1fr);
}

.flow-actions button,
.flow-link {
  min-height: 44px;
  border-radius: 7px;
}

.flow-actions button {
  width: 100%;
}

.flow-back {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  box-shadow: none;
}

.flow-next {
  background: var(--success);
  box-shadow: 0 10px 22px rgba(20, 122, 92, 0.22);
}

.flow-next:hover {
  background: #0f684d;
}

.flow-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: 1px solid transparent;
  border-radius: 9px;
  background: var(--success);
  color: #fff;
  padding: 13px 18px;
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(20, 122, 92, 0.22);
  text-align: center;
}

.flow-link:hover {
  background: #0f684d;
}

.flow-link.danger {
  border-color: transparent;
  background: var(--success);
  color: #fff;
  box-shadow: 0 12px 26px rgba(20, 122, 92, 0.22);
}

.after-scan-page {
  display: grid;
  gap: 24px;
}

.after-scan-hero {
  border-color: rgba(20, 122, 92, 0.18);
  background:
    radial-gradient(circle at 10% 12%, rgba(20, 122, 92, 0.12), transparent 19rem),
    linear-gradient(135deg, #fff, #f4fbf8);
}

.after-scan-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(20, 122, 92, 0.22);
  border-radius: 14px;
  background: #fff;
  padding: 26px;
  box-shadow: 0 16px 38px rgba(16, 32, 51, 0.07);
}

.after-scan-check {
  display: inline-grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 24px;
  background: var(--success);
  color: #fff;
  font-size: 2rem;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(20, 122, 92, 0.24);
}

.after-scan-summary h2,
.after-scan-note h2,
.after-scan-reminder h2 {
  margin-bottom: 8px;
}

.after-scan-summary p,
.after-scan-note p,
.after-scan-reminder p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.after-scan-grid article {
  position: relative;
  border: 1px solid rgba(34, 166, 179, 0.16);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f8fcfd);
  padding: 22px;
  min-height: 220px;
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.05);
}

.after-scan-grid article span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  background: #eaf8f1;
  color: var(--success);
  font-weight: 950;
  margin-bottom: 14px;
}

.after-scan-grid article h2 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.15;
}

.after-scan-grid article p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.after-scan-reminder {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  border-color: rgba(20, 122, 92, 0.24);
  background: #f2fbf7;
}

.after-scan-note {
  border: 1px solid rgba(16, 32, 51, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 24px;
}

.after-scan-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.flow-external-action {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(20, 122, 92, 0.26);
  border-left: 6px solid var(--success);
  border-radius: 12px;
  background:
    radial-gradient(circle at 6% 0%, rgba(20, 122, 92, 0.13), transparent 13rem),
    #f2fbf7;
  max-width: 760px;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(16, 32, 51, 0.07);
}

.flow-external-action strong {
  color: #173f32;
  font-size: 1.06rem;
  line-height: 1.45;
  font-weight: 950;
}

.flow-external-action span {
  color: #44564f;
  font-size: 0.92rem;
  font-weight: 830;
  line-height: 1.45;
}

body.modal-open {
  overflow: hidden;
}

.official-link-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 22px;
}

.official-link-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 32, 51, 0.54);
  backdrop-filter: blur(3px);
}

.official-link-dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  border: 1px solid rgba(34, 166, 179, 0.2);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(16, 32, 51, 0.32);
  padding: 28px;
}

.official-link-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  min-height: 34px;
  border: 1px solid #d8dee8;
  border-radius: 999px;
  background: #f8fafc;
  color: #596273;
  padding: 0;
  box-shadow: none;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.official-link-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
}

.official-link-close:hover {
  border-color: #c7d0dd;
  background: #eef3f7;
  color: var(--text);
}

.official-link-dialog h3 {
  max-width: 520px;
  margin: 8px 0 10px;
  font-size: clamp(1.55rem, 4vw, 2.25rem);
  line-height: 1.08;
}

.official-link-dialog p {
  color: var(--muted);
  line-height: 1.62;
}

.official-link-context {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(20, 122, 92, 0.16);
  border-radius: 10px;
  background: #f5fbf8;
  margin: 18px 0;
  padding: 16px;
}

.official-link-context strong {
  color: var(--text);
  font-weight: 950;
}

.official-link-context ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.5;
}

.official-link-hint {
  border-left: 4px solid var(--blue);
  border-radius: 8px;
  background: #eef8fb;
  margin: 0;
  padding: 11px 13px;
  color: #31566a !important;
  font-size: 0.94rem;
  font-weight: 830;
}

.official-link-actions {
  display: grid;
  grid-template-columns: minmax(170px, 0.55fr) minmax(230px, 1fr);
  gap: 10px;
  align-items: stretch;
  margin-top: 20px;
}

.official-link-actions .flow-back,
.official-link-actions .flow-link {
  width: 100%;
  min-height: 48px;
}

.official-link-actions .flow-back {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}

.official-link-actions .flow-back span {
  font-size: 1.1rem;
  line-height: 1;
}

.official-link-actions .flow-link {
  gap: 10px;
  justify-content: center;
  background: var(--success);
  color: #fff;
  box-shadow: 0 10px 22px rgba(20, 122, 92, 0.2);
}

.external-link-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delete-guide {
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  margin-top: 14px;
  padding-top: 14px;
}

.delete-guide strong,
.delete-guide span,
.delete-guide em {
  display: block;
}

.delete-guide strong {
  color: var(--text);
}

.delete-guide span,
.delete-guide li {
  color: var(--muted);
  line-height: 1.5;
}

.delete-guide em {
  margin-top: 5px;
  color: var(--warn);
  font-style: normal;
  font-weight: 850;
}

.delete-guide ul {
  margin: 0;
  padding-left: 18px;
}

.delete-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(50, 111, 241, 0.25);
  border-radius: 6px;
  background: #eef3ff;
  color: var(--blue-strong);
  padding: 0 12px;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
}

.action-button.danger {
  border-color: rgba(186, 36, 50, 0.24);
  background: #fff0f2;
  color: var(--danger);
}

.site {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
}

.badge {
  border-radius: 999px;
  padding: 4px 9px;
  background: #eaf8f1;
  color: var(--success);
  font-size: 0.78rem;
  font-weight: 900;
}

.badge.muted {
  background: #f0f2f7;
  color: var(--muted);
}

.badge.warn {
  background: #fff7d9;
  color: var(--warn);
}

.badge.error {
  background: #fff0f2;
  color: var(--danger);
}

.scan-debug {
  min-width: 260px;
}

.scan-debug summary {
  cursor: pointer;
  color: var(--blue-strong);
  font-weight: 900;
}

.scan-debug ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.scan-debug li {
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.scan-debug li.error {
  border-color: rgba(186, 36, 50, 0.22);
  background: #fff8f8;
}

.scan-debug li.success {
  border-color: rgba(20, 122, 92, 0.2);
  background: #f7fcfa;
}

.scan-debug li span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.scan-debug li code,
.scan-debug li small {
  white-space: normal;
  overflow-wrap: anywhere;
}

.scan-debug li small {
  color: var(--muted);
  line-height: 1.45;
}

.hidden {
  display: none !important;
}

.mail-result {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  margin-top: 16px;
  padding: 16px;
}

.mail-result strong,
.mail-result span {
  display: block;
}

.mail-result span,
.mail-result p {
  color: var(--muted);
}

.mail-result p {
  grid-column: 1 / -1;
  margin: 0;
  font-weight: 800;
}

.mail-result p.success {
  color: var(--success);
}

.mail-result p.error {
  color: var(--danger);
}

.stack-form {
  display: grid;
  gap: 14px;
}

.grid-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

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

.grid-form button {
  justify-self: start;
}

.content-group {
  margin-bottom: 14px;
}

.admin-help,
.text-page {
  color: var(--muted);
  line-height: 1.65;
}

.text-page {
  max-width: 820px;
}

.inline-create {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 12px;
  margin-bottom: 16px;
}

.inline-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.inline-form input:not([type="checkbox"]) {
  width: 190px;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

th {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

code {
  white-space: nowrap;
}

@media (max-width: 850px) {
  .topbar,
  .visitor-hero,
  .email-row,
  .trust-grid,
  .summary,
  .info-band,
  .steps,
  .site-list,
  .value-grid,
  .seo-article-list,
  .extra-guide-grid,
  .platform-section,
  .removal-path,
  .resource-links,
  .guide-action-panel,
  .guide-tips,
  .grid-form,
  .inline-create,
  .result-card,
  .mail-result,
  .scan-status,
  .after-scan-summary,
  .after-scan-grid,
  .flow-card-head {
    grid-template-columns: 1fr;
  }

  .topbar {
    display: grid;
    width: min(100% - 32px, 1480px);
    padding-top: 20px;
  }

  .visitor-shell,
  .admin-shell,
  .scan-shell {
    width: min(100% - 32px, 1120px);
    padding-top: 24px;
  }

  .hero {
    margin-bottom: 28px;
  }

  .visitor-hero {
    gap: 22px;
  }

  .hero-panel {
    order: 2;
  }

  h1 {
    font-size: clamp(2.15rem, 13vw, 3.25rem);
  }

  .hero-points {
    gap: 8px;
  }

  .hero-points span {
    font-size: 0.84rem;
  }

  .scan-form {
    padding: 22px 18px;
  }

  button {
    width: 100%;
  }

  .flow-card {
    padding: 18px;
  }

  .flow-card-head {
    display: grid;
  }

  .no-result-card {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .no-result-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
  }

  .info-band-heading {
    gap: 12px;
  }

  .info-band-heading img {
    width: 54px;
    height: 54px;
  }

  .after-scan-summary,
  .after-scan-note {
    padding: 20px 18px;
  }

  .after-scan-grid article {
    min-height: 0;
    padding: 20px 18px;
  }

  .after-scan-reminder {
    display: grid;
  }

  .flow-title-row {
    grid-template-columns: 1fr;
  }

  .flow-title-row .platform-icon {
    width: 48px;
    height: 48px;
  }

  .flow-actions,
  .flow-link,
  .flow-external-action {
    width: 100%;
  }

  .flow-actions,
  .result-flow.no-external-action .flow-actions {
    grid-template-columns: 1fr;
  }

  .result-flow.no-external-action .flow-next {
    grid-column: auto;
  }

  .official-link-modal {
    align-items: end;
    padding: 14px;
  }

  .official-link-dialog {
    max-height: calc(100vh - 28px);
    overflow: auto;
    padding: 24px 18px 18px;
  }

  .official-link-actions {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    margin-bottom: 46px;
  }

  .platform-section .site-list {
    grid-template-columns: 1fr;
  }

  .removal-path {
    padding: 24px 18px;
  }

  .seo-cta {
    display: grid;
  }

  .progress-meta {
    display: grid;
  }
}

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

@keyframes checkmark-pop {
  from {
    opacity: 0;
    transform: scale(0.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
