:root { --ink:#2b504d; --muted:#6b817d; --paper:#fffdf7; --line:#ded5b8; --green:#3f9d75; --yellow:#efb83f; --coral:#ee7469; --blue:#62a9d1; --purple:#8d73bd; --shadow:0 18px 38px rgba(48,73,64,.12); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); font-family:"Trebuchet MS","Arial Rounded MT Bold",Arial,sans-serif; background:#f7f8ef; }
body::before,body::after { position:fixed; z-index:-1; content:""; border-radius:50%; opacity:.72; }
body::before { width:330px; height:330px; top:-120px; left:-105px; background:#fff0b8; }
body::after { width:380px; height:380px; right:-150px; bottom:-130px; background:#e7e5fb; }
button { color:inherit; font:inherit; }
button:not(:disabled) { cursor:pointer; }
button:focus-visible { outline:4px solid rgba(81,157,200,.35); outline-offset:3px; }
.app { width:min(1120px,calc(100% - 32px)); min-height:100vh; margin:0 auto; padding:22px 0 50px; }
.loading-card { display:grid; min-height:420px; place-items:center; align-content:center; gap:12px; font-weight:900; }
.loading-card span { font-size:64px; }
.loading-card p { margin:0; }
.topbar,.top-actions,.brand,.gallery-button,.sound-button,.section-heading,.steps article,.level-meta,.level-foot,.game-heading,.scene-heading,.question-heading,.feedback,.result-actions,.result-progress { display:flex; align-items:center; }
.topbar { min-height:62px; justify-content:space-between; gap:18px; margin-bottom:22px; }
.brand { gap:12px; padding:0; text-align:left; background:transparent; border:0; }
.brand-mark { position:relative; display:flex; align-items:center; width:67px; height:53px; padding-left:6px; background:#fff8df; border:3px solid var(--line); border-radius:17px; box-shadow:0 5px 10px rgba(55,76,68,.08); transform:rotate(-2deg); }
.brand-mark i { display:grid; width:29px; height:31px; place-items:center; padding-bottom:2px; color:#fff; font-size:13px; font-style:normal; font-weight:1000; background:var(--coral); border:2px solid #c95b55; border-radius:13px 13px 5px 13px; }
.brand-mark i:nth-child(2) { margin-left:-3px; background:var(--blue); border-color:#478bac; border-radius:13px 13px 13px 5px; transform:rotate(4deg); }
.brand-mark b { position:absolute; right:-6px; top:-8px; display:grid; width:22px; height:22px; place-items:center; padding-bottom:1px; color:#fff; font-size:10px; background:var(--green); border:2px solid #fff; border-radius:50%; }
.brand strong { display:block; font-size:21px; font-weight:1000; letter-spacing:-.02em; }
.brand small { display:block; margin-top:2px; color:var(--muted); font-size:9px; font-weight:900; text-transform:uppercase; }
.top-actions { gap:9px; }
.gallery-button,.sound-button,.back-button { min-height:50px; background:rgba(255,253,247,.94); border:2px solid var(--line); border-radius:16px; box-shadow:0 5px 12px rgba(54,75,67,.07); }
.gallery-button { gap:8px; padding:7px 14px; text-align:left; }
.gallery-button > span:first-child { font-size:19px; }
.gallery-button b,.gallery-button small { display:block; }
.gallery-button b { font-size:12px; }
.gallery-button small { color:var(--muted); font-size:9px; }
.sound-button { gap:8px; padding:0 14px; font-size:11px; font-weight:900; }
.back-button { width:50px; padding:0 0 4px; font-size:28px; }
.eyebrow { margin:0 0 9px; color:#3f866c; font-family:Georgia,serif; font-size:13px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.hero { position:relative; display:grid; min-height:445px; grid-template-columns:1.02fr .98fr; overflow:hidden; padding:48px; background:linear-gradient(125deg,#fffaf0,#eff9ef 54%,#f0edff); border:3px solid var(--line); border-radius:42px; box-shadow:var(--shadow); }
.hero::before,.hero::after { position:absolute; content:""; border-radius:50%; }
.hero::before { width:230px; height:230px; top:-120px; left:40%; background:rgba(246,194,82,.2); }
.hero::after { width:180px; height:180px; right:-65px; bottom:-75px; background:rgba(98,180,134,.15); }
.hero-copy { position:relative; z-index:2; align-self:center; }
.hero h1 { max-width:570px; margin:0 0 19px; font-size:50px; font-weight:1000; line-height:1; letter-spacing:-.045em; }
.hero-copy > p:not(.eyebrow) { max-width:510px; margin:0 0 27px; color:var(--muted); font-size:16px; font-weight:800; line-height:1.55; }
.primary-button,.secondary-button { min-height:50px; padding:0 20px 3px; font-weight:1000; border-radius:15px; }
.primary-button { color:#fff; background:var(--green); border:0; box-shadow:0 7px 0 #247554,0 13px 22px rgba(44,135,95,.18); }
.primary-button:active { transform:translateY(4px); box-shadow:0 3px 0 #247554; }
.secondary-button { background:#fffdf7; border:3px solid var(--line); box-shadow:0 5px 0 #cfc6a8; }
.hero-stage { position:relative; z-index:2; align-self:center; padding:25px 24px 23px; background:#fffefa; border:8px solid #fff; border-radius:34px 22px 34px 22px; box-shadow:0 20px 32px rgba(47,67,61,.17),inset 10px 0 rgba(65,92,82,.04); transform:rotate(1deg); }
.demo-line { display:flex; align-items:flex-start; gap:10px; margin-bottom:11px; }
.demo-line:nth-child(2) { flex-direction:row-reverse; }
.demo-line > span { display:grid; flex:0 0 45px; width:45px; height:45px; place-items:center; font-size:26px; background:#e7f5ec; border:3px solid #9ccfb0; border-radius:15px; }
.demo-line:nth-child(2) > span { background:#e7f2fb; border-color:#9fc7dd; }
.demo-line p { max-width:260px; margin:0; padding:10px 13px; font-size:11px; font-weight:800; background:#eff9f2; border:2px solid #b8dbc5; border-radius:6px 16px 16px 16px; }
.demo-line:nth-child(2) p { background:#eef6fc; border-color:#b7d5e5; border-radius:16px 6px 16px 16px; }
.demo-line b { display:block; margin-bottom:3px; color:var(--muted); font-size:9px; text-transform:uppercase; }
.demo-question { margin-top:18px; padding:15px; text-align:center; background:#fff7db; border:2px solid #ebce73; border-radius:18px; }
.demo-question small { display:block; color:#a77d1e; font-size:8px; font-weight:1000; letter-spacing:.12em; }
.demo-question strong { display:block; margin:7px 0 11px; font-family:Georgia,serif; font-size:15px; }
.demo-question div { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.demo-question i { padding:8px; color:#fff; font-size:10px; font-style:normal; font-weight:900; background:var(--green); border-radius:11px; }
.demo-question i:last-child { color:var(--ink); background:#fff; border:2px solid var(--line); }
.how-section,.levels-section,.gallery-section { margin-top:54px; }
.section-heading { justify-content:space-between; gap:24px; margin-bottom:20px; }
.section-heading h2 { margin:0; font-size:39px; font-weight:1000; line-height:1; letter-spacing:-.035em; }
.section-heading > p { max-width:430px; margin:0; color:var(--muted); font-size:12px; font-weight:900; line-height:1.45; text-align:right; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.steps article { min-height:116px; gap:16px; padding:20px; background:rgba(255,253,247,.94); border:2px solid var(--line); border-radius:25px; box-shadow:0 10px 22px rgba(50,72,64,.07); }
.steps article > span { display:grid; flex:0 0 54px; width:54px; height:54px; place-items:center; padding-bottom:3px; color:#fff; font-family:Georgia,serif; font-size:25px; font-weight:900; background:var(--green); border:7px solid #dff3e6; border-radius:50%; }
.steps article:nth-child(2) > span { background:var(--yellow); border-color:#fff0c1; }
.steps article:nth-child(3) > span { background:var(--coral); border-color:#ffe0dc; }
.steps h3,.steps p { margin:0; }
.steps h3 { margin-bottom:6px; font-size:17px; }
.steps p { color:var(--muted); font-size:12px; font-weight:700; line-height:1.4; }
.levels-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:17px; }
.level-card { position:relative; overflow:hidden; background:#fffdf7; border:3px solid color-mix(in srgb,var(--accent),white 35%); border-radius:29px; box-shadow:0 13px 25px rgba(49,72,64,.09); transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease; }
.level-card-action { position:absolute; z-index:10; inset:0; width:100%; height:100%; padding:0; background:transparent; border:0; border-radius:26px; }
.level-card:hover,.level-card:focus-within { border-color:var(--accent); box-shadow:0 18px 32px color-mix(in srgb,var(--accent),transparent 78%); transform:translateY(-4px); }
.level-card:active { transform:translateY(1px) scale(.99); }
.level-card-action:focus-visible { outline:4px solid color-mix(in srgb,var(--accent),white 30%); outline-offset:-7px; }
.level-cover { position:relative; display:grid; height:150px; place-items:center; overflow:hidden; background:linear-gradient(145deg,color-mix(in srgb,var(--accent),white 84%),color-mix(in srgb,var(--accent),white 65%)); }
.level-cover::before { position:absolute; width:120px; height:120px; content:""; background:rgba(255,255,255,.55); border-radius:50%; }
.level-cover > span { position:relative; z-index:2; font-size:72px; filter:drop-shadow(0 10px 8px rgba(53,72,66,.12)); }
.level-cover > b { position:absolute; z-index:3; top:14px; left:14px; padding:6px 9px; color:var(--accent); font-size:9px; background:#fff; border-radius:10px; }
.level-cover > i { position:absolute; z-index:3; right:14px; bottom:13px; padding:7px 9px; color:var(--accent); font-size:9px; font-style:normal; font-weight:1000; background:#fff; border:2px solid color-mix(in srgb,var(--accent),white 45%); border-radius:11px; }
.level-body { padding:20px; }
.level-meta { justify-content:space-between; min-height:23px; }
.level-meta > span { color:var(--accent); font-family:Georgia,serif; font-size:9px; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.level-meta em { color:#d49628; font-size:10px; font-style:normal; font-weight:1000; }
.stars { color:#df9d2e; font-family:Georgia,serif; font-size:19px; letter-spacing:1px; }
.level-card h3 { min-height:51px; margin:8px 0 7px; font-size:21px; line-height:1.2; }
.level-body > p { min-height:54px; margin:0; color:var(--muted); font-size:11px; font-weight:700; line-height:1.45; }
.level-foot { justify-content:space-between; gap:12px; margin-top:17px; }
.level-foot b,.level-foot small { display:block; }
.level-foot b { font-size:12px; }
.level-foot small { color:var(--muted); font-size:8px; }
.level-foot strong { color:var(--accent); font-size:10px; }
.gallery-section { padding:29px; background:rgba(255,253,247,.94); border:3px solid var(--line); border-radius:37px; box-shadow:var(--shadow); }
.gallery-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.gallery-card { position:relative; min-width:0; min-height:168px; padding:15px 9px 12px; text-align:center; background:#f1f1f1; border:2px solid #d8d7d2; border-radius:21px; }
.gallery-card.open { background:color-mix(in srgb,var(--accent),white 91%); border-color:color-mix(in srgb,var(--accent),white 30%); }
.gallery-number { position:absolute; top:8px; left:8px; display:grid; width:23px; height:23px; place-items:center; padding-bottom:1px; color:var(--muted); font-family:Georgia,serif; font-size:9px; font-weight:900; background:#fff; border:2px solid var(--line); border-radius:50%; }
.gallery-picture { display:grid; height:69px; place-items:center; color:#d7d7d7; font-family:Georgia,serif; font-size:42px; filter:drop-shadow(0 7px 5px rgba(58,74,68,.1)); }
.gallery-card > p { margin:0 0 4px; color:var(--accent); font-size:8px; font-weight:900; text-transform:uppercase; }
.gallery-card h4 { min-height:30px; margin:0 0 5px; font-size:12px; line-height:1.25; }
.gallery-card small { color:var(--muted); font-size:8px; font-weight:800; }
.reader-note { display:flex; gap:17px; margin-top:24px; padding:20px 25px; background:#e8f5ff; border:2px solid #98c8df; border-radius:22px; }
.reader-note > span { font-size:28px; }
.reader-note b { font-size:13px; }
.reader-note p { margin:5px 0 0; color:var(--muted); font-size:11px; line-height:1.4; }
.game-shell { padding:28px; background:rgba(255,253,247,.96); border:3px solid var(--line); border-radius:38px; box-shadow:var(--shadow); }
.game-heading { justify-content:space-between; gap:20px; padding:0 5px 17px; }
.game-heading .eyebrow { color:var(--accent); }
.game-heading h1 { margin:0 0 6px; font-size:42px; font-weight:1000; letter-spacing:-.035em; }
.game-heading > div > p:last-child { margin:0; color:var(--muted); font-size:12px; font-weight:900; }
.progress-badge { display:grid; flex:0 0 76px; width:76px; height:76px; place-items:center; align-content:center; padding-bottom:2px; color:#fff; background:var(--accent); border:9px solid color-mix(in srgb,var(--accent),white 70%); border-radius:50%; }
.progress-badge b { font-family:Georgia,serif; font-size:25px; line-height:.85; }
.progress-badge small { margin-top:4px; font-size:9px; font-weight:900; }
.progress-strip { display:flex; align-items:center; gap:14px; margin-bottom:18px; padding:10px 12px; background:#f4f3ec; border-radius:17px; }
.progress-strip > div { flex:1; height:8px; overflow:hidden; background:#dcdcd5; border-radius:99px; }
.progress-strip i { display:block; height:100%; background:var(--accent); border-radius:99px; transition:width .25s ease; }
.progress-strip > span { color:var(--muted); font-size:9px; font-weight:900; white-space:nowrap; }
.play-board { display:grid; grid-template-columns:1.05fr .95fr; gap:20px; align-items:start; }
.dialogue-card,.question-card { overflow:hidden; background:#fffefa; border:3px solid color-mix(in srgb,var(--accent),white 55%); border-radius:28px; }
.dialogue-card { min-height:530px; padding:24px; background:linear-gradient(#fffefa,#fafdf9); }
.scene-heading { gap:13px; margin-bottom:20px; }
.scene-heading > span { display:grid; flex:0 0 64px; width:64px; height:64px; place-items:center; font-size:36px; background:color-mix(in srgb,var(--accent),white 86%); border:3px solid color-mix(in srgb,var(--accent),white 40%); border-radius:19px; box-shadow:0 6px 0 color-mix(in srgb,var(--accent),white 55%); }
.scene-heading .eyebrow { margin-bottom:4px; color:var(--accent); font-size:9px; }
.scene-heading h2 { margin:0; font-size:25px; line-height:1.15; }
.dialogue-lines { display:grid; gap:10px; }
.dialogue-line { position:relative; display:flex; align-items:flex-start; gap:10px; transition:transform .2s ease; }
.dialogue-line:nth-child(even) { flex-direction:row-reverse; }
.dialogue-line > span { display:grid; flex:0 0 45px; width:45px; height:45px; place-items:center; font-size:25px; background:#edf8f1; border:2px solid #b8d9c4; border-radius:14px; }
.dialogue-line:nth-child(even) > span { background:#eef5fb; border-color:#bdd5e2; }
.dialogue-line > div { max-width:82%; padding:10px 13px; background:#f0f8f2; border:2px solid #c1dec9; border-radius:6px 17px 17px 17px; }
.dialogue-line:nth-child(even) > div { background:#f0f6fb; border-color:#c5dae5; border-radius:17px 6px 17px 17px; }
.dialogue-line b { display:block; margin-bottom:3px; color:var(--muted); font-size:9px; letter-spacing:.06em; text-transform:uppercase; }
.dialogue-line p { margin:0; font-family:Georgia,serif; font-size:15px; font-weight:700; line-height:1.35; }
.dialogue-line > em { position:absolute; top:-7px; right:8px; padding:5px 8px; color:#906a14; font-size:7px; font-style:normal; font-weight:1000; text-transform:uppercase; background:#fff0b9; border:1px solid #e6c45e; border-radius:8px; }
.dialogue-line:nth-child(even) > em { right:auto; left:8px; }
.dialogue-line.target { transform:scale(1.015); }
.dialogue-line.target > div { background:#fff7d9; border-color:#e6bd42; box-shadow:0 7px 14px rgba(184,137,29,.14); }
.question-card { padding:24px; }
.question-heading { align-items:flex-start; justify-content:space-between; gap:13px; }
.question-heading .eyebrow { margin-bottom:5px; color:var(--accent); font-size:9px; }
.question-heading h2 { margin:0; font-size:23px; line-height:1.15; }
.hint-button { flex:0 0 auto; min-height:45px; padding:0 13px 2px; color:#926a12; font-size:9px; font-weight:1000; background:#fff7d7; border:2px solid #edbd3b; border-radius:13px; box-shadow:0 5px 0 #d29b14; }
.hint-button:active:not(:disabled) { transform:translateY(3px); box-shadow:0 2px 0 #d29b14; }
.hint-button:disabled { cursor:default; opacity:.45; box-shadow:none; }
blockquote { min-height:92px; display:grid; place-items:center; margin:19px 0 15px; padding:17px; color:#375a57; font-family:Georgia,serif; font-size:18px; font-weight:700; line-height:1.4; text-align:center; background:#f7f3ff; border:2px dashed color-mix(in srgb,var(--accent),white 35%); border-radius:19px; }
.people-grid { display:grid; gap:9px; }
.people-2 { grid-template-columns:repeat(2,1fr); }
.people-3,.people-4 { grid-template-columns:repeat(2,1fr); }
.person-option { position:relative; display:grid; min-height:112px; place-items:center; align-content:center; gap:3px; padding:10px; background:#fff; border:3px solid #ddd7c4; border-radius:18px; box-shadow:0 5px 0 #cbc4ad; transition:transform .16s ease,border-color .16s ease; }
.person-option:hover:not(:disabled) { border-color:var(--accent); transform:translateY(-2px); }
.person-option:active:not(:disabled) { transform:translateY(3px); box-shadow:0 2px 0 #cbc4ad; }
.person-option > span { font-size:35px; }
.person-option b { font-size:14px; }
.person-option small { color:var(--muted); font-size:8px; }
.person-option.wrong { color:#a94c47; background:#fff0ef; border-color:#ef8b84; box-shadow:0 5px 0 #d96962; }
.person-option.correct { color:#277354; background:#eaf9ef; border-color:#68b88a; box-shadow:0 5px 0 #3f946b; }
.person-option.removed { opacity:.32; filter:grayscale(.7); box-shadow:none; }
.feedback { min-height:76px; gap:11px; margin-top:16px; padding:12px 14px; border:2px solid #bddbc9; border-radius:18px; background:#f0faf4; }
.feedback > span { display:grid; flex:0 0 40px; width:40px; height:40px; place-items:center; font-size:20px; background:#e3f5e9; border-radius:12px; }
.feedback b { font-size:11px; }
.feedback p { margin:3px 0 0; color:var(--muted); font-size:8px; line-height:1.35; }
.feedback.wrong { background:#fff1f0; border-color:#ef8e87; }
.feedback.wrong > span { background:#ffe0de; }
.feedback.hint { background:#fff9e3; border-color:#e7bf4e; }
.feedback.hint > span { background:#fff0b8; }
.feedback.correct { flex-wrap:wrap; background:#eaf9ef; border-color:#68b88a; }
.feedback.correct .primary-button { min-height:42px; margin-left:auto; padding-inline:14px; font-size:9px; box-shadow:0 5px 0 #247554; }
.result-card { max-width:790px; min-height:690px; margin:0 auto; padding:52px; text-align:center; background:linear-gradient(145deg,#fffdf7,#eef9ef 55%,#f1efff); border:3px solid var(--line); border-radius:42px; box-shadow:var(--shadow); }
.result-badge { display:grid; width:105px; height:105px; place-items:center; margin:0 auto 22px; font-size:55px; background:#fff; border:5px solid color-mix(in srgb,var(--accent),white 30%); border-radius:29px; box-shadow:0 10px 0 color-mix(in srgb,var(--accent),white 55%); }
.result-card .eyebrow { color:var(--accent); }
.result-card h1 { margin:0 0 12px; font-size:48px; letter-spacing:-.04em; }
.result-card > p:not(.eyebrow) { max-width:590px; margin:0 auto; color:var(--muted); font-size:15px; font-weight:800; line-height:1.5; }
.result-stars { margin:20px 0; }
.result-stars .stars { font-size:40px; }
.result-stats { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.result-stats > div { padding:15px 8px; background:#fff; border:2px solid var(--line); border-radius:17px; }
.result-stats b,.result-stats small { display:block; }
.result-stats b { font-size:25px; }
.result-stats small { color:var(--muted); font-size:8px; }
.result-progress { gap:14px; margin:18px 0; padding:15px; text-align:left; background:#ecf9f1; border:2px solid #a8d7b9; border-radius:18px; }
.result-progress > span { font-size:33px; }
.result-progress b { font-size:12px; }
.result-progress p { margin:4px 0 0; color:var(--muted); font-size:9px; }
.result-actions { justify-content:center; flex-wrap:wrap; gap:10px; }

@media(max-width:900px) {
  .hero { grid-template-columns:1fr 400px; padding:38px 32px; }
  .hero h1 { font-size:43px; }
  .gallery-grid { grid-template-columns:repeat(4,1fr); }
  .play-board { grid-template-columns:1fr; }
  .dialogue-card { min-height:auto; }
}

@media(max-width:760px) {
  .app { width:min(100% - 22px,1120px); padding-top:11px; }
  .topbar { align-items:flex-start; }
  .brand strong { font-size:17px; }
  .brand small,.sound-button b { display:none; }
  .sound-button { width:50px; padding:0; justify-content:center; }
  .hero { min-height:670px; grid-template-columns:1fr; padding:30px 27px; }
  .hero-copy { align-self:start; }
  .hero-stage { align-self:end; }
  .hero h1 { font-size:45px; }
  .steps,.levels-grid { grid-template-columns:1fr; }
  .gallery-grid { grid-template-columns:repeat(3,1fr); }
  .game-shell { padding:18px; }
}

@media(max-width:520px) {
  .topbar { gap:7px; margin-bottom:13px; }
  .brand { gap:7px; }
  .brand-mark { width:47px; height:43px; padding-left:3px; border-radius:13px; }
  .brand-mark i { width:21px; height:27px; font-size:9px; }
  .brand-mark b { width:18px; height:18px; right:-5px; font-size:8px; }
  .brand strong { max-width:112px; font-size:15px; line-height:1.05; }
  .gallery-button { padding:5px 9px; }
  .gallery-button b { font-size:9px; }
  .back-button,.sound-button { width:43px; min-height:43px; }
  .top-actions { gap:5px; }
  .hero { min-height:690px; padding:27px 17px; border-radius:30px; }
  .hero h1 { font-size:37px; }
  .hero-copy > p:not(.eyebrow) { font-size:13px; }
  .hero-stage { padding:18px 13px; border-width:5px; }
  .demo-line p { font-size:10px; }
  .section-heading { align-items:flex-end; gap:12px; }
  .section-heading h2 { font-size:31px; }
  .section-heading > p { max-width:125px; font-size:9px; }
  .gallery-section { padding:17px 11px; border-radius:29px; }
  .gallery-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
  .gallery-card { min-height:153px; padding-inline:6px; }
  .gallery-card h4 { font-size:10px; }
  .game-shell { padding:13px; border-radius:29px; }
  .game-heading { padding:0 2px 12px; }
  .game-heading h1 { font-size:29px; }
  .progress-badge { flex-basis:64px; width:64px; height:64px; border-width:7px; }
  .progress-badge b { font-size:22px; }
  .progress-strip { align-items:flex-start; flex-direction:column; gap:8px; }
  .progress-strip > div { width:100%; flex:none; }
  .dialogue-card,.question-card { padding:16px 13px; border-radius:23px; }
  .scene-heading > span { flex-basis:53px; width:53px; height:53px; font-size:29px; }
  .scene-heading h2 { font-size:21px; }
  .dialogue-line > span { flex-basis:39px; width:39px; height:39px; font-size:22px; }
  .dialogue-line > div { max-width:81%; padding:9px 10px; }
  .dialogue-line p { font-size:13px; }
  .question-heading h2 { font-size:20px; }
  .hint-button { min-height:42px; padding-inline:10px; }
  blockquote { min-height:85px; margin-top:15px; font-size:15px; }
  .person-option { min-height:103px; padding:8px 4px; }
  .person-option > span { font-size:31px; }
  .person-option b { font-size:12px; }
  .feedback.correct .primary-button { width:100%; margin-left:0; }
  .result-card { min-height:650px; padding:44px 16px; border-radius:30px; }
  .result-card h1 { font-size:36px; }
  .result-stats { grid-template-columns:repeat(2,1fr); }
  .result-actions { display:grid; }
}

@media(prefers-reduced-motion:reduce) { *,:before,:after { scroll-behavior:auto!important; transition-duration:.01ms!important; animation-duration:.01ms!important; animation-iteration-count:1!important; } }
