:root {
    --bg: #f5f6ff;
    --surface: #ffffff;
    --surface-soft: #eef0ff;
    --text: #24253d;
    --muted: #676a84;
    --primary: #5b65f5;
    --primary-dark: #424bd2;
    --mint: #2fc7a3;
    --sun: #ffbe45;
    --danger: #de4d67;
    --success: #16866f;
    --border: #dfe2f1;
    --shadow: 0 16px 42px rgba(55, 60, 120, .12);
    --radius: 24px;
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    font-family: ui-rounded, "Nunito", "Avenir Next", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background: var(--bg);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at top right, #e7e9ff 0, transparent 34rem), var(--bg); color: var(--text); }
button, select, input { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, select:focus-visible { outline: 4px solid rgba(91, 101, 245, .32); outline-offset: 3px; }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: var(--text); color: white; padding: 12px 16px; border-radius: 12px; }
.skip-link:focus { top: 12px; }
.app-shell { min-height: 100dvh; }
.topbar { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 12px max(18px, env(safe-area-inset-left)); background: rgba(245, 246, 255, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(223, 226, 241, .8); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mascot { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 16px; background: var(--surface); box-shadow: 0 8px 20px rgba(55, 60, 120, .12); font-size: 24px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.15rem; line-height: 1; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.topbar-actions { display: flex; gap: 8px; }
.icon-button { display: grid; place-items: center; min-width: 44px; min-height: 44px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface); cursor: pointer; }

.main-content { width: min(1120px, 100%); margin: 0 auto; padding: 20px 16px calc(104px + var(--safe-bottom)); }
.hero-card { display: grid; gap: 24px; overflow: hidden; padding: 26px; border-radius: 30px; background: linear-gradient(135deg, #5b65f5, #7b58dc); color: white; box-shadow: var(--shadow); }
.hero-copy h1 { max-width: 14ch; margin: 4px 0 12px; font-size: clamp(2rem, 9vw, 4rem); line-height: 1.02; letter-spacing: -.04em; }
.hero-copy > p:not(.eyebrow) { max-width: 44ch; margin: 0; color: rgba(255,255,255,.88); font-size: 1.05rem; line-height: 1.6; }
.eyebrow { margin: 0 0 7px; color: var(--primary); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero-card .eyebrow { color: #dce0ff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 12px 18px; border: 0; border-radius: 16px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease; }
.button:active { transform: translateY(2px); }
.button--primary { background: var(--primary); color: white; box-shadow: 0 10px 22px rgba(91,101,245,.28); }
.hero-card .button--primary { background: white; color: var(--primary-dark); }
.button--soft { background: var(--surface-soft); color: var(--primary-dark); }
.hero-card .button--soft { background: rgba(255,255,255,.15); color: white; border: 1px solid rgba(255,255,255,.2); }
.button--wide { width: 100%; }
.hero-clock { position: relative; display: grid; place-items: center; min-height: 280px; }
.clock { width: min(100%, 330px); aspect-ratio: 1; }
.clock-svg { display: block; width: 100%; height: 100%; filter: drop-shadow(0 16px 24px rgba(35,36,72,.18)); }
.clock-rim { stroke: #c5cbe5; stroke-width: 2; }
.clock-face { fill: #fff; stroke: #eef0fb; stroke-width: 3; }
.clock-tick { stroke: #bdc2db; stroke-width: 2; stroke-linecap: round; }
.clock-tick--major { stroke: #6d718d; stroke-width: 4; }
.clock-number { fill: var(--text); font-size: 25px; font-weight: 900; dominant-baseline: central; }
.clock-hand { stroke-linecap: round; }
.clock-hand--hour { stroke: #303552; stroke-width: 15; }
.clock-hand--minute { stroke: var(--primary); stroke-width: 7; }
.clock-hand.is-highlighted { stroke: var(--sun); filter: drop-shadow(0 0 6px rgba(255,190,69,.8)); }
.clock-pin--outer { fill: #ffffff; stroke: #303552; stroke-width: 3; }
.clock-pin--inner { fill: var(--sun); stroke: none; }
.mascot-bubble { position: absolute; right: 0; bottom: 7%; padding: 11px 14px; border-radius: 16px 16px 4px 16px; background: #fff; color: var(--primary-dark); font-size: .9rem; font-weight: 900; box-shadow: 0 10px 24px rgba(35,36,72,.16); }

.section-block { margin-top: 34px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 14px; margin-bottom: 16px; }
h2 { margin: 0; font-size: clamp(1.5rem, 6vw, 2.3rem); line-height: 1.12; letter-spacing: -.025em; }
.star-pill { flex: 0 0 auto; padding: 9px 13px; border-radius: 999px; background: #fff4cf; font-weight: 900; }
.action-grid { display: grid; gap: 14px; }
.action-card { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 4px 14px; align-items: center; min-height: 142px; padding: 20px; border: 1px solid transparent; border-radius: 24px; text-decoration: none; box-shadow: 0 12px 28px rgba(55,60,120,.08); }
.action-card__icon { grid-row: 1 / 3; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; background: rgba(255,255,255,.82); font-size: 28px; }
.action-card strong { font-size: 1.12rem; }
.action-card small { color: rgba(36,37,61,.75); line-height: 1.45; }
.action-card__arrow { grid-column: 3; grid-row: 1 / 3; font-size: 1.5rem; font-weight: 900; }
.action-card--violet { background: #e9eaff; border-color: #d9dcff; }
.action-card--mint { background: #ddf8f1; border-color: #c2eee3; }
.action-card--sun { background: #fff1cd; border-color: #ffe4a1; }
.mini-progress, .tip-card, .privacy-card { display: grid; gap: 14px; margin-top: 24px; padding: 20px; border: 1px solid var(--border); border-radius: 22px; background: var(--surface); }
.mini-progress > div:first-child, .tip-card, .privacy-card { grid-template-columns: auto 1fr; align-items: center; }
.mini-progress > div:first-child { display: grid; grid-template-columns: auto 1fr; gap: 12px; }
.mini-progress strong, .mini-progress small { display: block; }
.mini-progress small, .tip-card p, .privacy-card p { margin: 3px 0 0; color: var(--muted); line-height: 1.5; }
.mini-progress__emoji { font-size: 32px; }
.progress-track { overflow: hidden; height: 12px; border-radius: 999px; background: var(--surface-soft); }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--mint), var(--primary)); transition: width .35s ease; }

.page-intro { padding: 12px 2px 22px; }
.page-intro--compact { text-align: center; }
.page-intro h1 { margin: 0 0 10px; font-size: clamp(2rem, 9vw, 3.8rem); line-height: 1.03; letter-spacing: -.045em; }
.page-intro p:last-child { max-width: 62ch; margin: 0; color: var(--muted); line-height: 1.65; }
.page-intro--compact p:last-child { margin-inline: auto; }
.lesson-card { display: grid; gap: 22px; margin-bottom: 18px; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 30px rgba(55,60,120,.07); }
.lesson-visual { display: grid; place-items: center; padding: 10px; border-radius: 22px; background: var(--surface-soft); }
.clock--lesson { max-width: 270px; }
.lesson-copy { align-self: center; }
.lesson-number { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 12px; border-radius: 13px; background: var(--primary); color: white; font-weight: 900; }
.lesson-copy h2 { margin-bottom: 10px; }
.lesson-copy p { color: var(--muted); line-height: 1.65; }
.memory-note { padding: 12px 14px; border-radius: 15px; background: #fff5d8; color: var(--text) !important; }
.minute-row { display: flex; flex-wrap: wrap; gap: 8px; }
.minute-row span { padding: 8px 10px; border-radius: 12px; background: var(--surface-soft); font-weight: 800; }
.finish-card { display: grid; gap: 14px; align-items: center; margin-top: 24px; padding: 22px; border-radius: var(--radius); background: linear-gradient(135deg, #e5fbf5, #eef0ff); }
.finish-card > span { font-size: 42px; }
.finish-card p { color: var(--muted); }

.game-card { max-width: 720px; margin-inline: auto; padding: 18px; border: 1px solid var(--border); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.game-toolbar { display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.field-inline { display: grid; gap: 6px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.field-inline select { min-height: 44px; max-width: 190px; padding: 8px 36px 8px 11px; border: 1px solid var(--border); border-radius: 13px; background: white; color: var(--text); font-weight: 800; }
.game-score { padding: 9px 12px; border-radius: 999px; background: #fff4cf; font-weight: 900; }
.question-area { display: grid; place-items: center; padding: 20px 0 8px; }
.clock--game { width: min(100%, 360px); }
.question-number { margin: 4px 0 0; color: var(--muted); font-weight: 800; }
.answer-grid { display: grid; gap: 10px; margin-top: 14px; }
.answer-button { min-height: 56px; padding: 12px 14px; border: 2px solid var(--border); border-radius: 17px; background: var(--surface); color: var(--text); font-size: 1.05rem; font-weight: 900; cursor: pointer; }
.answer-button:hover { border-color: #b8befd; background: #f7f7ff; }
.answer-button.is-correct { border-color: #3ec7a5; background: #def8f1; color: #0c6b57; }
.answer-button.is-wrong { border-color: #ee8394; background: #fff0f3; color: #a82e47; }
.answer-button:disabled { opacity: 1; cursor: default; }
.feedback-box { margin: 14px 0; padding: 14px; border-radius: 16px; font-weight: 850; line-height: 1.5; }
.feedback-box--success { background: #def8f1; color: #0c6b57; }
.feedback-box--retry { background: #fff1d6; color: #835a05; }
.tip-card { max-width: 720px; margin-inline: auto; }
.tip-card > span, .privacy-card > span { font-size: 30px; }
.target-time { margin-bottom: 8px; padding: 16px; border-radius: 18px; background: var(--surface-soft); text-align: center; }
.target-time small, .target-time strong { display: block; }
.target-time small { margin-bottom: 4px; color: var(--muted); }
.target-time strong { font-size: 1.25rem; }
.digital-time { margin-top: 8px; padding: 8px 14px; border-radius: 12px; background: var(--text); color: white; font-size: 1.3rem; font-weight: 900; letter-spacing: .08em; }
.clock-controls { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 12px 0 14px; }
.clock-controls button { min-height: 50px; border: 1px solid var(--border); border-radius: 15px; background: var(--surface-soft); color: var(--text); font-weight: 900; cursor: pointer; }

.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.stat-card { display: grid; gap: 4px; min-height: 138px; padding: 18px; border: 1px solid var(--border); border-radius: 22px; background: var(--surface); box-shadow: 0 10px 24px rgba(55,60,120,.06); }
.stat-card span { font-size: 27px; }
.stat-card strong { font-size: 2rem; }
.stat-card small { color: var(--muted); line-height: 1.3; }
.badge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.badge-card { position: relative; display: grid; gap: 5px; min-height: 155px; padding: 18px; border: 1px dashed #c9cde0; border-radius: 21px; background: rgba(255,255,255,.55); filter: grayscale(1); opacity: .55; }
.badge-card span { font-size: 34px; }
.badge-card small { color: var(--muted); }
.badge-card.is-earned { border-style: solid; border-color: #ffd677; background: #fff8de; filter: none; opacity: 1; box-shadow: 0 10px 24px rgba(103,76,10,.08); }
.badge-card.is-earned::after { content: 'Geschafft'; position: absolute; right: 10px; top: 10px; padding: 5px 7px; border-radius: 999px; background: var(--mint); color: white; font-size: .65rem; font-weight: 900; }
.danger-zone { padding: 28px 0 8px; text-align: center; }
.text-button { border: 0; background: transparent; color: var(--danger); text-decoration: underline; cursor: pointer; }
.content-card { padding: 22px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.prose h2 { margin: 1.6em 0 .5em; font-size: 1.35rem; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--muted); line-height: 1.75; }


.site-footer { display: flex; justify-content: center; gap: 8px; padding: 4px 16px 10px; color: var(--muted); font-size: .78rem; }
.site-footer a { font-weight: 800; }

.bottom-nav { position: fixed; z-index: 30; left: 10px; right: 10px; bottom: calc(10px + var(--safe-bottom)); display: grid; grid-template-columns: repeat(4, 1fr); max-width: 620px; margin-inline: auto; padding: 7px; border: 1px solid rgba(223,226,241,.9); border-radius: 23px; background: rgba(255,255,255,.94); box-shadow: 0 14px 36px rgba(35,36,72,.18); backdrop-filter: blur(18px); }
.bottom-nav__item { display: grid; place-items: center; gap: 3px; min-height: 53px; border-radius: 17px; color: var(--muted); text-decoration: none; }
.bottom-nav__item span { font-size: 20px; }
.bottom-nav__item small { font-size: .68rem; font-weight: 850; }
.bottom-nav__item.is-active { background: var(--surface-soft); color: var(--primary-dark); }
.toast { position: fixed; z-index: 100; left: 50%; bottom: calc(92px + var(--safe-bottom)); transform: translateX(-50%); width: max-content; max-width: calc(100% - 28px); padding: 12px 16px; border-radius: 14px; background: var(--text); color: white; box-shadow: var(--shadow); font-weight: 800; }

.high-contrast { --bg: #ffffff; --surface: #ffffff; --surface-soft: #eeeeee; --text: #000000; --muted: #202020; --primary: #2533cc; --primary-dark: #000b9c; --border: #4d4d4d; }
.high-contrast .clock-face { stroke: #000; }

@media (min-width: 720px) {
    .main-content { padding: 34px 24px 120px; }
    .hero-card { grid-template-columns: 1.1fr .9fr; align-items: center; padding: 42px; }
    .action-grid { grid-template-columns: repeat(3, 1fr); }
    .action-card { grid-template-columns: 1fr auto; align-content: start; min-height: 250px; }
    .action-card__icon { grid-column: 1 / 3; grid-row: auto; }
    .action-card strong, .action-card small { grid-column: 1 / 3; }
    .action-card__arrow { grid-column: 2; grid-row: 4; }
    .lesson-card { grid-template-columns: minmax(280px, .8fr) 1.2fr; padding: 30px; }
    .lesson-card--reverse .lesson-visual { order: 2; }
    .finish-card { grid-template-columns: auto 1fr auto; }
    .answer-grid { grid-template-columns: repeat(2, 1fr); }
    .clock-controls { grid-template-columns: repeat(4, 1fr); }
    .stats-grid { grid-template-columns: repeat(4, 1fr); }
    .badge-grid { grid-template-columns: repeat(4, 1fr); }
}

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

/* Version 1.2: browserstabile Uhrzeiger und kompakter Übungsbereich */
[hidden] { display: none !important; }

.question-instruction {
    margin: 0 0 4px;
    color: var(--text);
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
}

.game-card--practice .question-area {
    padding-top: 12px;
}

.answer-button {
    touch-action: manipulation;
    user-select: none;
    transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}

.answer-button:active:not(:disabled) {
    transform: translateY(2px);
}

.answer-button:disabled:not(.is-correct):not(.is-wrong) {
    color: var(--muted);
    background: #f8f8fc;
}

.legal-links a {
    color: var(--primary-dark);
    font-weight: 900;
}

.site-footer {
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: calc(92px + var(--safe-bottom));
}

@media (max-width: 520px) {
    .main-content { padding-top: 14px; }
    .practice-intro { padding-bottom: 14px; }
    .practice-intro h1 { font-size: clamp(1.75rem, 9vw, 2.4rem); }
    .practice-intro p:last-child { font-size: .95rem; line-height: 1.45; }
    .game-card--practice { padding: 14px; border-radius: 22px; }
    .game-toolbar { align-items: center; }
    .field-inline select { max-width: 170px; }
    .clock--game { width: min(100%, 290px); }
    .question-area { padding-bottom: 4px; }
    .answer-grid { gap: 8px; margin-top: 10px; }
    .answer-button { min-height: 54px; font-size: 1rem; }
    .feedback-box { margin: 10px 0; }
}

@media (min-width: 620px) and (max-height: 780px) {
    .topbar { padding-block: 8px; }
    .brand-mascot { width: 40px; height: 40px; }
    .main-content { padding-top: 12px; }
    .practice-intro { padding-bottom: 10px; }
    .practice-intro h1 { font-size: 2rem; margin-bottom: 5px; }
    .practice-intro p:last-child { line-height: 1.35; }
    .game-card--practice { padding: 14px 18px; }
    .clock--game { width: min(100%, 300px); }
    .question-area { padding: 8px 0 2px; }
    .answer-grid { margin-top: 8px; gap: 8px; }
    .answer-button { min-height: 50px; }
}

/* Auf größeren Bildschirmen liegt die Navigation nicht über den Antworten. */
@media (min-width: 720px) {
    .bottom-nav {
        position: static;
        width: min(620px, calc(100% - 32px));
        margin: 14px auto 20px;
    }
    .site-footer { padding-bottom: 8px; }
}

@media (min-width: 620px) and (max-height: 780px) {
    .practice-intro { padding: 0 2px 6px; }
    .practice-intro .eyebrow { margin-bottom: 2px; }
    .practice-intro h1 { margin-bottom: 2px; font-size: 1.75rem; }
    .practice-intro p:last-child { font-size: .88rem; line-height: 1.25; }
    .game-card--practice { padding: 10px 16px; }
    .game-card--practice .field-inline select { min-height: 40px; }
    .game-card--practice .question-instruction { margin-bottom: 0; font-size: .92rem; }
    .game-card--practice .clock--game { width: min(100%, 245px); }
    .game-card--practice .question-area { padding: 4px 0 0; }
    .game-card--practice .question-number { margin-top: 0; }
    .game-card--practice .answer-grid { margin-top: 5px; gap: 6px; }
    .game-card--practice .answer-button { min-height: 44px; padding-block: 8px; }
}

/* In den beiden Spielbereichen darf die Navigation keine Bedienelemente verdecken. */
body[data-page="practice"] .bottom-nav,
body[data-page="set-clock"] .bottom-nav {
    position: static;
    width: min(620px, calc(100% - 20px));
    margin: 14px auto 20px;
}

body[data-page="practice"] .site-footer,
body[data-page="set-clock"] .site-footer {
    padding-bottom: 8px;
}

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

.button--voice {
    background: #fff4cf;
    color: #4f3900;
    border: 1px solid rgba(255, 255, 255, .35);
}

.hero-card .button--voice {
    background: #fff4cf;
    color: #4f3900;
}

.speak-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 15px;
    border: 2px solid #cfd4ff;
    border-radius: 15px;
    background: #f3f4ff;
    color: var(--primary-dark);
    font-weight: 900;
    cursor: pointer;
    touch-action: manipulation;
}

.speak-button:hover {
    border-color: var(--primary);
    background: #e9eaff;
}

.speak-button:active {
    transform: translateY(2px);
}

.speak-button--round {
    flex: 0 0 auto;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    border-radius: 50%;
    font-size: 1.15rem;
}

.page-intro > .speak-button {
    margin-top: 14px;
}

.lesson-copy .speak-button {
    margin-top: 4px;
}

.question-prompt-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 4px;
}

.question-prompt-row .question-instruction {
    margin: 0;
}

.answer-option {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 8px;
    min-width: 0;
}

.answer-option .answer-button {
    width: 100%;
    min-width: 0;
}

.answer-speak-button {
    display: grid;
    place-items: center;
    width: 52px;
    min-width: 52px;
    min-height: 56px;
    padding: 0;
    border: 2px solid #cfd4ff;
    border-radius: 17px;
    background: #f3f4ff;
    color: var(--primary-dark);
    font-size: 1.1rem;
    cursor: pointer;
    touch-action: manipulation;
}

.answer-speak-button:hover {
    border-color: var(--primary);
    background: #e9eaff;
}

.answer-speak-button:active {
    transform: translateY(2px);
}

.tip-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.target-time {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    text-align: left;
}

.target-time > div {
    text-align: center;
}

.voice-prompt {
    position: fixed;
    z-index: 200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(28, 30, 58, .62);
    backdrop-filter: blur(8px);
}

.voice-prompt__card {
    width: min(100%, 430px);
    padding: 26px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 28px;
    background: var(--surface);
    box-shadow: 0 24px 70px rgba(21, 23, 50, .3);
    text-align: center;
}

.voice-prompt__icon {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin: 0 auto 14px;
    border-radius: 24px;
    background: #fff4cf;
    font-size: 2.25rem;
}

.voice-prompt__card h2 {
    margin-bottom: 10px;
}

.voice-prompt__card p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.55;
}

.voice-prompt__card .button + .button {
    margin-top: 10px;
}

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

.high-contrast .speak-button,
.high-contrast .answer-speak-button {
    border-color: #000;
    background: #fff;
    color: #000;
}

@media (max-width: 420px) {
    .topbar { gap: 8px; }
    .brand { gap: 7px; }
    .brand-mascot { width: 42px; height: 42px; }
    .brand small { display: none; }
    .topbar-actions { gap: 6px; }
    .icon-button { min-width: 42px; min-height: 42px; }
    .answer-option { grid-template-columns: minmax(0, 1fr) 50px; gap: 7px; }
    .answer-speak-button { width: 50px; min-width: 50px; }
    .voice-prompt__card { padding: 22px 18px; }
}

@media (min-width: 620px) and (max-height: 780px) {
    .game-card--practice .answer-speak-button {
        min-height: 44px;
        height: 44px;
    }
    .game-card--practice .question-prompt-row .speak-button--round {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
    }
}
