:root {
  --paper: #fbf8f3;
  --ink: #1c1a2e;
  --accent: #9b6fc7;
  --gold: #c9a96e;
  --warm: #efe7dc;
  --rule: #d8d2c7;
  --gray: #7a7488;
  --night: #0f0d1e;
  --rose: #b86b78;
  --green: #617461;
  --sans: "Zen Kaku Gothic New", sans-serif;
  --serif: "Shippori Mincho B1", serif;
  --grot: "Space Grotesk", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.oracle-app {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
  border-left: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  background: var(--paper);
}

.app-header {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: 32px;
  align-items: end;
  padding: 30px 34px 26px;
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--rule);
}

.kicker,
.panel-label,
.result-eyebrow {
  margin: 0 0 10px;
  font-family: var(--grot);
  font-size: 12px;
  font-weight: 700;
  color: var(--gray);
  text-transform: uppercase;
}

.app-header h1 {
  margin: 0;
  max-width: 780px;
  font-family: var(--serif);
  font-size: 48px;
  line-height: 1.18;
  font-weight: 800;
}

.header-copy {
  margin: 0;
  color: var(--gray);
  font-size: 15px;
}

.quick-start {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 1px;
  border-bottom: 1px solid var(--rule);
  background: var(--rule);
}

.quick-start__intro,
.quick-start__steps li {
  background: #fffdfa;
}

.quick-start__intro {
  padding: 30px 34px;
}

.quick-start__intro h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.22;
}

.quick-start__intro p {
  margin: 0;
  color: #514c61;
  font-size: 15px;
}

.quick-start__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 22px;
}

.quick-start__actions button {
  min-height: 46px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.quick-start__actions button:first-child {
  background: var(--ink);
  color: var(--paper);
}

.quick-start__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--rule);
}

.quick-start__steps li {
  min-width: 0;
  padding: 14px;
}

.quick-start__steps img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: var(--night);
}

.quick-start__steps span {
  display: inline-block;
  margin-top: 14px;
  color: var(--rose);
  font-family: var(--grot);
  font-size: 12px;
  font-weight: 700;
}

.quick-start__steps h3 {
  margin: 4px 0 6px;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.3;
}

.quick-start__steps p {
  margin: 0;
  color: #514c61;
  font-size: 13px;
  line-height: 1.65;
}

.lab-shell {
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  min-height: 720px;
  border-bottom: 1px solid var(--rule);
}

.control-rail {
  border-right: 1px solid var(--rule);
  background: var(--warm);
}

.service-tabs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--rule);
  border-bottom: 1px solid var(--rule);
}

.tab-button {
  min-height: 56px;
  padding: 14px 18px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  text-align: left;
  font-weight: 700;
}

.tab-button.is-active {
  background: var(--night);
  color: var(--paper);
}

.control-helper {
  margin: 18px;
  padding: 15px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: #fffdfa;
}

.control-helper span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--rose);
  font-family: var(--grot);
  font-size: 12px;
  font-weight: 700;
}

.control-helper strong {
  display: block;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.35;
}

.control-helper p {
  margin: 8px 0 0;
  color: var(--gray);
  font-size: 13px;
  line-height: 1.65;
}

.service-panel {
  display: none;
  padding: 26px;
}

.service-panel.is-active {
  display: block;
}

.panel-heading {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}

.panel-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.25;
}

.choice-group {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.choice-group legend,
.field span {
  display: block;
  margin-bottom: 9px;
  color: var(--gray);
  font-size: 13px;
  font-weight: 700;
}

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

.choice-group legend {
  grid-column: 1 / -1;
}

.choice {
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.choice.is-selected {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.field {
  display: block;
  margin-bottom: 18px;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
}

.field textarea {
  resize: vertical;
  min-height: 96px;
}

.field input:focus,
.field textarea:focus,
.choice:focus-visible,
.primary-action:focus-visible,
.cta-link:focus-visible,
.ghost-button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.primary-action {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
}

.result-stage {
  display: grid;
  grid-template-rows: minmax(280px, 42vh) auto;
  min-width: 0;
  background: #fffdfa;
}

.result-visual {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: var(--night);
}

.result-visual img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.result-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(251, 248, 243, 0.6);
  border-radius: 8px;
  background: rgba(15, 13, 30, 0.72);
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
}

.result-body {
  padding: 28px 30px 32px;
}

.result-body h2 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1.25;
}

#result-summary {
  margin: 0 0 22px;
  color: #49445d;
  font-size: 16px;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.insight {
  min-height: 116px;
  padding: 14px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--paper);
}

.insight strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rose);
  font-size: 13px;
}

.insight span {
  display: block;
  color: var(--ink);
  font-size: 14px;
}

.oracle-passport-box,
.action-plan-box,
.receipt-box,
.monetize-panel {
  margin-top: 16px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--warm);
}

.oracle-passport-box {
  padding: 16px;
  background: #fffdfa;
}

.oracle-passport-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.oracle-passport-heading .panel-label {
  margin: 0;
}

.oracle-passport-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.3;
}

.oracle-passport-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(0, 1.28fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: var(--rule);
}

.oracle-passport-image {
  min-height: 246px;
  background: var(--night);
}

.oracle-passport-image img {
  width: 100%;
  height: 100%;
  min-height: 246px;
  object-fit: cover;
}

.oracle-passport-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--rule);
}

.oracle-passport-item {
  min-height: 122px;
  padding: 14px;
  background: var(--paper);
}

.oracle-passport-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rose);
  font-size: 12px;
}

.oracle-passport-item span {
  display: block;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.55;
}

.oracle-passport-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.oracle-passport-actions .ghost-button,
.passport-route-link {
  flex: 1 1 210px;
}

.action-plan-box {
  padding: 16px;
  background: #fff8ed;
}

.action-plan-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.action-plan-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.3;
}

.action-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--rule);
}

.action-plan-item {
  min-height: 104px;
  padding: 14px;
  background: var(--paper);
}

.action-plan-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 700;
}

.action-plan-item strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}

.match-snapshot-box,
.consult-script-box,
.fortune-brief-box,
.compare-ticket-box,
.consult-ready-box {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: #fff8ed;
}

.match-snapshot-heading,
.consult-script-heading,
.fortune-brief-heading,
.compare-ticket-heading,
.consult-ready-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.match-snapshot-heading .panel-label,
.consult-script-heading .panel-label,
.fortune-brief-heading .panel-label,
.compare-ticket-heading .panel-label,
.consult-ready-heading .panel-label {
  margin: 0;
}

.match-snapshot-heading h3,
.consult-script-heading h3,
.fortune-brief-heading h3,
.compare-ticket-heading h3,
.consult-ready-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.3;
}

.match-snapshot-grid,
.consult-script-grid,
.fortune-brief-grid,
.compare-ticket-grid,
.consult-ready-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--rule);
}

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

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

.compare-ticket-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.match-snapshot-item,
.consult-script-item,
.fortune-brief-item,
.compare-ticket-item,
.consult-ready-item {
  min-height: 104px;
  padding: 14px;
  background: var(--paper);
}

.match-snapshot-item strong,
.consult-script-item strong,
.fortune-brief-item strong,
.compare-ticket-item strong,
.consult-ready-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rose);
  font-size: 12px;
}

.match-snapshot-item span,
.consult-script-item span,
.fortune-brief-item span,
.compare-ticket-item span,
.consult-ready-item span {
  display: block;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.55;
}

.consult-script-actions,
.fortune-brief-actions,
.compare-ticket-actions,
.consult-ready-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.consult-script-actions .ghost-button,
.consult-script-route-link,
.fortune-brief-actions .ghost-button,
.fortune-brief-route-link,
.compare-ticket-actions .ghost-button,
.compare-ticket-route-link,
.consult-ready-actions .ghost-button,
.consult-ready-route-link {
  flex: 1 1 210px;
}

.consult-ready-box {
  background: #fffdfa;
}

.consult-ready-button.is-ready,
#consult-ready-button.is-ready {
  border-color: var(--rose);
  background: var(--rose);
  color: #fff;
}

.snapshot-route-link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--night);
  font-weight: 700;
}

.receipt-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--rule);
  font-weight: 700;
}

.receipt-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.receipt-actions .ghost-button {
  min-width: 74px;
}

.ghost-button {
  min-width: 88px;
  min-height: 38px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  font-weight: 700;
}

#receipt-text {
  display: block;
  width: 100%;
  min-height: 142px;
  padding: 14px;
  border: 0;
  background: transparent;
  color: var(--ink);
  resize: vertical;
}

.monetize-panel {
  padding: 18px;
  background: var(--night);
  color: var(--paper);
}

.monetize-panel h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 25px;
}

.monetize-panel p {
  margin: 0 0 16px;
  color: rgba(251, 248, 243, 0.78);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--night);
  font-weight: 700;
}

.service-match-panel {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: #fffdfa;
}

.service-match-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.service-match-heading .panel-label {
  margin: 0;
}

.service-match-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.3;
}

.service-match-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--rule);
}

.service-match-card {
  display: flex;
  min-width: 0;
  min-height: 176px;
  padding: 14px;
  flex-direction: column;
  background: var(--paper);
  color: var(--ink);
}

.service-match-card span {
  color: var(--rose);
  font-size: 12px;
  font-weight: 700;
}

.service-match-card strong {
  display: block;
  margin-top: 8px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.35;
}

.service-match-card em {
  display: block;
  margin-top: 8px;
  color: var(--gray);
  font-size: 13px;
  font-style: normal;
  line-height: 1.55;
}

.service-match-card b {
  display: block;
  margin-top: auto;
  padding-top: 12px;
  color: var(--night);
  font-size: 13px;
}

.service-match-card:hover,
.service-match-card:focus-visible {
  background: var(--night);
  color: var(--paper);
  outline: none;
}

.service-match-card:hover span,
.service-match-card:focus-visible span {
  color: var(--gold);
}

.service-match-card:hover em,
.service-match-card:focus-visible em,
.service-match-card:hover b,
.service-match-card:focus-visible b {
  color: rgba(251, 248, 243, 0.78);
}

.visual-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--rule);
  border-bottom: 1px solid var(--rule);
}

.visual-strip article {
  background: var(--paper);
  min-width: 0;
}

.visual-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.visual-strip h3,
.visual-strip p {
  margin-left: 18px;
  margin-right: 18px;
}

.visual-strip h3 {
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: var(--serif);
  font-size: 24px;
}

.visual-strip p {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--gray);
  font-size: 14px;
}

@media (min-width: 981px) {
  .visual-strip article:last-child:nth-child(3n + 1) {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.85fr);
    align-items: center;
  }

  .visual-strip article:last-child:nth-child(3n + 1) img {
    height: 100%;
    min-height: 260px;
  }
}

.route-guide,
.faq-panel {
  padding: 34px;
  border-bottom: 1px solid var(--rule);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.25;
}

.section-heading p {
  margin: 0;
  color: var(--gray);
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

.route-card {
  min-height: 222px;
  padding: 20px;
  background: #fffdfa;
}

.route-card span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 700;
}

.route-card strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.35;
}

.route-card em {
  display: block;
  color: var(--gray);
  font-size: 14px;
  font-style: normal;
}

.route-card:hover,
.route-card:focus-visible {
  background: var(--night);
  color: var(--paper);
  outline: none;
}

.route-card:hover span,
.route-card:focus-visible span {
  color: var(--gold);
}

.route-card:hover em,
.route-card:focus-visible em {
  color: rgba(251, 248, 243, 0.75);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--rule);
  border: 1px solid var(--rule);
}

.faq-grid article {
  min-height: 168px;
  padding: 20px;
  background: var(--paper);
}

.faq-grid h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
}

.faq-grid p {
  margin: 0;
  color: var(--gray);
  font-size: 14px;
}

.app-footer {
  padding: 22px 34px 80px;
  color: var(--gray);
  font-size: 13px;
}

.app-footer p {
  margin: 0 0 8px;
}

.mobile-sticky {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid rgba(251, 248, 243, 0.24);
  border-radius: 8px;
  background: rgba(15, 13, 30, 0.94);
  color: var(--paper);
}

.mobile-sticky span {
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
}

.mobile-sticky a {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--night);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .oracle-app {
    border-left: 0;
    border-right: 0;
  }

  .app-header {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }

  .app-header h1 {
    font-size: 34px;
  }

  .quick-start {
    grid-template-columns: 1fr;
  }

  .quick-start__intro {
    padding: 24px 20px;
  }

  .quick-start__intro h2 {
    font-size: 28px;
  }

  .quick-start__steps {
    grid-template-columns: 1fr;
  }

  .quick-start__steps li {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 10px 14px;
    align-items: center;
    padding: 14px 20px;
  }

  .quick-start__steps img {
    grid-row: span 3;
    min-height: 112px;
  }

  .quick-start__steps span {
    margin-top: 0;
  }

  .quick-start__steps h3 {
    margin: 0;
    font-size: 20px;
  }

  .lab-shell {
    grid-template-columns: 1fr;
  }

  .control-rail {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .service-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .tab-button {
    min-height: 54px;
    padding: 10px 8px;
    text-align: center;
    font-size: 13px;
    white-space: normal;
  }

  .control-helper {
    margin: 14px 20px 0;
  }

  .service-panel {
    padding: 20px;
  }

  .result-body {
    padding: 24px 20px 28px;
  }

  .result-body h2 {
    font-size: 30px;
  }

  .insight-grid,
  .oracle-passport-card,
  .oracle-passport-grid,
  .action-plan-grid,
  .match-snapshot-grid,
  .consult-script-grid,
  .fortune-brief-grid,
  .compare-ticket-grid,
  .consult-ready-grid,
  .service-match-grid,
  .visual-strip,
  .route-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .service-match-heading {
    display: block;
  }

  .service-match-heading h3 {
    margin-top: 4px;
  }

  .oracle-passport-heading,
  .fortune-brief-heading,
  .compare-ticket-heading,
  .consult-ready-heading {
    display: block;
  }

  .oracle-passport-heading h3,
  .fortune-brief-heading h3,
  .compare-ticket-heading h3,
  .consult-ready-heading h3 {
    margin-top: 4px;
  }

  .route-guide,
  .faq-panel {
    padding: 26px 20px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .mobile-sticky {
    display: flex;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 12px;
  }

  .app-footer {
    padding-bottom: 24px;
  }
}

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

  .app-header h1 {
    font-size: 29px;
  }

  .quick-start__steps li {
    grid-template-columns: 88px minmax(0, 1fr);
    padding: 12px 14px;
  }

  .quick-start__steps img {
    min-height: 88px;
  }

  .quick-start__actions button {
    min-height: 50px;
  }

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

  .panel-heading h2 {
    font-size: 24px;
  }

  .result-visual,
  .result-visual img {
    min-height: 236px;
  }

  .result-body h2 {
    font-size: 27px;
  }

  .monetize-panel h3 {
    font-size: 22px;
  }
}
