.Navbar-module__pSp8Ga__nav{z-index:100;border-bottom:1px solid #0000;transition:background .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__pSp8Ga__nav.Navbar-module__pSp8Ga__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom-color:var(--border);background:#050505d9}.Navbar-module__pSp8Ga__inner{max-width:var(--max-w);justify-content:space-between;align-items:center;height:72px;margin:0 auto;padding:0 32px;display:flex}.Navbar-module__pSp8Ga__logo{z-index:101;align-items:center;gap:10px;text-decoration:none;transition:transform .2s;display:flex}.Navbar-module__pSp8Ga__logo:hover{transform:translateY(-1px)}.Navbar-module__pSp8Ga__logoIcon{background:var(--red);width:32px;height:32px;font-family:var(--font-display);color:#fff;letter-spacing:-.02em;border-radius:6px;justify-content:center;align-items:center;font-size:.72rem;font-weight:800;transition:all .3s;display:flex}.Navbar-module__pSp8Ga__logo:hover .Navbar-module__pSp8Ga__logoIcon{background:var(--red-bright);box-shadow:0 0 16px #dc262666}.Navbar-module__pSp8Ga__logoText{font-family:var(--font-display);color:var(--white);letter-spacing:-.02em;font-size:1.05rem;font-weight:600}.Navbar-module__pSp8Ga__logoText span{color:var(--text-secondary);font-weight:400}.Navbar-module__pSp8Ga__links{align-items:center;gap:8px;list-style:none;display:flex}.Navbar-module__pSp8Ga__link{color:var(--text-secondary);cursor:pointer;font-size:.84rem;font-weight:500;font-family:var(--font);background:0 0;border:none;border-radius:6px;padding:7px 14px;transition:color .2s,background .2s}.Navbar-module__pSp8Ga__link:hover{color:var(--white);background:#ffffff0f}.Navbar-module__pSp8Ga__cta{color:var(--red-bright);border:1px solid var(--red);cursor:pointer;font-size:.82rem;font-weight:600;font-family:var(--font);letter-spacing:.02em;background:0 0;border-radius:6px;margin-left:8px;padding:8px 20px;transition:all .25s}.Navbar-module__pSp8Ga__cta:hover{background:var(--red);color:#fff;box-shadow:0 0 20px #dc262640}.Navbar-module__pSp8Ga__status{color:var(--text-muted);align-items:center;gap:8px;font-size:.78rem;display:flex}.Navbar-module__pSp8Ga__statusDot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite Navbar-module__pSp8Ga__pulse}.Navbar-module__pSp8Ga__statusBusy .Navbar-module__pSp8Ga__statusDot{background:#f59e0b;animation:none}@keyframes Navbar-module__pSp8Ga__pulse{0%,to{opacity:1}50%{opacity:.4}}.Navbar-module__pSp8Ga__hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:6px;padding:6px;transition:transform .2s;display:none}.Navbar-module__pSp8Ga__hamburger:hover{transform:scale(1.05)}.Navbar-module__pSp8Ga__hamburger span{background:var(--white);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:all .35s cubic-bezier(.77,0,.18,1);display:block}.Navbar-module__pSp8Ga__hamburger.Navbar-module__pSp8Ga__open span:first-child{transform:rotate(45deg)translate(5.5px,5.5px)}.Navbar-module__pSp8Ga__hamburger.Navbar-module__pSp8Ga__open span:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__pSp8Ga__hamburger.Navbar-module__pSp8Ga__open span:nth-child(3){transform:rotate(-45deg)translate(5.5px,-5.5px)}.Navbar-module__pSp8Ga__mobileMenu{z-index:99;-webkit-backdrop-filter:blur(30px);opacity:0;pointer-events:none;background:#050505f7;transition:opacity .35s;display:none;position:fixed;inset:0}.Navbar-module__pSp8Ga__mobileMenu.Navbar-module__pSp8Ga__open{opacity:1;pointer-events:all}.Navbar-module__pSp8Ga__mobileInner{flex-direction:column;justify-content:center;align-items:center;gap:48px;height:100%;padding:32px;display:flex}.Navbar-module__pSp8Ga__mobileLinks{text-align:center;flex-direction:column;gap:0;list-style:none;display:flex}.Navbar-module__pSp8Ga__mobileLinks li{opacity:0;transition:opacity .3s,transform .3s;transform:translateY(16px)}.Navbar-module__pSp8Ga__mobileMenu.Navbar-module__pSp8Ga__open .Navbar-module__pSp8Ga__mobileLinks li{opacity:1;transform:translateY(0)}.Navbar-module__pSp8Ga__mobileLink{font-family:var(--font-display);color:var(--text-secondary);cursor:pointer;letter-spacing:-.02em;background:0 0;border:none;justify-content:center;align-items:center;gap:14px;padding:16px 24px;font-size:2rem;font-weight:600;transition:color .2s;display:flex}.Navbar-module__pSp8Ga__mobileLink:hover{color:var(--white)}.Navbar-module__pSp8Ga__mobileCta{color:var(--red-bright);font-family:var(--font);border:1px solid var(--red);cursor:pointer;letter-spacing:.02em;background:0 0;border-radius:8px;align-items:center;gap:10px;padding:14px 36px;font-size:1rem;font-weight:600;transition:all .25s;display:inline-flex}.Navbar-module__pSp8Ga__mobileCta:hover{background:var(--red);color:#fff}.Navbar-module__pSp8Ga__langToggle{border:1px solid var(--border);color:var(--text-muted);font-family:var(--font-mono);cursor:pointer;letter-spacing:.08em;background:#ffffff0f;border-radius:4px;padding:4px 10px;font-size:.7rem;font-weight:600;transition:all .2s}.Navbar-module__pSp8Ga__langToggle:hover{color:#fff;border-color:var(--red);background:#ffffff1a}.Navbar-module__pSp8Ga__mobileRight{align-items:center;gap:12px;display:none}@media (max-width:768px){.Navbar-module__pSp8Ga__links{display:none}.Navbar-module__pSp8Ga__hamburger,.Navbar-module__pSp8Ga__mobileRight{display:flex}.Navbar-module__pSp8Ga__mobileMenu{display:block}.Navbar-module__pSp8Ga__inner{padding:0 20px}}
.Footer-module__nhiC3q__footer{border-top:1px solid var(--border);padding:40px 0}.Footer-module__nhiC3q__inner{max-width:var(--max-w);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:0 32px;display:flex}.Footer-module__nhiC3q__left{align-items:center;gap:24px;display:flex}.Footer-module__nhiC3q__brand{font-family:var(--font-mono);color:var(--text-muted);font-size:.88rem;font-weight:600}.Footer-module__nhiC3q__brand span{color:var(--red)}.Footer-module__nhiC3q__copy{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.3px;font-size:.7rem}.Footer-module__nhiC3q__links{gap:24px;display:flex}.Footer-module__nhiC3q__link{font-family:var(--font-mono);color:var(--text-muted);font-size:.78rem;transition:color .2s}.Footer-module__nhiC3q__link:hover{color:var(--red-bright)}@media (max-width:580px){.Footer-module__nhiC3q__inner{text-align:center;flex-direction:column}.Footer-module__nhiC3q__left{flex-direction:column;gap:8px}}
.FloatingControls-module__BVmjHW__container{z-index:9999;flex-direction:column;align-items:center;gap:12px;display:flex;position:fixed;bottom:28px;right:28px}.FloatingControls-module__BVmjHW__langBtn{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);cursor:pointer;background:#080808eb;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:visible}.FloatingControls-module__BVmjHW__langBtn:hover{border-color:var(--red);box-shadow:0 0 20px #dc262633,0 0 40px #dc262614,inset 0 0 20px #dc26260d}.FloatingControls-module__BVmjHW__langInner{perspective:500px;flex-direction:column;align-items:center;gap:1px;display:flex}.FloatingControls-module__BVmjHW__flagWrap{justify-content:center;align-items:center;display:flex}.FloatingControls-module__BVmjHW__flagIcon{border-radius:3px;width:22px;height:15px;display:block;box-shadow:0 1px 3px #0000004d}.FloatingControls-module__BVmjHW__langText{height:13px;overflow:hidden}.FloatingControls-module__BVmjHW__langCode{font-family:var(--font-mono);letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;font-size:.55rem;font-weight:700;line-height:13px;display:block}.FloatingControls-module__BVmjHW__langBtn:hover .FloatingControls-module__BVmjHW__langCode{color:var(--red-bright)}.FloatingControls-module__BVmjHW__pulse{border:2px solid var(--red);pointer-events:none;border-radius:50%;animation:.6s ease-out forwards FloatingControls-module__BVmjHW__pulseRing;position:absolute;inset:-3px}@keyframes FloatingControls-module__BVmjHW__pulseRing{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}.FloatingControls-module__BVmjHW__topBtn{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);cursor:pointer;width:44px;height:44px;color:var(--text-muted);background:#080808eb;border-radius:50%;justify-content:center;align-items:center;transition:border-color .3s,box-shadow .3s,color .3s;display:flex}.FloatingControls-module__BVmjHW__topBtn:hover{border-color:var(--red);color:var(--red-bright);box-shadow:0 0 16px #dc262626,0 0 32px #dc26260d}.FloatingControls-module__BVmjHW__topBtn:hover .FloatingControls-module__BVmjHW__arrow{animation:.6s infinite FloatingControls-module__BVmjHW__arrowBounce}.FloatingControls-module__BVmjHW__arrow{width:18px;height:18px}@keyframes FloatingControls-module__BVmjHW__arrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (max-width:768px){.FloatingControls-module__BVmjHW__container{gap:10px;bottom:20px;right:16px}.FloatingControls-module__BVmjHW__langBtn{width:46px;height:46px}.FloatingControls-module__BVmjHW__topBtn{width:38px;height:38px}.FloatingControls-module__BVmjHW__flagIcon{width:18px;height:12px}.FloatingControls-module__BVmjHW__arrow{width:15px;height:15px}}
.Maintenance-module__jYWSAW__page{background:#050505;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.Maintenance-module__jYWSAW__card{background:#0c0c0c;border:1px solid #1e1e1e;border-radius:8px;width:100%;max-width:500px;overflow:hidden}.Maintenance-module__jYWSAW__header{background:#0006;border-bottom:1px solid #1e1e1e;align-items:center;gap:6px;padding:12px 16px;display:flex}.Maintenance-module__jYWSAW__dot{border-radius:50%;width:10px;height:10px}.Maintenance-module__jYWSAW__headerTitle{font-family:var(--font-mono);color:#555;margin-left:8px;font-size:.72rem}.Maintenance-module__jYWSAW__body{text-align:center;padding:48px 32px}.Maintenance-module__jYWSAW__icon{margin-bottom:20px;font-size:3rem}.Maintenance-module__jYWSAW__title{font-family:var(--font-mono);color:#e5e5e5;margin-bottom:16px;font-size:1.3rem;font-weight:600}.Maintenance-module__jYWSAW__desc{font-family:var(--font-mono);color:#555;margin-bottom:4px;font-size:.82rem}.Maintenance-module__jYWSAW__prompt{font-family:var(--font-mono);margin-top:32px;font-size:.82rem}.Maintenance-module__jYWSAW__promptGreen{color:#22c55e}.Maintenance-module__jYWSAW__promptGray{color:#555}.Maintenance-module__jYWSAW__promptBlue{color:#3b82f6}.Maintenance-module__jYWSAW__blink{color:#e5e5e5;animation:1s step-end infinite Maintenance-module__jYWSAW__blink}@keyframes Maintenance-module__jYWSAW__blink{0%,to{opacity:1}50%{opacity:0}}
