:root{--pulse-red:#e53935;--dark-bg:#0b0b0f;--glow:#e5393599;--glow-bit:#db242466;--red:#db2929;--btn-red:#d32f2f;--btn-red-glow:#e5393599}*{box-sizing:border-box;scroll-behavior:smooth;scrollbar-color:#434343a8 #17161482;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:#0000;font-family:Segoe UI,system-ui,sans-serif}::selection{background:var(--red);color:#000}body{background:radial-gradient(circle at top,#141420,var(--dark-bg));color:#fff;height:100vh;margin:0}.container-wrapper{justify-content:center;align-items:center;height:100vh;display:flex}.container{text-align:center;padding:40px;animation:1.2s ease-out fadeIn}.logo{margin-bottom:20px;animation:2.5s infinite pulseGlow}h1{margin:0;font-size:2.5rem}.subtitle{color:#bbb;margin-top:10px;font-size:1.1rem}.construction{background:#1f1f2e;border-radius:5px;width:120px;height:6px;margin:30px auto;position:relative;overflow:hidden}.construction:before{content:"";background:linear-gradient(90deg,transparent,var(--pulse-red),transparent);width:40%;height:100%;animation:1.4s infinite loading;position:absolute}.buttons{flex-wrap:wrap;justify-content:center;gap:15px;margin-top:35px;display:flex}.btn{cursor:pointer;color:#fff;background:#1f1f2e;border:none;border-radius:8px;padding:14px 22px;font-size:.95rem;text-decoration:none;transition:all .2s}.btn.primary{background:var(--pulse-red);box-shadow:0 0 18px var(--glow)}.btn:hover{box-shadow:0 0 22px var(--glow);transform:translateY(-2px)}footer{color:#666;margin-top:40px;font-size:.8rem}@keyframes loading{0%{left:-40%}to{left:100%}}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 6px var(--glow))}50%{filter:drop-shadow(0 0 18px var(--glow))}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.popup{z-index:999;background-color:#00000074;width:100%;height:100dvh;display:none;position:fixed}.popup .search-mini{z-index:6;justify-content:center;align-items:center;width:100%;height:70px;display:none;position:fixed;top:0}.popup .search-mini .search-box{corner-shape:squircle;background-color:#111;border-radius:20px;align-items:center;width:300px;height:50px;padding:0 10px;display:flex}.search-mini .search-box:focus-within{outline:3px solid var(--red);background-color:#170000}.popup .search-mini .search-box img{width:25px;height:25px}.popup .search-mini .search-box input{color:#dcdcdc;background-color:#0000;border:0;outline:0;width:100%;margin-left:5px;font-family:HarmonyOS;font-size:17px}.popup .search-mini .search-box input::-webkit-search-cancel-button{-webkit-appearance:none;cursor:pointer;background-image:url(/media/assets/icons/close-small.svg);background-repeat:no-repeat;background-size:contain;width:25px;height:25px}.header{z-index:5;background-color:#0f0f10;align-items:center;width:100%;height:70px;display:flex;position:fixed;top:0}.header .menu{corner-shape:squircle;cursor:pointer;border-radius:40px;justify-content:center;align-items:center;width:60px;height:60px;margin-left:10px;display:flex}.header .menu:hover{background-color:#1c1c25}.header .menu:active{background-color:#16161d}.header .menu img{width:30px;height:30px}.header .logo{cursor:pointer;background-color:#4a0303;border-radius:50px;min-width:50px;height:50px;overflow:hidden}.header .logo img{width:100%;height:100%}.header .search{corner-shape:squircle;cursor:pointer;border-radius:20px;align-items:center;margin-left:30px;margin-right:auto;display:flex}.header .search:focus-within{outline:3px solid var(--red)}.header .search .icon{corner-shape:squircle;border-radius:20px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.header .search .icon:hover{background-color:#1c1c25}.header .search .icon:active{background-color:#161616}.header .search .input-box{corner-shape:squircle;background-color:#1c1c25;border-radius:20px;align-items:center;width:300px;height:35px;padding:0 10px;display:flex}.header .search:focus-within .input-box{background-color:#170000}.header .search .input-box img{width:25px;height:25px}.header .search .input-box input{width:100%;margin-left:5px}.header .search .input-box input::-webkit-search-cancel-button{-webkit-appearance:none;cursor:pointer;background-image:url(/media/assets/icons/close-small.svg);background-repeat:no-repeat;background-size:contain;width:25px;height:25px}.header .tabs{justify-content:space-evenly;align-items:center;height:60px;margin:auto;display:flex}.header .tabs a{corner-shape:squircle;border-radius:20px;align-items:center;height:40px;padding:0 20px;font-size:15px;display:flex}.header .tabs a:hover,.header .tabs a.current,.header .tabs a.current:hover{background-color:#1c1c25}.header .tabs a h3{color:#fff}.header .notif-con{justify-content:space-evenly;align-items:center;width:max-content;height:40px;margin-left:auto;margin-right:15px;display:flex;position:relative}.header .notif-con .con{corner-shape:squircle;cursor:pointer;background-color:#1c1c25;border-radius:20px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:10px;display:flex}.header .notif-con .con:first-child{margin-left:0}.header .notif-con .con:active{background-color:#161616}.header .notif-con .con.mobile-compressed{anchor-name:--more-info;background-color:#1c1c2500;display:none}.header .notif-con .con.mobile-compressed:hover{background-color:#1c1c25}.header .notif-con .con.mobile-compressed:active{background-color:#161616}.header .notif-con .con img{width:22px;height:22px}.header .notif-con ul.popup-notif-con{position-anchor:--more-info;background-color:#1c1c25;border:0;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:60px;height:160px;margin-top:40px;margin-left:-10px;display:none;position:absolute}.header .notif-con ul.popup-notif-con img{corner-shape:squircle;cursor:pointer;border-radius:20px;width:45px;height:45px;padding:7.5px}.header .notif-con ul.popup-notif-con img:hover{background-color:#161616}.header .profile{anchor-name:--profile;corner-shape:squircle;cursor:pointer;background-color:#4a0303;border-radius:20px;min-width:36px;height:36px;margin-right:15px;overflow:hidden}.header .profile:focus-within{outline:2px solid var(--red)}.header .profile img{width:100%;height:100%}.header .popup-profile{position-anchor:--profile;max-height:400px;right:anchor(right);scrollbar-width:thin;top:anchor(bottom);background-color:#1c1c25;border-radius:15px;flex-direction:column;justify-content:flex-start;align-items:center;width:200px;margin-top:20px;padding-bottom:10px;display:none;position:absolute;overflow-y:auto}.header .popup-profile .cat{flex-direction:column;align-items:center;width:100%;display:flex}.header .popup-profile .channel{justify-content:center;height:100px;margin-top:10px}.header .popup-profile .channel img{border-radius:40px;width:40px;height:40px;margin-bottom:20px}.header .popup-profile .channel a .button{corner-shape:squircle;background-color:#151518;border-radius:30px;justify-content:center;align-items:center;width:170px;height:30px;display:flex}.header .popup-profile .channel a .button h5{color:#a4a4a4}.header .popup-profile .sparks .container{corner-shape:squircle;cursor:pointer;background-color:#151518;border-radius:30px;justify-content:space-between;align-items:center;width:80%;height:35px;padding:3px;display:flex}.header .popup-profile .sparks .container .count{corner-shape:squircle;background-color:#1c1c1f;border-radius:30px;justify-content:center;align-items:center;width:75px;height:95%;display:flex}.header .popup-profile .sparks .container .count h6{color:#a4a4a4;margin:6px}.header .popup-profile .sparks .container .count img{height:80%}.header .popup-profile .sparks .container h6{color:#a4a4a4;margin:auto}.header .popup-profile .actions{height:82px}.header .popup-profile .actions .col{corner-shape:squircle;cursor:pointer;border-radius:10px;width:80%;margin:auto;padding:5px}.header .popup-profile .actions .col:hover{background-color:var(--red)}.header .popup-profile .actions .col h6{color:#a4a4a4}.header .popup-profile .actions .col:hover h6{color:#fff}.header .popup-profile .ct-dshb{height:30px;margin-bottom:10px}.header .popup-profile .ct-dshb .col{corner-shape:squircle;cursor:pointer;border-radius:10px;width:80%;margin:auto;padding:5px}.header .popup-profile .ct-dshb .col:hover{background-color:var(--red)}.header .popup-profile .ct-dshb .col h6{color:#a4a4a4}.header .popup-profile .ct-dshb .col:hover h6{color:#fff}.header .popup-profile .signout{cursor:pointer;padding:5px 10px}.header .popup-profile .signout h6{color:var(--red)}.header .popup-profile hr{border:1px solid #353131;width:80%;margin:15px 0}.featured-sidebar{z-index:4;background-color:#0f0f10;width:300px;height:calc(100dvh - 55px);padding:15px;position:fixed;top:70px;left:-300px;overflow-y:auto}.featured-sidebar h2{margin-top:50px;margin-bottom:35px;margin-left:15px}.featured-sidebar h2:first-child{margin-top:30px}.featured-sidebar .con{flex-direction:column;width:100%;display:flex}.featured-sidebar .con a{margin-bottom:10px}.featured-sidebar .con a .creator-info{corner-shape:squircle;border-radius:30px;align-items:center;width:100%;height:60px;padding:5px;display:flex}.featured-sidebar .con a .creator-info:hover{background-color:#1c1c25}.featured-sidebar .con a .creator-info img{border-radius:45px;width:45px;height:45px}.featured-sidebar .con a .creator-info .name-game{flex-direction:column;align-items:flex-start;width:150px;height:100%;margin-top:5px;margin-left:10px;display:flex}.featured-sidebar .con a .creator-info .name-game .name-reddot{flex-direction:row;align-items:center;width:100%;height:24px;display:flex;overflow:hidden}.featured-sidebar .con a .creator-info .name-game .name-reddot p{max-width:135px;overflow:hidden}.featured-sidebar .con a .creator-info .name-game .name-reddot .dot{background-color:var(--red);border-radius:10px;min-width:8px;height:8px;margin:auto 0 auto 7px}.featured-sidebar .con a .creator-info .name-game h6{white-space:nowrap;max-width:150px;height:12px;overflow:hidden}.featured-sidebar .con a .creator-info .status{justify-content:flex-end;align-items:start;width:100%;height:100%;display:flex}.featured-sidebar .con a .creator-info .status h5{margin:10px 2px}.featured-sidebar .con a .creator-info .status .dot{background-color:var(--red);border-radius:10px;min-width:12px;height:12px;margin:10px 5px}.body{flex-direction:column;width:100%;max-width:100%;margin-top:70px;margin-left:auto;margin-right:auto;display:flex}@media only screen and (max-width:1103px){.header .search .icon{display:flex}.header .search .input-box{display:none}}@media only screen and (max-width:831px){.header .search .icon{display:none}.header .search .input-box{display:flex}.header .tabs{display:none}}@media only screen and (max-width:660px){.header .search .input-box{width:190px}}@media only screen and (max-width:551px){.header .search{margin-left:10px}}@media only screen and (max-width:529px){.header .search .icon{display:flex}.header .search .input-box{display:none}}@media only screen and (max-width:410px){.header .notif-con .con{display:none}.header .notif-con .con.mobile-compressed{display:flex}}
.SignupModal-module__iu48Yq__popup{outline:2px solid var(--red);z-index:10000;background-color:#12121a;border-radius:20px;max-width:1000px;max-height:none;margin:20px;position:relative;overflow:auto}.SignupModal-module__iu48Yq__close{cursor:pointer;transition:transform .2s;position:absolute;top:10px;right:10px}.SignupModal-module__iu48Yq__close:hover{transform:scale(1.1)}.SignupModal-module__iu48Yq__infoForm{flex-wrap:wrap;justify-content:center;height:calc(100% - 60px);margin-top:40px;display:flex;overflow:visible}.SignupModal-module__iu48Yq__form{justify-content:center;align-items:center;width:478px;height:100px;display:flex;overflow:visible}.SignupModal-module__iu48Yq__currencyWrapper{justify-content:center;align-items:center;width:478px;height:auto;min-height:100px;display:flex;position:relative;overflow:visible}.SignupModal-module__iu48Yq__textbox{corner-shape:squircle;background:#1c1c25;border-radius:10px;align-items:center;width:80%;height:60px;padding:10px 0 10px 15px;transition:all .2s;display:flex;position:relative;overflow:visible}.SignupModal-module__iu48Yq__textbox:focus-within{outline:3px solid var(--red);background:#170000}.SignupModal-module__iu48Yq__divider{background:#353131;flex-shrink:0;width:2px;height:100%;margin:0 15px}.SignupModal-module__iu48Yq__dividerInp{background:#353131;flex-shrink:0;width:2px;height:10px;margin:0 15px}.SignupModal-module__iu48Yq__textbox input,.SignupModal-module__iu48Yq__textbox select{color:#fff;appearance:auto;z-index:10;background:0 0;border:none;outline:none;width:100%;font-family:HarmonyOS;font-size:16px;position:relative}.SignupModal-module__iu48Yq__textbox input::placeholder{color:#999}.SignupModal-module__iu48Yq__textbox input:focus{outline:none}.SignupModal-module__iu48Yq__selectContainer{flex:1;width:100%;position:relative;overflow:visible}.react-select__control{cursor:pointer;overflow:auto;box-shadow:none!important;background-color:#0000!important;border:none!important}.react-select__menu{overflow:visible;box-shadow:0 10px 30px #00000080;border:2px solid var(--red)!important;z-index:9999!important;background-color:#1c1c25!important;border-radius:10px!important}.react-select__menu-list{max-height:300px;overflow-y:auto}.react-select__option{cursor:pointer;color:#fff;padding:12px 15px}.react-select__option--is-selected{background-color:var(--red)!important;color:#fff!important}.react-select__option--is-focused{color:#fff;background-color:#2a2a35!important}.react-select__single-value{color:#fff;font-family:HarmonyOS;font-size:16px}.react-select__input{color:#fff;font-family:HarmonyOS;font-size:16px}.react-select__placeholder{color:#999;font-family:HarmonyOS;font-size:16px}.react-select__dropdown-indicator{color:var(--red);padding:8px}.react-select__dropdown-indicator:hover{color:#f33}.react-select__clear-indicator{color:var(--red);padding:8px}.react-select__clear-indicator:hover{color:#f33}.SignupModal-module__iu48Yq__textbox input:-webkit-autofill{appearance:none;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 1000px #1c1c25!important}.SignupModal-module__iu48Yq__textbox input:-webkit-autofill:hover{-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 1000px #1c1c25!important}.SignupModal-module__iu48Yq__textbox input:-webkit-autofill:focus{-webkit-text-fill-color:white!important;outline:3px solid var(--red)!important;-webkit-box-shadow:inset 0 0 0 1000px #170000!important}.SignupModal-module__iu48Yq__textbox input:-webkit-autofill:active{-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 1000px #1c1c25!important}.SignupModal-module__iu48Yq__textbox input:-webkit-autofill{transition-delay:99999s}.SignupModal-module__iu48Yq__actions{flex-direction:column;gap:15px;width:100%;margin:35px 0;padding:20px;display:flex}.SignupModal-module__iu48Yq__error{border:1px solid var(--red);color:#f66;text-align:left;background:#db242433;border-radius:8px;width:100%;max-width:860px;margin-top:10px;padding:12px 20px;font-family:HarmonyOS;font-size:14px}.SignupModal-module__iu48Yq__remember{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;width:130px;margin-left:8%;font-family:HarmonyOS-SemiBlack;font-size:14px;transition:opacity .2s;display:flex}.SignupModal-module__iu48Yq__remember:hover{opacity:.8}.SignupModal-module__iu48Yq__remember input{display:none}.SignupModal-module__iu48Yq__checkbox{border:2px solid var(--red);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.SignupModal-module__iu48Yq__checkIcon{color:#fff;opacity:0;width:16px;height:16px;transition:all .15s;transform:translateY(2.5px)}.SignupModal-module__iu48Yq__remember input:checked+.SignupModal-module__iu48Yq__checkbox{background:var(--red);border-color:var(--red)}.SignupModal-module__iu48Yq__remember input:checked+.SignupModal-module__iu48Yq__checkbox .SignupModal-module__iu48Yq__checkIcon{opacity:1;transform:translateY(0)}.SignupModal-module__iu48Yq__button{background:var(--red);corner-shape:squircle;cursor:pointer;color:#fff;border:none;border-radius:30px;width:100%;max-width:700px;margin:auto;padding:14px;font-family:HarmonyOS-Black;font-size:16px;font-weight:500;transition:all .2s}.SignupModal-module__iu48Yq__button:hover{box-shadow:0 0 24px var(--glow-bit);background:#f33;transform:translateY(-2px)}.SignupModal-module__iu48Yq__button:disabled{cursor:not-allowed;background:#666}@media only screen and (max-width:995.5px){.SignupModal-module__iu48Yq__popup{max-width:480px;max-height:710px}.SignupModal-module__iu48Yq__info-form .SignupModal-module__iu48Yq__form.SignupModal-module__iu48Yq__six-digit{width:300px}.SignupModal-module__iu48Yq__error{max-width:80%}}@media only screen and (max-width:375px){.SignupModal-module__iu48Yq__info-form .SignupModal-module__iu48Yq__form.SignupModal-module__iu48Yq__six-digit{transform:scale(.8)}}
.VerifyModal-module__Unf9ea__overlay{outline:2px solid var(--red);background-color:#12121a;border-radius:20px;flex-direction:column;max-width:1000px;max-height:500px;margin:20px;display:flex;position:relative;overflow:auto}.VerifyModal-module__Unf9ea__modal{outline:2px solid var(--red);background-color:#12121a;border-radius:20px;flex-direction:column;max-width:1000px;max-height:500px;padding:40px;display:flex;position:relative;overflow:auto}.VerifyModal-module__Unf9ea__modal .VerifyModal-module__Unf9ea__close{cursor:pointer;position:absolute;top:0;right:0}.VerifyModal-module__Unf9ea__modal .VerifyModal-module__Unf9ea__close img{width:40px;height:40px;margin:10px}.VerifyModal-module__Unf9ea__modal h2{color:#888;text-align:left;margin-bottom:40px;font-size:14px}.VerifyModal-module__Unf9ea__codeInputs{justify-content:center;gap:12px;margin:30px 0;display:flex}.VerifyModal-module__Unf9ea__codeBox{color:#fff;corner-shape:squircle;cursor:text;scrollbar-width:none;text-align:center;background-color:#1c1c25;border-color:#0000;border-radius:30px;justify-content:flex-start;align-items:center;width:60px;height:60px;font-family:HarmonyOS-Black;font-size:30px;display:flex}.VerifyModal-module__Unf9ea__codeBox:focus{outline:3px solid var(--red);background-color:#170000}.VerifyModal-module__Unf9ea__verifyBtn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin:15px auto 5px;padding:15px;font-family:HarmonyOS-Black;font-size:20px;font-weight:600;transition:all .2s}.VerifyModal-module__Unf9ea__verifyBtn:hover{background-color:var(--btn-red);box-shadow:0 0 22px var(--btn-red-glow);transform:translateY(-2px)}.VerifyModal-module__Unf9ea__verifyBtn:hover:not(:disabled){background:#dc2626}.VerifyModal-module__Unf9ea__verifyBtn:disabled{opacity:.5;cursor:not-allowed}.VerifyModal-module__Unf9ea__resendBtn{color:#a4a4a4;cursor:pointer;background:0 0;border:none;width:100%;margin:15px auto;font-family:HarmonyOS-SemiBlack;transition:color .2s}.VerifyModal-module__Unf9ea__resendBtn:hover{color:var(--red)}.VerifyModal-module__Unf9ea__error{color:#ef4444;background:#ef44441a;border:1px solid #ef4444;border-radius:6px;margin-bottom:15px;padding:12px}@media only screen and (max-width:532px){.VerifyModal-module__Unf9ea__codeInputs{transform:scale(.7)}}@media only screen and (max-width:355px){.VerifyModal-module__Unf9ea__codeBox{width:50px}}
.LoginModal-module__byExyq__popup{outline:2px solid var(--red);z-index:10000;background-color:#12121a;border-radius:20px;width:100%;max-width:385px;height:444px;margin:20px;position:relative;overflow:auto}.LoginModal-module__byExyq__close{cursor:pointer;transition:transform .2s;position:absolute;top:10px;right:10px}.LoginModal-module__byExyq__close:hover{transform:scale(1.1)}.LoginModal-module__byExyq__infoForm{flex-direction:column;justify-content:center;align-items:center;margin-top:40px;display:flex;overflow:visible}.LoginModal-module__byExyq__form{justify-content:center;align-items:center;width:100%;height:100px;display:flex;overflow:visible}.LoginModal-module__byExyq__textbox{corner-shape:squircle;background:#1c1c25;border-radius:10px;align-items:center;width:80%;height:60px;padding:10px 0 10px 15px;transition:all .2s;display:flex;position:relative;overflow:visible}.LoginModal-module__byExyq__textbox:focus-within{outline:3px solid var(--red);background:#170000}.LoginModal-module__byExyq__divider{background:#353131;flex-shrink:0;width:2px;height:100%;margin:0 15px}.LoginModal-module__byExyq__textbox input,.LoginModal-module__byExyq__textbox select{color:#fff;appearance:auto;z-index:10;background:0 0;border:none;outline:none;width:100%;font-family:HarmonyOS;font-size:16px;position:relative}.LoginModal-module__byExyq__textbox input::placeholder{color:#999}.LoginModal-module__byExyq__textbox input:focus{outline:none}.LoginModal-module__byExyq__textbox input:-webkit-autofill{appearance:none;-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 1000px #1c1c25!important}.LoginModal-module__byExyq__textbox input:-webkit-autofill:hover{-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 1000px #1c1c25!important}.LoginModal-module__byExyq__textbox input:-webkit-autofill:focus{-webkit-text-fill-color:white!important;outline:3px solid var(--red)!important;-webkit-box-shadow:inset 0 0 0 1000px #170000!important}.LoginModal-module__byExyq__textbox input:-webkit-autofill:active{-webkit-text-fill-color:white!important;-webkit-box-shadow:inset 0 0 0 1000px #1c1c25!important}.LoginModal-module__byExyq__textbox input:-webkit-autofill{transition-delay:99999s}.LoginModal-module__byExyq__actions{flex-direction:column;gap:15px;width:100%;margin-top:35px;padding:10px;display:flex}.LoginModal-module__byExyq__remember{cursor:pointer;color:#fff;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;width:80%;margin:auto;font-family:HarmonyOS-SemiBlack;font-size:14px;transition:opacity .2s;display:flex}.LoginModal-module__byExyq__remember:hover{opacity:.8}.LoginModal-module__byExyq__remember input{display:none}.LoginModal-module__byExyq__checkbox{border:2px solid var(--red);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:all .15s;display:flex}.LoginModal-module__byExyq__checkIcon{color:#fff;opacity:0;width:16px;height:16px;transition:all .15s;transform:translateY(2.5px)}.LoginModal-module__byExyq__remember input:checked+.LoginModal-module__byExyq__checkbox{background:var(--red);border-color:var(--red)}.LoginModal-module__byExyq__remember input:checked+.LoginModal-module__byExyq__checkbox .LoginModal-module__byExyq__checkIcon{opacity:1;transform:translateY(0)}.LoginModal-module__byExyq__button{background:var(--red);corner-shape:squircle;cursor:pointer;color:#fff;border:none;border-radius:30px;width:80%;margin:auto;padding:14px;font-family:HarmonyOS-Black;font-size:16px;font-weight:500;transition:all .2s}.LoginModal-module__byExyq__button:hover{box-shadow:0 0 24px var(--glow-bit);background:#f33;transform:translateY(-2px)}.LoginModal-module__byExyq__button:disabled{cursor:not-allowed;background:#666}.LoginModal-module__byExyq__forgotPassword{text-align:center;color:#999;cursor:pointer;width:100%;margin:15px 0;font-family:HarmonyOS-SemiBlack;font-size:14px;transition:color .2s}.LoginModal-module__byExyq__forgotPassword:hover{color:var(--red)}.LoginModal-module__byExyq__error{border-left:4px solid var(--red);color:#f66;text-align:left;background:#db242426;border-radius:8px;align-items:center;gap:12px;width:90%;margin-top:20px;margin-bottom:10px;padding:14px 16px;font-family:HarmonyOS;font-size:14px;animation:.3s ease-out LoginModal-module__byExyq__slideDown;display:flex;box-shadow:0 2px 8px #db24241a}@keyframes LoginModal-module__byExyq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.LoginModal-module__byExyq__error:before{content:"⚠";color:var(--red);flex-shrink:0;font-size:18px}
