:root {
  color-scheme: light;
  --page: #f4edcd;
  --paper: #fff5dc;
  --paper-light: #fffaf0;
  --wood: #b87736;
  --wood-dark: #875327;
  --wood-soft: #dfb170;
  --green: #557f3f;
  --green-dark: #3e6835;
  --green-soft: #dfe8bf;
  --honey: #e6a443;
  --ink: #5f4a36;
  --muted: #8b765d;
  --line: #e6c58e;
  --shadow: 0 14px 34px rgba(127, 86, 36, 0.18);
  --soft-shadow: 0 8px 20px rgba(127, 86, 36, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    url("assets/cozy-leaf.svg") 2.2% 8% / 18px auto no-repeat,
    url("assets/cozy-leaf.svg") 74% 5% / 15px auto no-repeat,
    url("assets/cozy-leaf.svg") 94% 68% / 16px auto no-repeat,
    linear-gradient(90deg, rgba(142, 121, 71, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(142, 121, 71, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, #fbf4d7 0%, #f8eed0 62%, #e6d99f 100%);
  background-size: auto, auto, auto, 28px 28px, 28px 28px, auto;
  font-family:
    "Noto Sans Thai", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Noto Sans SC", Arial, sans-serif;
}

body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  pointer-events: none;
  opacity: 0.55;
}

body::before {
  left: 0;
  bottom: 0;
  width: 210px;
  height: 250px;
  background: url("assets/deco-tree.svg") left bottom / contain no-repeat;
}

body::after {
  right: 0;
  top: 120px;
  width: 180px;
  height: 220px;
  background: url("assets/deco-tree.svg") right top / contain no-repeat;
}

button,
a {
  font: inherit;
}

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

button {
  cursor: pointer;
}

.daily-shell {
  width: min(1190px, calc(100% - 20px));
  margin: 0 auto;
  padding: 8px 0 18px;
}

.daily-topbar,
.daily-hero,
.daily-stats article,
.daily-panel,
.side-card {
  border: 2px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(200, 166, 96, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(200, 166, 96, 0.045) 1px, transparent 1px),
    rgba(255, 250, 239, 0.94);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: var(--soft-shadow);
}

.daily-topbar {
  min-height: 62px;
  margin-bottom: 18px;
  padding: 9px 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

.brand-mark,
.top-account,
.account-pill,
.top-links {
  display: flex;
  align-items: center;
}

.brand-mark {
  gap: 10px;
  font-weight: 950;
  color: #4f432e;
}

.brand-mark img {
  width: 42px;
  height: 42px;
  padding: 7px;
  border-radius: 10px;
  background: linear-gradient(#be7d3c, #9a602e);
}

.top-links {
  gap: 12px;
  justify-content: center;
  font-weight: 900;
}

.top-links a {
  min-width: 90px;
  padding: 10px 16px;
  border-radius: 999px;
  text-align: center;
}

.top-links a.active {
  background: #e7e1b9;
  color: var(--green-dark);
}

.top-account {
  justify-content: flex-end;
  gap: 12px;
}

.bell-icon {
  width: 24px;
  height: 24px;
}

.account-pill {
  gap: 8px;
  min-height: 42px;
  padding: 5px 10px 5px 6px;
  border: 1px solid #dfc28d;
  border-radius: 999px;
  background: rgba(255, 253, 246, 0.9);
  font-weight: 850;
}

.account-pill img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border-radius: 50%;
}

.daily-hero {
  min-height: 320px;
  padding: 22px 26px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 315px;
  align-items: center;
  gap: 26px;
  position: relative;
  overflow: hidden;
}

.daily-hero::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(184, 119, 54, 0.45);
  border-radius: 14px;
  pointer-events: none;
}

.hero-cat {
  position: absolute;
  z-index: 2;
  right: 330px;
  top: 10px;
  width: min(210px, 22vw);
  filter: drop-shadow(0 14px 18px rgba(129, 84, 39, 0.18));
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-right: 190px;
}

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

h1 {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-size: clamp(3.2rem, 6.2vw, 5.5rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 570px;
  margin-bottom: 18px;
  color: #67513a;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.58;
}

.hero-facts {
  width: min(520px, 100%);
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #e8c994;
  border-radius: 14px;
  background: rgba(255, 246, 222, 0.86);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65);
}

.hero-facts div {
  padding: 12px 16px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 4px;
}

.hero-facts div + div {
  border-left: 1px dashed #d7ad70;
}

.hero-facts span,
.daily-stats span,
.side-card span {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.92rem;
}

.hero-facts strong {
  color: var(--ink);
  font-size: 1.26rem;
  font-weight: 950;
}

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

.primary-action,
.secondary-action {
  min-height: 46px;
  padding: 10px 24px;
  border-radius: 12px;
  font-weight: 950;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.primary-action {
  border: 1px solid #315a28;
  background: linear-gradient(#78a15a, #477737);
  color: #fff;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.3),
    0 7px 0 #315f29,
    0 13px 18px rgba(61, 92, 42, 0.2);
}

.primary-action img {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
  margin-right: 6px;
}

.secondary-action {
  border: 2px solid #d7ad70;
  background: rgba(255, 247, 229, 0.95);
  color: #765331;
  box-shadow: 0 5px 12px rgba(123, 82, 33, 0.1);
}

.primary-action:hover,
.primary-action:focus-visible,
.secondary-action:hover,
.secondary-action:focus-visible,
.route-card:hover,
.route-card:focus-visible,
.exam-entry-card:hover,
.exam-entry-card:focus-visible {
  outline: none;
  transform: translateY(-3px);
  filter: saturate(1.04);
}

.today-card {
  position: relative;
  z-index: 1;
  min-height: 265px;
  padding: 36px 28px 24px;
  border: 8px solid #b87736;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(200, 166, 96, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(200, 166, 96, 0.055) 1px, transparent 1px),
    #fff2d3;
  background-size: 22px 22px, 22px 22px, auto;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.75),
    var(--shadow);
  text-align: center;
}

.wood-label {
  position: absolute;
  left: 50%;
  top: -26px;
  transform: translateX(-50%);
  min-width: 170px;
  padding: 10px 18px;
  border-radius: 9px;
  border: 2px solid #8e5b2b;
  background: linear-gradient(#c88945, #a96a32);
  color: #fff8e5;
  font-weight: 950;
}

.today-card strong {
  display: block;
  margin: 16px 0 8px;
  color: var(--green-dark);
  font-size: 3.6rem;
  line-height: 1;
}

.day-card-switcher {
  margin: 6px auto 10px;
  width: min(230px, 100%);
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  gap: 8px;
}

.day-card-switcher button {
  width: 42px;
  height: 38px;
  border: 2px solid #d7ad70;
  border-radius: 12px;
  background: #fff8e8;
  color: var(--green-dark);
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 4px 0 rgba(184, 119, 54, 0.22);
}

.day-card-switcher button:hover,
.day-card-switcher button:focus-visible {
  outline: none;
  transform: translateY(-2px);
  border-color: #b87736;
}

.day-card-switcher button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
  box-shadow: none;
}

.day-card-switcher span {
  color: #7a6046;
  font-size: 0.86rem;
  font-weight: 950;
}

.today-card p {
  margin-bottom: 12px;
  color: #775d43;
  font-weight: 850;
}

.today-card > img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 8px;
}

.daily-stats {
  margin: 18px 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.daily-stats article {
  min-height: 116px;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: 58px 1fr;
  grid-template-rows: auto auto auto;
  align-items: center;
  column-gap: 12px;
  position: relative;
  overflow: hidden;
}

.daily-stats article > img:not(.stat-cat) {
  grid-row: 1 / 4;
  width: 54px;
  height: 54px;
  padding: 8px;
  border: 1px solid #e9c58b;
  border-radius: 12px;
  background: #fff1cd;
}

.daily-stats strong {
  color: var(--green-dark);
  font-size: 2.4rem;
  line-height: 1;
}

.daily-stats small {
  color: var(--muted);
  font-weight: 800;
}

.stat-progress {
  grid-template-columns: 70px 1fr !important;
}

.mini-ring {
  grid-row: 1 / 4;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--green) 0deg, #e3e5cf 0deg);
}

.mini-ring::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff8e5;
}

.mini-ring span {
  position: relative;
  color: #6a553c;
  font-weight: 950;
}

.stat-cat {
  position: absolute;
  right: -8px;
  bottom: -12px;
  width: 82px;
  pointer-events: none;
}

.daily-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 16px;
  align-items: start;
}

.daily-main-column {
  display: grid;
  gap: 16px;
}

.daily-panel {
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.daily-panel::before,
.side-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(184, 119, 54, 0.32);
  border-radius: 12px;
  pointer-events: none;
}

.panel-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.panel-heading h2 {
  margin: 0;
  min-height: 36px;
  padding: 6px 18px 6px 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(#6f9350, #4f7d3c);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 950;
  box-shadow: 0 5px 0 #416b31;
}

.panel-heading h2 img {
  width: 22px;
  height: 22px;
}

.panel-heading p {
  margin: 0;
  color: var(--muted);
  font-weight: 850;
}

.route-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-right: 115px;
}

.route-card,
.exam-entry-card {
  border: 1px solid #e3c28c;
  border-radius: 14px;
  background: rgba(255, 247, 228, 0.9);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.route-card {
  min-height: 126px;
  padding: 18px 16px 12px;
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: 1fr auto;
  gap: 10px 14px;
}

.route-card img {
  width: 50px;
  height: 50px;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #ecd19d;
  background: #fff1ce;
}

.route-card strong {
  display: block;
  margin-bottom: 4px;
  color: #6d5638;
  font-size: 1.05rem;
  font-weight: 950;
}

.route-card span {
  color: #725d43;
  font-size: 0.9rem;
  font-weight: 720;
  line-height: 1.45;
}

.route-card em {
  grid-column: 1 / -1;
  min-height: 28px;
  padding: 5px 12px;
  border: 1px solid #e5c289;
  border-radius: 999px;
  color: #6f563b;
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 850;
  text-align: center;
}

.route-card:hover,
.route-card:focus-visible,
.exam-entry-card:hover,
.exam-entry-card:focus-visible {
  border-color: #bf873f;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.72),
    0 10px 22px rgba(120, 82, 36, 0.16);
}

.locked-trial-card {
  cursor: not-allowed;
  opacity: 0.78;
}

.locked-trial-card:hover,
.locked-trial-card:focus-visible {
  transform: none;
  border-color: #e3c28c;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.locked-trial-card em {
  background: #efe1bd;
  color: #8b6c43;
}

.route-cat {
  position: absolute;
  right: 2px;
  bottom: -6px;
  width: 145px;
  z-index: 1;
  pointer-events: none;
}

.exam-launcher {
  padding-bottom: 22px;
}

.exam-entry-card {
  position: relative;
  z-index: 1;
  min-height: 72px;
  padding: 12px 16px;
  display: grid;
  grid-template-columns: 56px 1fr 150px;
  align-items: center;
  gap: 14px;
}

.exam-entry-card img {
  width: 48px;
  height: 48px;
}

.exam-entry-card strong {
  display: block;
  color: #6d5638;
  font-size: 1.12rem;
  font-weight: 950;
}

.exam-entry-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.exam-entry-card em {
  justify-self: end;
  padding: 9px 16px;
  border-radius: 999px;
  background: #edf3dc;
  color: var(--green-dark);
  font-style: normal;
  font-weight: 950;
}

.dashboard-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.35fr 1.35fr;
  gap: 14px;
}

.dashboard-grid article,
.note-panel {
  border: 1px solid #e3c28c;
  border-radius: 14px;
  background: rgba(255, 248, 232, 0.88);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.dashboard-grid article {
  min-height: 228px;
  padding: 18px;
}

.dashboard-grid h3,
.note-panel strong {
  margin: 0 0 12px;
  color: #6d5638;
  font-size: 1.05rem;
  font-weight: 950;
}

.progress-ring {
  width: 122px;
  height: 122px;
  margin: 8px auto 12px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--green) 0deg, #e1e3cd 0deg);
  position: relative;
}

.progress-ring::before {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: #fff7df;
}

.progress-ring span {
  position: relative;
  color: #6d5638;
  font-size: 1.45rem;
  font-weight: 950;
}

.progress-panel {
  text-align: center;
}

.progress-panel p,
.progress-panel small {
  color: var(--muted);
  font-weight: 850;
}

.task-panel ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.task-panel li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #6d5638;
  font-weight: 800;
}

.task-panel li::before {
  content: "✓";
  color: #bc8844;
  font-weight: 950;
}

.task-panel li span {
  flex: 1;
}

.score-line {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #6d5638;
  font-weight: 850;
}

meter {
  width: 100%;
  height: 10px;
  accent-color: var(--green);
}

.readiness-panel {
  position: relative;
  padding-right: 92px !important;
}

.readiness-score {
  display: block;
  margin-top: 16px;
  color: #a05b28;
  font-weight: 950;
}

.readiness-panel img {
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: 92px;
}

.note-panel {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  min-height: 78px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 14px;
}

.note-panel img {
  width: 54px;
  height: 54px;
}

.note-panel span {
  display: block;
  color: var(--muted);
  font-weight: 750;
}

.daily-side-panel {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 12px;
}

.side-card {
  position: relative;
  padding: 24px 22px;
}

.side-card h2 {
  margin: 12px 0 18px;
  color: #6d5638;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 950;
}

.side-card dl {
  margin: 0;
  display: grid;
  gap: 12px;
}

.side-card div {
  display: grid;
  gap: 2px;
}

.side-card dt {
  color: var(--muted);
  font-weight: 850;
}

.side-card dd {
  margin: 0;
  color: #5f4a36;
  font-weight: 950;
}

.price-box {
  background:
    linear-gradient(90deg, rgba(200, 166, 96, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(200, 166, 96, 0.04) 1px, transparent 1px),
    #fff0cf;
}

.price-box strong {
  display: block;
  margin: 8px 0;
  color: #a05b28;
  font-size: 2.35rem;
  font-weight: 950;
}

.price-box small {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 800;
}

.basket-deco {
  width: 135px;
  justify-self: center;
  filter: drop-shadow(0 8px 10px rgba(127, 86, 36, 0.16));
}

.practice-day-control,
.weakness-panel,
.mistake-panel,
.day-load,
.module-progress,
.tiny-progress,
#mistake-list {
  display: none !important;
}

@media (max-width: 1040px) {
  .daily-topbar {
    grid-template-columns: 1fr;
  }

  .top-links,
  .top-account,
  .brand-mark {
    justify-content: center;
  }

  .daily-hero {
    grid-template-columns: 180px 1fr;
  }

  .hero-cat {
    right: 22px;
    top: 18px;
    width: 150px;
  }

  .hero-copy {
    padding-right: 150px;
  }

  .today-card {
    grid-column: 1 / -1;
    width: min(420px, 100%);
    justify-self: center;
  }

  .daily-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .daily-content-grid {
    grid-template-columns: 1fr;
  }

  .daily-side-panel {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .basket-deco {
    display: none;
  }
}

@media (max-width: 780px) {
  .daily-shell {
    width: min(100% - 14px, 620px);
  }

  .top-links {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }

  .daily-hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 150px;
  }

  .hero-cat {
    left: 50%;
    right: auto;
    top: 8px;
    width: 150px;
    transform: translateX(-50%);
  }

  .hero-copy p,
  .hero-facts {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero-actions {
    justify-content: center;
  }

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

  .route-grid {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .route-cat {
    display: none;
  }

  .dashboard-grid,
  .daily-side-panel {
    grid-template-columns: 1fr;
  }

  .exam-entry-card,
  .note-panel {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .exam-entry-card em {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .daily-topbar,
  .daily-hero,
  .daily-panel,
  .side-card {
    border-radius: 14px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts div + div {
    border-left: 0;
    border-top: 1px dashed #d7ad70;
  }

  .panel-heading {
    display: grid;
    gap: 8px;
  }
}

.practice-shell {
  width: min(1160px, calc(100% - 20px));
  margin: 0 auto;
  padding: 14px 0 28px;
  display: grid;
  gap: 16px;
}

.practice-header,
.practice-workspace,
.practice-switcher {
  border: 2px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(200, 166, 96, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(200, 166, 96, 0.045) 1px, transparent 1px),
    rgba(255, 250, 239, 0.96);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: var(--soft-shadow);
}

.practice-header {
  min-height: 240px;
  padding: 28px 32px;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 190px;
  gap: 24px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.practice-header::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -16px;
  width: 170px;
  height: 190px;
  background: url("assets/forest-student-cat-ui.png") center bottom / contain no-repeat;
  pointer-events: none;
}

.practice-header::after,
.practice-workspace::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(184, 119, 54, 0.34);
  border-radius: 14px;
  pointer-events: none;
}

.back-link {
  position: relative;
  z-index: 2;
  align-self: start;
  justify-self: start;
  padding: 9px 16px;
  border: 2px solid #d7ad70;
  border-radius: 999px;
  background: #fff4d7;
  color: #6e5134;
  font-weight: 950;
}

.practice-header > div,
.practice-timer {
  position: relative;
  z-index: 2;
}

.practice-header .eyebrow {
  margin: 0 0 8px;
  color: var(--green);
  font-weight: 950;
}

.practice-header h1 {
  margin: 0 0 8px;
  color: var(--green-dark);
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1;
}

.hero-subtitle {
  margin: 0;
  color: #67513a;
  font-weight: 800;
  line-height: 1.55;
}

.practice-timer {
  min-height: 150px;
  padding: 22px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 7px solid #b87736;
  border-radius: 16px;
  background: #fff1cf;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

.practice-timer span {
  color: var(--muted);
  font-weight: 850;
}

.practice-timer strong {
  color: var(--green-dark);
  font-size: 2rem;
  font-weight: 950;
}

.practice-workspace {
  min-height: 520px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}

.module-view {
  position: relative;
  z-index: 1;
  display: none;
}

.module-view.active {
  display: block;
}

.module-heading {
  margin-bottom: 18px;
  display: grid;
  gap: 8px;
}

.module-heading h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 950;
}

.module-heading p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-weight: 780;
  line-height: 1.55;
}

.vocab-list,
.all-vocab-list,
.daily-mistake-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vocab-item,
.all-vocab-item,
.mistake-item,
.flashcard,
.quiz-card,
.typing-game-card,
.all-feature-summary article,
.all-progress-overview,
.all-vocab-tools,
.all-mistake-book {
  border: 1px solid #e3c28c;
  border-radius: 16px;
  background: rgba(255, 247, 228, 0.92);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.vocab-item,
.all-vocab-item,
.mistake-item {
  min-height: 126px;
  padding: 16px;
  display: grid;
  gap: 8px;
}

.vocab-item strong,
.all-vocab-item strong,
.mistake-item strong,
.flashcard strong,
.quiz-card h3 {
  color: #6d5638;
  font-size: 1.55rem;
  font-weight: 950;
}

.vocab-item span,
.all-vocab-item span,
.mistake-item span {
  color: var(--green);
  font-weight: 900;
}

.vocab-item p,
.all-vocab-item p,
.mistake-item p {
  margin: 0;
  color: #6d5638;
  font-weight: 760;
  line-height: 1.5;
}

.vocab-item small,
.all-vocab-item small {
  display: block;
  color: #775f41;
  font-weight: 700;
  line-height: 1.55;
}

.vocab-item .example-thai,
.all-vocab-item .example-thai {
  color: #587248;
  margin-top: 4px;
}

.vocab-audio-actions,
.all-vocab-example {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.all-vocab-example small {
  flex: 1 1 100%;
}

.sound-button,
.icon-button {
  min-height: 40px;
  padding: 8px 14px;
  border: 2px solid #d7ad70;
  border-radius: 999px;
  background: #fff4d7;
  color: #6e5134;
  font-weight: 950;
  cursor: pointer;
}

.sound-button:hover,
.sound-button:focus-visible,
.back-link:hover,
.back-link:focus-visible {
  outline: none;
  transform: translateY(-2px);
  border-color: #b87736;
}

.flashcard-stage,
.quiz-card {
  display: grid;
  gap: 16px;
}

.flashcard,
.quiz-card,
.typing-game-card {
  min-height: 260px;
  padding: 28px;
  text-align: center;
}

.typing-game-card {
  display: grid;
  gap: 18px;
  border: 1px solid #e3c28c;
  border-radius: 18px;
  background: rgba(255, 247, 228, 0.94);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.typing-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.typing-mode-switch button {
  min-height: 48px;
  border: 2px solid #d7ad70;
  border-radius: 999px;
  background: #fff8e8;
  color: #6d5638;
  font-weight: 950;
  cursor: pointer;
}

.typing-mode-switch button.active {
  border-color: #5f8b45;
  background: #e7f1d5;
  color: var(--green-dark);
}

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

.typing-stat-grid article {
  padding: 12px;
  display: grid;
  gap: 4px;
  border: 1px solid #e3c28c;
  border-radius: 14px;
  background: #fffaf0;
  color: #775f41;
  font-weight: 850;
}

.typing-stat-grid strong {
  color: var(--green-dark);
  font-size: 1.5rem;
}

.typing-game-card h3 {
  margin: 8px 0;
  color: #6d5638;
  font-size: clamp(2.4rem, 8vw, 5rem);
  line-height: 1.15;
}

.typing-answer-form {
  width: min(720px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.typing-answer-form input {
  min-height: 56px;
  padding: 10px 16px;
  border: 2px solid #d7ad70;
  border-radius: 14px;
  background: #fffaf0;
  color: #5f4a36;
  font-size: 1.25rem;
  font-weight: 850;
}

.typing-feedback {
  min-height: 48px;
  margin: 0;
  color: #6d5638;
  font-size: 1.1rem;
  font-weight: 900;
}

.typing-sound-button {
  justify-self: center;
  min-width: 150px;
}

.flashcard strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(3rem, 8vw, 5.6rem);
  color: var(--green-dark);
}

.flashcard span,
.flashcard p,
.mini-feedback {
  color: var(--muted);
  font-weight: 850;
}

.practice-actions,
.module-corner-nav,
.sentence-nav-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

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

.choice-grid button {
  min-height: 68px;
  padding: 14px;
  border: 1px solid #e3c28c;
  border-radius: 14px;
  background: #fff8e8;
  color: #634b35;
  font-weight: 900;
  cursor: pointer;
}

.choice-grid button:hover,
.choice-grid button:focus-visible {
  outline: none;
  border-color: #b87736;
  background: #fff0cf;
  transform: translateY(-2px);
}

.practice-switcher {
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}

.practice-switcher a {
  min-height: 86px;
  padding: 10px;
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  gap: 8px;
  border: 1px solid #e3c28c;
  border-radius: 14px;
  background: rgba(255, 247, 228, 0.9);
  color: #6d5638;
  font-weight: 900;
}

.practice-switcher a.active {
  border-color: #6f9350;
  background: #edf3dc;
}

.practice-switcher img {
  grid-row: 1 / 3;
  align-self: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 10px;
  background: #fff1ce;
}

.practice-switcher strong {
  align-self: end;
  min-height: 20px;
  font-size: 0.95rem;
  line-height: 1.2;
}

.practice-switcher span {
  align-self: start;
  min-height: 18px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.2;
}

.all-feature-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.all-feature-summary article,
.all-progress-overview,
.all-vocab-tools,
.all-mistake-book {
  padding: 16px;
}

.all-feature-summary strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
  font-size: 1.35rem;
}

.all-progress-overview {
  margin-bottom: 16px;
  display: grid;
  gap: 12px;
}

.all-total-line,
.all-combined-score {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #6d5638;
  font-weight: 900;
}

.all-vocab-tools {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
}

.all-vocab-tools label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 850;
}

.all-vocab-tools input {
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #d7ad70;
  border-radius: 12px;
  background: #fffaf0;
}

.all-mistake-book {
  margin-top: 16px;
}

.all-mistake-book summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #6d5638;
}

@media (max-width: 900px) {
  .practice-header {
    grid-template-columns: 1fr;
    padding-left: 190px;
  }

  .vocab-list,
  .all-vocab-list,
  .daily-mistake-list,
  .choice-grid,
  .all-feature-summary,
  .practice-switcher {
    grid-template-columns: 1fr;
  }

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

  .typing-answer-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .practice-header {
    padding: 190px 18px 22px;
    text-align: center;
  }

  .practice-header::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .practice-workspace {
    padding: 16px;
  }

  .all-vocab-tools {
    grid-template-columns: 1fr;
  }
}

.exam-plan-payment-button {
  min-height: 42px;
  padding: 8px 18px;
  border: 2px solid #b77738;
  border-radius: 999px;
  background: linear-gradient(#f4bd55, #d98923);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 4px 0 #a75f20;
}

.exam-plan-payment-button:hover,
.exam-plan-payment-button:focus-visible {
  transform: translateY(-2px);
}

.exam-plan-payment-modal {
  z-index: 100;
}

.exam-plan-payment-dialog {
  max-width: 760px;
}

.checking-exam-plan-access body {
  visibility: hidden;
}

.exam-plan-payment-modal[hidden] {
  display: none;
}

.exam-plan-payment-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(64, 50, 31, 0.48);
}

.exam-plan-payment-dialog {
  position: relative;
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 28px;
  border: 3px solid #c88d49;
  border-radius: 24px;
  background: #fff7e5;
  box-shadow: 0 14px 0 rgba(97, 66, 33, 0.25);
}

.exam-plan-payment-dialog .payment-close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 1.5rem;
  cursor: pointer;
}

.exam-plan-payment-dialog .qr-frame {
  max-width: 360px;
  margin: 18px auto;
}

.exam-plan-payment-dialog .qr-frame img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.exam-plan-payment-dialog form,
.exam-plan-payment-dialog label {
  display: grid;
  gap: 10px;
}

.exam-plan-payment-dialog form {
  gap: 14px;
}

.exam-plan-payment-dialog input {
  min-height: 44px;
  padding: 8px 12px;
  border: 2px solid #d6aa68;
  border-radius: 12px;
  background: #fffdf7;
}

.exam-plan-payment-dialog .auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Cozy forest HSK exam archive, practice mode and real exam surfaces. */
.exam-shell {
  width: min(1160px, calc(100% - 20px));
  margin: 0 auto;
  padding: 14px 0 28px;
}

.exam-shell .exam-hero,
.exam-shell .learning-flow,
.exam-shell .real-exam-view,
.exam-shell .exam-mode-panel,
.exam-shell .analysis-panel,
.exam-shell .audio-panel {
  border: 2px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(200, 166, 96, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(200, 166, 96, 0.045) 1px, transparent 1px),
    rgba(255, 250, 239, 0.96);
  background-size: 24px 24px, 24px 24px, auto;
  box-shadow: var(--soft-shadow);
}

.exam-shell .learning-flow,
.exam-shell .real-exam-view,
.exam-shell .analysis-panel,
.exam-shell .audio-panel {
  margin-left: auto;
  margin-right: auto;
}

.exam-shell .practice-launcher,
.exam-shell .exam-mode-panel {
  width: min(100%, 920px);
  padding: 28px;
}

.exam-shell .practice-launcher .section-heading {
  max-width: 760px;
  margin: 0 auto 18px;
  text-align: center;
}

.exam-shell .practice-launcher .section-heading .eyebrow {
  display: none;
}

.exam-shell .learning-flow::before,
.exam-shell .learning-flow::after,
.exam-shell .real-exam-view::before,
.exam-shell .real-exam-view::after,
.exam-shell .exam-mode-panel::before,
.exam-shell .exam-mode-panel::after,
.exam-shell .practice-card-progress::before,
.exam-shell .practice-card-progress::after {
  content: none !important;
  display: none !important;
}

.exam-shell .exam-hero {
  min-height: 260px;
  margin-bottom: 18px;
  padding: 34px 310px 32px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  position: relative;
  overflow: hidden;
}

.exam-shell .exam-hero::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(184, 119, 54, 0.34);
  border-radius: 14px;
  pointer-events: none;
}

.exam-shell .exam-hero::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 8px;
  width: clamp(190px, 22vw, 270px);
  height: 250px;
  background: url("assets/forest-student-cat-ui.png") right top / contain no-repeat;
  filter: drop-shadow(0 16px 18px rgba(105, 75, 33, 0.16));
  pointer-events: none;
}

.exam-shell .exam-hero > * {
  position: relative;
  z-index: 1;
}

.exam-shell .exam-hero h1,
.exam-shell .section-heading h2,
.exam-shell .module-heading h2 {
  color: var(--green-dark);
  letter-spacing: 0;
}

.exam-shell .hero-subtitle,
.exam-shell .section-heading p,
.exam-shell .module-heading p,
.exam-shell .exam-toolbar,
.exam-shell .exam-passage,
.exam-shell .exam-stem {
  color: #6d5638;
  font-weight: 780;
  line-height: 1.55;
}

.exam-shell .eyebrow {
  color: var(--green);
}

.exam-shell .practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  justify-content: center;
}

.exam-shell .practice-card-progress,
.exam-shell .exam-entry-card,
.exam-shell .exam-question-card,
.exam-shell .question-part,
.exam-shell .answer-sheet,
.exam-shell .review-row,
.exam-shell .shared-choice-bank {
  border: 1px solid #e3c28c;
  border-radius: 16px;
  background: rgba(255, 247, 228, 0.92);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.exam-shell .practice-card-progress {
  min-height: 190px;
  padding: 20px;
  display: grid;
  gap: 10px;
  color: #6d5638;
}

.exam-shell .practice-card-progress .feature-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid #e9c58b;
  border-radius: 14px;
  background: #fff1cd;
  color: var(--green-dark);
  font-size: 1.5rem;
  font-weight: 950;
}

.exam-shell .practice-card-progress strong {
  color: var(--green-dark);
  font-size: 1.28rem;
  font-weight: 950;
}

.exam-shell .module-progress,
.exam-shell .exam-count-pill,
.exam-shell .part-check-feedback,
.exam-shell .inline-answer-feedback {
  border: 1px solid #e3c28c;
  border-radius: 999px;
  background: #fff8e8;
  color: #6d5638;
}

.exam-shell .exam-toolbar {
  margin-bottom: 16px;
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  border: 1px solid #e3c28c;
  border-radius: 14px;
  background: rgba(255, 247, 228, 0.85);
}

.exam-shell .locked-set-label {
  min-height: 42px;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d7ad70;
  border-radius: 999px;
  background: #fff8e8;
  color: #6d5638;
  font-weight: 900;
  cursor: default;
}

.exam-shell .locked-set-label strong {
  color: var(--green-dark);
}

.exam-shell select,
.exam-shell input,
.exam-shell textarea {
  border: 1px solid #d7ad70;
  border-radius: 10px;
  background: #fffaf0;
  color: #5f4a36;
}

.exam-shell .custom-audio-player {
  display: grid;
  grid-template-columns: auto auto minmax(220px, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.exam-shell .audio-icon-button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #496f37;
  border-radius: 14px;
  background: linear-gradient(#7aa85d, #4d7a3d);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.28), 0 4px 0 #355f2d;
  color: #fffaf0;
  font-weight: 950;
}

.exam-shell .audio-time {
  min-width: 108px;
  color: #6d5638;
  font-weight: 900;
  text-align: center;
}

.exam-shell .audio-seek-bar {
  height: 18px;
  min-width: 180px;
  position: relative;
  border: 1px solid #d7ad70;
  border-radius: 999px;
  background: #fff3d2;
  box-shadow: inset 0 2px 5px rgba(96, 65, 29, 0.12);
  cursor: pointer;
  touch-action: none;
}

.exam-shell .audio-seek-bar[aria-disabled="true"] {
  cursor: wait;
  opacity: 0.65;
}

.exam-shell .audio-seek-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #7aa85d, #4d7a3d);
  pointer-events: none;
}

.exam-shell .audio-seek-thumb {
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 28px;
  border: 3px solid #fffaf0;
  border-radius: 50%;
  background: #e6a443;
  box-shadow: 0 4px 10px rgba(96, 65, 29, 0.24);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.exam-shell .audio-volume-label {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #6d5638;
  font-weight: 900;
}

.exam-shell .audio-volume {
  width: 96px;
  accent-color: #5f8b45;
}

.exam-shell .audio-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.exam-shell .question-list,
.exam-shell .review-list {
  display: grid;
  gap: 14px;
}

.exam-shell .question-part {
  padding: 18px;
}

.exam-shell .question-part h3 {
  margin-top: 0;
  color: var(--green-dark);
}

.exam-shell .exam-question-card {
  padding: 18px;
}

.exam-shell .question-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-weight: 900;
}

.exam-shell .choice-list {
  display: grid;
  gap: 10px;
}

.exam-shell .listening-prompt-images {
  margin: 16px 0 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.exam-shell .listening-prompt-images figure {
  margin: 0;
  padding: 8px;
  border: 1px solid #e3c28c;
  border-radius: 14px;
  background: #fff;
}

.exam-shell .listening-prompt-images img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.exam-shell .matching-example {
  margin: 14px 0;
  padding: 14px 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  border: 1px dashed #d7ad70;
  border-radius: 12px;
  background: #fff8e8;
  color: #6d5638;
  font-family: inherit;
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.65;
}

.exam-shell .matching-example strong,
.exam-shell .matching-example b {
  color: var(--green-dark);
  font-family: inherit;
  font-size: 1.22rem;
  font-weight: 950;
}

.exam-shell .numbered-word-bank {
  margin: 14px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.exam-shell .numbered-word-bank span {
  min-height: 54px;
  padding: 10px 16px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #d7ad70;
  border-radius: 12px;
  background: #fffaf0;
  color: #5f4a36;
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 900;
}

.exam-shell .numbered-word-bank b {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 0.95rem;
}

.exam-shell .writing-complete-sentence {
  margin: 14px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-end;
  color: #5f4a36;
  font-family: inherit;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.8;
}

.exam-shell .writing-character-blank {
  display: inline-grid;
  justify-items: center;
  color: var(--green-dark);
}

.exam-shell .writing-character-blank small {
  font-size: 1rem;
  line-height: 1;
}

.exam-shell .character-writing-input {
  width: 130px;
  min-height: 54px;
  padding: 8px 12px;
  font-size: 1.5rem;
  font-weight: 950;
  text-align: center;
}

.exam-shell .matching-choice-bank {
  padding: 18px 20px;
  display: grid;
  gap: 12px;
  border-radius: 14px;
}

.exam-shell .matching-choice-bank .bank-choice {
  display: block;
  color: #5f4a36;
  font-family: inherit;
  font-size: 1.18rem;
  font-weight: 850;
  line-height: 1.6;
}

.exam-shell .matching-choice-bank .bank-choice b {
  color: var(--green-dark);
  font-size: 1.24rem;
}

.exam-shell .letter-answer-field {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6d5638;
  font-weight: 900;
}

.exam-shell .letter-answer-field input {
  width: 74px;
  min-height: 52px;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.exam-shell .choice-pill {
  min-height: 48px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e3c28c;
  border-radius: 12px;
  background: #fffaf0;
  color: #5f4a36;
  font-weight: 850;
}

.exam-shell .choice-pill:hover {
  border-color: #b87736;
  background: #fff0cf;
}

@media (max-width: 760px) {
  .exam-shell .listening-prompt-images {
    grid-template-columns: 1fr;
  }
}

.exam-shell .answered-correct {
  border-color: #6f9350;
  background: #edf3dc;
}

.exam-shell .answered-wrong {
  border-color: #c77d58;
  background: #fff0df;
}

.exam-shell .answered-neutral,
.exam-shell .review-row.neutral {
  border-color: #d7ad70;
  background: #fff8e8;
}

.exam-shell .analysis-panel {
  margin-top: 16px;
  padding: 18px;
}

.exam-shell .review-row {
  padding: 14px;
}

.exam-shell .review-row.correct {
  border-color: #6f9350;
}

.exam-shell .review-row.wrong {
  border-color: #c77d58;
}

.exam-shell .exam-bottom-nav {
  display: flex;
  justify-content: center;
}

@media (max-width: 820px) {
  .exam-shell .practice-launcher,
  .exam-shell .exam-mode-panel {
    width: 100%;
    padding: 20px;
  }

  .exam-shell .exam-hero {
    padding: 170px 20px 24px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .exam-shell .exam-hero::after {
    right: 50%;
    top: 8px;
    width: 150px;
    transform: translateX(50%);
  }

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

  .exam-shell .custom-audio-player {
    grid-template-columns: auto 1fr;
  }

  .exam-shell .audio-time,
  .exam-shell .audio-seek-bar,
  .exam-shell .audio-volume-label {
    grid-column: 1 / -1;
  }
}
.auth-status.payment-submitted {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 16px;
  color: #256d2f;
  background: #eef9ed;
  border: 2px solid rgba(48, 129, 58, 0.35);
  border-radius: 18px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(48, 129, 58, 0.12);
}
