:root {
  --ink: #244f47;
  --muted: #6d827b;
  --paper: #fffdf7;
  --cream: #fbf3df;
  --line: #ded1ad;
  --green: #4b9f7d;
  --green-dark: #28725b;
  --gold: #dda942;
  --coral: #d96c60;
  --blue: #5d8fae;
  --shadow: 0 13px 0 rgba(102, 86, 55, 0.15);
  color: var(--ink);
  font-family: "Trebuchet MS", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(224, 174, 69, 0.13), transparent 27%),
    radial-gradient(circle at 91% 15%, rgba(75, 159, 125, 0.14), transparent 30%),
    linear-gradient(145deg, #fff9ec, #f8f5ea 52%, #edf5eb);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(70, 103, 91, 0.09) 1px, transparent 1px);
  background-size: 25px 25px;
  content: "";
  pointer-events: none;
}

button {
  color: inherit;
  cursor: pointer;
  font: inherit;
}

button:focus-visible {
  outline: 4px solid rgba(220, 166, 63, 0.56);
  outline-offset: 3px;
}

button:disabled {
  cursor: default;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--ink);
  line-height: 1.08;
}

h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(38px, 4.5vw, 54px);
  letter-spacing: -0.035em;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 44px);
}

h3 {
  margin-bottom: 12px;
  font-size: 27px;
}

.app {
  width: min(1120px, calc(100% - 32px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 20px 0 56px;
}

.topbar,
.brand,
.top-actions,
.journal-button,
.hero-actions,
.hero-progress,
.versions-note,
.section-heading,
.route-foot,
.steps-grid article,
.game-heading,
.progress-wrap,
.feedback,
.game-footer,
.mini-progress,
.result-actions,
.journal-hero,
.journal-book-head,
.journal-card {
  display: flex;
  align-items: center;
}

.topbar {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.brand {
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.brand-mark {
  position: relative;
  display: flex;
  width: 60px;
  height: 52px;
  align-items: center;
  padding-left: 8px;
  border: 2px solid var(--line);
  border-radius: 17px;
  background: var(--paper);
  box-shadow: 0 5px 0 rgba(89, 72, 43, 0.13);
}

.brand-mark i {
  display: grid;
  width: 27px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: #5d8fae;
  color: white;
  font-style: normal;
}

.brand-mark i:nth-child(2) {
  margin-left: -5px;
  background: #c48647;
}

.brand-mark b {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-size: 11px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, serif;
  font-size: 17px;
  letter-spacing: 0.06em;
}

.brand small {
  margin-top: 3px;
  color: #8c6942;
  font-size: 11px;
}

.top-actions {
  gap: 9px;
}

.journal-button,
.icon-button,
.secondary-button,
.hint-button {
  min-height: 48px;
  border: 2px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 253, 247, 0.93);
  color: var(--ink);
  font-weight: 800;
  transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
}

.journal-button {
  gap: 9px;
  padding: 8px 14px;
  text-align: left;
}

.journal-button b,
.journal-button small {
  display: block;
}

.journal-button b {
  font-size: 13px;
}

.journal-button small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.icon-button {
  width: 48px;
  padding: 0;
  font-size: 24px;
}

.journal-button:hover,
.icon-button:hover,
.secondary-button:hover,
.hint-button:hover {
  border-color: #bca16a;
  background: #fff7e5;
}

.primary-button,
.start-button {
  min-height: 56px;
  padding: 13px 23px;
  border: 0;
  border-radius: 17px;
  background: var(--green);
  box-shadow: 0 8px 0 var(--green-dark);
  color: white;
  font-size: 18px;
  font-weight: 900;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}

.primary-button:hover,
.start-button:hover {
  background: #419270;
  color: white;
}

.primary-button:active,
.start-button:active {
  box-shadow: 0 4px 0 var(--green-dark);
}

.secondary-button,
.hint-button {
  padding: 11px 18px;
}

.hero,
.game-shell,
.result-card,
.journal-hero {
  border: 3px solid var(--line);
  border-radius: 36px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 24px 42px rgba(72, 78, 61, 0.12);
}

.hero {
  display: grid;
  min-height: 490px;
  grid-template-columns: 1.03fr 0.97fr;
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 42px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #8d693f;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-copy > p:not(.eyebrow),
.journal-hero p,
.result-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.52;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.hero-progress {
  gap: 10px;
  margin-top: 28px;
}

.hero-progress strong {
  font-family: Georgia, serif;
  font-size: 36px;
}

.hero-progress span {
  color: var(--muted);
  font-size: 13px;
}

.hero-visual {
  display: grid;
  min-width: 0;
  place-items: center;
  padding: 30px;
  background: linear-gradient(145deg, #e1eee6, #f5e2bd);
}

.hero-svg {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 17px 13px rgba(54, 61, 50, 0.16));
}

.versions-note {
  gap: 16px;
  margin: 24px 0 50px;
  padding: 20px 24px;
  border: 2px solid #dbc170;
  border-radius: 24px;
  background: #fff4ce;
}

.versions-note > span {
  font-size: 28px;
}

.versions-note strong {
  display: block;
  margin-bottom: 4px;
}

.versions-note p {
  margin: 0;
  color: #6f6c5c;
  line-height: 1.45;
}

.section-heading {
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 320px;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  text-align: right;
}

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

.route-card {
  min-width: 0;
  overflow: hidden;
  border: 3px solid color-mix(in srgb, var(--accent), white 48%);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.route-cover {
  position: relative;
  min-height: 190px;
  padding: 16px;
  background: linear-gradient(145deg, #e5f0e8, #f6e6c7);
}

.route-cover > span {
  position: absolute;
  top: 17px;
  left: 17px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 3px solid white;
  border-radius: 16px;
  background: var(--accent);
  box-shadow: 0 5px 0 rgba(76, 64, 43, 0.14);
  font-size: 23px;
}

.route-svg {
  display: block;
  width: 100%;
  height: auto;
}

.route-copy {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 22px;
}

.route-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.route-foot {
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px dashed #d8ccb3;
}

.route-foot > span {
  color: #87745a;
  font-family: Georgia, serif;
  font-size: 12px;
}

.route-foot > span b {
  font-size: 15px;
}

.start-button {
  min-height: 48px;
  padding: 10px 16px;
  box-shadow: none;
  font-size: 15px;
}

.start-button:active {
  box-shadow: none;
}

.start-button i,
.primary-button i {
  font-style: normal;
}

.how-section {
  margin-top: 58px;
}

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

.steps-grid article {
  min-height: 122px;
  gap: 16px;
  padding: 20px;
  border: 2px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.94);
}

.steps-grid article > span {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
  border: 7px solid #dff1e6;
  border-radius: 50%;
  background: var(--green);
  color: white;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.steps-grid article:nth-child(2) > span {
  border-color: #fff0c2;
  background: var(--gold);
}

.steps-grid article:nth-child(3) > span {
  border-color: #e1eaf1;
  background: var(--blue);
}

.steps-grid h3,
.steps-grid p {
  margin: 0;
}

.steps-grid h3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.steps-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.game-shell {
  padding: 30px;
}

.game-heading {
  justify-content: space-between;
  gap: 26px;
  margin-bottom: 24px;
}

.game-heading h1 {
  margin-bottom: 0;
  font-size: clamp(38px, 4.7vw, 56px);
}

.progress-wrap {
  min-width: 330px;
  gap: 13px;
}

.progress-track {
  width: 100%;
  height: 16px;
  overflow: hidden;
  border-radius: 99px;
  background: #e4dfd3;
}

.progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.quest-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 20px;
}

.story-page,
.answer-panel {
  min-width: 0;
  border: 3px solid var(--line);
  border-radius: 28px;
}

.story-page {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  padding: 48px 34px 68px;
  background:
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(94, 120, 107, 0.09) 30px 31px),
    #fffdf5;
  box-shadow: inset -12px 0 rgba(80, 101, 91, 0.04);
}

.page-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 11px;
  border-radius: 10px;
  background: var(--accent);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.story-symbol {
  display: grid;
  width: 92px;
  height: 92px;
  margin-bottom: 26px;
  place-items: center;
  border: 4px solid color-mix(in srgb, var(--accent), white 35%);
  border-radius: 26px;
  background: color-mix(in srgb, var(--accent), white 82%);
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 47px;
}

.story-page h2 {
  font-size: clamp(30px, 3.8vw, 43px);
}

.story-text {
  color: #566e67;
  font-family: Georgia, serif;
  font-size: 20px;
  line-height: 1.72;
}

.page-number {
  position: absolute;
  right: 28px;
  bottom: 22px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #927756;
  font-family: Georgia, serif;
  font-size: 12px;
}

.page-number span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f1e7cc;
  font-size: 15px;
  font-weight: 700;
}

.answer-panel {
  display: flex;
  min-height: 610px;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background: var(--paper);
}

.answer-panel h2 {
  font-size: clamp(28px, 3.4vw, 39px);
}

.answers-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

.answer-card {
  display: grid;
  min-width: 0;
  min-height: 78px;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  gap: 13px;
  align-items: center;
  padding: 13px 15px;
  border: 3px solid #ded8ca;
  border-radius: 20px;
  background: white;
  box-shadow: 0 7px 0 rgba(104, 88, 59, 0.14);
  text-align: left;
  transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.answer-card:hover:not(:disabled) {
  border-color: color-mix(in srgb, var(--accent), white 25%);
  background: #f4faf6;
}

.answer-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: #edf1ea;
  color: #715e46;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.answer-card > b {
  font-size: 17px;
  line-height: 1.3;
}

.answer-card > i {
  color: #a69579;
  font-size: 21px;
  font-style: normal;
  text-align: center;
}

.answer-card.is-wrong {
  border-color: #e39489;
  background: #fff0ed;
}

.answer-card.is-wrong > i {
  color: var(--coral);
}

.answer-card.is-hinted {
  border-color: #d8ad4e;
  background: #fff8df;
  box-shadow: 0 0 0 5px rgba(221, 169, 66, 0.18), 0 7px 0 rgba(104, 88, 59, 0.14);
}

.answer-card.is-correct {
  border-color: #64a889;
  background: #edf8f1;
  box-shadow: 0 7px 0 rgba(40, 114, 91, 0.2);
}

.answer-card.is-correct > i {
  color: var(--green-dark);
}

.feedback {
  gap: 15px;
  margin-top: 20px;
  padding: 18px;
  border: 3px solid;
  border-radius: 22px;
}

.feedback > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  color: white;
  font-size: 25px;
  font-weight: 900;
}

.feedback > div {
  min-width: 0;
  flex: 1;
}

.feedback strong,
.feedback small {
  display: block;
}

.feedback strong {
  margin-bottom: 4px;
  font-size: 18px;
}

.feedback p,
.feedback small {
  margin: 0;
  color: #60766e;
  line-height: 1.4;
}

.feedback small {
  margin-top: 5px;
  font-size: 12px;
}

.feedback.calm {
  border-color: #d9d1bd;
  background: #f5f2e9;
}

.feedback.calm > span {
  background: #849a92;
}

.feedback.error {
  border-color: #e29a91;
  background: #fff0ed;
}

.feedback.error > span {
  background: var(--coral);
}

.feedback.hint {
  border-color: #debb65;
  background: #fff7db;
}

.feedback.hint > span {
  background: var(--gold);
  color: #684a1b;
}

.feedback.success {
  align-items: flex-start;
  border-color: #88bda5;
  background: #edf8f1;
}

.feedback.success > span {
  background: var(--green);
}

.feedback .primary-button {
  min-width: 190px;
  min-height: 52px;
  align-self: center;
  padding: 11px 17px;
  font-size: 15px;
}

.game-footer {
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
}

.mini-progress {
  gap: 8px;
  color: #7d6d56;
  font-family: Georgia, serif;
  font-size: 13px;
}

.hint-button:disabled {
  opacity: 0.48;
}

.result-card {
  display: grid;
  min-height: 620px;
  grid-template-columns: 0.92fr 1.08fr;
  overflow: hidden;
}

.result-visual {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 36px;
  place-items: center;
  background: linear-gradient(145deg, #e3efe7, #f4e0bb);
}

.result-visual .route-svg {
  width: min(100%, 450px);
  filter: drop-shadow(0 15px 12px rgba(54, 61, 50, 0.16));
}

.result-visual > span {
  position: absolute;
  top: 42px;
  left: 42px;
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border: 4px solid white;
  border-radius: 22px;
  background: var(--accent);
  box-shadow: 0 6px 0 rgba(76, 64, 43, 0.14);
  font-size: 34px;
}

.result-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 46px 40px;
}

.stars {
  margin: 16px 0 22px;
  color: var(--gold);
  font-size: 48px;
  letter-spacing: 7px;
  text-shadow: 0 4px 0 #bf812b;
}

.stars span {
  color: #ded6c5;
  text-shadow: none;
}

.result-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 26px;
}

.result-stats > div {
  padding: 15px 9px;
  border: 2px solid #d8e4da;
  border-radius: 17px;
  background: #f0f7ef;
  text-align: center;
}

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

.result-stats strong {
  font-family: Georgia, serif;
  font-size: 28px;
}

.result-stats span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.result-actions {
  flex-wrap: wrap;
  gap: 11px;
}

.journal-hero {
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
  padding: 36px;
}

.journal-hero h1 {
  margin-bottom: 7px;
}

.journal-hero p {
  max-width: 680px;
  margin: 0;
}

.journal-total {
  display: grid;
  min-width: 150px;
  padding: 17px;
  place-items: center;
  border: 2px solid #c9dccd;
  border-radius: 19px;
  background: #f0f8ef;
  text-align: center;
}

.journal-total strong {
  font-family: Georgia, serif;
  font-size: 35px;
}

.journal-total span {
  color: var(--muted);
  font-size: 12px;
}

.journal-book {
  margin-bottom: 25px;
  padding: 26px;
  border: 3px solid color-mix(in srgb, var(--accent), white 46%);
  border-radius: 29px;
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 15px 30px rgba(72, 78, 61, 0.09);
}

.journal-book-head {
  gap: 15px;
  margin-bottom: 20px;
}

.journal-book-head > span {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 18px;
  background: var(--accent);
  font-size: 27px;
}

.journal-book-head h2 {
  margin-bottom: 0;
}

.journal-book-head > b {
  margin-left: auto;
  color: var(--accent);
  font-family: Georgia, serif;
  font-size: 25px;
}

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

.journal-card {
  min-width: 0;
  min-height: 132px;
  gap: 13px;
  padding: 15px;
  border: 2px solid #e2dccd;
  border-radius: 19px;
  background: #f1eee6;
  color: #989187;
}

.journal-card.is-open {
  border-color: color-mix(in srgb, var(--accent), white 52%);
  background: color-mix(in srgb, var(--accent), white 90%);
  color: var(--ink);
}

.journal-card > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  background: #ddd8cc;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 700;
}

.journal-card.is-open > span {
  background: white;
  color: var(--accent);
}

.journal-card small,
.journal-card strong,
.journal-card p {
  display: block;
}

.journal-card small {
  margin-bottom: 4px;
  font-size: 10px;
}

.journal-card strong {
  font-size: 15px;
}

.journal-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .hero,
  .result-card {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .result-visual {
    min-height: 390px;
  }

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

  .route-card:last-child {
    grid-column: 1 / -1;
  }

  .game-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .progress-wrap {
    width: 100%;
    min-width: 0;
  }

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

  .story-page,
  .answer-panel {
    min-height: 0;
  }

  .story-page {
    min-height: 500px;
  }
}

@media (max-width: 620px) {
  .app {
    width: min(100% - 20px, 1120px);
    padding-top: 10px;
  }

  .topbar {
    align-items: stretch;
  }

  .brand strong {
    max-width: 160px;
    font-size: 13px;
  }

  .brand small {
    font-size: 10px;
  }

  .brand-mark {
    width: 50px;
    height: 48px;
  }

  .journal-button {
    width: 50px;
    padding: 8px;
    justify-content: center;
  }

  .journal-button > span:nth-child(2) {
    display: none;
  }

  .hero,
  .game-shell,
  .result-card,
  .journal-hero {
    border-radius: 26px;
  }

  .hero-copy,
  .result-copy {
    padding: 34px 22px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-actions,
  .hero-actions button,
  .result-actions,
  .result-actions button {
    width: 100%;
  }

  .hero-visual,
  .result-visual {
    min-height: 300px;
    padding: 18px;
  }

  .versions-note {
    align-items: flex-start;
    padding: 18px;
  }

  .section-heading,
  .journal-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading > p {
    max-width: none;
    text-align: left;
  }

  .routes-grid,
  .steps-grid,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .route-card:last-child {
    grid-column: auto;
  }

  .route-copy {
    min-height: 235px;
  }

  .game-shell {
    padding: 20px 13px;
  }

  .game-heading h1 {
    font-size: 36px;
  }

  .story-page {
    min-height: 520px;
    padding: 76px 20px 67px;
  }

  .story-symbol {
    width: 76px;
    height: 76px;
    font-size: 38px;
  }

  .story-page h2 {
    font-size: 31px;
  }

  .story-text {
    font-size: 18px;
  }

  .answer-panel {
    padding: 23px 15px;
  }

  .answer-panel h2 {
    font-size: 27px;
  }

  .answer-card {
    min-height: 86px;
    grid-template-columns: 42px minmax(0, 1fr) 25px;
    padding: 12px;
  }

  .feedback {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .feedback .primary-button {
    width: 100%;
    min-width: 0;
  }

  .game-footer {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .game-footer button {
    width: 100%;
  }

  .mini-progress {
    justify-content: center;
  }

  .result-stats {
    grid-template-columns: 1fr;
  }

  .result-visual > span {
    top: 22px;
    left: 22px;
  }

  .journal-hero {
    padding: 24px 20px;
  }

  .journal-total {
    width: 100%;
  }

  .journal-book {
    padding: 20px 13px;
  }

  .journal-book-head {
    align-items: flex-start;
  }

  .journal-book-head h2 {
    font-size: 28px;
  }

  .journal-card {
    align-items: flex-start;
  }
}

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