/* v1.9.27 Layer3 report layout, adapted for the live static preview and lookup views. */
:root {
  --cc-action-bg: #3f746f;
  --cc-action-fg: #ffffff;
  --cc-action-hover: #315f5c;
  --l3-ink: #3d494a;
  --l3-copy: #465153;
  --l3-muted: #596766;
  --l3-mint: #6f9e9a;
  --l3-mint-strong: #5f8884;
  --l3-line: #e4ebea;
  --l3-paper: #fcfdfd;
  --l3-wash: #f1f7f6;
}

.l3-page {
  font-family: "Nanum Gothic", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
  color: var(--l3-copy);
}

.l3-skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 13px;
  border-radius: 9px;
  background: #254c49;
  color: #fff;
  font-weight: 800;
  transform: translateY(-150%);
}

.l3-skip-link:focus {
  transform: translateY(0);
}

#viewPaidPreview.l3-page {
  padding-top: 4px;
}

#viewPaidPreview.l3-page::before,
#viewPaidPreview.l3-page::after {
  display: none !important;
  content: none !important;
}

.l3-page .l3-report {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 4px 0 8px;
}

.l3-page .l3-hero {
  margin: 0 0 28px;
}

.l3-page .l3-hero-img-wrap {
  width: 100%;
  height: 210px;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid #e6eeec;
  border-radius: 24px;
  background: linear-gradient(145deg, #f7faf9 0%, #eaf3f1 100%);
}

.l3-page .l3-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center 18%;
}

.l3-page .l3-head {
  margin: 0;
  padding: 0 2px;
}

.l3-page .l3-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eaf3f1;
  color: var(--l3-mint-strong);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.l3-page .l3-head h1 {
  margin: 0 0 9px;
  font-family: "Jua", "Nanum Gothic", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.38;
  color: var(--l3-ink);
  word-break: keep-all;
}

.l3-page .l3-head p {
  max-width: 445px;
  margin: 0;
  color: var(--l3-muted);
  font-size: 13.8px;
  line-height: 1.75;
  white-space: pre-line;
  word-break: keep-all;
}

.l3-page .l3-section-wrap {
  margin: 0 0 28px;
}

.l3-page .l3-section-head {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  margin: 0 3px 10px;
}

.l3-page .l3-section-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f8e4e1;
  color: #b66f68;
  font-family: "Jua", sans-serif;
  font-size: 14px;
  line-height: 1;
}

.l3-page .l3-tone-2 .l3-section-icon {
  background: #e7f1dd;
  color: #759665;
}

.l3-page .l3-tone-3 .l3-section-icon {
  background: #e2eef8;
  color: #6f98b8;
}

.l3-page .l3-section-head h2 {
  min-width: 0;
  margin: 0;
  color: var(--l3-mint);
  font-family: "Jua", "Nanum Gothic", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.36;
  white-space: pre-line;
  word-break: keep-all;
}

.l3-page .l3-section {
  margin: 0;
  padding: 22px 21px 20px;
  border: 1px solid var(--l3-line);
  border-radius: 20px;
  background: var(--l3-paper);
  box-shadow: 0 8px 22px rgba(66, 86, 86, .035);
}

.l3-page .l3-copy,
.l3-page .l3-paid-detail {
  color: var(--l3-copy);
  font-size: 14.5px;
  line-height: 1.82;
  white-space: pre-line;
  word-break: keep-all;
}

.l3-page .l3-copy p,
.l3-page .l3-paid-detail p {
  margin: 0 0 14px;
}

.l3-page .l3-copy p:last-child,
.l3-page .l3-paid-detail p:last-child {
  margin-bottom: 0;
}

.l3-page .l3-hook {
  color: #303a3c;
  font-weight: 800;
}

.l3-page .l3-lock {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 205px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #e0eae8;
  border-radius: 17px;
  background: #f5f9f8;
}

.l3-page .l3-lock-content {
  position: absolute;
  inset: 0;
  padding: 18px 19px 22px;
  filter: blur(4.7px);
  opacity: .34;
  user-select: none;
  pointer-events: none;
}

.l3-page .l3-lock-block {
  margin: 0 0 13px;
}

.l3-page .l3-lock-block b {
  display: block;
  margin-bottom: 4px;
  color: #4b6260;
  font-size: 12.8px;
  line-height: 1.35;
  white-space: pre-line;
}

.l3-page .l3-lock-block p {
  margin: 0;
  color: #667675;
  font-size: 12.7px;
  line-height: 1.55;
}

.l3-page .l3-lock::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(245, 249, 248, .12), rgba(245, 249, 248, .45));
  content: "";
  pointer-events: none;
}

.l3-page .l3-lock-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 16px;
  background: rgba(245, 249, 248, .9);
  box-shadow: 0 3px 14px rgba(80, 110, 106, .055);
}

.l3-page .l3-lock-icon {
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1;
}

.l3-page .l3-lock-label {
  color: var(--l3-mint-strong);
  font-size: 13.5px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.l3-page .l3-paid-detail {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #e6eceb;
}

.l3-page .l3-paid-detail-label {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--l3-mint-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.l3-page .l3-paywall {
  margin: 32px 0 18px;
  padding: 27px 22px 22px;
  border: 1px solid #dce8e7;
  border-radius: 24px;
  background: var(--l3-wash);
  text-align: center;
}

.l3-page .l3-paywall h2 {
  margin: 0 0 10px;
  color: var(--l3-ink);
  font-family: "Jua", "Nanum Gothic", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.35;
}

.l3-page .l3-paywall p {
  max-width: 380px;
  margin: 0 auto 18px;
  color: #667274;
  font-size: 14px;
  line-height: 1.72;
  word-break: keep-all;
}

.l3-page .report-cta,
.l3-page .l3-primary-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  box-sizing: border-box;
  margin: 0;
  padding: 16px 18px;
  border: 0;
  border-radius: 18px;
  background: var(--cc-action-bg);
  color: var(--cc-action-fg);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
  cursor: pointer;
}

.l3-page .report-cta:hover,
.l3-page .l3-primary-link:hover {
  background: var(--cc-action-hover);
}

.l3-page .l3-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  margin: 0;
  padding: 12px;
  border: 0;
  background: transparent;
  color: #899394;
  font-size: 12.5px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

#viewInput :is(button,input,select):focus-visible,
#viewFreeResult :is(button,a):focus-visible,
#viewPaidPreview :is(button,a):focus-visible,
.l3-page :is(a,button):focus-visible {
  outline: 3px solid #315f5c !important;
  outline-offset: 3px;
}

.lookup-report-body {
  min-height: 100vh;
  margin: 0;
  padding: 32px 16px 40px;
  box-sizing: border-box;
  background: #fbfaf7;
}

.l3-page .l3-state-card {
  margin: 18px 0;
  padding: 24px 22px;
  border: 1px solid var(--l3-line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.l3-page .l3-state-card h1 {
  margin: 0 0 10px;
  color: var(--l3-ink);
  font-family: "Jua", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.l3-page .l3-state-card p {
  margin: 0 0 16px;
  color: var(--l3-muted);
  font-size: 14px;
  line-height: 1.75;
  word-break: keep-all;
}

.l3-page .l3-note {
  margin: 28px 0;
  padding: 20px;
  border-radius: 18px;
  background: #f7f2ec;
}

.l3-page .l3-note h2 {
  margin: 0 0 8px;
  color: var(--l3-ink);
  font-family: "Jua", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.l3-page .l3-note p {
  margin: 0;
  color: var(--l3-copy);
  font-size: 14px;
  line-height: 1.8;
  white-space: pre-line;
}

.l3-page .l3-lookup-reference {
  margin: 28px 0 0;
  padding: 20px;
  border: 1px solid #dbe7e5;
  border-radius: 20px;
  background: #f8fbfa;
  text-align: center;
}

.l3-page .l3-lookup-reference h2 {
  margin: 0 0 12px;
  color: #2b3433;
  font-size: 17px;
}

.l3-page .l3-lookup-reference-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.l3-page .l3-lookup-reference-row strong {
  color: #2b3433;
  font-size: 21px;
  letter-spacing: .08em;
}

.l3-page .l3-lookup-reference-row button {
  padding: 9px 12px;
  border: 1px solid #9bbcb9;
  border-radius: 999px;
  background: #fff;
  color: #557d79;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.l3-page .l3-lookup-reference p {
  margin: 12px 0 0;
  color: #65706f;
  font-size: 12px;
  line-height: 1.6;
}

.l3-page .l3-lookup-reference .l3-copy-status {
  min-height: 1.5em;
  margin-top: 5px;
  color: #557d79;
}

.l3-page .l3-paid-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  margin: 15px 0 0;
  padding: 12px 15px 12px 17px;
  gap: 12px;
  border: 1px solid #dce8e6;
  border-radius: 15px;
  background: #f2f7f6;
  color: #557e7a;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.l3-page .l3-paid-toggle[hidden] {
  display: none;
}

.l3-page .l3-paid-detail[hidden] {
  display: none;
}

.l3-page .l3-paid-toggle:hover,
.l3-page .l3-paid-toggle.is-open {
  background: #ecf5f3;
  border-color: #d4e5e2;
}

.l3-page .l3-paid-toggle:focus-visible {
  outline: 3px solid #315f5c;
  outline-offset: 3px;
}

.l3-page .l3-paid-toggle-label {
  display: flex;
  align-items: center;
  gap: 7px;
}

.l3-page .l3-paid-toggle-label::before {
  display: block;
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ea9a5;
  content: "";
}

.l3-page .l3-paid-toggle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 1px solid #dde9e7;
  border-radius: 50%;
  background: #fff;
  color: #6b9591;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  transition: transform .18s ease;
}

.l3-page .l3-paid-details {
  margin: 15px 0 0;
  border: 1px solid #dce8e6;
  border-radius: 15px;
  background: #f2f7f6;
}

.l3-page .l3-paid-details summary {
  min-height: 50px;
  padding: 14px 17px;
  color: #426d69;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
}

.l3-page .l3-paid-details summary:focus-visible {
  outline: 3px solid #315f5c;
  outline-offset: 3px;
}

.l3-page .l3-paid-details .l3-paid-detail {
  margin: 0 17px 17px;
}

.l3-page .l3-paid-detail.is-opening {
  animation: l3-paid-reveal .22s ease both;
}

@keyframes l3-paid-reveal {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 390px) {
  .lookup-report-body {
    padding: 20px 14px 32px;
  }

  .l3-page .l3-hero-img-wrap {
    height: 190px;
    margin-bottom: 16px;
    border-radius: 22px;
  }

  .l3-page .l3-head h1 {
    font-size: 23px;
  }

  .l3-page .l3-head p {
    font-size: 13.2px;
  }

  .l3-page .l3-section-head h2 {
    font-size: 19.5px;
  }

  .l3-page .l3-section {
    padding: 20px 17px 18px;
    border-radius: 19px;
  }

  .l3-page .l3-copy,
  .l3-page .l3-paid-detail {
    font-size: 14px;
    line-height: 1.8;
  }

  .l3-page .l3-lock {
    min-height: 195px;
  }

  .l3-page .l3-paywall {
    margin-top: 29px;
    padding: 23px 18px 20px;
  }

  .l3-page .l3-paid-toggle {
    min-height: 48px;
    padding: 11px 13px 11px 15px;
    border-radius: 14px;
    font-size: 13.5px;
  }

  .l3-page .l3-paid-toggle-arrow {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .l3-page .l3-paid-detail.is-opening {
    animation: none;
  }

  .l3-page .l3-paid-toggle-arrow {
    transition: none;
  }
}
