﻿:root {
  color-scheme: light;
  --ink: #244c46;
  --muted: #62756f;
  --cream: #f8f0df;
  --paper: #fffdf7;
  --line: #e6dbc6;
  --green: #4f9f7b;
  --coral: #e87863;
  --gold: #e6ad40;
  --blue: #6d82c5;
  font-family: Inter, ui-rounded, "Trebuchet MS", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; background: var(--cream); }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(230, 173, 64, .16) 0 90px, transparent 92px),
    radial-gradient(circle at 94% 20%, rgba(79, 159, 123, .13) 0 132px, transparent 134px),
    linear-gradient(180deg, #fcf7eb 0%, #f6eedc 100%);
  overflow-x: clip;
}
button { font: inherit; }
button, canvas { -webkit-tap-highlight-color: transparent; }
button:focus-visible, canvas:focus-visible { outline: 4px solid rgba(75, 145, 189, .34); outline-offset: 3px; }
.app { width: min(1120px, calc(100% - 32px)); min-height: 100vh; margin: 0 auto; padding: 18px 0 54px; }

.topbar { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.brand { display: flex; align-items: center; gap: 11px; padding: 0; color: var(--ink); text-align: left; background: none; border: 0; cursor: pointer; }
.brand-mark { position: relative; display: grid; width: 48px; height: 48px; place-items: center; color: white; background: var(--green); border: 3px solid white; border-radius: 17px; box-shadow: 0 7px 17px rgba(49, 94, 77, .18); transform: rotate(-3deg); }
.brand-mark b { font-family: Georgia, serif; font-size: 25px; line-height: 1; transform: rotate(3deg); }.brand-mark i { position: absolute; right: 1px; bottom: -2px; color: #f7ce69; font-size: 18px; font-style: normal; transform: rotate(8deg); }
.brand strong, .brand small { display: block; }.brand strong { font-family: Georgia, serif; font-size: 19px; }.brand small { margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.top-actions { display: flex; align-items: center; gap: 10px; }.sound-button, .quiet-button { min-height: 44px; color: var(--ink); font-size: 13px; font-weight: 800; background: rgba(255, 253, 247, .8); border: 1px solid rgba(80, 105, 95, .17); border-radius: 14px; cursor: pointer; box-shadow: 0 5px 13px rgba(59, 74, 65, .05); }.sound-button { display: flex; align-items: center; gap: 8px; padding: 0 16px; }.quiet-button { padding: 0 17px; }.sound-button:hover, .quiet-button:hover { background: white; transform: translateY(-1px); }.sound-button:active, .quiet-button:active { transform: translateY(1px); }

.eyebrow { margin: 0 0 8px; color: #a66250; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero { position: relative; display: grid; min-height: 405px; grid-template-columns: minmax(0, 1.07fr) minmax(370px, .93fr); overflow: hidden; background: var(--paper); border: 1px solid rgba(74, 94, 84, .12); border-radius: 32px; box-shadow: 0 22px 58px rgba(71, 75, 55, .12); }
.hero::after { position: absolute; right: -75px; bottom: -115px; width: 355px; height: 355px; content: ""; background: #f0d990; border-radius: 50%; opacity: .3; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 50px 20px 52px 58px; }.hero h1 { max-width: 610px; margin: 0; font-family: Georgia, serif; font-size: clamp(44px, 5vw, 69px); line-height: .98; letter-spacing: -.035em; }.hero-copy > p:not(.eyebrow) { max-width: 570px; margin: 21px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.primary-button, .secondary-button, .hint-button, .reset-button { border: 0; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }.primary-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; color: white; font-weight: 900; background: var(--coral); border-radius: 16px; box-shadow: 0 10px 20px rgba(190, 92, 72, .24); }.primary-button span { font-size: 22px; }.primary-button:hover { background: #da6d58; transform: translateY(-2px); box-shadow: 0 13px 25px rgba(190, 92, 72, .3); }.primary-button:active { transform: translateY(1px); }.primary-button.compact { min-height: 46px; margin-left: auto; padding: 0 18px; font-size: 14px; border-radius: 14px; }.secondary-button { min-height: 50px; padding: 0 22px; color: var(--ink); font-weight: 900; background: #f3ead8; border: 1px solid #dfd2ba; border-radius: 15px; }.secondary-button:hover { background: #eee0c7; transform: translateY(-1px); }
.hero-scene { position: relative; z-index: 1; display: grid; min-height: 405px; place-items: center; padding: 27px 30px 22px 5px; }.hero-scene svg { display: block; width: min(100%, 310px); overflow: visible; filter: drop-shadow(0 18px 20px rgba(83, 89, 66, .13)); }.hero-road, .hero-dots, .hero-ink { fill: none; stroke-linecap: round; stroke-linejoin: round; }.hero-road { stroke: white; stroke-width: 72; }.hero-dots { stroke: #d9cdb8; stroke-width: 5; stroke-dasharray: 2 16; }.hero-ink { stroke: var(--blue); stroke-width: 22; stroke-dasharray: 740 940; animation: hero-write 3s ease-in-out infinite alternate; }.hero-scene circle { fill: var(--green); stroke: white; stroke-width: 6; }.hero-pencil { position: absolute; z-index: 3; right: 45px; bottom: 47px; font-size: 54px; filter: drop-shadow(0 8px 7px rgba(71, 70, 50, .18)); transform: rotate(-14deg); }.hero-spark { position: absolute; top: 70px; right: 50px; color: var(--gold); font-size: 36px; animation: twinkle 1.4s ease-in-out infinite; }

.how, .levels { margin-top: 56px; }.how > .eyebrow { text-align: center; }.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.how article { position: relative; min-height: 136px; padding: 25px 25px 22px 76px; background: rgba(255, 253, 247, .74); border: 1px solid rgba(75, 91, 82, .11); border-radius: 22px; }.how article > span { position: absolute; top: 25px; left: 22px; display: grid; width: 40px; height: 40px; place-items: center; color: white; font-family: Georgia, serif; font-size: 22px; font-weight: 800; background: var(--green); border-radius: 13px; }.how article:nth-child(2) > span { background: var(--gold); }.how article:nth-child(3) > span { background: var(--blue); }.how strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 20px; }.how p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 20px; }.section-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 34px; }.section-heading > p { max-width: 410px; margin: 0 0 3px; color: var(--muted); text-align: right; line-height: 1.5; }.level-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.level-card { position: relative; display: flex; min-width: 0; min-height: 338px; flex-direction: column; overflow: hidden; padding: 26px; color: var(--ink); text-align: left; background: var(--paper); border: 1px solid rgba(72, 91, 81, .13); border-radius: 26px; cursor: pointer; box-shadow: 0 13px 32px rgba(77, 78, 60, .08); transition: transform .2s ease, box-shadow .2s ease; }.level-card::before { position: absolute; inset: 0 0 auto; height: 7px; content: ""; background: var(--accent); }.level-card:hover { transform: translateY(-5px); box-shadow: 0 19px 38px rgba(77, 78, 60, .13); }.level-card:active { transform: translateY(-1px); }.level-number { position: absolute; top: 22px; right: 23px; display: grid; width: 35px; height: 35px; place-items: center; color: var(--accent); font-family: Georgia, serif; font-size: 19px; font-weight: 900; background: color-mix(in srgb, var(--accent) 12%, white); border-radius: 50%; }.level-visual { position: relative; display: grid; width: 100%; height: 113px; place-items: center; margin: 18px 0 20px; overflow: hidden; background: color-mix(in srgb, var(--accent) 9%, #fffdf7); border-radius: 21px; }.level-visual svg { width: 84px; height: 100px; overflow: visible; }.level-visual path { fill: none; stroke: var(--accent); stroke-width: var(--preview-width); stroke-linecap: round; stroke-linejoin: round; opacity: .72; }.level-visual i { position: absolute; right: 23%; bottom: 14px; font-size: 27px; font-style: normal; transform: rotate(-13deg); }.level-copy small, .level-copy strong, .level-copy em { display: block; }.level-copy small { color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }.level-copy strong { margin-top: 7px; font-family: Georgia, serif; font-size: 24px; line-height: 1.1; }.level-copy em { margin-top: 9px; color: var(--muted); font-size: 14px; font-style: normal; line-height: 1.45; }.level-status { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 18px; color: var(--muted); font-size: 12px; font-weight: 800; border-top: 1px solid #eee5d4; }.level-status > b { color: var(--accent); font-size: 22px; }.mini-stars { color: var(--gold); font-size: 16px; letter-spacing: 2px; }.adult-note { display: flex; max-width: 770px; align-items: center; gap: 18px; margin: 42px auto 0; padding: 18px 24px; background: rgba(79, 159, 123, .1); border: 1px solid rgba(79, 159, 123, .2); border-radius: 20px; }.adult-note > span { font-size: 29px; }.adult-note p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }.adult-note strong { display: block; margin-bottom: 2px; color: var(--ink); }

.game-shell { padding: 27px; background: var(--paper); border: 1px solid rgba(72, 91, 81, .13); border-radius: 30px; box-shadow: 0 20px 50px rgba(76, 79, 60, .11); }.game-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.game-head h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(29px, 3.2vw, 40px); line-height: 1.08; }.round-count { display: flex; min-width: 82px; align-items: baseline; justify-content: center; gap: 5px; padding: 10px 14px; color: var(--level-accent); background: color-mix(in srgb, var(--level-accent) 11%, white); border-radius: 16px; }.round-count strong { font-family: Georgia, serif; font-size: 28px; }.round-count span { color: var(--muted); font-size: 13px; font-weight: 800; }.progress-track { display: grid; grid-template-columns: repeat(10, 1fr); gap: 6px; margin: 18px 0 20px; }.progress-track i { height: 7px; background: #e8e0d1; border-radius: 9px; }.progress-track i.done { background: var(--green); }.progress-track i.current { background: var(--level-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--level-accent) 14%, transparent); }
.practice-layout { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(380px, 1.28fr); align-items: center; gap: 28px; padding: 22px 28px; background: linear-gradient(145deg, #f3ead8, #faf5ea); border: 1px solid #e8dcc6; border-radius: 26px; }.digit-side { padding: 15px 0 15px 7px; }.digit-chip { display: grid; width: 104px; height: 104px; place-items: center; margin-bottom: 22px; padding-bottom: 5px; color: white; font-family: Georgia, serif; font-size: 72px; font-weight: 900; line-height: 1; background: var(--level-accent); border: 8px solid white; border-radius: 29px; box-shadow: 0 15px 28px color-mix(in srgb, var(--level-accent) 24%, transparent); transform: rotate(-3deg); }.digit-side h2 { margin: 0; font-family: Georgia, serif; font-size: 31px; line-height: 1.08; }.digit-side > p:not(.eyebrow) { margin: 12px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.55; }.side-meter { display: flex; align-items: center; gap: 10px; }.side-meter > span { height: 12px; flex: 1; overflow: hidden; background: white; border: 1px solid #ddcfb6; border-radius: 9px; }.side-meter i { display: block; width: 0; height: 100%; background: var(--level-accent); border-radius: inherit; transition: width .1s linear; }.side-meter strong { min-width: 42px; color: var(--level-accent); font-size: 13px; text-align: right; }
.board-column { display: grid; justify-items: center; }.trace-board { position: relative; width: min(100%, 430px); aspect-ratio: 360 / 420; overflow: hidden; background: rgba(255, 255, 255, .88); border: 3px solid white; border-radius: 29px; box-shadow: 0 16px 30px rgba(73, 80, 61, .12), inset 0 0 0 1px #e0d4be; user-select: none; touch-action: none; }.guide-svg, .draw-canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }.guide-svg { z-index: 1; }.draw-canvas { z-index: 2; cursor: crosshair; touch-action: none; }.writing-lines path { fill: none; stroke: #9dbed4; stroke-width: 2; stroke-dasharray: 5 12; opacity: .24; }.guide-road, .guide-center, .guide-hint { fill: none; stroke-linecap: round; stroke-linejoin: round; }.guide-road { stroke: #e8dfcf; stroke-width: var(--guide-width); }.guide-center { stroke: #b8ab94; stroke-width: 4; stroke-dasharray: 3 15; opacity: .9; }.guide-hint { stroke: #e6ad40; stroke-width: 8; stroke-dasharray: 4 20; opacity: .75; animation: dash-walk 1.3s linear infinite; }.start-point circle { fill: var(--green); stroke: white; stroke-width: 6; filter: drop-shadow(0 5px 5px rgba(44, 99, 76, .25)); }.start-point text { fill: white; font-family: Georgia, serif; font-size: 15px; font-weight: 900; text-anchor: middle; }.hint-runner circle { fill: #e6ad40; stroke: white; stroke-width: 5; filter: drop-shadow(0 5px 4px rgba(106, 79, 21, .24)); }.board-success { position: absolute; z-index: 4; right: 18px; bottom: 18px; display: grid; width: 68px; height: 68px; place-items: center; color: white; font-size: 38px; font-weight: 900; background: var(--green); border: 7px solid white; border-radius: 50%; box-shadow: 0 12px 22px rgba(42, 111, 83, .28); animation: success-in .36s ease both; }.trace-board.is-complete { box-shadow: 0 0 0 6px rgba(79, 159, 123, .15), 0 16px 30px rgba(73, 80, 61, .12); }.board-tools { display: flex; width: min(100%, 430px); justify-content: space-between; gap: 10px; margin-top: 12px; }.reset-button, .hint-button { min-height: 44px; padding: 0 15px; font-size: 12px; font-weight: 900; border-radius: 14px; }.reset-button { color: var(--ink); background: white; border: 1px solid #ded2bd; }.hint-button { color: #755b22; background: #fff1be; border: 1px solid #eed783; }.reset-button:hover:not(:disabled), .hint-button:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 7px 14px rgba(71, 76, 58, .09); }.reset-button:active:not(:disabled), .hint-button:active:not(:disabled) { transform: translateY(1px); }.reset-button:disabled, .hint-button:disabled { cursor: default; opacity: .52; }
.feedback-card { display: flex; min-height: 76px; align-items: center; gap: 14px; margin-top: 16px; padding: 13px 16px; background: #f4f0e7; border: 1px solid #e5dccb; border-radius: 19px; }.feedback-card.correct { background: #edf8f1; border-color: #b8dfc7; }.feedback-card.wrong { background: #fff2ef; border-color: #efc0b7; }.feedback-card.hint { background: #fff7d8; border-color: #edd98d; }.feedback-icon { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; font-size: 22px; background: white; border-radius: 14px; box-shadow: 0 5px 12px rgba(68, 74, 58, .08); }.feedback-card p { min-width: 0; margin: 0; }.feedback-card strong, .feedback-card small { display: block; }.feedback-card strong { font-family: Georgia, serif; font-size: 18px; }.feedback-card small { margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.4; }

.result-card { position: relative; overflow: hidden; padding: 50px 46px 44px; text-align: center; background: var(--paper); border: 1px solid rgba(72, 91, 81, .13); border-radius: 31px; box-shadow: 0 22px 55px rgba(73, 77, 58, .12); }.result-card > * { position: relative; z-index: 2; }.result-icon { display: grid; width: 88px; height: 88px; place-items: center; margin: 0 auto 17px; font-size: 43px; background: color-mix(in srgb, var(--level-accent) 16%, white); border: 7px solid white; border-radius: 50%; box-shadow: 0 13px 26px color-mix(in srgb, var(--level-accent) 20%, transparent); }.result-card h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 59px); line-height: 1; }.result-lead { max-width: 620px; margin: 16px auto 13px; color: var(--muted); font-size: 16px; line-height: 1.55; }.result-stars { color: var(--gold); font-size: 35px; letter-spacing: 7px; }.result-stars span { color: #ded5c4; }.result-digits { display: grid; max-width: 650px; grid-template-columns: repeat(10, 1fr); gap: 7px; margin: 23px auto; }.result-digits span { display: grid; aspect-ratio: 1; place-items: center; color: white; font-family: Georgia, serif; font-size: 27px; font-weight: 900; background: var(--level-accent); border: 4px solid white; border-radius: 15px; box-shadow: 0 6px 13px color-mix(in srgb, var(--level-accent) 21%, transparent); animation: digit-pop .34s ease both; animation-delay: var(--delay); }.result-stats { display: grid; max-width: 610px; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 auto 25px; }.result-stats > span { padding: 15px 8px; background: #f5eee1; border-radius: 17px; }.result-stats strong, .result-stats small { display: block; }.result-stats strong { color: var(--level-accent); font-family: Georgia, serif; font-size: 28px; }.result-stats small { margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 800; }.result-actions { display: flex; justify-content: center; gap: 11px; }.result-confetti { position: absolute; z-index: 1; inset: 0; pointer-events: none; }.result-confetti i { position: absolute; color: var(--level-accent); font-family: Georgia, serif; font-size: 23px; font-style: normal; font-weight: 900; opacity: .38; }.result-confetti i:nth-child(1) { top: 12%; left: 9%; transform: rotate(-15deg); }.result-confetti i:nth-child(2) { top: 23%; right: 11%; }.result-confetti i:nth-child(3) { bottom: 18%; left: 13%; transform: rotate(13deg); }.result-confetti i:nth-child(4) { top: 8%; right: 27%; color: var(--gold); }.result-confetti i:nth-child(5) { right: 8%; bottom: 15%; transform: rotate(-12deg); }.result-confetti i:nth-child(6) { top: 43%; left: 5%; color: var(--green); }

@keyframes hero-write { from { stroke-dashoffset: 930; } to { stroke-dashoffset: 120; } }
@keyframes twinkle { 50% { opacity: .35; transform: scale(.75) rotate(18deg); } }
@keyframes dash-walk { to { stroke-dashoffset: -48; } }
@keyframes success-in { from { opacity: 0; transform: scale(.4) rotate(-20deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes digit-pop { from { opacity: 0; transform: translateY(8px) scale(.8); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: minmax(0, 1fr) 345px; }.hero-copy { padding-left: 40px; }.hero h1 { font-size: 51px; }.hero-scene { padding-right: 15px; }.level-grid { grid-template-columns: 1fr; }.level-card { min-height: 190px; display: grid; grid-template-columns: 175px 1fr; grid-template-rows: 1fr auto; column-gap: 22px; }.level-visual { grid-row: 1 / 3; height: 100%; margin: 0; }.level-copy { align-self: center; padding-top: 14px; }.level-status { align-self: end; }.practice-layout { grid-template-columns: 190px minmax(360px, 1fr); gap: 18px; padding: 19px; }
}

@media (max-width: 680px) {
  .app { width: min(100% - 20px, 1120px); padding-top: 10px; padding-bottom: 30px; }.topbar { min-height: 48px; margin-bottom: 12px; }.brand-mark { width: 42px; height: 42px; border-radius: 14px; }.brand-mark b { font-size: 22px; }.brand strong { font-size: 16px; }.brand small, .sound-button span:last-child, .quiet-button { display: none; }.sound-button { width: 44px; padding: 0; justify-content: center; }.top-actions { gap: 6px; }
  .hero { display: block; min-height: auto; border-radius: 25px; }.hero-copy { padding: 35px 25px 26px; }.hero h1 { font-size: clamp(38px, 11vw, 51px); }.hero-copy > p:not(.eyebrow) { margin: 17px 0 22px; font-size: 15px; }.hero-scene { min-height: 315px; padding: 5px 35px 24px; }.hero-scene svg { width: 230px; }.hero-pencil { right: 45px; bottom: 28px; font-size: 46px; }.hero-spark { top: 25px; right: 37px; }
  .how, .levels { margin-top: 38px; }.how-grid { grid-template-columns: 1fr; }.how article { min-height: 100px; }.section-heading { display: block; }.section-heading h2 { font-size: 29px; }.section-heading > p { margin-top: 9px; text-align: left; font-size: 14px; }.level-card { display: flex; min-height: 305px; }.level-visual { height: 100px; margin: 15px 0 18px; }.level-copy { padding: 0; }.adult-note { align-items: flex-start; padding: 15px 17px; }
  .game-shell { padding: 16px; border-radius: 24px; }.game-head { align-items: flex-start; }.game-head h1 { font-size: 26px; }.round-count { min-width: 67px; padding: 8px 9px; }.round-count strong { font-size: 23px; }.progress-track { margin: 15px 0 18px; gap: 4px; }.progress-track i { height: 6px; }
  .practice-layout { display: flex; flex-direction: column; gap: 14px; padding: 14px; }.digit-side { display: grid; width: min(100%, 430px); grid-template-columns: 77px 1fr; grid-template-rows: auto auto auto; column-gap: 14px; padding: 0; }.digit-chip { width: 72px; height: 72px; grid-row: 1 / 3; margin: 0; border-width: 6px; border-radius: 21px; font-size: 51px; }.digit-side .eyebrow { align-self: end; margin-bottom: 2px; }.digit-side h2 { font-size: 24px; }.digit-side > p:not(.eyebrow) { display: none; }.side-meter { grid-column: 1 / 3; margin-top: 11px; }.board-column { width: 100%; }.trace-board { border-radius: 23px; }.board-tools { gap: 7px; }.reset-button, .hint-button { min-height: 44px; padding: 0 10px; font-size: 11px; }
  .feedback-card { align-items: flex-start; padding: 12px; }.feedback-icon { width: 40px; height: 40px; }.feedback-card.correct { flex-wrap: wrap; }.primary-button.compact { width: 100%; margin: 0; }.result-card { padding: 38px 18px 30px; border-radius: 25px; }.result-digits { grid-template-columns: repeat(5, 1fr); max-width: 330px; }.result-digits span { font-size: 23px; }.result-stats { gap: 6px; }.result-stats > span { padding: 12px 4px; }.result-stats strong { font-size: 24px; }.result-stats small { font-size: 9px; }.result-actions { flex-direction: column; }.result-actions button { width: 100%; }
}

@media (max-width: 400px) {
  .app { width: calc(100% - 20px); }.hero-copy { padding-inline: 20px; }.hero-scene { min-height: 285px; }.hero-scene svg { width: 210px; }.eyebrow { font-size: 10px; letter-spacing: .1em; }.game-shell { padding: 13px; }.game-head h1 { font-size: 23px; }.practice-layout { padding: 10px; border-radius: 21px; }.digit-side { grid-template-columns: 65px 1fr; }.digit-chip { width: 61px; height: 61px; border-width: 5px; border-radius: 18px; font-size: 43px; }.digit-side h2 { font-size: 21px; }.trace-board { border-width: 2px; }.board-tools { flex-direction: column; }.board-tools button { width: 100%; }.feedback-card small { font-size: 12px; }.result-card h1 { font-size: 39px; }
}

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