.string-instrument.inlinecalculator{--guitar-line:#20212421;--guitar-text:#202124;--guitar-muted:#666a72;--guitar-fret-muted:#ebeef68f;--guitar-accent:#f26f57;box-sizing:border-box;width:min(100%,980px);min-height:0;color:var(--guitar-text);box-shadow:none;background:0 0;border:0;border-radius:0;margin:10px auto 22px;padding:20px;display:block;overflow:hidden}.string-instrument .guitar-stage{box-sizing:border-box;min-width:0}.string-instrument .guitar-note:focus-visible{outline-offset:2px;outline:2px solid #fff}.string-instrument .guitar-fretboard{grid-template-columns:42px repeat(var(--instrument-fret-count), minmax(0, 1fr));grid-template-rows:24px repeat(var(--instrument-string-count), 42px);user-select:none;background:#242837;border-radius:14px;width:100%;min-width:0;display:grid;overflow:hidden}.string-instrument .guitar-fret-corner{grid-area:1/1}.string-instrument .guitar-string-name,.string-instrument .guitar-fret-number{z-index:2;color:var(--guitar-fret-muted);justify-content:center;align-items:center;font-size:11px;font-weight:700;line-height:1;display:flex}.string-instrument .guitar-string-name{grid-column:1;grid-row:calc(var(--string-index) + 2);background:#1b1e2a;flex-direction:column;gap:3px}.string-instrument .guitar-string-name small{color:#ebeef666;font-size:8px;line-height:1}.string-instrument .guitar-fret-number{grid-column:calc(var(--fret-index) + 2);grid-row:1}.string-instrument .guitar-note{grid-column:calc(var(--fret-index) + 2);grid-row:calc(var(--string-index) + 2);appearance:none;color:#fff;background:linear-gradient(to bottom, transparent calc(50% - var(--string-thickness)), #e7e8edcc calc(50% - var(--string-thickness)), #e7e8edcc calc(50% + var(--string-thickness)), transparent calc(50% + var(--string-thickness)));min-width:0;min-height:0;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:none;border:0;border-right:1px solid #e2e5ed3d;padding:0;font-size:11px;font-weight:750;transition:background-color .12s;position:relative}.string-instrument .guitar-note:after{content:"";background:#ffffff29;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.string-instrument .guitar-note span{z-index:2;background:#353a4c;border-radius:50%;justify-content:center;align-items:center;min-width:25px;min-height:25px;line-height:1;display:inline-flex;position:relative}.string-instrument .guitar-note span:empty{display:none}.string-instrument .guitar-note[data-fret="0"]{background:linear-gradient(to bottom, transparent calc(50% - var(--string-thickness)), #e7e8edcc calc(50% - var(--string-thickness)), #e7e8edcc calc(50% + var(--string-thickness)), transparent calc(50% + var(--string-thickness))), #ffffff0a;border-right:3px solid #fffc}.string-instrument .guitar-note:hover:after,.string-instrument .guitar-note:focus-visible:after{background:#f26f577a;width:16px;height:16px}.string-instrument .guitar-note:hover,.string-instrument .guitar-note:focus-visible{background-color:#f26f571a}.string-instrument .guitar-note.is-selected:after,.string-instrument .guitar-note.is-chord-tone:after,.string-instrument .guitar-note.is-manually-fretted:after{background:var(--guitar-accent);width:25px;height:25px}.string-instrument .guitar-note.is-selected span,.string-instrument .guitar-note.is-manually-fretted span{background:0 0}.string-instrument .guitar-fretboard.is-manual-fretting .guitar-note:not(.is-manually-fretted):after{background:#ffffff1a}.string-instrument .guitar-strum-zone{appearance:none;color:#fff;width:100%;min-height:58px;font:inherit;text-align:left;cursor:grab;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:none;background:#242837;border:0;border-radius:12px;grid-template-columns:auto minmax(120px,1fr) auto;align-items:center;gap:14px;margin-top:10px;padding:9px 14px;display:grid}.string-instrument .guitar-strum-zone:active{cursor:grabbing}.string-instrument .guitar-strum-zone:focus-visible{outline-offset:-4px;outline:2px solid #fff}.string-instrument .guitar-strum-zone strong,.string-instrument .guitar-strum-zone small{white-space:nowrap}.string-instrument .guitar-strum-zone strong{font-size:14px}.string-instrument .guitar-strum-zone small{color:#ebeef6b3;font-size:11px}.string-instrument .guitar-strum-strings{grid-template-columns:repeat(var(--instrument-string-count), minmax(0, 1fr));align-items:center;height:34px;display:grid}.string-instrument .guitar-strum-strings i{width:var(--strum-string-thickness);pointer-events:none;background:#e7e8edd6;border-radius:999px;justify-self:center;height:100%;display:block}.string-instrument .guitar-fret-chords{grid-template-rows:repeat(3,minmax(34px,auto));grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;margin-top:10px;display:grid}.string-instrument .guitar-fret-chord{grid-column:var(--chord-column);grid-row:var(--chord-row);appearance:none;min-width:0;min-height:34px;color:var(--guitar-text);border:1px solid var(--guitar-line);font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:#ffffffa8;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:4px 6px;line-height:1;display:flex}.string-instrument .guitar-fret-chord strong{text-overflow:ellipsis;min-width:0;font-size:13px;overflow:hidden}.string-instrument .guitar-fret-chord small{color:var(--guitar-muted);font-size:9px;font-weight:700}.string-instrument .guitar-fret-chord:hover,.string-instrument .guitar-fret-chord:focus-visible{color:var(--guitar-text);background:#fff;border-color:#2021243d}.string-instrument .guitar-fret-chord:focus-visible{outline-offset:2px;outline:2px solid #202124b3}.string-instrument .guitar-fret-chord:active,.string-instrument .guitar-fret-chord.is-active{color:#fff;background:var(--guitar-accent);border-color:var(--guitar-accent)}.string-instrument .guitar-fret-chord:active small,.string-instrument .guitar-fret-chord.is-active small{color:#ffffffc2}.string-instrument .guitar-controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.string-instrument .guitar-controls.is-manual-mode{grid-template-columns:repeat(2,minmax(0,1fr))}.string-instrument .guitar-controls .row-2{width:auto;min-width:0;padding:0}.string-instrument .guitar-controls>label>span,.string-instrument .guitar-controls>.label>span{color:var(--guitar-muted);margin-bottom:6px;font-size:13px;line-height:1.25;display:block}.string-instrument .guitar-controls>.label .field-label-line{color:var(--guitar-muted);margin-bottom:6px;font-size:13px;line-height:1.25}.string-instrument .guitar-controls>.label .field-label-help{color:#6e737d;border-color:#20212447}.string-instrument .guitar-controls>.label .field-label-help:hover,.string-instrument .guitar-controls>.label .field-label-help[aria-expanded=true]{color:#202124;border-color:#20212494}.string-instrument .guitar-controls .select,.string-instrument .guitar-controls .input{width:100%}.string-instrument .guitar-controls>.label.plusminus{padding-right:32px}.string-instrument .guitar-controls>.label.plusminus>.input:not([type=range]){margin-top:0;margin-bottom:0}.string-instrument .guitar-controls .numberstepper{bottom:2px;right:0}body:has(#frameiframe) .string-instrument.inlinecalculator{box-sizing:border-box;border-radius:0;min-height:100vh;margin-top:0;margin-bottom:0;padding-top:max(20px,50vh - 233px);padding-bottom:max(20px,50vh - 233px)}@media screen and (width<=800px){.string-instrument.inlinecalculator{border-left:0;border-right:0;border-radius:0;width:auto;margin:8px -15px 20px;padding:15px}.string-instrument .guitar-stage{width:min(100%,520px);margin-left:auto;margin-right:auto}.string-instrument .guitar-fretboard{grid-template-columns:28px repeat(var(--instrument-string-count), minmax(0, 1fr));grid-template-rows:24px repeat(var(--instrument-fret-count), 32px);border-radius:10px}.string-instrument .guitar-string-name{grid-column:calc(var(--mobile-string-index) + 2);flex-direction:row;grid-row:1;gap:4px}.string-instrument .guitar-fret-number{grid-column:1;grid-row:calc(var(--fret-index) + 2);background:#1b1e2a}.string-instrument .guitar-note{grid-column:calc(var(--mobile-string-index) + 2);grid-row:calc(var(--fret-index) + 2);background:linear-gradient(to right, transparent calc(50% - var(--string-thickness)), #e7e8edcc calc(50% - var(--string-thickness)), #e7e8edcc calc(50% + var(--string-thickness)), transparent calc(50% + var(--string-thickness)));border-bottom:1px solid #e2e5ed3d;border-right:0}.string-instrument .guitar-note[data-fret="0"]{background:linear-gradient(to right, transparent calc(50% - var(--string-thickness)), #e7e8edcc calc(50% - var(--string-thickness)), #e7e8edcc calc(50% + var(--string-thickness)), transparent calc(50% + var(--string-thickness))), #ffffff0a;border-bottom:3px solid #fffc;border-right:0}.string-instrument .guitar-note span{min-width:24px;min-height:24px}.string-instrument .guitar-fret-chords{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin-top:8px}.string-instrument .guitar-strum-zone{grid-template-columns:auto minmax(0,1fr);gap:6px 12px;min-height:68px;padding:8px 12px}.string-instrument .guitar-strum-zone strong{grid-area:1/1}.string-instrument .guitar-strum-zone small{white-space:normal;grid-area:2/1}.string-instrument .guitar-strum-strings{grid-area:1/2/3;height:48px}.string-instrument .guitar-fret-chord{flex-direction:column;gap:2px;min-height:38px;padding:3px 2px}.string-instrument .guitar-fret-chord strong{font-size:12px}.string-instrument .guitar-fret-chord small{display:none}.string-instrument .guitar-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.string-instrument .guitar-controls>:first-child{grid-area:1/1}.string-instrument .guitar-controls>:nth-child(2){grid-area:2/1/auto/-1}.string-instrument .guitar-controls>:last-child{grid-area:1/2}.string-instrument .guitar-controls.is-manual-mode>:first-child{grid-area:1/1/auto/-1}.string-instrument .guitar-controls.is-manual-mode>:nth-child(2){grid-area:2/1/auto/-1}.string-instrument .guitar-controls>label>span,.string-instrument .guitar-controls>.label>span,.string-instrument .guitar-controls>.label .field-label-line{margin-bottom:4px;font-size:12px}.string-instrument .guitar-controls .input{min-height:48px;padding-left:10px;font-size:16px}.string-instrument .guitar-controls>.label.plusminus{padding-right:30px}.string-instrument .guitar-controls .numberstepper{bottom:2px}body:has(#frameiframe) .string-instrument.inlinecalculator{min-height:100vh;margin:0;padding-top:20px;padding-bottom:20px}}@media screen and (width<=360px){.string-instrument .guitar-controls{grid-template-columns:minmax(0,1fr)}.string-instrument .guitar-controls>:first-child,.string-instrument .guitar-controls>:nth-child(2),.string-instrument .guitar-controls>:last-child,.string-instrument .guitar-controls.is-manual-mode>:first-child,.string-instrument .guitar-controls.is-manual-mode>:nth-child(2){grid-area:auto/1}.string-instrument .guitar-controls .numberstepper{bottom:0}}
