.docs-module____pzCG__docs{grid-template-rows:auto 1fr auto;gap:3rem;min-height:100vh;padding:2rem 3rem;display:grid}.docs-module____pzCG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:2rem 0;display:flex}.docs-module____pzCG__backLink{color:var(--text-dim);letter-spacing:.1em;font-size:.75rem;transition:color .3s}.docs-module____pzCG__backLink:hover{color:var(--accent)}.docs-module____pzCG__headerContent{text-align:center}.docs-module____pzCG__headerTag{color:var(--accent);letter-spacing:.3em;font-size:.6rem}.docs-module____pzCG__title{font-family:var(--font-display);letter-spacing:.1em;margin-top:.5rem;font-size:clamp(4rem,12vw,8rem)}.docs-module____pzCG__headerRight{text-align:right}.docs-module____pzCG__installCmd{background:var(--bg-secondary);border:1px solid var(--border);color:var(--accent);padding:.5rem 1rem;font-size:.75rem;display:inline-block}.docs-module____pzCG__main{flex-direction:column;gap:4rem;display:flex}.docs-module____pzCG__category{grid-template-columns:150px 1fr;align-items:start;gap:2rem;display:grid}.docs-module____pzCG__categoryTitle{font-family:var(--font-display);letter-spacing:.2em;color:var(--accent);writing-mode:vertical-rl;text-orientation:mixed;font-size:1rem;position:sticky;top:2rem;transform:rotate(180deg)}.docs-module____pzCG__componentGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.docs-module____pzCG__componentCard{background:var(--bg-secondary);border:1px solid var(--border);grid-template-rows:200px auto;text-decoration:none;transition:border-color .3s,transform .3s;display:grid;overflow:hidden}.docs-module____pzCG__componentCard:hover{border-color:var(--accent);transform:translateY(-4px)}.docs-module____pzCG__cardPreview{background:var(--bg);border-bottom:1px solid var(--border);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.docs-module____pzCG__cardInfo{flex-direction:column;gap:.25rem;padding:1rem 1.5rem;display:flex;position:relative}.docs-module____pzCG__cardName{color:var(--text);font-size:.9rem;font-weight:700}.docs-module____pzCG__cardDesc{color:var(--text-dim);font-size:.75rem}.docs-module____pzCG__cardArrow{color:var(--text-dim);transition:color .3s,transform .3s;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.docs-module____pzCG__componentCard:hover .docs-module____pzCG__cardArrow{color:var(--accent);transform:translateY(-50%)translate(5px)}.docs-module____pzCG__previewText{font-family:var(--font-display);letter-spacing:.1em;font-size:2.5rem}.docs-module____pzCG__waveText{animation:2s ease-in-out infinite docs-module____pzCG__wave}@keyframes docs-module____pzCG__wave{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.docs-module____pzCG__fallText{animation:2s ease-in-out infinite docs-module____pzCG__fall}@keyframes docs-module____pzCG__fall{0%,to{opacity:0;transform:translateY(-20px)}20%,80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}.docs-module____pzCG__noiseBox{width:100%;height:100%;font-family:var(--font-display);justify-content:center;align-items:center;font-size:2rem;display:flex;position:relative}.docs-module____pzCG__noiseBox:before{content:"";opacity:.15;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");animation:.2s steps(5,end) infinite docs-module____pzCG__noiseShift;position:absolute;inset:0}@keyframes docs-module____pzCG__noiseShift{0%{transform:translate(0)}25%{transform:translate(-2px,1px)}50%{transform:translate(1px,-1px)}75%{transform:translate(-1px,-1px)}to{transform:translate(0)}}.docs-module____pzCG__scanlinesBox{width:100%;height:100%;font-family:var(--font-display);justify-content:center;align-items:center;font-size:2rem;display:flex;position:relative}.docs-module____pzCG__scanlinesBox:before{content:"";background:repeating-linear-gradient(0deg,#ffffff08,#ffffff08 1px,#0000 1px 3px);animation:3s linear infinite docs-module____pzCG__scanMove;position:absolute;inset:0}@keyframes docs-module____pzCG__scanMove{0%{background-position:0 0}to{background-position:0 100px}}.docs-module____pzCG__vignetteBox{width:100%;height:100%;font-family:var(--font-display);background:radial-gradient(#0000 30%,#000c 100%);justify-content:center;align-items:center;font-size:2rem;display:flex;position:relative}.docs-module____pzCG__staticBox{width:100%;height:100%;font-family:var(--font-display);justify-content:center;align-items:center;font-size:1.8rem;display:flex;position:relative}.docs-module____pzCG__staticBox:before{content:"";opacity:.08;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");animation:.1s steps(3,end) infinite docs-module____pzCG__staticFlicker;position:absolute;inset:0}@keyframes docs-module____pzCG__staticFlicker{0%,to{opacity:.05}50%{opacity:.12}}.docs-module____pzCG__previewBtn{background:var(--bg);border:1px solid var(--text-dim);color:var(--text);font-family:var(--font-mono);letter-spacing:.1em;cursor:pointer;padding:.8rem 2rem;font-size:.8rem;transition:all .2s;position:relative}.docs-module____pzCG__componentCard:hover .docs-module____pzCG__previewBtn{border-color:var(--accent);box-shadow:0 0 20px var(--accent);animation:.1s infinite docs-module____pzCG__btnGlitch}@keyframes docs-module____pzCG__btnGlitch{0%,to{transform:translate(0)}25%{transform:translate(1px,-1px)}50%{transform:translate(-1px,1px)}75%{transform:translate(1px,1px)}}.docs-module____pzCG__previewChaosBtn{background:var(--accent);color:var(--bg);font-family:var(--font-mono);letter-spacing:.1em;cursor:pointer;border:none;padding:.8rem 2rem;font-size:.8rem;position:relative}.docs-module____pzCG__previewChaosBtn:before,.docs-module____pzCG__previewChaosBtn:after{content:"";background:var(--accent);position:absolute}.docs-module____pzCG__previewChaosBtn:before{width:20px;height:2px;top:-5px;left:20%}.docs-module____pzCG__previewChaosBtn:after{width:2px;height:15px;bottom:-10px;right:25%}.docs-module____pzCG__canvasBox{background:linear-gradient(45deg,#111 25%,#0a0a0a 25% 50%,#111 50% 75%,#0a0a0a 75%) 0 0/4px 4px;width:100%;height:100%;animation:.5s steps(2,end) infinite docs-module____pzCG__canvasAnim}@keyframes docs-module____pzCG__canvasAnim{to{background-position:4px 0}}.docs-module____pzCG__beamsBox{width:100%;height:100%;position:relative;overflow:hidden}.docs-module____pzCG__beamsBox>div{opacity:.3;width:2px;height:100%;animation:3s ease-in-out infinite docs-module____pzCG__beamMove;position:absolute;top:0}.docs-module____pzCG__beamsBox>div:first-child{background:linear-gradient(#0000,#7c3aed,#0000);animation-delay:0s;left:25%}.docs-module____pzCG__beamsBox>div:nth-child(2){background:linear-gradient(#0000,#06b6d4,#0000);animation-delay:-1s;left:50%}.docs-module____pzCG__beamsBox>div:nth-child(3){background:linear-gradient(#0000,#ec4899,#0000);animation-delay:-2s;left:75%}@keyframes docs-module____pzCG__beamMove{0%,to{opacity:.2;transform:translate(-20px)skew(-5deg)}50%{opacity:.4;transform:translate(20px)skew(5deg)}}.docs-module____pzCG__orbsBox{width:100%;height:100%;position:relative;overflow:hidden}.docs-module____pzCG__orbsBox>div{filter:blur(30px);opacity:.4;border-radius:50%;animation:4s ease-in-out infinite docs-module____pzCG__orbFloat;position:absolute}.docs-module____pzCG__orbsBox>div:first-child{background:#7c3aed;width:80px;height:80px;top:20%;left:20%}.docs-module____pzCG__orbsBox>div:nth-child(2){background:#06b6d4;width:60px;height:60px;animation-delay:-2s;bottom:20%;right:20%}@keyframes docs-module____pzCG__orbFloat{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.docs-module____pzCG__tapeBox{background:var(--accent);width:100%;padding:.5rem 0;overflow:hidden;transform:rotate(-3deg)}.docs-module____pzCG__tapeBox span{color:var(--bg);font-family:var(--font-mono);white-space:nowrap;font-size:.6rem;font-weight:700;animation:5s linear infinite docs-module____pzCG__tapeScroll;display:inline-block}@keyframes docs-module____pzCG__tapeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.docs-module____pzCG__cursorBox{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.docs-module____pzCG__cursorRing{border:1px solid #fff;border-radius:50%;width:40px;height:40px;animation:2s ease-in-out infinite docs-module____pzCG__cursorPulse}.docs-module____pzCG__cursorDot{background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute}@keyframes docs-module____pzCG__cursorPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.docs-module____pzCG__distortBox{width:100%;height:100%;font-family:var(--font-display);justify-content:center;align-items:center;font-size:2rem;display:flex;position:relative}.docs-module____pzCG__distortBox:before{content:"DIST";color:var(--accent);opacity:.5;animation:3s infinite docs-module____pzCG__distortGlitch;position:absolute}@keyframes docs-module____pzCG__distortGlitch{0%,90%,to{clip-path:inset(0 0 50%);transform:translate(0)}92%{clip-path:inset(20% 0 30%);transform:translate(-3px,2px)}94%{clip-path:inset(40% 0 10%);transform:translate(2px,-1px)}96%{clip-path:inset(60% 0 0);transform:translate(-1px,1px)}}.docs-module____pzCG__variantInfo{background:var(--bg-secondary);border:1px solid var(--border);align-items:center;gap:1rem;padding:1rem;font-size:.75rem;display:flex}.docs-module____pzCG__variantBadge{background:var(--accent);color:var(--bg);letter-spacing:.1em;padding:.25rem .75rem;font-size:.6rem;font-weight:700}.docs-module____pzCG__variantInfo code{color:var(--text-dim);margin-left:auto}.docs-module____pzCG__neonBtn{color:#00f0ff;font-family:var(--font-display);letter-spacing:.1em;cursor:pointer;background:0 0;border:2px solid #00f0ff;padding:.6rem 1.5rem;font-size:.7rem;transition:all .3s}.docs-module____pzCG__componentCard:hover .docs-module____pzCG__neonBtn{color:#0a0a0f;background:#00f0ff;box-shadow:0 0 20px #00f0ff,0 0 40px #00f0ff}.docs-module____pzCG__neonBadge{color:#0a0a0f;font-family:var(--font-display);letter-spacing:.1em;background:#0f8;padding:.3rem .8rem;font-size:.6rem;font-weight:700;box-shadow:0 0 10px #0f8}.docs-module____pzCG__neonProgress{background:#ffffff1a;border-radius:4px;width:80%;height:8px;overflow:hidden}.docs-module____pzCG__neonProgressBar{background:#00f0ff;width:70%;height:100%;animation:2s infinite docs-module____pzCG__progressShimmer;box-shadow:0 0 10px #00f0ff}@keyframes docs-module____pzCG__progressShimmer{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.docs-module____pzCG__neonToggle{background:#00f0ff33;border:1px solid #00f0ff;border-radius:13px;width:50px;height:26px;position:relative;box-shadow:0 0 10px #00f0ff}.docs-module____pzCG__neonToggleThumb{background:#00f0ff;border-radius:50%;width:18px;height:18px;position:absolute;top:50%;right:4px;transform:translateY(-50%);box-shadow:0 0 10px #00f0ff}.docs-module____pzCG__neonAlert{color:#00f0ff;font-family:var(--font-display);background:#00000080;border:1px solid #00f0ff;border-left-width:4px;padding:.5rem 1rem;font-size:.7rem;box-shadow:0 0 10px #00f0ff33}.docs-module____pzCG__neonTabs{background:#00000080;gap:.25rem;padding:.25rem;display:flex}.docs-module____pzCG__neonTabs span{font-family:var(--font-display);color:#ffffff80;padding:.4rem .8rem;font-size:.6rem}.docs-module____pzCG__neonTabActive{background:#00f0ff1a;border:1px solid #00f0ff;box-shadow:0 0 10px #00f0ff;color:#00f0ff!important}.docs-module____pzCG__neonDivider{background:linear-gradient(90deg,#0000,#00f0ff,#0000);width:80%;height:1px;box-shadow:0 0 8px #00f0ff}.docs-module____pzCG__cyberInput{width:70%;font-family:var(--font-mono);color:#ffffff80;background:#00000080;border:1px solid #ffffff1a;border-bottom:2px solid #00f0ff;padding:.5rem 1rem;font-size:.7rem}.docs-module____pzCG__cyberLoader{border:3px solid #ffffff1a;border-top-color:#00f0ff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite docs-module____pzCG__spin;box-shadow:0 0 10px #00f0ff}@keyframes docs-module____pzCG__spin{to{transform:rotate(360deg)}}.docs-module____pzCG__cyberModal{font-family:var(--font-display);color:#00f0ff;background:#0a0a0f;border:2px solid #00f0ff;padding:.75rem 1.5rem;font-size:.7rem;box-shadow:0 0 20px #00f0ff}.docs-module____pzCG__cyberAvatar{background:linear-gradient(135deg,#333,#555);border:2px solid #f0f;border-radius:50%;width:48px;height:48px;box-shadow:0 0 10px #f0f}.docs-module____pzCG__cyberSlider{background:#ffffff1a;width:80%;height:8px;position:relative}.docs-module____pzCG__cyberSliderThumb{background:#00f0ff;width:14px;height:14px;position:absolute;top:50%;left:60%;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 0 10px #00f0ff}.docs-module____pzCG__cyberTooltip{font-family:var(--font-mono);color:#fff;background:#0a0a0ff2;border:1px solid #00f0ff;padding:.4rem .8rem;font-size:.7rem;box-shadow:0 0 10px #00f0ff}.docs-module____pzCG__holoCard{font-family:var(--font-display);color:#00f0ff;background:#00f0ff0d;border:1px solid #00f0ff;padding:1rem 1.5rem;font-size:.8rem;position:relative}.docs-module____pzCG__holoCard:before{content:"";background:linear-gradient(90deg,#0000,#00f0ff,#0000);height:2px;animation:3s linear infinite docs-module____pzCG__holoScan;position:absolute;top:0;left:0;right:0}@keyframes docs-module____pzCG__holoScan{0%{top:0}to{top:100%}}.docs-module____pzCG__dataGrid{background:#00000080;border:1px solid #00f0ff;grid-template-columns:repeat(3,1fr);gap:2px;padding:.5rem;display:grid}.docs-module____pzCG__dataGrid>div{background:#00f0ff1a;height:20px}.docs-module____pzCG__dataGrid>div:first-child{background:#00f0ff4d}.docs-module____pzCG__hexMenu{gap:4px;display:flex}.docs-module____pzCG__hexMenu>div{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:#0009;border:1px solid #00f0ff;width:30px;height:35px}.docs-module____pzCG__hexMenu>div:nth-child(2){margin-top:17px}.docs-module____pzCG__glowBorder{font-family:var(--font-display);color:#fff;background:#0a0a0f;border-radius:6px;padding:.75rem 1.5rem;font-size:.8rem;position:relative}.docs-module____pzCG__glowBorder:before{content:"";z-index:-1;filter:blur(10px);opacity:.7;background:#00f0ff;border-radius:8px;position:absolute;inset:-2px}.docs-module____pzCG__glitchImg{font-family:var(--font-display);background:#333;padding:1rem 2rem;font-size:.8rem;position:relative}.docs-module____pzCG__componentCard:hover .docs-module____pzCG__glitchImg:before,.docs-module____pzCG__componentCard:hover .docs-module____pzCG__glitchImg:after{content:"IMG";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.docs-module____pzCG__componentCard:hover .docs-module____pzCG__glitchImg:before{color:#ff0040;clip-path:inset(0 0 50%);animation:.3s steps(2,end) infinite docs-module____pzCG__glitchR}.docs-module____pzCG__componentCard:hover .docs-module____pzCG__glitchImg:after{color:#00f0ff;clip-path:inset(50% 0 0);animation:.3s steps(2,end) infinite docs-module____pzCG__glitchB}@keyframes docs-module____pzCG__glitchR{0%,to{transform:translate(-50%,-50%)translate(0)}50%{transform:translate(-50%,-50%)translate(-3px,2px)}}@keyframes docs-module____pzCG__glitchB{0%,to{transform:translate(-50%,-50%)translate(0)}50%{transform:translate(-50%,-50%)translate(3px,-2px)}}.docs-module____pzCG__footer{color:var(--text-dim);letter-spacing:.1em;gap:1.5rem;font-size:.75rem;display:flex}.docs-module____pzCG__footer a{color:var(--text-dim);text-decoration:none;transition:color .3s}.docs-module____pzCG__footer a:hover{color:var(--accent)}.docs-module____pzCG__footer span{color:var(--border)}.docs-module____pzCG__typingText{font-family:var(--font-mono);color:var(--text);font-size:1.5rem}.docs-module____pzCG__typingCursor{background:var(--accent);width:.5em;height:1em;margin-left:2px;animation:1s step-end infinite docs-module____pzCG__cursorBlinkSmall;display:inline-block}@keyframes docs-module____pzCG__cursorBlinkSmall{0%,50%{opacity:1}51%,to{opacity:0}}.docs-module____pzCG__charGlitch{font-family:var(--font-display);color:var(--accent);text-shadow:1px 0 #0ff,-1px 0 #ff0040;font-size:1.5rem}.docs-module____pzCG__revealText{font-family:var(--font-display);font-size:1.5rem;animation:1.5s forwards docs-module____pzCG__revealSmall}@keyframes docs-module____pzCG__revealSmall{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.docs-module____pzCG__strikeReveal{font-family:var(--font-display);gap:.5rem;font-size:1.2rem;display:flex}.docs-module____pzCG__strikeReveal>span:first-child{color:var(--text-dim);text-decoration:line-through}.docs-module____pzCG__strikeNew{color:var(--accent)}.docs-module____pzCG__giantLayers{font-family:var(--font-display);color:var(--text);text-shadow:2px 2px 0 var(--accent),4px 4px 0 #ff00404d;font-size:2.5rem;font-weight:900}.docs-module____pzCG__bloodDrip{font-family:var(--font-display);color:var(--accent);text-shadow:0 0 10px var(--accent);font-size:1.5rem}.docs-module____pzCG__rotateText{font-family:var(--font-display);height:1.2em;font-size:1.5rem;position:relative;overflow:hidden}.docs-module____pzCG__rotateText>span{animation:4s infinite docs-module____pzCG__rotateWords;display:block}@keyframes docs-module____pzCG__rotateWords{0%,40%{transform:translateY(0)}50%,90%{transform:translateY(-100%)}to{transform:translateY(0)}}.docs-module____pzCG__asciiArt{font-family:var(--font-mono);color:var(--accent);white-space:pre;font-size:.6rem;line-height:1.1}.docs-module____pzCG__countdownDisplay{font-family:var(--font-mono);color:var(--text);font-size:1.5rem}.docs-module____pzCG__terminalOutput{background:var(--bg-secondary);border:1px solid var(--border);font-family:var(--font-mono);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.7rem;display:flex}.docs-module____pzCG__termPrompt{color:var(--accent)}.docs-module____pzCG__scatteredNav{font-family:var(--font-mono);letter-spacing:.1em;gap:1.5rem;font-size:.7rem;display:flex}.docs-module____pzCG__scatteredNav>span:last-child{color:var(--accent);transform:rotate(-5deg)translateY(-5px)}.docs-module____pzCG__verticalNav{color:var(--text-dim);flex-direction:column;align-items:center;gap:.5rem;font-size:1rem;display:flex}.docs-module____pzCG__verticalNav>span:nth-child(2){color:var(--accent)}.docs-module____pzCG__brutalNav{background:var(--bg-secondary);border:2px solid var(--text);font-family:var(--font-mono);gap:1rem;padding:.5rem 1rem;font-size:.65rem;display:flex}.docs-module____pzCG__brutalNav>span:first-child{font-weight:900}.docs-module____pzCG__progressDots{flex-direction:column;gap:6px;display:flex}.docs-module____pzCG__progressDots>span{border:1px solid var(--text-dim);border-radius:50%;width:8px;height:8px}.docs-module____pzCG__progressDots .docs-module____pzCG__dotActive{background:var(--accent);border-color:var(--accent);box-shadow:0 0 8px var(--accent)}.docs-module____pzCG__scrollIndicator{flex-direction:column;align-items:center;gap:.5rem;font-size:.6rem;display:flex}.docs-module____pzCG__scrollIndicator>div{background:var(--border);width:2px;height:40px;position:relative}.docs-module____pzCG__scrollThumb{background:var(--accent);width:6px;height:12px;position:absolute;top:30%;left:-2px}.docs-module____pzCG__deadButton{border:1px solid var(--border);font-family:var(--font-mono);color:var(--text-dim);opacity:.6;background:linear-gradient(135deg,#333,#222);padding:.5rem 1rem;font-size:.7rem;text-decoration:line-through}.docs-module____pzCG__deeperButton{border:1px solid var(--text);color:var(--text);font-family:var(--font-mono);cursor:pointer;background:0 0;padding:.5rem 1.5rem;font-size:.7rem}.docs-module____pzCG__dualChoice{font-family:var(--font-mono);font-size:.7rem;display:flex}.docs-module____pzCG__dualChoice>span{background:var(--bg-secondary);border:1px solid var(--border);padding:.5rem 1rem}.docs-module____pzCG__dualChoice>span:first-child{border-right:none}.docs-module____pzCG__ctaBrutal{background:var(--accent);color:var(--bg);font-family:var(--font-mono);cursor:pointer;border:none;padding:.5rem 1.5rem;font-size:.7rem;font-weight:700}.docs-module____pzCG__tensionBar{background:var(--bg-secondary);border:1px solid var(--border);width:80%;height:8px;overflow:hidden}.docs-module____pzCG__tensionBar .docs-module____pzCG__tensionFill{background:linear-gradient(90deg,#22c55e,var(--accent));width:70%;height:100%}.docs-module____pzCG__horizontalScroll{background:var(--bg-secondary);border:1px solid var(--border);gap:6px;padding:8px;display:flex}.docs-module____pzCG__horizontalScroll>div{background:#06b6d433;border:1px solid #06b6d466;min-width:40px;height:40px}.docs-module____pzCG__voidFrame{color:#c9a84c;justify-content:center;align-items:center;padding:1rem 1.5rem;font-size:1rem;display:flex;position:relative}.docs-module____pzCG__voidFrame:before,.docs-module____pzCG__voidFrame:after{content:"";border-style:solid;border-color:#c9a84c;width:12px;height:12px;position:absolute}.docs-module____pzCG__voidFrame:before{border-width:1px 0 0 1px;top:0;left:0}.docs-module____pzCG__voidFrame:after{border-width:0 1px 1px 0;bottom:0;right:0}.docs-module____pzCG__towerPricing{font-family:var(--font-mono);flex-direction:column;gap:4px;font-size:.8rem;display:flex}.docs-module____pzCG__towerPricing>div{background:var(--bg-secondary);border:1px solid var(--border);text-align:center;padding:.3rem 1rem}.docs-module____pzCG__towerPricing .docs-module____pzCG__featured{color:#c9a84c;background:#c9a84c1a;border-color:#c9a84c}.docs-module____pzCG__specGrid{font-family:var(--font-mono);gap:.5rem;font-size:.65rem;display:flex}.docs-module____pzCG__specGrid>span:first-child{color:var(--text-dim)}.docs-module____pzCG__specGrid>span:last-child{color:#06b6d4}.docs-module____pzCG__tracklist{font-family:var(--font-mono);border-bottom:1px solid var(--border);gap:1rem;padding:.5rem 0;font-size:.65rem;display:flex}.docs-module____pzCG__tracklist>span:first-child,.docs-module____pzCG__tracklist>span:last-child{color:var(--text-dim)}.docs-module____pzCG__runeSymbols{color:#c9a84c;letter-spacing:.3em;text-shadow:0 0 10px #c9a84c80;font-size:1.5rem}.docs-module____pzCG__ornaments{color:#c9a84c;align-items:center;gap:.5rem;display:flex}.docs-module____pzCG__ornaments>span:first-child,.docs-module____pzCG__ornaments>span:last-child{background:linear-gradient(90deg,#0000,#c9a84c,#0000);width:30px;height:1px}.docs-module____pzCG__coffeeStain{width:60px;height:40px;position:relative}.docs-module____pzCG__coffeeStain .docs-module____pzCG__stainRing{background:radial-gradient(circle,#8b5a2b1a,#0000 70%);border:2px solid #8b5a2b4d;border-radius:50%;width:30px;height:30px;position:absolute;top:5px;left:15px}.docs-module____pzCG__sheetMusic{color:var(--text-dim);opacity:.6;gap:1rem;font-size:1.2rem;display:flex}.docs-module____pzCG__sheetMusic>span{animation:3s ease-in-out infinite docs-module____pzCG__noteFloat}.docs-module____pzCG__sheetMusic>span:nth-child(2){animation-delay:-1s}.docs-module____pzCG__sheetMusic>span:nth-child(3){animation-delay:-2s}@keyframes docs-module____pzCG__noteFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.docs-module____pzCG__inscription{font-family:var(--font-display);color:#d4c4a8;text-shadow:1px 1px #00000080,-1px -1px #ffffff1a;letter-spacing:.1em;font-size:1.2rem}.docs-module____pzCG__breathingText{font-family:var(--font-display);font-size:1.5rem;animation:3s ease-in-out infinite docs-module____pzCG__breathe}@keyframes docs-module____pzCG__breathe{0%,to{opacity:.7}50%{opacity:1}}.docs-module____pzCG__handwrittenText{color:var(--text);font-family:cursive;font-size:1.3rem;transform:rotate(-2deg)}.docs-module____pzCG__scrambleText{font-family:var(--font-mono);color:var(--accent);font-size:1.2rem;animation:.5s steps(5,end) infinite docs-module____pzCG__scrambleSmall}@keyframes docs-module____pzCG__scrambleSmall{0%{text-shadow:1px 0 var(--accent),-1px 0 #ff0040}25%{text-shadow:-1px 0 var(--accent),1px 0 #ff0040}50%{text-shadow:2px 0 var(--accent),-2px 0 #ff0040}75%{text-shadow:-2px 0 var(--accent),2px 0 #ff0040}to{text-shadow:1px 0 var(--accent),-1px 0 #ff0040}}.docs-module____pzCG__strokeText{font-family:var(--font-display);color:#0000;-webkit-text-stroke:1px var(--text);font-size:1.5rem}.docs-module____pzCG__wordByWord{font-family:var(--font-display);font-size:1.2rem;overflow:hidden}.docs-module____pzCG__wordByWord:after{content:" WORD";animation:2s steps(2,end) infinite docs-module____pzCG__wordReveal}@keyframes docs-module____pzCG__wordReveal{0%{content:" ONE"}50%{content:" TWO"}to{content:" THREE"}}.docs-module____pzCG__timelineNavBox{flex-direction:column;gap:4px;padding:.5rem;display:flex}.docs-module____pzCG__timelineNavBox>div{background:var(--border);width:20px;height:3px}.docs-module____pzCG__timelineNavBox .docs-module____pzCG__timelineActive{background:var(--accent);width:30px}@keyframes docs-module____pzCG__meshShift{0%,to{background-position:0%}50%{background-position:100%}}.docs-module____pzCG__starfieldBox{background:#000;width:100%;height:100%;position:relative}.docs-module____pzCG__starfieldBox>div{background:#fff;border-radius:50%;width:2px;height:2px;animation:2s ease-in-out infinite docs-module____pzCG__twinkle;position:absolute}.docs-module____pzCG__starfieldBox>div:first-child{top:20%;left:20%}.docs-module____pzCG__starfieldBox>div:nth-child(2){animation-delay:.5s;top:50%;left:60%}.docs-module____pzCG__starfieldBox>div:nth-child(3){animation-delay:1s;top:70%;left:30%}.docs-module____pzCG__starfieldBox>div:nth-child(4){animation-delay:1.5s;top:30%;left:80%}@keyframes docs-module____pzCG__twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.docs-module____pzCG__scanlinesOverlayBox{width:100%;height:100%;font-family:var(--font-display);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.docs-module____pzCG__scanlinesOverlayBox:before{content:"";background:repeating-linear-gradient(0deg,#0000001a,#0000001a 1px,#0000 1px 3px);position:absolute;inset:0}.docs-module____pzCG__chromaticBox{width:100%;height:100%;font-family:var(--font-display);justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:relative}.docs-module____pzCG__chromaticBox:before,.docs-module____pzCG__chromaticBox:after{content:"RGB";font-family:var(--font-display);font-size:1.5rem;position:absolute}.docs-module____pzCG__chromaticBox:before{color:red;animation:.3s infinite docs-module____pzCG__chromaticR;left:49.5%}.docs-module____pzCG__chromaticBox:after{color:#0ff;animation:.3s infinite docs-module____pzCG__chromaticB;left:50.5%}@keyframes docs-module____pzCG__chromaticR{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-52%,-50%)}}@keyframes docs-module____pzCG__chromaticB{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-48%,-50%)}}.docs-module____pzCG__glassCrackBox{width:100%;height:100%;font-family:var(--font-display);background:#ffffff0d;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:relative}.docs-module____pzCG__glassCrackBox:before{content:"";background:var(--accent);width:60px;height:2px;box-shadow:0 0 10px var(--accent);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.docs-module____pzCG__radarBox{background:radial-gradient(circle,#00ff881a,#0000 70%);border:2px solid #00ff884d;border-radius:50%;width:60px;height:60px;margin:auto;position:relative}@keyframes docs-module____pzCG__radarSweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.docs-module____pzCG__glassContainerBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-family:var(--font-display);background:#ffffff0d;border:1px solid #ffffff1a;padding:1rem;font-size:.8rem}.docs-module____pzCG__phaseContainerBox{background:var(--accent);color:var(--bg);font-family:var(--font-display);padding:1rem;font-size:.8rem;position:relative;overflow:hidden}.docs-module____pzCG__phaseContainerBox:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);animation:2s infinite docs-module____pzCG__phaseShine;position:absolute;inset:0}@keyframes docs-module____pzCG__phaseShine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.docs-module____pzCG__coffeeStainBox{width:70px;height:50px;position:relative}.docs-module____pzCG__coffeeStainBox .docs-module____pzCG__stainRing{border:2px solid #8b5a2b66;border-radius:50%;width:30px;height:30px;position:absolute;top:10px;left:20px}.docs-module____pzCG__documentStampBox{color:#dc2626;font-family:var(--font-display);opacity:.7;border:3px solid #dc2626;padding:.5rem 1rem;font-size:.8rem;transform:rotate(-5deg)}.docs-module____pzCG__marginaliaBox{border-left:2px solid var(--accent);color:var(--text-dim);background:#ffffff0d;padding:.5rem;font-family:cursive;font-size:.7rem;transform:rotate(-1deg)}.docs-module____pzCG__paperEdgesBox{color:#3d3526;font-family:var(--font-display);background:#f4e4bc;padding:.75rem 1rem;font-size:.8rem;position:relative;box-shadow:inset 0 0 10px #0000001a}.docs-module____pzCG__tensionMeterBox{background:var(--bg-secondary);border:1px solid var(--border);width:80%;height:12px;position:relative}.docs-module____pzCG__tensionMeterBox .docs-module____pzCG__tensionMeterFill{background:linear-gradient(90deg,#22c55e,#eab308,#ef4444);width:65%;height:100%;position:absolute;top:0;left:0}.docs-module____pzCG__chatInterfaceBox{background:var(--bg-secondary);border:1px solid var(--border);font-family:var(--font-mono);flex-direction:column;gap:.5rem;padding:.5rem;font-size:.7rem;display:flex}.docs-module____pzCG__chatBubble{background:var(--accent);color:var(--bg);border-radius:4px;align-self:flex-start;padding:.3rem .6rem}.docs-module____pzCG__secretRevealBox{background:var(--bg-secondary);border:1px dashed var(--border);font-family:var(--font-mono);color:var(--text-dim);cursor:pointer;padding:.5rem 1rem;font-size:.8rem;position:relative}.docs-module____pzCG__secretRevealBox:after{content:"👁";opacity:.5;position:absolute;right:.5rem}.docs-module____pzCG__countdownTimerBox{font-family:var(--font-mono);color:var(--text);gap:.25rem;font-size:1.2rem;display:flex}.docs-module____pzCG__countdownTimerBox span{background:var(--bg-secondary);border:1px solid var(--border);padding:.25rem .5rem}.docs-module____pzCG__terminalMessageBox{border:1px solid var(--border);font-family:var(--font-mono);background:#0a0a0f;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.7rem;display:flex}.docs-module____pzCG__shadowGlitch{font-family:var(--font-display);color:var(--text);font-size:1.5rem;animation:.5s infinite docs-module____pzCG__shadowGlitchAnim}@keyframes docs-module____pzCG__shadowGlitchAnim{0%,to{text-shadow:2px 0 var(--accent),-2px 0 #ff0040}25%{text-shadow:-2px 0 var(--accent),2px 0 #ff0040}50%{text-shadow:3px 1px var(--accent),-3px -1px #ff0040}75%{text-shadow:-1px 2px var(--accent),1px -2px #ff0040}}.docs-module____pzCG__splitText{font-family:var(--font-display);font-size:1.2rem;display:inline-block}@keyframes docs-module____pzCG__splitTextAnim{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-2px)rotate(-2deg)}75%{transform:translate(2px)rotate(2deg)}}@media (max-width:900px){.docs-module____pzCG__docs{padding:1.5rem}.docs-module____pzCG__header{text-align:center;flex-direction:column;gap:1.5rem}.docs-module____pzCG__headerRight{text-align:center}.docs-module____pzCG__category{grid-template-columns:1fr;gap:1rem}.docs-module____pzCG__categoryTitle{writing-mode:horizontal-tb;position:static;transform:none}.docs-module____pzCG__componentGrid{grid-template-columns:1fr}}.docs-module____pzCG__canvasPreview{background:#0a0a0a url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.15'/%3E%3C/svg%3E");width:100%;height:100%}.docs-module____pzCG__radarBox{background:radial-gradient(circle,#0000 0%,#00000080 100%);border:1px solid #00ff004d;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.docs-module____pzCG__radarBox:before{content:"";border:1px solid #00ff004d;border-radius:50%;width:50%;height:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.docs-module____pzCG__radarSweep{transform-origin:bottom;background:linear-gradient(#0f0c,#0000);width:2px;height:50%;animation:2s linear infinite docs-module____pzCG__radarSweep;position:absolute;top:0;left:50%}.docs-module____pzCG__radarSweep:after{content:"";background:conic-gradient(at 50% 0,#00ff004d 0deg,#0000 60deg);width:40px;height:100px;position:absolute;top:0;left:-20px}.docs-module____pzCG__chatInterfaceBox{width:100%;height:100%;font-family:var(--font-display);background:#0a0a0a;justify-content:center;align-items:center;font-size:.8rem;display:flex}.docs-module____pzCG__chatBubble{background:#00ff001a;border:1px solid #00ff004d;border-radius:4px;padding:.5rem 1rem}.docs-module____pzCG__secretRevealBox{width:100%;height:100%;font-family:var(--font-display);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.docs-module____pzCG__secretRevealBox span{color:#000;cursor:help;background:#000;padding:0 .5rem;transition:all .3s}.docs-module____pzCG__secretRevealBox span:hover{color:#fff}.docs-module____pzCG__countdownTimerBox{width:100%;height:100%;font-family:var(--font-display);color:#ff0040;justify-content:center;align-items:center;gap:.25rem;font-size:1.5rem;display:flex}.docs-module____pzCG__countdownTimerBox span{background:#ff00401a;padding:.25rem .5rem}.docs-module____pzCG__terminalMessageBox{width:100%;height:100%;font-family:var(--font-display);color:#0f0;justify-content:center;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.docs-module____pzCG__termPrompt2{color:#ff0040}.docs-module____pzCG__breathingText{animation:3s ease-in-out infinite docs-module____pzCG__breathe}.docs-module____pzCG__handwrittenText{font-family:Comic Sans MS,Chalkboard SE,cursive;font-style:italic}.docs-module____pzCG__scrambleText{font-family:var(--font-display);letter-spacing:2px}.docs-module____pzCG__strokeText{color:#0000;-webkit-text-stroke:1px #ff0040}.docs-module____pzCG__wordByWord{overflow:hidden}.docs-module____pzCG__shadowGlitch{text-shadow:2px 0 #ff0040,-2px 0 #0ff}.docs-module____pzCG__splitText{display:inline-block}.docs-module____pzCG__splitText span{animation:1s ease-out docs-module____pzCG__splitText;display:inline-block}@keyframes docs-module____pzCG__splitText{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.docs-module____pzCG__cornerNavBox{justify-content:flex-end;align-items:flex-start;width:100%;height:100%;padding:.5rem;display:flex}.docs-module____pzCG__cornerNavBox span{color:#ff0040;font-size:1.5rem}.docs-module____pzCG__minimalNavBox{width:100%;height:100%;font-family:var(--font-display);justify-content:center;align-items:center;gap:1rem;font-size:.9rem;display:flex}.docs-module____pzCG__minimalNavBox span{border-bottom:1px solid #0000;padding:.25rem .5rem}.docs-module____pzCG__minimalNavBox span:hover{border-bottom-color:#ff0040}.docs-module____pzCG__meshBox{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;height:100%}.docs-module____pzCG__noisePatternBox{width:100%;height:100%;font-family:var(--font-display);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.1'/%3E%3C/svg%3E");justify-content:center;align-items:center;font-size:1.2rem;display:flex}.docs-module____pzCG__glassContainerBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:100%;font-family:var(--font-display);color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.docs-module____pzCG__phaseContainerBox{width:100%;height:100%;font-family:var(--font-display);color:#fff;background:linear-gradient(90deg,#ff0040,#7c3aed);justify-content:center;align-items:center;display:flex}.docs-module____pzCG__panelScrollBox{gap:.5rem;width:100%;height:100%;display:flex;overflow:hidden}.docs-module____pzCG__panelScrollBox div{background:linear-gradient(135deg,#ff004033,#7c3aea33);border:1px solid #ff00404d;flex:0 0 40%;height:100%}.docs-module____pzCG__documentStampBox{width:100%;height:100%;font-family:var(--font-display);color:#ff0040;border:3px double #ff0040;border-radius:4px;justify-content:center;align-items:center;font-size:1rem;display:flex;transform:rotate(-5deg)}.docs-module____pzCG__marginaliaBox{color:#666;justify-content:center;align-items:center;width:100%;height:100%;font-family:Comic Sans MS,cursive;font-size:.8rem;display:flex}.docs-module____pzCG__paperEdgesBox{width:100%;height:100%;font-family:var(--font-display);color:#8b7355;background:#f5f0e6;justify-content:center;align-items:center;font-size:1rem;display:flex;box-shadow:inset 0 0 20px #8b73554d}.docs-module____pzCG__tensionMeterBox{align-items:center;width:100%;height:100%;padding:0 .5rem;display:flex}.docs-module____pzCG__tensionMeterFill{background:linear-gradient(90deg,#0f0,#ff0040);border-radius:4px;flex:1;height:8px}.docs-module____pzCG__livingTextPreview{gap:4px;font-family:Space Mono,monospace;font-size:.5rem;display:flex}.docs-module____pzCG__livingTextAlive{opacity:1;color:var(--accent)}.docs-module____pzCG__livingTextGhost{opacity:.5;color:#666}.docs-module____pzCG__brutalManifestPreview{gap:2px;display:flex}.docs-module____pzCG__brutalBox{text-transform:uppercase;color:#fff;background:red;border:2px solid red;padding:2px 4px;font-size:.4rem;font-style:italic;font-weight:900}.docs-module____pzCG__strataPreview{color:#fff;background:#8b8680;justify-content:center;align-items:center;width:100%;height:100%;font-size:.5rem;display:flex}.docs-module____pzCG__brokenGridPreview{gap:4px;padding:4px;display:flex}.docs-module____pzCG__brokenGridItem{border:1px solid var(--border);justify-content:center;align-items:center;width:20px;height:20px;font-size:.4rem;display:flex}.docs-module____pzCG__collapsedNavPreview{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.docs-module____pzCG__collapsedNavItem{text-transform:uppercase;color:#d4d0c8;background:#1a1a1ae6;border:1px solid #d4d0c8;padding:2px 6px;font-size:.4rem;transform:rotate(-2deg)}.docs-module____pzCG__draggableDocPreview{background:#f5f0e8;justify-content:center;align-items:center;width:100%;height:100%;font-size:.4rem;display:flex}.docs-module____pzCG__ghostLayerPreview{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.docs-module____pzCG__ghostText{opacity:.5;color:#666;font-family:Space Mono,monospace;font-size:.5rem}.docs-module____pzCG__cursorTrailPreview{justify-content:center;align-items:center;gap:3px;width:100%;height:100%;display:flex}.docs-module____pzCG__trailDot{background:#888;border-radius:50%;width:6px;height:6px}.docs-module____pzCG__flashEffectPreview{text-transform:uppercase;letter-spacing:.1em;justify-content:center;align-items:center;width:100%;height:100%;font-size:.4rem;animation:2s infinite docs-module____pzCG__flashPulse;display:flex}@keyframes docs-module____pzCG__flashPulse{0%,90%,to{opacity:1}95%{opacity:.3}}.docs-module____pzCG__depthIndicatorPreview{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;font-size:.4rem;display:flex}.docs-module____pzCG__magneticDockPreview{background:#000c;border-radius:16px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;display:flex}.docs-module____pzCG__magneticDockPreview .docs-module____pzCG__dockItem{color:#fff;background:#ffffff1a;border-radius:8px;padding:6px 10px;font-size:.5rem;transition:all .3s}.docs-module____pzCG__magneticDockPreview .docs-module____pzCG__dockItem:nth-child(2){background:var(--accent);color:var(--bg);transform:scale(1.1)}.docs-module____pzCG__cornerTabsPreview{width:100%;height:100%;font-size:.5rem;font-family:var(--font-mono);justify-content:flex-start;align-items:flex-start;gap:4px;padding:8px;display:flex}.docs-module____pzCG__cornerTabsPreview span{border:1px solid var(--border);color:var(--text-dim);background:#ffffff0d;padding:4px 8px}.docs-module____pzCG__cornerTabsPreview .docs-module____pzCG__cornerTabActive{background:var(--accent);color:var(--bg);border-color:var(--accent)}.docs-module____pzCG__echoChatPreview{flex-direction:column;align-items:flex-start;gap:6px;padding:8px;display:flex}.docs-module____pzCG__echoMessage{background:var(--accent);color:var(--bg);border-radius:4px;padding:4px 8px;font-size:.5rem}.docs-module____pzCG__echoEcho{color:var(--text-dim);opacity:.5;background:#ffffff0d;border-radius:4px;padding:4px 8px;font-size:.5rem;animation:2s ease-in-out infinite docs-module____pzCG__echoPulse}@keyframes docs-module____pzCG__echoPulse{0%,to{opacity:.3;transform:translate(2px)}50%{opacity:.6;transform:translate(0)}}.docs-module____pzCG__textDistorterPreview{font-family:var(--font-display);color:var(--accent);font-size:1rem;animation:.3s steps(3,end) infinite docs-module____pzCG__textDistort}@keyframes docs-module____pzCG__textDistort{0%{transform:skew(0)translate(0)}25%{transform:skew(-5deg)translate(-2px)}50%{transform:skew(3deg)translate(1px)}75%{transform:skew(-2deg)translate(-1px)}to{transform:skew(0)translate(0)}}.docs-module____pzCG__countdownPhasePreview{background:linear-gradient(135deg,#1a1a2e,#16213e);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.docs-module____pzCG__countdownPhasePreview:before{content:"";background:linear-gradient(90deg,var(--accent),#ff0040);height:30%;animation:3s ease-in-out infinite alternate docs-module____pzCG__phaseProgress;position:absolute;bottom:0;left:0;right:0}@keyframes docs-module____pzCG__phaseProgress{0%{width:20%}to{width:80%}}.docs-module____pzCG__phaseNumber{font-family:var(--font-display);color:var(--accent);z-index:1;font-size:1.5rem}.docs-module____pzCG__phaseLabel{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.2em;z-index:1;font-size:.4rem}.docs-module____pzCG__lightBeamsPreview{background:#000;width:100%;height:100%;position:relative;overflow:hidden}.docs-module____pzCG__lightBeamsPreview .docs-module____pzCG__beam{width:2px;height:100%;animation:3s ease-in-out infinite docs-module____pzCG__beamScan;position:absolute}.docs-module____pzCG__lightBeamsPreview .docs-module____pzCG__beam:first-child{background:linear-gradient(#0000,#ff0040,#0000);animation-delay:0s;left:25%}.docs-module____pzCG__lightBeamsPreview .docs-module____pzCG__beam:nth-child(2){background:linear-gradient(#0000,#00f0ff,#0000);animation-delay:-1s;left:50%}.docs-module____pzCG__lightBeamsPreview .docs-module____pzCG__beam:nth-child(3){background:linear-gradient(#0000,#0f8,#0000);animation-delay:-2s;left:75%}@keyframes docs-module____pzCG__beamScan{0%,to{opacity:.2;transform:scaleY(.8)}50%{opacity:.6;transform:scaleY(1)}}.docs-module____pzCG__mosaicGridPreview{grid-template-columns:repeat(2,1fr);gap:2px;width:100%;height:100%;padding:4px;display:grid}.docs-module____pzCG__mosaicGridPreview .docs-module____pzCG__mosaicTile{background:linear-gradient(135deg,#ff00404d,#00f0ff4d);border:1px solid #ffffff1a;animation:2s ease-in-out infinite docs-module____pzCG__mosaicPulse}.docs-module____pzCG__mosaicGridPreview .docs-module____pzCG__mosaicTile:nth-child(2){animation-delay:.2s}.docs-module____pzCG__mosaicGridPreview .docs-module____pzCG__mosaicTile:nth-child(3){animation-delay:.4s}.docs-module____pzCG__mosaicGridPreview .docs-module____pzCG__mosaicTile:nth-child(4){animation-delay:.6s}@keyframes docs-module____pzCG__mosaicPulse{0%,to{opacity:.5}50%{opacity:1}}.docs-module____pzCG__tapeBorderPreview{background:var(--accent);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.docs-module____pzCG__tapeBorderPreview:before,.docs-module____pzCG__tapeBorderPreview:after{content:"";background:repeating-linear-gradient(90deg,#000,#000 4px,#fc0 4px 8px);height:8px;position:absolute}.docs-module____pzCG__tapeBorderPreview:before{top:0;left:0;right:0}.docs-module____pzCG__tapeBorderPreview:after{bottom:0;left:0;right:0}.docs-module____pzCG__tapeBorderPreview span{font-family:var(--font-display);color:var(--bg);letter-spacing:.1em;font-size:.7rem;font-weight:700}.docs-module____pzCG__rgbShiftPreview{background:#0a0a0f;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.docs-module____pzCG__rgbShiftPreview:before,.docs-module____pzCG__rgbShiftPreview:after{content:"RGB";font-family:var(--font-display);font-size:1rem;position:absolute}.docs-module____pzCG__rgbShiftPreview:before{color:red;animation:.4s infinite docs-module____pzCG__rgbShiftR}.docs-module____pzCG__rgbShiftPreview:after{color:#0ff;animation:.4s infinite docs-module____pzCG__rgbShiftB}.docs-module____pzCG__rgbShiftPreview span{color:#fff;font-family:var(--font-display);font-size:1rem}@keyframes docs-module____pzCG__rgbShiftR{0%,to{transform:translate(-2px)}50%{transform:translate(2px)}}@keyframes docs-module____pzCG__rgbShiftB{0%,to{transform:translate(2px)}50%{transform:translate(-2px)}}.docs-module____pzCG__invertedCursorPreview{background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.docs-module____pzCG__invertedCursorPreview .docs-module____pzCG__invertedRing{border:2px solid #000;border-radius:50%;width:40px;height:40px;animation:2s ease-in-out infinite docs-module____pzCG__invertedPulse}@keyframes docs-module____pzCG__invertedPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.docs-module____pzCG__cursorMagnetPreview{background:#ffffff0d;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.docs-module____pzCG__cursorMagnetPreview .docs-module____pzCG__magnetItem{background:var(--accent);color:var(--bg);border-radius:4px;padding:8px 16px;font-size:.5rem;animation:2s ease-in-out infinite docs-module____pzCG__magnetPull}@keyframes docs-module____pzCG__magnetPull{0%,to{transform:scale(1)}50%{box-shadow:0 0 20px var(--accent);transform:scale(1.1)}}.docs-module____pzCG__cursorSpotlightPreview{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.docs-module____pzCG__cursorSpotlightPreview .docs-module____pzCG__spotlight{background:radial-gradient(circle,#ffffff4d,#0000 70%);border-radius:50%;width:60px;height:60px;animation:3s ease-in-out infinite docs-module____pzCG__spotlightMove;position:absolute}.docs-module____pzCG__cursorSpotlightPreview span{font-family:var(--font-display);color:#ffffff80;z-index:1;font-size:.6rem}@keyframes docs-module____pzCG__spotlightMove{0%,to{transform:translate(-20px,-10px)}50%{transform:translate(20px,10px)}}.docs-module____pzCG__magneticButtonPreview{border:2px solid var(--accent);color:var(--accent);font-family:var(--font-display);letter-spacing:.1em;cursor:pointer;background:0 0;padding:10px 20px;font-size:.6rem;transition:all .3s;animation:2s ease-in-out infinite docs-module____pzCG__magneticHover}@keyframes docs-module____pzCG__magneticHover{0%,to{transform:scale(1);box-shadow:0 0 #0000}50%{transform:scale(1.05);box-shadow:0 0 20px #7c3aed80}}.docs-module____pzCG__arcaneCirclePreview{color:#a78bfa;border:2px solid #8b5cf699;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.5rem;animation:3s ease-in-out infinite docs-module____pzCG__arcanePulse;display:flex;position:relative;box-shadow:0 0 20px #8b5cf64d}.docs-module____pzCG__arcaneCirclePreview:before{content:"ᛟᚨᚱ";opacity:.5;font-size:.6rem;position:absolute}@keyframes docs-module____pzCG__arcanePulse{0%,to{box-shadow:0 0 20px #8b5cf64d}50%{box-shadow:0 0 30px #8b5cf699}}.docs-module____pzCG__magicalMistPreview{background:linear-gradient(135deg,#a78bfa33,#8b5cf60d);border-radius:8px;width:80px;height:60px;position:relative;overflow:hidden}.docs-module____pzCG__magicalMistPreview:before{content:"";background:radial-gradient(at 30% 40%,#a78bfa66,#0000 60%);animation:4s ease-in-out infinite docs-module____pzCG__mistDrift;position:absolute;inset:0}@keyframes docs-module____pzCG__mistDrift{0%,to{opacity:.4;transform:translate(0)}50%{opacity:.7;transform:translate(10px)}}.docs-module____pzCG__crystalCavePreview{background:linear-gradient(#60a5fa1a,#0000);width:80px;height:60px;position:relative}.docs-module____pzCG__crystalCavePreview:after{content:"";filter:drop-shadow(0 0 8px #60a5fa99);border-bottom:25px solid #60a5fa80;border-left:12px solid #0000;border-right:12px solid #0000;width:0;height:0;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}.docs-module____pzCG__portalVortexPreview{background:radial-gradient(circle,#a855f733,#8b5cf699);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative}.docs-module____pzCG__portalVortexPreview:before{content:"";border:2px solid #ffffff4d;border-radius:50%;width:50px;height:50px;animation:3s linear infinite docs-module____pzCG__vortexSpin;position:absolute}.docs-module____pzCG__portalVortexPreview:after{content:"";border:2px solid #a855f799;border-radius:50%;width:30px;height:30px;animation:2s linear infinite reverse docs-module____pzCG__vortexSpin;position:absolute}@keyframes docs-module____pzCG__vortexSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.docs-module____pzCG__starfallPreview{background:linear-gradient(#0000 0%,#fbbf241a 100%);width:80px;height:60px;position:relative}.docs-module____pzCG__starfallPreview:before{content:"✦";color:#fbbf24;text-shadow:0 0 10px #fbbf24;font-size:.8rem;animation:2s ease-in infinite docs-module____pzCG__starFall;position:absolute;top:15px;left:50%;transform:translate(-50%)}@keyframes docs-module____pzCG__starFall{0%{opacity:0;top:5px}50%{opacity:1}to{opacity:0;top:45px}}.docs-module____pzCG__spellButtonPreview{color:#fff;font-family:var(--font-display);background:linear-gradient(135deg,#ff4500,#ff6b35);border:none;border-radius:4px;padding:10px 16px;font-size:.65rem;font-weight:700;position:relative;overflow:hidden;box-shadow:0 0 15px #ff450066}.docs-module____pzCG__spellButtonPreview:before{content:"";background:linear-gradient(45deg,#0000,#fff3,#0000);animation:2s ease-in-out infinite docs-module____pzCG__spellGlow;position:absolute;inset:0}@keyframes docs-module____pzCG__spellGlow{0%,to{opacity:0}50%{opacity:1}}.docs-module____pzCG__runeButtonPreview{color:gold;font-family:var(--font-display);text-shadow:0 0 5px #ffd70080;background:#ffd7001a;border:2px solid gold;border-radius:4px;padding:10px 16px;font-size:.65rem;box-shadow:0 0 10px #ffd7004d}.docs-module____pzCG__questScrollPreview{color:#4a3728;font-family:var(--font-display);background:linear-gradient(90deg,#d4a574,#c9967a);border:none;border-radius:4px;padding:10px 16px;font-size:.65rem;box-shadow:0 2px 5px #0000004d}.docs-module____pzCG__magicSealPreview{color:#ce93d8;background:radial-gradient(circle,#8b5cf633,#0000);border:2px solid #ce93d8;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.2rem;animation:3s ease-in-out infinite docs-module____pzCG__sealGlow;display:flex;box-shadow:0 0 15px #8b5cf64d}@keyframes docs-module____pzCG__sealGlow{0%,to{box-shadow:0 0 15px #8b5cf64d}50%{box-shadow:0 0 25px #8b5cf699}}.docs-module____pzCG__potionFlaskPreview{color:#ff5252;font-family:var(--font-display);background:#e5393533;border:2px solid #e53935;border-radius:20px 20px 4px 4px;padding:10px 16px;font-size:.65rem;position:relative}.docs-module____pzCG__potionFlaskPreview:before{content:"⚗";margin-right:4px}.docs-module____pzCG__spellbookTabsPreview{color:#d4a574;background:#d4a5741a;border-radius:4px;gap:8px;padding:8px;font-size:.6rem;display:flex}.docs-module____pzCG__questLogPreview{color:#d4a574;background:#d4a57426;border:1px solid #d4a574;border-left-width:3px;border-radius:4px;padding:8px 12px;font-size:.6rem}.docs-module____pzCG__inventoryGridPreview{background:#0000004d;border-radius:4px;gap:4px;padding:8px;display:flex}.docs-module____pzCG__inventoryGridPreview .docs-module____pzCG__slot{background:#ffffff0d;border:1px solid #555;border-radius:2px;width:20px;height:20px}.docs-module____pzCG__mapCompassPreview{background:#0000004d;border:2px solid #d4a574;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.docs-module____pzCG__mapCompassPreview span{color:#ff6b6b;font-size:.7rem;font-weight:700}.docs-module____pzCG__mapCompassPreview .docs-module____pzCG__needle{background:linear-gradient(#ff6b6b 50%,#888 50%);width:2px;height:24px;animation:4s ease-in-out infinite docs-module____pzCG__needleSway;position:absolute}@keyframes docs-module____pzCG__needleSway{0%,to{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}.docs-module____pzCG__portalMenuPreview{padding:8px}.docs-module____pzCG__portalMenuPreview .docs-module____pzCG__portal{background:radial-gradient(circle,#9b59b699,#0000);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1rem;display:flex;box-shadow:0 0 15px #9b59b666}.docs-module____pzCG__incantationPreview{font-family:var(--font-display);color:#a855f7;text-shadow:0 0 10px #a855f7,0 0 20px #a855f780;font-size:.75rem;animation:2s ease-in-out infinite docs-module____pzCG__incantationPulse}@keyframes docs-module____pzCG__incantationPulse{0%,to{opacity:.8}50%{opacity:1;text-shadow:0 0 15px #a855f7,0 0 30px #a855f7b3}}.docs-module____pzCG__prophecyPreview{color:#c4b5fd;background:#8b5cf61a;border-radius:4px;padding:8px 12px;font-size:.55rem;font-style:italic}.docs-module____pzCG__runesRevealPreview{color:#d4a574;flex-direction:column;align-items:center;gap:4px;font-size:.6rem;display:flex}.docs-module____pzCG__mysticalGlowPreview{font-family:var(--font-display);color:#a855f7;text-shadow:0 0 8px #a855f7,0 0 15px #a855f7,0 0 25px #a855f799;font-size:.8rem;animation:3s ease-in-out infinite docs-module____pzCG__mysticalFlow}@keyframes docs-module____pzCG__mysticalFlow{0%,to{text-shadow:0 0 8px #a855f7,0 0 15px #a855f7}50%{text-shadow:0 0 12px #a855f7,0 0 25px #a855f7,0 0 40px #a855f7cc}}.docs-module____pzCG__ancientScrollPreview{color:#4a3728;background:#f5f0e8;border-radius:4px;padding:10px;font-size:.5rem;position:relative}.docs-module____pzCG__ancientScrollPreview:after{content:"";opacity:.6;background:#c9a227;border-radius:50%;width:12px;height:12px;position:absolute;bottom:8px;right:8px}.docs-module____pzCG__magicSparklePreview{color:gold;align-items:center;gap:6px;font-size:.7rem;display:flex}.docs-module____pzCG__magicSparklePreview .docs-module____pzCG__sparkle{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);background:gold;width:10px;height:10px;animation:1s ease-in-out infinite docs-module____pzCG__sparkleAnim}@keyframes docs-module____pzCG__sparkleAnim{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.7;transform:scale(1.2)rotate(180deg)}}.docs-module____pzCG__enchantGlowPreview{color:#a855f7;background:#8b5cf633;border-radius:50%;padding:10px;font-size:.7rem;animation:2s ease-in-out infinite docs-module____pzCG__enchantPulse;box-shadow:0 0 20px #8b5cf680}@keyframes docs-module____pzCG__enchantPulse{0%,to{box-shadow:0 0 20px #8b5cf680}50%{box-shadow:0 0 30px #8b5cf6cc,0 0 50px #8b5cf666}}.docs-module____pzCG__spellCastPreview{background:radial-gradient(circle,#a855f7cc,#8b5cf64d);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.docs-module____pzCG__spellCastPreview .docs-module____pzCG__burst{border:2px solid #ffffffb3;border-radius:50%;width:40px;height:40px;animation:.6s ease-out infinite docs-module____pzCG__spellBurst}@keyframes docs-module____pzCG__spellBurst{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.5)}}.docs-module____pzCG__curseCloudPreview{color:#6b7280;align-items:center;gap:6px;font-size:.6rem;display:flex}.docs-module____pzCG__curseCloudPreview .docs-module____pzCG__cloud{background:radial-gradient(#4b008280,#0000);border-radius:50%;width:35px;height:25px}.docs-module____pzCG__healPulsePreview{background:radial-gradient(circle,#22c55e99,#0000);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.docs-module____pzCG__healPulsePreview .docs-module____pzCG__pulse{border:2px solid #22c55e;border-radius:50%;width:30px;height:30px;animation:1.5s ease-in-out infinite docs-module____pzCG__healPulse}@keyframes docs-module____pzCG__healPulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2)}}.docs-module____pzCG__glassButtonPreview,.docs-module____pzCG__glassBtnPreview{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-size:.75rem;display:inline-flex;box-shadow:0 2px 10px #0003}.docs-module____pzCG__glassButtonPreview:hover{background:#ffffff26}.docs-module____pzCG__neonGlowPreview,.docs-module____pzCG__neonGlowBtnPreview{color:#0ff;background:0 0;border:2px solid #0ff;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-size:.75rem;animation:2s ease-in-out infinite docs-module____pzCG__neonPulse;display:inline-flex;box-shadow:0 0 5px #00ffff80,0 0 10px #00ffff4d,inset 0 0 5px #00ffff1a}@keyframes docs-module____pzCG__neonPulse{0%,to{text-shadow:0 0 5px #0ffc;box-shadow:0 0 5px #00ffff80,0 0 10px #00ffff4d}50%{text-shadow:0 0 10px #0ff;box-shadow:0 0 10px #0ffc,0 0 20px #00ffff80}}.docs-module____pzCG__floatingButtonPreview,.docs-module____pzCG__floatingBtnPreview{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;justify-content:center;align-items:center;padding:10px 20px;font-size:.75rem;animation:3s ease-in-out infinite docs-module____pzCG__float;display:inline-flex;box-shadow:0 4px 15px #667eea66}@keyframes docs-module____pzCG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px);box-shadow:0 8px 20px #667eea80}}.docs-module____pzCG__gradientText,.docs-module____pzCG__gradientTextPreview{background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700;animation:3s linear infinite docs-module____pzCG__gradientMove}@keyframes docs-module____pzCG__gradientMove{0%{background-position:0%}to{background-position:200%}}.docs-module____pzCG__wavyText,.docs-module____pzCG__wavyTextPreview{color:#fff;gap:1px;font-size:1.25rem;font-weight:700;display:inline-flex}.docs-module____pzCG__wavyText span,.docs-module____pzCG__wavyTextPreview span{animation:1s ease-in-out infinite docs-module____pzCG__wave;display:inline-block}.docs-module____pzCG__wavyText span:nth-child(2){animation-delay:.15s}.docs-module____pzCG__wavyText span:nth-child(3){animation-delay:.3s}.docs-module____pzCG__wavyText span:nth-child(4){animation-delay:.45s}.docs-module____pzCG__reflectionText,.docs-module____pzCG__reflectionTextPreview{color:#fff;font-size:1.25rem;font-weight:700;display:inline-block;position:relative}.docs-module____pzCG__reflectionText:after,.docs-module____pzCG__reflectionTextPreview:after{content:attr(data-text);opacity:.25;filter:blur(1px);pointer-events:none;position:absolute;top:100%;left:0;transform:scaleY(-1);-webkit-mask-image:linear-gradient(#0000 0%,#000 30% 60%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 30% 60%,#0000 100%)}.docs-module____pzCG__threeDText,.docs-module____pzCG__threeDTextPreview{color:#fff;text-shadow:1px 1px #000c,2px 2px #0009,3px 3px #0006,4px 4px #0003;font-size:1.25rem;font-weight:900}.docs-module____pzCG__particlesBox{background:linear-gradient(135deg,#0a0a1a,#1a1a2e);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.docs-module____pzCG__particlesBox:before{content:"";background:#ffffff80;border-radius:50%;width:4px;height:4px;animation:4s ease-in-out infinite docs-module____pzCG__particleFloat;position:absolute;box-shadow:10px 0 #ffffff4d,-10px 20px #fff3,20px -10px #ffffff40}@keyframes docs-module____pzCG__particleFloat{0%,to{transform:translate(0)}50%{transform:translate(5px,-10px)}}.docs-module____pzCG__auroraBox{background:linear-gradient(#0a0a1a,#1a1a2e);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.docs-module____pzCG__auroraBox:before{content:"";background:linear-gradient(120deg,#0000 0%,#00ff8066 30%,#0ff6 50%,#8000ff66 70%,#0000 100%);animation:6s ease-in-out infinite docs-module____pzCG__auroraMove;position:absolute;inset:0}@keyframes docs-module____pzCG__auroraMove{0%{opacity:.5;transform:translate(-100%)rotate(0)}50%{opacity:.8;transform:translate(100%)rotate(5deg)}to{opacity:.5;transform:translate(-100%)rotate(0)}}.docs-module____pzCG__plasmaBox{background:linear-gradient(45deg,#1a0033,#036,#331a00) 0 0/300% 300%;justify-content:center;align-items:center;width:100%;height:100%;animation:8s infinite docs-module____pzCG__plasmaShift;display:flex}@keyframes docs-module____pzCG__plasmaShift{0%{background-position:0%}33%{background-position:100%}66%{background-position:50% 100%}to{background-position:0%}}.docs-module____pzCG__bubblesBox{background:linear-gradient(#0a1628,#1a3a5c);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.docs-module____pzCG__bubblesBox:before,.docs-module____pzCG__bubblesBox:after{content:"";background:radial-gradient(circle,#ffffff26,#0000);border-radius:50%;position:absolute}.docs-module____pzCG__bubblesBox:before{width:30px;height:30px;animation:3s ease-in-out infinite docs-module____pzCG__bubble;left:30%}.docs-module____pzCG__bubblesBox:after{width:20px;height:20px;animation:4s ease-in-out infinite reverse docs-module____pzCG__bubble;left:60%}@keyframes docs-module____pzCG__bubble{0%{opacity:0;transform:translateY(100px)scale(.8)}20%{opacity:.6}80%{opacity:.6}to{opacity:0;transform:translateY(-50px)scale(1.2)}}.docs-module____pzCG__lightningBox{background:linear-gradient(#0a0a1a,#1a1a2e);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.docs-module____pzCG__lightningBox:before{content:"";background:linear-gradient(#6496ff00,#6496ffcc,#6496ff00);width:3px;height:100%;animation:2s ease-in-out infinite docs-module____pzCG__lightning;position:absolute;top:0;left:50%}@keyframes docs-module____pzCG__lightning{0%,85%,to{opacity:0}86%,88%{opacity:1;left:45%}87%{left:55%}}.docs-module____pzCG__faultyTerminalBox{background:#010;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.docs-module____pzCG__faultyTerminalBox:before{content:"";background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00ff000d 2px 4px);animation:.1s infinite docs-module____pzCG__terminalFlicker;position:absolute;inset:0}@keyframes docs-module____pzCG__terminalFlicker{0%,90%,to{opacity:1}92%{opacity:.8}95%{opacity:.9}}.docs-module____pzCG__blobCursorBox{filter:blur(3px);background:radial-gradient(circle,#64c8ff99,#64c8ff33,#0000);border-radius:50%;width:50px;height:50px;animation:2s ease-in-out infinite docs-module____pzCG__blobPulse}@keyframes docs-module____pzCG__blobPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.docs-module____pzCG__splashCursorBox{background:radial-gradient(circle,#ff649699,#0000);border-radius:50%;width:60px;height:60px;animation:1.5s ease-in-out infinite docs-module____pzCG__splashPulse}@keyframes docs-module____pzCG__splashPulse{0%,to{opacity:.6;transform:scale(.8)}50%{opacity:.9;transform:scale(1.1)}}.docs-module____pzCG__electricBorderBox{border:2px solid #5227ff;justify-content:center;align-items:center;padding:20px;display:flex;position:relative;overflow:hidden}.docs-module____pzCG__electricBorderBox:before{content:"";background:conic-gradient(#0000,#5227ff,#0000);animation:3s linear infinite docs-module____pzCG__electricFlow;position:absolute;inset:-2px}@keyframes docs-module____pzCG__electricFlow{0%{opacity:.6;transform:rotate(0)}to{opacity:.6;transform:rotate(360deg)}}.docs-module____pzCG__clickSparkBox{color:#fff;background:#333;border:none;border-radius:6px;justify-content:center;align-items:center;padding:10px 20px;font-size:.75rem;display:inline-flex}.docs-module____pzCG__magnetBox{display:inline-flex}.docs-module____pzCG__magnetBox button{color:#fff;background:#444;border:1px solid #666;border-radius:6px;padding:10px 20px;font-size:.75rem}.docs-module____pzCG__lensFlareBox{background:linear-gradient(45deg,#1a1a2e,#16213e);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.docs-module____pzCG__lensFlareBox:before{content:"";background:radial-gradient(circle,#ffffff4d,#0000 50%);width:80px;height:80px;animation:4s ease-in-out infinite docs-module____pzCG__flareMove;position:absolute}@keyframes docs-module____pzCG__flareMove{0%,to{opacity:.3;transform:translate(-30px,-30px)}50%{opacity:.6;transform:translate(30px,30px)}}.docs-module____pzCG__firefliesBox{background:linear-gradient(#0a0a1a,#1a1a2e);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.docs-module____pzCG__firefliesBox:before,.docs-module____pzCG__firefliesBox:after{content:"";background:#ff0;border-radius:50%;width:4px;height:4px;position:absolute;box-shadow:0 0 8px #ff0}.docs-module____pzCG__firefliesBox:before{animation:3s ease-in-out infinite docs-module____pzCG__fireflyFloat;left:30%}.docs-module____pzCG__firefliesBox:after{animation:2.5s ease-in-out infinite reverse docs-module____pzCG__fireflyFloat;left:60%}@keyframes docs-module____pzCG__fireflyFloat{0%,to{opacity:.4;transform:translate(0)}50%{opacity:1;transform:translate(15px,-20px)}}.docs-module____pzCG__snowfallBox{background:linear-gradient(#1a1a2e,#2a2a4e);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.docs-module____pzCG__snowfallBox:before,.docs-module____pzCG__snowfallBox:after{content:"";background:#fff;border-radius:50%;width:4px;height:4px;position:absolute}.docs-module____pzCG__snowfallBox:before{animation:3s linear infinite docs-module____pzCG__snowFall;left:35%}.docs-module____pzCG__snowfallBox:after{animation:4s linear infinite docs-module____pzCG__snowFall;left:65%}@keyframes docs-module____pzCG__snowFall{0%{opacity:0;transform:translateY(-10px)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(200px)}}.docs-module____pzCG__dockBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border:1px solid #ffffff1a;border-radius:16px;gap:6px;padding:8px;display:flex}.docs-module____pzCG__dockBox .docs-module____pzCG__dockItem{color:#fff;background:#ffffff26;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.7rem;font-weight:700;transition:transform .2s;display:flex}.docs-module____pzCG__bubbleMenuBox{justify-content:center;align-items:center;gap:10px;padding:12px;display:flex}.docs-module____pzCG__bubbleMenuBox .docs-module____pzCG__bubble{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;animation:2s ease-in-out infinite docs-module____pzCG__bobble;display:flex}.docs-module____pzCG__bubbleMenuBox .docs-module____pzCG__bubble:nth-child(2){animation-delay:-.5s}.docs-module____pzCG__bubbleMenuBox .docs-module____pzCG__bubble:nth-child(3){animation-delay:-1s}@keyframes docs-module____pzCG__bobble{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.docs-module____pzCG__parallaxBox{background:linear-gradient(#1a1a2e,#2a2a4e);flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;padding:10px;display:flex}.docs-module____pzCG__parallaxBox .docs-module____pzCG__layer{color:#fff6;text-transform:uppercase;font-size:.65rem}.docs-module____pzCG__stackCardsBox{background:linear-gradient(135deg,#1a1a2e,#2a2a4e);justify-content:center;align-items:center;width:100%;height:100%;padding:10px;display:flex;position:relative}.docs-module____pzCG__stackCardsBox .docs-module____pzCG__card{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;justify-content:center;align-items:center;width:70px;height:45px;font-size:.875rem;font-weight:700;display:flex;position:absolute;box-shadow:0 4px 15px #0000004d}.docs-module____pzCG__animatedListBox{color:#fff;background:linear-gradient(135deg,#1a1a2e,#2a2a4e);flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;width:100%;height:100%;padding:15px;display:flex}.docs-module____pzCG__animatedListBox div{opacity:.8;font-size:.75rem}.docs-module____pzCG__circularGalleryBox{background:linear-gradient(135deg,#1a1a2e,#2a2a4e);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.docs-module____pzCG__circularGalleryBox .docs-module____pzCG__center{color:#0ff;font-size:1.5rem}.docs-module____pzCG__circularGalleryBox .docs-module____pzCG__item{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.65rem;font-weight:700;display:flex;position:absolute}
