:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{min-width:320px;min-height:100vh;margin:0}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:1240px;margin:0 auto;padding:0 2rem 2rem}.app{flex-direction:column;align-items:center;min-height:100vh;display:flex}.topNav{-webkit-backdrop-filter:blur(6px);z-index:20;background:#f8f8f8eb;border-bottom:1px solid #0000001f;border-radius:0;width:100%;padding:.75rem 0;position:fixed;top:0;left:0;right:0;transform:none}.topNavInner{justify-content:center;align-items:center;gap:.9rem;width:min(1240px,100% - 2.75rem);margin:0 auto;display:flex}.navPlate{width:100%;max-width:1240px;box-shadow:none;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;gap:.9rem;padding:0 .25rem;display:flex;position:relative}.navLeft{align-items:center;gap:2.5rem;min-width:0;display:flex}.topNav:before{content:"";pointer-events:none;opacity:.35;background:linear-gradient(#ffffffd9,#fff0);position:absolute;inset:0}.topNav>*{z-index:1;position:relative}.navBrand{min-width:0;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.55rem;padding:0;display:inline-flex}.navBrandMark{letter-spacing:.02em;background:#0000000a;border:1px solid #0000001f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:900;display:inline-flex}.navLinks{scrollbar-width:none;flex:0 auto;justify-content:flex-start;align-items:center;gap:1.35rem;min-width:0;display:flex;overflow:auto visible}.navLinks::-webkit-scrollbar{display:none}.navLink{appearance:none;color:#000000db;opacity:1;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:0;padding:.3rem .35rem .5rem;font-weight:650;position:relative}.navLink:hover{color:#000}.navLink:focus{outline:none}.navLink:focus-visible:after{transform:scaleX(1)}.navLink:after{content:"";transform-origin:0;background:#000000db;height:2px;transition:transform .32s;position:absolute;bottom:.12rem;left:0;right:0;transform:scaleX(0)}.navLink:hover:after{transform:scaleX(1)}.navLink.isActive{color:#000}.navLink.isActive:after{background:#000000eb;transform:scaleX(1)}.navTools{justify-content:flex-end;align-items:center;min-width:44px;display:inline-flex;position:absolute;right:.25rem}.navToolHint{width:1px;height:1px;display:inline-block}.page{flex-direction:column;flex:1;align-items:center;gap:1.25rem;width:100%;padding-top:6.25rem;display:flex}@media (width<=720px){.topNav{padding:.7rem 0}.topNavInner{width:min(1240px,100% - 1.5rem)}.navPlate{gap:.75rem;padding:0 .1rem}.navLeft{gap:1.5rem}.navLink{padding:.28rem .3rem .5rem}}.chordCard{background:#7f7f7f14;border:1px solid #7f7f7f59;border-radius:16px;width:min(980px,100%);padding:1.25rem 1.5rem}.chordText{letter-spacing:.02em;text-align:center;min-height:3.25rem;font-size:3.15rem;font-weight:800}.chordPulse{animation:.18s ease-out chordPulse}@keyframes chordPulse{0%{opacity:.75;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.progressWrap{margin-top:.85rem}.progressTrack{background:#7f7f7f38;border-radius:999px;height:6px;overflow:hidden}.progressFill{transform-origin:0;background:#ffffffb8;border-radius:999px;width:100%;height:100%;transform:scaleX(0)}.progressFill.isRunning{will-change:transform;animation-name:progressFill;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes progressFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-color-scheme:light){.progressFill{background:#000000b8}}@media (prefers-reduced-motion:reduce){.progressFill.isRunning{transform:scaleX(1);animation:none!important}}.panel{border:1px solid #7f7f7f59;border-radius:16px;width:min(980px,100%);padding:1rem 1rem 1.1rem}.panelTitle{opacity:.85;margin-bottom:.75rem;font-size:.95rem}.midiRow{grid-template-columns:auto 1fr;align-items:center;gap:.75rem;margin-bottom:.75rem;display:grid}.midiError{text-align:left;color:#ff6b6b;grid-column:1/-1;font-size:.95rem}.pianoWrap{justify-content:center;width:100%;padding-bottom:.25rem;display:flex;overflow-x:auto}.piano{--whiteW:18px;--whiteH:86px;--blackW:11px;--blackH:54px;width:calc(var(--whiteW) * var(--whiteCount));height:var(--whiteH);flex:none;position:relative}.pianoWhite{display:flex;position:absolute;inset:0}.pianoBlack{pointer-events:none;position:absolute;inset:0}.pianoKey.white{width:var(--whiteW);height:var(--whiteH);box-sizing:border-box;background:#ffffffeb;border:1px solid #0000002e;border-right:none}.pianoKey.white:last-child{border-right:1px solid #0000002e}.pianoKey.black{width:var(--blackW);height:var(--blackH);background:#000000e6;border-radius:0 0 4px 4px;position:absolute;top:0;box-shadow:0 2px 6px #00000059}.pianoKey.isDown.white{background:#61dafba6}.pianoKey.isDown.black{background:#646cfff2}@media (width<=520px){.piano{--whiteW:16px;--whiteH:78px;--blackW:10px;--blackH:48px}}.panelRow{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:.9rem;display:grid}@media (width<=520px){.panelRow{grid-template-columns:1fr}}.control{gap:.35rem;min-width:0;display:grid}.controlLabel{opacity:.85;font-size:.9rem}.controlField{width:100%;min-width:0;color:inherit;box-sizing:border-box;background:0 0;border:1px solid #7f7f7f59;border-radius:12px;padding:.55rem .7rem;font-size:1rem}.panelGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (width<=700px){.panelGrid{grid-template-columns:1fr}}.group{border:1px solid #7f7f7f40;border-radius:14px;margin:0;padding:.75rem .75rem .85rem}.group legend{opacity:.85;padding:0 .5rem;font-size:.9rem}.check{-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;padding:.35rem .25rem;display:flex}.check input{width:1.05rem;height:1.05rem}.check span{font-size:1rem}.controls{gap:.75rem;display:flex}.controlsTop{justify-content:center;margin:.25rem 0 .65rem}.controls button{padding:.7rem 1.1rem;font-size:1rem}.catalogGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;display:grid}@media (width<=700px){.catalogGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.catalogItem{text-align:center;background:#7f7f7f0f;border:1px solid #7f7f7f40;border-radius:12px;padding:.65rem .75rem;font-weight:650}.drumStaff{width:100%;height:auto;display:block}.drumStaffLine{stroke:#7f7f7f8c;stroke-width:1px}.drumStaffBar{stroke:#7f7f7f59;stroke-width:1px}.drumStaffBarStrong{stroke:#7f7f7fa6;stroke-width:1.4px}.drumStaffNote{fill:#ffffffd1;stroke:#00000026;stroke-width:.8px}@media (prefers-color-scheme:light){.drumStaffNote{fill:#000000c7;stroke:#0003}}.drumStaffX{fill:currentColor;opacity:.9;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;font-weight:700}.rhythmList{flex-direction:column;gap:.65rem;display:flex}.rhythmRow{background:#7f7f7f0f;border:1px solid #7f7f7f40;border-radius:12px;grid-template-columns:180px 1fr;align-items:center;gap:.75rem;padding:.7rem .8rem;display:grid}.rhythmName{text-align:left;font-weight:800}.rhythmStaff{min-width:0}@media (width<=700px){.rhythmRow{grid-template-columns:1fr}}.shortcutGroups{gap:.9rem;display:grid}.shortcutGroupTitle{text-align:left;margin-bottom:.4rem;font-weight:800}.shortcutTable{border:1px solid #7f7f7f40;border-radius:12px;overflow:hidden}.shortcutRow{border-top:1px solid #7f7f7f2e;grid-template-columns:1fr auto;align-items:center;gap:.75rem;padding:.65rem .75rem;display:grid}.shortcutRow:first-child{border-top:none}.shortcutAction{text-align:left;min-width:0}.shortcutNote{opacity:.7;margin-top:.2rem;font-size:.95rem}.shortcutKeys{white-space:nowrap;opacity:.95;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700}@media (width<=520px){.shortcutRow{grid-template-columns:1fr}.shortcutKeys{opacity:.85}}.chipGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;display:grid}@media (width<=520px){.chipGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}.chip{-webkit-user-select:none;user-select:none;background:#7f7f7f0a;border:1px solid #7f7f7f40;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;padding:.35rem .55rem;display:inline-flex}.chip input{width:1rem;height:1rem}.footer{opacity:.7;width:100%;max-width:1240px;padding:1.25rem 0 .75rem;font-size:.95rem}.footerInner{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.footerLeft{text-align:left;white-space:nowrap}.footerLinks{flex-wrap:wrap;justify-content:flex-end;gap:.5rem .9rem;display:flex}.footerLink{color:inherit;opacity:.95}.footerLink:hover{opacity:1;text-decoration:underline}@media (width<=700px){.footerInner{flex-direction:column;align-items:flex-start}.footerLinks{justify-content:flex-start}}
