.UserProfile-module__n4vC9W__container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.UserProfile-module__n4vC9W__ambientGrid{background-image:linear-gradient(var(--accent)1px,transparent 1px),linear-gradient(90deg,var(--accent)1px,transparent 1px);opacity:.03;pointer-events:none;background-size:60px 60px;position:absolute;inset:0}.UserProfile-module__n4vC9W__profileCard{background:var(--card);border:1px solid var(--border);width:100%;max-width:540px;position:relative;overflow:hidden}.UserProfile-module__n4vC9W__profileCard:before{content:"";background:radial-gradient(ellipse at 50% 0%,color-mix(in oklab,var(--accent)8%,transparent)0%,transparent 60%);pointer-events:none;position:absolute;inset:0}.UserProfile-module__n4vC9W__headerStrip{background:var(--muted);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.UserProfile-module__n4vC9W__headerLabel{letter-spacing:.15em;color:var(--accent);font-size:.65rem;font-weight:600;font-family:var(--font-mono,monospace),serif}.UserProfile-module__n4vC9W__headerTimestamp{letter-spacing:.1em;color:var(--muted-foreground);font-size:.65rem;font-family:var(--font-mono,monospace),serif}.UserProfile-module__n4vC9W__identityCore{align-items:center;gap:1.5rem;padding:2rem 1.5rem;display:flex}.UserProfile-module__n4vC9W__avatarContainer{flex-shrink:0;position:relative}.UserProfile-module__n4vC9W__avatarFrame{cursor:pointer;background:linear-gradient(135deg,var(--muted)0%,color-mix(in oklab,var(--accent)10%,var(--muted))100%);border-radius:8px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative;overflow:hidden;container-type:size}.UserProfile-module__n4vC9W__avatarFrame:before{content:"";border:1px solid var(--border);pointer-events:none;border-radius:8px;position:absolute;inset:0}.UserProfile-module__n4vC9W__identityBlock{flex:1;min-width:0}.UserProfile-module__n4vC9W__username{color:var(--foreground);letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.75rem;font-weight:700;line-height:1.2}.UserProfile-module__n4vC9W__username.UserProfile-module__n4vC9W__glitch{animation:.15s ease-in-out UserProfile-module__n4vC9W__glitch}@keyframes UserProfile-module__n4vC9W__glitch{0%,to{text-shadow:none;transform:translate(0)}25%{text-shadow:-2px 0 var(--accent),2px 0 var(--error);transform:translate(-2px)}75%{text-shadow:2px 0 var(--accent),-2px 0 var(--success);transform:translate(2px)}}.UserProfile-module__n4vC9W__roleBadge{background:var(--muted);border:1px solid var(--border);border-radius:2px;align-items:center;gap:.5rem;padding:.35rem .75rem;display:inline-flex}.UserProfile-module__n4vC9W__roleLabel{letter-spacing:.12em;color:var(--accent);font-size:.7rem;font-weight:700}.UserProfile-module__n4vC9W__clearanceDivider{color:var(--border);font-size:.6rem}.UserProfile-module__n4vC9W__clearanceLevel{letter-spacing:.08em;color:var(--muted-foreground);font-size:.65rem;font-weight:500}.UserProfile-module__n4vC9W__dataMatrix{background:var(--border);border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1px;display:grid}.UserProfile-module__n4vC9W__dataBlock{background:var(--card);flex-direction:column;gap:.35rem;padding:1rem 1.25rem;display:flex}.UserProfile-module__n4vC9W__dataBlock:nth-child(odd):last-child{grid-column:span 2}.UserProfile-module__n4vC9W__dataLabel{letter-spacing:.15em;color:var(--muted-foreground);text-transform:uppercase;font-size:.6rem;font-weight:600}.UserProfile-module__n4vC9W__dataValue{color:var(--foreground);font-size:.875rem;font-weight:500}.UserProfile-module__n4vC9W__monospace{font-family:var(--font-mono,monospace),serif;letter-spacing:.05em;color:var(--accent)}.UserProfile-module__n4vC9W__dateDisplay{flex-direction:column;gap:.2rem;display:flex}.UserProfile-module__n4vC9W__dateMeta{color:var(--muted-foreground);letter-spacing:.05em;font-size:.65rem}.UserProfile-module__n4vC9W__statusIndicator{align-items:center;gap:.5rem;display:flex}.UserProfile-module__n4vC9W__statusDot{background:var(--success);width:8px;height:8px;box-shadow:0 0 8px var(--success);border-radius:50%;animation:2s ease-in-out infinite UserProfile-module__n4vC9W__statusBlink}@keyframes UserProfile-module__n4vC9W__statusBlink{0%,to{opacity:1}50%{opacity:.5}}.UserProfile-module__n4vC9W__statusText{letter-spacing:.08em;color:var(--success);font-size:.8rem;font-weight:600}.UserProfile-module__n4vC9W__activitySection{padding:1.25rem 1.5rem}.UserProfile-module__n4vC9W__sectionLabel{letter-spacing:.15em;color:var(--muted-foreground);margin-bottom:.75rem;font-size:.6rem;font-weight:600;display:block}.UserProfile-module__n4vC9W__waveformContainer{background:var(--muted);border:1px solid var(--border);border-radius:2px;justify-content:space-between;align-items:flex-end;gap:3px;height:48px;padding:.5rem;display:flex}.UserProfile-module__n4vC9W__waveformBar{background:linear-gradient(to top,var(--accent),color-mix(in oklab,var(--accent)40%,transparent));border-radius:1px;flex:1;min-height:4px;transition:height .3s;animation:1.5s ease-in-out infinite UserProfile-module__n4vC9W__waveformPulse}@keyframes UserProfile-module__n4vC9W__waveformPulse{0%,to{opacity:.7}50%{opacity:1}}.UserProfile-module__n4vC9W__configSection{border-top:1px solid var(--border);background:linear-gradient(180deg,var(--card)0%,color-mix(in oklab,var(--muted)50%,var(--card))100%)}.UserProfile-module__n4vC9W__configHeader{border-bottom:1px solid var(--border);background:var(--muted);justify-content:space-between;align-items:center;padding:.875rem 1.5rem;display:flex}.UserProfile-module__n4vC9W__configLabel{letter-spacing:.15em;color:var(--accent);font-size:.6rem;font-weight:600;font-family:var(--font-mono,monospace),serif}.UserProfile-module__n4vC9W__configIndicator{align-items:center;gap:.4rem;display:flex}.UserProfile-module__n4vC9W__configDot{background:var(--success);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite UserProfile-module__n4vC9W__configPulse}@keyframes UserProfile-module__n4vC9W__configPulse{0%,to{opacity:1;box-shadow:0 0 4px var(--success)}50%{opacity:.6;box-shadow:0 0 8px var(--success)}}.UserProfile-module__n4vC9W__configStatus{letter-spacing:.1em;color:var(--success);font-size:.55rem;font-weight:600;font-family:var(--font-mono,monospace),serif}.UserProfile-module__n4vC9W__configFooter{background:var(--muted);border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.5rem;display:flex}.UserProfile-module__n4vC9W__configFooterLabel{letter-spacing:.1em;color:var(--muted-foreground);font-size:.55rem;font-weight:500;font-family:var(--font-mono,monospace),serif}.UserProfile-module__n4vC9W__configFooterValue{letter-spacing:.08em;color:var(--foreground);font-size:.55rem;font-weight:600;font-family:var(--font-mono,monospace),serif}.UserProfile-module__n4vC9W__configFooterDivider{color:var(--accent);opacity:.4;font-size:.5rem}.UserProfile-module__n4vC9W__footerStrip{background:var(--muted);border-top:1px solid var(--border);justify-content:center;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.UserProfile-module__n4vC9W__footerCoord{letter-spacing:.1em;color:var(--muted-foreground);font-size:.6rem;font-weight:500;font-family:var(--font-mono,monospace),serif}.UserProfile-module__n4vC9W__footerDivider{color:var(--accent);opacity:.5;font-size:.5rem}.UserProfile-module__n4vC9W__cornerDecor{pointer-events:none;width:20px;height:20px;position:absolute}.UserProfile-module__n4vC9W__cornerDecor:before,.UserProfile-module__n4vC9W__cornerDecor:after{content:"";background:var(--accent);opacity:.3;position:absolute}.UserProfile-module__n4vC9W__topLeft{top:1rem;left:1rem}.UserProfile-module__n4vC9W__topLeft:before{width:100%;height:1px;top:0;left:0}.UserProfile-module__n4vC9W__topLeft:after{width:1px;height:100%;top:0;left:0}.UserProfile-module__n4vC9W__topRight{top:1rem;right:1rem}.UserProfile-module__n4vC9W__topRight:before{width:100%;height:1px;top:0;right:0}.UserProfile-module__n4vC9W__topRight:after{width:1px;height:100%;top:0;right:0}.UserProfile-module__n4vC9W__bottomLeft{bottom:1rem;left:1rem}.UserProfile-module__n4vC9W__bottomLeft:before{width:100%;height:1px;bottom:0;left:0}.UserProfile-module__n4vC9W__bottomLeft:after{width:1px;height:100%;bottom:0;left:0}.UserProfile-module__n4vC9W__bottomRight{bottom:1rem;right:1rem}.UserProfile-module__n4vC9W__bottomRight:before{width:100%;height:1px;bottom:0;right:0}.UserProfile-module__n4vC9W__bottomRight:after{width:1px;height:100%;bottom:0;right:0}.UserProfile-module__n4vC9W__loadingState{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.UserProfile-module__n4vC9W__loadingRing{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:48px;height:48px;animation:1s linear infinite UserProfile-module__n4vC9W__spin}@keyframes UserProfile-module__n4vC9W__spin{to{transform:rotate(360deg)}}.UserProfile-module__n4vC9W__loadingText{letter-spacing:.2em;color:var(--muted-foreground);font-size:.7rem;font-weight:600;animation:1s ease-in-out infinite UserProfile-module__n4vC9W__loadingBlink}@keyframes UserProfile-module__n4vC9W__loadingBlink{0%,to{opacity:1}50%{opacity:.4}}.UserProfile-module__n4vC9W__errorState{background:var(--card);border:1px solid var(--error);flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.UserProfile-module__n4vC9W__errorIcon{color:var(--error);font-size:2rem}.UserProfile-module__n4vC9W__errorText{letter-spacing:.15em;color:var(--error);font-size:.75rem;font-weight:600}@media (max-width:480px){.UserProfile-module__n4vC9W__container{padding:1rem}.UserProfile-module__n4vC9W__identityCore{text-align:center;flex-direction:column;gap:1rem}.UserProfile-module__n4vC9W__dataMatrix{grid-template-columns:1fr}.UserProfile-module__n4vC9W__dataBlock:nth-child(odd):last-child{grid-column:span 1}.UserProfile-module__n4vC9W__username{font-size:1.5rem}.UserProfile-module__n4vC9W__waveformContainer{height:40px}.UserProfile-module__n4vC9W__footerStrip{flex-wrap:wrap;gap:.5rem}.UserProfile-module__n4vC9W__cornerDecor{display:none}}
.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)90%,white);box-shadow:0 4px 24px 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:var(--muted-foreground);background:0 0;border:none;height:auto;min-height:32px;padding:0 12px}.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:var(--muted-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)70%,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)70%,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)70%,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)70%,var(--foreground))}.Button-module__xDwtkW__ghost.Button-module__xDwtkW__intent-info:hover:not(:disabled){color:var(--info)}.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__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 8px}.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 10px}.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 12px}.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 16px}.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:rgba(var(--accent-rgb,59,130,246),.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;height:2.75rem;color:var(--foreground);caret-color:var(--accent);clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,0 100%);border:1px solid #ffffff14;padding:0 1rem;font-size:.875rem;transition:all .25s;position:relative;box-shadow:inset 0 0 12px #ffffff05}.Input-module__Tl1jgW__root::placeholder{color:var(--muted-foreground);letter-spacing:.3px;opacity:.6}.Input-module__Tl1jgW__root:hover{background:linear-gradient(#ffffff12,#ffffff08);border-color:#ffffff26}.Input-module__Tl1jgW__root:hover:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(120deg,#0000 0%,#3b82f61a 50%,#0000 100%);animation:.6s forwards Input-module__Tl1jgW__shimmer;position:absolute;inset:0}@keyframes Input-module__Tl1jgW__shimmer{0%{opacity:0;transform:translate(-100%)}to{opacity:.25;transform:translate(100%)}}.Input-module__Tl1jgW__root:focus{background:#3b82f60f;outline:none}.Input-module__Tl1jgW__root:disabled{opacity:.4;cursor:not-allowed}[data-theme=light] .Input-module__Tl1jgW__root{background:linear-gradient(#0000000a,#00000005);border-color:#0000001a}[data-theme=light] .Input-module__Tl1jgW__root:hover{background:linear-gradient(#0000000f,#00000008)}[data-theme=light] .Input-module__Tl1jgW__root:focus{background:#3b82f60f}
.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}
.GlobalLoader-module__YBDUKa__overlay{-webkit-backdrop-filter:blur(12px)saturate(180%);z-index:9999;background:#0a0f19fa;justify-content:center;align-items:center;animation:.4s cubic-bezier(.4,0,.2,1) GlobalLoader-module__YBDUKa__fadeIn;display:flex;position:fixed;inset:0}@keyframes GlobalLoader-module__YBDUKa__fadeIn{0%{opacity:0}to{opacity:1}}.GlobalLoader-module__YBDUKa__fadeOut{opacity:0;transition:opacity .5s ease-out}.GlobalLoader-module__YBDUKa__container{background:var(--card);border:1px solid var(--border);border-radius:16px;width:480px;padding:32px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 0 0 1px #3b82f61a,inset 0 1px #ffffff0d}.GlobalLoader-module__YBDUKa__container:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000 0%,#3b82f60d 50%,#0000 100%);position:absolute;inset:0}.GlobalLoader-module__YBDUKa__header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex;position:relative}.GlobalLoader-module__YBDUKa__corner{border:2px solid var(--accent);opacity:.3;width:24px;height:24px}.GlobalLoader-module__YBDUKa__corner:first-child{border-bottom:none;border-right:none;border-top-left-radius:4px}.GlobalLoader-module__YBDUKa__corner:last-child{border-top:none;border-left:none;border-bottom-right-radius:4px}.GlobalLoader-module__YBDUKa__titleContainer{flex-direction:column;align-items:center;gap:8px;display:flex}.GlobalLoader-module__YBDUKa__title{letter-spacing:4px;text-transform:uppercase;color:var(--accent);background:linear-gradient(90deg,var(--accent),color-mix(in oklab,var(--accent)70%,white));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:14px;font-weight:600}.GlobalLoader-module__YBDUKa__dots{gap:4px;display:flex}.GlobalLoader-module__YBDUKa__dot{background:var(--accent);border-radius:50%;width:4px;height:4px;animation:1.5s ease-in-out infinite GlobalLoader-module__YBDUKa__pulse}.GlobalLoader-module__YBDUKa__dot:first-child{animation-delay:0s}.GlobalLoader-module__YBDUKa__dot:nth-child(2){animation-delay:.2s}.GlobalLoader-module__YBDUKa__dot:nth-child(3){animation-delay:.4s}@keyframes GlobalLoader-module__YBDUKa__pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.GlobalLoader-module__YBDUKa__progressContainer{margin-bottom:32px}.GlobalLoader-module__YBDUKa__progressInfo{margin-bottom:24px}.GlobalLoader-module__YBDUKa__percentage{text-align:center;background:linear-gradient(90deg,var(--accent),color-mix(in oklab,var(--accent)60%,white));-webkit-text-fill-color:transparent;letter-spacing:2px;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-family:monospace;font-size:48px;font-weight:700;display:block}.GlobalLoader-module__YBDUKa__progressBarTrack{background:var(--muted);border-radius:3px;width:100%;height:6px;position:relative;overflow:hidden}.GlobalLoader-module__YBDUKa__progressBar{background:linear-gradient(90deg,var(--accent),color-mix(in oklab,var(--accent)70%,white));border-radius:3px;height:100%;transition:width .2s ease-out;position:relative}.GlobalLoader-module__YBDUKa__progressGlow{background:linear-gradient(90deg,#0000,#fff9);border-radius:3px;width:40px;height:100%;animation:2s ease-in-out infinite GlobalLoader-module__YBDUKa__glowMove;position:absolute;top:0;right:0}@keyframes GlobalLoader-module__YBDUKa__glowMove{0%,to{opacity:.4}50%{opacity:.8}}.GlobalLoader-module__YBDUKa__statusIndicators{margin-top:24px}.GlobalLoader-module__YBDUKa__indicatorGrid{gap:16px;display:grid}.GlobalLoader-module__YBDUKa__indicator{background:var(--muted);border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:all .3s;display:flex}.GlobalLoader-module__YBDUKa__indicator.GlobalLoader-module__YBDUKa__active{background:color-mix(in oklab,var(--accent)10%,transparent);border-color:var(--accent)}.GlobalLoader-module__YBDUKa__indicator.GlobalLoader-module__YBDUKa__pulsing{animation:2s ease-in-out infinite GlobalLoader-module__YBDUKa__indicatorPulse}@keyframes GlobalLoader-module__YBDUKa__indicatorPulse{0%,to{border-color:#0000;box-shadow:0 0 #3b82f600}50%{border-color:var(--accent);box-shadow:0 0 0 4px #3b82f61a}}.GlobalLoader-module__YBDUKa__indicatorIcon{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.GlobalLoader-module__YBDUKa__indicatorInner{background:var(--muted-foreground);border-radius:50%;width:8px;height:8px;transition:all .3s}.GlobalLoader-module__YBDUKa__indicator.GlobalLoader-module__YBDUKa__active .GlobalLoader-module__YBDUKa__indicatorInner{background:var(--accent);box-shadow:0 0 12px var(--accent);animation:2s ease-in-out infinite GlobalLoader-module__YBDUKa__indicatorGlow}@keyframes GlobalLoader-module__YBDUKa__indicatorGlow{0%,to{opacity:.7}50%{opacity:1}}.GlobalLoader-module__YBDUKa__indicatorText{color:var(--muted-foreground);font-size:13px;font-weight:500;transition:all .3s}.GlobalLoader-module__YBDUKa__indicator.GlobalLoader-module__YBDUKa__active .GlobalLoader-module__YBDUKa__indicatorText{color:var(--accent);font-weight:600}.GlobalLoader-module__YBDUKa__statusBar{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:16px;display:flex;position:relative}.GlobalLoader-module__YBDUKa__statusPulse{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite GlobalLoader-module__YBDUKa__statusPulse}@keyframes GlobalLoader-module__YBDUKa__statusPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;box-shadow:0 0 12px var(--accent);transform:scale(1.2)}}.GlobalLoader-module__YBDUKa__statusText{letter-spacing:2px;text-transform:uppercase;color:var(--accent);font-size:12px;font-weight:600}.GlobalLoader-module__YBDUKa__systemInfo{align-items:center;gap:8px;display:flex}.GlobalLoader-module__YBDUKa__systemText{color:var(--muted-foreground);letter-spacing:1px;font-size:11px;font-weight:500}.GlobalLoader-module__YBDUKa__systemStatus{position:relative}.GlobalLoader-module__YBDUKa__statusLight{background:var(--success);border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite GlobalLoader-module__YBDUKa__statusLightPulse}@keyframes GlobalLoader-module__YBDUKa__statusLightPulse{0%,to{opacity:.5;box-shadow:0 0 0 0 var(--success)}50%{opacity:1;box-shadow:0 0 8px var(--success)}}@media (max-width:520px){.GlobalLoader-module__YBDUKa__container{width:90%;margin:0 20px;padding:24px}.GlobalLoader-module__YBDUKa__percentage{font-size:36px}.GlobalLoader-module__YBDUKa__title{letter-spacing:2px;font-size:12px}}
.PageBackground-module__kAZX6G__gridBg{z-index:0;pointer-events:none;background-image:repeating-linear-gradient(0deg,color-mix(in srgb,var(--border)60%,transparent)0 1px,transparent 1px 32px),repeating-linear-gradient(90deg,color-mix(in srgb,var(--border)60%,transparent)0 1px,transparent 1px 32px);opacity:.25;position:absolute;inset:0}.PageBackground-module__kAZX6G__glowBg{z-index:0;pointer-events:none;background:radial-gradient(60% 60% at 50% 20%,color-mix(in srgb,var(--accent)18%,transparent)0%,transparent 60%);filter:blur(12px);position:absolute;inset:0}
.Snackbar-module__sEK9Jq__snackbar{align-items:flex-start;gap:10px;min-width:280px;max-width:380px;padding:12px 0;animation:.3s cubic-bezier(.16,1,.3,1) Snackbar-module__sEK9Jq__slideIn;display:flex;position:relative}.Snackbar-module__sEK9Jq__snackbar.Snackbar-module__sEK9Jq__exit{animation:.25s cubic-bezier(.55,0,1,.45) forwards Snackbar-module__sEK9Jq__slideOut}@keyframes Snackbar-module__sEK9Jq__slideIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes Snackbar-module__sEK9Jq__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(12px)}}.Snackbar-module__sEK9Jq__iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:flex}.Snackbar-module__sEK9Jq__success .Snackbar-module__sEK9Jq__iconWrapper{color:var(--success);filter:drop-shadow(0 0 4px var(--success))}.Snackbar-module__sEK9Jq__error .Snackbar-module__sEK9Jq__iconWrapper{color:var(--error);filter:drop-shadow(0 0 4px var(--error))}.Snackbar-module__sEK9Jq__info .Snackbar-module__sEK9Jq__iconWrapper{color:var(--info);filter:drop-shadow(0 0 4px var(--info))}.Snackbar-module__sEK9Jq__loading .Snackbar-module__sEK9Jq__iconWrapper{color:var(--accent);filter:drop-shadow(0 0 4px var(--accent))}.Snackbar-module__sEK9Jq__spin{animation:1s linear infinite Snackbar-module__sEK9Jq__spin}@keyframes Snackbar-module__sEK9Jq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Snackbar-module__sEK9Jq__content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.Snackbar-module__sEK9Jq__title{letter-spacing:1.5px;font-size:12px;font-weight:600;font-family:var(--font-mono,monospace);text-transform:uppercase}.Snackbar-module__sEK9Jq__success .Snackbar-module__sEK9Jq__title{color:var(--success);text-shadow:0 0 12px color-mix(in oklab,var(--success)50%,transparent)}.Snackbar-module__sEK9Jq__error .Snackbar-module__sEK9Jq__title{color:var(--error);text-shadow:0 0 12px color-mix(in oklab,var(--error)50%,transparent)}.Snackbar-module__sEK9Jq__info .Snackbar-module__sEK9Jq__title{color:var(--info);text-shadow:0 0 12px color-mix(in oklab,var(--info)50%,transparent)}.Snackbar-module__sEK9Jq__loading .Snackbar-module__sEK9Jq__title{color:var(--accent);text-shadow:0 0 12px color-mix(in oklab,var(--accent)50%,transparent)}.Snackbar-module__sEK9Jq__description{color:var(--muted-foreground);font-size:11px;line-height:1.4}.Snackbar-module__sEK9Jq__progressBar{background:var(--border);height:1px;position:absolute;bottom:0;left:28px;right:0;overflow:hidden}.Snackbar-module__sEK9Jq__progressBar:after{content:"";width:100%;height:100%;animation:4s linear forwards Snackbar-module__sEK9Jq__progress;position:absolute;top:0;left:0}.Snackbar-module__sEK9Jq__success .Snackbar-module__sEK9Jq__progressBar:after{background:var(--success);box-shadow:0 0 6px var(--success)}.Snackbar-module__sEK9Jq__error .Snackbar-module__sEK9Jq__progressBar:after{background:var(--error);box-shadow:0 0 6px var(--error)}.Snackbar-module__sEK9Jq__info .Snackbar-module__sEK9Jq__progressBar:after{background:var(--info);box-shadow:0 0 6px var(--info)}@keyframes Snackbar-module__sEK9Jq__progress{0%{width:100%}to{width:0%}}.Snackbar-module__sEK9Jq__closeBtn{width:16px;height:16px;color:var(--muted-foreground);cursor:pointer;opacity:.5;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s;display:flex}.Snackbar-module__sEK9Jq__closeBtn:hover{opacity:1;color:var(--foreground)}.snackbar-container{z-index:9999;pointer-events:none;flex-direction:column;gap:16px;display:flex;position:fixed;bottom:24px;right:24px}.snackbar-container>*{pointer-events:auto}
.DataTable-module__J10pMW__container{scrollbar-width:thin;width:100%;min-height:120px;overflow-x:auto}.DataTable-module__J10pMW__container::-webkit-scrollbar{height:4px}.DataTable-module__J10pMW__container::-webkit-scrollbar-track{background:0 0}.DataTable-module__J10pMW__container::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.DataTable-module__J10pMW__loading,.DataTable-module__J10pMW__empty{color:var(--muted-foreground);text-align:center;justify-content:center;align-items:center;gap:12px;padding:48px 24px;font-size:.875rem;display:flex}.DataTable-module__J10pMW__loadingSpinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite DataTable-module__J10pMW__spin}@keyframes DataTable-module__J10pMW__spin{to{transform:rotate(360deg)}}.DataTable-module__J10pMW__table{border-collapse:collapse;width:100%;min-width:600px;font-size:.8rem}.DataTable-module__J10pMW__th{text-align:left;color:var(--muted-foreground);letter-spacing:1.5px;text-transform:uppercase;border-bottom:1px solid var(--border);white-space:nowrap;padding:12px;font-size:.7rem;font-weight:500}.DataTable-module__J10pMW__td{border-bottom:1px solid var(--border);vertical-align:middle;padding:14px 12px}.DataTable-module__J10pMW__tr{transition:background-color .15s}.DataTable-module__J10pMW__tr:hover{background-color:color-mix(in oklab,var(--accent)5%,transparent)}.DataTable-module__J10pMW__tr.DataTable-module__J10pMW__clickable{cursor:pointer}.DataTable-module__J10pMW__tr.DataTable-module__J10pMW__faded{opacity:.5}.DataTable-module__J10pMW__shrink{white-space:nowrap;width:1%}.DataTable-module__J10pMW__grow{width:100%}.DataTable-module__J10pMW__alignCenter{text-align:center}.DataTable-module__J10pMW__alignRight{text-align:right}.DataTable-module__J10pMW__actions{text-align:right;white-space:nowrap}.DataTable-module__J10pMW__cards{flex-direction:column;gap:12px;display:none}.DataTable-module__J10pMW__card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:16px;transition:all .2s}.DataTable-module__J10pMW__card:hover{border-color:color-mix(in oklab,var(--accent)40%,var(--border))}.DataTable-module__J10pMW__card.DataTable-module__J10pMW__clickable{cursor:pointer}.DataTable-module__J10pMW__card.DataTable-module__J10pMW__clickable:active{transform:scale(.98)}.DataTable-module__J10pMW__card.DataTable-module__J10pMW__faded{opacity:.5}.DataTable-module__J10pMW__cardHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;padding-bottom:12px;display:flex}.DataTable-module__J10pMW__cardTitle{color:var(--foreground);word-break:break-word;flex:1;font-size:.9rem;font-weight:600}.DataTable-module__J10pMW__cardBadge{flex-shrink:0}.DataTable-module__J10pMW__cardDetails{flex-direction:column;gap:8px;display:flex}.DataTable-module__J10pMW__cardDetail{justify-content:space-between;align-items:center;gap:12px;font-size:.8rem;display:flex}.DataTable-module__J10pMW__cardLabel{color:var(--muted-foreground);flex-shrink:0;font-weight:500}.DataTable-module__J10pMW__cardValue{text-align:right;word-break:break-word}.DataTable-module__J10pMW__cardActions{border-top:1px solid var(--border);gap:8px;margin-top:14px;padding-top:14px;display:flex}.DataTable-module__J10pMW__cardActions>*{flex:1}.DataTable-module__J10pMW__statusBadge{letter-spacing:.5px;text-transform:uppercase;white-space:nowrap;border-radius:4px;align-items:center;padding:4px 10px;font-size:.65rem;font-weight:600;display:inline-flex}.DataTable-module__J10pMW__statusBadge.DataTable-module__J10pMW__success{color:var(--success);background:color-mix(in oklab,var(--success)12%,transparent);border:1px solid color-mix(in oklab,var(--success)25%,transparent)}.DataTable-module__J10pMW__statusBadge.DataTable-module__J10pMW__warning{color:var(--warning);background:color-mix(in oklab,var(--warning)12%,transparent);border:1px solid color-mix(in oklab,var(--warning)25%,transparent)}.DataTable-module__J10pMW__statusBadge.DataTable-module__J10pMW__error{color:var(--error);background:color-mix(in oklab,var(--error)12%,transparent);border:1px solid color-mix(in oklab,var(--error)25%,transparent)}.DataTable-module__J10pMW__statusBadge.DataTable-module__J10pMW__info{color:var(--info);background:color-mix(in oklab,var(--info)12%,transparent);border:1px solid color-mix(in oklab,var(--info)25%,transparent)}.DataTable-module__J10pMW__statusBadge.DataTable-module__J10pMW__muted{color:var(--muted-foreground);background:var(--muted);border:1px solid var(--border)}.DataTable-module__J10pMW__actionButtons{justify-content:flex-end;gap:8px;display:flex}@media (max-width:1024px){.DataTable-module__J10pMW__table{min-width:800px}}@media (max-width:768px){.DataTable-module__J10pMW__container{overflow-x:visible}.DataTable-module__J10pMW__table{display:none}.DataTable-module__J10pMW__cards{display:flex}}[data-theme=light] .DataTable-module__J10pMW__card{background:var(--background);box-shadow:0 1px 3px #0000000d}[data-theme=light] .DataTable-module__J10pMW__tr:hover{background-color:color-mix(in oklab,var(--accent)8%,transparent)}
.IdentityGlyph-module__zRU8WW__container{justify-content:center;align-items:center;display:flex;position:relative}.IdentityGlyph-module__zRU8WW__glyph{width:100%;height:100%;transition:transform .4s}.IdentityGlyph-module__zRU8WW__container:hover .IdentityGlyph-module__zRU8WW__glyph{transform:rotate(30deg)!important}.IdentityGlyph-module__zRU8WW__orbitRing{fill:none;stroke:var(--border);stroke-width:.5px;stroke-dasharray:2 4;opacity:.5}.IdentityGlyph-module__zRU8WW__midRing{fill:none;stroke:var(--accent);stroke-width:.5px;opacity:.3}.IdentityGlyph-module__zRU8WW__arcSegment{fill:none;stroke:var(--accent);stroke-width:1.5px;stroke-linecap:round;opacity:.4}.IdentityGlyph-module__zRU8WW__outerArrow{fill:var(--accent);opacity:.75;filter:drop-shadow(0 0 2px var(--accent))}.IdentityGlyph-module__zRU8WW__innerSegment{fill:var(--accent);opacity:.85;filter:drop-shadow(0 0 3px var(--accent))}.IdentityGlyph-module__zRU8WW__coreOuter{fill:color-mix(in oklab,var(--accent)20%,transparent);stroke:var(--accent);stroke-width:1px}.IdentityGlyph-module__zRU8WW__coreInner{fill:color-mix(in oklab,var(--accent)40%,var(--background));stroke:var(--accent);stroke-width:.5px}.IdentityGlyph-module__zRU8WW__coreDot{fill:var(--accent);filter:drop-shadow(0 0 4px var(--accent))drop-shadow(0 0 8px var(--accent))}.IdentityGlyph-module__zRU8WW__pulseRing{fill:none;stroke:var(--accent);stroke-width:1px;opacity:0;animation:4s ease-out infinite IdentityGlyph-module__zRU8WW__pulse}@keyframes IdentityGlyph-module__zRU8WW__pulse{0%{opacity:.4;r:20px}to{opacity:0;r:48px}}.IdentityGlyph-module__zRU8WW__signatureOverlay{pointer-events:none;position:absolute;inset:0}.IdentityGlyph-module__zRU8WW__container:hover .IdentityGlyph-module__zRU8WW__innerSegment{filter:drop-shadow(0 0 6px var(--accent))drop-shadow(0 0 12px var(--accent))}.IdentityGlyph-module__zRU8WW__container:hover .IdentityGlyph-module__zRU8WW__coreDot{filter:drop-shadow(0 0 8px var(--accent))drop-shadow(0 0 16px var(--accent))}.IdentityGlyph-module__zRU8WW__innerSegment{animation:3s ease-in-out infinite IdentityGlyph-module__zRU8WW__segmentPulse}.IdentityGlyph-module__zRU8WW__innerSegment:nth-child(2){animation-delay:.5s}.IdentityGlyph-module__zRU8WW__innerSegment:nth-child(3){animation-delay:1s}.IdentityGlyph-module__zRU8WW__innerSegment:nth-child(4){animation-delay:1.5s}.IdentityGlyph-module__zRU8WW__innerSegment:nth-child(5){animation-delay:2s}.IdentityGlyph-module__zRU8WW__innerSegment:nth-child(6){animation-delay:2.5s}@keyframes IdentityGlyph-module__zRU8WW__segmentPulse{0%,to{opacity:.85}50%{opacity:.6}}
: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{font-family:var(--font-mono,monospace);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}
.Select-module__BWx2JW__container{width:100%;position:relative}.Select-module__BWx2JW__trigger{background:var(--muted);border:1px solid var(--border);border-left:2px solid var(--accent);width:100%;height:2.25rem;color:var(--foreground);letter-spacing:1px;cursor:pointer;justify-content:space-between;align-items:center;gap:6px;padding:0 .75rem;font-family:inherit;font-size:.72rem;transition:border-color .2s,box-shadow .2s;display:flex}.Select-module__BWx2JW__trigger:hover{border-color:var(--accent)}.Select-module__BWx2JW__trigger:focus{outline:none}.Select-module__BWx2JW__open{box-shadow:0 0 0 1px var(--ring)}.Select-module__BWx2JW__value{font-weight:500}.Select-module__BWx2JW__placeholder{color:var(--muted-foreground)}.Select-module__BWx2JW__arrow{color:var(--muted-foreground);font-size:.6rem}.Select-module__BWx2JW__dropdown{background:var(--card);border:1px solid var(--border);border-radius:4px;max-height:400px;overflow:hidden auto;box-shadow:0 4px 12px #0000001a}.Select-module__BWx2JW__dropdown::-webkit-scrollbar{width:6px}.Select-module__BWx2JW__dropdown::-webkit-scrollbar-track{background:0 0}.Select-module__BWx2JW__dropdown::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.Select-module__BWx2JW__dropdown::-webkit-scrollbar-thumb:hover{background:var(--accent)}.Select-module__BWx2JW__option{width:100%;color:var(--foreground);letter-spacing:.4px;text-align:left;cursor:pointer;background:0 0;border:none;padding:7px 10px;font-family:inherit;font-size:.75rem;transition:background .15s,color .15s;display:block;position:relative;overflow:hidden}.Select-module__BWx2JW__option:hover{background:var(--muted);color:var(--accent)}.Select-module__BWx2JW__selected{color:var(--accent)}.Select-module__BWx2JW__scan{background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--accent)35%,transparent),transparent);pointer-events:none;opacity:.7;position:absolute;inset:0}.Select-module__BWx2JW__disabled{opacity:.5;pointer-events:none}
.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-family:monospace;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}}
.Dialog-module__E6q4cW__overlay{background:#00000080;position:fixed;inset:0}.Dialog-module__E6q4cW__content{place-items:center;display:grid;position:fixed;inset:0}.Dialog-module__E6q4cW__panel{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius);width:min(560px,92vw);box-shadow:var(--shadow-lg);padding:1.25rem}.Dialog-module__E6q4cW__header{margin-bottom:8px}.Dialog-module__E6q4cW__title{margin:0}.Dialog-module__E6q4cW__description{color:var(--muted-foreground);margin-top:6px}
.Card-module__si82nG__card{--card-border-color:var(--accent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff0f;position:relative}.Card-module__si82nG__card:before,.Card-module__si82nG__card:after{content:"";border:1px solid var(--card-border-color);opacity:.5;width:30px;height:30px;position:absolute}.Card-module__si82nG__card:before{border-bottom:none;border-right:none;top:-1px;left:-1px}.Card-module__si82nG__card:after{border-top:none;border-left:none;bottom:-1px;right:-1px}[data-theme=light] .Card-module__si82nG__card{background:#00000005;border-color:#00000014}
.LabNav-module__2IDNsq__nav{z-index:10;flex-direction:column;gap:2px;padding:8px 12px;display:flex;position:fixed}.LabNav-module__2IDNsq__bottom-left{bottom:12px;left:12px}.LabNav-module__2IDNsq__bottom-right{align-items:flex-end;bottom:12px;right:12px}.LabNav-module__2IDNsq__top-left{top:12px;left:12px}.LabNav-module__2IDNsq__top-right{align-items:flex-end;top:12px;right:12px}
.LabLink-module__gcqTuW__link{color:var(--muted-foreground);letter-spacing:2px;opacity:.4;cursor:pointer;background:0 0;align-items:center;gap:8px;padding:6px 0;font-family:monospace;font-size:.5625rem;font-weight:500;text-decoration:none;transition:opacity .3s,color .3s;display:flex;position:relative}.LabLink-module__gcqTuW__link:hover{opacity:1;color:var(--accent)}.LabLink-module__gcqTuW__pulse{background:currentColor;border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:box-shadow .3s;animation:3s ease-in-out infinite LabLink-module__gcqTuW__breathe}.LabLink-module__gcqTuW__link:hover .LabLink-module__gcqTuW__pulse{box-shadow:0 0 8px var(--accent);animation:1s ease-in-out infinite LabLink-module__gcqTuW__breathe}@keyframes LabLink-module__gcqTuW__breathe{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.LabLink-module__gcqTuW__icon{flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.LabLink-module__gcqTuW__link:hover .LabLink-module__gcqTuW__icon{transform:rotate(90deg)}.LabLink-module__gcqTuW__label{white-space:nowrap;max-width:0;transition:max-width .3s;overflow:hidden}.LabLink-module__gcqTuW__link:hover .LabLink-module__gcqTuW__label{max-width:120px}.LabLink-module__gcqTuW__code{opacity:0;letter-spacing:1px;margin-left:auto;padding-left:12px;font-size:.5rem;transition:opacity .3s}.LabLink-module__gcqTuW__link:hover .LabLink-module__gcqTuW__code{opacity:.5}.LabLink-module__gcqTuW__glitching{animation:.4s forwards LabLink-module__gcqTuW__glitch}.LabLink-module__gcqTuW__glitching .LabLink-module__gcqTuW__label{animation:.4s LabLink-module__gcqTuW__textGlitch}@keyframes LabLink-module__gcqTuW__glitch{0%{filter:none;transform:translate(0)}10%{filter:hue-rotate(90deg);transform:translate(-2px,1px)}20%{filter:hue-rotate(180deg);transform:translate(2px,-1px)}30%{filter:hue-rotate(270deg);transform:translate(-1px,2px)}40%{filter:none;transform:translate(1px,-2px)}50%{opacity:.8;transform:translate(-2px)}60%{opacity:1;transform:translate(2px,1px)}70%{transform:translateY(-1px)}80%,to{filter:none;transform:translate(0)}}@keyframes LabLink-module__gcqTuW__textGlitch{0%,to{clip-path:inset(0)}10%{clip-path:inset(20% 0 60%)}20%{clip-path:inset(60% 0 10%)}30%{clip-path:inset(40% 0 30%)}40%{clip-path:inset(10% 0 70%)}50%{clip-path:inset(80% 0 5%)}60%{clip-path:inset(30% 0 40%)}70%{clip-path:inset(0)}}
.ConfirmationDialog-module__QBzs8a__backdrop{background:color-mix(in oklab,var(--background)70%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ConfirmationDialog-module__QBzs8a__dialog{background:var(--card);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:16px;width:320px;min-height:150px;padding:20px;display:flex;box-shadow:0 8px 32px #00000026,0 0 0 1px #0000000d}.ConfirmationDialog-module__QBzs8a__message{color:var(--foreground);text-align:center;flex:1;font-size:.875rem;line-height:1.5}.ConfirmationDialog-module__QBzs8a__actions{justify-content:center;gap:8px;display:flex}.ConfirmationDialog-module__QBzs8a__cancelBtn,.ConfirmationDialog-module__QBzs8a__confirmBtn{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:all .15s}.ConfirmationDialog-module__QBzs8a__cancelBtn{background:var(--muted);color:var(--muted-foreground);border-color:var(--border)}.ConfirmationDialog-module__QBzs8a__cancelBtn:hover{background:color-mix(in oklab,var(--muted)90%,var(--foreground)10%);border-color:color-mix(in oklab,var(--border)80%,var(--foreground)20%)}.ConfirmationDialog-module__QBzs8a__confirmBtn{background:var(--error);color:var(--error-foreground)}.ConfirmationDialog-module__QBzs8a__confirmBtn:hover{background:color-mix(in oklab,var(--error)90%,black 10%);filter:brightness(1.1)}[data-theme=dark] .ConfirmationDialog-module__QBzs8a__backdrop{background:#00000080}[data-theme=dark] .ConfirmationDialog-module__QBzs8a__dialog{box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff0d}@media (prefers-color-scheme:dark){:root:not([data-theme]) .ConfirmationDialog-module__QBzs8a__backdrop{background:#00000080}:root:not([data-theme]) .ConfirmationDialog-module__QBzs8a__dialog{box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff0d}}
.EngramNodeView-module__CTqQEW__container{background:var(--card);border:1px solid var(--border);flex-direction:column;gap:20px;margin:16px;padding:24px;display:flex;position:relative}.EngramNodeView-module__CTqQEW__empty{min-height:400px;color:var(--muted-foreground);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:relative;overflow:hidden}.EngramNodeView-module__CTqQEW__emptyGlow{background:radial-gradient(circle,color-mix(in oklab,var(--accent)15%,transparent)0%,transparent 70%);width:200px;height:200px;animation:4s ease-in-out infinite EngramNodeView-module__CTqQEW__pulse;position:absolute}@keyframes EngramNodeView-module__CTqQEW__pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.EngramNodeView-module__CTqQEW__emptyGrid{background-image:linear-gradient(var(--border)1px,transparent 1px),linear-gradient(90deg,var(--border)1px,transparent 1px);opacity:.3;pointer-events:none;background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 70%);mask-image:radial-gradient(circle,#000,#0000 70%)}.EngramNodeView-module__CTqQEW__emptyIcon{z-index:1;opacity:.4;animation:3s ease-in-out infinite EngramNodeView-module__CTqQEW__float;position:relative}@keyframes EngramNodeView-module__CTqQEW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.EngramNodeView-module__CTqQEW__emptyText{z-index:1;color:var(--foreground);margin:0;font-size:1.1rem;font-weight:500;position:relative}.EngramNodeView-module__CTqQEW__emptyHint{z-index:1;opacity:.6;text-align:center;margin:0;font-size:.875rem;position:relative}.EngramNodeView-module__CTqQEW__header{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:flex-start;gap:16px;padding-bottom:20px;display:flex}.EngramNodeView-module__CTqQEW__iconFrame{flex-shrink:0;width:56px;height:56px;position:relative}.EngramNodeView-module__CTqQEW__iconInner{background:color-mix(in oklab,var(--accent)10%,var(--background));border:1px solid color-mix(in oklab,var(--accent)30%,transparent);color:var(--accent);clip-path:polygon(0 8px,8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px));justify-content:center;align-items:center;display:flex;position:absolute;inset:4px}.EngramNodeView-module__CTqQEW__iconRing{border:1px solid var(--accent);opacity:.3;clip-path:polygon(0 10px,10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px));animation:2s ease-in-out infinite EngramNodeView-module__CTqQEW__ringPulse;position:absolute;inset:0}@keyframes EngramNodeView-module__CTqQEW__ringPulse{0%,to{opacity:.2}50%{opacity:.5}}.EngramNodeView-module__CTqQEW__headerContent{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.EngramNodeView-module__CTqQEW__titleRow{align-items:baseline;gap:12px;display:flex}.EngramNodeView-module__CTqQEW__title{color:var(--foreground);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;min-width:40px;margin:0;font-size:1.4rem;font-weight:600;overflow:hidden}.EngramNodeView-module__CTqQEW__publicStatus{color:var(--success);font-family:ui-monospace,monospace;font-size:.7rem}.EngramNodeView-module__CTqQEW__privateStatus{color:var(--error);font-family:ui-monospace,monospace;font-size:.7rem}.EngramNodeView-module__CTqQEW__headerMeta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.EngramNodeView-module__CTqQEW__type{background:color-mix(in oklab,var(--accent)12%,var(--background));border:1px solid color-mix(in oklab,var(--accent)25%,transparent);text-transform:uppercase;letter-spacing:.08em;color:var(--accent);clip-path:polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%);align-items:center;gap:6px;padding:4px 10px;font-size:.65rem;font-weight:600;display:inline-flex}.EngramNodeView-module__CTqQEW__path{color:var(--muted-foreground);text-overflow:ellipsis;font-family:ui-monospace,monospace;font-size:.7rem;overflow:hidden}.EngramNodeView-module__CTqQEW__actions{flex-shrink:0;gap:6px;display:flex}.EngramNodeView-module__CTqQEW__actionBtn{background:var(--muted);border:1px solid var(--border);width:36px;height:36px;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);justify-content:center;align-items:center;transition:all .2s;display:flex}.EngramNodeView-module__CTqQEW__actionBtn:hover{background:color-mix(in oklab,var(--accent)15%,var(--background));border-color:var(--accent);color:var(--accent)}.EngramNodeView-module__CTqQEW__deleteAction:hover{background:color-mix(in oklab,var(--error)15%,var(--background));border-color:var(--error);color:var(--error)}.EngramNodeView-module__CTqQEW__moveDialog{background:var(--muted);border:1px solid var(--border);padding:16px;animation:.2s EngramNodeView-module__CTqQEW__slideIn}@keyframes EngramNodeView-module__CTqQEW__slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.EngramNodeView-module__CTqQEW__moveDialogHeader{color:var(--foreground);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.8rem;font-weight:600;display:flex}.EngramNodeView-module__CTqQEW__closeBtn{border:1px solid var(--border);width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;background:0 0;justify-content:center;align-items:center;transition:all .15s;display:flex}.EngramNodeView-module__CTqQEW__closeBtn:hover{border-color:var(--error);color:var(--error)}.EngramNodeView-module__CTqQEW__moveOptions{flex-direction:column;gap:6px;max-height:200px;margin-bottom:12px;display:flex;overflow-y:auto}.EngramNodeView-module__CTqQEW__moveOption{background:var(--background);border:1px solid var(--border);color:var(--foreground);cursor:pointer;text-align:left;align-items:center;gap:10px;padding:10px 12px;font-size:.8rem;transition:all .15s;display:flex}.EngramNodeView-module__CTqQEW__moveOption:hover:not(:disabled){border-color:var(--accent);background:color-mix(in oklab,var(--accent)5%,var(--background))}.EngramNodeView-module__CTqQEW__moveOption:disabled{opacity:.5;cursor:not-allowed}.EngramNodeView-module__CTqQEW__moveOptionIcon{font-size:1rem}.EngramNodeView-module__CTqQEW__currentBadge{text-transform:uppercase;background:var(--muted);color:var(--muted-foreground);margin-left:auto;padding:2px 6px;font-size:.6rem;font-weight:600}.EngramNodeView-module__CTqQEW__moveHint{color:var(--muted-foreground);background:color-mix(in oklab,var(--info)8%,transparent);border-left:2px solid var(--info);margin:0;padding:8px;font-size:.7rem}.EngramNodeView-module__CTqQEW__body{flex-direction:column;gap:16px;display:flex}.EngramNodeView-module__CTqQEW__section{flex-direction:column;gap:12px;display:flex}.EngramNodeView-module__CTqQEW__sectionHeader{align-items:center;gap:12px;display:flex}.EngramNodeView-module__CTqQEW__sectionTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);white-space:nowrap;font-size:.65rem;font-weight:600}.EngramNodeView-module__CTqQEW__sectionLine{background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.EngramNodeView-module__CTqQEW__description{color:var(--foreground);opacity:.9;margin:0;font-size:.9rem;line-height:1.7}.EngramNodeView-module__CTqQEW__contentWrapper{background:var(--muted);border:1px solid var(--border);border-radius:4px;display:flex;overflow:hidden}.EngramNodeView-module__CTqQEW__contentGutter{background:color-mix(in oklab,var(--background)50%,var(--muted));border-right:1px solid var(--border);color:var(--muted-foreground);-webkit-user-select:none;user-select:none;text-align:right;flex-direction:column;padding:12px 8px;font-family:ui-monospace,monospace;font-size:.7rem;line-height:1.7;display:flex}.EngramNodeView-module__CTqQEW__content{color:var(--foreground);white-space:pre-wrap;word-break:break-word;flex:1;margin:0;padding:12px;font-family:ui-monospace,monospace;font-size:.8rem;line-height:1.7;overflow-x:auto}.EngramNodeView-module__CTqQEW__metadata{flex-direction:column;gap:6px;display:flex}.EngramNodeView-module__CTqQEW__metaItem{background:var(--muted);border-left:2px solid var(--accent);align-items:center;gap:8px;padding:8px 12px;font-size:.8rem;display:flex}.EngramNodeView-module__CTqQEW__metaKey{color:var(--accent);min-width:80px;font-family:ui-monospace,monospace;font-size:.75rem;font-weight:600}.EngramNodeView-module__CTqQEW__metaDivider{color:var(--muted-foreground);opacity:.5}.EngramNodeView-module__CTqQEW__metaValue{color:var(--foreground);word-break:break-word;font-family:ui-monospace,monospace;font-size:.75rem}.EngramNodeView-module__CTqQEW__footer{background:var(--muted);border:1px solid var(--border);clip-path:polygon(8px 0,100% 0,100% 100%,0 100%,0 8px);align-items:center;gap:16px;margin-top:auto;padding:12px 16px;display:flex}.EngramNodeView-module__CTqQEW__footerItem{flex-direction:column;gap:2px;display:flex}.EngramNodeView-module__CTqQEW__footerLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:.6rem}.EngramNodeView-module__CTqQEW__footerValue{color:var(--foreground);font-family:ui-monospace,monospace;font-size:.8rem;font-weight:500}.EngramNodeView-module__CTqQEW__footerDivider{background:var(--border);width:1px;height:24px}.EngramNodeView-module__CTqQEW__footerStatus{text-transform:uppercase;letter-spacing:.1em;color:var(--success);align-items:center;gap:6px;margin-left:auto;font-size:.65rem;font-weight:600;display:flex}.EngramNodeView-module__CTqQEW__statusDot{background:var(--success);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite EngramNodeView-module__CTqQEW__blink}@keyframes EngramNodeView-module__CTqQEW__blink{0%,to{opacity:1}50%{opacity:.4}}
.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-family:ui-monospace,monospace;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-family:ui-monospace,Cascadia Code,monospace;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}
.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;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}}
.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)}.EngramNodeForm-module__bUyIUG__input,.EngramNodeForm-module__bUyIUG__textarea{background:var(--muted);border:1px solid var(--border);color:var(--foreground);clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);outline:none;padding:10px 12px;font-family:inherit;font-size:.85rem;transition:all .15s}@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-family:ui-monospace,monospace;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-family:ui-monospace,monospace;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}.EngramNodeForm-module__bUyIUG__error:before{content:"!";background:var(--error);width:14px;height:14px;color:var(--background);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:inline-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}}
.EngramMemoryOrb-module__zag9Fq__orbContainer{cursor:grab;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;transform:translate(-50%,-50%)}.EngramMemoryOrb-module__zag9Fq__orbContainer:active,.EngramMemoryOrb-module__zag9Fq__dragging{cursor:grabbing}.EngramMemoryOrb-module__zag9Fq__glow{background:radial-gradient(circle,color-mix(in oklab,var(--accent)20%,transparent)0%,transparent 70%);opacity:.6;pointer-events:none;border-radius:50%;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EngramMemoryOrb-module__zag9Fq__glowActive{background:radial-gradient(circle,color-mix(in oklab,var(--accent)35%,transparent)0%,color-mix(in oklab,var(--accent)10%,transparent)50%,transparent 70%);opacity:1}.EngramMemoryOrb-module__zag9Fq__selected .EngramMemoryOrb-module__zag9Fq__glow{animation:2s ease-in-out infinite EngramMemoryOrb-module__zag9Fq__pulseGlow}@keyframes EngramMemoryOrb-module__zag9Fq__pulseGlow{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}.EngramMemoryOrb-module__zag9Fq__orb{background:var(--card);border:1px solid var(--border);box-shadow:0 4px 20px #0000001a,0 0 0 1px color-mix(in oklab,var(--accent)10%,transparent);border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.EngramMemoryOrb-module__zag9Fq__selected .EngramMemoryOrb-module__zag9Fq__orb{border-color:var(--accent);box-shadow:0 4px 24px #00000026,0 0 0 2px color-mix(in oklab,var(--accent)30%,transparent)}.EngramMemoryOrb-module__zag9Fq__expanded{border-color:var(--accent)}.EngramMemoryOrb-module__zag9Fq__icon{color:var(--accent);opacity:.8}.EngramMemoryOrb-module__zag9Fq__selected .EngramMemoryOrb-module__zag9Fq__icon{opacity:1}.EngramMemoryOrb-module__zag9Fq__childIndicator{background:var(--accent);min-width:18px;height:18px;color:var(--accent-foreground);box-shadow:0 2px 8px color-mix(in oklab,var(--accent)40%,transparent);border-radius:9px;justify-content:center;align-items:center;padding:0 5px;font-size:.6rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.EngramMemoryOrb-module__zag9Fq__label{pointer-events:none;flex-direction:column;align-items:center;gap:2px;max-width:100px;display:flex}.EngramMemoryOrb-module__zag9Fq__title{color:var(--foreground);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;text-shadow:0 1px 2px var(--background);font-size:.7rem;font-weight:500;overflow:hidden}.EngramMemoryOrb-module__zag9Fq__type{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);opacity:.8;font-size:.55rem;font-weight:500}.EngramMemoryOrb-module__zag9Fq__orbContainer:hover .EngramMemoryOrb-module__zag9Fq__orb{border-color:color-mix(in oklab,var(--accent)60%,var(--border))}.EngramMemoryOrb-module__zag9Fq__orbContainer:hover .EngramMemoryOrb-module__zag9Fq__glow{opacity:.9}.EngramMemoryOrb-module__zag9Fq__orbContainer:hover .EngramMemoryOrb-module__zag9Fq__title{color:var(--accent)}
.EngramMemoryPanel-module__OuV42q__panel{background:var(--card);border:1px solid var(--border);z-index:200;border-radius:12px;flex-direction:column;width:340px;display:flex;position:absolute;top:16px;bottom:16px;right:16px;overflow:hidden;box-shadow:0 8px 32px #00000026}.EngramMemoryPanel-module__OuV42q__header{border-bottom:1px solid var(--border);background:var(--muted);align-items:flex-start;gap:12px;padding:16px;display:flex}.EngramMemoryPanel-module__OuV42q__headerIcon{background:color-mix(in oklab,var(--accent)12%,var(--background));border:1px solid color-mix(in oklab,var(--accent)25%,transparent);width:40px;height:40px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.EngramMemoryPanel-module__OuV42q__headerInfo{flex:1;min-width:0}.EngramMemoryPanel-module__OuV42q__title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:1rem;font-weight:600;overflow:hidden}.EngramMemoryPanel-module__OuV42q__meta{align-items:center;gap:8px;display:flex}.EngramMemoryPanel-module__OuV42q__type{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);background:color-mix(in oklab,var(--accent)10%,transparent);border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:500}.EngramMemoryPanel-module__OuV42q__status{color:var(--muted-foreground);font-size:.65rem}.EngramMemoryPanel-module__OuV42q__closeBtn{all:unset;width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .15s;display:flex}.EngramMemoryPanel-module__OuV42q__closeBtn:hover{background:var(--border);color:var(--foreground)}.EngramMemoryPanel-module__OuV42q__content{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.EngramMemoryPanel-module__OuV42q__content::-webkit-scrollbar{width:4px}.EngramMemoryPanel-module__OuV42q__content::-webkit-scrollbar-track{background:0 0}.EngramMemoryPanel-module__OuV42q__content::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.EngramMemoryPanel-module__OuV42q__section{flex-direction:column;gap:8px;display:flex}.EngramMemoryPanel-module__OuV42q__sectionTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin:0;font-size:.65rem;font-weight:600}.EngramMemoryPanel-module__OuV42q__description{color:var(--foreground);margin:0;font-size:.85rem;line-height:1.6}.EngramMemoryPanel-module__OuV42q__contentText{background:var(--muted);border:1px solid var(--border);color:var(--foreground);white-space:pre-wrap;word-break:break-word;border-radius:6px;max-height:200px;margin:0;padding:12px;font-family:ui-monospace,monospace;font-size:.75rem;line-height:1.6;overflow-y:auto}.EngramMemoryPanel-module__OuV42q__metadata{flex-direction:column;gap:6px;display:flex}.EngramMemoryPanel-module__OuV42q__metaItem{background:var(--muted);border-radius:6px;align-items:baseline;gap:8px;padding:8px 10px;font-size:.75rem;display:flex}.EngramMemoryPanel-module__OuV42q__metaKey{color:var(--accent);font-family:ui-monospace,monospace;font-weight:600}.EngramMemoryPanel-module__OuV42q__metaValue{color:var(--foreground);word-break:break-word;font-family:ui-monospace,monospace}.EngramMemoryPanel-module__OuV42q__path{background:var(--muted);color:var(--muted-foreground);word-break:break-all;border-radius:6px;padding:8px 10px;font-family:ui-monospace,monospace;font-size:.7rem;display:block}.EngramMemoryPanel-module__OuV42q__footer{border-top:1px solid var(--border);background:var(--muted);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.EngramMemoryPanel-module__OuV42q__timestamps{flex-direction:column;gap:4px;display:flex}.EngramMemoryPanel-module__OuV42q__timestamp{color:var(--muted-foreground);align-items:center;gap:6px;font-size:.65rem;display:flex}.EngramMemoryPanel-module__OuV42q__actions{gap:4px;display:flex}
.SkillItem-module__ZAveQq__container{background:var(--muted);border:1px solid var(--border);clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);flex-direction:column;gap:8px;width:100%;padding:12px;transition:all .2s;display:flex}.SkillItem-module__ZAveQq__container:hover{border-color:color-mix(in oklab,var(--accent)50%,var(--border))}.SkillItem-module__ZAveQq__header{justify-content:space-between;align-items:center;display:flex}.SkillItem-module__ZAveQq__name{color:var(--foreground);letter-spacing:.05em;font-size:.8rem;font-weight:600}.SkillItem-module__ZAveQq__nameInput{color:var(--foreground);letter-spacing:.05em;background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:.8rem;font-style:italic;font-weight:600}.SkillItem-module__ZAveQq__itemActions{align-items:center;gap:8px;display:flex}.SkillItem-module__ZAveQq__removeBtn{width:20px;height:20px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.SkillItem-module__ZAveQq__removeBtn:hover{color:var(--error)}.SkillItem-module__ZAveQq__controls{align-items:center;gap:8px;display:flex}.SkillItem-module__ZAveQq__btn{background:var(--background);border:1px solid var(--border);width:28px;height:28px;color:var(--foreground);cursor:pointer;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);justify-content:center;align-items:center;transition:all .15s;display:flex}.SkillItem-module__ZAveQq__btn:hover:not(:disabled){background:var(--accent);color:var(--background);border-color:var(--accent)}.SkillItem-module__ZAveQq__btn:disabled{opacity:.3;cursor:not-allowed}.SkillItem-module__ZAveQq__levelDisplay{flex:1;justify-content:center;align-items:baseline;gap:4px;display:flex}.SkillItem-module__ZAveQq__level{color:var(--accent);font-variant-numeric:tabular-nums;font-family:ui-monospace,monospace;font-size:1.25rem;font-weight:700}.SkillItem-module__ZAveQq__maxLevel{color:var(--muted-foreground);font-family:ui-monospace,monospace;font-size:.7rem}.SkillItem-module__ZAveQq__barContainer{background:var(--border);clip-path:polygon(2px 0,100% 0,calc(100% - 2px) 100%,0 100%);height:20px;overflow:hidden}.SkillItem-module__ZAveQq__bar{background:var(--accent);height:100%;transition:width .2s cubic-bezier(.4,0,.2,1);position:relative}.SkillItem-module__ZAveQq__bar:after{content:"";background:linear-gradient(90deg,transparent,color-mix(in oklab,var(--accent)60%,white));width:20px;position:absolute;top:0;bottom:0;right:0}
.EngramDiffuseView-module__YJpF4G__layout{background:var(--background);width:100%;height:100%;position:relative;overflow:hidden}.EngramDiffuseView-module__YJpF4G__canvas{background-image:radial-gradient(circle at center,color-mix(in oklab,var(--accent)3%,transparent)0%,transparent 70%),linear-gradient(color-mix(in oklab,var(--border)30%,transparent)1px,transparent 1px),linear-gradient(90deg,color-mix(in oklab,var(--border)30%,transparent)1px,transparent 1px);background-position:50%,50%,50%;background-size:100% 100%,60px 60px,60px 60px;width:100%;height:100%;position:relative;overflow:hidden}.EngramDiffuseView-module__YJpF4G__centralMind{pointer-events:none;z-index:1;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EngramDiffuseView-module__YJpF4G__mindGlow{background:radial-gradient(circle,color-mix(in oklab,var(--accent)12%,transparent)0%,color-mix(in oklab,var(--accent)5%,transparent)40%,transparent 70%);border-radius:50%;width:200px;height:200px;animation:4s ease-in-out infinite EngramDiffuseView-module__YJpF4G__mindPulse;position:absolute}@keyframes EngramDiffuseView-module__YJpF4G__mindPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.1)}}.EngramDiffuseView-module__YJpF4G__mindCore{background:var(--card);border:2px solid color-mix(in oklab,var(--accent)40%,var(--border));width:72px;height:72px;color:var(--accent);box-shadow:0 0 40px color-mix(in oklab,var(--accent)20%,transparent),inset 0 0 20px color-mix(in oklab,var(--accent)5%,transparent);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative}.EngramDiffuseView-module__YJpF4G__mindLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground);opacity:.6;font-size:.7rem;font-weight:600}.EngramDiffuseView-module__YJpF4G__connections{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;inset:0}.EngramDiffuseView-module__YJpF4G__loading{color:var(--muted-foreground);flex-direction:column;align-items:center;gap:12px;font-size:.8rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.EngramDiffuseView-module__YJpF4G__loadingIcon{color:var(--accent);animation:1.5s ease-in-out infinite EngramDiffuseView-module__YJpF4G__sparkle}@keyframes EngramDiffuseView-module__YJpF4G__sparkle{0%,to{opacity:.5;transform:scale(1)rotate(0)}50%{opacity:1;transform:scale(1.1)rotate(180deg)}}.EngramDiffuseView-module__YJpF4G__empty{color:var(--muted-foreground);text-align:center;flex-direction:column;align-items:center;gap:4px;font-size:.9rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(80px - 50%))}.EngramDiffuseView-module__YJpF4G__emptyHint{opacity:.7;font-size:.75rem}.EngramDiffuseView-module__YJpF4G__addButton{z-index:100;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.EngramDiffuseView-module__YJpF4G__tokenSection{z-index:100;width:340px;position:absolute;bottom:80px;right:24px}.EngramDiffuseView-module__YJpF4G__tokenSection>div{margin:0;box-shadow:0 8px 32px #0003}
.SkillList-module__T6MSGq__container{flex-direction:column;gap:8px;width:100%;max-width:280px;display:flex}.SkillList-module__T6MSGq__left{align-items:flex-end}.SkillList-module__T6MSGq__right{align-items:flex-start}.SkillList-module__T6MSGq__addForm{background:var(--muted);border:1px solid var(--accent);clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);width:100%;padding:4px}.SkillList-module__T6MSGq__input{letter-spacing:.05em;width:100%;color:var(--foreground);background:0 0;border:none;outline:none;font-size:.8rem;font-weight:600}.SkillList-module__T6MSGq__input::placeholder{color:var(--muted-foreground);text-transform:none;letter-spacing:normal;font-weight:400}.SkillList-module__T6MSGq__addBtn{border:1px dashed var(--border);width:100%;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);background:0 0;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.SkillList-module__T6MSGq__addBtn:hover{border-color:var(--accent);color:var(--accent);background:color-mix(in oklab,var(--accent)5%,transparent);border-style:solid}.SkillList-module__T6MSGq__emptySlot{border:1px dashed var(--border);opacity:.3;clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);height:80px}
.EngramLinkPrompt-module__D149hG__container{flex-direction:column;gap:12px;display:flex}.EngramLinkPrompt-module__D149hG__loading{color:var(--muted-foreground);justify-content:center;align-items:center;gap:12px;padding:40px 20px;font-size:.8rem;display:flex}.EngramLinkPrompt-module__D149hG__loadingPulse{background:var(--success);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);width:8px;height:8px;animation:1.5s ease-in-out infinite EngramLinkPrompt-module__D149hG__pulse}@keyframes EngramLinkPrompt-module__D149hG__pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.EngramLinkPrompt-module__D149hG__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.EngramLinkPrompt-module__D149hG__title{text-transform:uppercase;letter-spacing:.1em;color:var(--foreground);margin:0;font-size:.75rem;font-weight:600}.EngramLinkPrompt-module__D149hG__modeToggle{background:var(--muted);border:1px solid var(--border);clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);gap:4px;padding:3px;display:flex}.EngramLinkPrompt-module__D149hG__modeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 12px;font-size:.7rem;font-weight:500;transition:all .15s;display:flex}.EngramLinkPrompt-module__D149hG__modeBtn:hover{color:var(--foreground)}.EngramLinkPrompt-module__D149hG__modeActive{background:var(--background);color:var(--success);clip-path:polygon(3px 0,100% 0,100% calc(100% - 3px),calc(100% - 3px) 100%,0 100%,0 3px)}.EngramLinkPrompt-module__D149hG__urlBar{background:var(--muted);border:1px solid var(--border);clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);align-items:center;gap:8px;padding:8px 12px;display:flex}.EngramLinkPrompt-module__D149hG__url{color:var(--teal);text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:ui-monospace,monospace;font-size:.7rem;overflow:hidden}.EngramLinkPrompt-module__D149hG__urlCopyBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.EngramLinkPrompt-module__D149hG__urlCopyBtn:hover{color:var(--success)}.EngramLinkPrompt-module__D149hG__promptWrapper{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}.EngramLinkPrompt-module__D149hG__promptHeader{background:var(--background);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.EngramLinkPrompt-module__D149hG__promptLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--success);font-size:.6rem;font-weight:600}.EngramLinkPrompt-module__D149hG__promptLabel:before{content:"";background:var(--success);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);width:6px;height:6px;margin-right:8px;animation:2s ease-in-out infinite EngramLinkPrompt-module__D149hG__pulse;display:inline-block}.EngramLinkPrompt-module__D149hG__promptSize{color:var(--muted-foreground);font-family:ui-monospace,monospace;font-size:.6rem}.EngramLinkPrompt-module__D149hG__prompt{white-space:pre-wrap;word-break:break-word;color:var(--foreground);max-height:280px;margin:0;padding:12px;font-family:ui-monospace,Cascadia Code,monospace;font-size:.7rem;line-height:1.7;overflow-y:auto}.EngramLinkPrompt-module__D149hG__prompt::-webkit-scrollbar{width:4px}.EngramLinkPrompt-module__D149hG__prompt::-webkit-scrollbar-track{background:0 0}.EngramLinkPrompt-module__D149hG__prompt::-webkit-scrollbar-thumb{background:var(--border)}.EngramLinkPrompt-module__D149hG__actions{gap:8px;display:flex}.EngramLinkPrompt-module__D149hG__hint{color:var(--muted-foreground);background:color-mix(in oklab,var(--info)5%,var(--background));border-left:2px solid var(--info);margin:0;padding:10px 12px;font-size:.7rem;line-height:1.6}.EngramLinkPrompt-module__D149hG__hint strong{color:var(--foreground)}
.SkillRadar-module__P4Xxsa__container{background:var(--muted);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));width:100%;height:300px;padding:16px;position:relative}.SkillRadar-module__P4Xxsa__container:before{content:"";border-top:2px solid var(--accent);border-left:2px solid var(--accent);pointer-events:none;width:16px;height:16px;position:absolute;top:0;left:0}.SkillRadar-module__P4Xxsa__container:after{content:"";border-bottom:2px solid var(--accent);border-right:2px solid var(--accent);pointer-events:none;width:16px;height:16px;position:absolute;bottom:0;right:0}
.EngramLinkStatus-module__CzK8yW__container{flex-direction:column;gap:14px;display:flex}.EngramLinkStatus-module__CzK8yW__statusRow{justify-content:space-between;align-items:center;display:flex}.EngramLinkStatus-module__CzK8yW__statusBadge{text-transform:uppercase;letter-spacing:.08em;clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);align-items:center;gap:6px;padding:6px 12px;font-size:.7rem;font-weight:600;display:flex}.EngramLinkStatus-module__CzK8yW__success{background:color-mix(in oklab,var(--success)15%,var(--background));border:1px solid color-mix(in oklab,var(--success)40%,transparent);color:var(--success)}.EngramLinkStatus-module__CzK8yW__warning{background:color-mix(in oklab,var(--warning)15%,var(--background));border:1px solid color-mix(in oklab,var(--warning)40%,transparent);color:var(--warning)}.EngramLinkStatus-module__CzK8yW__error{background:color-mix(in oklab,var(--error)15%,var(--background));border:1px solid color-mix(in oklab,var(--error)40%,transparent);color:var(--error)}.EngramLinkStatus-module__CzK8yW__muted{background:var(--muted);border:1px solid var(--border);color:var(--muted-foreground)}.EngramLinkStatus-module__CzK8yW__protocol{color:var(--muted-foreground);align-items:center;gap:6px;font-size:.65rem;display:flex}.EngramLinkStatus-module__CzK8yW__protocol code{background:var(--muted);border:1px solid var(--border);color:var(--teal);padding:2px 6px;font-family:ui-monospace,monospace}.EngramLinkStatus-module__CzK8yW__tokenBar{background:var(--muted);border:1px solid var(--border);clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);flex-direction:column;gap:8px;padding:12px;display:flex}.EngramLinkStatus-module__CzK8yW__tokenHeader{justify-content:space-between;align-items:baseline;display:flex}.EngramLinkStatus-module__CzK8yW__tokenLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:.65rem;font-weight:600}.EngramLinkStatus-module__CzK8yW__tokenValue{color:var(--success);font-family:ui-monospace,monospace;font-size:1.1rem;font-weight:700}.EngramLinkStatus-module__CzK8yW__tokenTotal{color:var(--muted-foreground);font-size:.75rem;font-weight:400}.EngramLinkStatus-module__CzK8yW__progressTrack{background:var(--background);border:1px solid var(--border);height:6px;display:flex;position:relative;overflow:hidden}.EngramLinkStatus-module__CzK8yW__progressFill{background:linear-gradient(90deg,var(--success),color-mix(in oklab,var(--success)70%,var(--teal)));height:100%;transition:width .3s}.EngramLinkStatus-module__CzK8yW__progressSpent{background:var(--border);height:100%;transition:width .3s}.EngramLinkStatus-module__CzK8yW__tokenStats{color:var(--muted-foreground);justify-content:space-between;font-size:.65rem;display:flex}.EngramLinkStatus-module__CzK8yW__tokenStats span{align-items:center;gap:4px;display:flex}.EngramLinkStatus-module__CzK8yW__infoGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.EngramLinkStatus-module__CzK8yW__infoItem{background:var(--muted);border:1px solid var(--border);clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);align-items:center;gap:8px;padding:10px;display:flex}.EngramLinkStatus-module__CzK8yW__infoItem svg{color:var(--muted-foreground);flex-shrink:0}.EngramLinkStatus-module__CzK8yW__expiringSoon{border-color:var(--warning);background:color-mix(in oklab,var(--warning)5%,var(--muted))}.EngramLinkStatus-module__CzK8yW__expiringSoon svg{color:var(--warning)}.EngramLinkStatus-module__CzK8yW__infoContent{flex-direction:column;gap:2px;min-width:0;display:flex}.EngramLinkStatus-module__CzK8yW__infoLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);font-size:.6rem}.EngramLinkStatus-module__CzK8yW__infoValue{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.EngramLinkStatus-module__CzK8yW__actionsPreview{flex-wrap:wrap;gap:6px;display:flex}.EngramLinkStatus-module__CzK8yW__actionTag{background:color-mix(in oklab,var(--teal)10%,var(--background));border:1px solid color-mix(in oklab,var(--teal)30%,transparent);color:var(--teal);clip-path:polygon(3px 0,100% 0,100% calc(100% - 3px),calc(100% - 3px) 100%,0 100%,0 3px);padding:4px 8px;font-family:ui-monospace,monospace;font-size:.65rem}@media (max-width:480px){.EngramLinkStatus-module__CzK8yW__infoGrid{grid-template-columns:1fr}}
.CreateWorkspaceCard-module__tX9Aea__trigger{border:1px dashed var(--border);min-height:160px;color:var(--muted-foreground);cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;transition:all .2s;display:flex}.CreateWorkspaceCard-module__tX9Aea__trigger:hover{border-color:var(--accent);color:var(--accent)}.CreateWorkspaceCard-module__tX9Aea__icon{font-size:2rem;font-weight:300}.CreateWorkspaceCard-module__tX9Aea__label{letter-spacing:2px;font-size:.625rem}.CreateWorkspaceCard-module__tX9Aea__form{border:1px solid var(--accent);background:#ffffff05;flex-direction:column;gap:16px;padding:24px;display:flex}.CreateWorkspaceCard-module__tX9Aea__actions{gap:8px;display:flex}
.TaskCard-module__owgdia__card{background:var(--card);border:1px solid var(--border);border-radius:6px;align-items:center;gap:10px;padding:10px 12px;transition:all .15s;display:flex;position:relative}.TaskCard-module__owgdia__card:hover{border-color:var(--status-color);background:var(--status-bg,color-mix(in oklab,var(--status-color)5%,transparent))}.TaskCard-module__owgdia__card:before{content:"";background:var(--status-color);opacity:.7;border-radius:0 1px 1px 0;width:2px;height:16px;transition:opacity .15s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.TaskCard-module__owgdia__card:hover:before{opacity:1}.TaskCard-module__owgdia__textContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.TaskCard-module__owgdia__title{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500;line-height:1.3;overflow:hidden}.TaskCard-module__owgdia__description{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;line-height:1.3;overflow:hidden}.TaskCard-module__owgdia__actions{opacity:0;align-items:center;gap:2px;transition:opacity .15s;display:flex}.TaskCard-module__owgdia__card:hover .TaskCard-module__owgdia__actions{opacity:1}.TaskCard-module__owgdia__statusBtn{cursor:default;opacity:.9;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex}.TaskCard-module__owgdia__moveBtn{border:1px solid var(--border);width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.TaskCard-module__owgdia__moveBtn:hover{background:var(--card);border-color:var(--accent);color:var(--accent)}.TaskCard-module__owgdia__moveBtn[data-target=todo]:hover{color:#6b7280;border-color:#6b7280}.TaskCard-module__owgdia__moveBtn[data-target=in_progress]:hover{color:#3b82f6;border-color:#3b82f6}.TaskCard-module__owgdia__moveBtn[data-target=done]:hover{color:#22c55e;border-color:#22c55e}.TaskCard-module__owgdia__deleteBtn{border:1px solid var(--border);width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-left:16px;padding:0;transition:all .15s;display:flex}.TaskCard-module__owgdia__deleteBtn:hover{border-color:var(--error);color:var(--error);background:color-mix(in oklab,var(--error)8%,transparent)}.TaskCard-module__owgdia__icon{stroke-width:2px;width:12px;height:12px}@media (max-width:640px){.TaskCard-module__owgdia__card{gap:8px;padding:8px 10px}.TaskCard-module__owgdia__statusBtn,.TaskCard-module__owgdia__moveBtn,.TaskCard-module__owgdia__deleteBtn{width:20px;height:20px}.TaskCard-module__owgdia__icon{width:11px;height:11px}}
.TaskColumn-module__LxxzIa__column{flex-direction:column;gap:12px;min-height:300px;padding:16px;display:flex}.TaskColumn-module__LxxzIa__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.TaskColumn-module__LxxzIa__label{letter-spacing:2px;color:var(--muted-foreground);margin:0;font-size:.625rem;font-weight:600}.TaskColumn-module__LxxzIa__count{color:var(--accent);font-variant-numeric:tabular-nums;text-shadow:0 0 8px var(--accent);font-size:.6875rem;font-weight:600}.TaskColumn-module__LxxzIa__tasks{flex-direction:column;flex:1;gap:8px;display:flex}.TaskColumn-module__LxxzIa__empty{color:var(--muted-foreground);letter-spacing:.5px;opacity:.6;flex:1;justify-content:center;align-items:center;font-size:.6875rem;display:flex}
.ColorThemeSelector-module__1LzyXG__container{flex-direction:column;gap:16px;width:100%;display:flex}.ColorThemeSelector-module__1LzyXG__themeRail{justify-content:space-between;align-items:center;gap:8px;padding:8px 4px;display:flex;position:relative}.ColorThemeSelector-module__1LzyXG__railLine{background:var(--border);z-index:0;height:1px;position:absolute;top:50%;left:20px;right:20px}.ColorThemeSelector-module__1LzyXG__themeNode{z-index:1;background:var(--background);border:1px solid var(--border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s cubic-bezier(.4,0,.2,1);animation:.4s ease-out 50ms backwards ColorThemeSelector-module__1LzyXG__nodeAppear;display:flex;position:relative}@keyframes ColorThemeSelector-module__1LzyXG__nodeAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.ColorThemeSelector-module__1LzyXG__themeNode:hover{border-color:var(--muted-foreground);transform:scale(1.1)}.ColorThemeSelector-module__1LzyXG__themeNode.ColorThemeSelector-module__1LzyXG__active{border-color:var(--accent);background:var(--muted)}.ColorThemeSelector-module__1LzyXG__nodeIcon{width:18px;height:18px;color:var(--muted-foreground);transition:color .2s}.ColorThemeSelector-module__1LzyXG__themeNode:hover .ColorThemeSelector-module__1LzyXG__nodeIcon{color:var(--foreground)}.ColorThemeSelector-module__1LzyXG__themeNode.ColorThemeSelector-module__1LzyXG__active .ColorThemeSelector-module__1LzyXG__nodeIcon{color:var(--accent)}.ColorThemeSelector-module__1LzyXG__nodeRing{pointer-events:none;border:1px solid #0000;border-radius:50%;transition:all .25s;position:absolute;inset:-4px}.ColorThemeSelector-module__1LzyXG__themeNode.ColorThemeSelector-module__1LzyXG__active .ColorThemeSelector-module__1LzyXG__nodeRing{border-color:var(--accent);opacity:.5;animation:2s ease-in-out infinite ColorThemeSelector-module__1LzyXG__ringPulse}@keyframes ColorThemeSelector-module__1LzyXG__ringPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.2;transform:scale(1.1)}}.ColorThemeSelector-module__1LzyXG__themeInfo{color:var(--muted-foreground);align-items:center;gap:8px;min-height:20px;font-size:12px;transition:opacity .2s;display:flex}.ColorThemeSelector-module__1LzyXG__themeName{color:var(--foreground);letter-spacing:.02em;font-weight:600}.ColorThemeSelector-module__1LzyXG__themeDot{opacity:.4}.ColorThemeSelector-module__1LzyXG__themeDesc{opacity:.8;font-size:11px}@media (max-width:360px){.ColorThemeSelector-module__1LzyXG__themeNode{width:36px;height:36px}.ColorThemeSelector-module__1LzyXG__nodeIcon{width:16px;height:16px}.ColorThemeSelector-module__1LzyXG__themeInfo{flex-direction:column;align-items:flex-start;gap:2px}.ColorThemeSelector-module__1LzyXG__themeDot{display:none}}
