*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f4f4f7;overscroll-behavior:none}.app{display:flex;flex-direction:column;height:100dvh}header{padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(180deg,#fff,#f8f9fa);border-bottom:1px solid #e0e0e0;flex-shrink:0;flex-wrap:wrap}.brand h1{margin:0;font-size:20px;font-weight:600;color:#2c3e50;letter-spacing:-.3px}.stats{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}.stat{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:74px;padding:6px 14px 10px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;position:relative;transition:all .2s ease}.stat-label{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.stat-value{font-size:24px;font-weight:700;color:#2c3e50;font-variant-numeric:tabular-nums;line-height:1.1;margin-top:2px}.stat-unit{font-size:14px;font-weight:500;color:#888;margin-left:1px}.stat-points.positive .stat-value{color:#27ae60}.stat-points.negative .stat-value{color:#e74c3c}.stat-time{min-width:100px}.stat-bar{position:absolute;bottom:0;left:0;right:0;height:4px;background:#eee;border-radius:0 0 10px 10px;overflow:hidden}.stat-bar-fill{height:100%;background:#27ae60;transition:width 1s linear,background-color .3s ease}.stat-time.warning .stat-value{color:#e67e22}.stat-time.warning .stat-bar-fill{background:#e67e22}.stat-time.urgent .stat-value{color:#e74c3c}.stat-time.urgent .stat-bar-fill{background:#e74c3c}.stat-time.urgent{animation:shake .5s ease-in-out infinite}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-1px)}75%{transform:translate(1px)}}.stat-streak .stat-value,.stat-best .stat-value{font-size:20px;color:#555}.listen-btn{display:flex;align-items:center;gap:6px;background:linear-gradient(180deg,#3498db,#2980b9);color:#fff;border:none;padding:8px 16px;border-radius:10px;cursor:pointer;font-weight:600;font-size:13px;box-shadow:0 2px 4px #3498db4d;transition:transform .1s ease,box-shadow .2s ease}.listen-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #3498db66}.listen-btn:active{transform:translateY(0)}.listen-icon{font-size:18px;line-height:1}.modes{display:flex;gap:6px;padding:8px 16px;background:#fafafa;border-bottom:1px solid #ddd;overflow-x:auto;flex-shrink:0}.mode-btn{display:flex;flex-direction:column;align-items:center;min-width:80px;padding:6px 10px;background:#fff;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:11px;color:#444;white-space:nowrap;flex-shrink:0}.mode-btn:hover{background:#f0f0f0}.mode-btn.active{background:#2ecc71;border-color:#27ae60;color:#fff}.mode-num{font-weight:700;font-size:14px}.mode-desc{font-size:10px;opacity:.9}.mode-points{font-size:9px;opacity:.8;margin-top:2px}.stave-area{flex:1 1 50%;display:flex;align-items:center;justify-content:center;background:#fff;padding:8px;min-height:0;position:relative}.stave-container{width:100%;max-width:600px;display:flex;justify-content:center}.stave-container svg{max-width:100%;height:auto}.keyboard-area{flex:1 1 50%;display:flex;align-items:stretch;justify-content:flex-start;padding:8px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;min-height:0}.keyboard{display:flex;height:100%;min-width:min-content;margin:auto}.white-key-wrapper{position:relative;flex-shrink:0}.white-key{width:44px;height:100%;background:#fff;border:1px solid #333;border-radius:0 0 4px 4px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:6px;cursor:pointer;touch-action:manipulation}.white-key:active{background:#eee}.white-key .label{font-size:10px;color:#888;pointer-events:none}.black-key{position:absolute;top:0;right:-14px;width:28px;height:62%;background:#111;border:1px solid #000;border-radius:0 0 3px 3px;cursor:pointer;z-index:2;touch-action:manipulation}.black-key:active{background:#333}.hint{outline:3px solid #e74c3c;outline-offset:-3px}.white-key.disabled{background:#eaeaea;color:#bbb;cursor:not-allowed;border-color:#bbb}.white-key.disabled .label{color:#ccc}.black-key.disabled{background:#666;cursor:not-allowed;opacity:.4}.overlay{position:absolute;inset:0;background:#ffffffeb;display:flex;align-items:center;justify-content:center;z-index:10}.overlay-box{background:#fff;border:2px solid #2ecc71;border-radius:12px;padding:20px 32px;text-align:center;box-shadow:0 6px 20px #00000026;min-width:260px}.overlay-box h2{margin:0 0 8px;color:#27ae60}.overlay-box p{margin:6px 0}.overlay-box .small{font-size:12px;color:#666}.overlay-box .big-score{font-size:48px;font-weight:700;color:#27ae60;margin:12px 0;font-variant-numeric:tabular-nums}.overlay-box .new-record{color:#e67e22;font-weight:700;animation:pulse 1s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.start-btn{background:#27ae60;color:#fff;border:none;padding:12px 36px;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;margin-top:8px}.start-btn:hover{background:#229954}@media(max-width:700px){header{padding:8px 12px;gap:8px}.brand h1{font-size:16px}.stats{gap:6px;width:100%;justify-content:space-between}.stat{min-width:0;flex:1;padding:4px 6px 8px}.stat-time{flex:1.3}.stat-value{font-size:20px}.stat-streak .stat-value,.stat-best .stat-value{font-size:16px}.listen-text{display:none}.listen-btn{padding:8px 12px}.listen-icon{font-size:20px}.mode-desc,.mode-points{display:none}.mode-btn{min-width:40px}.white-key{width:36px}.black-key{width:22px;right:-11px}.white-key-wrapper.out-of-range{display:none}.overlay-box{padding:16px 20px;min-width:220px}.overlay-box .big-score{font-size:36px}.start-btn{padding:10px 24px;font-size:16px}}@media(max-width:420px){.stat-label{font-size:8px}.stat-streak,.stat-best{min-width:0;padding:4px 6px 8px}}
