.typing-card{max-width:860px}.typing-card h1{text-align:center}.typing-card .lead{text-align:center;line-height:1.8}.typing-card .screen{animation:tp-fade-in .3s ease}@keyframes tp-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.typing-card .setting-block{margin:1.4rem 0}.typing-card .setting-label{font-family:var(--font-hand);font-size:1.2rem;margin-bottom:.5rem;text-align:center}.typing-card .choice-row{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center}.typing-card .choice{flex:1 1 150px;max-width:220px;background:var(--paper);border:3px solid #e7dcc4;border-radius:16px;padding:.9rem .6rem;cursor:pointer;font-family:var(--font-body);color:var(--ink);transition:transform .12s,border-color .12s,box-shadow .12s;display:flex;flex-direction:column;align-items:center;gap:.25rem}.typing-card .choice:hover{transform:translateY(-2px)}.typing-card .choice.on{border-color:var(--pot);background:#fff6ef;box-shadow:0 4px #e2b79f}.typing-card .choice-emoji{font-size:2rem;line-height:1}.typing-card .choice-name{font-family:var(--font-hand);font-size:1.3rem}.typing-card .choice-desc{font-size:.82rem;color:var(--ink-light);line-height:1.4}.typing-card .sound-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-hand);font-size:1.1rem;margin:1.2rem 0;cursor:pointer}.typing-card .sound-toggle input{width:1.3rem;height:1.3rem}.typing-card .big-btn{display:block;margin:1rem auto 0;font-size:1.5rem;padding:.7rem 2.4rem}.typing-card .ghost-btn{background:#eee5d2;box-shadow:0 4px #cbbf9f}.typing-card .scorebar{display:flex;justify-content:center;gap:.6rem;margin-bottom:1rem;flex-wrap:wrap}.typing-card .score-item{background:var(--lemon-soft);border:2px dashed var(--cork-dark);border-radius:12px;padding:.35rem 1rem;text-align:center;min-width:92px}.typing-card .score-num{display:block;font-family:var(--font-hand);font-size:1.7rem;line-height:1;color:var(--ink)}.typing-card .score-cap{font-size:.72rem;color:var(--ink-light)}.typing-card .belt{display:flex;align-items:flex-end;gap:.4rem;background:repeating-linear-gradient(90deg,#b98a58 0 18px,#a97a48 18px 36px);border-radius:12px;padding:.5rem .6rem .4rem;box-shadow:inset 0 3px 8px #00000040;overflow:hidden;margin-bottom:1.1rem}.typing-card .belt-dog{flex:0 0 auto}.typing-card .belt-dog img{width:62px;height:62px;object-fit:contain;filter:drop-shadow(0 2px 2px rgba(0,0,0,.3))}.typing-card .belt-dog.eating img{animation:tp-eat-bounce .4s ease}@keyframes tp-eat-bounce{0%,to{transform:none}40%{transform:scale(1.18) rotate(-4deg)}}.typing-card .belt-track{position:relative;flex:1 1 auto;height:62px}.typing-card .bowl{position:absolute;top:8px;left:100%;font-size:2.4rem;line-height:1;transition:none;filter:drop-shadow(0 2px 2px rgba(0,0,0,.3))}.typing-card .bowl.eaten{animation:tp-bowl-eaten .35s ease forwards}@keyframes tp-bowl-eaten{to{transform:scale(.2) translate(-40px);opacity:0}}.typing-card .bowl.dropped{animation:tp-bowl-drop .5s ease forwards}@keyframes tp-bowl-drop{to{transform:translateY(60px) rotate(60deg);opacity:0}}.typing-card .word-stage{text-align:center;margin:.6rem 0 1.2rem}.typing-card .word-hint{font-family:var(--font-hand);font-size:.95rem;color:var(--ink-light);min-height:1.2em}.typing-card .word-hint:before{content:"「"}.typing-card .word-hint:after{content:"」"}.typing-card .word-hint:empty:before,.typing-card .word-hint:empty:after{content:""}.typing-card .kana-line{font-family:var(--font-hand);font-size:clamp(2.2rem,8vw,3.4rem);letter-spacing:.08em;line-height:1.2}.typing-card .kana-line .done{color:#bdb09a}.typing-card .kana-line .cur{color:var(--pot);position:relative;text-decoration:underline wavy var(--pot);text-underline-offset:8px}.typing-card .romaji-line{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:.5rem}.typing-card .r-tile{min-width:1.5em;padding:.12em .28em;font-size:clamp(1.3rem,4.6vw,1.9rem);font-weight:700;text-transform:uppercase;line-height:1.2;border-radius:8px;border:2px solid #ddd0b6;color:#b9ab93;background:#fbf7ec}.typing-card .r-tile.done{background:#63b463;border-color:#4f9c4f;color:#fff}.typing-card .r-tile.next{border-color:#ff9800;color:#d8892f;background:#fff5df;box-shadow:0 0 0 4px #ffb3004d;animation:tp-tile-pulse .9s ease-in-out infinite alternate}@keyframes tp-tile-pulse{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.typing-card .progress{height:12px;background:#e9ddc4;border-radius:999px;margin:.8rem auto .3rem;max-width:340px;overflow:hidden;box-shadow:inset 0 1px 3px #00000026}.typing-card .progress-fill{height:100%;width:0%;border-radius:999px;background:linear-gradient(90deg,#8fd28f,#63b463);transition:width .15s ease}.typing-card .next-hint{font-family:var(--font-hand);font-size:1.05rem;color:var(--ink);min-height:1.5em;margin-top:.2rem}.typing-card .next-hint b{display:inline-block;background:#fff5df;border:2px solid #ff9800;border-radius:6px;padding:0 .4em;margin:0 .15em;color:#d8892f}.typing-card .word-stage.shake{animation:tp-word-shake .24s}@keyframes tp-word-shake{0%,to{transform:none}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.typing-card .keyboard{display:flex;flex-direction:column;gap:6px;align-items:flex-start;margin:.4rem auto .8rem;width:fit-content;max-width:100%}.typing-card .kb-row{display:flex;gap:6px}.typing-card .kb-row.off1{padding-left:clamp(16px,4.4vw,28px)}.typing-card .kb-row.off2{padding-left:clamp(46px,12.8vw,82px)}.typing-card .kb-space{width:clamp(150px,44vw,300px);background:#efe6d2;color:var(--ink-light);font-size:.85rem;text-transform:none;font-weight:500;cursor:default}.typing-card .kb-spacerow{justify-content:center;width:100%;padding-left:0}.typing-card .key{width:clamp(30px,8.4vw,52px);height:clamp(38px,9vw,56px);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:clamp(.95rem,3.2vw,1.35rem);font-weight:700;color:#4a3c2a;border:2px solid rgba(0,0,0,.12);box-shadow:0 3px #00000024;text-transform:uppercase;user-select:none;position:relative;flex:0 0 auto;transition:transform .06s,box-shadow .06s}.typing-card .key.home:after{content:"";position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:12px;height:3px;border-radius:2px;background:#00000059}.typing-card .key.next{outline:4px solid #ffb300;box-shadow:0 0 0 4px #ffb30059,0 3px #00000024;transform:translateY(-3px) scale(1.06);z-index:2;animation:tp-key-glow .9s ease-in-out infinite alternate}@keyframes tp-key-glow{0%{outline-color:#ffd24d}to{outline-color:#ff9800}}.typing-card .key.hit{transform:translateY(2px) scale(.95);box-shadow:0 1px #00000024}.typing-card .f-lp{background:#ffd9d9}.typing-card .f-lr{background:#ffe9cc}.typing-card .f-lm{background:#fff4c2}.typing-card .f-li{background:#d8f0cf}.typing-card .f-ri{background:#cfeede}.typing-card .f-rm{background:#cfe6f5}.typing-card .f-rr{background:#dcd5f2}.typing-card .f-rp{background:#f2d5ec}.typing-card .finger-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:.3rem .6rem;font-size:.76rem;color:var(--ink-light);margin-bottom:.8rem}.typing-card .leg-item{display:inline-flex;align-items:center;gap:.25rem}.typing-card .leg-dot{width:14px;height:14px;border-radius:4px;border:1px solid rgba(0,0,0,.15)}.typing-card #result-screen{text-align:center}.typing-card .result-dog img{width:130px;height:130px;object-fit:contain;margin:0 auto;animation:tp-eat-bounce .6s ease}.typing-card .result-rank{font-family:var(--font-hand);font-size:2.2rem;color:var(--pot);margin:.3rem 0 .8rem}.typing-card .result-stats{display:flex;justify-content:center;gap:.6rem;flex-wrap:wrap;margin-bottom:1.2rem}.typing-card .result-btns{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.typing-card .praise{min-height:1.6rem;font-family:var(--font-hand);font-size:1.3rem;color:#63b463;margin-top:.4rem}
