/* Helden-Oberfläche (Kinder). Setzt base.css voraus. */

.hero-shell {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.1rem 1.1rem 4.5rem;
}

/* ── Kopfzeile: Held, Level, XP, Gold, Streak ────────────────────── */

.heroBar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.1rem;
  align-items: center;
  padding: 1rem 1.2rem;
  margin-bottom: 1.1rem;
  background: linear-gradient(150deg, rgba(60, 44, 120, .92), rgba(22, 17, 52, .95));
  border: 1px solid rgba(245, 185, 66, .25);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.heroBar__avatar {
  position: relative;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  font-size: 2.1rem;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 26%, #4b3a94, #221a4d);
  border: 3px solid var(--gold-500);
  box-shadow: var(--glow-gold), inset 0 0 18px rgba(0, 0, 0, .6);
  text-decoration: none;
}
.heroBar__level {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  padding: .05rem .5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-400), var(--gold-600));
  color: #2a1b04;
  border: 1px solid rgba(0, 0, 0, .35);
  white-space: nowrap;
}

.heroBar__name {
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 800;
  letter-spacing: .03em;
}
.heroBar__title {
  font-size: .88rem;
  color: var(--gold-400);
  font-weight: 600;
  letter-spacing: .04em;
}
.heroBar__xp { margin-top: .45rem; max-width: 30rem; }
.heroBar__xpText {
  display: flex;
  justify-content: space-between;
  font-size: .78rem;
  color: var(--text-mute);
  margin-top: .22rem;
  font-weight: 600;
}

.heroBar__stats { display: flex; gap: .55rem; flex-wrap: wrap; justify-content: flex-end; align-items: stretch; }

.heroBar__switch {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  min-width: 4.4rem;
  padding: .5rem .6rem;
  border-radius: var(--radius);
  background: rgba(9, 6, 22, .5);
  border: 1px solid rgba(255, 255, 255, .09);
  color: var(--text-mute);
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color .12s ease, border-color .12s ease;
}
.heroBar__switch span:first-child { font-size: 1.15rem; letter-spacing: 0; }
.heroBar__switch:hover { color: var(--text); border-color: rgba(245, 185, 66, .4); }

.stat {
  min-width: 5.1rem;
  text-align: center;
  padding: .5rem .7rem;
  border-radius: var(--radius);
  background: rgba(9, 6, 22, .5);
  border: 1px solid rgba(255, 255, 255, .09);
}
.stat__icon { font-size: 1.15rem; line-height: 1; }
.stat__value {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--gold-400);
  line-height: 1.2;
}
.stat__label {
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 700;
}
.stat--streak .stat__value { color: var(--ember); }
.stat--time .stat__value { color: var(--sky); }

/* ── Navigation ──────────────────────────────────────────────────── */

.heroNav {
  display: flex;
  gap: .45rem;
  overflow-x: auto;
  padding: .3rem .1rem 1.3rem;
  scrollbar-width: none;
}
.heroNav::-webkit-scrollbar { display: none; }

.heroNav__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .12rem;
  min-width: 5.4rem;
  padding: .55rem .8rem;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--text-soft);
  background: rgba(28, 22, 64, .7);
  border: 1px solid rgba(255, 255, 255, .07);
  font-size: .78rem;
  font-weight: 700;
  transition: transform .12s ease, border-color .12s ease, color .12s ease;
}
.heroNav__item:hover { transform: translateY(-2px); color: var(--text); border-color: rgba(245, 185, 66, .38); }
.heroNav__item[aria-current='page'] {
  color: #2a1b04;
  background: linear-gradient(180deg, var(--gold-400), var(--gold-600));
  border-color: transparent;
  box-shadow: var(--glow-gold);
}
.heroNav__icon { font-size: 1.35rem; line-height: 1; }
.heroNav__badge {
  position: absolute;
  transform: translate(1.6rem, -.4rem);
  background: var(--blood);
  color: #fff;
  font-size: .68rem;
  padding: 0 .35rem;
  border-radius: 999px;
  font-weight: 800;
}

/* ── Sonnentag-Banner ────────────────────────────────────────────── */

.sunny {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: .8rem 1.2rem;
  margin-bottom: 1.1rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(100deg, rgba(255, 196, 71, .28), rgba(255, 122, 61, .16));
  border: 1px solid rgba(255, 196, 71, .48);
  box-shadow: 0 0 30px -8px rgba(255, 180, 60, .5);
}
.sunny__sun { font-size: 2rem; animation: bob 3.2s ease-in-out infinite; }
.sunny__title { font-family: var(--font-display); font-size: 1.05rem; font-weight: 800; color: var(--gold-400); }
.sunny__text { font-size: .92rem; color: #ffe6bb; }

@keyframes bob {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-5px) rotate(4deg); }
}

/* ── Questkarten: geprägte Sammelkarten ──────────────────────────── */

.questGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 1rem;
}

.questCard {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.05rem 1.1rem 1.1rem;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(158deg, var(--ink-500), var(--ink-700) 55%, var(--ink-800));
  border: 1px solid rgba(245, 185, 66, .2);
  border-radius: 4px 18px 4px 18px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform .16s cubic-bezier(.22, 1, .36, 1), box-shadow .16s ease, border-color .16s ease;
}
.questCard::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(245, 185, 66, .16);
  border-radius: 2px 13px 2px 13px;
  pointer-events: none;
}
.questCard:hover {
  transform: translateY(-5px) rotate(-.5deg);
  box-shadow: var(--shadow-lift), var(--glow-gold);
  border-color: rgba(245, 185, 66, .55);
}

.questCard__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding: .22rem 1.5rem .22rem 1rem;
  color: #1a1233;
  background: var(--gold-500);
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%);
}
.questCard--computer .questCard__ribbon { background: var(--sky); }
.questCard--household .questCard__ribbon { background: var(--violet); }
.questCard--school .questCard__ribbon { background: var(--gold-500); }
.questCard--outdoor .questCard__ribbon { background: var(--leaf); }
.questCard--bonus .questCard__ribbon { background: var(--ember); }

.questCard__icon { font-size: 2.3rem; line-height: 1; margin-bottom: .45rem; }
/* Kartentitel in der Rundschrift statt in Cinzel: Kapitälchen lesen sich für
   Zehnjährige deutlich mühsamer, und hier steht der Inhalt im Vordergrund. */
.questCard__title {
  font-family: var(--font-body);
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: .3rem;
  padding-right: 2rem;
}
.questCard__text {
  font-size: .9rem;
  color: var(--text-soft);
  line-height: 1.45;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.questCard__reward {
  display: flex;
  gap: .45rem;
  margin-top: .8rem;
  flex-wrap: wrap;
  align-items: center;
}
.questCard__state {
  margin-left: auto;
  font-size: .8rem;
  font-weight: 700;
  color: var(--text-mute);
}

.questCard--done { opacity: .62; }
.questCard--done::after {
  content: '✓';
  position: absolute;
  right: .7rem;
  top: 2.1rem;
  font-size: 3.4rem;
  color: var(--leaf);
  opacity: .3;
  line-height: 1;
  pointer-events: none;
}
.questCard--locked { opacity: .5; filter: saturate(.4); pointer-events: none; }
.questCard--secret {
  border-color: rgba(255, 122, 61, .6);
  box-shadow: var(--shadow-card), 0 0 32px -10px rgba(255, 122, 61, .8);
  animation: secretPulse 2.6s ease-in-out infinite;
}
@keyframes secretPulse {
  0%, 100% { box-shadow: var(--shadow-card), 0 0 26px -12px rgba(255, 122, 61, .7); }
  50% { box-shadow: var(--shadow-card), 0 0 40px -8px rgba(255, 122, 61, .95); }
}

/* ── Wochenboss ──────────────────────────────────────────────────── */

.boss {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  align-items: center;
  background:
    radial-gradient(70% 120% at 8% 50%, rgba(255, 84, 112, .22), transparent 70%),
    linear-gradient(150deg, var(--ink-600), var(--ink-800));
  border: 1px solid rgba(255, 84, 112, .32);
}
.boss__avatar {
  font-size: 3.4rem;
  filter: drop-shadow(0 0 16px rgba(255, 84, 112, .6));
  animation: bob 4s ease-in-out infinite;
}
.boss__name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; }
.boss__hp { margin-top: .55rem; }
.boss__hpText {
  display: flex;
  justify-content: space-between;
  font-size: .82rem;
  font-weight: 700;
  color: #ffb3c0;
  margin-top: .25rem;
}
.boss--defeated { border-color: rgba(87, 209, 140, .5); }

/* ── Lernpfad-Karte ──────────────────────────────────────────────── */

.pathList { display: grid; gap: 1rem; }

.pathCard {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.1rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(150deg, var(--ink-600), var(--ink-800));
  border: 1px solid rgba(245, 185, 66, .18);
  box-shadow: var(--shadow-card);
  transition: transform .15s ease, border-color .15s ease;
}
.pathCard:hover { transform: translateX(4px); border-color: rgba(245, 185, 66, .5); }
.pathCard__icon {
  width: 60px; height: 60px;
  display: grid; place-items: center;
  font-size: 1.9rem;
  border-radius: 18px;
  background: rgba(9, 6, 22, .5);
  border: 1px solid rgba(255, 255, 255, .1);
}
.pathCard__title { font-family: var(--font-body); font-size: 1.2rem; font-weight: 800; }
.pathCard__tag { font-size: .88rem; color: var(--text-soft); }
.pathCard__meter { margin-top: .5rem; max-width: 24rem; }
.pathCard--locked { opacity: .55; filter: saturate(.35); }
.pathCard--done { border-color: rgba(87, 209, 140, .45); }

/* Schrittleiste innerhalb eines Pfads */
.stepTrail { display: grid; gap: .6rem; position: relative; padding-left: 2.2rem; }
.stepTrail::before {
  content: '';
  position: absolute;
  left: .92rem; top: .8rem; bottom: .8rem;
  width: 3px;
  background: linear-gradient(180deg, var(--gold-600), rgba(245, 185, 66, .1));
  border-radius: 2px;
}
.step {
  position: relative;
  display: flex;
  gap: .85rem;
  align-items: center;
  padding: .85rem 1.05rem;
  border-radius: var(--radius);
  background: rgba(28, 22, 64, .82);
  border: 1px solid rgba(255, 255, 255, .08);
  text-decoration: none;
  color: inherit;
  transition: transform .14s ease, border-color .14s ease;
}
.step:hover { transform: translateX(3px); border-color: rgba(245, 185, 66, .45); }
.step::before {
  content: '';
  position: absolute;
  left: -1.72rem;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: var(--ink-800);
  border: 3px solid var(--gold-600);
}
.step--done::before { background: var(--leaf); border-color: var(--leaf); box-shadow: 0 0 12px rgba(87, 209, 140, .8); }
.step--current::before { background: var(--gold-400); border-color: var(--gold-400); box-shadow: 0 0 14px var(--gold-400); }
.step--locked { opacity: .45; pointer-events: none; }
.step__title { font-weight: 700; }
.step__meta { font-size: .82rem; color: var(--text-mute); }

/* ── Shop ────────────────────────────────────────────────────────── */

.shopGrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px, 1fr)); gap: .95rem; }
.shopItem {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1.2rem 1rem 1.05rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--ink-500), var(--ink-700));
  border: 1px solid rgba(245, 185, 66, .2);
  box-shadow: var(--shadow-card);
}
.shopItem__icon { font-size: 2.6rem; margin-bottom: .35rem; }
.shopItem__title { font-family: var(--font-body); font-weight: 800; font-size: 1.08rem; }
.shopItem__desc { font-size: .85rem; color: var(--text-soft); margin: .25rem 0 .8rem; flex: 1; }
.shopItem__price {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--gold-400);
  margin-bottom: .65rem;
}

/* ── Werkstatt (HTML-Editor) ─────────────────────────────────────── */

.forge { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; }
.forge__pane { display: flex; flex-direction: column; min-height: 26rem; }
.forge__code {
  flex: 1;
  width: 100%;
  font-family: ui-monospace, 'SF Mono', 'Cascadia Code', Menlo, Consolas, monospace;
  font-size: 14.5px;
  line-height: 1.65;
  tab-size: 2;
  padding: .9rem 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(188, 176, 224, .22);
  background: #0a0718;
  color: #ffe9c4;
  resize: vertical;
}
.forge__preview {
  flex: 1;
  width: 100%;
  border: 1px solid rgba(245, 185, 66, .3);
  border-radius: var(--radius);
  background: #fff;
}
.forge__bar { display: flex; gap: .6rem; align-items: center; margin-bottom: .6rem; flex-wrap: wrap; }

/* Umschaltung Code/Vorschau — nur auf schmalen Schirmen nötig. */
.forgeTabs { display: none; }

/* Hinweis, dass die Arena eine echte Tastatur braucht — nur auf dem Handy. */
.arenaHint { display: none; }

@media (max-width: 860px) {
  .forge { grid-template-columns: 1fr; }

  .forgeTabs {
    display: flex;
    gap: .4rem;
    margin-bottom: .7rem;
    padding: .3rem;
    border-radius: 999px;
    background: rgba(9, 6, 22, .6);
    border: 1px solid rgba(255, 255, 255, .09);
  }
  .forgeTabs__btn {
    flex: 1;
    padding: .6rem .8rem;
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--text-soft);
    font-weight: 700;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
  }
  .forgeTabs__btn[aria-selected='true'] {
    background: linear-gradient(180deg, var(--gold-400), var(--gold-600));
    color: #2a1b04;
  }

  .forge[data-view='code'] .forge__pane--preview,
  .forge[data-view='preview'] .forge__pane--code { display: none; }

  /* Die sichtbare Hälfte darf den Schirm füllen. */
  .forge__pane { min-height: 62vh; }
  .forge__preview { min-height: 62vh; }
}

/* ── Tipp-Arena ──────────────────────────────────────────────────── */

.arena {
  position: relative;
  min-height: 24rem;
  border-radius: var(--radius-lg);
  background: radial-gradient(90% 70% at 50% 0%, rgba(157, 123, 255, .2), transparent 70%), #0a0718;
  border: 1px solid rgba(157, 123, 255, .35);
  overflow: hidden;
}
.arena__word {
  position: absolute;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold-400);
  text-shadow: 0 0 14px rgba(245, 185, 66, .7);
  white-space: nowrap;
}
.arena__word b { color: #fff; text-shadow: 0 0 10px #fff; }
.arena__floor {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--blood), transparent);
}
.arena__input {
  width: 100%;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: .12em;
  padding: .75rem 1rem;
  margin-top: .8rem;
  border-radius: var(--radius);
  border: 2px solid rgba(245, 185, 66, .4);
  background: rgba(9, 6, 22, .7);
  color: var(--gold-400);
}
.arena__hud { display: flex; gap: 1.4rem; justify-content: center; margin-top: .7rem; flex-wrap: wrap; }

/* ── Tipprunde (Fußball) ─────────────────────────────────────────── */

.match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: .8rem;
  align-items: center;
  padding: .9rem 1.1rem;
  border-radius: var(--radius);
  background: rgba(28, 22, 64, .8);
  border: 1px solid rgba(255, 255, 255, .08);
  margin-bottom: .6rem;
}
/* Ohne min-width dürfen Rasterzellen nicht schrumpfen — lange Vereinsnamen
   wie „Borussia Mönchengladbach" schöben sich sonst aus der Karte heraus. */
.match__team {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: .5rem;
  min-width: 0;
  overflow-wrap: anywhere;
}
.match__team--away { justify-content: flex-end; text-align: right; }
.match__tip { display: flex; align-items: center; gap: .3rem; }
.match__score {
  width: 3rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  padding: .3rem;
  border-radius: 10px;
  border: 1px solid rgba(245, 185, 66, .35);
  background: rgba(9, 6, 22, .6);
  color: var(--gold-400);
  -moz-appearance: textfield;
}
.match__score::-webkit-outer-spin-button,
.match__score::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.match__meta { font-size: .78rem; color: var(--text-mute); text-align: center; }
.match--locked .match__score { opacity: .55; }
.match--hit { border-color: rgba(87, 209, 140, .55); background: rgba(87, 209, 140, .08); }

.table { width: 100%; border-collapse: collapse; }
.table th, .table td { padding: .6rem .7rem; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, .07); }
.table th {
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-mute);
  font-weight: 700;
}
.table td.num, .table th.num { text-align: right; font-variant-numeric: tabular-nums; }

/* ── Belohnungsmoment ────────────────────────────────────────────── */

.reward {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  background: rgba(6, 4, 16, .82);
  backdrop-filter: blur(5px);
  animation: rise .32s ease both;
}
.reward__card {
  text-align: center;
  padding: 2.4rem 2.6rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #3a2a72, var(--ink-800));
  border: 2px solid var(--gold-500);
  box-shadow: 0 0 70px -10px rgba(245, 185, 66, .8);
  max-width: min(92vw, 26rem);
  animation: pop .45s cubic-bezier(.2, 1.4, .5, 1) both;
}
.reward__icon { font-size: 4.2rem; animation: bob 2s ease-in-out infinite; }
.reward__title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 800; color: var(--gold-400); margin: .4rem 0; }
.reward__gains { display: flex; gap: .8rem; justify-content: center; margin: 1rem 0 1.4rem; flex-wrap: wrap; }

@keyframes pop {
  from { transform: scale(.75); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Konfetti-Partikel (von hero.js erzeugt) */
.confetti {
  position: fixed;
  top: -12px;
  width: 9px;
  height: 15px;
  z-index: 70;
  pointer-events: none;
  animation: fall linear forwards;
}
@keyframes fall {
  to { transform: translateY(105vh) rotate(760deg); opacity: .1; }
}

@media (max-width: 720px) {
  .heroBar { grid-template-columns: auto 1fr; }
  .heroBar__stats { grid-column: 1 / -1; justify-content: flex-start; }
  .boss { grid-template-columns: 1fr; text-align: center; }
}

/* ── Mobil ───────────────────────────────────────────────────────── */

@media (max-width: 640px) {
  .hero-shell { padding: .8rem .8rem 3.5rem; }

  .heroBar { padding: .9rem 1rem; gap: .8rem; }
  .heroBar__avatar { width: 58px; height: 58px; font-size: 1.8rem; }
  .heroBar__name { font-size: 1.15rem; }
  .heroBar__stats { gap: .45rem; }
  .stat { flex: 1; min-width: 0; padding: .45rem .3rem; }
  .stat__value { font-size: 1.1rem; }

  .heroNav { padding: .3rem .1rem 1rem; }
  .heroNav__item { min-width: 4.4rem; padding: .5rem .55rem; font-size: .72rem; }
  .heroNav__icon { font-size: 1.2rem; }

  .questGrid { grid-template-columns: 1fr; gap: .75rem; }
  .questCard { padding: .95rem 1rem 1rem; }
  .questCard__icon { font-size: 2rem; }
  .questCard__title { font-size: 1.05rem; }

  .shopGrid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .7rem; }
  .shopItem { padding: 1rem .8rem .9rem; }
  .shopItem__icon { font-size: 2.1rem; }

  .pathCard { grid-template-columns: auto 1fr; padding: .95rem 1rem; gap: .85rem; }
  .pathCard__icon { width: 48px; height: 48px; font-size: 1.5rem; }
  /* Der Pfeil frisst auf schmalen Schirmen nur Platz — die Karte ist ohnehin
     ganzflächig antippbar. */
  .pathCard > :last-child:not(span:nth-child(2)) { display: none; }

  .stepTrail { padding-left: 1.9rem; }
  .step { padding: .8rem .9rem; }

  .boss__avatar { font-size: 2.8rem; }

  /* Auf dem Handy stapeln sich die Mannschaften — nebeneinander wird es zu eng. */
  .match {
    grid-template-columns: 1fr;
    gap: .5rem;
    text-align: center;
    padding: .85rem .9rem;
  }
  .match__team,
  .match__team--away { justify-content: center; text-align: center; }
  .match__tip { justify-content: center; }
  .match__score { width: 3.4rem; font-size: 1.3rem; padding: .45rem; }

  .arena { min-height: 19rem; }
  .arenaHint { display: flex; }
  .arena__word { font-size: 1.25rem; }
  .arena__input { font-size: 16px; letter-spacing: .08em; }
  .arena__hud { gap: .8rem; }

  .forge__pane { min-height: 18rem; }
  .forge__code { font-size: 16px; }

  .reward__card { padding: 1.8rem 1.3rem; }
  .reward__icon { font-size: 3.4rem; }
  .reward__title { font-size: 1.3rem; }

  /* Breite Tabellen dürfen die Seite nicht seitwärts schieben. */
  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
