.preferenceValueCentered{justify-content:center}.chordListInputRow{display:flex;gap:2px;align-items:center;width:100%}.chordListInputRow input{flex:1;min-width:0;font-size:.9em;box-sizing:border-box}.chordListInputRow .chipButton{min-height:unset;padding-top:4px;padding-bottom:2px}.chordListButtons{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;width:100%}.chordListButtons:empty{display:none}.chordListButtonsTitle:has(+ .chordListButtons:empty){display:none}.codeProgressionGroup{flex-direction:column;align-items:stretch;gap:6px}.chipGroupActions{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;width:100%}.preferenceValue{margin-bottom:3px}.chipGroup{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.chipGroupSectionRow{display:flex;flex-direction:column;gap:6px}.chipButton{appearance:none;display:inline-flex;align-items:center;justify-content:center;padding:6px;min-height:28px;min-width:42px;border-radius:3px;border:1px solid #666;background-color:#f7f7f7;font-size:.85em;color:#222;user-select:none;cursor:pointer}.chipButton .material-symbols-rounded{font-size:1.5em;line-height:1}.chipButton .lang{font-size:.6em;line-height:1;align-self:flex-end;padding-bottom:1px}.chipButton.isActive{background-color:#1e7a4f;border-color:#1e7a4f;color:#fff}.chipButton:focus-visible{outline:#333 solid 2px;outline-offset:2px}.practiceTransitionPanel{max-height:1200px;opacity:1;overflow:hidden;transform:translateY(0);visibility:visible;transition:max-height 1.5s,opacity 1.5s,transform 1.5s,margin 1.5s,padding 1.5s,visibility linear}.practiceTransitionPanel.isPracticeCollapsed{max-height:0;opacity:0;transform:translateY(-6px);visibility:hidden;pointer-events:none;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;transition:max-height 260ms,opacity 180ms,transform 180ms,margin 260ms,padding 260ms,visibility 0s linear 260ms}@media (prefers-reduced-motion:reduce){.practiceTransitionPanel,.practiceTransitionPanel.isPracticeCollapsed{transition:none;transform:none}}#codeDiagram{margin:3px;padding:8px;border-radius:3px;background-color:#f5fffa}.fretboard{display:grid;grid-template-columns:repeat(11,44px) 32px;grid-template-rows:repeat(6,32px) 20px;gap:0;justify-content:center;position:relative}.toneLegend{font-size:.6em;color:#333;text-align:center}.fretCell.isHidden,.fretNumber.isHidden{display:none}.fretLabel,.fretNumber,.stringNumber{width:50px;display:flex;align-items:center;justify-content:center;font-size:.7em;color:#333}.preferenceName{padding:4px 8px;border-radius:3px;transition:background-color 160ms}.preferenceName.isActive{background-color:#90ee90}.fretCell{display:flex;align-items:center;justify-content:center;border:0 solid #33333333;border-radius:0;background-color:#fff;position:relative}.fretCell.stringTop{background:linear-gradient(to bottom,transparent 0 50%,#fff 50% 100%)}.fretCell.stringBottom{background:linear-gradient(to bottom,#fff 0 50%,transparent 50% 100%)}.fretCell::after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background-color:#88888888}.fretCell.stringTop::after{height:50%;top:50%}.fretCell.stringBottom::after{height:50%;top:0}.fretCell::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background-color:#444}.fretCell[id$="-f0"]::before{content:none}.nutLine{position:absolute;right:0;top:0;width:3px;height:100%;background-color:#666}.fretCell.stringTop .nutLine{height:50%;top:50%}.fretCell.stringBottom .nutLine{height:50%;top:0}.finger{width:20px;height:20px;border-radius:50%;background-color:#111;position:relative;z-index:3;display:flex;align-items:center;justify-content:center}.fingerOpen{background-color:#fff;border:2px solid #111;box-sizing:border-box}.fingerLabel{font-size:.65em;font-weight:600;line-height:1;color:#fff}.mute{position:relative;width:16px;height:16px;z-index:3}.mute::after,.mute::before{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;background-color:#111;transform-origin:center}.mute::before{transform:translate(-50%,-50%) rotate(45deg)}.mute::after{transform:translate(-50%,-50%) rotate(-45deg)}.open{width:14px;height:14px;border:2px solid #111;border-radius:50%;box-sizing:border-box;display:inline-block}.barre{position:absolute;background-color:#111;border-radius:3px;z-index:2}.strumSection{display:flex;justify-content:center;gap:12px;margin:10px 0 4px}.strumSection .chipButton{width:72px}.chipButton .chipLabel{font-size:.6em;line-height:1;align-self:flex-end;padding-bottom:1px}.fretCell.isNut::before{content:none}.scaleDot{width:18px;height:18px;border-radius:50%;background-color:#555;position:relative;z-index:3}.scaleDotRoot{width:18px;height:18px;border-radius:50%;background-color:#1e7a4f;position:relative;z-index:3}#scaleDiagram{margin:3px;padding:8px;border-radius:3px;background-color:#f5fffa;overflow-x:auto}#scaleFretboard{justify-content:center;width:max-content;min-width:100%}.fretRangeValueGroup{flex-direction:column;align-items:stretch;gap:6px}.fretRangeSliderRow{display:grid;grid-template-columns:92px 1fr 40px;align-items:center;gap:8px;width:100%}.fretRangeLabel{font-size:.8em;color:#333}#scaleFretRangeEnd,#scaleFretRangeStart{width:100%;height:32px;-webkit-appearance:none;appearance:none;background:0 0}#scaleFretRangeEnd::-webkit-slider-runnable-track,#scaleFretRangeStart::-webkit-slider-runnable-track{height:12px;background:#d6efe0;border-radius:999px}#scaleFretRangeEnd::-webkit-slider-thumb,#scaleFretRangeStart::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;margin-top:-6px;border-radius:50%;background:#1e7a4f;border:2px solid #fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}#scaleFretRangeEnd::-moz-range-track,#scaleFretRangeStart::-moz-range-track{height:12px;background:#d6efe0;border-radius:999px}#scaleFretRangeEnd::-moz-range-thumb,#scaleFretRangeStart::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#1e7a4f;border:2px solid #fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}#scaleFretRangeEndValue,#scaleFretRangeStartValue{min-width:40px;text-align:center;font-weight:600}.scaleDotFaded{width:18px;height:18px;border-radius:50%;background-color:#999;opacity:.35;position:relative;z-index:3}.scaleDotCurrent{width:22px;height:22px;border-radius:50%;background-color:#111;position:relative;z-index:4}.scaleDotNext{width:22px;height:22px;border-radius:50%;background-color:#f57c00;position:relative;z-index:4}.practiceOrderRow{width:100%}.practiceOrderReverseLabel{display:inline-flex;align-items:center;gap:4px;min-height:0;padding:0 4px;color:#555;font-size:.72em;line-height:1;cursor:pointer}.practiceOrderReverseLabel input[type=checkbox]{margin:0;cursor:pointer;accent-color:#1e7a4f}.practiceOrderReverseLabel:has(input:disabled){opacity:.55;cursor:default}.practiceOptionGroup{box-sizing:border-box;flex-flow:row wrap;justify-content:center;gap:12px;padding:4px 8px}.practiceOptionLabel{display:flex;align-items:center;gap:4px;color:#555;font-size:.72em;cursor:pointer}.practiceOptionLabel input[type=checkbox]{margin:0;cursor:pointer;accent-color:#1e7a4f}.practiceControlGroup{justify-content:center;gap:12px;margin:6px 0}#chordPracticeInterval,#practiceInterval{width:100%;height:32px;-webkit-appearance:none;appearance:none;background:0 0}#chordPracticeInterval::-webkit-slider-runnable-track,#practiceInterval::-webkit-slider-runnable-track{height:12px;background:#d6efe0;border-radius:999px}#chordPracticeInterval::-webkit-slider-thumb,#practiceInterval::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:28px;height:28px;margin-top:-8px;border-radius:50%;background:#1e7a4f;border:2px solid #fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}#chordPracticeInterval::-moz-range-track,#practiceInterval::-moz-range-track{height:12px;background:#d6efe0;border-radius:999px}#chordPracticeInterval::-moz-range-thumb,#practiceInterval::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:#1e7a4f;border:2px solid #fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}#chordPracticeIntervalValue,#practiceIntervalValue{min-width:40px;text-align:center;font-weight:600}.chipButton.practiceCurrentChord{color:#111;font-weight:700}.chipButton.practiceNextChord{color:#f57c00;font-weight:700}.chipButton.practiceInactiveChord{color:#999}.chordPresetScrollArea{max-height:240px;overflow-y:auto;overflow-x:hidden;border:1px solid #c8e6d5;border-radius:4px;padding:4px 4px 4px 0;scrollbar-width:thin;scrollbar-color:#5a9b77 #e7f4ec}.chordPresetScrollArea::-webkit-scrollbar{width:6px}.chordPresetScrollArea::-webkit-scrollbar-track{background:#e7f4ec}.chordPresetScrollArea::-webkit-scrollbar-thumb{background:#5a9b77;border-radius:999px;border:1px solid #e7f4ec}.chordPresetLinks{flex-direction:column;align-items:stretch;gap:8px;padding:0 4px}.chordPresetRow{display:grid;grid-template-columns:2fr 2fr 1fr;align-items:center;gap:4px}.chordPresetChords{font-size:.78em;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chordPresetDescCell{font-size:.62em;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chordPresetRow>.chipButton{justify-self:end;font-size:.6em;padding:4px 8px;min-height:unset;min-width:unset}