.FXRackPanel-module___OVxxG__rackPanel{--rack-paper:#eeeae0;--rack-ink:#171811;--rack-lime:#c8f321;--rack-cyan:#35d0e0;color:var(--rack-ink);background:#17180f;border:1px solid #34362d;border-radius:7px;gap:14px;padding:14px;display:grid}.FXRackPanel-module___OVxxG__band{grid-template-columns:repeat(5,minmax(128px,1fr)) minmax(310px,2.2fr);gap:10px;display:grid}.FXRackPanel-module___OVxxG__unit{background:var(--rack-paper);min-width:0;min-height:132px;color:var(--rack-ink);cursor:default;text-align:left;border:2px solid #0000;border-radius:5px;padding:13px;position:relative}.FXRackPanel-module___OVxxG__unit[data-selected]{border-color:var(--rack-cyan)}.FXRackPanel-module___OVxxG__unit[data-bypassed]{color:#45473d;background:#12130c}.FXRackPanel-module___OVxxG__unitHeader{font-family:var(--gm-mono);justify-content:space-between;align-items:center;gap:8px;display:flex}.FXRackPanel-module___OVxxG__unitHeader strong{letter-spacing:.04em;font-size:16px}.FXRackPanel-module___OVxxG__unitHeader small{color:#9dbb00;letter-spacing:.08em;font-size:8px}.FXRackPanel-module___OVxxG__unitOpen{min-width:0;min-height:30px;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:3px;padding:0;display:inline-flex}.FXRackPanel-module___OVxxG__unitOpen:focus-visible{outline:2px solid var(--rack-cyan);outline-offset:2px;border-radius:2px}.FXRackPanel-module___OVxxG__power{color:#171811;cursor:pointer;min-width:42px;min-height:30px;font:800 8px/1 var(--gm-mono);background:#cbf500;border:0;border-radius:2px;justify-content:center;align-items:center;display:inline-flex}.FXRackPanel-module___OVxxG__power[data-off]{color:#77776f;background:#d1d0c8}.FXRackPanel-module___OVxxG__miniControls{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:12px;display:grid}.FXRackPanel-module___OVxxG__miniParam{min-width:0;min-height:58px;color:inherit;border:0;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:4px;padding:2px;display:grid}.FXRackPanel-module___OVxxG__knob{box-sizing:border-box;background:#11120d;border:1px solid #34362d;border-radius:50%;width:38px;height:38px;margin-inline:auto;display:block;position:relative;box-shadow:inset 0 0 0 1px #ffffff09}.FXRackPanel-module___OVxxG__knob:after{background:var(--rack-cyan);content:"";width:3px;height:12px;transform:rotate(var(--knob-angle));transform-origin:50% 14px;border-radius:99px;position:absolute;top:5px;left:18px}.FXRackPanel-module___OVxxG__miniParam .FXRackPanel-module___OVxxG__knob{width:30px;height:30px}.FXRackPanel-module___OVxxG__miniParam .FXRackPanel-module___OVxxG__knob:after{transform-origin:50% 12px;width:2px;height:10px;top:3px;left:13px}.FXRackPanel-module___OVxxG__unit[data-bypassed] .FXRackPanel-module___OVxxG__knob,.FXRackPanel-module___OVxxG__selectedCard[data-bypassed] .FXRackPanel-module___OVxxG__knob{box-shadow:none;background:#090a07;border-color:#62665a}.FXRackPanel-module___OVxxG__unit[data-bypassed] .FXRackPanel-module___OVxxG__knob:after,.FXRackPanel-module___OVxxG__selectedCard[data-bypassed] .FXRackPanel-module___OVxxG__knob:after{background:#74786b}.FXRackPanel-module___OVxxG__miniText{min-width:0;font-family:var(--gm-mono);gap:2px;display:grid}.FXRackPanel-module___OVxxG__miniText small{color:#84847a;letter-spacing:.08em;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;font-size:7px;overflow:hidden}.FXRackPanel-module___OVxxG__miniText b{letter-spacing:-.03em;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.FXRackPanel-module___OVxxG__meter{grid-template-columns:repeat(5,4px);align-items:end;gap:2px;display:grid;position:absolute;bottom:10px;right:9px}.FXRackPanel-module___OVxxG__meter i{height:calc((var(--meter-step) + 1) * 4px);background:#d4d2c9}.FXRackPanel-module___OVxxG__unit:not([data-bypassed]) .FXRackPanel-module___OVxxG__meter i[data-lit]{background:var(--rack-lime)}.FXRackPanel-module___OVxxG__tapeCompact{min-height:132px}.FXRackPanel-module___OVxxG__tapeCompactBody{grid-template-columns:minmax(122px,1.1fr) repeat(3,38px) 54px;align-items:center;gap:5px;margin-top:11px;display:grid}.FXRackPanel-module___OVxxG__counter{min-height:54px;color:var(--rack-lime);font:800 12px/1 var(--gm-mono);text-shadow:0 0 8px #c8f32159;background:#111209;border-radius:2px;align-content:center;place-items:center;gap:5px;display:grid}.FXRackPanel-module___OVxxG__counter span{white-space:nowrap}.FXRackPanel-module___OVxxG__counter small,.FXRackPanel-module___OVxxG__reelControl output small{color:#989b8e;font:800 8px/1 var(--gm-mono);letter-spacing:.12em}.FXRackPanel-module___OVxxG__counter small[data-state=recording],.FXRackPanel-module___OVxxG__reelControl output small[data-state=recording]{color:#ff6652}.FXRackPanel-module___OVxxG__counter small[data-state=playing],.FXRackPanel-module___OVxxG__reelControl output small[data-state=playing]{color:var(--rack-cyan)}.FXRackPanel-module___OVxxG__transport{color:#181911;cursor:pointer;background:#f5f1e7;border:1px solid #c8c4b9;border-radius:3px;min-height:54px;font-size:17px}.FXRackPanel-module___OVxxG__transport:disabled,.FXRackPanel-module___OVxxG__tapeTransport button:disabled{cursor:not-allowed;opacity:.35}.FXRackPanel-module___OVxxG__transport[aria-pressed=true],.FXRackPanel-module___OVxxG__tapeTransport button[aria-pressed=true]{color:var(--rack-lime);background:#17180f;border-color:#17180f}.FXRackPanel-module___OVxxG__transport[data-record]{color:#ff543e}.FXRackPanel-module___OVxxG__mediumSwitch,.FXRackPanel-module___OVxxG__profileSwitch{gap:6px;display:flex}.FXRackPanel-module___OVxxG__mediumSwitch button,.FXRackPanel-module___OVxxG__profileSwitch button{color:#77766d;cursor:pointer;min-height:30px;font:800 8px/1 var(--gm-mono);background:#f4f0e6;border:1px solid #cac6bb;border-radius:2px;padding:0 12px}.FXRackPanel-module___OVxxG__mediumSwitch button[data-selected],.FXRackPanel-module___OVxxG__profileSwitch button[data-selected]{color:var(--rack-lime);background:#16170f;border-color:#202118}.FXRackPanel-module___OVxxG__selectedCard{border:2px solid var(--rack-cyan);background:var(--rack-paper);border-radius:5px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;padding:18px 22px;display:grid}.FXRackPanel-module___OVxxG__selectedCard:focus-visible,.FXRackPanel-module___OVxxG__tapeDeck:focus-visible{outline:2px solid var(--rack-cyan);outline-offset:2px}.FXRackPanel-module___OVxxG__selectedIdentity{min-width:150px;font-family:var(--gm-mono);gap:8px;display:grid}.FXRackPanel-module___OVxxG__selectedIdentity strong{font-size:19px}.FXRackPanel-module___OVxxG__largeControls{grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:12px;display:grid}.FXRackPanel-module___OVxxG__largeParam{min-height:74px;color:var(--rack-ink);border:1px solid #cfcbc0;border-radius:3px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:12px;padding:10px;display:grid}.FXRackPanel-module___OVxxG__largeParam .FXRackPanel-module___OVxxG__knob{width:48px;height:48px}.FXRackPanel-module___OVxxG__largeParam .FXRackPanel-module___OVxxG__knob:after{transform-origin:50% 18px;height:15px;left:23px}.FXRackPanel-module___OVxxG__close{color:#282921;cursor:pointer;min-height:44px;font:800 9px/1 var(--gm-mono);letter-spacing:.1em;background:#f4f0e6;border:1px solid #313229;border-radius:3px;padding:0 16px}.FXRackPanel-module___OVxxG__focused{grid-template-columns:minmax(0,1.65fr) minmax(420px,1fr);gap:16px;display:grid}.FXRackPanel-module___OVxxG__focusedUnits{align-content:start;gap:8px;display:grid}.FXRackPanel-module___OVxxG__focusedRow{background:var(--rack-paper);border:1px solid #d1cec4;border-radius:4px;grid-template-columns:170px minmax(0,1fr);min-height:94px;display:grid;overflow:hidden}.FXRackPanel-module___OVxxG__focusedRow[data-bypassed]{opacity:.28}.FXRackPanel-module___OVxxG__focusedRowIdentity{color:var(--rack-paper);font-family:var(--gm-mono);background:#15160f;align-content:center;gap:8px;padding:14px;display:grid}.FXRackPanel-module___OVxxG__focusedRowIdentity small{color:var(--rack-lime)}.FXRackPanel-module___OVxxG__focusedRowIdentity strong{font-size:20px}.FXRackPanel-module___OVxxG__focusedRow .FXRackPanel-module___OVxxG__largeControls{align-content:center;padding:10px 12px}.FXRackPanel-module___OVxxG__tapeDeck{background:var(--rack-paper);border-radius:4px;align-content:start;gap:13px;min-width:0;padding:18px;display:grid}.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__largeControls{grid-template-columns:repeat(2,minmax(0,1fr))}.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__largeControls .FXRackPanel-module___OVxxG__profileSwitch{grid-column:1/-1}.FXRackPanel-module___OVxxG__tapeHeader{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:12px;display:flex}.FXRackPanel-module___OVxxG__tapeHeader h3{font:800 20px/1 var(--gm-mono);letter-spacing:.08em;margin:0}.FXRackPanel-module___OVxxG__tapeHeader small{color:#89887f;font:700 8px/1 var(--gm-mono);letter-spacing:.12em}.FXRackPanel-module___OVxxG__tapeProfiles{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.FXRackPanel-module___OVxxG__profileCard{color:#4d4c46;cursor:pointer;min-height:70px;font-family:var(--gm-mono);text-align:left;background:#f4f0e6;border:1px solid #c9c5ba;border-radius:3px;align-content:center;gap:4px;padding:12px;display:grid}.FXRackPanel-module___OVxxG__profileCard[data-selected]{color:var(--rack-lime);background:#16170f;border-color:#202118}.FXRackPanel-module___OVxxG__profileCard strong{font-size:14px}.FXRackPanel-module___OVxxG__profileCard small{font-size:8px}.FXRackPanel-module___OVxxG__reels{min-height:250px;color:var(--rack-lime);background:#111209;border-radius:3px;grid-template-columns:1fr 86px 1fr;place-items:center;display:grid}.FXRackPanel-module___OVxxG__reels[data-medium=vinyl]{grid-template-columns:minmax(190px,1fr) minmax(170px,auto);gap:8px;padding-inline:14px}.FXRackPanel-module___OVxxG__reels[data-medium=vinyl] .FXRackPanel-module___OVxxG__reelControl{width:100%;min-width:0;font-size:clamp(13px,1vw,16px)}.FXRackPanel-module___OVxxG__reel{border:10px solid #6c4526;border-radius:50%;place-items:center;width:122px;height:122px;display:grid;box-shadow:inset 0 0 0 8px #bbb7aa,0 0 0 2px #c9c5b8}.FXRackPanel-module___OVxxG__reel:after{content:"";background:#f2eee4;border:7px dotted #15160f;border-radius:50%;width:42px;height:42px}.FXRackPanel-module___OVxxG__vinylMechanism{place-items:center;width:190px;height:190px;display:grid;position:relative}.FXRackPanel-module___OVxxG__vinylPlatter{background:radial-gradient(circle,#c8f321 0 10%,#25261d 10% 14%,#0000 14%),repeating-radial-gradient(circle,#16170f 0 4px,#303128 5px,#16170f 6px);border:8px solid #c9c5b8;border-radius:50%;width:154px;height:154px;box-shadow:0 0 0 2px #5c5d53}.FXRackPanel-module___OVxxG__vinylTonearm{transform-origin:50% 8px;background:#bbb7aa;border-radius:4px;width:5px;height:132px;position:absolute;top:16px;right:6px;transform:rotate(13deg);box-shadow:0 0 0 2px #4c4d44}.FXRackPanel-module___OVxxG__vinylTonearm:after{content:"";background:#d5d0c4;border-radius:2px;width:13px;height:20px;position:absolute;bottom:-4px;right:-4px}.FXRackPanel-module___OVxxG__reelControl{font:800 22px/1 var(--gm-mono);justify-items:center;gap:12px;display:grid}.FXRackPanel-module___OVxxG__reelControl output{white-space:nowrap;justify-items:center;gap:7px;display:grid}.FXRackPanel-module___OVxxG__reels[data-state=recording] .FXRackPanel-module___OVxxG__reel,.FXRackPanel-module___OVxxG__reels[data-state=playing] .FXRackPanel-module___OVxxG__reel,.FXRackPanel-module___OVxxG__reels[data-state=recording] .FXRackPanel-module___OVxxG__vinylPlatter,.FXRackPanel-module___OVxxG__reels[data-state=playing] .FXRackPanel-module___OVxxG__vinylPlatter{animation:2.4s linear infinite FXRackPanel-module___OVxxG__tape-reel-spin}@keyframes FXRackPanel-module___OVxxG__tape-reel-spin{to{transform:rotate(360deg)}}.FXRackPanel-module___OVxxG__surfaceGrid{grid-template-columns:repeat(4,minmax(90px,1fr));gap:8px;display:grid}.FXRackPanel-module___OVxxG__surfaceGrid[data-medium=tape]{grid-template-columns:repeat(2,minmax(140px,220px));justify-content:center}.FXRackPanel-module___OVxxG__surfaceParam{color:#31322b;border:1px solid #d1cdc2;border-radius:4px;justify-items:center;gap:4px;min-height:92px;padding:8px;display:grid}.FXRackPanel-module___OVxxG__surfaceParam .FXRackPanel-module___OVxxG__miniText{justify-items:center}.FXRackPanel-module___OVxxG__loopEditor{border:1px solid #c9c5ba;border-radius:3px;min-width:0;margin:0;padding:8px 10px 9px}.FXRackPanel-module___OVxxG__loopEditor:disabled{opacity:.38}.FXRackPanel-module___OVxxG__loopEditor legend,.FXRackPanel-module___OVxxG__loopEditor output{color:#6f6f67;font:800 8px/1 var(--gm-mono);letter-spacing:.1em}.FXRackPanel-module___OVxxG__loopEditor output{text-align:right;margin-top:7px;display:block}.FXRackPanel-module___OVxxG__loopStrip{background:#111209;border:1px solid #34362d;border-radius:2px;height:18px;position:relative}.FXRackPanel-module___OVxxG__loopSelection{inset-block:0;left:var(--loop-start);right:calc(100% - var(--loop-end));background:#c8f32129;position:absolute}.FXRackPanel-module___OVxxG__loopSelection:before,.FXRackPanel-module___OVxxG__loopSelection:after{background:var(--rack-lime);content:"";width:3px;position:absolute;inset-block:0}.FXRackPanel-module___OVxxG__loopSelection:before{left:0}.FXRackPanel-module___OVxxG__loopSelection:after{right:0}.FXRackPanel-module___OVxxG__loopPlayhead{inset-block:0;left:var(--loop-progress);background:var(--rack-cyan);width:1px;position:absolute}.FXRackPanel-module___OVxxG__loopStrip input{appearance:none;pointer-events:none;background:0 0;width:100%;height:30px;margin:0;position:absolute;inset:-7px 0}.FXRackPanel-module___OVxxG__loopStrip input::-webkit-slider-runnable-track{background:0 0;height:1px}.FXRackPanel-module___OVxxG__loopStrip input::-webkit-slider-thumb{appearance:none;cursor:ew-resize;pointer-events:auto;background:0 0;border:0;width:18px;height:30px}.FXRackPanel-module___OVxxG__loopStrip input::-moz-range-track{background:0 0;height:1px}.FXRackPanel-module___OVxxG__loopStrip input::-moz-range-thumb{cursor:ew-resize;pointer-events:auto;background:0 0;border:0;width:18px;height:30px}.FXRackPanel-module___OVxxG__loopStrip input:focus-visible{outline:2px solid var(--rack-cyan);outline-offset:3px}.FXRackPanel-module___OVxxG__tapeTransport{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.FXRackPanel-module___OVxxG__tapeTransport button{color:#16170f;cursor:pointer;min-height:54px;font:800 9px/1 var(--gm-mono);background:#f4f0e6;border:1px solid #c9c5ba;border-radius:3px}@media (pointer:fine){@container (min-width:900px){.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck{grid-template-rows:26px 72px 30px;grid-template-columns:minmax(150px,.68fr) minmax(205px,.9fr) minmax(250px,1.12fr) minmax(250px,1.12fr);gap:4px 6px;padding:8px 10px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__tapeHeader{flex-wrap:nowrap;grid-area:1/1/auto/-1;align-items:center;gap:8px;min-width:0}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__tapeHeader>span{min-width:0}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__tapeHeader h3{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__tapeHeader small{display:none}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__close,.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__mediumSwitch button{min-height:26px;padding-inline:8px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__tapeProfiles{grid-area:2/1;gap:4px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__profileCard{min-height:0;padding:4px 6px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__profileCard strong{font-size:11px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__profileCard small{font-size:7px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__reels{grid-area:2/2;grid-template-columns:1fr 54px 1fr;min-height:0}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__reels[data-medium=vinyl]{grid-template-columns:minmax(0,1fr) 54px;padding-inline:4px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__reel{border-width:4px;width:42px;height:42px;box-shadow:inset 0 0 0 3px #bbb7aa,0 0 0 1px #c9c5b8}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__reel:after{border-width:3px;width:16px;height:16px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__vinylMechanism{width:70px;height:62px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__vinylPlatter{border-width:3px;width:50px;height:50px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__vinylTonearm{width:2px;height:46px;top:4px;right:2px;box-shadow:0 0 0 1px #4c4d44}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__vinylTonearm:after{width:6px;height:8px;right:-2px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__reelControl{gap:3px;font-size:12px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__reelControl output{gap:3px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__surfaceGrid{grid-area:2/3;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__surfaceGrid[data-medium=tape]{grid-template-columns:repeat(2,minmax(0,1fr))}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__surfaceParam{gap:2px;min-height:0;padding:4px 2px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__surfaceParam .FXRackPanel-module___OVxxG__knob{width:30px;height:30px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__surfaceParam .FXRackPanel-module___OVxxG__knob:after{transform-origin:50% 11px;height:9px;top:4px;left:14px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__surfaceParam .FXRackPanel-module___OVxxG__miniText b{font-size:8px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__largeControls{grid-area:2/4;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__largeParam{grid-template-columns:34px minmax(0,1fr);gap:4px;min-height:0;padding:4px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__largeParam .FXRackPanel-module___OVxxG__knob{width:28px;height:28px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__largeParam .FXRackPanel-module___OVxxG__knob:after{transform-origin:50% 10px;height:8px;top:4px;left:13px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__largeControls .FXRackPanel-module___OVxxG__profileSwitch{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;display:grid}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__profileSwitch button{min-height:0;padding:0 4px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__loopEditor{grid-area:3/1/auto/3;padding:2px 6px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__loopEditor legend{display:none}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__loopEditor output{margin-top:1px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__loopStrip{height:10px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__tapeTransport{grid-area:3/3/auto/5;gap:4px}.FXRackPanel-module___OVxxG__rackPanel:not(.FXRackPanel-module___OVxxG__focused)>.FXRackPanel-module___OVxxG__tapeDeck .FXRackPanel-module___OVxxG__tapeTransport button{min-height:30px}}}@container (max-width:1180px){.FXRackPanel-module___OVxxG__band{grid-template-columns:repeat(3,minmax(140px,1fr))}.FXRackPanel-module___OVxxG__tapeCompact{grid-column:span 3}.FXRackPanel-module___OVxxG__focused{grid-template-columns:minmax(0,1fr)}}@container (max-width:760px){.FXRackPanel-module___OVxxG__band{display:flex;overflow-x:auto}.FXRackPanel-module___OVxxG__unit{min-width:180px}.FXRackPanel-module___OVxxG__tapeCompact{min-width:390px}.FXRackPanel-module___OVxxG__selectedCard{grid-template-columns:minmax(0,1fr)}.FXRackPanel-module___OVxxG__largeControls,.FXRackPanel-module___OVxxG__surfaceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.FXRackPanel-module___OVxxG__focusedRow{grid-template-columns:minmax(0,1fr)}}@media (pointer:coarse),(any-pointer:coarse){.FXRackPanel-module___OVxxG__tapeCompactBody{grid-template-columns:minmax(122px,1.1fr) repeat(3,44px) 54px}.FXRackPanel-module___OVxxG__unitOpen,.FXRackPanel-module___OVxxG__power,.FXRackPanel-module___OVxxG__mediumSwitch button,.FXRackPanel-module___OVxxG__profileSwitch button,.FXRackPanel-module___OVxxG__transport,.FXRackPanel-module___OVxxG__close,.FXRackPanel-module___OVxxG__profileCard,.FXRackPanel-module___OVxxG__tapeTransport button{min-height:44px}.FXRackPanel-module___OVxxG__power{min-width:44px}.FXRackPanel-module___OVxxG__loopStrip input{height:44px;inset-block:-13px}.FXRackPanel-module___OVxxG__loopStrip input::-webkit-slider-thumb{width:44px;height:44px}.FXRackPanel-module___OVxxG__loopStrip input::-moz-range-thumb{width:44px;height:44px}}
.WorkspaceSection-module__Km-YJa__section{background:#171811;border:1px solid #34362d;border-radius:0;overflow:hidden}.WorkspaceSection-module__Km-YJa__header{color:#e8e6dd;text-align:left;background:#20211c;border:0;border-bottom:1px solid #34362d;grid-template-columns:minmax(0,1fr) 46px;align-items:center;gap:4px;width:100%;min-height:48px;padding:2px 5px;display:grid}.WorkspaceSection-module__Km-YJa__headerToggle{min-width:0;min-height:44px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 4px;display:grid}.WorkspaceSection-module__Km-YJa__section[data-collapsed] .WorkspaceSection-module__Km-YJa__header,.WorkspaceSection-module__Km-YJa__section[data-stowed] .WorkspaceSection-module__Km-YJa__header{border-bottom-color:#0000}.WorkspaceSection-module__Km-YJa__collapseIcon,.WorkspaceSection-module__Km-YJa__focusButton{box-sizing:border-box;color:#c8f321;width:32px;height:32px;font:800 15px/1 var(--gm-mono);background:#1a1b15;border:1px solid #41433a;border-radius:0;place-items:center;padding:0;display:grid}.WorkspaceSection-module__Km-YJa__section[data-collapsed] .WorkspaceSection-module__Km-YJa__collapseIcon,.WorkspaceSection-module__Km-YJa__section[data-stowed] .WorkspaceSection-module__Km-YJa__collapseIcon{color:#77786d;transform:rotate(-90deg)}.WorkspaceSection-module__Km-YJa__identity{min-width:0;font-family:var(--gm-mono);gap:3px;display:grid}.WorkspaceSection-module__Km-YJa__identity strong{letter-spacing:.12em;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.WorkspaceSection-module__Km-YJa__identity small{color:#858679;letter-spacing:.12em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:8px;overflow:hidden}.WorkspaceSection-module__Km-YJa__telemetry{color:#8a8b80;min-width:0;font:800 8px/1 var(--gm-mono);letter-spacing:.1em;white-space:nowrap;justify-content:end;align-items:center;gap:6px;display:flex}.WorkspaceSection-module__Km-YJa__telemetry i{background:#3d3e35;border-radius:50%;width:6px;height:6px}.WorkspaceSection-module__Km-YJa__telemetry i[data-live]{background:#c8f321;box-shadow:0 0 7px #c8f3218c}.WorkspaceSection-module__Km-YJa__telemetry i[data-voice]{background:#ff5a43}.WorkspaceSection-module__Km-YJa__focusButton{cursor:pointer;color:#d5d4cc;letter-spacing:.08em;width:46px;height:36px}.WorkspaceSection-module__Km-YJa__section .WorkspaceSection-module__Km-YJa__collapseIcon{font:800 13px/1 var(--gm-mono)}.WorkspaceSection-module__Km-YJa__section .WorkspaceSection-module__Km-YJa__focusButton{font:800 7px/1 var(--gm-mono)}.WorkspaceSection-module__Km-YJa__focusButton:hover,.WorkspaceSection-module__Km-YJa__focusButton[data-focused]{color:#12222a;background:#35d0e0;border-color:#35d0e0}.WorkspaceSection-module__Km-YJa__body{min-width:0}.WorkspaceSection-module__Km-YJa__body[data-bounded]{height:var(--workspace-body-size);overscroll-behavior:contain;scrollbar-color:#4c4c44 #171811;min-height:0;overflow:auto}.WorkspaceSection-module__Km-YJa__body[hidden]{display:none}.WorkspaceSection-module__Km-YJa__section[data-focused]{border-color:#35d0e0}.WorkspaceSection-module__Km-YJa__divider{z-index:2;cursor:row-resize;touch-action:none;-webkit-user-select:none;user-select:none;background:#141510;border:0;border-top:1px solid #0b0b0a;border-bottom:1px solid #34362d;place-items:center;height:12px;display:grid;position:relative}.WorkspaceSection-module__Km-YJa__divider span{background:#77786d;width:48px;height:3px;box-shadow:0 0 0 1px #11120e}.WorkspaceSection-module__Km-YJa__divider:hover span,.WorkspaceSection-module__Km-YJa__divider:focus-visible span{background:#35d0e0}.WorkspaceSection-module__Km-YJa__divider:focus-visible{outline-offset:-2px;outline:2px solid #35d0e0}@container (max-width:760px){.WorkspaceSection-module__Km-YJa__header{grid-template-columns:minmax(0,1fr) 44px}.WorkspaceSection-module__Km-YJa__headerToggle{grid-template-columns:44px minmax(0,1fr)}.WorkspaceSection-module__Km-YJa__telemetry{grid-area:2/2;justify-content:start}.WorkspaceSection-module__Km-YJa__focusButton{grid-area:1/2/span 2}}@media (max-width:999px),(pointer:coarse),(any-pointer:coarse){.WorkspaceSection-module__Km-YJa__divider{display:none}.WorkspaceSection-module__Km-YJa__body[data-bounded]{height:auto;overflow:visible}}@media (pointer:fine) and (min-width:1000px) and (max-height:800px){.WorkspaceSection-module__Km-YJa__header{grid-template-columns:minmax(0,1fr) 36px;min-height:32px;padding:1px 4px}.WorkspaceSection-module__Km-YJa__headerToggle{grid-template-columns:24px minmax(0,1fr) auto;gap:6px;min-height:28px;padding:0 3px}.WorkspaceSection-module__Km-YJa__collapseIcon{width:24px;height:24px}.WorkspaceSection-module__Km-YJa__focusButton{width:36px;height:28px}}@media (pointer:coarse),(any-pointer:coarse){.WorkspaceSection-module__Km-YJa__header{grid-template-columns:minmax(0,1fr) 52px;min-height:56px;padding:4px}.WorkspaceSection-module__Km-YJa__headerToggle{grid-template-columns:44px minmax(0,1fr) auto;min-height:48px}.WorkspaceSection-module__Km-YJa__collapseIcon,.WorkspaceSection-module__Km-YJa__focusButton{width:44px;height:44px}}
.GrooveEmbed-module__5ijzCG__embed{--lesson-muted:#5f5e58;flex-direction:column;gap:14px;min-width:0;display:flex}.GrooveEmbed-module__5ijzCG__exerciseHead{background:var(--paper-bright,#f8f6ef);border:1px solid #11110f38;flex-direction:column;gap:12px;padding:16px 18px;display:flex}.GrooveEmbed-module__5ijzCG__exerciseMeta{justify-content:space-between;align-items:center;gap:10px;display:flex}.GrooveEmbed-module__5ijzCG__exerciseEyebrow{color:var(--lesson-muted);font-family:var(--font-geist-mono), monospace;letter-spacing:.14em;font-size:9px;font-weight:700}.GrooveEmbed-module__5ijzCG__passBadge{background:var(--acid,#d8ff3e);color:var(--ink,#11110f);font-family:var(--font-geist-mono), monospace;letter-spacing:.14em;padding:4px 8px;font-size:9px;font-weight:700}.GrooveEmbed-module__5ijzCG__exerciseTools{flex-wrap:wrap;gap:8px;display:flex}.GrooveEmbed-module__5ijzCG__targetButton,.GrooveEmbed-module__5ijzCG__checkButton{border:1px solid var(--ink,#11110f);cursor:pointer;font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;padding:9px 14px;font-size:10px;font-weight:700}.GrooveEmbed-module__5ijzCG__targetButton{color:var(--ink,#11110f);background:0 0}.GrooveEmbed-module__5ijzCG__targetButton:hover{background:var(--paper-dark,#d9d5cb)}.GrooveEmbed-module__5ijzCG__targetButton[data-playing=true]{background:var(--orange,#ff5f3d);border-color:var(--orange,#ff5f3d)}.GrooveEmbed-module__5ijzCG__targetButton:disabled{cursor:not-allowed;opacity:.48}.GrooveEmbed-module__5ijzCG__targetButton:focus-visible,.GrooveEmbed-module__5ijzCG__checkButton:focus-visible{outline:3px solid var(--ink,#11110f);outline-offset:3px}.GrooveEmbed-module__5ijzCG__checkButton{background:var(--ink,#11110f);color:var(--acid,#d8ff3e)}.GrooveEmbed-module__5ijzCG__checkButton:hover{background:var(--soft-ink,#262621)}.GrooveEmbed-module__5ijzCG__earNote{color:var(--lesson-muted);margin:0;font-size:13px;line-height:1.5}.GrooveEmbed-module__5ijzCG__auditionNote{color:var(--lesson-muted);font-family:var(--font-geist-mono), monospace;letter-spacing:.05em;text-transform:uppercase;margin:-2px 0 0;font-size:10px;line-height:1.5}.GrooveEmbed-module__5ijzCG__targetWrap{flex-direction:column;gap:7px;display:flex}.GrooveEmbed-module__5ijzCG__targetGrid{flex-direction:column;gap:3px;display:flex;overflow-x:auto}.GrooveEmbed-module__5ijzCG__targetLane{align-items:center;gap:2px;min-width:320px;display:flex}.GrooveEmbed-module__5ijzCG__targetLane span{color:var(--lesson-muted);font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;flex:0 0 2.2rem;font-size:8px;font-weight:700}.GrooveEmbed-module__5ijzCG__targetLane i{background:#11110f14;flex:1 1 0;height:10px}.GrooveEmbed-module__5ijzCG__targetLane i[data-beat=true]{border-left:1px solid #11110f4d}.GrooveEmbed-module__5ijzCG__targetLane i[data-on=true]{background:var(--ink,#11110f)}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=BD] i[data-on=true]{background:#d84a26}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=SD] i[data-on=true]{background:#b8912e}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=CP] i[data-on=true]{background:#cf6a43}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=RS] i[data-on=true]{background:#6b62c9}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=LT] i[data-on=true]{background:#554bbd}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=CH] i[data-on=true]{background:#1f9ba1}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=OH] i[data-on=true]{background:#7e9a10}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=PC] i[data-on=true]{background:#c14e8b}.GrooveEmbed-module__5ijzCG__targetLane i[data-optional=true]{box-sizing:border-box;background:0 0;border:2px solid}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=BD] i[data-optional=true]{color:#d84a26}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=SD] i[data-optional=true]{color:#b8912e}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=CP] i[data-optional=true]{color:#cf6a43}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=RS] i[data-optional=true]{color:#6b62c9}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=LT] i[data-optional=true]{color:#554bbd}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=CH] i[data-optional=true]{color:#1f9ba1}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=OH] i[data-optional=true]{color:#7e9a10}.GrooveEmbed-module__5ijzCG__targetLane[data-lane=PC] i[data-optional=true]{color:#c14e8b}.GrooveEmbed-module__5ijzCG__targetLegend{color:var(--lesson-muted);font-family:var(--font-geist-mono), monospace;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:9px}.GrooveEmbed-module__5ijzCG__report{border:1px solid #11110f38;border-left:4px solid var(--orange,#ff5f3d);background:var(--paper-bright,#f8f6ef);padding:14px 18px}.GrooveEmbed-module__5ijzCG__report[data-passed=true]{border-left-color:var(--acid,#d8ff3e)}.GrooveEmbed-module__5ijzCG__reportHead{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.GrooveEmbed-module__5ijzCG__reportHead strong{letter-spacing:.04em;font-size:15px;font-weight:760}.GrooveEmbed-module__5ijzCG__reportHead span{color:var(--lesson-muted);font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase;font-size:9px}.GrooveEmbed-module__5ijzCG__reportNotes{flex-direction:column;gap:5px;margin:10px 0 0;padding-left:18px;display:flex}.GrooveEmbed-module__5ijzCG__reportNotes li{font-size:13.5px;line-height:1.5}.GrooveEmbed-module__5ijzCG__panelToggle.GrooveEmbed-module__5ijzCG__panelToggle{color:#f8f6efb8;min-height:28px;font-family:var(--font-geist-mono,monospace);letter-spacing:.14em;cursor:pointer;background:0 0;border:1px solid #f8f6ef3d;padding:0 .7rem;font-size:8px;font-weight:700}.GrooveEmbed-module__5ijzCG__panelToggle:hover{border-color:var(--acid);color:var(--acid)}.GrooveEmbed-module__5ijzCG__panelToggle[data-expanded]{border-color:var(--acid);background:color-mix(in srgb, var(--acid) 16%, transparent);color:var(--acid)}.GrooveEmbed-module__5ijzCG__expandedControls{top:calc(var(--header,68px) + 8px);z-index:4;pointer-events:none;justify-content:flex-end;min-height:0;margin-bottom:-6px;display:flex;position:sticky}.GrooveEmbed-module__5ijzCG__panelToggle.GrooveEmbed-module__5ijzCG__panelToggleTop{border-color:var(--ink,#11110f);background:var(--ink,#11110f);min-height:36px;color:var(--acid,#d8ff3e);pointer-events:auto;box-shadow:0 3px 12px #11110f33}.GrooveEmbed-module__5ijzCG__panelToggle.GrooveEmbed-module__5ijzCG__panelToggleTop:hover{border-color:var(--ink,#11110f);background:var(--acid,#d8ff3e);color:var(--ink,#11110f)}@media (pointer:coarse){.GrooveEmbed-module__5ijzCG__targetButton,.GrooveEmbed-module__5ijzCG__checkButton,.GrooveEmbed-module__5ijzCG__panelToggle.GrooveEmbed-module__5ijzCG__panelToggle{min-height:44px}}
.ComparisonLab-module__fANYRW__study{--comparison-muted:#62615b;background:var(--paper-bright,#f8f6ef);border:1px solid #11110f47;gap:20px;margin:32px 0;padding:clamp(18px,3vw,28px);display:grid}.ComparisonLab-module__fANYRW__heading,.ComparisonLab-module__fANYRW__studyCopy{gap:8px;display:grid}.ComparisonLab-module__fANYRW__heading>span,.ComparisonLab-module__fANYRW__corner,.ComparisonLab-module__fANYRW__number,.ComparisonLab-module__fANYRW__laneName,.ComparisonLab-module__fANYRW__variables dt,.ComparisonLab-module__fANYRW__auditions span,.ComparisonLab-module__fANYRW__status,.ComparisonLab-module__fANYRW__boundary strong,.ComparisonLab-module__fANYRW__reveal summary{font-family:var(--font-geist-mono), monospace;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:720}.ComparisonLab-module__fANYRW__heading>span,.ComparisonLab-module__fANYRW__number,.ComparisonLab-module__fANYRW__variables dt,.ComparisonLab-module__fANYRW__status{color:var(--comparison-muted)}.ComparisonLab-module__fANYRW__heading h3,.ComparisonLab-module__fANYRW__heading p,.ComparisonLab-module__fANYRW__studyCopy p,.ComparisonLab-module__fANYRW__status,.ComparisonLab-module__fANYRW__boundary{margin:0}.ComparisonLab-module__fANYRW__heading h3{letter-spacing:-.035em;font-size:clamp(22px,3vw,34px);line-height:1.05}.ComparisonLab-module__fANYRW__heading p,.ComparisonLab-module__fANYRW__studyCopy p,.ComparisonLab-module__fANYRW__variables dd,.ComparisonLab-module__fANYRW__boundary,.ComparisonLab-module__fANYRW__reveal p{max-width:78ch;font-size:14px;line-height:1.65}.ComparisonLab-module__fANYRW__gridStack{gap:14px;display:grid}.ComparisonLab-module__fANYRW__gridScroll{max-width:100%;padding-bottom:4px;overflow-x:auto}.ComparisonLab-module__fANYRW__variantGrid{border-top:1px solid #11110f38;border-left:1px solid #11110f38;display:grid}.ComparisonLab-module__fANYRW__gridRow{display:contents}.ComparisonLab-module__fANYRW__corner,.ComparisonLab-module__fANYRW__number,.ComparisonLab-module__fANYRW__laneName,.ComparisonLab-module__fANYRW__gridRow i{border-bottom:1px solid #11110f38;border-right:1px solid #11110f38;justify-content:center;align-items:center;min-height:30px;display:flex}.ComparisonLab-module__fANYRW__corner,.ComparisonLab-module__fANYRW__laneName{justify-content:flex-start;padding:0 10px}.ComparisonLab-module__fANYRW__number[data-beat=true],.ComparisonLab-module__fANYRW__gridRow i[data-beat=true]{box-shadow:inset 2px 0 #11110f52}.ComparisonLab-module__fANYRW__number[data-barline=true],.ComparisonLab-module__fANYRW__gridRow i[data-barline=true]{box-shadow:inset 3px 0 0 var(--ink,#11110f)}.ComparisonLab-module__fANYRW__gridRow i{background:#11110f09;position:relative}.ComparisonLab-module__fANYRW__gridRow i[data-on=true]:after{background:var(--orange,#ff5f3d);border:2px solid var(--ink,#11110f);box-sizing:border-box;content:"";width:12px;height:12px}.ComparisonLab-module__fANYRW__studyCopy{border-left:4px solid var(--orange,#ff5f3d);padding:4px 0 4px 14px}.ComparisonLab-module__fANYRW__variables{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;display:grid}.ComparisonLab-module__fANYRW__variables>div{background:#11110f0e;gap:5px;padding:14px;display:grid}.ComparisonLab-module__fANYRW__variables dd{margin:0}.ComparisonLab-module__fANYRW__auditions{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;display:grid}.ComparisonLab-module__fANYRW__auditions button{border:1px solid var(--ink,#11110f);color:var(--ink,#11110f);cursor:pointer;text-align:left;background:0 0;flex-direction:column;align-items:flex-start;gap:3px;min-height:44px;padding:12px 14px;display:flex}.ComparisonLab-module__fANYRW__auditions button:focus-visible{outline:3px solid var(--ink,#11110f);outline-offset:3px}.ComparisonLab-module__fANYRW__auditions button[data-active=true]{background:var(--acid,#d8ff3e);box-shadow:inset 0 -4px 0 var(--ink,#11110f)}.ComparisonLab-module__fANYRW__auditions button:disabled{cursor:wait;opacity:.55}.ComparisonLab-module__fANYRW__auditions strong{font-size:16px}.ComparisonLab-module__fANYRW__auditions small{color:var(--comparison-muted);font-size:12px;line-height:1.4}.ComparisonLab-module__fANYRW__auditions .ComparisonLab-module__fANYRW__stopButton{background:var(--ink,#11110f);color:var(--paper-bright,#f8f6ef);justify-content:center;align-items:center;min-width:82px}.ComparisonLab-module__fANYRW__auditions .ComparisonLab-module__fANYRW__stopButton:disabled{cursor:default}.ComparisonLab-module__fANYRW__status{text-transform:none;min-height:1.5em}.ComparisonLab-module__fANYRW__reveal{border-left:4px solid var(--orange,#ff5f3d);background:#11110f0e;gap:12px;padding:12px 14px;display:grid}.ComparisonLab-module__fANYRW__reveal summary{cursor:pointer}.ComparisonLab-module__fANYRW__reveal p{margin:0}.ComparisonLab-module__fANYRW__boundary{border-left:4px solid var(--acid,#d8ff3e);background:#11110f0e;padding:12px 14px}.ComparisonLab-module__fANYRW__boundary strong{margin-bottom:3px;display:block}@media (max-width:620px){.ComparisonLab-module__fANYRW__auditions,.ComparisonLab-module__fANYRW__variables{grid-template-columns:1fr}.ComparisonLab-module__fANYRW__auditions .ComparisonLab-module__fANYRW__stopButton{min-height:44px}}
