.mc-root{--mc-bg:#020403;--mc-panel:#07100b;--mc-panel-glass:#07100bc2;--mc-accent:#00e83f;--mc-accent-hot:#00ff41;--mc-accent-soft:#00e83f1f;--mc-border:#b8ffc72e;--mc-text:#f2f7f2;--mc-text-muted:#91a097;--mc-glow:0 0 28px #00ff4142;--mc-cell:clamp(7px,1.5vw,13px);background:var(--mc-bg);color:var(--mc-text);font-family:var(--font-inter-tight),Inter,system-ui,sans-serif;position:fixed;inset:0;overflow:hidden}.mc-haze{pointer-events:none;background:radial-gradient(58% 48% at 50% 44%,var(--mc-accent-soft),transparent 72%);position:absolute;inset:0}.mc-scanlines{pointer-events:none;opacity:.5;background:repeating-linear-gradient(#0000 0 2px,#001a0a8c 3px,#0000 4px);position:absolute;inset:0}.mc-noise{pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.mc-wordmark{align-items:center;gap:calc(var(--mc-cell)*1.4);flex-direction:column;transition:opacity .5s,filter .5s;display:flex}.mc-wordmark[data-dim=true]{opacity:.72;filter:brightness(.82)saturate(.9)}.mc-word{gap:calc(var(--mc-cell)*1.1);display:flex}.mc-letter{grid-auto-rows:var(--mc-cell);gap:2px;display:grid}.mc-cell-wrap{width:var(--mc-cell);height:var(--mc-cell)}.mc-block{background:linear-gradient(155deg,var(--mc-accent-hot),var(--mc-accent)65%,#00b733);border:1px solid #00ff418c;border-radius:2px;width:100%;height:100%;box-shadow:0 0 6px #00ff4173,inset 0 0 3px #dcffe64d}.mc-glowpulse{animation:.9s ease-out mcGlowPulse}@keyframes mcGlowPulse{0%{filter:drop-shadow(0 0 #00ff4100)}40%{filter:drop-shadow(0 0 26px #00ff418c)}to{filter:drop-shadow(0 0 10px #00ff4133)}}.mc-token-stage{perspective:600px}.mc-token{background:var(--mc-panel-glass);border:1.5px solid var(--mc-border);width:66px;height:66px;box-shadow:var(--mc-glow),inset 0 0 12px #00ff411a;transform-style:preserve-3d;border-radius:14px;place-items:center;display:grid;position:relative}.mc-token-glyph{width:30px;height:30px;position:relative}.mc-token-bar{background:linear-gradient(155deg,var(--mc-accent-hot),var(--mc-accent));border-radius:2px;position:absolute;box-shadow:0 0 6px #00ff4180}.mc-token-bar.b1{width:12px;height:30px;top:0;left:0}.mc-token-bar.b2{width:12px;height:6px;top:0;left:0}.mc-token-bar.b3{width:12px;height:6px;bottom:0;left:0}.mc-token-bar.b4{clip-path:polygon(0 0,100% 18%,100% 100%,0 100%);width:12px;height:22px;top:4px;right:0}.mc-token-bar.b5{width:12px;height:5px;top:13px;right:0}.mc-status{font-family:var(--font-bebas),var(--font-inter-tight),sans-serif;letter-spacing:.42em;color:var(--mc-accent);text-shadow:0 0 12px #00ff4180;text-transform:uppercase;padding-left:.42em;font-size:.82rem}.mc-skip{z-index:60;letter-spacing:.16em;text-transform:uppercase;color:var(--mc-text-muted);border:1px solid var(--mc-border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#07100b99;border-radius:8px;padding:7px 12px;font-size:.72rem;transition:color .2s,border-color .2s,box-shadow .2s;position:fixed;bottom:16px;right:18px}.mc-skip:hover,.mc-skip:focus-visible{color:var(--mc-text);box-shadow:var(--mc-glow);border-color:#00ff4180;outline:none}.mc-card{background:var(--mc-panel-glass);border:1px solid var(--mc-border);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:var(--mc-glow),inset 0 1px 0 #ffffff0a;border-radius:18px;padding:28px}.mc-label{letter-spacing:.22em;text-transform:uppercase;color:var(--mc-text-muted);margin-bottom:8px;font-size:.66rem;display:block}.mc-input{border:1px solid var(--mc-border);width:100%;color:var(--mc-text);background:#02080499;border-radius:10px;padding:13px 14px;font-size:.95rem;transition:border-color .25s,box-shadow .25s}.mc-input::placeholder{color:#5d6b61}.mc-input:focus{border-color:#00ff418c;outline:none;box-shadow:0 0 0 3px #00e83f1f,0 0 20px #00ff412e}.mc-btn{background:linear-gradient(155deg,var(--mc-accent-hot),var(--mc-accent));color:#021006;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;border:1px solid #00ff4180;border-radius:10px;width:100%;padding:13px;font-size:.82rem;font-weight:700;transition:filter .2s,box-shadow .2s,opacity .2s}.mc-btn:hover:not(:disabled){filter:brightness(1.08);box-shadow:var(--mc-glow)}.mc-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #00e83f4d}.mc-btn:disabled{opacity:.55;cursor:default}.mc-toggle-track{background:#ffffff24;border-radius:999px;width:40px;height:20px;transition:background .2s;position:relative}.mc-toggle-track[data-on=true]{background:var(--mc-accent)}.mc-toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.mc-toggle-track[data-on=true] .mc-toggle-knob{transform:translate(20px)}@media (prefers-reduced-motion:reduce){.mc-glowpulse{animation:none}.mc-block{transition:none}}
.HiddenChaosToCommandIntro-module__Pim-yW__overlay{z-index:40;perspective:1100px;pointer-events:none;place-items:center;transition:opacity .55s;display:grid;position:absolute;inset:0;overflow:hidden}.HiddenChaosToCommandIntro-module__Pim-yW__overlay[data-leaving=true]{opacity:0}.HiddenChaosToCommandIntro-module__Pim-yW__haze{background:radial-gradient(60% 50% at 50% 46%,var(--mc-accent-soft),transparent 72%);opacity:0;transition:opacity .9s;position:absolute;inset:0}.HiddenChaosToCommandIntro-module__Pim-yW__haze[data-on=true]{opacity:1}.HiddenChaosToCommandIntro-module__Pim-yW__scanlines{pointer-events:none;opacity:0;background:repeating-linear-gradient(#0000 0 2px,#001a0a80 3px,#0000 4px);transition:opacity .7s;position:absolute;inset:0}.HiddenChaosToCommandIntro-module__Pim-yW__scanlines[data-on=true]{opacity:.5}.HiddenChaosToCommandIntro-module__Pim-yW__stage{transform-style:preserve-3d;transition:transform .65s cubic-bezier(.6,.02,.2,1),opacity .6s,filter .6s;position:absolute;inset:0}.HiddenChaosToCommandIntro-module__Pim-yW__stage[data-clearing=true]{opacity:0;filter:blur(6px);transform:translateY(-70px)scale(.82)}.HiddenChaosToCommandIntro-module__Pim-yW__card{background:var(--mc-panel-glass);border:1px solid var(--mc-border);max-width:200px;color:var(--mc-text);letter-spacing:.01em;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;will-change:transform,opacity;border-radius:10px;padding:9px 13px;font-size:.78rem;transition:opacity .7s;position:absolute;box-shadow:0 6px 22px #00000073,inset 0 0 10px #00ff410a}.HiddenChaosToCommandIntro-module__Pim-yW__card[data-on=true]{opacity:var(--card-opacity,.85)}.HiddenChaosToCommandIntro-module__Pim-yW__card:before{content:"";background:var(--mc-accent);vertical-align:middle;border-radius:50%;width:6px;height:6px;margin-right:8px;display:inline-block;box-shadow:0 0 7px #00ff4199}.HiddenChaosToCommandIntro-module__Pim-yW__near{animation:HiddenChaosToCommandIntro-module__Pim-yW__floatNear var(--dur,7s)ease-in-out infinite}.HiddenChaosToCommandIntro-module__Pim-yW__mid{filter:blur(.6px);animation:HiddenChaosToCommandIntro-module__Pim-yW__floatMid var(--dur,8s)ease-in-out infinite}.HiddenChaosToCommandIntro-module__Pim-yW__far{filter:blur(1.6px);animation:HiddenChaosToCommandIntro-module__Pim-yW__floatFar var(--dur,9s)ease-in-out infinite}@keyframes HiddenChaosToCommandIntro-module__Pim-yW__floatNear{0%,to{transform:translateZ(10px)translateY(0)}50%{transform:translateZ(10px)translateY(-12px)}}@keyframes HiddenChaosToCommandIntro-module__Pim-yW__floatMid{0%,to{transform:translateZ(-120px)translateY(0)}50%{transform:translateZ(-120px)translateY(10px)}}@keyframes HiddenChaosToCommandIntro-module__Pim-yW__floatFar{0%,to{transform:translateZ(-260px)translateY(0)}50%{transform:translateZ(-260px)translateY(-9px)}}.HiddenChaosToCommandIntro-module__Pim-yW__terminal{z-index:5;background:var(--mc-panel-glass);border:1px solid var(--mc-border);min-width:min(440px,84vw);box-shadow:var(--mc-glow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);opacity:0;border-radius:12px;padding:16px 18px;font-family:ui-monospace,SF Mono,Menlo,monospace;transition:opacity .5s,transform .5s;position:relative;transform:translateY(8px)scale(.98)}.HiddenChaosToCommandIntro-module__Pim-yW__terminal[data-on=true]{opacity:1;transform:translateY(0)scale(1)}.HiddenChaosToCommandIntro-module__Pim-yW__terminal[data-hide=true]{opacity:0;transform:translateY(-6px)scale(.98)}.HiddenChaosToCommandIntro-module__Pim-yW__termHead{align-items:center;gap:7px;margin-bottom:12px;display:flex}.HiddenChaosToCommandIntro-module__Pim-yW__termDot{border:1px solid var(--mc-border);background:#2a3a30;border-radius:50%;width:9px;height:9px}.HiddenChaosToCommandIntro-module__Pim-yW__termLabel{letter-spacing:.18em;color:var(--mc-text-muted);text-transform:uppercase;margin-left:auto;font-size:.62rem}.HiddenChaosToCommandIntro-module__Pim-yW__termLine{color:var(--mc-text);min-height:1.4em;font-size:.98rem}.HiddenChaosToCommandIntro-module__Pim-yW__prompt{color:var(--mc-accent);margin-right:8px}.HiddenChaosToCommandIntro-module__Pim-yW__cursor{vertical-align:text-bottom;background:var(--mc-accent-hot);width:9px;height:1.05em;margin-left:2px;animation:1s step-end infinite HiddenChaosToCommandIntro-module__Pim-yW__blink;display:inline-block;box-shadow:0 0 8px #00ff41b3}.HiddenChaosToCommandIntro-module__Pim-yW__cursor[data-enter=true]{animation:.18s 2 HiddenChaosToCommandIntro-module__Pim-yW__enterFlash}@keyframes HiddenChaosToCommandIntro-module__Pim-yW__blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes HiddenChaosToCommandIntro-module__Pim-yW__enterFlash{0%{background:var(--mc-accent-hot);transform:scaleY(1)}50%{background:#fff;transform:scaleY(1.25)}to{background:var(--mc-accent-hot);transform:scaleY(1)}}.HiddenChaosToCommandIntro-module__Pim-yW__welcome{z-index:6;text-align:center;opacity:0;flex-direction:column;align-items:center;gap:12px;transition:opacity .8s;display:flex;position:absolute}.HiddenChaosToCommandIntro-module__Pim-yW__welcome[data-on=true]{opacity:1}.HiddenChaosToCommandIntro-module__Pim-yW__welcome[data-hide=true]{opacity:0}.HiddenChaosToCommandIntro-module__Pim-yW__welcomeTitle{font-family:var(--font-bebas),sans-serif;letter-spacing:.3em;color:var(--mc-text);text-shadow:0 0 26px #00ff4147;opacity:0;padding-left:.3em;font-size:clamp(2.2rem,6vw,3.6rem);transition:opacity .7s,transform .7s;transform:translateY(8px)}.HiddenChaosToCommandIntro-module__Pim-yW__welcome[data-on=true] .HiddenChaosToCommandIntro-module__Pim-yW__welcomeTitle{opacity:1;transform:translateY(0)}.HiddenChaosToCommandIntro-module__Pim-yW__welcomeTag{letter-spacing:.06em;color:var(--mc-text-muted);opacity:0;font-size:.96rem;transition:opacity .7s .25s}.HiddenChaosToCommandIntro-module__Pim-yW__welcome[data-tag=true] .HiddenChaosToCommandIntro-module__Pim-yW__welcomeTag{opacity:1}.HiddenChaosToCommandIntro-module__Pim-yW__scanWrap{z-index:7;opacity:0;place-items:center;transition:opacity .3s;display:grid;position:absolute}.HiddenChaosToCommandIntro-module__Pim-yW__scanWrap[data-on=true]{opacity:1}.HiddenChaosToCommandIntro-module__Pim-yW__chromeMark{filter:drop-shadow(0 0 14px #00ff412e);place-items:center;width:92px;height:92px;animation:.13s HiddenChaosToCommandIntro-module__Pim-yW__scanPop;display:grid}@keyframes HiddenChaosToCommandIntro-module__Pim-yW__scanPop{0%{opacity:.2;transform:scale(.86)}to{opacity:1;transform:scale(1)}}.HiddenChaosToCommandIntro-module__Pim-yW__chrome{background:linear-gradient(135deg,#f4f7f8 0%,#c3ccd1 22%,#8b969c 46%,#e7edf0 60%,#9aa4aa 78%,#cdd5d9 100%)}.HiddenChaosToCommandIntro-module__Pim-yW__mPortal{border:9px solid;border-image:linear-gradient(135deg,#f4f7f8,#8b969c,#e7edf0) 1;border-radius:50%;width:78px;height:78px}.HiddenChaosToCommandIntro-module__Pim-yW__mLoop{border:9px solid;border-image:linear-gradient(135deg,#eef2f4,#7f8a90,#dfe6e9) 1;border-radius:20px;width:74px;height:74px}.HiddenChaosToCommandIntro-module__Pim-yW__mToken{border:8px solid;border-image:linear-gradient(135deg,#f4f7f8,#8b969c,#e7edf0) 1;border-radius:12px;width:66px;height:66px;transform:rotate(45deg)}.HiddenChaosToCommandIntro-module__Pim-yW__mThreshold{width:64px;height:80px;position:relative}.HiddenChaosToCommandIntro-module__Pim-yW__mThreshold:before,.HiddenChaosToCommandIntro-module__Pim-yW__mThreshold:after{content:"";background:linear-gradient(135deg,#f4f7f8,#8b969c 60%,#dfe6e9);border-radius:6px;width:16px;position:absolute;top:0;bottom:0}.HiddenChaosToCommandIntro-module__Pim-yW__mThreshold:before{left:6px}.HiddenChaosToCommandIntro-module__Pim-yW__mThreshold:after{right:6px}.HiddenChaosToCommandIntro-module__Pim-yW__mChip{background:linear-gradient(135deg,#eef2f4,#99a3a9 55%,#d7dee1);border-radius:12px;width:70px;height:70px;box-shadow:inset 0 0 0 6px #020804a6,inset 0 0 0 9px #aeb6bb}.HiddenChaosToCommandIntro-module__Pim-yW__doorWrap{z-index:8;opacity:0;place-items:center;transition:opacity .4s,transform .7s cubic-bezier(.5,0,.2,1);display:grid;position:absolute;transform:scale(.9)}.HiddenChaosToCommandIntro-module__Pim-yW__doorWrap[data-on=true]{opacity:1;transform:scale(1)}.HiddenChaosToCommandIntro-module__Pim-yW__doorWrap[data-through=true]{opacity:0;transform:scale(3.4)}.HiddenChaosToCommandIntro-module__Pim-yW__door{border-radius:14px;width:132px;height:188px;position:relative;overflow:hidden;box-shadow:0 14px 50px #0009,0 0 24px #00ff411a}.HiddenChaosToCommandIntro-module__Pim-yW__doorPanel{background:linear-gradient(135deg,#f4f7f8 0%,#c3ccd1 20%,#8b969c 48%,#e7edf0 64%,#9aa4aa 82%,#cdd5d9 100%);width:50%;transition:transform .6s cubic-bezier(.6,0,.2,1);position:absolute;top:0;bottom:0}.HiddenChaosToCommandIntro-module__Pim-yW__doorPanel.HiddenChaosToCommandIntro-module__Pim-yW__left{border-right:1px solid #02080466;left:0}.HiddenChaosToCommandIntro-module__Pim-yW__doorPanel.HiddenChaosToCommandIntro-module__Pim-yW__right{border-left:1px solid #02080466;right:0}.HiddenChaosToCommandIntro-module__Pim-yW__doorWrap[data-open=true] .HiddenChaosToCommandIntro-module__Pim-yW__doorPanel.HiddenChaosToCommandIntro-module__Pim-yW__left{transform:translate(-66%)}.HiddenChaosToCommandIntro-module__Pim-yW__doorWrap[data-open=true] .HiddenChaosToCommandIntro-module__Pim-yW__doorPanel.HiddenChaosToCommandIntro-module__Pim-yW__right{transform:translate(66%)}.HiddenChaosToCommandIntro-module__Pim-yW__seam{background:var(--mc-accent-hot);opacity:0;z-index:3;width:2px;transition:opacity .4s,box-shadow .4s,width .4s;position:absolute;top:7%;bottom:7%;left:50%;transform:translate(-50%);box-shadow:0 0 10px #00ff4199}.HiddenChaosToCommandIntro-module__Pim-yW__doorWrap[data-seam=true] .HiddenChaosToCommandIntro-module__Pim-yW__seam{opacity:1}.HiddenChaosToCommandIntro-module__Pim-yW__doorWrap[data-open=true] .HiddenChaosToCommandIntro-module__Pim-yW__seam{width:6px;box-shadow:0 0 34px 6px #00ff41b3}.HiddenChaosToCommandIntro-module__Pim-yW__doorLight{opacity:0;z-index:1;background:radial-gradient(40% 60%,#00ff418c,#00ff410f 70%,#0000);transition:opacity .5s;position:absolute;inset:0}.HiddenChaosToCommandIntro-module__Pim-yW__doorWrap[data-open=true] .HiddenChaosToCommandIntro-module__Pim-yW__doorLight{opacity:1}.HiddenChaosToCommandIntro-module__Pim-yW__skip{z-index:60;pointer-events:auto;letter-spacing:.16em;text-transform:uppercase;color:var(--mc-text-muted);border:1px solid var(--mc-border);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#07100b99;border-radius:8px;padding:7px 12px;font-size:.72rem;transition:color .2s,border-color .2s,box-shadow .2s;position:fixed;bottom:16px;right:18px}.HiddenChaosToCommandIntro-module__Pim-yW__skip:hover,.HiddenChaosToCommandIntro-module__Pim-yW__skip:focus-visible{color:var(--mc-text);box-shadow:var(--mc-glow);border-color:#00ff4180;outline:none}@media (prefers-reduced-motion:reduce){.HiddenChaosToCommandIntro-module__Pim-yW__near,.HiddenChaosToCommandIntro-module__Pim-yW__mid,.HiddenChaosToCommandIntro-module__Pim-yW__far,.HiddenChaosToCommandIntro-module__Pim-yW__cursor{animation:none}}
