.Terminal-module__5j1o0W__overlay{background:color-mix(in oklab,var(--background)80%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;justify-content:center;align-items:center;animation:.2s ease-out Terminal-module__5j1o0W__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes Terminal-module__5j1o0W__overlayFadeIn{0%{opacity:0}}.Terminal-module__5j1o0W__terminal{background:color-mix(in oklab,var(--card)95%,transparent);border:1px solid color-mix(in oklab,var(--accent)40%,var(--border));width:100%;max-width:600px;max-height:70vh;box-shadow:0 0 0 1px color-mix(in oklab,var(--accent)20%,transparent),0 0 40px color-mix(in oklab,var(--accent)10%,transparent),0 25px 50px -12px #00000080,inset 0 1px 0 color-mix(in oklab,var(--accent)10%,transparent);font-family:var(--font-secondary),monospace;flex-direction:column;margin:1rem;animation:.3s cubic-bezier(.16,1,.3,1) Terminal-module__5j1o0W__terminalSlideIn;display:flex;position:relative;overflow:hidden}.Terminal-module__5j1o0W__mobileTerminal{background:color-mix(in oklab,var(--card)95%,transparent);border:1px solid color-mix(in oklab,var(--accent)40%,var(--border));width:100%;height:100dvh;box-shadow:0 0 0 1px color-mix(in oklab,var(--accent)20%,transparent),0 0 40px color-mix(in oklab,var(--accent)10%,transparent),0 25px 50px -12px #00000080,inset 0 1px 0 color-mix(in oklab,var(--accent)10%,transparent);font-family:var(--font-secondary),monospace;border-radius:0;flex-direction:column;margin:0;animation:.3s cubic-bezier(.16,1,.3,1) Terminal-module__5j1o0W__terminalSlideIn;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes Terminal-module__5j1o0W__terminalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.96)}}.Terminal-module__5j1o0W__header{border-bottom:1px solid color-mix(in oklab,var(--accent)20%,var(--border));background:color-mix(in oklab,var(--accent)5%,var(--muted));justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.Terminal-module__5j1o0W__headerLeft{align-items:center;gap:10px;display:flex}.Terminal-module__5j1o0W__dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 12px var(--accent),0 0 24px color-mix(in oklab,var(--accent)50%,transparent);border-radius:50%;animation:2s ease-in-out infinite Terminal-module__5j1o0W__pulse}@keyframes Terminal-module__5j1o0W__pulse{0%,to{opacity:1;box-shadow:0 0 12px var(--accent),0 0 24px color-mix(in oklab,var(--accent)50%,transparent)}50%{opacity:.6;box-shadow:0 0 6px var(--accent)}}.Terminal-module__5j1o0W__title{letter-spacing:3px;color:var(--accent);font-size:.65rem;font-weight:600}.Terminal-module__5j1o0W__headerRight{align-items:center;gap:12px;display:flex}.Terminal-module__5j1o0W__statusSuccess{letter-spacing:2px;color:var(--success);text-shadow:0 0 8px var(--success);font-size:.55rem}.Terminal-module__5j1o0W__statusError{letter-spacing:2px;color:var(--error);text-shadow:0 0 8px var(--error);font-size:.55rem}.Terminal-module__5j1o0W__signatureSlots{gap:2px;width:60px;height:16px;display:flex;position:relative}.Terminal-module__5j1o0W__closeBtn{color:var(--muted-foreground);cursor:pointer;letter-spacing:2px;opacity:.6;background:0 0;border:1px solid #0000;padding:4px 8px;font-size:.65rem;transition:all .2s}.Terminal-module__5j1o0W__closeBtn:hover{opacity:1;color:var(--error);border-color:var(--error);text-shadow:0 0 8px var(--error)}.Terminal-module__5j1o0W__output{background:linear-gradient(180deg,transparent 0%,color-mix(in oklab,var(--accent)2%,transparent)100%);flex:1;min-height:300px;padding:16px;font-size:.8rem;line-height:1.6;overflow-y:auto}.Terminal-module__5j1o0W__entry{margin-bottom:12px;animation:.3s ease-out Terminal-module__5j1o0W__entryFadeIn}@keyframes Terminal-module__5j1o0W__entryFadeIn{0%{opacity:0;transform:translate(-8px)}}.Terminal-module__5j1o0W__commandLine{gap:8px;display:flex}.Terminal-module__5j1o0W__prompt.Terminal-module__5j1o0W__prompt{color:var(--accent);text-shadow:0 0 8px color-mix(in oklab,var(--accent)50%,transparent);flex-shrink:0;margin:0;padding:0;font-weight:700}.Terminal-module__5j1o0W__command{color:var(--foreground)}.Terminal-module__5j1o0W__outputText{font-family:inherit;font-size:inherit;color:var(--muted-foreground);white-space:pre-wrap;border-left:1px solid color-mix(in oklab,var(--accent)20%,transparent);margin:4px 0 0;padding:0 0 0 16px}.Terminal-module__5j1o0W__inputLine{border-top:1px solid color-mix(in oklab,var(--accent)20%,var(--border));background:color-mix(in oklab,var(--accent)3%,var(--muted));align-items:center;gap:8px;padding:12px 16px;display:flex}.Terminal-module__5j1o0W__input{color:var(--accent);caret-color:var(--accent);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.8rem}.Terminal-module__5j1o0W__input::placeholder{color:var(--muted-foreground);opacity:.5}.Terminal-module__5j1o0W__input::selection{background:color-mix(in oklab,var(--accent)30%,transparent)}.Terminal-module__5j1o0W__inputWrapper{flex:1;align-items:center;display:flex;position:relative}.Terminal-module__5j1o0W__inputWrapper.Terminal-module__5j1o0W__input{color:var(--accent)}.Terminal-module__5j1o0W__inputCursor{background:var(--accent);width:2px;height:14px;box-shadow:0 0 8px var(--accent);pointer-events:none;margin-left:-2px;animation:.8s step-end infinite Terminal-module__5j1o0W__cursorBlink}@keyframes Terminal-module__5j1o0W__cursorBlink{0%,to{opacity:1}50%{opacity:0}}.Terminal-module__5j1o0W__scanline{pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,color-mix(in oklab,var(--accent)3%,transparent)2px,color-mix(in oklab,var(--accent)3%,transparent)4px);opacity:.4;position:absolute;inset:0}.Terminal-module__5j1o0W__output::-webkit-scrollbar{width:6px}.Terminal-module__5j1o0W__output::-webkit-scrollbar-track{background:0 0}.Terminal-module__5j1o0W__output::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--accent)30%,var(--border));border-radius:3px}.Terminal-module__5j1o0W__output::-webkit-scrollbar-thumb:hover{background:var(--accent)}.Terminal-module__5j1o0W__welcome{color:var(--accent);text-shadow:0 0 12px color-mix(in oklab,var(--accent)40%,transparent)}.Terminal-module__5j1o0W__welcomeVersion{color:var(--muted-foreground);font-size:.7rem}.Terminal-module__5j1o0W__inputWrapper{flex:1;position:relative}.Terminal-module__5j1o0W__suggestionLayer{pointer-events:none;white-space:pre;border:none;outline:none;flex:1;font-family:inherit;font-size:.8rem;position:absolute;top:0;left:0}.Terminal-module__5j1o0W__suggestionHidden{visibility:hidden}.Terminal-module__5j1o0W__suggestionGhost{opacity:.4;color:var(--accent,currentColor)}.Terminal-module__5j1o0W__input{z-index:1;background:0 0;position:relative}.Terminal-module__5j1o0W__input:focus{outline:none}
:root{--glow-color:var(--accent)}.LiquidCard-module__8k8H5G__card{background:var(--card);border:1px solid var(--border);transition:border-color .3s;position:relative;overflow:hidden}.LiquidCard-module__8k8H5G__card:hover{box-shadow:0 0 8px color-mix(in oklab,var(--glow-color,var(--accent))20%,transparent)}.LiquidCard-module__8k8H5G__card:before,.LiquidCard-module__8k8H5G__card:after{content:"";border:1px solid var(--glow-color,var(--accent));opacity:0;pointer-events:none;width:12px;height:12px;transition:opacity .3s;position:absolute}.LiquidCard-module__8k8H5G__card:before{border-bottom:none;border-right:none;top:-1px;left:-1px}.LiquidCard-module__8k8H5G__card:after{border-top:none;border-left:none;bottom:-1px;right:-1px}.LiquidCard-module__8k8H5G__card:hover:before,.LiquidCard-module__8k8H5G__card:hover:after{opacity:.6}.LiquidCard-module__8k8H5G__liquidFill{background:var(--glow-color,var(--accent));opacity:.08;pointer-events:none;position:absolute;bottom:0;left:0;right:0}.LiquidCard-module__8k8H5G__liquidWave{background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--glow-color,var(--accent))40%,transparent),transparent);height:8px;animation:3s ease-in-out infinite LiquidCard-module__8k8H5G__wave;position:absolute;bottom:100%;left:-50%;right:-50%}@keyframes LiquidCard-module__8k8H5G__wave{0%,to{transform:translate(-25%)scaleY(1)}50%{transform:translate(25%)scaleY(1.5)}}.LiquidCard-module__8k8H5G__liquidGlow{background:var(--glow-color,var(--accent));height:1px;box-shadow:0 0 8px var(--glow-color,var(--accent));opacity:.5;position:absolute;bottom:100%;left:0;right:0}.LiquidCard-module__8k8H5G__content{z-index:1;position:relative}
.ScanLine-module__e9Ny3q__scanline{pointer-events:none;--travel-distance:100%;position:absolute}.ScanLine-module__e9Ny3q__horizontal{background:linear-gradient(90deg,transparent,var(--accent),transparent);animation:8s linear infinite ScanLine-module__e9Ny3q__scanY;top:0;left:0;right:0}.ScanLine-module__e9Ny3q__vertical{background:linear-gradient(180deg,transparent,var(--accent),transparent);animation:8s linear infinite ScanLine-module__e9Ny3q__scanX;top:0;bottom:0;left:0}@keyframes ScanLine-module__e9Ny3q__scanY{0%{opacity:1;transform:translateY(0)}50%{transform:translateY(var(--travel-distance));opacity:1}50.01%{opacity:0}99.99%{opacity:0}to{opacity:0;transform:translateY(0)}}@keyframes ScanLine-module__e9Ny3q__scanX{0%{opacity:1;transform:translate(0)}50%{transform:translateX(var(--travel-distance));opacity:1}50.01%{opacity:0}99.99%{opacity:0}to{opacity:0;transform:translate(0)}}
.SignatureReveal-module__PDnh_a__slot{letter-spacing:.05em;color:var(--accent);pointer-events:none;opacity:0;text-shadow:0 0 8px var(--accent);z-index:10;font-size:.65rem;font-weight:600;transition:opacity .15s ease-out,transform .15s ease-out;position:absolute;transform:scale(.5)}.SignatureReveal-module__PDnh_a__idle{opacity:0;transform:scale(.5)}.SignatureReveal-module__PDnh_a__entering{opacity:.5;transform:scale(1.2)}.SignatureReveal-module__PDnh_a__visible{opacity:1;text-shadow:0 0 8px var(--accent),0 0 16px var(--accent);transform:scale(1)}.SignatureReveal-module__PDnh_a__exiting{opacity:0;transition:opacity .3s ease-in,transform .3s ease-in;transform:scale(.8)translateY(-4px)}
.FuturisticCard-module__O3O_bq__card{background:var(--card);border:1px solid var(--border);clip-path:polygon(0 12px,12px 0,calc(100% - 12px) 0,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0 calc(100% - 12px));padding:24px;animation:.4s cubic-bezier(.16,1,.3,1) FuturisticCard-module__O3O_bq__materialize;position:relative}@keyframes FuturisticCard-module__O3O_bq__materialize{0%{opacity:0;filter:blur(4px);transform:translateY(8px)scale(.98)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.FuturisticCard-module__O3O_bq__cornerTL,.FuturisticCard-module__O3O_bq__cornerBR{pointer-events:none;width:24px;height:24px;position:absolute}.FuturisticCard-module__O3O_bq__cornerTL{border-top:2px solid var(--accent);border-left:2px solid var(--accent);top:0;left:0}.FuturisticCard-module__O3O_bq__cornerBR{border-bottom:2px solid var(--accent);border-right:2px solid var(--accent);bottom:0;right:0}
.TextReveal-module__mDWpFa__char{opacity:0;animation:.4s ease-out forwards TextReveal-module__mDWpFa__charReveal;display:inline-block;transform:translateY(8px)}.TextReveal-module__mDWpFa__char:nth-child(odd){animation-delay:calc(var(--index)*30ms)}.TextReveal-module__mDWpFa__char:nth-child(2n){animation-delay:calc(var(--index)*30ms + 15ms)}@keyframes TextReveal-module__mDWpFa__charReveal{0%{opacity:0;filter:blur(4px);transform:translateY(8px)scaleY(.3)}50%{opacity:.5;filter:blur(1px)}to{opacity:1;filter:blur();transform:translateY(0)scaleY(1)}}.TextReveal-module__mDWpFa__glitch{animation:.3s ease-out forwards TextReveal-module__mDWpFa__glitchReveal}@keyframes TextReveal-module__mDWpFa__glitchReveal{0%{opacity:0;text-shadow:2px 0 var(--accent),-2px 0 var(--teal);transform:translate(-4px)}30%{opacity:1;text-shadow:-1px 0 var(--accent),1px 0 var(--teal);transform:translate(2px)}60%{text-shadow:1px 0 var(--accent),-1px 0 var(--teal);transform:translate(-1px)}to{text-shadow:none;transform:translate(0)}}.TextReveal-module__mDWpFa__cursor{background:var(--accent);width:2px;height:1em;box-shadow:0 0 8px var(--accent);margin-left:2px;animation:.8s step-end infinite TextReveal-module__mDWpFa__cursorBlink;display:inline-block}@keyframes TextReveal-module__mDWpFa__cursorBlink{0%,to{opacity:1}50%{opacity:0}}.TextReveal-module__mDWpFa__scanText{position:relative;overflow:hidden}.TextReveal-module__mDWpFa__scanText:after{content:"";background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--accent)30%,transparent),transparent);width:100%;height:100%;animation:2s ease-in-out infinite TextReveal-module__mDWpFa__scanLine;position:absolute;top:0;left:-100%}@keyframes TextReveal-module__mDWpFa__scanLine{0%{left:-100%}to{left:100%}}
.CyberGrid-module__FDPdUq__container{pointer-events:none;--color:var(--accent,var(--accent));position:absolute;inset:0;overflow:hidden}.CyberGrid-module__FDPdUq__scanLine{background:linear-gradient(90deg,transparent,var(--color),transparent);height:1px;box-shadow:0 0 20px var(--color);position:absolute;left:0;right:0}.CyberGrid-module__FDPdUq__dataStream{background:linear-gradient(180deg,transparent,var(--color)20%,var(--color)80%,transparent);transform-origin:top;width:1px;height:100%;position:absolute;top:0}.CyberGrid-module__FDPdUq__corner{border-color:var(--color);border-style:solid;border-width:0;width:20px;height:20px;position:absolute}.CyberGrid-module__FDPdUq__topLeft{border-top-width:1px;border-left-width:1px;top:8px;left:8px}.CyberGrid-module__FDPdUq__topRight{border-top-width:1px;border-right-width:1px;top:8px;right:8px}.CyberGrid-module__FDPdUq__bottomLeft{border-bottom-width:1px;border-left-width:1px;bottom:8px;left:8px}.CyberGrid-module__FDPdUq__bottomRight{border-bottom-width:1px;border-right-width:1px;bottom:8px;right:8px}.CyberGrid-module__FDPdUq__gridPulse{background:linear-gradient(90deg,transparent 49.5%,var(--color)49.5%,var(--color)50.5%,transparent 50.5%),linear-gradient(0deg,transparent 49.5%,var(--color)49.5%,var(--color)50.5%,transparent 50.5%);background-size:40px 40px;position:absolute;inset:0}
.CyberOverlay-module__vOdg9a__overlay{background:color-mix(in oklab,var(--background,#000)85%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.CyberOverlay-module__vOdg9a__pattern{pointer-events:none;opacity:.3;position:absolute;inset:0}.CyberOverlay-module__vOdg9a__grid{background-image:linear-gradient(color-mix(in oklab,var(--accent,#0f8)12%,transparent)1px,transparent 1px),linear-gradient(90deg,color-mix(in oklab,var(--accent,#0f8)12%,transparent)1px,transparent 1px);background-size:40px 40px}.CyberOverlay-module__vOdg9a__dots{background-image:radial-gradient(color-mix(in oklab,var(--accent,#0f8)20%,transparent)1px,transparent 1px);background-size:20px 20px}.CyberOverlay-module__vOdg9a__flowContainer{pointer-events:none;position:absolute;inset:0}.CyberOverlay-module__vOdg9a__flowLineHorizontal{background:linear-gradient(90deg,transparent,var(--accent,#0f8),transparent);width:120px;height:1px;box-shadow:0 0 15px var(--accent,#0f8);position:absolute}.CyberOverlay-module__vOdg9a__flowLineVertical{background:linear-gradient(180deg,transparent,var(--accent,#0f8),transparent);width:1px;height:120px;box-shadow:0 0 15px var(--accent,#0f8);position:absolute}.CyberOverlay-module__vOdg9a__dotTrailHorizontal,.CyberOverlay-module__vOdg9a__dotTrailVertical{gap:4px;display:flex;position:absolute}.CyberOverlay-module__vOdg9a__dotTrailHorizontal{top:50%;left:100%;transform:translateY(-50%)}.CyberOverlay-module__vOdg9a__dotTrailVertical{flex-direction:column;top:100%;left:50%;transform:translate(-50%)}.CyberOverlay-module__vOdg9a__trailDot{background:var(--accent,#0f8);width:2px;height:2px;box-shadow:0 0 5px var(--accent,#0f8);border-radius:50%}.CyberOverlay-module__vOdg9a__gradient{pointer-events:none;background:radial-gradient(circle at center,color-mix(in oklab,var(--accent,#0f8)5%,transparent),transparent);background-size:100% 100%;position:absolute;inset:0}
.Button-module__xDwtkW__root{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;height:40px;color:var(--foreground);-webkit-user-select:none;user-select:none;background:0 0;border:none;outline:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex;position:relative;overflow:visible}.Button-module__xDwtkW__root:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.Button-module__xDwtkW__root:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.Button-module__xDwtkW__root.Button-module__xDwtkW__loading{cursor:wait}.Button-module__xDwtkW__root.Button-module__xDwtkW__loading .Button-module__xDwtkW__content{opacity:.7}.Button-module__xDwtkW__default{background:var(--intent-color);color:var(--background);border:1px solid var(--intent-color);border-radius:6px;overflow:hidden}.Button-module__xDwtkW__default:before{content:"";pointer-events:none;border-top:3px solid #ffffffb3;border-left:3px solid #ffffffb3;border-top-left-radius:6px;width:16px;height:16px;transition:all .25s;position:absolute;top:-1px;left:-1px}.Button-module__xDwtkW__default:after{content:"";pointer-events:none;border-bottom:3px solid #fff6;border-right:3px solid #fff6;border-bottom-right-radius:6px;width:16px;height:16px;transition:all .25s;position:absolute;bottom:-1px;right:-1px}.Button-module__xDwtkW__default:hover:not(:disabled){background:color-mix(in oklab,var(--intent-color)80%,white);box-shadow:0 2px 8px color-mix(in oklab,var(--intent-color)45%,transparent);transform:translateY(-1px)}.Button-module__xDwtkW__default:hover:not(:disabled):before{border-color:#fffffff2;width:24px;height:24px}.Button-module__xDwtkW__default:hover:not(:disabled):after{border-color:#ffffffb3;width:24px;height:24px}.Button-module__xDwtkW__default:active:not(:disabled){box-shadow:0 2px 12px color-mix(in oklab,var(--intent-color)35%,transparent);transform:translateY(0)}.Button-module__xDwtkW__secondary{border:1px solid var(--border);color:var(--muted-foreground);background:0 0;border-radius:6px}.Button-module__xDwtkW__secondary:before{content:"";background:var(--intent-color);pointer-events:none;width:0;height:1px;box-shadow:0 0 8px var(--intent-color);transition:all .3s;position:absolute;top:-1px;left:20%}.Button-module__xDwtkW__secondary:after{content:"";background:var(--intent-color);pointer-events:none;width:0;height:1px;box-shadow:0 0 8px var(--intent-color);transition:all .3s;position:absolute;bottom:-1px;right:20%}.Button-module__xDwtkW__secondary:hover:not(:disabled){color:var(--intent-color);border-color:color-mix(in oklab,var(--intent-color)40%,transparent);background:color-mix(in oklab,var(--intent-color)5%,transparent)}.Button-module__xDwtkW__secondary:hover:not(:disabled):before{width:60%;left:20%}.Button-module__xDwtkW__secondary:hover:not(:disabled):after{width:60%;right:20%}.Button-module__xDwtkW__secondary:active:not(:disabled){background:color-mix(in oklab,var(--intent-color)10%,var(--background))}.Button-module__xDwtkW__secondary.Button-module__xDwtkW__intent-danger,.Button-module__xDwtkW__secondary.Button-module__xDwtkW__intent-warning,.Button-module__xDwtkW__secondary.Button-module__xDwtkW__intent-success,.Button-module__xDwtkW__secondary.Button-module__xDwtkW__intent-info{color:color-mix(in oklab,var(--intent-color)80%,var(--foreground));border-color:color-mix(in oklab,var(--intent-color)30%,transparent)}.Button-module__xDwtkW__ghost{color:color-mix(in oklab,var(--intent-color)70%,var(--foreground));background:0 0;border:none;width:fit-content;height:auto;min-height:32px;padding:0}.Button-module__xDwtkW__ghost:hover:not(:disabled),.Button-module__xDwtkW__ghost:active:not(:disabled){color:var(--intent-color)}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-default{color:color-mix(in oklab,var(--intent-color)50%,var(--foreground))}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-default:hover:not(:disabled){color:var(--accent)}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-danger{color:color-mix(in oklab,var(--error)50%,var(--foreground))}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-danger:hover:not(:disabled){color:var(--error)}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-warning{color:color-mix(in oklab,var(--warning)50%,var(--foreground))}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-warning:hover:not(:disabled){color:var(--warning)}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-success{color:color-mix(in oklab,var(--success)50%,var(--foreground))}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-success:hover:not(:disabled){color:var(--success)}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-info{color:color-mix(in oklab,var(--info)50%,var(--foreground))}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-info:hover:not(:disabled){color:var(--info)}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-neutral{color:color-mix(in oklab,var(--neutral)50%,var(--foreground))}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-neutral:hover:not(:disabled){color:var(--neutral)}.Button-module__xDwtkW__intent-default{--intent-color:var(--accent)}.Button-module__xDwtkW__intent-danger{--intent-color:var(--error)}.Button-module__xDwtkW__intent-warning{--intent-color:var(--warning)}.Button-module__xDwtkW__intent-success{--intent-color:var(--success)}.Button-module__xDwtkW__intent-info{--intent-color:var(--info)}.Button-module__xDwtkW__intent-neutral{--intent-color:var(--neutral)}.Button-module__xDwtkW__xs{letter-spacing:.04em;gap:4px;height:26px;padding:0 10px;font-size:.6rem}.Button-module__xDwtkW__xs.Button-module__xDwtkW__default:before,.Button-module__xDwtkW__xs.Button-module__xDwtkW__default:after{border-width:2px;width:10px;height:10px}.Button-module__xDwtkW__xs.Button-module__xDwtkW__default:hover:not(:disabled):before,.Button-module__xDwtkW__xs.Button-module__xDwtkW__default:hover:not(:disabled):after{width:14px;height:14px}.Button-module__xDwtkW__xs.Button-module__xDwtkW__ghost{min-height:24px;padding:0 4px}.Button-module__xDwtkW__sm{gap:6px;height:32px;padding:0 14px;font-size:.7rem}.Button-module__xDwtkW__sm.Button-module__xDwtkW__default:before,.Button-module__xDwtkW__sm.Button-module__xDwtkW__default:after{border-width:2px;width:12px;height:12px}.Button-module__xDwtkW__sm.Button-module__xDwtkW__default:hover:not(:disabled):before,.Button-module__xDwtkW__sm.Button-module__xDwtkW__default:hover:not(:disabled):after{width:18px;height:18px}.Button-module__xDwtkW__sm.Button-module__xDwtkW__ghost{min-height:28px;padding:0}.Button-module__xDwtkW__md{height:40px;padding:0 20px;font-size:.8rem}.Button-module__xDwtkW__md.Button-module__xDwtkW__ghost{min-height:32px;padding:0}.Button-module__xDwtkW__lg{gap:10px;height:48px;padding:0 28px;font-size:.85rem}.Button-module__xDwtkW__lg.Button-module__xDwtkW__default:before,.Button-module__xDwtkW__lg.Button-module__xDwtkW__default:after{border-width:3px;width:20px;height:20px}.Button-module__xDwtkW__lg.Button-module__xDwtkW__default:hover:not(:disabled):before,.Button-module__xDwtkW__lg.Button-module__xDwtkW__default:hover:not(:disabled):after{width:28px;height:28px}.Button-module__xDwtkW__lg.Button-module__xDwtkW__ghost{min-height:40px;padding:0}.Button-module__xDwtkW__content{align-items:center;gap:inherit;z-index:1;white-space:nowrap;display:inline-flex;position:relative}.Button-module__xDwtkW__loader{align-items:center;animation:1s linear infinite Button-module__xDwtkW__spin;display:inline-flex}@keyframes Button-module__xDwtkW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.Input-module__Tl1jgW__root{background:var(--muted);width:100%;color:var(--foreground);caret-color:var(--accent);border:1px solid #ffffff14;border-radius:6px;font-family:inherit;transition:border-color .2s,background .2s}.Input-module__Tl1jgW__size-xs{height:1.75rem;padding:0 .5rem;font-size:.7rem}.Input-module__Tl1jgW__size-sm{height:2.25rem;padding:0 .75rem;font-size:.75rem}.Input-module__Tl1jgW__size-md{height:2.75rem;padding:0 1rem;font-size:.875rem}.Input-module__Tl1jgW__size-lg{height:3.25rem;padding:0 1.25rem;font-size:1rem}.Input-module__Tl1jgW__root::placeholder{color:var(--muted-foreground);opacity:.6}.Input-module__Tl1jgW__root:hover{border-color:#ffffff29}.Input-module__Tl1jgW__root:focus{border-color:var(--accent);background:var(--background);outline:none}.Input-module__Tl1jgW__root:disabled{opacity:.4;cursor:not-allowed}[data-theme=light] .Input-module__Tl1jgW__root{background:#00000008;border-color:#0000001a}[data-theme=light] .Input-module__Tl1jgW__root:hover{border-color:#0000002e}[data-theme=light] .Input-module__Tl1jgW__root:focus{background:var(--background)}
.TagInput-module__-nPtGW__wrapper{--tag-input-height:2.75rem;--tag-input-padding-x:1rem;--tag-input-padding-y:.35rem;--tag-chip-height:1.6rem;--tag-chip-font-size:.75rem;--tag-input-font-size:.875rem;width:100%;min-height:var(--tag-input-height);padding:var(--tag-input-padding-y)var(--tag-input-padding-x);background:rgba(var(--accent-rgb,59,130,246),.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--foreground);clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,0 100%);cursor:text;border:1px solid #ffffff14;border-left:2.5px solid #1e3a5a;font-size:.875rem;transition:all .25s;position:relative;box-shadow:inset 0 0 12px #ffffff05}.TagInput-module__-nPtGW__wrapperFocused{border-color:var(--accent);background:#3b82f60f;outline:none}.TagInput-module__-nPtGW__wrapperDisabled{opacity:.4;cursor:not-allowed}.TagInput-module__-nPtGW__wrapper:not(.TagInput-module__-nPtGW__wrapperDisabled):hover{background:linear-gradient(#ffffff12,#ffffff08)}.TagInput-module__-nPtGW__tagList{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.TagInput-module__-nPtGW__tag{height:var(--tag-chip-height);background:rgba(var(--accent-rgb,59,130,246),.14);border:1px solid rgba(var(--accent-rgb,59,130,246),.25);color:var(--foreground);font-size:var(--tag-chip-font-size);letter-spacing:.4px;text-transform:uppercase;clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,5px 100%,0 calc(100% - 5px));-webkit-user-select:none;user-select:none;align-items:center;gap:.3rem;padding:0 .55rem;transition:all .2s;animation:.2s both TagInput-module__-nPtGW__tagIn;display:inline-flex}.TagInput-module__-nPtGW__tag:hover{background:rgba(var(--accent-rgb,59,130,246),.22);border-color:rgba(var(--accent-rgb,59,130,246),.4)}.TagInput-module__-nPtGW__tagFocused{background:rgba(var(--accent-rgb,59,130,246),.28);border-color:var(--accent);box-shadow:0 0 6px rgba(var(--accent-rgb,59,130,246),.3)}@keyframes TagInput-module__-nPtGW__tagIn{0%{opacity:0;transform:scale(.85)translateY(2px)}to{opacity:1;transform:scale(1)translateY(0)}}.TagInput-module__-nPtGW__tagText{white-space:nowrap;line-height:1}.TagInput-module__-nPtGW__tagRemove{all:unset;cursor:pointer;width:14px;height:14px;color:var(--muted-foreground);opacity:.6;justify-content:center;align-items:center;transition:all .15s;display:flex}.TagInput-module__-nPtGW__tagRemove:hover{opacity:1;color:var(--error,#e86a4f)}.TagInput-module__-nPtGW__input{all:unset;min-width:5rem;height:var(--tag-chip-height);font-size:var(--tag-input-font-size);color:var(--foreground);caret-color:var(--accent);flex:5rem}.TagInput-module__-nPtGW__input::placeholder{color:var(--muted-foreground);letter-spacing:.3px;opacity:.6}[data-theme=light] .TagInput-module__-nPtGW__wrapper,[data-mode=light] .TagInput-module__-nPtGW__wrapper{background:linear-gradient(#0000000a,#00000005);border-color:#0000001a}[data-theme=light] .TagInput-module__-nPtGW__wrapper:not(.TagInput-module__-nPtGW__wrapperDisabled):hover,[data-mode=light] .TagInput-module__-nPtGW__wrapper:not(.TagInput-module__-nPtGW__wrapperDisabled):hover{background:linear-gradient(#0000000f,#00000008)}[data-theme=light] .TagInput-module__-nPtGW__wrapperFocused,[data-mode=light] .TagInput-module__-nPtGW__wrapperFocused{background:#3b82f60f}[data-theme=light] .TagInput-module__-nPtGW__tag,[data-mode=light] .TagInput-module__-nPtGW__tag{background:rgba(var(--accent-rgb,59,130,246),.1);border-color:rgba(var(--accent-rgb,59,130,246),.2)}
.Checkbox-module__hzGyKG__container{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:inline-flex;position:relative}.Checkbox-module__hzGyKG__container.Checkbox-module__hzGyKG__disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.Checkbox-module__hzGyKG__checkboxWrapper{width:var(--checkbox-size,20px);height:var(--checkbox-size,20px);flex-shrink:0;position:relative}.Checkbox-module__hzGyKG__input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;margin:0;position:absolute}.Checkbox-module__hzGyKG__checkbox{clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,0 100%);justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;inset:0}.Checkbox-module__hzGyKG__border{clip-path:polygon(0 0,calc(100% - 5px) 0,100% 5px,100% 100%,0 100%);background:linear-gradient(135deg,#ffffff1f 0%,#ffffff0a 100%);transition:all .25s;position:absolute;inset:0}.Checkbox-module__hzGyKG__border:before{content:"";background:var(--background);clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,0 100%);position:absolute;inset:1px}.Checkbox-module__hzGyKG__fill{background:rgba(var(--accent-rgb,59,130,246),.08);clip-path:polygon(0 0,calc(100% - 4px) 0,100% 4px,100% 100%,0 100%);transition:all .25s;position:absolute;inset:2px}.Checkbox-module__hzGyKG__check{width:calc(var(--checkbox-size,20px)*.6);height:calc(var(--checkbox-size,20px)*.5);stroke:var(--accent);opacity:0;z-index:1;transition:all .2s cubic-bezier(.34,1.56,.64,1);position:relative;transform:scale(.5)rotate(-10deg)}.Checkbox-module__hzGyKG__check path{stroke-dasharray:20;stroke-dashoffset:20px;transition:stroke-dashoffset .3s .1s}.Checkbox-module__hzGyKG__glow{background:var(--accent);opacity:0;filter:blur(8px);clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,0 100%);z-index:-1;transition:opacity .25s;position:absolute;inset:-2px}.Checkbox-module__hzGyKG__scanline{background:linear-gradient(90deg,transparent 0%,var(--accent)50%,transparent 100%);opacity:0;pointer-events:none;height:2px;position:absolute;top:0;left:0;right:0;transform:translateY(0)}.Checkbox-module__hzGyKG__container:hover .Checkbox-module__hzGyKG__border{background:linear-gradient(135deg,#fff3 0%,#ffffff14 100%)}.Checkbox-module__hzGyKG__container:hover .Checkbox-module__hzGyKG__fill{background:rgba(var(--accent-rgb,59,130,246),.12)}.Checkbox-module__hzGyKG__input:focus-visible~.Checkbox-module__hzGyKG__checkbox .Checkbox-module__hzGyKG__border{background:linear-gradient(135deg,var(--accent)0%,rgba(var(--accent-rgb,59,130,246),.4)100%)}.Checkbox-module__hzGyKG__input:focus-visible~.Checkbox-module__hzGyKG__checkbox .Checkbox-module__hzGyKG__glow{opacity:.15}.Checkbox-module__hzGyKG__input:checked~.Checkbox-module__hzGyKG__checkbox .Checkbox-module__hzGyKG__border{background:linear-gradient(135deg,var(--accent)0%,color-mix(in oklab,var(--accent)70%,black)100%)}.Checkbox-module__hzGyKG__input:checked~.Checkbox-module__hzGyKG__checkbox .Checkbox-module__hzGyKG__border:before{background:color-mix(in oklab,var(--accent)15%,var(--background))}.Checkbox-module__hzGyKG__input:checked~.Checkbox-module__hzGyKG__checkbox .Checkbox-module__hzGyKG__fill{background:linear-gradient(135deg,rgba(var(--accent-rgb,59,130,246),.25)0%,rgba(var(--accent-rgb,59,130,246),.1)100%)}.Checkbox-module__hzGyKG__input:checked~.Checkbox-module__hzGyKG__checkbox .Checkbox-module__hzGyKG__check{opacity:1;transform:scale(1)rotate(0)}.Checkbox-module__hzGyKG__input:checked~.Checkbox-module__hzGyKG__checkbox .Checkbox-module__hzGyKG__check path{stroke-dashoffset:0}.Checkbox-module__hzGyKG__input:checked~.Checkbox-module__hzGyKG__checkbox .Checkbox-module__hzGyKG__glow{opacity:.25}.Checkbox-module__hzGyKG__input:checked~.Checkbox-module__hzGyKG__scanline{animation:.4s ease-out forwards Checkbox-module__hzGyKG__scan}@keyframes Checkbox-module__hzGyKG__scan{0%{opacity:.8;transform:translateY(0)}to{opacity:0;transform:translateY(calc(var(--checkbox-size,20px)))}}.Checkbox-module__hzGyKG__label{font-size:var(--checkbox-label-size,.875rem);color:var(--foreground);letter-spacing:.3px;transition:color .25s}.Checkbox-module__hzGyKG__container:hover .Checkbox-module__hzGyKG__label,.Checkbox-module__hzGyKG__input:checked~.Checkbox-module__hzGyKG__checkbox+.Checkbox-module__hzGyKG__scanline+.Checkbox-module__hzGyKG__label,.Checkbox-module__hzGyKG__input:checked+.Checkbox-module__hzGyKG__checkbox~.Checkbox-module__hzGyKG__label{color:var(--accent)}.Checkbox-module__hzGyKG__intent-success{--accent:var(--success);--accent-rgb:42,157,106}.Checkbox-module__hzGyKG__intent-warning{--accent:var(--warning);--accent-rgb:232,163,46}.Checkbox-module__hzGyKG__intent-danger{--accent:var(--error);--accent-rgb:217,90,62}.Checkbox-module__hzGyKG__intent-info{--accent:var(--info);--accent-rgb:74,144,184}[data-mode=light] .Checkbox-module__hzGyKG__border{background:linear-gradient(135deg,#00000026 0%,#00000014 100%)}[data-mode=light] .Checkbox-module__hzGyKG__fill{background:#0000000a}[data-mode=light] .Checkbox-module__hzGyKG__container:hover .Checkbox-module__hzGyKG__border{background:linear-gradient(135deg,#00000040 0%,#0000001f 100%)}[data-mode=light] .Checkbox-module__hzGyKG__container:hover .Checkbox-module__hzGyKG__fill{background:rgba(var(--accent-rgb,59,130,246),.1)}
.Radio-module__c9WNDa__container{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:inline-flex;position:relative}.Radio-module__c9WNDa__container.Radio-module__c9WNDa__disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.Radio-module__c9WNDa__radioWrapper{flex-shrink:0;width:20px;height:20px;position:relative}.Radio-module__c9WNDa__input{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;margin:0;position:absolute}.Radio-module__c9WNDa__radio{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Radio-module__c9WNDa__outerRing{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:linear-gradient(135deg,#ffffff1f 0%,#ffffff0a 100%);transition:all .25s;position:absolute;inset:0}.Radio-module__c9WNDa__outerRing:before{content:"";background:var(--background);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);position:absolute;inset:1px}.Radio-module__c9WNDa__innerRing{background:rgba(var(--accent-rgb,59,130,246),.08);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);transition:all .25s;position:absolute;inset:3px}.Radio-module__c9WNDa__core{background:var(--accent);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);opacity:0;z-index:1;width:6px;height:6px;transition:all .25s cubic-bezier(.34,1.56,.64,1);position:relative;transform:scale(0)rotate(30deg)}.Radio-module__c9WNDa__pulse{background:var(--accent);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);opacity:0;pointer-events:none;position:absolute;inset:2px;transform:scale(1)}.Radio-module__c9WNDa__glow{background:var(--accent);opacity:0;filter:blur(8px);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);z-index:-1;transition:opacity .25s;position:absolute;inset:-3px}.Radio-module__c9WNDa__scanline{background:linear-gradient(90deg,transparent 0%,var(--accent)50%,transparent 100%);opacity:0;pointer-events:none;height:2px;position:absolute;top:50%;left:-2px;right:-2px;transform:scaleX(0)}.Radio-module__c9WNDa__container:hover .Radio-module__c9WNDa__outerRing{background:linear-gradient(135deg,#fff3 0%,#ffffff14 100%)}.Radio-module__c9WNDa__container:hover .Radio-module__c9WNDa__innerRing{background:rgba(var(--accent-rgb,59,130,246),.12)}.Radio-module__c9WNDa__input:focus-visible~.Radio-module__c9WNDa__radio .Radio-module__c9WNDa__outerRing{background:linear-gradient(135deg,var(--accent)0%,rgba(var(--accent-rgb,59,130,246),.4)100%)}.Radio-module__c9WNDa__input:focus-visible~.Radio-module__c9WNDa__radio .Radio-module__c9WNDa__glow{opacity:.15}.Radio-module__c9WNDa__input:checked~.Radio-module__c9WNDa__radio .Radio-module__c9WNDa__outerRing{background:linear-gradient(135deg,var(--accent)0%,color-mix(in oklab,var(--accent)70%,black)100%)}.Radio-module__c9WNDa__input:checked~.Radio-module__c9WNDa__radio .Radio-module__c9WNDa__outerRing:before{background:color-mix(in oklab,var(--accent)15%,var(--background))}.Radio-module__c9WNDa__input:checked~.Radio-module__c9WNDa__radio .Radio-module__c9WNDa__innerRing{background:linear-gradient(135deg,rgba(var(--accent-rgb,59,130,246),.25)0%,rgba(var(--accent-rgb,59,130,246),.1)100%)}.Radio-module__c9WNDa__input:checked~.Radio-module__c9WNDa__radio .Radio-module__c9WNDa__core{opacity:1;transform:scale(1)rotate(0)}.Radio-module__c9WNDa__input:checked~.Radio-module__c9WNDa__radio .Radio-module__c9WNDa__pulse{animation:.4s ease-out forwards Radio-module__c9WNDa__pulseOut}.Radio-module__c9WNDa__input:checked~.Radio-module__c9WNDa__radio .Radio-module__c9WNDa__glow{opacity:.25}.Radio-module__c9WNDa__input:checked~.Radio-module__c9WNDa__scanline{animation:.3s ease-out forwards Radio-module__c9WNDa__scanHorizontal}@keyframes Radio-module__c9WNDa__pulseOut{0%{opacity:.6;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}@keyframes Radio-module__c9WNDa__scanHorizontal{0%{opacity:.8;transform:scaleX(0)}50%{opacity:.8;transform:scaleX(1)}to{opacity:0;transform:scaleX(1)}}.Radio-module__c9WNDa__input:checked~.Radio-module__c9WNDa__radio .Radio-module__c9WNDa__core{animation:.5s ease-out Radio-module__c9WNDa__coreRotate}@keyframes Radio-module__c9WNDa__coreRotate{0%{transform:scale(0)rotate(60deg)}60%{transform:scale(1.2)rotate(-10deg)}to{transform:scale(1)rotate(0)}}.Radio-module__c9WNDa__label{color:var(--foreground);letter-spacing:.3px;font-size:.875rem;transition:color .25s}.Radio-module__c9WNDa__container:hover .Radio-module__c9WNDa__label,.Radio-module__c9WNDa__input:checked~.Radio-module__c9WNDa__radio+.Radio-module__c9WNDa__scanline+.Radio-module__c9WNDa__label,.Radio-module__c9WNDa__input:checked+.Radio-module__c9WNDa__radio~.Radio-module__c9WNDa__label{color:var(--accent)}.Radio-module__c9WNDa__intent-success{--accent:var(--success);--accent-rgb:42,157,106}.Radio-module__c9WNDa__intent-warning{--accent:var(--warning);--accent-rgb:232,163,46}.Radio-module__c9WNDa__intent-danger{--accent:var(--error);--accent-rgb:217,90,62}.Radio-module__c9WNDa__intent-info{--accent:var(--info);--accent-rgb:74,144,184}.Radio-module__c9WNDa__group{gap:12px;display:flex}.Radio-module__c9WNDa__group-vertical{flex-direction:column}.Radio-module__c9WNDa__group-horizontal{flex-flow:wrap}[data-mode=light] .Radio-module__c9WNDa__outerRing{background:linear-gradient(135deg,#00000026 0%,#00000014 100%)}[data-mode=light] .Radio-module__c9WNDa__innerRing{background:#0000000a}[data-mode=light] .Radio-module__c9WNDa__container:hover .Radio-module__c9WNDa__outerRing{background:linear-gradient(135deg,#00000040 0%,#0000001f 100%)}[data-mode=light] .Radio-module__c9WNDa__container:hover .Radio-module__c9WNDa__innerRing{background:rgba(var(--accent-rgb,59,130,246),.1)}
.Switch-module__PIOCra__root{all:unset;background:var(--muted);border-radius:var(--radius-full);border:1px solid var(--border);cursor:pointer;width:42px;height:25px;transition:background var(--transition-base)ease,border-color var(--transition-base)ease;display:inline-block;position:relative}.Switch-module__PIOCra__root:hover{background:color-mix(in srgb,var(--muted)90%,var(--foreground))}.Switch-module__PIOCra__root:focus-visible{box-shadow:0 0 0 3px color-mix(in oklab,var(--ring)40%,transparent)}.Switch-module__PIOCra__root[data-state=checked]{background:var(--accent);border-color:var(--accent)}.Switch-module__PIOCra__root[data-state=checked]:hover{background:color-mix(in srgb,var(--accent)90%,black)}.Switch-module__PIOCra__thumb{width:19px;height:19px;box-shadow:var(--shadow);transition:transform var(--transition-base)cubic-bezier(.4,0,.2,1);will-change:transform;background:#fff;border-radius:50%;display:block;transform:translate(2px)}.Switch-module__PIOCra__thumb[data-state=checked]{transform:translate(20px)}[data-theme=dark] .Switch-module__PIOCra__thumb{background:#f9fafb}
.TextArea-module__r2M_gq__container{flex-direction:column;gap:5px;width:100%;display:flex;position:relative}.TextArea-module__r2M_gq__label{letter-spacing:1.8px;color:#89a;text-transform:uppercase;opacity:.7;margin-left:1px;font-size:.66rem;font-weight:500;transition:opacity .4s}.TextArea-module__r2M_gq__fieldWrapper{isolation:isolate;position:relative}.TextArea-module__r2M_gq__textarea{background:var(--background);width:100%;min-height:86px;color:var(--foreground);border:1px solid var(--border);letter-spacing:.35px;resize:none;-webkit-tap-highlight-color:transparent;appearance:none;border-left:2.5px solid #1e3a5a;border-radius:3px;padding:11px 12px;font-family:inherit;font-size:.81rem;line-height:1.48;transition:border-color .25s,box-shadow .4s,background .5s;overflow-y:hidden;outline:none!important}.TextArea-module__r2M_gq__textarea:focus{border-color:var(--accent);background:var(--muted);outline:none!important}.TextArea-module__r2M_gq__hasError{color:#ffd0d8;background:#ff2d550f;border-color:#ff2d5599!important}.TextArea-module__r2M_gq__hasError:focus{box-shadow:0 0 0 1px #ff2d5533,inset 0 0 14px #ff2d552e}.TextArea-module__r2M_gq__glowBar{background:var(--accent);pointer-events:none;transform-origin:0;z-index:2;width:2.5px;box-shadow:0 0 10px var(--accent);opacity:0;border-radius:3px 0 0 3px;position:absolute;inset:0}.TextArea-module__r2M_gq__textarea:focus+.TextArea-module__r2M_gq__glowBar{opacity:.92}.TextArea-module__r2M_gq__disabled{opacity:.38;color:#5a6a7a;cursor:not-allowed;background:#0a0c0f}.TextArea-module__r2M_gq__errorText{color:#ff4d6a;letter-spacing:.6px;text-shadow:0 0 6px #ff4d6a66;opacity:.92;margin:5px 0 0 3px;font-size:.69rem}
.DatePicker-module__GqEAra__wrapper{width:100%;display:inline-block;position:relative}.DatePicker-module__GqEAra__trigger{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.DatePicker-module__GqEAra__trigger:before{content:"";background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--accent)5%,transparent),transparent);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.DatePicker-module__GqEAra__trigger:hover:before{transform:translate(100%)}.DatePicker-module__GqEAra__trigger:hover{border-color:var(--accent)}.DatePicker-module__GqEAra__trigger:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 0 20px color-mix(in oklab,var(--accent)20%,transparent);outline:none}.DatePicker-module__GqEAra__iconPulse{color:var(--muted-foreground);flex-shrink:0;transition:color .2s;position:relative}.DatePicker-module__GqEAra__trigger:hover .DatePicker-module__GqEAra__iconPulse{color:var(--accent)}.DatePicker-module__GqEAra__placeholder{color:var(--muted-foreground);opacity:.6}.DatePicker-module__GqEAra__value{color:var(--foreground);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-family:var(--font-secondary),monospace}.DatePicker-module__GqEAra__clear{opacity:.4;color:var(--muted-foreground);margin-left:auto;transition:all .2s}.DatePicker-module__GqEAra__clear:hover{opacity:1;color:var(--accent);transform:rotate(90deg)}.DatePicker-module__GqEAra__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto;background:#0003;animation:.2s DatePicker-module__GqEAra__fadeIn;position:fixed;inset:0}.DatePicker-module__GqEAra__dropdown{background:var(--card);min-width:300px;box-shadow:0 20px 40px #0000004d,0 0 1px var(--border),inset 0 1px 0 color-mix(in oklab,var(--foreground)5%,transparent);pointer-events:auto;border-radius:8px;padding:1.25rem;animation:.3s cubic-bezier(.34,1.56,.64,1) DatePicker-module__GqEAra__slideIn;position:absolute;top:calc(100% + .75rem);left:0}.DatePicker-module__GqEAra__dropdown.DatePicker-module__GqEAra__dropdownTop{animation:.3s cubic-bezier(.34,1.56,.64,1) DatePicker-module__GqEAra__slideInTop;top:auto;bottom:calc(100% + .75rem)}.DatePicker-module__GqEAra__dropdown.DatePicker-module__GqEAra__dropdownLeft{left:auto;right:0}@keyframes DatePicker-module__GqEAra__slideInTop{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes DatePicker-module__GqEAra__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes DatePicker-module__GqEAra__slideIn{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.DatePicker-module__GqEAra__orbitalHeader{background:color-mix(in oklab,var(--foreground)3%,transparent);border:3px solid var(--accent);font-family:var(--font-secondary),monospace;border-radius:8px;align-items:stretch;gap:0;margin-bottom:1.25rem;display:flex;overflow:hidden}.DatePicker-module__GqEAra__orbitalEdit{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:.75rem .5rem;transition:all .2s;display:flex;position:relative}.DatePicker-module__GqEAra__orbitalInputWrapper{justify-content:center;align-items:center;height:40px;display:flex}.DatePicker-module__GqEAra__orbitalSelect.DatePicker-module__GqEAra__orbitalSelect.DatePicker-module__GqEAra__orbitalSelect{background:0 0;border-top:none;border-bottom:none;border-right:none;width:100px}.DatePicker-module__GqEAra__orbitalInput{text-align:center;width:100px;color:var(--accent);background:0 0;border:none;font-size:1.15rem}.DatePicker-module__GqEAra__orbitalRing{cursor:ns-resize;-webkit-user-select:none;user-select:none;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:.75rem .5rem;transition:all .2s;display:flex;position:relative}.DatePicker-module__GqEAra__orbitalRing:hover{background:color-mix(in oklab,var(--accent)8%,transparent)}.DatePicker-module__GqEAra__orbitalRing.DatePicker-module__GqEAra__dragging{background:color-mix(in oklab,var(--accent)15%,transparent)}.DatePicker-module__GqEAra__orbitalRing.DatePicker-module__GqEAra__dragging .DatePicker-module__GqEAra__orbitalValue{color:var(--accent);transform:scale(1.05)}.DatePicker-module__GqEAra__orbitalLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);opacity:.6;margin-bottom:.25rem;font-size:.65rem}.DatePicker-module__GqEAra__orbitalValue{color:var(--foreground);font-size:1rem;font-weight:500;transition:all .15s}.DatePicker-module__GqEAra__dragHint{color:var(--muted-foreground);opacity:0;margin-top:.25rem;font-size:.6rem;transition:opacity .2s}.DatePicker-module__GqEAra__orbitalRing:hover .DatePicker-module__GqEAra__dragHint{opacity:.5}.DatePicker-module__GqEAra__orbitalDivider{background:var(--border);width:1px}.DatePicker-module__GqEAra__daysHeader{grid-template-columns:repeat(7,1fr);margin-bottom:.5rem;display:grid}.DatePicker-module__GqEAra__dayLabel{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);opacity:.5;padding:.25rem;font-size:.65rem;font-weight:500}.DatePicker-module__GqEAra__daysGrid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.DatePicker-module__GqEAra__dayCell{aspect-ratio:1;color:var(--foreground);cursor:pointer;font-size:.85rem;font-family:var(--font-secondary),monospace;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;animation:.3s backwards DatePicker-module__GqEAra__dayFadeIn;display:flex;position:relative}@keyframes DatePicker-module__GqEAra__dayFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.DatePicker-module__GqEAra__dayCell:hover:not(:disabled){color:var(--accent)}.DatePicker-module__GqEAra__dayCell:hover:not(:disabled) .DatePicker-module__GqEAra__dayNumber{transform:scale(1.2)}.DatePicker-module__GqEAra__dayCell:disabled{color:var(--muted-foreground);opacity:.2;cursor:not-allowed}.DatePicker-module__GqEAra__dayNumber{z-index:1;transition:transform .15s;position:relative}.DatePicker-module__GqEAra__dayCell.DatePicker-module__GqEAra__today .DatePicker-module__GqEAra__dayNumber{color:var(--accent);opacity:.7}.DatePicker-module__GqEAra__dayCell.DatePicker-module__GqEAra__today:after{content:"";background:var(--accent);opacity:.5;border-radius:50%;width:3px;height:3px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.DatePicker-module__GqEAra__dayCell.DatePicker-module__GqEAra__selected .DatePicker-module__GqEAra__dayNumber{color:var(--accent);font-weight:600}.DatePicker-module__GqEAra__selectionRing{border:2px solid var(--accent);opacity:.6;border-radius:30%;animation:2s ease-in-out infinite DatePicker-module__GqEAra__ringPulse;position:absolute;inset:4px}@keyframes DatePicker-module__GqEAra__ringPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.DatePicker-module__GqEAra__timeSection{border-top:1px solid var(--border);font-family:var(--font-secondary),monospace;justify-content:center;align-items:center;gap:.75rem;margin-top:1.25rem;padding-top:1.25rem;font-weight:700;display:flex}.DatePicker-module__GqEAra__timeIcon{color:var(--muted-foreground);opacity:.5}.DatePicker-module__GqEAra__timeWheel{flex-direction:column;align-items:center;gap:.25rem;display:flex}.DatePicker-module__GqEAra__timeArrow{width:28px;height:20px;color:var(--muted-foreground);cursor:pointer;opacity:.5;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.DatePicker-module__GqEAra__timeArrow:hover{color:var(--accent);opacity:1;transform:scale(1.1)}.DatePicker-module__GqEAra__timeValue{font-variant-numeric:tabular-nums;color:var(--foreground);text-align:center;min-width:36px;font-size:1.25rem;font-weight:500}.DatePicker-module__GqEAra__timeSeparator{color:var(--muted-foreground);opacity:.5;font-size:1.25rem;animation:1s ease-in-out infinite DatePicker-module__GqEAra__blink}@keyframes DatePicker-module__GqEAra__blink{0%,to{opacity:.5}50%{opacity:1}}.DatePicker-module__GqEAra__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.DatePicker-module__GqEAra__dayCell:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.DatePicker-module__GqEAra__timeArrow:focus-visible,.DatePicker-module__GqEAra__confirmBtn:focus-visible,.DatePicker-module__GqEAra__todayBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.DatePicker-module__GqEAra__orbitalRing:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.DatePicker-module__GqEAra__mobileContent{padding:1.5rem}@media (max-width:1024px){.DatePicker-module__GqEAra__dropdown{min-width:280px;padding:1rem}.DatePicker-module__GqEAra__orbitalHeader{margin-bottom:1rem}.DatePicker-module__GqEAra__timeSection,.DatePicker-module__GqEAra__actions{margin-top:1rem;padding-top:1rem}}
.MobileModal-module__lreRCq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;position:fixed;inset:0}.MobileModal-module__lreRCq__modal{background:var(--background);border-top:2px solid var(--accent);z-index:1000;max-height:85vh;box-shadow:0 -4px 32px #0000004d,0 0 0 1px var(--border);border-radius:16px 16px 0 0;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.MobileModal-module__lreRCq__modal:before{content:"";background:var(--muted-foreground);opacity:.3;border-radius:2px;width:40px;height:4px;margin:12px auto 0;display:block;position:sticky;top:0}@media (max-width:1024px){.MobileModal-module__lreRCq__modal{max-height:90vh}}
.IconToggle-module___F4I4G__toggle{color:var(--muted-foreground);cursor:pointer;--toggle-color:var(--accent);transform-origin:50%;background:0 0;border:1px solid #0000;border-radius:.25rem;padding:.3rem;transition:background .2s,border-color .2s}.IconToggle-module___F4I4G__toggle:hover{background:color-mix(in oklab,var(--toggle-color)5%,transparent)}.IconToggle-module___F4I4G__toggle:hover .IconToggle-module___F4I4G__icon{stroke:var(--toggle-color)}.IconToggle-module___F4I4G__toggle.IconToggle-module___F4I4G__active{color:var(--toggle-color);background:0 0}.IconToggle-module___F4I4G__toggle.IconToggle-module___F4I4G__active .IconToggle-module___F4I4G__icon{fill:color-mix(in oklab,var(--toggle-color)55%,transparent);stroke:var(--toggle-color)}.IconToggle-module___F4I4G__icon{fill:none;stroke:currentColor;transition:fill .2s,stroke .2s;display:block}.IconToggle-module___F4I4G__label{letter-spacing:.02em;font-size:.75rem;font-weight:500}.IconToggle-module___F4I4G__toggle:focus-visible{outline:2px solid var(--toggle-color);outline-offset:2px}
.QuantumCore-module__ybybNW__quantumCore{cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;isolation:isolate;background:0 0;width:100%;height:100%;position:relative}.QuantumCore-module__ybybNW__containmentField{pointer-events:none;position:absolute;inset:-12px}.QuantumCore-module__ybybNW__containmentRing1,.QuantumCore-module__ybybNW__containmentRing2,.QuantumCore-module__ybybNW__containmentRing3{border:1px solid #0000;border-radius:50%;position:absolute;inset:0}.QuantumCore-module__ybybNW__containmentRing1{border-color:color-mix(in oklab,var(--accent)20%,transparent);animation:3s ease-in-out infinite QuantumCore-module__ybybNW__containmentPulse}.QuantumCore-module__ybybNW__containmentRing2{border-color:color-mix(in oklab,var(--accent)30%,transparent);border-style:dashed;animation:20s linear infinite reverse QuantumCore-module__ybybNW__containmentSpin;inset:4px}.QuantumCore-module__ybybNW__containmentRing3{border-color:color-mix(in oklab,var(--accent)15%,transparent);animation:3s ease-in-out 1.5s infinite QuantumCore-module__ybybNW__containmentPulse;inset:8px}.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__containmentRing1,.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__containmentRing2,.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__containmentRing3{border-color:color-mix(in oklab,var(--accent)50%,transparent)}@keyframes QuantumCore-module__ybybNW__containmentPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes QuantumCore-module__ybybNW__containmentSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.QuantumCore-module__ybybNW__particleField{pointer-events:none;position:absolute;inset:-8px}.QuantumCore-module__ybybNW__energyParticle{background:var(--accent);width:4px;height:4px;box-shadow:0 0 8px var(--accent),0 0 16px color-mix(in oklab,var(--accent)50%,transparent);animation:QuantumCore-module__ybybNW__particleOrbit var(--particle-duration)linear infinite;animation-delay:var(--particle-delay);transform-origin:50%;opacity:.8;border-radius:50%;position:absolute;top:50%;left:50%}.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__energyParticle{box-shadow:0 0 12px var(--accent),0 0 24px var(--accent);animation-duration:1.5s}@keyframes QuantumCore-module__ybybNW__particleOrbit{0%{transform:rotate(var(--particle-offset))translateX(38px)rotate(calc(-1*var(--particle-offset)));opacity:0}10%{opacity:.8}90%{opacity:.8}to{transform:rotate(calc(var(--particle-offset) + 360deg))translateX(38px)rotate(calc(-1*(var(--particle-offset) + 360deg)));opacity:0}}.QuantumCore-module__ybybNW__hexFrame{pointer-events:none;width:100%;height:100%;filter:drop-shadow(0 0 4px color-mix(in oklab,var(--accent)40%,transparent));position:absolute;inset:0}.QuantumCore-module__ybybNW__hexOuter{transition:all .3s}.QuantumCore-module__ybybNW__hexInner{animation:10s linear infinite QuantumCore-module__ybybNW__hexDashFlow}.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__hexOuter{stroke-width:2.5px;filter:drop-shadow(0 0 8px var(--accent))}.QuantumCore-module__ybybNW__quantumCoreHovered .QuantumCore-module__ybybNW__hexFrame{transition:transform .4s;transform:rotate(30deg)}@keyframes QuantumCore-module__ybybNW__hexDashFlow{0%{stroke-dashoffset:0}to{stroke-dashoffset:48px}}.QuantumCore-module__ybybNW__energyCore{background:linear-gradient(135deg,color-mix(in oklab,var(--card)100%,var(--accent)10%),var(--card),color-mix(in oklab,var(--card)85%,black));border:2px solid color-mix(in oklab,var(--border)60%,var(--accent)40%);width:44px;height:44px;box-shadow:0 4px 20px #0006,inset 0 2px 10px color-mix(in oklab,var(--accent)15%,transparent);border-radius:50%;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__energyCore{background:linear-gradient(135deg,color-mix(in oklab,var(--accent)30%,var(--card)),var(--card));border-color:var(--accent);box-shadow:0 0 30px color-mix(in oklab,var(--accent)50%,transparent),0 4px 20px #00000080,inset 0 0 20px color-mix(in oklab,var(--accent)25%,transparent)}.QuantumCore-module__ybybNW__coreInner{background:radial-gradient(circle at 30% 30%,color-mix(in oklab,var(--card)100%,white 10%),var(--card));border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:4px;overflow:hidden}.QuantumCore-module__ybybNW__coreGlow{background:radial-gradient(circle,color-mix(in oklab,var(--accent)30%,transparent)0%,transparent 70%);opacity:.5;pointer-events:none;border-radius:50%;animation:2s ease-in-out infinite QuantumCore-module__ybybNW__coreGlowPulse;position:absolute;inset:-10px}.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__coreGlow{opacity:1;animation:1s ease-in-out infinite QuantumCore-module__ybybNW__coreGlowIntense}@keyframes QuantumCore-module__ybybNW__coreGlowPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@keyframes QuantumCore-module__ybybNW__coreGlowIntense{0%,to{opacity:.9;transform:scale(1.1)}50%{opacity:1;transform:scale(1.4)}}.QuantumCore-module__ybybNW__iris{justify-content:center;align-items:center;width:24px;height:24px;transition:all .4s;display:flex;position:relative}.QuantumCore-module__ybybNW__irisRing{border:2px solid var(--accent);opacity:.6;border-radius:50%;transition:all .3s;position:absolute;inset:0}.QuantumCore-module__ybybNW__irisOpen .QuantumCore-module__ybybNW__irisRing{opacity:1;border-width:1px;animation:.5s ease-out QuantumCore-module__ybybNW__irisExpand;inset:-4px}.QuantumCore-module__ybybNW__irisPupil{background:radial-gradient(circle at 30% 30%,var(--accent),color-mix(in oklab,var(--accent)70%,black));width:10px;height:10px;box-shadow:0 0 10px var(--accent),inset 0 0 4px #ffffff4d;border-radius:50%;transition:all .4s;position:relative}.QuantumCore-module__ybybNW__irisOpen .QuantumCore-module__ybybNW__irisPupil{width:6px;height:6px;box-shadow:0 0 20px var(--accent),0 0 40px var(--accent);background:#fff}.QuantumCore-module__ybybNW__irisHighlight{background:#fffc;border-radius:50%;width:3px;height:3px;position:absolute;top:2px;left:2px}.QuantumCore-module__ybybNW__irisOpen .QuantumCore-module__ybybNW__irisHighlight{opacity:0}@keyframes QuantumCore-module__ybybNW__irisExpand{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.QuantumCore-module__ybybNW__dataStreams{pointer-events:none;position:absolute;inset:0}.QuantumCore-module__ybybNW__dataStream{background:linear-gradient(to bottom,transparent,var(--accent),transparent);transform-origin:50%;width:2px;height:12px;transform:rotate(var(--stream-angle))translateY(-32px);opacity:0;animation:2s ease-in-out infinite QuantumCore-module__ybybNW__dataStreamFlow;animation-delay:var(--stream-delay);position:absolute;top:50%;left:50%}.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__dataStream{animation-duration:.8s}@keyframes QuantumCore-module__ybybNW__dataStreamFlow{0%,to{opacity:0;transform:rotate(var(--stream-angle))translateY(-32px)scaleY(.5)}50%{opacity:.8;transform:rotate(var(--stream-angle))translateY(-28px)scaleY(1)}}.QuantumCore-module__ybybNW__cornerAccents{pointer-events:none;position:absolute;inset:-2px}.QuantumCore-module__ybybNW__cornerAccent{border:1px solid color-mix(in oklab,var(--accent)50%,transparent);width:8px;height:8px;transition:all .3s;position:absolute}.QuantumCore-module__ybybNW__cornerTL{border-bottom:none;border-right:none;top:0;left:0}.QuantumCore-module__ybybNW__cornerTR{border-bottom:none;border-left:none;top:0;right:0}.QuantumCore-module__ybybNW__cornerBL{border-top:none;border-right:none;bottom:0;left:0}.QuantumCore-module__ybybNW__cornerBR{border-top:none;border-left:none;bottom:0;right:0}.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__cornerAccent{border-color:var(--accent);box-shadow:0 0 4px var(--accent)}.QuantumCore-module__ybybNW__quantumCoreHovered .QuantumCore-module__ybybNW__cornerTL{transform:translate(-2px,-2px)}.QuantumCore-module__ybybNW__quantumCoreHovered .QuantumCore-module__ybybNW__cornerTR{transform:translate(2px,-2px)}.QuantumCore-module__ybybNW__quantumCoreHovered .QuantumCore-module__ybybNW__cornerBL{transform:translate(-2px,2px)}.QuantumCore-module__ybybNW__quantumCoreHovered .QuantumCore-module__ybybNW__cornerBR{transform:translate(2px,2px)}.QuantumCore-module__ybybNW__energyRipple{background:var(--accent);pointer-events:none;border-radius:50%;width:10px;height:10px;animation:.8s ease-out forwards QuantumCore-module__ybybNW__rippleExpand;position:absolute;transform:translate(-50%,-50%)}@keyframes QuantumCore-module__ybybNW__rippleExpand{0%{opacity:.8;width:10px;height:10px}to{opacity:0;width:120px;height:120px}}.QuantumCore-module__ybybNW__statusIndicator{opacity:0;pointer-events:none;align-items:center;gap:4px;transition:opacity .3s;display:flex;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.QuantumCore-module__ybybNW__quantumCoreHovered .QuantumCore-module__ybybNW__statusIndicator,.QuantumCore-module__ybybNW__quantumCoreOpen .QuantumCore-module__ybybNW__statusIndicator{opacity:1}.QuantumCore-module__ybybNW__statusDot{background:var(--muted-foreground);border-radius:50%;width:4px;height:4px;transition:all .3s}.QuantumCore-module__ybybNW__statusActive .QuantumCore-module__ybybNW__statusDot{background:var(--accent);box-shadow:0 0 8px var(--accent);animation:1s ease-in-out infinite QuantumCore-module__ybybNW__statusBlink}.QuantumCore-module__ybybNW__statusLabel{letter-spacing:1px;color:var(--muted-foreground);font-size:8px;font-weight:700;transition:color .3s}.QuantumCore-module__ybybNW__statusActive .QuantumCore-module__ybybNW__statusLabel{color:var(--accent)}@keyframes QuantumCore-module__ybybNW__statusBlink{0%,to{opacity:1}50%{opacity:.4}}.QuantumCore-module__ybybNW__coreScanlines{background:repeating-linear-gradient(0deg,transparent,transparent 1px,color-mix(in oklab,var(--accent)3%,transparent)1px,color-mix(in oklab,var(--accent)3%,transparent)2px);pointer-events:none;opacity:.5;border-radius:50%;position:absolute;inset:0}.QuantumCore-module__ybybNW__quantumCore:active .QuantumCore-module__ybybNW__energyCore{transform:translate(-50%,-50%)scale(.92)}.QuantumCore-module__ybybNW__quantumCore:active .QuantumCore-module__ybybNW__hexFrame{transform:scale(.95)}@media (prefers-reduced-motion:reduce){.QuantumCore-module__ybybNW__containmentRing1,.QuantumCore-module__ybybNW__containmentRing2,.QuantumCore-module__ybybNW__containmentRing3,.QuantumCore-module__ybybNW__energyParticle,.QuantumCore-module__ybybNW__hexInner,.QuantumCore-module__ybybNW__coreGlow,.QuantumCore-module__ybybNW__dataStream,.QuantumCore-module__ybybNW__statusDot{animation:none!important}.QuantumCore-module__ybybNW__energyCore,.QuantumCore-module__ybybNW__hexFrame,.QuantumCore-module__ybybNW__cornerAccent{transition:none!important}}@media (prefers-contrast:more){.QuantumCore-module__ybybNW__energyCore{border-width:3px!important}.QuantumCore-module__ybybNW__hexOuter{stroke-width:3px!important}.QuantumCore-module__ybybNW__cornerAccent{border-width:2px!important}}
.Slider-module__hlt1JG__container{flex-direction:column;gap:.5rem;display:flex}.Slider-module__hlt1JG__label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground);font-size:.65rem;font-weight:600}.Slider-module__hlt1JG__sliderWrapper{align-items:center;gap:.75rem;display:flex}.Slider-module__hlt1JG__slider{appearance:none;cursor:pointer;background:0 0;outline:none;flex:1}.Slider-module__hlt1JG__slider:disabled{opacity:.4;cursor:not-allowed}.Slider-module__hlt1JG__slider::-webkit-slider-runnable-track{background:rgba(var(--accent-rgb,59,130,246),.25);border:1px solid rgba(var(--accent-rgb,59,130,246),.15);width:100%;height:2px;transition:all .15s}.Slider-module__hlt1JG__slider:hover::-webkit-slider-runnable-track{background:rgba(var(--accent-rgb,59,130,246),.35)}.Slider-module__hlt1JG__slider::-webkit-slider-thumb{appearance:none;background:var(--accent);border:2px solid var(--background);width:16px;height:16px;box-shadow:0 0 8px rgba(var(--accent-rgb,59,130,246),.4);cursor:pointer;border-radius:50%;margin-top:-7px;transition:all .15s}.Slider-module__hlt1JG__slider::-webkit-slider-thumb:hover{box-shadow:0 0 12px rgba(var(--accent-rgb,59,130,246),.6);transform:scale(1.15)}.Slider-module__hlt1JG__slider::-webkit-slider-thumb:active{box-shadow:0 0 16px rgba(var(--accent-rgb,59,130,246),.8);transform:scale(1.05)}.Slider-module__hlt1JG__slider:disabled::-webkit-slider-thumb{cursor:not-allowed;background:var(--muted-foreground);box-shadow:none}.Slider-module__hlt1JG__slider::-moz-range-track{background:rgba(var(--accent-rgb,59,130,246),.25);border:1px solid rgba(var(--accent-rgb,59,130,246),.15);width:100%;height:2px;transition:all .15s}.Slider-module__hlt1JG__slider:hover::-moz-range-track{background:rgba(var(--accent-rgb,59,130,246),.35)}.Slider-module__hlt1JG__slider::-moz-range-thumb{background:var(--accent);border:2px solid var(--background);width:16px;height:16px;box-shadow:0 0 8px rgba(var(--accent-rgb,59,130,246),.4);cursor:pointer;border-radius:50%;transition:all .15s}.Slider-module__hlt1JG__slider::-moz-range-thumb:hover{box-shadow:0 0 12px rgba(var(--accent-rgb,59,130,246),.6);transform:scale(1.15)}.Slider-module__hlt1JG__slider::-moz-range-thumb:active{box-shadow:0 0 16px rgba(var(--accent-rgb,59,130,246),.8);transform:scale(1.05)}.Slider-module__hlt1JG__slider:disabled::-moz-range-thumb{cursor:not-allowed;background:var(--muted-foreground);box-shadow:none}.Slider-module__hlt1JG__value{color:var(--accent);text-align:right;letter-spacing:.05em;font-variant-numeric:tabular-nums;min-width:50px;font-size:.7rem;font-weight:600;font-family:var(--font-secondary),monospace}@media (max-width:640px){.Slider-module__hlt1JG__sliderWrapper{gap:.5rem}.Slider-module__hlt1JG__value{min-width:40px;font-size:.65rem}}
.ColorPicker-module__KAAlfG__container{flex-direction:column;gap:.5rem;display:flex}.ColorPicker-module__KAAlfG__label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground);font-size:.65rem;font-weight:600}.ColorPicker-module__KAAlfG__colorInput{align-items:center;gap:.75rem;display:flex}.ColorPicker-module__KAAlfG__colorPicker{border:1px solid var(--border);background:var(--background);cursor:pointer;width:44px;height:44px;padding:0;transition:all .15s;position:relative}.ColorPicker-module__KAAlfG__colorPicker:hover:not(:disabled){border-color:rgba(var(--accent-rgb),.5);box-shadow:0 0 8px rgba(var(--accent-rgb),.2)}.ColorPicker-module__KAAlfG__colorPicker::-webkit-color-swatch-wrapper{padding:4px}.ColorPicker-module__KAAlfG__colorPicker::-webkit-color-swatch{border:1px solid #ffffff1a;border-radius:0}.ColorPicker-module__KAAlfG__colorPicker::-moz-color-swatch{border:1px solid #ffffff1a;border-radius:0}.ColorPicker-module__KAAlfG__colorPicker:disabled{opacity:.4;cursor:not-allowed}.ColorPicker-module__KAAlfG__colorValue{color:var(--foreground);letter-spacing:.05em;font-variant-numeric:tabular-nums;font-size:.7rem;font-weight:500;font-family:var(--font-secondary),monospace}@media (max-width:640px){.ColorPicker-module__KAAlfG__colorPicker{width:40px;height:40px}.ColorPicker-module__KAAlfG__colorValue{font-size:.65rem}}
.ButtonGroup-module__8yVRkq__container{flex-direction:column;gap:.5rem;display:flex}.ButtonGroup-module__8yVRkq__label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground);font-size:.65rem;font-weight:600}.ButtonGroup-module__8yVRkq__buttonGroup{flex-wrap:wrap;gap:.375rem;display:flex}.ButtonGroup-module__8yVRkq__button{background:var(--background);border:1px solid var(--border);min-width:fit-content;color:var(--muted-foreground);letter-spacing:.05em;cursor:pointer;white-space:nowrap;text-transform:uppercase;flex:1;padding:.5rem .875rem;font-size:.7rem;font-weight:600;transition:all .15s;position:relative}.ButtonGroup-module__8yVRkq__button:hover:not(:disabled):not(.ButtonGroup-module__8yVRkq__active){border-color:rgba(var(--accent-rgb),.5);color:var(--foreground)}.ButtonGroup-module__8yVRkq__button.ButtonGroup-module__8yVRkq__active{border-color:var(--accent);color:var(--accent);background:rgba(var(--accent-rgb),.1);box-shadow:0 0 0 1px var(--accent),0 0 12px rgba(var(--accent-rgb),.2)}.ButtonGroup-module__8yVRkq__button:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}@media (max-width:640px){.ButtonGroup-module__8yVRkq__button{padding:.4rem .75rem;font-size:.65rem}}
.Dialog-module__E6q4cW__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000b3;position:fixed;inset:0}.Dialog-module__E6q4cW__content{place-items:center;padding:1rem;display:grid;position:fixed;inset:0;overflow-y:auto}.Dialog-module__E6q4cW__panel{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius);width:min(560px,100%);max-height:calc(100vh - 2rem);box-shadow:var(--shadow-lg);scrollbar-width:thin;scrollbar-color:var(--muted-foreground)transparent;flex-direction:column;margin:auto;display:flex;position:relative;overflow-y:auto}.Dialog-module__E6q4cW__panel::-webkit-scrollbar{width:8px}.Dialog-module__E6q4cW__panel::-webkit-scrollbar-track{background:0 0;margin:8px 0}.Dialog-module__E6q4cW__panel::-webkit-scrollbar-thumb{background:var(--muted-foreground);border:2px solid var(--card);border-radius:4px}.Dialog-module__E6q4cW__panel::-webkit-scrollbar-thumb:hover{background:var(--foreground)}.Dialog-module__E6q4cW__header{flex-shrink:0;justify-content:space-between;padding:1.25rem 1.25rem .5rem;display:flex}.Dialog-module__E6q4cW__title{margin:0;font-size:1.25rem;font-weight:600}.Dialog-module__E6q4cW__closeBtn{border:1px solid var(--border);width:26px;height:26px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:color .12s,border-color .12s;display:flex}.Dialog-module__E6q4cW__closeBtn:hover{color:var(--foreground);border-color:var(--foreground)}.Dialog-module__E6q4cW__description{color:var(--muted-foreground);margin-top:6px;font-size:.875rem}.Dialog-module__E6q4cW__panel>:not(.Dialog-module__E6q4cW__header){padding:0 1.25rem 1.25rem}@media (max-width:640px){.Dialog-module__E6q4cW__content{padding:.5rem}.Dialog-module__E6q4cW__panel{border-radius:calc(var(--radius)*.75);max-height:calc(100vh - 1rem)}.Dialog-module__E6q4cW__header{padding:1rem 1rem .5rem}.Dialog-module__E6q4cW__panel>:not(.Dialog-module__E6q4cW__header){padding:0 1rem 1rem}}
.panels-module__Cj53la__muted{color:var(--muted-foreground);font-size:var(--text-xs)}.panels-module__Cj53la__link{color:var(--accent);font-size:var(--text-xs);letter-spacing:.08em;transition:opacity var(--transition-fast);align-items:center;gap:2px;text-decoration:none;display:inline-flex}.panels-module__Cj53la__link:hover{opacity:.75}.panels-module__Cj53la__panelFooter{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);margin:0 calc(var(--space-3)*-1)calc(var(--space-3)*-1);border-top:1px solid var(--border);border-radius:0 0 var(--radius)var(--radius);background:color-mix(in oklab,var(--muted)55%,transparent);display:flex}.panels-module__Cj53la__panelStat{min-width:0;font-size:var(--text-xxs);color:var(--muted-foreground);white-space:nowrap;justify-content:center;align-items:center;gap:4px;font-weight:700;display:inline-flex}.panels-module__Cj53la__bodyOverview{gap:var(--space-4);grid-template-columns:64px 1fr;align-items:center;display:grid}.panels-module__Cj53la__bodySvg{width:100%;height:auto}.panels-module__Cj53la__bodyRegion{fill:var(--accent);transition:opacity var(--transition-base)}.panels-module__Cj53la__focusList{gap:var(--space-2);flex-direction:column;display:flex}.panels-module__Cj53la__focusRow{align-items:center;gap:var(--space-2);grid-template-columns:44px 1fr auto;display:grid}.panels-module__Cj53la__focusLabel{font-size:var(--text-xs);color:var(--muted-foreground)}.panels-module__Cj53la__focusTrack{border-radius:var(--radius-full);background:var(--muted);height:4px;overflow:hidden}.panels-module__Cj53la__focusFill{border-radius:var(--radius-full);background:var(--accent);height:100%;transition:width var(--transition-slow)}.panels-module__Cj53la__focusValue{font-family:var(--font-primary),monospace;font-size:var(--text-xs);color:var(--foreground);text-align:right;min-width:14px}.panels-module__Cj53la__focusTag{padding-top:var(--space-2);border-top:1px solid var(--border);flex-direction:column;gap:1px;display:flex}.panels-module__Cj53la__focusTagLabel{letter-spacing:.16em;text-transform:uppercase;color:var(--muted-foreground);font-size:10px}.panels-module__Cj53la__focusTagValue{font-family:var(--font-primary),sans-serif;font-size:var(--text-xs);color:var(--foreground);text-transform:uppercase}.panels-module__Cj53la__statGrid{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.panels-module__Cj53la__statBig{font-family:var(--font-secondary),sans-serif;font-size:var(--text-2xl);color:var(--foreground);align-items:baseline;gap:3px;font-weight:700;line-height:1;display:flex}.panels-module__Cj53la__statBig.panels-module__Cj53la__accent{color:var(--accent)}.panels-module__Cj53la__statUnit{font-size:var(--text-xs);color:var(--muted-foreground);font-weight:400}.panels-module__Cj53la__statSub{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);margin-top:4px;font-size:10px}.panels-module__Cj53la__alignRight{text-align:right;justify-content:flex-end}.panels-module__Cj53la__weightSim{gap:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--border);flex-direction:column;display:flex}.panels-module__Cj53la__weightSimHead{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.panels-module__Cj53la__weightSimValue{font-family:var(--font-secondary),sans-serif;font-size:var(--text-xl);color:var(--foreground);align-items:baseline;gap:3px;font-weight:700;line-height:1;display:flex}.panels-module__Cj53la__bmiTag{border-radius:var(--radius-full);border:1px solid color-mix(in oklab,var(--accent)40%,var(--border));background:color-mix(in oklab,var(--accent)10%,transparent);align-items:baseline;gap:5px;padding:3px 8px;display:inline-flex}.panels-module__Cj53la__bmiValue{font-family:var(--font-primary),monospace;font-size:var(--text-sm);color:var(--accent)}.panels-module__Cj53la__bmiLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);font-size:9px}.panels-module__Cj53la__bmiHint{color:var(--accent);font-size:var(--text-xs);letter-spacing:.04em;transition:opacity var(--transition-fast);text-decoration:none}.panels-module__Cj53la__bmiHint:hover{opacity:.75}.panels-module__Cj53la__weightSlider{appearance:none;border-radius:var(--radius-full);background:var(--muted);cursor:pointer;outline:none;width:100%;height:5px}.panels-module__Cj53la__weightSlider::-webkit-slider-thumb{appearance:none;border-radius:var(--radius-full);background:var(--accent);border:2px solid var(--background);width:15px;height:15px;box-shadow:0 0 8px -1px color-mix(in oklab,var(--accent)80%,transparent);transition:transform var(--transition-fast)}.panels-module__Cj53la__weightSlider::-webkit-slider-thumb:hover{transform:scale(1.15)}.panels-module__Cj53la__weightSlider::-moz-range-thumb{border-radius:var(--radius-full);background:var(--accent);border:2px solid var(--background);width:15px;height:15px;box-shadow:0 0 8px -1px color-mix(in oklab,var(--accent)80%,transparent)}.panels-module__Cj53la__weightSimEnds{font-family:var(--font-primary),monospace;color:var(--muted-foreground);justify-content:space-between;align-items:center;font-size:10px;display:flex}.panels-module__Cj53la__weightSimCaption{letter-spacing:.12em;text-transform:uppercase}.panels-module__Cj53la__progressRow{gap:var(--space-4);grid-template-columns:auto 1fr;align-items:center;display:grid}.panels-module__Cj53la__ringWrap{width:78px;height:78px;position:relative}.panels-module__Cj53la__ringSvg{width:100%;height:100%;transform:rotate(-90deg)}.panels-module__Cj53la__ringTrack{fill:none;stroke:var(--muted);stroke-width:6px}.panels-module__Cj53la__ringValue{fill:none;stroke:var(--accent);stroke-width:6px;stroke-linecap:round;transition:stroke-dashoffset var(--transition-slow)}.panels-module__Cj53la__ringLabel{flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex;position:absolute;inset:0}.panels-module__Cj53la__ringPct{font-family:var(--font-primary),sans-serif;font-size:var(--text-base);color:var(--foreground);font-weight:700;line-height:1}.panels-module__Cj53la__ringCaption{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);font-size:8px}.panels-module__Cj53la__progressMeta{flex-direction:column;gap:2px;display:flex}.panels-module__Cj53la__progressMetaLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);font-size:10px}.panels-module__Cj53la__progressMetaValue{font-size:var(--text-xs);color:var(--foreground)}.panels-module__Cj53la__lastWorkout{gap:var(--space-3);cursor:pointer;flex-direction:column;display:flex}.panels-module__Cj53la__lastTop{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.panels-module__Cj53la__lastName{font-size:var(--text-xs);color:var(--foreground);line-height:1.1}.panels-module__Cj53la__lastDay{font-size:var(--text-xs);color:var(--muted-foreground);margin-top:2px}.panels-module__Cj53la__lastMeta{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.panels-module__Cj53la__lastDate{font-size:var(--text-xs);color:var(--accent)}.panels-module__Cj53la__prTags{gap:var(--space-2);flex-wrap:wrap;display:flex}.panels-module__Cj53la__prTag{border-radius:var(--radius-full);border:1px solid color-mix(in oklab,var(--accent)40%,var(--border));background:color-mix(in oklab,var(--accent)10%,transparent);color:var(--accent);letter-spacing:.04em;align-items:center;gap:4px;padding:3px 8px;font-size:10px;display:inline-flex}.panels-module__Cj53la__programList{gap:var(--space-2);flex-direction:column;display:flex}.panels-module__Cj53la__programItem{align-items:center;gap:var(--space-3);padding:var(--space-2)var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in oklab,var(--muted)40%,transparent);transition:border-color var(--transition-base);grid-template-columns:36px 1fr auto;display:grid}.panels-module__Cj53la__programItem:hover{border-color:color-mix(in oklab,var(--accent)45%,var(--border))}.panels-module__Cj53la__programIcon{border-radius:var(--radius);background:color-mix(in oklab,var(--accent)14%,transparent);width:36px;height:36px;color:var(--accent);place-items:center;display:grid}.panels-module__Cj53la__programInfo{flex-direction:column;gap:1px;min-width:0;display:flex}.panels-module__Cj53la__programName{font-size:var(--text-sm);color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.panels-module__Cj53la__programDescription{font-size:var(--text-xs);color:var(--muted-foreground)}.panels-module__Cj53la__historyGridWrap{justify-content:center;align-items:start;gap:6px;width:100%;display:flex}.panels-module__Cj53la__historyDayLabels{grid-template-rows:repeat(7,15px);gap:4px;display:grid}.panels-module__Cj53la__historyDayLabel{letter-spacing:.02em;height:15px;color:var(--muted-foreground);opacity:.7;align-items:center;font-size:9px;line-height:1;display:flex}.panels-module__Cj53la__historyGrid{grid-template-columns:repeat(12,15px);grid-auto-rows:max-content;align-items:start;gap:4px;display:grid}.panels-module__Cj53la__historyWeek{grid-template-rows:repeat(7,15px);gap:4px;display:grid}.panels-module__Cj53la__historyCell{background:color-mix(in oklab,var(--muted)72%,transparent);border:1px solid color-mix(in oklab,var(--border)70%,transparent);width:15px;height:15px;transition:background var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast);border-radius:3px}.panels-module__Cj53la__historyCell:hover{transform:scale(1.12)}.panels-module__Cj53la__historyCellActive{background:var(--accent);border-color:var(--accent);box-shadow:0 0 8px -2px color-mix(in oklab,var(--accent)80%,transparent)}.panels-module__Cj53la__historyCellUpcomingWorkoutDay{background:color-mix(in oklab,var(--accent)10%,transparent)}.panels-module__Cj53la__historyCellToday{outline:1px solid var(--accent);outline-offset:2px}.panels-module__Cj53la__historyLegend{padding-top:var(--space-2);color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;font-size:10px;display:flex}.panels-module__Cj53la__empty{align-items:center;gap:var(--space-2);padding:var(--space-4);text-align:center;color:var(--muted-foreground);font-size:var(--text-xs);flex-direction:column;display:flex}.panels-module__Cj53la__weightDisplay{align-items:baseline;gap:var(--space-2);cursor:pointer;display:inline-flex}.panels-module__Cj53la__editHint{color:var(--muted-foreground);opacity:0;transition:opacity var(--transition-fast)}.panels-module__Cj53la__weightDisplay:hover .panels-module__Cj53la__editHint{opacity:1}.panels-module__Cj53la__weightEditRow{align-items:center;gap:var(--space-2);display:flex}.panels-module__Cj53la__weightInput{width:90px;font-size:var(--text-base);padding:4px 8px;font-weight:700}.panels-module__Cj53la__weightInput:focus{border-color:var(--accent)}.panels-module__Cj53la__iconBtn{border:1px solid var(--border);border-radius:var(--radius-sm);width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;transition:color var(--transition-fast),border-color var(--transition-fast);background:0 0;place-items:center;display:grid}.panels-module__Cj53la__iconBtn:hover{color:var(--foreground);border-color:var(--foreground)}.panels-module__Cj53la__weekActivity{gap:var(--space-3);flex-direction:column;display:flex}.panels-module__Cj53la__weekRow{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.panels-module__Cj53la__weekFraction{font-family:var(--font-secondary),sans-serif;font-size:var(--text-2xl);color:var(--foreground);font-weight:700;line-height:1}.panels-module__Cj53la__weekFractionSep{font-size:var(--text-base);color:var(--muted-foreground);font-weight:400}.panels-module__Cj53la__weekFractionSub{font-size:var(--text-xs);color:var(--muted-foreground);margin-top:3px}.panels-module__Cj53la__weekStreak{border-radius:var(--radius-full);background:color-mix(in oklab,var(--accent)12%,transparent);border:1px solid color-mix(in oklab,var(--accent)30%,var(--border));font-size:var(--text-xs);color:var(--accent);white-space:nowrap;align-items:center;gap:3px;padding:3px 8px;font-weight:600;display:inline-flex}.panels-module__Cj53la__weekBar{border-radius:var(--radius-full);background:var(--muted);height:3px;overflow:hidden}.panels-module__Cj53la__weekBarFill{border-radius:var(--radius-full);background:var(--accent);height:100%;transition:width var(--transition-slow)}.panels-module__Cj53la__weekLastRow{padding-top:var(--space-1);border-top:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.panels-module__Cj53la__weekLastLabel{font-size:var(--text-xs);color:var(--muted-foreground);letter-spacing:.06em}.panels-module__Cj53la__weekLastValue{font-size:var(--text-xs);color:var(--foreground);font-weight:600}.panels-module__Cj53la__prRecordList{flex-direction:column;gap:0;display:flex}.panels-module__Cj53la__prRecordRow{align-items:center;gap:var(--space-2);padding:var(--space-2)0;border-bottom:1px solid var(--border);grid-template-columns:22px 1fr auto;display:grid}.panels-module__Cj53la__prRecordRow:last-child{border-bottom:none}.panels-module__Cj53la__prRecordIcon{color:var(--accent);opacity:.8;place-items:center;display:grid}.panels-module__Cj53la__prRecordName{font-size:var(--text-xs);color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.panels-module__Cj53la__prRecordValue{font-family:var(--font-secondary),sans-serif;font-size:var(--text-sm);color:var(--accent);white-space:nowrap;font-weight:700}.panels-module__Cj53la__enrollBadge{border-radius:var(--radius-full);background:color-mix(in oklab,var(--accent)15%,transparent);border:1px solid color-mix(in oklab,var(--accent)35%,var(--border));color:var(--accent);letter-spacing:.04em;align-items:center;gap:3px;padding:2px 6px;font-size:10px;display:inline-flex}.panels-module__Cj53la__programItemEnrolled{border-color:color-mix(in oklab,var(--accent)35%,var(--border))}
.LinkedScenesSection-module__qzC1Nq__section{flex-direction:column;gap:12px;display:flex}.LinkedScenesSection-module__qzC1Nq__sectionHeader{align-items:center;gap:12px;display:flex}.LinkedScenesSection-module__qzC1Nq__sectionTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);white-space:nowrap;align-items:center;gap:6px;font-size:.65rem;font-weight:600;display:flex}.LinkedScenesSection-module__qzC1Nq__count{background:color-mix(in oklab,var(--info)15%,transparent);border:1px solid color-mix(in oklab,var(--info)30%,transparent);min-width:20px;height:20px;color:var(--info);clip-path:polygon(4px 0,100% 0,calc(100% - 4px) 100%,0 100%);justify-content:center;align-items:center;padding:0 6px;font-size:.6rem;font-weight:700;display:flex}.LinkedScenesSection-module__qzC1Nq__sectionLine{background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.LinkedScenesSection-module__qzC1Nq__framesGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.LinkedScenesSection-module__qzC1Nq__frameCard{background:var(--muted);border:1px solid var(--border);opacity:0;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));flex-direction:column;text-decoration:none;transition:all .25s;animation:.3s forwards LinkedScenesSection-module__qzC1Nq__fadeInUp;display:flex;position:relative;overflow:hidden}@keyframes LinkedScenesSection-module__qzC1Nq__fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.LinkedScenesSection-module__qzC1Nq__frameCard:hover{border-color:var(--accent);box-shadow:0 8px 24px color-mix(in oklab,var(--accent)15%,transparent);transform:translateY(-2px)}.LinkedScenesSection-module__qzC1Nq__frameThumbnail{aspect-ratio:16/9;background:var(--background);position:relative;overflow:hidden}.LinkedScenesSection-module__qzC1Nq__frameVideo{object-fit:cover;width:100%;height:100%;transition:transform .3s}.LinkedScenesSection-module__qzC1Nq__frameCard:hover .LinkedScenesSection-module__qzC1Nq__frameVideo{transform:scale(1.02)}.LinkedScenesSection-module__qzC1Nq__noThumb{width:100%;height:100%;color:var(--muted-foreground);background:linear-gradient(135deg,var(--muted)0%,var(--background)100%);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.LinkedScenesSection-module__qzC1Nq__noThumb span{text-transform:uppercase;letter-spacing:.1em;opacity:.6;font-size:.6rem}.LinkedScenesSection-module__qzC1Nq__playState{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:#000000b3;border:1px solid #fff3;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;bottom:8px;left:8px}.LinkedScenesSection-module__qzC1Nq__playState.LinkedScenesSection-module__qzC1Nq__playing{background:var(--accent);border-color:var(--accent)}.LinkedScenesSection-module__qzC1Nq__frameOverlay{opacity:0;justify-content:center;align-items:center;width:100%;transition:opacity .2s;display:flex}.LinkedScenesSection-module__qzC1Nq__frameInfoText{justify-content:center;align-items:center;width:100%;display:flex}.LinkedScenesSection-module__qzC1Nq__frameCard:hover .LinkedScenesSection-module__qzC1Nq__frameOverlay{opacity:1}.LinkedScenesSection-module__qzC1Nq__openHint{color:#fff;text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);align-items:center;gap:6px;padding:8px 12px;font-size:.65rem;font-weight:500;transition:transform .2s;display:flex;transform:translateY(8px)}.LinkedScenesSection-module__qzC1Nq__frameCard:hover .LinkedScenesSection-module__qzC1Nq__openHint{transform:translateY(0)}.LinkedScenesSection-module__qzC1Nq__scanLine{background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;height:2px;position:absolute;top:0;left:0;right:0;transform:translateY(-100%)}.LinkedScenesSection-module__qzC1Nq__frameCard:hover .LinkedScenesSection-module__qzC1Nq__scanLine{opacity:.6;animation:1.5s ease-in-out infinite LinkedScenesSection-module__qzC1Nq__scanDown}@keyframes LinkedScenesSection-module__qzC1Nq__scanDown{0%{opacity:0;transform:translateY(-100%)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translateY(31.25vw)}}.LinkedScenesSection-module__qzC1Nq__frameInfo{flex-direction:column;gap:4px;height:50px;padding:12px;display:flex}.LinkedScenesSection-module__qzC1Nq__frameTitle{text-overflow:ellipsis;white-space:nowrap;color:var(--accent);font-size:.7rem;font-weight:600;overflow:hidden}.LinkedScenesSection-module__qzC1Nq__frameMeta{color:var(--muted-foreground);align-items:center;gap:8px;font-size:.6rem;display:flex}.LinkedScenesSection-module__qzC1Nq__frameDate{text-transform:uppercase;letter-spacing:.05em}.LinkedScenesSection-module__qzC1Nq__cardCorner{background:linear-gradient(135deg,transparent 50%,var(--accent)50%);opacity:.4;width:10px;height:10px;transition:opacity .2s;position:absolute;top:0;right:0}.LinkedScenesSection-module__qzC1Nq__frameCard:hover .LinkedScenesSection-module__qzC1Nq__cardCorner{opacity:.8}@media (max-width:768px){.LinkedScenesSection-module__qzC1Nq__framesGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.LinkedScenesSection-module__qzC1Nq__frameInfo{padding:10px}.LinkedScenesSection-module__qzC1Nq__frameTitle{font-size:.75rem}}
.Dashboard-module__aPb3kq__page{gap:var(--space-4);min-height:calc(100vh - 64px);padding:var(--space-4)var(--space-6)96px;background:radial-gradient(ellipse 60% 50% at 50% 30%,color-mix(in oklab,var(--accent)5%,transparent),transparent 70%);flex-direction:column;max-width:1480px;margin:0 auto;display:flex;position:relative}.Dashboard-module__aPb3kq__bar{justify-content:space-between;align-items:center;gap:var(--space-4);padding-bottom:var(--space-4);border-bottom:1px solid var(--border);display:flex}.Dashboard-module__aPb3kq__brand{font-family:var(--font-primary),sans-serif;font-size:var(--text-xl);letter-spacing:.18em;color:var(--foreground);margin:0;font-weight:700;line-height:1}.Dashboard-module__aPb3kq__barRight{align-items:center;gap:var(--space-3);display:flex}.Dashboard-module__aPb3kq__streak{border-radius:var(--radius-full);border:1px solid color-mix(in oklab,var(--accent)40%,var(--border));background:color-mix(in oklab,var(--accent)10%,transparent);color:var(--accent);font-size:var(--text-xs);letter-spacing:.04em;align-items:center;gap:5px;padding:5px 12px;display:inline-flex}.Dashboard-module__aPb3kq__activeBanner{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);border:1px solid color-mix(in oklab,var(--success)45%,var(--border));border-radius:var(--radius-lg);background:color-mix(in oklab,var(--success)8%,transparent);cursor:pointer;transition:border-color var(--transition-base);display:flex}.Dashboard-module__aPb3kq__activeBanner:hover{border-color:var(--success)}.Dashboard-module__aPb3kq__activeLeft{align-items:center;gap:var(--space-3);display:flex}.Dashboard-module__aPb3kq__activeDot{border-radius:var(--radius-full);background:var(--success);width:9px;height:9px;box-shadow:0 0 0 4px color-mix(in oklab,var(--success)25%,transparent);animation:2s ease-in-out infinite Dashboard-module__aPb3kq__pulse}@keyframes Dashboard-module__aPb3kq__pulse{0%,to{opacity:1}50%{opacity:.4}}.Dashboard-module__aPb3kq__activeLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);font-size:10px}.Dashboard-module__aPb3kq__activeProgram{font-size:var(--text-sm);color:var(--foreground)}.Dashboard-module__aPb3kq__activeContinue{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--success);align-items:center;gap:2px;display:inline-flex}.Dashboard-module__aPb3kq__grid{gap:var(--space-4);flex:1;grid-template-columns:320px minmax(0,1fr) 320px;align-items:stretch;display:grid}.Dashboard-module__aPb3kq__side{gap:var(--space-4);flex-direction:column;display:flex}.Dashboard-module__aPb3kq__stage{gap:var(--space-3);flex-direction:column;min-height:540px;display:flex;position:relative}.Dashboard-module__aPb3kq__stageLabel{justify-content:center;align-items:center;gap:var(--space-3);display:flex}.Dashboard-module__aPb3kq__stageLine{background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--accent)60%,transparent));width:60px;height:1px}.Dashboard-module__aPb3kq__stageLine:last-child{background:linear-gradient(90deg,color-mix(in oklab,var(--accent)60%,transparent),transparent)}.Dashboard-module__aPb3kq__stageTitle{font-family:var(--font-primary),sans-serif;font-size:var(--text-sm);letter-spacing:.28em;color:var(--muted-foreground);text-align:center;font-weight:600}.Dashboard-module__aPb3kq__sceneWrap{border-radius:var(--radius-lg);flex:1;min-height:480px;position:relative;overflow:hidden}.Dashboard-module__aPb3kq__sceneFallback{background:radial-gradient(ellipse 60% 50% at 50% 45%,color-mix(in oklab,var(--accent)6%,transparent),transparent 70%);position:absolute;inset:0}@media (max-width:1100px){.Dashboard-module__aPb3kq__grid{grid-template-columns:1fr 1fr}.Dashboard-module__aPb3kq__stage{order:-1;grid-column:1/-1;min-height:420px}}@media (max-width:720px){.Dashboard-module__aPb3kq__grid{grid-template-columns:1fr}.Dashboard-module__aPb3kq__stage{min-height:360px}}
.LinkedWorkspaceSection-module__kn0q7W__section{flex-direction:column;gap:12px;display:flex}.LinkedWorkspaceSection-module__kn0q7W__sectionHeader{align-items:center;gap:12px;display:flex}.LinkedWorkspaceSection-module__kn0q7W__sectionTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);white-space:nowrap;align-items:center;gap:6px;font-size:.65rem;font-weight:600;display:flex}.LinkedWorkspaceSection-module__kn0q7W__sectionLine{background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.LinkedWorkspaceSection-module__kn0q7W__workspaceCard{padding:16px}.LinkedWorkspaceSection-module__kn0q7W__cardHeader{align-items:center;gap:12px;display:flex}.LinkedWorkspaceSection-module__kn0q7W__workspaceIcon{background:color-mix(in oklab,var(--accent)15%,transparent);border:1px solid color-mix(in oklab,var(--accent)30%,transparent);width:40px;height:40px;color:var(--accent);clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);flex-shrink:0;justify-content:center;align-items:center;display:flex}.LinkedWorkspaceSection-module__kn0q7W__workspaceInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.LinkedWorkspaceSection-module__kn0q7W__name{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.LinkedWorkspaceSection-module__kn0q7W__progressText{color:var(--accent);font-size:.7rem;font-weight:500}.LinkedWorkspaceSection-module__kn0q7W__openLink{border:1px solid var(--border);color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:0 0;align-items:center;gap:6px;padding:8px 12px;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.LinkedWorkspaceSection-module__kn0q7W__openLink:hover{background:color-mix(in oklab,var(--accent)15%,transparent);border-color:var(--accent);color:var(--accent)}.LinkedWorkspaceSection-module__kn0q7W__statsRow{border-top:1px solid color-mix(in oklab,var(--border)50%,transparent);align-items:center;gap:16px;margin-top:14px;padding-top:14px;display:flex}.LinkedWorkspaceSection-module__kn0q7W__stat{color:var(--muted-foreground);align-items:center;gap:6px;display:flex}.LinkedWorkspaceSection-module__kn0q7W__stat svg{opacity:.6}.LinkedWorkspaceSection-module__kn0q7W__statValue{color:var(--foreground);font-variant-numeric:tabular-nums;font-size:.9rem;font-weight:600}.LinkedWorkspaceSection-module__kn0q7W__statLabel{text-transform:uppercase;letter-spacing:.05em;opacity:.6;font-size:.6rem}@media (max-width:768px){.LinkedWorkspaceSection-module__kn0q7W__cardHeader{flex-wrap:wrap}.LinkedWorkspaceSection-module__kn0q7W__openLink{justify-content:center;width:100%;margin-top:8px}.LinkedWorkspaceSection-module__kn0q7W__statsRow{justify-content:space-between}}
.TrainingTypeForm-module__tKa_rq__form{flex-direction:column;gap:16px;display:flex}.TrainingTypeForm-module__tKa_rq__field{flex-direction:column;gap:6px;display:flex}.TrainingTypeForm-module__tKa_rq__label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;font-weight:500}.TrainingTypeForm-module__tKa_rq__row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.TrainingTypeForm-module__tKa_rq__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:4px;padding-top:8px;display:flex}
.EngramTokenShare-module__A1vKpq__container{background:var(--card);border:1px solid var(--border);clip-path:polygon(0 8px,8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%);flex-direction:column;gap:16px;margin:0 16px 16px;padding:20px;display:flex;position:relative}.EngramTokenShare-module__A1vKpq__container:before,.EngramTokenShare-module__A1vKpq__container:after{content:"";pointer-events:none;width:16px;height:16px;position:absolute}.EngramTokenShare-module__A1vKpq__container:before{border-top:2px solid var(--success);border-left:2px solid var(--success);top:0;left:0}.EngramTokenShare-module__A1vKpq__container:after{border-bottom:2px solid var(--success);border-right:2px solid var(--success);bottom:0;right:0}.EngramTokenShare-module__A1vKpq__header{align-items:center;gap:12px;display:flex}.EngramTokenShare-module__A1vKpq__headerIcon{flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.EngramTokenShare-module__A1vKpq__headerIcon:before{content:"";background:color-mix(in oklab,var(--success)12%,var(--background));border:1px solid color-mix(in oklab,var(--success)30%,transparent);clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);position:absolute;inset:0}.EngramTokenShare-module__A1vKpq__headerIcon svg{z-index:1;color:var(--success);position:relative}.EngramTokenShare-module__A1vKpq__headerText{flex-direction:column;gap:2px;display:flex}.EngramTokenShare-module__A1vKpq__title{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.85rem;font-weight:600}.EngramTokenShare-module__A1vKpq__subtitle{color:var(--muted-foreground);margin:0;font-size:.75rem}.EngramTokenShare-module__A1vKpq__subtitle strong{color:var(--success);font-weight:500}.EngramTokenShare-module__A1vKpq__errorBanner{background:color-mix(in oklab,var(--error)10%,var(--background));border-left:2px solid var(--error);color:var(--error);clip-path:polygon(4px 0,100% 0,100% 100%,0 100%,0 4px);justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:.75rem;display:flex}.EngramTokenShare-module__A1vKpq__errorBanner button{all:unset;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;opacity:.7;font-size:.7rem;transition:opacity .15s}.EngramTokenShare-module__A1vKpq__errorBanner button:hover{opacity:1}.EngramTokenShare-module__A1vKpq__controls{flex-direction:column;gap:14px;display:flex}.EngramTokenShare-module__A1vKpq__controlGroup{grid-template-columns:1fr 1fr;gap:12px;display:grid}.EngramTokenShare-module__A1vKpq__field{flex-direction:column;gap:6px;display:flex}.EngramTokenShare-module__A1vKpq__label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:.65rem;font-weight:600}.EngramTokenShare-module__A1vKpq__select,.EngramTokenShare-module__A1vKpq__input{background:var(--muted);border:1px solid var(--border);color:var(--foreground);clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);outline:none;padding:10px 12px;font-size:.8rem;transition:all .15s}.EngramTokenShare-module__A1vKpq__select{cursor:pointer}.EngramTokenShare-module__A1vKpq__select:hover,.EngramTokenShare-module__A1vKpq__input:hover{border-color:var(--success);background:color-mix(in oklab,var(--success)5%,var(--muted))}.EngramTokenShare-module__A1vKpq__select:focus,.EngramTokenShare-module__A1vKpq__input:focus{border-color:var(--success);box-shadow:0 0 0 2px color-mix(in oklab,var(--success)20%,transparent)}.EngramTokenShare-module__A1vKpq__select:disabled,.EngramTokenShare-module__A1vKpq__input:disabled{opacity:.5;cursor:not-allowed}@keyframes EngramTokenShare-module__A1vKpq__spin{to{transform:rotate(360deg)}}.EngramTokenShare-module__A1vKpq__result{flex-direction:column;gap:12px;animation:.3s EngramTokenShare-module__A1vKpq__dataStream;display:flex}@keyframes EngramTokenShare-module__A1vKpq__dataStream{0%{opacity:0;filter:blur(2px);transform:translateY(8px)}to{opacity:1;filter:blur();transform:translateY(0)}}.EngramTokenShare-module__A1vKpq__instructionsWrapper{background:var(--muted);border:1px solid var(--border);clip-path:polygon(0 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%);position:relative;overflow:hidden}.EngramTokenShare-module__A1vKpq__instructionsHeader{background:var(--background);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.12em;color:var(--success);align-items:center;gap:8px;padding:8px 12px;font-size:.6rem;font-weight:600;display:flex}.EngramTokenShare-module__A1vKpq__instructionsHeader:before{content:"";background:var(--success);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);width:6px;height:6px;animation:2s ease-in-out infinite EngramTokenShare-module__A1vKpq__pulse}@keyframes EngramTokenShare-module__A1vKpq__pulse{0%,to{opacity:.5}50%{opacity:1}}.EngramTokenShare-module__A1vKpq__instructions{white-space:pre-wrap;word-break:break-word;color:var(--foreground);max-height:200px;margin:0;padding:12px;font-size:.7rem;line-height:1.7;overflow-y:auto}.EngramTokenShare-module__A1vKpq__instructions::-webkit-scrollbar{width:4px}.EngramTokenShare-module__A1vKpq__instructions::-webkit-scrollbar-track{background:0 0}.EngramTokenShare-module__A1vKpq__instructions::-webkit-scrollbar-thumb{background:var(--border)}.EngramTokenShare-module__A1vKpq__actions{gap:8px;display:flex}.EngramTokenShare-module__A1vKpq__hint{color:var(--muted-foreground);background:color-mix(in oklab,var(--info)5%,var(--background));border-left:2px solid var(--info);align-items:flex-start;gap:8px;margin:0;padding:10px 12px;font-size:.7rem;line-height:1.5;display:flex}.EngramTokenShare-module__A1vKpq__hint:before{content:"ℹ";flex-shrink:0;font-size:.8rem}
.TrainingTypesManager-module__B4FeYG__container{flex-direction:column;gap:16px;display:flex}.TrainingTypesManager-module__B4FeYG__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.TrainingTypesManager-module__B4FeYG__count{color:var(--muted-foreground);letter-spacing:.06em;font-size:.75rem}.TrainingTypesManager-module__B4FeYG__statusActive{letter-spacing:.08em;text-transform:uppercase;color:var(--success);font-size:.7rem;font-weight:600}.TrainingTypesManager-module__B4FeYG__statusInactive{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);font-size:.7rem;font-weight:600}
.EngramModal-module__j9qVvq__overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:24px;animation:.2s EngramModal-module__j9qVvq__overlayFadeIn;display:flex;position:fixed;inset:0}@media (max-width:768px){.EngramModal-module__j9qVvq__overlay{align-items:stretch;padding:0}.EngramModal-module__j9qVvq__mobileOverlay{-webkit-backdrop-filter:blur(8px);animation:.25s EngramModal-module__j9qVvq__mobileOverlayFadeIn}}@keyframes EngramModal-module__j9qVvq__overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes EngramModal-module__j9qVvq__mobileOverlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.EngramModal-module__j9qVvq__modal{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:540px;max-height:calc(100vh - 48px);animation:.25s EngramModal-module__j9qVvq__modalSlideIn;display:flex;overflow:hidden;box-shadow:0 24px 48px #0000004d,0 0 1px #ffffff1a}@media (max-width:768px){.EngramModal-module__j9qVvq__modal{border-radius:16px 16px 0 0;flex:1;max-width:100%;height:100dvh;max-height:100dvh;animation:.3s cubic-bezier(.25,.46,.45,.94) EngramModal-module__j9qVvq__mobileModalSlideIn;overflow-y:auto}.EngramModal-module__j9qVvq__mobileModal{box-shadow:0 -20px 40px #0000004d}}@keyframes EngramModal-module__j9qVvq__modalSlideIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes EngramModal-module__j9qVvq__mobileModalSlideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.EngramModal-module__j9qVvq__header{border-bottom:1px solid var(--border);background:var(--muted);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}@media (max-width:768px){.EngramModal-module__j9qVvq__header{min-height:68px;padding:20px 24px}.EngramModal-module__j9qVvq__mobileHeader{background:var(--card);z-index:10;position:sticky;top:0}}.EngramModal-module__j9qVvq__title{color:var(--foreground);letter-spacing:.01em;text-transform:uppercase;margin:0;font-size:1rem;font-weight:600}@media (max-width:768px){.EngramModal-module__j9qVvq__title{font-size:1.125rem}.EngramModal-module__j9qVvq__mobileTitle{padding-right:40px}}.EngramModal-module__j9qVvq__closeBtn{all:unset;width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}@media (max-width:768px){.EngramModal-module__j9qVvq__closeBtn{background:var(--muted);border-radius:50%;width:44px;height:44px;position:absolute;top:16px;right:16px}.EngramModal-module__j9qVvq__mobileCloseBtn:hover{background:var(--border)}}.EngramModal-module__j9qVvq__closeBtn:hover{background:var(--border);color:var(--foreground)}.EngramModal-module__j9qVvq__body{-webkit-overflow-scrolling:touch;padding:20px;overflow-y:auto}@media (max-width:768px){.EngramModal-module__j9qVvq__mobileBody{padding:20px 20px 0}}.EngramModal-module__j9qVvq__body::-webkit-scrollbar{width:6px}.EngramModal-module__j9qVvq__body::-webkit-scrollbar-track{background:0 0}.EngramModal-module__j9qVvq__body::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@media (max-width:768px){.EngramModal-module__j9qVvq__body::-webkit-scrollbar{width:4px}}
.MuscleGroupForm-module__4jE6xa__form{flex-direction:column;gap:16px;display:flex}.MuscleGroupForm-module__4jE6xa__field{flex-direction:column;gap:6px;display:flex}.MuscleGroupForm-module__4jE6xa__label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;font-weight:500}.MuscleGroupForm-module__4jE6xa__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:4px;padding-top:8px;display:flex}
.EngramNodeForm-module__bUyIUG__form{flex-direction:column;gap:16px;display:flex}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__form{gap:20px}}.EngramNodeForm-module__bUyIUG__field{flex-direction:column;gap:6px;display:flex}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__field{gap:8px}}.EngramNodeForm-module__bUyIUG__label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:.65rem;font-weight:600}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__label{font-size:.7rem}}.EngramNodeForm-module__bUyIUG__required{color:var(--error)}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__input,.EngramNodeForm-module__bUyIUG__textarea{clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);padding:14px 16px;font-size:1rem}}.EngramNodeForm-module__bUyIUG__input::placeholder,.EngramNodeForm-module__bUyIUG__textarea::placeholder{color:var(--muted-foreground);opacity:.6}.EngramNodeForm-module__bUyIUG__input:hover,.EngramNodeForm-module__bUyIUG__textarea:hover{border-color:color-mix(in oklab,var(--accent)50%,var(--border))}.EngramNodeForm-module__bUyIUG__input:focus,.EngramNodeForm-module__bUyIUG__textarea:focus{border-color:var(--accent);background:var(--background);box-shadow:0 0 0 2px color-mix(in oklab,var(--accent)15%,transparent)}.EngramNodeForm-module__bUyIUG__input:disabled,.EngramNodeForm-module__bUyIUG__textarea:disabled{opacity:.5;cursor:not-allowed}.EngramNodeForm-module__bUyIUG__inputError{border-color:var(--error)}.EngramNodeForm-module__bUyIUG__inputError:focus{box-shadow:0 0 0 2px color-mix(in oklab,var(--error)20%,transparent)}.EngramNodeForm-module__bUyIUG__textarea{resize:vertical;min-height:60px;line-height:1.5}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__textarea{min-height:80px;line-height:1.6}}.EngramNodeForm-module__bUyIUG__contentArea{min-height:100px;font-size:.8rem;line-height:1.6}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__contentArea{min-height:150px;font-size:.9rem;line-height:1.7}.EngramNodeForm-module__bUyIUG__mobileContentArea{font-size:1rem}}.EngramNodeForm-module__bUyIUG__mono{font-size:.75rem}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__mono{font-size:.85rem}}.EngramNodeForm-module__bUyIUG__error{color:var(--error);align-items:center;gap:4px;font-size:.7rem;display:flex}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__error{font-size:.8rem}}.EngramNodeForm-module__bUyIUG__typeGrid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__typeGrid{grid-template-columns:repeat(2,1fr);gap:8px}.EngramNodeForm-module__bUyIUG__mobileTypeGrid{grid-template-columns:repeat(3,1fr);gap:10px}}.EngramNodeForm-module__bUyIUG__typeBtn{background:var(--muted);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);cursor:pointer;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:10px 6px;font-size:.65rem;font-weight:500;transition:all .15s;display:flex}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__typeBtn{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);gap:6px;padding:12px 8px;font-size:.75rem}.EngramNodeForm-module__bUyIUG__mobileTypeBtn{min-height:70px;padding:16px 8px}}.EngramNodeForm-module__bUyIUG__typeBtn:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:color-mix(in oklab,var(--accent)8%,var(--muted))}.EngramNodeForm-module__bUyIUG__typeBtn:disabled{opacity:.5;cursor:not-allowed}.EngramNodeForm-module__bUyIUG__typeBtnActive{border-color:var(--accent);background:color-mix(in oklab,var(--accent)15%,var(--background));color:var(--accent)}.EngramNodeForm-module__bUyIUG__typeBtnActive:before{content:"";border-top:2px solid var(--accent);border-left:2px solid var(--accent);width:8px;height:8px;position:absolute;top:-1px;left:-1px}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__typeBtnActive:before{width:12px;height:12px}}.EngramNodeForm-module__bUyIUG__accessGroup{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__accessGroup{gap:12px}.EngramNodeForm-module__bUyIUG__mobileAccessGroup{grid-template-columns:1fr}}.EngramNodeForm-module__bUyIUG__accessBtn{background:var(--muted);border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);align-items:center;gap:10px;padding:10px 12px;transition:all .2s;display:flex;position:relative}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__accessBtn{clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);gap:12px;padding:14px 16px}.EngramNodeForm-module__bUyIUG__mobileAccessBtn{min-height:60px}}.EngramNodeForm-module__bUyIUG__accessBtn:hover:not(:disabled):not(.EngramNodeForm-module__bUyIUG__accessPublic):not(.EngramNodeForm-module__bUyIUG__accessPrivate){border-color:var(--accent);color:var(--accent)}.EngramNodeForm-module__bUyIUG__accessBtn:disabled{opacity:.5;cursor:not-allowed}.EngramNodeForm-module__bUyIUG__accessText{text-align:left;flex-direction:column;flex:1;min-width:0;display:flex}.EngramNodeForm-module__bUyIUG__accessTitle{font-size:.8rem;font-weight:600}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__accessTitle{font-size:1rem}}.EngramNodeForm-module__bUyIUG__accessSub{text-transform:uppercase;letter-spacing:.05em;opacity:.7;margin-top:1px;font-size:.6rem}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__accessSub{font-size:.7rem}}.EngramNodeForm-module__bUyIUG__accessPublic{border-color:var(--success);color:var(--success);background:color-mix(in oklab,var(--success)10%,var(--background))}.EngramNodeForm-module__bUyIUG__accessPrivate{border-color:var(--warning);color:var(--warning);background:color-mix(in oklab,var(--warning)10%,var(--background))}.EngramNodeForm-module__bUyIUG__accessDot{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);background:currentColor;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite EngramNodeForm-module__bUyIUG__pulse}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__accessDot{width:8px;height:8px}}@keyframes EngramNodeForm-module__bUyIUG__pulse{0%,to{opacity:1}50%{opacity:.4}}.EngramNodeForm-module__bUyIUG__metaToggle{background:var(--muted);border:1px solid var(--border);text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);cursor:pointer;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);justify-content:space-between;align-items:center;padding:8px 12px;font-size:.7rem;font-weight:500;transition:all .15s;display:flex}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__metaToggle{clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);padding:12px 16px;font-size:.8rem}.EngramNodeForm-module__bUyIUG__mobileMetaToggle{min-height:44px}}.EngramNodeForm-module__bUyIUG__metaToggle:hover{background:var(--border);color:var(--foreground)}.EngramNodeForm-module__bUyIUG__metaToggleIcon{font-size:.9rem;font-weight:700;line-height:1}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__metaToggleIcon{font-size:1.1rem}}.EngramNodeForm-module__bUyIUG__metaContent{flex-direction:column;gap:6px;margin-top:6px;display:flex}.EngramNodeForm-module__bUyIUG__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:4px;padding-top:12px;display:flex}@media (max-width:768px){.EngramNodeForm-module__bUyIUG__actions{gap:12px;margin-top:8px;padding-top:16px}.EngramNodeForm-module__bUyIUG__mobileActions{background:var(--background);margin-bottom:env(safe-area-inset-bottom,0);padding:16px 0;position:sticky;bottom:0}.EngramNodeForm-module__bUyIUG__mobileButton{flex:1;height:48px;font-size:1rem}}
.MuscleGroupsManager-module__NrT0wW__container{flex-direction:column;gap:16px;display:flex}.MuscleGroupsManager-module__NrT0wW__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.MuscleGroupsManager-module__NrT0wW__count{color:var(--muted-foreground);letter-spacing:.06em;font-size:.75rem}.MuscleGroupsManager-module__NrT0wW__statusActive{letter-spacing:.08em;text-transform:uppercase;color:var(--success);font-size:.7rem;font-weight:600}.MuscleGroupsManager-module__NrT0wW__statusInactive{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);font-size:.7rem;font-weight:600}
.EquipmentForm-module__G9vvaq__form{flex-direction:column;gap:16px;display:flex}.EquipmentForm-module__G9vvaq__field{flex-direction:column;gap:6px;display:flex}.EquipmentForm-module__G9vvaq__label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);font-size:.75rem;font-weight:500}.EquipmentForm-module__G9vvaq__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;margin-top:4px;padding-top:8px;display:flex}
.EquipmentManager-module__ZLgwNa__container{flex-direction:column;gap:16px;display:flex}.EquipmentManager-module__ZLgwNa__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.EquipmentManager-module__ZLgwNa__count{color:var(--muted-foreground);letter-spacing:.06em;font-size:.75rem}.EquipmentManager-module__ZLgwNa__statusActive{letter-spacing:.08em;text-transform:uppercase;color:var(--success);font-size:.7rem;font-weight:600}.EquipmentManager-module__ZLgwNa__statusInactive{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);font-size:.7rem;font-weight:600}
.ExerciseForm-module__2sdRea__form{flex-direction:column;gap:0;display:flex}.ExerciseForm-module__2sdRea__section{flex-direction:column;gap:12px;padding:14px 0;display:flex}.ExerciseForm-module__2sdRea__section:first-child{border-bottom:1px solid var(--border);padding-top:0}.ExerciseForm-module__2sdRea__sectionTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.6rem;font-weight:600}.ExerciseForm-module__2sdRea__identityRow{align-items:flex-end;gap:14px;display:flex}.ExerciseForm-module__2sdRea__iconPreviewBox{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:border-color .2s,background .2s;display:flex}.ExerciseForm-module__2sdRea__iconPreviewBox:hover{border-color:var(--accent);background:rgba(var(--accent-rgb,59,130,246),.08)}.ExerciseForm-module__2sdRea__identityFields{flex:1;align-items:flex-end;gap:10px;display:flex}.ExerciseForm-module__2sdRea__nameField{flex-direction:column;flex:1;gap:4px;display:flex}.ExerciseForm-module__2sdRea__slugField{flex-direction:column;flex:0 0 180px;gap:4px;display:flex}.ExerciseForm-module__2sdRea__slugLabel{letter-spacing:.04em;color:var(--muted-foreground);opacity:.6;font-size:.6rem;font-weight:400}.ExerciseForm-module__2sdRea__field{flex-direction:column;gap:5px;display:flex}.ExerciseForm-module__2sdRea__label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);font-size:.7rem;font-weight:500}.ExerciseForm-module__2sdRea__row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ExerciseForm-module__2sdRea__row3{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}.ExerciseForm-module__2sdRea__twoCol{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.ExerciseForm-module__2sdRea__colStack{flex-direction:column;gap:12px;display:flex}.ExerciseForm-module__2sdRea__chipSelector{flex-wrap:wrap;gap:5px;display:flex}.ExerciseForm-module__2sdRea__chip{all:unset;letter-spacing:.3px;text-transform:uppercase;height:1.45rem;color:var(--muted-foreground);background:rgba(var(--accent-rgb,59,130,246),.05);border:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:2px;align-items:center;gap:.25rem;padding:0 .5rem;font-size:.68rem;transition:all .15s;display:inline-flex}.ExerciseForm-module__2sdRea__chip:hover{background:rgba(var(--accent-rgb,59,130,246),.1);border-color:rgba(var(--accent-rgb,59,130,246),.25);color:var(--foreground)}.ExerciseForm-module__2sdRea__chipSelected{background:rgba(var(--accent-rgb,59,130,246),.16);border-color:rgba(var(--accent-rgb,59,130,246),.35);color:var(--foreground)}.ExerciseForm-module__2sdRea__chipCheck{font-size:.55rem;line-height:1}.ExerciseForm-module__2sdRea__hint{color:var(--muted-foreground);opacity:.6;font-size:.62rem;font-style:italic}.ExerciseForm-module__2sdRea__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:2px;padding-top:12px;display:flex}.ExerciseForm-module__2sdRea__footerActions{gap:8px;display:flex}.ExerciseForm-module__2sdRea__iconPickerPanel{padding-top:2px}@media (max-width:640px){.ExerciseForm-module__2sdRea__row,.ExerciseForm-module__2sdRea__row3,.ExerciseForm-module__2sdRea__twoCol{grid-template-columns:1fr}.ExerciseForm-module__2sdRea__identityRow{flex-direction:column;align-items:stretch}.ExerciseForm-module__2sdRea__identityFields{flex-direction:column}.ExerciseForm-module__2sdRea__slugField{flex:1}.ExerciseForm-module__2sdRea__iconPreviewBox{width:100%;height:48px}}
