.AuthCard-module__hVG8hq__card{background:#111;background:var(--theme-background-secondary,#111);width:100%;max-width:38rem;padding:var(--space-5);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;box-shadow:0 4px 30px #0003,0 0 10px #0000004d;box-shadow:0 4px 30px var(--theme-shadow-color,#0003), 0 0 10px var(--theme-shadow-color,#0000004d);position:relative;overflow:visible}.AuthCard-module__hVG8hq__card:after{content:"";border-radius:var(--radius-lg);background:linear-gradient(135deg,#f4d89103 0%,#d6a84f03 50%,#0000 100%);background:linear-gradient(135deg, var(--theme-primary-light,#f4d89103) 0%, var(--theme-shadow-glow,#d6a84f03) 50%, transparent 100%);-webkit-mask-composite:xor;pointer-events:none;z-index:1;opacity:.05;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@supports (background:linear-gradient(red 0%, red 0% 1%, red 2%)){.AuthCard-module__hVG8hq__card:after{-webkit-mask:linear-gradient(var(--theme-text-inverse,#fff) 0 0) content-box, linear-gradient(var(--theme-text-inverse,#fff) 0 0)}}.AuthCard-module__hVG8hq__border-light{border-radius:var(--radius-lg);z-index:3;pointer-events:none;position:absolute;inset:0}.AuthCard-module__hVG8hq__border-light:before{content:"";border-radius:var(--radius-lg);background:linear-gradient(135deg,#d6a84f,#f4d891,#d6a84f,#f4d891,#d6a84f);background:linear-gradient(135deg, var(--theme-gold,#d6a84f), var(--theme-primary-light,#f4d891), var(--theme-gold,#d6a84f), var(--theme-primary-light,#f4d891), var(--theme-gold,#d6a84f));-webkit-mask-composite:xor;filter:drop-shadow(0 0 3px var(--theme-shadow-glow,#d6a84f4d));z-index:1;background-size:300% 300%;padding:.8px;animation:3s linear infinite AuthCard-module__hVG8hq__AuthCard_rotate-border__0_5dt;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.AuthCard-module__hVG8hq__border-light:after{display:none}@keyframes AuthCard-module__hVG8hq__rotate-border{0%{background-position:0 0}to{background-position:300% 300%}}@keyframes AuthCard-module__hVG8hq__shimmer{0%{transform:rotate(30deg)translateY(0)}50%{transform:rotate(30deg)translateY(-10px)}to{transform:rotate(30deg)translateY(0)}}.AuthCard-module__hVG8hq__logo{text-align:center;margin-bottom:var(--space-4);z-index:10;justify-content:center;align-items:center;display:flex;position:relative}.AuthCard-module__hVG8hq__logoContainer{z-index:3;cursor:default;width:auto;height:60px;transition:transform .3s,filter .3s;display:inline-block;position:relative}.AuthCard-module__hVG8hq__logoContainer:hover{filter:brightness(1.15);transform:scale(1.05)}.AuthCard-module__hVG8hq__logoImage{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 8px var(--theme-logo-shadow,#3c3c3c4d));width:auto;max-width:200px;height:100%;z-index:1;opacity:0;transition:filter .3s;animation:1.2s cubic-bezier(.34,1.56,.64,1) forwards AuthCard-module__hVG8hq__logoImageFadeIn;position:relative;transform:translateY(-10px)scale(.95)}@keyframes AuthCard-module__hVG8hq__logoImageFadeIn{0%{opacity:0;filter:drop-shadow(0 0 0px var(--theme-logo-shadow,#3c3c3c00)) blur(4px);transform:translateY(-10px)scale(.95)}50%{opacity:.8;filter:drop-shadow(0 0 4px var(--theme-logo-shadow,#3c3c3c26)) blur(2px);transform:translateY(-2px)scale(.98)}to{opacity:1;filter:drop-shadow(0 0 8px var(--theme-logo-shadow,#3c3c3c4d)) blur(0px);transform:translateY(0)scale(1)}}.AuthCard-module__hVG8hq__logoContainer:hover .AuthCard-module__hVG8hq__logoImage{filter:drop-shadow(0 0 12px var(--theme-logo-shadow,#3c3c3c80))}.AuthCard-module__hVG8hq__logoShimmerWrapper{pointer-events:none;z-index:2;-webkit-mask-composite:source-in;opacity:0;width:100%;height:100%;animation:.8s cubic-bezier(.4,0,.2,1) 1.2s forwards AuthCard-module__hVG8hq__shimmerWrapperFadeIn;position:absolute;top:0;left:0;overflow:hidden;-webkit-mask-image:url(/logo-nav.png);mask-image:url(/logo-nav.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-composite:source-in;mask-composite:intersect}@keyframes AuthCard-module__hVG8hq__shimmerWrapperFadeIn{0%{opacity:0}to{opacity:1}}.AuthCard-module__hVG8hq__logoShimmer{mix-blend-mode:screen;filter:blur(.5px);will-change:transform, opacity;background:linear-gradient(135deg,#0000 0% 30%,#d6a84f33 35%,#d6a84f80 40%,#f4d891e6 45%,#fff 50%,#f4d891e6 55%,#d6a84f80 60%,#d6a84f33 65%,#0000 70% 100%);width:200%;height:200%;animation:7s cubic-bezier(.25,.46,.45,.94) 2s infinite AuthCard-module__hVG8hq__logoShimmerMove;position:absolute;top:-50%;left:-50%;transform:translate(-100%)translateY(-100%)skew(-25deg)}@keyframes AuthCard-module__hVG8hq__logoShimmerMove{0%{transform:translate(-100%)translateY(-100%)skew(-25deg)}to{transform:translate(100%)translateY(100%)skew(-25deg)}}@keyframes AuthCard-module__hVG8hq__pulse-gold{0%{text-shadow:0 0 10px var(--theme-shadow-glow,#d6a84fb3)}50%{text-shadow:0 0 20px var(--theme-shadow-glow-accent,#d6a84fe6)}to{text-shadow:0 0 10px var(--theme-shadow-glow,#d6a84fb3)}}@keyframes AuthCard-module__hVG8hq__pulse-blue{0%{text-shadow:0 0 10px var(--theme-shadow-glow,#d6a84fb3)}50%{text-shadow:0 0 20px var(--theme-shadow-glow,#d6a84fe6)}to{text-shadow:0 0 10px var(--theme-shadow-glow,#d6a84fb3)}}.AuthCard-module__hVG8hq__tab-container{margin-bottom:var(--space-5);border-bottom:1px solid #d6a84f33;border-bottom:1px solid var(--theme-border-light,#d6a84f33);z-index:1;display:flex;position:relative}.AuthCard-module__hVG8hq__tab-button{padding:var(--space-3) 0;text-align:center;cursor:pointer;color:var(--theme-text-secondary,#f5f5f5e6);z-index:1;text-transform:uppercase;letter-spacing:.5px;background-color:#0000;border:none;outline:none;flex:1;font-family:Kanit,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.8;transition:all .3s ease-in-out;position:relative}.AuthCard-module__hVG8hq__tab-button:hover{color:var(--theme-text,#fff);transform:translateY(-2px)}.AuthCard-module__hVG8hq__tab-button-active{color:var(--theme-gold,#d6a84f);z-index:2;background-color:#0000;border:none;outline:none;position:relative}.AuthCard-module__hVG8hq__tab-button-active:before{content:"";background:linear-gradient(90deg,#d6a84f,#f4d891,#d6a84f,#f4d891,#d6a84f);background:linear-gradient(90deg, var(--theme-gold,#d6a84f), var(--theme-primary-light,#f4d891), var(--theme-gold,#d6a84f), var(--theme-primary-light,#f4d891), var(--theme-gold,#d6a84f));border-radius:var(--radius-full);width:100%;height:3px;box-shadow:0 0 8px #d6a84f80;box-shadow:0 0 8px var(--theme-shadow-glow,#d6a84f80);z-index:3;background-size:300% 100%;animation:3s linear infinite AuthCard-module__hVG8hq__tab-border-glow;position:absolute;bottom:-1px;left:0}@keyframes AuthCard-module__hVG8hq__tab-border-glow{0%{background-position:0%}to{background-position:300%}}.AuthCard-module__hVG8hq__tab-button-active:after{display:none}.AuthCard-module__hVG8hq__form-space-y-4>:not([hidden])~:not([hidden]){margin-top:var(--space-3)}.AuthCard-module__hVG8hq__input-group{position:relative}.AuthCard-module__hVG8hq__label{color:var(--color-label-text);margin-bottom:var(--space-1);text-transform:uppercase;letter-spacing:.5px;font-size:1.2rem;font-weight:500;display:block}.AuthCard-module__hVG8hq__input-with-icon{align-items:center;display:flex;position:relative}.AuthCard-module__hVG8hq__input-icon{left:var(--space-3);z-index:2;color:var(--theme-gold,#d6a84f);justify-content:center;align-items:center;width:2.2rem;height:100%;font-size:1.6rem;display:flex;position:absolute}.AuthCard-module__hVG8hq__input{width:100%;padding:1rem;padding-left:calc(var(--space-3) + 2.2rem + var(--space-3));padding-right:calc(var(--space-3) + 2.2rem + var(--space-3));border:1.5px solid #d6a84f33;border:1.5px solid var(--theme-input-border,#d6a84f33);border-radius:var(--radius-md);background-color:#1a1a1a;background-color:var(--theme-input-background,#1a1a1a);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:var(--theme-input-text,#fff);box-shadow:0 2px 10px #0000001a;box-shadow:0 2px 10px var(--theme-shadow-color,#0000001a);z-index:1;outline:none;font-family:Kanit,sans-serif;font-size:1.5rem;line-height:1.6;transition:all .3s;position:relative}.AuthCard-module__hVG8hq__input::placeholder{color:var(--theme-input-placeholder,#f5f5f580);font-size:1.5rem}.AuthCard-module__hVG8hq__input:focus{border-color:#d6a84f;border-color:var(--theme-input-focus,#d6a84f);box-shadow:0 0 0 2px #d6a84f33;box-shadow:0 0 0 2px var(--theme-input-focus,#d6a84f33)}.AuthCard-module__hVG8hq__input-valid{animation:.6s ease-in-out AuthCard-module__hVG8hq__pulse-valid;box-shadow:0 0 0 2px #22c55e33;border-color:#22c55e!important}.AuthCard-module__hVG8hq__input-invalid{animation:.5s ease-in-out AuthCard-module__hVG8hq__shake;box-shadow:0 0 0 2px #ef444433;border-color:#ef4444!important}@keyframes AuthCard-module__hVG8hq__pulse-valid{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes AuthCard-module__hVG8hq__shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-2px)}20%,40%,60%,80%{transform:translate(2px)}}@keyframes AuthCard-module__hVG8hq__placeholder-fade{0%,to{color:#ef4444e6}50%{color:#ef4444b3}}.AuthCard-module__hVG8hq__input-invalid{animation:1.5s infinite AuthCard-module__hVG8hq__placeholder-fade;color:#ef4444e6!important}.AuthCard-module__hVG8hq__login-button,.AuthCard-module__hVG8hq__register-button{width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:#fff;z-index:10;text-transform:uppercase;letter-spacing:.5px;border:none;outline:none;justify-content:center;font-family:Kanit,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.6;transition:all .3s;display:flex;position:relative;overflow:hidden}.AuthCard-module__hVG8hq__login-button{background:var(--gradient-gold);color:var(--theme-button-primary-text,#03050c);box-shadow:var(--theme-gold-button-shadow)}.AuthCard-module__hVG8hq__register-button{background:var(--gradient-gold);box-shadow:var(--theme-gold-button-shadow);color:var(--theme-button-primary-text,#03050c)}.AuthCard-module__hVG8hq__login-button:after,.AuthCard-module__hVG8hq__register-button:after{content:"";opacity:0;background:#ffffff1a;border-radius:50%;width:300%;height:300%;transition:transform .6s,opacity .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.AuthCard-module__hVG8hq__button-text{z-index:2;position:relative}.AuthCard-module__hVG8hq__button-shine{background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:100%;height:100%;animation:3s infinite AuthCard-module__hVG8hq__shine;position:absolute;top:0;left:-100%}@keyframes AuthCard-module__hVG8hq__shine{0%{left:-100%}20%{left:100%}to{left:100%}}.AuthCard-module__hVG8hq__button-spinner{color:#ffffffe6;margin-right:.8rem;font-size:1.4rem}.AuthCard-module__hVG8hq__login-button.AuthCard-module__hVG8hq__loading,.AuthCard-module__hVG8hq__register-button.AuthCard-module__hVG8hq__loading,.AuthCard-module__hVG8hq__next-button.AuthCard-module__hVG8hq__loading{opacity:.9;cursor:not-allowed;position:relative}.AuthCard-module__hVG8hq__login-button.AuthCard-module__hVG8hq__loading:before,.AuthCard-module__hVG8hq__next-button.AuthCard-module__hVG8hq__loading:before{content:"";border-radius:var(--radius-md);z-index:0;background:linear-gradient(135deg,#4caf50,#45a049,#4caf50) 0 0/200% 200%;animation:2s infinite AuthCard-module__hVG8hq__gradient-shift;position:absolute;inset:0}@keyframes AuthCard-module__hVG8hq__gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}.AuthCard-module__hVG8hq__login-button.AuthCard-module__hVG8hq__loading .AuthCard-module__hVG8hq__button-text,.AuthCard-module__hVG8hq__register-button.AuthCard-module__hVG8hq__loading .AuthCard-module__hVG8hq__button-text,.AuthCard-module__hVG8hq__next-button.AuthCard-module__hVG8hq__loading .AuthCard-module__hVG8hq__button-text{z-index:2;color:#fff;position:relative}.AuthCard-module__hVG8hq__login-button.AuthCard-module__hVG8hq__loading .AuthCard-module__hVG8hq__button-shine,.AuthCard-module__hVG8hq__register-button.AuthCard-module__hVG8hq__loading .AuthCard-module__hVG8hq__button-shine,.AuthCard-module__hVG8hq__next-button.AuthCard-module__hVG8hq__loading .AuthCard-module__hVG8hq__button-shine{display:none}.AuthCard-module__hVG8hq__login-button.AuthCard-module__hVG8hq__loading:hover,.AuthCard-module__hVG8hq__register-button.AuthCard-module__hVG8hq__loading:hover,.AuthCard-module__hVG8hq__next-button.AuthCard-module__hVG8hq__loading:hover{box-shadow:none;transform:none}.AuthCard-module__hVG8hq__login-button:hover,.AuthCard-module__hVG8hq__register-button:hover{background:var(--gradient-gold);filter:brightness(1.06);box-shadow:var(--theme-gold-button-shadow-hover);transform:translateY(-2px)}.AuthCard-module__hVG8hq__login-button:active:after,.AuthCard-module__hVG8hq__register-button:active:after{opacity:1;transform:translate(-50%,-50%)scale(1)}.AuthCard-module__hVG8hq__theme-toggle-button{top:var(--space-4);right:var(--space-4);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-full);z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:var(--shadow-sm);color:var(--theme-gold,#d6a84f);background:#ffffff1a;border:1px solid #fff3;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.8rem;transition:all .3s ease-in-out;position:absolute;display:none!important}.AuthCard-module__hVG8hq__theme-toggle-button:hover{box-shadow:var(--shadow-glow);background-color:#fff3;transform:translateY(-2px)rotate(15deg)}.AuthCard-module__hVG8hq__theme-toggle-button:active{transform:translateY(1px)}.AuthCard-module__hVG8hq__promo-banner{margin-top:var(--space-4);padding:var(--space-2);background:#1111111a;background:var(--theme-background-overlay,#1111111a);border-radius:var(--radius-md);text-align:center;border:1px solid #d6a84f4d;border:1px solid var(--theme-border-light,#d6a84f4d);z-index:1;position:relative;overflow:hidden;display:none!important}.AuthCard-module__hVG8hq__promo-banner:before{content:"";z-index:-1;background:linear-gradient(90deg,#0000 0%,#ffffff96 50%,#0000 100%);width:100%;height:100%;animation:3s infinite AuthCard-module__hVG8hq__AuthCard_shine__KTPnp;position:absolute;top:0;left:-100%}.AuthCard-module__hVG8hq__promo-text{color:var(--theme-text,#fff);text-shadow:0 1px 3px var(--theme-shadow-color,#00000080);align-items:center;font-size:1.3rem;animation:.5s ease-in-out AuthCard-module__hVG8hq__AuthCard_text-swap__xe2gT;display:inline-flex}@keyframes AuthCard-module__hVG8hq__text-swap{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.AuthCard-module__hVG8hq__card{max-width:90vw;padding:var(--space-3);padding-top:var(--space-6);margin-left:auto;margin-right:auto}.AuthCard-module__hVG8hq__logoContainer{height:50px}.AuthCard-module__hVG8hq__logoImage{max-width:160px}.AuthCard-module__hVG8hq__tab-button{padding:var(--space-3) 0;letter-spacing:.3px;font-size:1.5rem}.AuthCard-module__hVG8hq__input{min-height:44px;padding-top:14px!important;padding-bottom:14px!important;padding-left:calc(var(--space-2) + 2.2rem + 6px)!important;padding-right:calc(var(--space-2) + 2.2rem + 6px)!important;font-size:16px!important}.AuthCard-module__hVG8hq__input::placeholder{font-size:14px!important}.AuthCard-module__hVG8hq__dropdown-select{font-size:14px!important}.AuthCard-module__hVG8hq__dropdown-menu{max-height:150px}.AuthCard-module__hVG8hq__dropdown-item{padding:6px var(--space-2);font-size:12px!important}.AuthCard-module__hVG8hq__login-button,.AuthCard-module__hVG8hq__register-button,.AuthCard-module__hVG8hq__next-button{min-height:48px;font-size:1.5rem}.AuthCard-module__hVG8hq__promo-text,.AuthCard-module__hVG8hq__label{font-size:1.1rem}.AuthCard-module__hVG8hq__step-circle{width:26px;height:26px;font-size:1.2rem}.AuthCard-module__hVG8hq__step-progress{width:70%}.AuthCard-module__hVG8hq__theme-toggle-button{width:3.5rem;height:3.5rem;font-size:1.6rem}}.AuthCard-module__hVG8hq__step-indicator{text-align:center;margin-bottom:var(--space-4);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.AuthCard-module__hVG8hq__step-progress{width:65%;margin:var(--space-1) auto;justify-content:space-between;display:flex;position:relative}.AuthCard-module__hVG8hq__step-progress:before{content:"";background-color:#d6a84f33;background-color:var(--theme-border-light,#d6a84f33);z-index:1;height:3px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.AuthCard-module__hVG8hq__step-progress-bar{background:linear-gradient(90deg,#d6a84f,#f4d891,#d6a84f,#f4d891,#d6a84f);background:linear-gradient(90deg, var(--theme-gold,#d6a84f), var(--theme-primary-light,#f4d891), var(--theme-gold,#d6a84f), var(--theme-primary-light,#f4d891), var(--theme-gold,#d6a84f));z-index:2;height:3px;box-shadow:0 0 10px #d6a84f80;box-shadow:0 0 10px var(--theme-shadow-glow,#d6a84f80);border-radius:var(--radius-full);background-size:200% 100%;transition:width .5s;animation:3s linear infinite AuthCard-module__hVG8hq__progress-bar-glow;position:absolute;top:50%;left:0;transform:translateY(-50%)}@keyframes AuthCard-module__hVG8hq__progress-bar-glow{0%{box-shadow:0 0 10px #d6a84f80;box-shadow:0 0 10px var(--theme-shadow-glow,#d6a84f80);background-position:0%}50%{box-shadow:0 0 15px #d6a84fb3;box-shadow:0 0 15px var(--theme-shadow-glow,#d6a84fb3)}to{box-shadow:0 0 10px #d6a84f80;box-shadow:0 0 10px var(--theme-shadow-glow,#d6a84f80);background-position:200%}}.AuthCard-module__hVG8hq__step-circle{background-color:#1a1a1a99;background-color:var(--theme-background-tertiary,#1a1a1a99);border:2px solid #d6a84f33;border:2px solid var(--theme-border-light,#d6a84f33);color:var(--theme-text-muted,#f5f5f5b3);width:30px;height:30px;z-index:3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 2px 10px #0000001a;box-shadow:0 2px 10px var(--theme-shadow-color,#0000001a);border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;font-weight:600;transition:all .3s;display:flex;position:relative}.AuthCard-module__hVG8hq__step-circle-active{background:#1a1a1acc;background:var(--theme-background-tertiary,#1a1a1acc);color:var(--theme-text,#fff);box-shadow:0 0 15px #d6a84f80;box-shadow:0 0 15px var(--theme-shadow-glow,#d6a84f80);z-index:4;border:none;position:relative;transform:scale(1.1)}.AuthCard-module__hVG8hq__step-circle-active:before{content:"";background:linear-gradient(90deg,#d6a84f,#f4d891,#d6a84f,#f4d891,#d6a84f);background:linear-gradient(90deg, var(--theme-gold,#d6a84f), var(--theme-primary-light,#f4d891), var(--theme-gold,#d6a84f), var(--theme-primary-light,#f4d891), var(--theme-gold,#d6a84f));-webkit-mask-composite:xor;z-index:-1;background-size:300% 100%;border-radius:50%;padding:2px;animation:3s linear infinite AuthCard-module__hVG8hq__circle-border-glow;position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes AuthCard-module__hVG8hq__circle-border-glow{0%{background-position:0%;transform:rotate(0)}to{background-position:300%;transform:rotate(360deg)}}.AuthCard-module__hVG8hq__step-circle-completed{background:#f4d89133!important;background:var(--theme-primary-light,#f4d89133)!important;border-color:#d6a84fb3!important;border-color:var(--theme-primary,#d6a84fb3)!important;color:var(--theme-text,#fff)!important;box-shadow:0 0 10px #d6a84f4d!important;box-shadow:0 0 10px var(--theme-shadow-glow,#d6a84f4d)!important}.AuthCard-module__hVG8hq__step-circle-active.AuthCard-module__hVG8hq__step-circle-completed{background:#f4d89133!important;background:var(--theme-primary-light,#f4d89133)!important;border-color:#d6a84fb3!important;border-color:var(--theme-primary,#d6a84fb3)!important;color:var(--theme-text,#fff)!important;box-shadow:0 0 15px #d6a84f80!important;box-shadow:0 0 15px var(--theme-shadow-glow,#d6a84f80)!important}.AuthCard-module__hVG8hq__step-content{gap:var(--space-3);flex-direction:column;animation:.5s ease-in-out AuthCard-module__hVG8hq__fadeIn;display:flex}@keyframes AuthCard-module__hVG8hq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes AuthCard-module__hVG8hq__fadeInUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.AuthCard-module__hVG8hq__navigation-buttons{justify-content:space-between;gap:var(--space-3);display:flex}.AuthCard-module__hVG8hq__back-button{background:#1a1a1a99;background:var(--theme-background-tertiary,#1a1a1a99);color:var(--theme-text,#fff);width:44px;height:44px;border:1px solid #d6a84f1a;border:1px solid var(--theme-border-light,#d6a84f1a);cursor:pointer;box-shadow:0 4px 15px #0003,0 0 10px #d6a84f1a;box-shadow:0 4px 15px var(--theme-shadow-color,#0003), 0 0 10px var(--theme-shadow-glow,#d6a84f1a);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden}.AuthCard-module__hVG8hq__back-button:hover{background:#f4d891b3;background:var(--theme-primary-light,#f4d891b3);box-shadow:0 6px 20px #0000004d,0 0 15px #d6a84f33;box-shadow:0 6px 20px var(--theme-shadow-color,#0000004d), 0 0 15px var(--theme-shadow-glow,#d6a84f33);transform:translateY(-2px)}.AuthCard-module__hVG8hq__back-button:active{transform:translateY(0);box-shadow:0 2px 10px #0003}.AuthCard-module__hVG8hq__next-button{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);background:var(--gradient-gold);color:var(--theme-button-primary-text,#03050c);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--theme-gold-button-shadow);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:none;flex:1;justify-content:center;align-items:center;font-family:Kanit,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.6;transition:all .3s;display:flex;position:relative;overflow:hidden}.AuthCard-module__hVG8hq__next-button:hover{background:var(--gradient-gold);filter:brightness(1.06);box-shadow:var(--theme-gold-button-shadow-hover);transform:translateY(-2px)}.AuthCard-module__hVG8hq__next-button:active{box-shadow:var(--theme-gold-button-shadow);transform:translateY(0)}.AuthCard-module__hVG8hq__form-transition-enter{opacity:0;transform:translate(100%)}.AuthCard-module__hVG8hq__form-transition-enter-active{opacity:1;transition:opacity .3s,transform .3s;transform:translate(0%)}.AuthCard-module__hVG8hq__form-transition-exit{opacity:1;transform:translate(0%)}.AuthCard-module__hVG8hq__form-transition-exit-active{opacity:0;transition:opacity .3s,transform .3s;transform:translate(-100%)}.AuthCard-module__hVG8hq__password-toggle-button{right:var(--space-3);cursor:pointer;color:var(--theme-text-secondary,#f5f5f5e6);z-index:3;padding:var(--space-1);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.6rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.AuthCard-module__hVG8hq__password-toggle-button:hover{color:var(--theme-gold,#d6a84f);transform:translateY(-50%)scale(1.1)}.AuthCard-module__hVG8hq__password-toggle-button:active{transform:translateY(-50%)scale(.9)}.AuthCard-module__hVG8hq__dropdown-container{position:relative}.AuthCard-module__hVG8hq__dropdown-select{cursor:pointer;padding-right:var(--space-10);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.AuthCard-module__hVG8hq__dropdown-icon{right:var(--space-3);color:var(--theme-text-secondary,#f5f5f5e6);transition:transform .3s;position:absolute;top:50%;transform:translateY(-50%)}.AuthCard-module__hVG8hq__dropdown-menu{background:#0a0a0afa;background:var(--theme-background-overlay,#0a0a0afa);border:1px solid #d6a84f99;border:1px solid var(--theme-border,#d6a84f99);border-radius:var(--radius-md);box-shadow:0 -10px 25px #0000004d,0 0 20px #d6a84f33;box-shadow:0 -10px 25px var(--theme-shadow-color,#0000004d), 0 0 20px var(--theme-shadow-glow,#d6a84f33);z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-height:180px;animation:.2s ease-out AuthCard-module__hVG8hq__fadeInUp;position:absolute;bottom:calc(100% + 5px);left:0;right:0;overflow-y:auto}.AuthCard-module__hVG8hq__dropdown-item{padding:var(--space-2) var(--space-3);cursor:pointer;color:var(--theme-input-text,#fff);border-bottom:1px solid #d6a84f0d;border-bottom:1px solid var(--theme-border-light,#d6a84f0d);font-family:Kanit,sans-serif;font-size:1.3rem;transition:all .2s}.AuthCard-module__hVG8hq__dropdown-item:last-child{border-bottom:none}.AuthCard-module__hVG8hq__dropdown-item:hover{background:#f4d89133;background:var(--theme-primary-light,#f4d89133);color:var(--theme-text,#fff)!important}.AuthCard-module__hVG8hq__dropdown-menu::-webkit-scrollbar{width:6px}.AuthCard-module__hVG8hq__dropdown-menu::-webkit-scrollbar-track{background:#0003;background:var(--theme-shadow-color,#0003);border-radius:10px}.AuthCard-module__hVG8hq__dropdown-menu::-webkit-scrollbar-thumb{background:var(--gradient-gold);border-radius:10px}.AuthCard-module__hVG8hq__dropdown-menu::-webkit-scrollbar-thumb:hover{background:var(--gradient-gold);filter:brightness(1.06)}.AuthCard-module__hVG8hq__dropdown-container:has(.AuthCard-module__hVG8hq__dropdown-menu) .AuthCard-module__hVG8hq__input{box-shadow:0 0 0 2px #d6a84f33,0 0 15px #d6a84f4d;box-shadow:0 0 0 2px var(--theme-input-focus,#d6a84f33), 0 0 15px var(--theme-shadow-glow,#d6a84f4d);border-color:#d6a84fcc;border-color:var(--theme-input-focus,#d6a84fcc)}.AuthCard-module__hVG8hq__step-content>div:not(:last-child){margin-bottom:var(--space-1)}.AuthCard-module__hVG8hq__dropdown-item{align-items:center;display:flex}.AuthCard-module__hVG8hq__dropdown-item:active{background:#f4d8914d;background:var(--theme-primary-light,#f4d8914d);transform:scale(.98)}.AuthCard-module__hVG8hq__dropdown-select:hover .AuthCard-module__hVG8hq__dropdown-icon{color:var(--theme-gold,#d6a84f);transform:translateY(-50%)rotate(180deg)}.AuthCard-module__hVG8hq__dropdown-select.AuthCard-module__hVG8hq__selected{color:var(--theme-gold,#d6a84f);font-weight:600}
