:root {
  --paper: #f5f0e5;
  --paper-light: #fffdf7;
  --ink: #151515;
  --muted: #625f58;
  --line: #d9d0bf;
  --yellow: #f9c61c;
  --yellow-dark: #dca800;
  --navy: #173d5f;
  --red: #a83b33;
  --footer: #1a1a1a;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(31, 27, 20, 0.12);
  --radius: 22px;
  --content: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(249, 198, 28, 0.12), transparent 24rem),
    radial-gradient(circle at 88% 32%, rgba(23, 61, 95, 0.06), transparent 30rem),
    var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

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

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  transform: translateY(-160%);
  border: 2px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

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

.site-header {
  border-bottom: 1px solid rgba(21, 21, 21, 0.18);
  background: rgba(255, 253, 247, 0.93);
  backdrop-filter: blur(12px);
}

.header-inner,
.footer-inner,
.site-main {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  transform: rotate(-2deg);
  border: 2px solid var(--ink);
  background: var(--yellow);
  font-size: 1.05rem;
  letter-spacing: -0.04em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-bottom: 3px solid transparent;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.main-nav a:hover {
  border-bottom-color: var(--yellow);
}

.brand:focus-visible,
.main-nav a:focus-visible,
.footer-links a:focus-visible,
.footer-contact a:focus-visible,
.text-link:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.campaign-hero {
  width: min(calc(100% - 40px), 1280px);
  margin: 34px auto 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--paper-light);
  box-shadow: 12px 12px 0 var(--ink);
  line-height: 0;
}

.campaign-hero img {
  width: 100%;
  height: auto;
}

.site-main {
  padding-block: 56px 88px;
}

#quiz-app {
  scroll-margin-top: 20px;
}

.intro-panel,
.quiz-panel,
.result-panel {
  width: min(100%, 930px);
  margin-inline: auto;
}

.intro-panel,
.quiz-panel {
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: var(--shadow);
}

.eyebrow,
.question-type,
.result-label,
.section-heading > span,
.profile-card-heading > span {
  display: inline-block;
  color: var(--navy);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow,
.result-label {
  padding: 7px 11px;
  border: 1px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
}

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

h1,
h2,
h3 {
  line-height: 1.12;
  text-wrap: balance;
}

h1 {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 7vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 4vw, 3.1rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.15rem;
}

h1:focus,
h2:focus {
  outline: none;
}

.intro-panel .eyebrow {
  margin-bottom: 26px;
}

.intro-lead {
  max-width: 760px;
  margin-bottom: 30px;
  color: #37342f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.16rem, 2.3vw, 1.5rem);
  line-height: 1.55;
}

.fact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
}

.fact-row span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 0.87rem;
  font-weight: 800;
}

.resume-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 22px;
  padding: 15px 18px;
  border-left: 6px solid var(--yellow);
  background: #fff7cf;
}

.resume-note span {
  color: var(--muted);
}

.button-row,
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 2px solid var(--ink);
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  font-size: 0.93rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 150ms ease,
    box-shadow 150ms ease,
    background 150ms ease;
}

.button:hover:not(:disabled) {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 var(--ink);
}

.button:focus-visible,
.scale-choice:focus-visible,
summary:focus-visible {
  outline: 4px solid rgba(249, 198, 28, 0.65);
  outline-offset: 4px;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.button-primary {
  background: var(--yellow);
}

.button-primary:hover:not(:disabled) {
  background: #ffd64a;
}

.button-secondary {
  background: var(--paper-light);
}

.button-large {
  min-height: 58px;
  padding-inline: 28px;
  font-size: 1rem;
}

.intro-instruction {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.intro-instruction h2 {
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 1.15rem;
  letter-spacing: 0;
}

.intro-instruction p {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
}

.privacy-note {
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px dashed #b5ab98;
  color: var(--muted);
  font-size: 0.87rem;
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress-track,
.score-track {
  overflow: hidden;
  background: #e4dece;
}

.progress-track {
  height: 9px;
  margin-bottom: 44px;
}

.progress-track span,
.score-track span {
  display: block;
  height: 100%;
  background: var(--yellow);
}

.question-heading {
  max-width: 780px;
  margin-bottom: 32px;
}

.question-type {
  margin-bottom: 12px;
}

.question-heading h1 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 5vw, 3.8rem);
}

.question-heading p {
  margin-bottom: 0;
  color: #36332f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.19rem;
  line-height: 1.55;
}

.answer-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 32px;
}

.answer-card {
  position: relative;
  min-height: 190px;
  padding: 26px 24px 24px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.answer-card::after {
  position: absolute;
  z-index: -1;
  right: -7px;
  bottom: -7px;
  width: 100%;
  height: 100%;
  background: var(--yellow);
  content: "";
}

.answer-b::after {
  background: #c9d8e2;
}

.answer-letter {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
}

.answer-card p {
  margin-bottom: 0;
  font-weight: 680;
  line-height: 1.55;
}

.choice-scale {
  margin: 0;
  padding: 0;
  border: 0;
}

.choice-scale legend {
  margin-bottom: 14px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.scale-choice {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--paper-light);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.35;
  text-align: left;
}

.scale-choice:hover {
  border-color: var(--ink);
  background: #fff8d9;
}

.scale-choice.is-selected {
  border: 3px solid var(--ink);
  background: var(--yellow);
}

.scale-number {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  font-size: 0.76rem;
  font-weight: 900;
}

.quiz-actions {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.autosave {
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.result-panel {
  display: grid;
  gap: 28px;
}

.result-hero,
.result-section,
.combination-box,
.leadership-box,
.share-card-section,
.method-box {
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.97);
  box-shadow: var(--shadow);
}

.result-hero {
  padding: clamp(30px, 6vw, 70px);
  border-top: 10px solid var(--yellow);
}

.result-hero .result-label {
  margin-bottom: 24px;
}

.result-hero h1 {
  max-width: 800px;
  font-size: clamp(2.35rem, 6vw, 4.9rem);
}

.result-hero > p {
  max-width: 760px;
  color: #37342f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.19rem;
}

.result-actions {
  margin-top: 30px;
}

.action-message {
  margin: 16px 0 0;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
}

.result-section,
.combination-box,
.leadership-box,
.share-card-section {
  padding: clamp(26px, 5vw, 56px);
}

.combination-box {
  border: 2px solid var(--ink);
  background: #edf3f5;
}

.combination-characters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.combination-characters article {
  padding: 24px;
  border: 2px solid var(--ink);
  background: var(--paper-light);
}

.combination-characters article:first-child {
  background: #fff3b8;
}

.combination-characters span {
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.combination-characters h3 {
  margin: 8px 0 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}

.combination-characters p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.combination-reading {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.combination-reading p {
  margin: 0;
  padding: 18px 20px;
  border-left: 6px solid var(--navy);
  background: rgba(255, 253, 247, 0.82);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading > span {
  margin-bottom: 9px;
}

.section-heading p {
  color: var(--muted);
}

.score-chart {
  display: grid;
  gap: 20px;
}

.score-row {
  display: grid;
  gap: 6px;
}

.score-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.score-label span {
  font-weight: 900;
}

.score-rank {
  min-width: 2rem;
  display: inline-block;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}

.score-label strong {
  font-variant-numeric: tabular-nums;
}

.score-track {
  height: 15px;
  border: 1px solid #cfc6b4;
}

.score-track span {
  background:
    linear-gradient(90deg, var(--yellow), #f3a936);
  border-right: 2px solid var(--ink);
}

.score-row small {
  color: var(--muted);
  font-size: 0.78rem;
}

.difference-note {
  margin-top: 30px;
  padding: 17px 18px;
  border-left: 6px solid var(--navy);
  background: #edf3f5;
}

.profile-stack {
  display: grid;
  gap: 20px;
}

.profile-card {
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--white);
}

.profile-card-heading {
  padding: 24px;
  border-bottom: 2px solid var(--ink);
  background: #fff7cf;
}

.profile-card-heading h3 {
  margin: 7px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.profile-card-heading p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.profile-details {
  margin: 0;
}

.profile-details > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.profile-details > div:last-child {
  border-bottom: 0;
}

.profile-details dt {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.profile-details dd {
  margin: 0;
  color: #413d37;
}

.leadership-box {
  border: 2px solid var(--ink);
  background: var(--yellow);
}

.leadership-box .section-heading > span {
  color: var(--ink);
}

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

.leadership-grid > div,
.reflection-box {
  padding: 22px;
  border: 2px solid var(--ink);
  background: var(--paper-light);
}

.leadership-grid h3,
.reflection-box h3 {
  margin-bottom: 10px;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.leadership-grid p {
  margin-bottom: 0;
}

.action-plan {
  margin-top: 14px;
  padding: 24px;
  border: 2px solid var(--ink);
  background: #fff7cf;
}

.action-plan > h3 {
  margin-bottom: 18px;
  font-size: 1.1rem;
}

.action-plan-grid {
  display: grid;
  gap: 12px;
}

.action-plan-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--ink);
  background: var(--paper-light);
}

.action-plan-grid article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  background: var(--yellow);
  font-weight: 900;
}

.action-plan-grid h4 {
  margin: 0 0 5px;
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.action-plan-grid p {
  margin: 0;
}

.reflection-box {
  margin-top: 14px;
}

.reflection-box ol {
  margin: 0;
  padding-left: 1.4rem;
}

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

.share-card-section {
  border: 2px solid var(--ink);
}

.result-card-canvas {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  border: 2px solid var(--ink);
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--ink);
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.method-box {
  padding: 0;
}

.method-box summary {
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 900;
}

.method-box > div {
  padding: 0 24px 24px;
  color: var(--muted);
}

.method-box p:last-child {
  margin-bottom: 0;
}

.restart-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--navy);
  font-weight: 850;
  text-underline-offset: 4px;
}

.site-footer {
  background: var(--footer);
  color: #efede8;
}

.footer-inner {
  padding-block: 58px 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.8fr;
  gap: 54px;
  padding-bottom: 34px;
}

.footer-brand {
  margin-bottom: 14px;
  color: var(--yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.footer-contact {
  display: grid;
  gap: 6px;
  color: #c8c4bb;
  font-size: 0.9rem;
}

.footer-contact p {
  margin: 0;
}

.footer-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--white);
  text-underline-offset: 4px;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 5px;
}

.footer-links a {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #373737;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--yellow);
}

.legal-note {
  padding: 24px 0;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  color: #c8c4bb;
  font-size: 0.88rem;
  line-height: 1.65;
}

.legal-note p {
  margin: 0;
}

.copyright {
  margin: 25px 0 0;
  color: #8f8b83;
  font-size: 0.78rem;
}

@media (max-width: 820px) {
  .campaign-hero {
    width: min(calc(100% - 28px), 1280px);
    margin-top: 22px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .header-inner,
  .footer-inner,
  .site-main {
    width: min(calc(100% - 28px), var(--content));
  }

  .site-main {
    padding-block: 42px 64px;
  }

  .answer-pair,
  .leadership-grid,
  .combination-characters,
  .combination-reading {
    grid-template-columns: 1fr;
  }

  .answer-card {
    min-height: auto;
  }

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

  .scale-choice {
    min-height: 92px;
  }

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

  .autosave {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .profile-details > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .header-inner {
    min-height: 68px;
    align-items: center;
    gap: 8px;
  }

  .brand {
    gap: 8px;
    font-size: 0.72rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-label {
    max-width: 90px;
  }

  .main-nav {
    gap: 0;
  }

  .main-nav a {
    padding-inline: 9px;
    font-size: 0.77rem;
  }

  .campaign-hero {
    width: calc(100% - 28px);
    margin-top: 18px;
    border-width: 2px;
    box-shadow: 4px 4px 0 var(--ink);
  }

  .site-main {
    width: min(calc(100% - 28px), var(--content));
    padding: 28px 0 48px;
  }

  .intro-panel,
  .quiz-panel,
  .result-hero,
  .result-section,
  .combination-box,
  .leadership-box,
  .share-card-section {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .intro-panel,
  .quiz-panel {
    padding: 30px 20px 38px;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .result-panel {
    gap: 16px;
  }

  .result-hero,
  .result-section,
  .combination-box,
  .leadership-box,
  .share-card-section {
    padding: 30px 20px;
  }

  .method-box {
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .scale-choice {
    min-height: 60px;
    flex-direction: row;
    align-items: center;
  }

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

  .quiz-actions .button,
  .button-row .button,
  .result-actions .button,
  .card-actions .button {
    width: 100%;
  }

  .autosave {
    grid-column: auto;
    grid-row: auto;
    order: 3;
  }

  .profile-card-heading,
  .profile-details > div {
    padding-inline: 18px;
  }

  .restart-row {
    padding-inline: 20px;
  }

  .result-card-canvas {
    box-shadow: 4px 4px 0 var(--ink);
  }

  .footer-inner {
    width: min(calc(100% - 40px), var(--content));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  body {
    background: var(--white);
    font-size: 11pt;
  }

  body::before,
  .site-header,
  .campaign-hero,
  .result-actions,
  .card-actions,
  .restart-row,
  .site-footer {
    display: none !important;
  }

  .site-main {
    width: 100%;
    padding: 0;
  }

  .result-panel {
    gap: 12px;
  }

  .result-hero,
  .result-section,
  .combination-box,
  .leadership-box,
  .share-card-section,
  .method-box,
  .profile-card {
    break-inside: avoid;
    box-shadow: none;
  }

  .method-box[open] > div,
  .method-box > div {
    display: block;
  }
}
