/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.contents{display:contents}.table{display:table}}:root{--ink:#17211c;--muted:#6e7771;--paper:#f7f6f0;--card:#fffef9;--line:#deddd4;--green:#39745c;--green-soft:#dcebe2;--red:#bb5249;--red-soft:#f9e3df}*{box-sizing:border-box}html{background:var(--paper)}body{background:radial-gradient(circle at 16% 8%, #5b897117, transparent 30rem), var(--paper);color:var(--ink);min-height:100vh;margin:0;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,sans-serif}button,summary{font:inherit}.page-shell{width:min(960px,100% - 32px);margin:0 auto;padding:28px 0 24px}.topbar{justify-content:space-between;align-items:center;gap:24px;margin-bottom:34px;display:flex}.brand{letter-spacing:.02em;align-items:center;gap:11px;font-size:19px;font-weight:720;display:flex}.brand-mark{color:#fff;background:var(--green);border-radius:12px 12px 12px 4px;place-items:center;width:38px;height:38px;font-family:serif;display:grid}.topbar-actions{align-items:center;gap:22px;display:flex}.timer-toggle{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:flex}.timer-toggle input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.toggle-track{background:#e8e8e2;border:1px solid #c9cbc5;border-radius:999px;width:36px;height:21px;transition:background .16s,border-color .16s;position:relative}.toggle-track i{background:#fff;border-radius:50%;width:15px;height:15px;transition:transform .16s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #1b27203d}.timer-toggle input:checked+.toggle-track{border-color:var(--green);background:var(--green)}.timer-toggle input:checked+.toggle-track i{transform:translate(15px)}.timer-toggle input:focus-visible+.toggle-track{outline-offset:2px;outline:3px solid #39745c38}.pause-shortcut{color:var(--muted);cursor:pointer;background:#ecece6;border:0;border-radius:999px;padding:6px 10px;font-size:12px}.pause-shortcut.active{color:#8c5e18;background:#f4e5c9;font-weight:700}.stats{color:var(--muted);align-items:center;gap:22px;font-size:13px;display:flex}.stats span{align-items:baseline;gap:5px;display:flex}.stats b{color:var(--ink);font-size:17px}.practice-card{background:var(--card);border:1px solid var(--line);border-radius:26px;flex-direction:column;justify-content:center;align-items:center;min-height:290px;transition:border-color .16s,transform .16s,background .16s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #26362d14}.practice-card:after{content:"";background:var(--green);height:5px;transition:transform .15s;position:absolute;inset:auto 0 0;transform:scaleX(0)}.practice-card.correct:after{transform:scaleX(1)}.practice-card.wrong,.practice-card.revealed{background:#fffaf8;border-color:#e7aaa4}.practice-card.paused{background:#fffdf7;border-color:#d7c392}.kind-pill{background:var(--green-soft);color:var(--green);border-radius:999px;padding:6px 11px;font-size:12px;font-weight:700;position:absolute;top:22px;left:24px}.instruction{color:var(--muted);margin:16px 0 0;font-size:14px}.practice-card h1{letter-spacing:-.06em;margin:2px 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:clamp(76px,12vw,112px);font-weight:680;line-height:1.08}.answer-area{justify-content:center;align-items:center;height:38px;font-size:15px;display:flex}.hint{color:#9da39f}.error-text{color:var(--red);font-weight:650}.slow-text{color:#9a6a20;font-weight:650}.pause-text{color:#8c5e18;font-weight:700}.success-text{color:var(--green);font-weight:700}.reveal{color:var(--red);align-items:center;gap:9px;font-weight:650;display:flex}kbd{min-width:29px;height:29px;color:var(--ink);background:#fff;border:1px solid #c9cbc5;border-bottom-width:3px;border-radius:7px;place-items:center;padding:0 7px;font-family:ui-monospace,monospace;font-weight:800;display:inline-grid}.attempt-dots{gap:6px;display:flex;position:absolute;top:27px;right:24px}.attempt-dots i{background:#e0e1dc;border-radius:50%;width:7px;height:7px}.attempt-dots i.used{background:var(--red)}.attempt-dots i.used.slow{background:#c99748}.keyboard{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:8px;margin:28px auto 30px;display:flex}.key-row{gap:8px;display:flex}.key-row:nth-child(2){transform:translate(13px)}.key-row:nth-child(3){transform:translate(-7px)}.key{color:#4b544e;cursor:pointer;background:#fcfcf8;border:1px solid #d4d4cc;border-bottom-width:3px;border-radius:10px;width:clamp(34px,7.4vw,62px);height:52px;font-family:ui-monospace,monospace;font-size:15px;font-weight:700;transition:transform 80ms,background .1s,border-color .1s}.key:hover{border-color:#9aac9f}.key:active,.key.key-correct,.key.key-wrong{border-bottom-width:1px;transform:translateY(2px)}.key.key-correct{background:var(--green-soft);color:#24543f;border-color:#7faa91}.key.key-wrong{background:var(--red-soft);color:#913b35;border-color:#d98780}.lower-grid{grid-template-columns:.9fr 1.1fr;gap:16px;display:grid}.panel{border:1px solid var(--line);background:#fffef9b3;border-radius:18px;padding:20px}.panel-title{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.panel h2{margin:0;font-size:16px}.panel-title>span{color:var(--muted);font-size:12px}.mistake-list{flex-wrap:wrap;gap:9px;margin-top:17px;display:flex}.mistake-item{background:#f0efe9;border-radius:10px;align-items:center;gap:7px;padding:7px 9px;font-family:ui-monospace,monospace;font-weight:650;display:flex}.mistake-item .arrow{color:#9ba09c}.mistake-item kbd{min-width:24px;height:24px;font-size:12px}.mistake-item small{color:#9a6a20;font-family:inherit;font-size:10px}.empty-copy{color:var(--muted);margin:16px 0 2px;font-size:13px}.reference-panel summary{cursor:pointer;font-size:16px;font-weight:700;list-style-position:inside}.mapping-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:18px;display:grid}.mapping{align-items:center;gap:8px;min-width:0;font-size:12px;display:flex}.mapping kbd{min-width:25px;height:25px;font-size:11px}.mapping span{color:#59625c;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.initial-note{color:var(--muted);margin:15px 0 0;font-size:12px;line-height:1.7}footer{color:#8a918c;justify-content:space-between;align-items:center;margin-top:18px;font-size:12px;display:flex}footer button{color:#888e8a;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;text-decoration:underline}@media (width<=700px){.page-shell{width:min(100% - 22px,540px);padding-top:18px}.topbar{align-items:flex-start;margin-bottom:22px}.topbar-actions{flex-direction:column-reverse;align-items:flex-end;gap:8px}.stats{gap:12px}.stats span{flex-direction:column;gap:0}.practice-card{border-radius:21px;min-height:260px}.key-row{gap:4px}.key{width:calc(10vw - 6.2px);max-width:49px;height:46px}.lower-grid{grid-template-columns:1fr}.mapping-grid{grid-template-columns:repeat(3,1fr)}footer{gap:20px}}@media (width<=430px){.brand{font-size:16px}.brand-mark{width:34px;height:34px}.stats span:nth-child(2){display:none}.timer-toggle{font-size:12px}.mapping-grid{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
