:root{--ink:#191d26;--ink-soft:#3c4356;--paper:#f8f6ef;--ivory:#fffdf6;--brass:#b8860b;--brass-deep:#8a6508;--rose:#b04a3f;--moss:#4a7a51;--staff-line:#9a9485;--coral:#e76f51;--coral-deep:#c9533a;--sun:#ffd166;--teal:#2a9d8f;--sky:#457b9d;--grape:#9b5de5;--red:#e63946;--shadow:0 1px 2px #191d261a, 0 4px 14px #191d260f;font-size:16px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{color:var(--ink);background:linear-gradient(165deg,#fff6e0 0%,#f2f7f0 45%,#eef3fa 100%) fixed;font-family:Atkinson Hyperlegible,system-ui,sans-serif;line-height:1.55}h1,h2,h3,.brand{margin:0;font-family:Bricolage Grotesque,Atkinson Hyperlegible,sans-serif;line-height:1.15}button{font:inherit;cursor:pointer}.shell{max-width:860px;margin:0 auto;padding:1.25rem 1rem 3rem}.shell.narrow{max-width:560px}.shell.centered{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100svh;padding-bottom:10vh;display:flex}.welcome h1{letter-spacing:-.02em;background:linear-gradient(90deg, var(--coral), var(--grape) 55%, var(--teal));color:#0000;-webkit-background-clip:text;background-clip:text;font-size:3.2rem;font-weight:800}.brand-mark{margin-bottom:.75rem}.tagline{color:var(--ink-soft);max-width:26rem;margin:.5rem 0 2rem}.welcome-form{flex-direction:column;gap:.6rem;width:min(20rem,86vw);display:flex}.welcome-form label{text-align:left;font-size:.95rem;font-weight:700}input{font:inherit;border:1.5px solid var(--ink-soft);background:var(--ivory);color:var(--ink);border-radius:8px;padding:.65rem .85rem}input:focus-visible{outline:3px solid var(--brass);outline-offset:1px}button.primary{background:var(--coral);color:var(--ivory);border:none;border-radius:8px;padding:.7rem 1.3rem;font-weight:700}button.primary:hover:not(:disabled){background:var(--coral-deep)}button.primary:disabled{opacity:.45;cursor:default}button.primary.wide{width:100%;margin-top:1.4rem}button.ghost{border:1.5px solid var(--ink-soft);color:var(--ink);background:0 0;border-radius:8px;padding:.45rem .9rem}button:focus-visible{outline:3px solid var(--brass);outline-offset:2px}.page-head{margin:1.5rem 0 1rem}.page-head h2{font-size:1.9rem;font-weight:800}.page-head p{color:var(--ink-soft);margin:.4rem 0 0}.ask{margin-top:1.6rem}.ask h3{margin-bottom:.6rem;font-size:1.1rem}.age-input{width:7rem}.choice-grid{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:.7rem;display:grid}.choice{text-align:left;background:var(--ivory);border:1.5px solid var(--ink-soft);border-radius:10px;flex-direction:column;gap:.25rem;padding:.85rem 1rem;display:flex}.choice span{color:var(--ink-soft);font-size:.92rem}.choice.selected{border-color:var(--teal);box-shadow:0 0 0 2.5px var(--teal)}.top-bar{justify-content:space-between;align-items:center;gap:.75rem;padding:.4rem 0 1.2rem;display:flex}.brand{font-size:1.35rem;font-weight:800}.level-chip{background:linear-gradient(90deg, var(--teal), var(--sky));color:var(--ivory);border-radius:999px;padding:.25rem .9rem;font-size:.9rem}.block{margin-top:1.4rem}.block h2{font-size:1.45rem;font-weight:800}.block-note{color:var(--ink-soft);margin:.25rem 0 .9rem;font-size:.95rem}.piece-list{flex-direction:column;gap:.7rem;display:flex}.piece-card{background:var(--ivory);box-shadow:var(--shadow);border-left:7px solid var(--teal);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.1rem;display:flex}.piece-list .piece-card:nth-child(4n+2){border-left-color:var(--coral)}.piece-list .piece-card:nth-child(4n+3){border-left-color:var(--grape)}.piece-list .piece-card:nth-child(4n+4){border-left-color:var(--sun)}.piece-card h3{font-size:1.1rem}.piece-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.piece-meta{align-items:center;gap:.6rem;margin-top:.2rem;display:flex}.stars .star{color:#c9c4b4}.stars .star.on{color:var(--brass)}.req-chip,.review-chip{border:1px solid var(--ink-soft);color:var(--ink-soft);border-radius:999px;padding:.1rem .55rem;font-size:.75rem}.review-chip{border-color:var(--brass);color:var(--brass-deep)}.practice .top-bar{align-items:baseline}.input-state{color:var(--ink-soft);font-size:.9rem}.staff-sheet{background:var(--ivory);box-shadow:var(--shadow);border-radius:12px;margin-top:.5rem;padding:.5rem .4rem}.note .head{fill:var(--ink)}.note .stem{stroke:var(--ink)}.note .head.open{fill:var(--ivory);stroke:var(--ink);stroke-width:1.7px}.note.done .head{fill:#b3ae9f}.note.done .head.open{fill:var(--ivory);stroke:#b3ae9f}.note.done .stem{stroke:#b3ae9f}.note.now .head{fill:var(--brass-deep)}.note.now .head.open{fill:var(--ivory);stroke:var(--brass-deep)}.note.now .stem{stroke:var(--brass-deep)}.note.hit .head{fill:var(--moss)}.note.hit .head.open{fill:var(--ivory);stroke:var(--moss)}.note.hit .stem{stroke:var(--moss)}.note.miss .head{fill:var(--rose)}.note.miss .head.open{fill:var(--ivory);stroke:var(--rose)}.note.miss .stem{stroke:var(--rose)}.cursor-arrow{animation:1.1s ease-in-out infinite bob}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}@media (prefers-reduced-motion:reduce){.cursor-arrow{animation:none}}.accidental{fill:var(--ink);font-size:13px}.finger-digit{fill:var(--ink-soft);font-family:Atkinson Hyperlegible,sans-serif;font-size:12px;font-weight:700}.finger-digit.now{fill:var(--coral)}.note-name{fill:var(--ink-soft);font-family:Atkinson Hyperlegible,sans-serif;font-size:11px}.hint{text-align:center;color:var(--ink-soft);margin:.9rem 0}.hint strong{color:var(--ink)}.heard.ok{color:var(--moss);font-weight:700}.heard.ko{color:var(--rose);font-weight:700}.notice{border:1.5px solid var(--rose);max-width:36rem;color:var(--ink);background:#f6e3d4;border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;margin:.8rem auto 0;padding:.6rem 1rem;font-size:.95rem;display:flex}.bar-actions{gap:.5rem;display:flex}.kbd{justify-content:center;max-width:100%;margin:0 auto;padding-bottom:.5rem;display:flex;overflow-x:auto}.white-slot{flex:none;position:relative}.wkey{background:var(--ivory);border:1.5px solid var(--ink);width:52px;height:168px;color:var(--ink-soft);border-radius:0 0 8px 8px;justify-content:center;align-items:flex-end;padding-bottom:.5rem;font-size:.75rem;display:flex}.wkey.expect{background:var(--sun)}.wkey.hit{background:#cfe3d2}.wkey.miss{background:#ecc9c4}.bkey{z-index:2;background:var(--ink);border:none;border-radius:0 0 6px 6px;width:32px;height:104px;position:absolute;top:0;right:-16px}.bkey.expect{background:#f4a261}.bkey.hit{background:var(--moss)}.bkey.miss{background:var(--rose)}.progress{background:#e4dfd0;border-radius:999px;height:8px;margin-top:1rem}.progress-fill{background:linear-gradient(90deg, var(--red), #f4a261, var(--sun), var(--teal), var(--sky), var(--grape));border-radius:999px;height:100%;transition:width .25s}.hands-guide{background:var(--ivory);max-width:30rem;box-shadow:var(--shadow);text-align:center;border-radius:12px;margin:1.6rem auto 0;padding:1rem 1.2rem}.hands-title{margin:0 0 .4rem;font-weight:700}.hands-row{justify-content:center;gap:.6rem;display:flex}.hands-row figure{margin:0}.hands-row figcaption{color:var(--ink-soft);font-size:.85rem}.hand-shape{fill:url(#skin);stroke:#c9906b;stroke-width:1.3px;stroke-linejoin:round}.nail{fill:#fdf4ec;stroke:#d8a984;stroke-width:.7px}.crease{fill:none;stroke:#d8a984;stroke-width:.8px;opacity:.7}.fingertip-digit{fill:var(--coral);font-family:Bricolage Grotesque,Atkinson Hyperlegible,sans-serif;font-size:13px;font-weight:800}.hands-note{color:var(--ink-soft);margin:.5rem 0 0;font-size:.9rem}.finale{text-align:center;padding:3rem 0}.finale h2{font-size:2rem;font-weight:800}.finale-acc{color:var(--ink-soft);margin:.5rem 0 0}.finale-stars{color:var(--brass);margin:.4rem 0;font-size:2.4rem}.finale-note{max-width:30rem;margin:.8rem auto}.finale-actions{justify-content:center;gap:.8rem;margin-top:1.5rem;display:flex}.error-note{color:var(--rose);max-width:28rem;margin-bottom:1rem}@media (width<=560px){.welcome h1{font-size:2.4rem}.wkey{width:44px;height:140px}.bkey{width:26px;height:86px;right:-13px}}.hearing{color:var(--teal);font-weight:700}.notice.cal{border-color:var(--teal);background:#e3f1ef}.form-error{color:var(--red);text-align:left;margin:0;font-size:.9rem}.linkish{color:var(--sky);background:0 0;border:none;padding:.2rem;font-size:.92rem;text-decoration:underline}.finale-perfect{color:var(--moss);margin:.6rem 0;font-size:1.2rem;font-weight:700}.stumble-list{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:34rem;margin:.6rem auto;display:flex}.stumble{background:var(--ivory);border:2px solid var(--rose);color:var(--ink);border-radius:10px;padding:.35rem .7rem;font-weight:700}.stumble em{color:var(--ink-soft);font-style:normal;font-weight:400}.stumble small{color:var(--ink-soft);font-weight:400;display:block}.finale-acc{font-size:.9rem}.hint.demo{color:var(--grape);font-weight:700}.beam{stroke:var(--ink);stroke-linecap:butt}
