:root{--auth-cyan:#65dde8;--auth-cyan-light:#9fe3ea;--auth-purple:#a054b2;--auth-pink:#e7649f;--auth-gold:#f0af3a;--auth-navy:#0f1620;--auth-navy-light:#1a2332;--glass-bg:#ffffff14;--glass-border:#ffffff1f;--glass-hover:#ffffff24;--shadow-soft:0 8px 32px #0000001f;--shadow-medium:0 12px 48px #0000002e;--shadow-glow-cyan:0 8px 32px #65dde826;--shadow-glow-pink:0 8px 32px #e7649f26}.auth-page{background:radial-gradient(1200px 600px at 20% 10%,#65dde80b,#0000 52%),radial-gradient(1000px 550px at 80% 20%,#e7649f09,#0000 54%),radial-gradient(900px 500px at 50% 90%,#a054b208,#0000 56%),linear-gradient(145deg,#f4f5f7 0%,#e8ecef 100%);justify-content:center;align-items:center;min-height:100vh;padding:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative;overflow:hidden}.auth-page:before{content:"";filter:blur(10px)saturate(.82);pointer-events:none;background:radial-gradient(circle,#65dde80b,#0000 72%);border-radius:50%;width:600px;height:600px;animation:20s ease-in-out infinite float;position:absolute;top:-200px;left:-200px}.auth-page:after{content:"";filter:blur(12px)saturate(.8);pointer-events:none;background:radial-gradient(circle,#e7649f09,#0000 72%);border-radius:50%;width:500px;height:500px;animation:25s ease-in-out infinite reverse float;position:absolute;bottom:-150px;right:-150px}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}.auth-card{-webkit-backdrop-filter:blur(18px)saturate(.88);z-index:1;background:#f8f9fadb;border:1px solid #ffffff6b;border-radius:20px;width:100%;max-width:440px;padding:28px 34px;transition:all .3s;position:relative;box-shadow:0 18px 48px #0f162014,inset 0 0 0 1px #fff6,0 2px 8px #65dde806}.auth-card:hover{box-shadow:0 24px 72px #0000001f,inset 0 0 0 1px #fff9,0 4px 16px #65dde814}.auth-logo{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:32px;display:flex}.auth-logo img{object-fit:contain;filter:drop-shadow(0 8px 18px #0f16201a);width:112px;height:112px;margin-bottom:18px}.auth-logo h1{background:linear-gradient(135deg,var(--auth-cyan)0%,var(--auth-purple)50%,var(--auth-pink)100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0 0 8px;font-size:28px;font-weight:800}.auth-logo p{color:#0f1620a6;margin:0;font-size:15px;font-weight:500}.auth-page-title{text-align:center;letter-spacing:-.055em;background:linear-gradient(135deg,#7c3aed 0%,var(--auth-pink)45%,#0fb8c9 100%);color:#0000;filter:drop-shadow(0 12px 22px #a054b229);-webkit-background-clip:text;background-clip:text;width:fit-content;margin:18px auto 22px;padding:0 8px;font-size:34px;font-weight:950;line-height:1;position:relative}.auth-page-title:after{content:"";background:linear-gradient(90deg,#7c3aed,var(--auth-pink),var(--auth-cyan));border-radius:999px;width:92px;height:4px;position:absolute;bottom:-11px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #a054b238,0 0 18px #65dde838}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-form-group{flex-direction:column;gap:6px;display:flex}.auth-form-group label{color:#0f1620d9;margin-left:4px;font-size:13px;font-weight:600}.auth-input{color:#0f1620f2;background:#fffc;border:1.5px solid #0f16201f;border-radius:11px;outline:none;width:100%;min-height:38px;padding:8px 13px;font-family:inherit;font-size:13.5px;transition:all .2s;box-shadow:0 1px 2px #00000005}.auth-input::placeholder{color:#0f162059}.auth-input:focus{border-color:var(--auth-cyan);background:#fffffff2;box-shadow:0 0 0 3px #65dde814,0 2px 8px #0000000a}.auth-input:disabled{opacity:.6;cursor:not-allowed;background:#0f162005}.auth-password-wrapper{align-items:center;display:flex;position:relative}.auth-password-input{padding-right:48px}.auth-password-toggle{cursor:pointer;color:#0f162073;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;font-size:18px;transition:all .2s;display:flex;position:absolute;right:8px}.auth-password-toggle:hover:not(:disabled){color:var(--auth-cyan);background:#65dde814}.auth-password-toggle:disabled{opacity:.5;cursor:not-allowed}.auth-btn{color:#fff;background:linear-gradient(135deg,var(--auth-cyan)0%,var(--auth-purple)100%);cursor:pointer;border:none;border-radius:12px;outline:none;width:100%;padding:11px 20px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 4px 12px #65dde840,0 0 #65dde833}.auth-btn:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3,#0000);transition:opacity .2s;position:absolute;inset:0}.auth-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #65dde84d,0 0 #65dde84d}.auth-btn:hover:not(:disabled):before{opacity:1}.auth-btn:active:not(:disabled){transform:translateY(0)}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-btn-loading{justify-content:center;align-items:center;gap:10px;display:inline-flex}.auth-alert{border-radius:11px;align-items:flex-start;gap:12px;margin-bottom:14px;padding:10px 12px;font-size:13px;font-weight:500;line-height:1.5;display:flex}.auth-alert-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:16px;display:flex}.auth-alert-success{color:#064e3bf2;background:#10b9811a;border:1px solid #10b98133}.auth-alert-error{color:#7f1d1df2;background:#ef44441a;border:1px solid #ef444433}.auth-alert-info{color:#0f1620d9;background:#65dde81a;border:1px solid #65dde833}.auth-links{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.auth-link{color:var(--auth-purple);font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;position:relative}.auth-link:after{content:"";transform-origin:100%;background:currentColor;height:1.5px;transition:transform .2s;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.auth-link:hover{color:var(--auth-pink)}.auth-link:hover:after{transform-origin:0;transform:scaleX(1)}.auth-root-return-link{color:#0f1620b3;-webkit-backdrop-filter:blur(8px);background:#0f162008;border:1px solid #0f16200f;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:8px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.auth-root-return-link span{font-size:16px;line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.auth-root-return-link:hover{color:#fff;background:linear-gradient(135deg,var(--auth-purple)0%,var(--auth-pink)100%);border-color:#0000;transform:translateY(-1px);box-shadow:0 8px 20px #a054b240}.auth-root-return-link:hover span{transform:translate(-4px)}.auth-root-return-link:focus-visible{outline-offset:2px;outline:2px solid #a054b266}.auth-root-return-link:active{transform:translateY(0)}.auth-divider{align-items:center;gap:16px;margin:24px 0;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:linear-gradient(90deg,#0000,#0f16201a,#0000);flex:1;height:1px}.auth-divider span{color:#0f162073;font-size:13px;font-weight:600}.auth-footer{text-align:center;color:#0f1620a6;margin-top:24px;font-size:14px}.auth-footer-link{color:#fff;letter-spacing:.01em;background:linear-gradient(135deg,var(--auth-purple)0%,var(--auth-pink)100%);border:1px solid #fff9;border-radius:14px;justify-content:center;align-items:center;min-width:160px;margin-top:12px;padding:13px 22px;font-size:18px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 10px 24px #a054b233,0 4px 12px #e7649f1f}.auth-footer-link:hover{filter:saturate(1.05);transform:translateY(-2px);box-shadow:0 14px 28px #a054b23d,0 6px 14px #e7649f29}.auth-footer-link:focus-visible{outline-offset:3px;outline:3px solid #65dde838}.auth-footer-link:active{transform:translateY(0)}.auth-checkbox-wrapper{align-items:flex-start;gap:8px;margin:8px 0;display:flex}.auth-checkbox{cursor:pointer;width:16px;height:16px;accent-color:var(--auth-cyan);border:2px solid #0f162033;border-radius:6px;flex-shrink:0;transition:all .2s}.auth-checkbox:checked{border-color:var(--auth-cyan)}.auth-checkbox-label{color:#0f1620bf;cursor:pointer;font-size:12px;line-height:1.4}.auth-checkbox-label a{color:var(--auth-purple);font-weight:600;text-decoration:none}.auth-checkbox-label a:hover{color:var(--auth-pink);text-decoration:underline}.auth-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:9999;background:#0f162066;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-modal{-webkit-backdrop-filter:blur(24px);background:#fffffff2;border:1px solid #ffffff80;border-radius:20px;width:100%;max-width:600px;max-height:80vh;animation:.3s slideUp;overflow:hidden;box-shadow:0 24px 72px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-modal-header{border-bottom:1px solid #0f162014;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.auth-modal-title{color:#0f1620f2;margin:0;font-size:20px;font-weight:700}.auth-modal-close{cursor:pointer;color:#0f1620a6;background:#0f16200d;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:all .2s;display:flex}.auth-modal-close:hover{color:#0f1620f2;background:#0f16201a}.auth-modal-content{max-height:calc(80vh - 160px);padding:24px 28px;overflow-y:auto}.auth-modal-content::-webkit-scrollbar{width:8px}.auth-modal-content::-webkit-scrollbar-track{background:#0f162005}.auth-modal-content::-webkit-scrollbar-thumb{background:#0f162026;border-radius:4px}.auth-modal-content::-webkit-scrollbar-thumb:hover{background:#0f162040}.auth-modal-footer{-webkit-backdrop-filter:blur(10px);background:#ffffff80;border-top:1px solid #0f162014;padding:20px 28px}.auth-modal-footer .auth-btn{margin:0}.auth-markdown{color:#0f1620d9;font-size:14px;line-height:1.7}.auth-markdown h1{color:#0f1620f2;margin:0 0 16px;font-size:20px;font-weight:700}.auth-markdown h2{color:#0f1620f2;margin:24px 0 12px;font-size:18px;font-weight:700}.auth-markdown h3{color:#0f1620e6;margin:20px 0 10px;font-size:16px;font-weight:600}.auth-markdown p{margin:0 0 12px}.auth-markdown ul{margin:0 0 12px;padding-left:24px}.auth-markdown li{margin-bottom:8px}.auth-markdown a{color:var(--auth-purple);font-weight:600;text-decoration:none}.auth-markdown a:hover{color:var(--auth-pink);text-decoration:underline}.auth-markdown strong{color:#0f1620f2;font-weight:700}.auth-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-countdown{color:var(--auth-purple);font-weight:600}.auth-password-strength{gap:4px;height:3px;margin-top:8px;display:flex}.auth-password-strength-bar{background:#0f162014;border-radius:2px;flex:1;transition:all .3s}.auth-password-strength-bar.active{background:var(--auth-cyan)}.auth-password-strength.weak .auth-password-strength-bar:first-child{background:#ef4444}.auth-password-strength.medium .auth-password-strength-bar:nth-child(-n+2){background:#f59e0b}.auth-password-strength.strong .auth-password-strength-bar{background:#10b981}.auth-password-hint{color:#0f16208c;margin-top:6px;font-size:12px;line-height:1.4}.auth-success-checkmark{background:#10b9811f;border:2px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;display:flex;position:relative}.auth-success-checkmark:before{content:"✓";color:#10b981;font-size:32px;font-weight:800;animation:.5s checkmarkPop}.auth-success-popup{text-align:center;-webkit-backdrop-filter:blur(26px);background:radial-gradient(circle at 0 0,#65dde838,#0000 38%),radial-gradient(circle at 100% 0,#e7649f2e,#0000 42%),#fffffff5;border:1px solid #ffffffb8;border-radius:26px;width:min(100%,460px);padding:28px 24px 24px;animation:.3s slideUp;position:relative;overflow:hidden;box-shadow:0 28px 80px #0f162038,0 10px 30px #65dde81f,inset 0 1px #ffffffb3}.auth-success-glow{pointer-events:none;background:radial-gradient(circle,#65dde838,#e7649f0f 55%,#0000 72%);border-radius:50%;width:220px;height:220px;position:absolute;inset:-60px auto auto 50%;transform:translate(-50%)}.auth-success-badge{letter-spacing:.08em;text-transform:uppercase;color:#0d7a61;background:#10b9811f;border:1px solid #10b98133;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:8px 14px;font-size:12px;font-weight:800;display:inline-flex;position:relative}.auth-success-title{letter-spacing:-.03em;color:var(--auth-navy);margin:0 0 12px;font-size:30px;font-weight:900;line-height:1.15;position:relative}.auth-success-subtitle{color:#0f1620b8;margin:0 0 20px;font-size:15px;line-height:1.6;position:relative}.auth-success-email-card{text-align:left;background:linear-gradient(135deg,#65dde81f,#a054b21a);border:1px solid #65dde838;border-radius:18px;flex-direction:column;gap:8px;margin-bottom:18px;padding:16px 18px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff80}.auth-success-email-label{letter-spacing:.04em;text-transform:uppercase;color:#0f162080;font-size:12px;font-weight:700}.auth-success-email-value{color:var(--auth-navy);overflow-wrap:anywhere;font-size:18px;font-weight:800;line-height:1.4}.auth-success-meta{color:#0f1620b3;margin-bottom:20px;font-size:14px;font-weight:600;position:relative}.auth-success-cta{justify-content:center;align-items:center;width:100%;text-decoration:none;display:inline-flex}@keyframes checkmarkPop{0%{opacity:0;transform:scale(0)rotate(-45deg)}50%{transform:scale(1.2)rotate(10deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.auth-pulse{animation:2s ease-in-out infinite pulse}.auth-shimmer{position:relative;overflow:hidden}.auth-shimmer:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);animation:2s infinite shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes shimmer{to{transform:translate(100%)}}.auth-input:focus-visible,.auth-btn:focus-visible,.auth-checkbox:focus-visible{outline:2px solid var(--auth-cyan);outline-offset:2px}@media (max-width:520px){.auth-card{border-radius:18px;padding:18px 16px}.auth-logo img{width:92px;height:92px}.auth-logo h1{font-size:24px}.auth-form{gap:10px}.auth-form-group{gap:5px}.auth-input{min-height:36px;padding:7px 12px;font-size:13px}.auth-btn{padding:10px 18px;font-size:13px}.auth-page-title{margin:14px auto 18px;font-size:28px}.auth-alert{margin-bottom:10px;padding:9px 11px;font-size:12px}.auth-links{flex-direction:column;align-items:stretch;gap:10px;margin-top:12px}.auth-link{text-align:center}.auth-success-popup{border-radius:22px;padding:24px 18px 20px}.auth-success-title{font-size:24px}.auth-success-subtitle{font-size:14px}.auth-success-email-card{padding:14px 16px}.auth-success-email-value{font-size:16px}.auth-footer-link{width:100%;min-width:0;font-size:17px}.auth-modal-header,.auth-modal-content{padding:16px}.auth-modal-footer{padding:12px 16px}}@supports (-webkit-touch-callout:none){.auth-input{font-size:16px}}@media print{.auth-page:before,.auth-page:after{display:none}.auth-card{box-shadow:none;border:1px solid #0f162033}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.turnstile-premium-wrapper{-webkit-backdrop-filter:blur(12px);background:#fff6;border:1px solid #65dde826;border-radius:8px;flex-flow:wrap;justify-content:center;align-items:center;gap:8px;min-height:auto;padding:4px;transition:all .3s;display:flex;position:relative;overflow:visible;box-shadow:0 4px 12px #0000000a,inset 0 0 0 1px #fff6}.turnstile-premium-wrapper:before{content:"";opacity:0;z-index:-1;filter:blur(8px);background:linear-gradient(135deg,#65dde826,#a054b214,#e7649f1f);border-radius:17px;transition:opacity .4s;position:absolute;inset:-2px}.turnstile-premium-wrapper:hover:before{opacity:1}.turnstile-premium-wrapper:hover{border-color:#65dde859;transform:translateY(-2px);box-shadow:0 12px 32px #00000014,inset 0 0 0 1px #fff9,0 8px 24px #65dde826}.turnstile-premium-wrapper.verified{background:linear-gradient(135deg,#10b98114,#10b9810a);border-color:#10b9814d;box-shadow:0 8px 24px #10b9811f,inset 0 0 0 1px #ffffff80,0 4px 16px #10b98126}.turnstile-premium-wrapper.verified:before{opacity:1;background:linear-gradient(135deg,#10b98133,#10b9811a)}.turnstile-success-display{align-items:center;gap:8px;padding:8px 12px;animation:.5s cubic-bezier(.34,1.56,.64,1) successSlideIn;display:flex}@keyframes successSlideIn{0%{opacity:0;transform:scale(.9)translate(-10px)}to{opacity:1;transform:scale(1)translate(0)}}.turnstile-success-icon{justify-content:center;align-items:center;animation:.6s cubic-bezier(.34,1.56,.64,1) .2s both successIconPop;display:flex}@keyframes successIconPop{0%{transform:scale(0)rotate(-90deg)}50%{transform:scale(1.2)rotate(10deg)}to{transform:scale(1)rotate(0)}}.turnstile-success-icon svg{filter:drop-shadow(0 2px 8px #10b9814d);width:20px;height:20px}.turnstile-success-text{color:#059669;letter-spacing:-.2px;font-size:14px;font-weight:700}.turnstile-widget-container{justify-content:center;align-items:center;min-height:0;margin:0;padding:0;display:flex}.turnstile-widget-container iframe{transform-origin:50%;max-width:100%;margin:-5px 0;transform:scale(.85);border-radius:6px!important}.turnstile-cloudflare-badge{background:#f3802014;border:1px solid #f3802026;border-radius:12px;align-items:center;gap:6px;margin-top:0;padding:4px 10px;transition:all .3s;display:flex}.turnstile-cloudflare-badge:hover{background:#f380201f;border-color:#f3802040}.turnstile-cf-logo{filter:drop-shadow(0 1px 2px #0000001a);flex-shrink:0;width:14px;height:14px}.turnstile-cf-text{color:#0f1620a6;white-space:nowrap;font-size:11px;font-weight:600}.turnstile-premium-wrapper.loading{animation:2s ease-in-out infinite turnstileGlow}@keyframes turnstileGlow{0%,to{box-shadow:0 8px 24px #0000000f,inset 0 0 0 1px #ffffff80,0 4px 16px #65dde81a}50%{box-shadow:0 8px 24px #00000014,inset 0 0 0 1px #fff9,0 4px 16px #65dde833}}@media (max-width:520px){.turnstile-premium-wrapper{padding:4px}.turnstile-success-display{padding:7px 10px}.turnstile-success-text{font-size:12px}.turnstile-cf-text{font-size:11px}.turnstile-cloudflare-badge{padding:3px 8px}}.auth-page-login{background:radial-gradient(760px 420px at 50% -12%,#c89b3c14,#0000 58%),radial-gradient(820px 480px at 100% 12%,#1e3a5f0f,#0000 60%),linear-gradient(#f8fbff 0%,#eef5fb 100%);padding:24px}.auth-page-login:before,.auth-page-login:after{opacity:.28;filter:blur(18px)saturate(.65)}.auth-login-card{background:#ffffffe0;border:1px solid #10233f1a;border-radius:28px;max-width:430px;padding:28px 34px;box-shadow:0 24px 70px #10233f24,inset 0 1px #ffffffd9}.auth-login-card:hover{box-shadow:0 28px 78px #10233f29,inset 0 1px #ffffffe6}.auth-page-login .auth-card>a:first-child{margin-bottom:18px!important}.auth-page-login .auth-card>a:first-child h1{gap:10px;font-size:2rem}.auth-page-login .auth-card>a:first-child img{filter:drop-shadow(0 10px 20px #10233f1a);height:44px}.auth-page-login .auth-card>a:first-child h1 span span:first-child{color:#10233f;-webkit-text-fill-color:#10233f;letter-spacing:-.04em;background:0 0}.auth-page-login .auth-card>a:first-child h1 span span:last-child{color:#33445f;font-weight:300}.auth-page-login .auth-card>a:first-child>div{opacity:1;background:linear-gradient(90deg,#0000,#c89b3cdb,#0000);width:48px;height:1px;margin-top:6px}.auth-page-login .auth-card>a:first-child p{color:#8b6d2e;text-shadow:none;margin-top:6px;font-size:clamp(.76rem,2.8vw,.92rem);font-weight:400}.auth-page-login .auth-form{gap:11px}.auth-page-login .auth-form-group{gap:5px}.auth-page-login .auth-form-group label{color:#31445f;margin-left:2px;font-size:12.5px;font-weight:700}.auth-page-login .auth-input{color:#10233f;background:#ffffffc7;border:1px solid #10233f21;border-radius:14px;min-height:42px;padding:9px 14px;font-size:14px;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #10233f08}.auth-page-login .auth-input::placeholder{color:#31445f6b}.auth-page-login .auth-input:focus{background:#fffffff5;border-color:#c89b3cad;box-shadow:0 0 0 3px #c89b3c1f,0 10px 24px #10233f12}.auth-page-login .auth-password-input{padding-right:48px}.auth-page-login .auth-password-toggle{color:#31445f80;width:36px;height:36px;font-size:17px;right:8px}.auth-page-login .auth-password-toggle:hover:not(:disabled){color:#10233f;background:#10233f0f}.auth-page-login .turnstile-premium-wrapper{background:#f8fbffb8;border-color:#10233f14;margin:2px 0;padding:6px;box-shadow:0 8px 18px #10233f0a,inset 0 1px #ffffffc7}.auth-page-login .turnstile-premium-wrapper:before,.auth-page-login .turnstile-premium-wrapper.verified:before{opacity:0}.auth-page-login .turnstile-premium-wrapper:hover{border-color:#c89b3c47;transform:none;box-shadow:0 10px 22px #10233f0f,inset 0 1px #ffffffd9}.auth-page-login .turnstile-premium-wrapper.verified{background:#f0fdfab8;border-color:#0f766e38;box-shadow:0 8px 18px #0f766e0f,inset 0 1px #ffffffd1}.auth-page-login .turnstile-success-display{padding:7px 10px}.auth-page-login .turnstile-success-icon svg{filter:none}.auth-page-login .turnstile-success-text{color:#0f766e;font-size:13px}.auth-page-login .turnstile-cloudflare-badge{background:#ffffff94;border-color:#10233f14}.auth-page-login .turnstile-cf-logo{opacity:.72}.auth-page-login .turnstile-cf-text{color:#31445f99}.auth-page-login .auth-btn{background:linear-gradient(135deg,#10233f 0%,#7a2744 72%,#8b6620 100%);border-radius:15px;min-height:44px;margin-top:0;font-size:14.5px;font-weight:850;transition:transform .3s,box-shadow .3s,filter .3s;box-shadow:0 14px 30px #10233f2e}.auth-page-login .auth-btn:hover:not(:disabled){filter:brightness(1.03);transform:scale(1.01);box-shadow:0 18px 38px #10233f38}.auth-page-login .auth-btn:active:not(:disabled){transform:scale(.98)}.auth-page-login .auth-links{justify-content:center;margin-top:6px}.auth-page-login .auth-link{color:#31445fb3;font-size:13px;font-weight:650}.auth-page-login .auth-link:hover{color:#7a2744}.auth-page-login .auth-divider{gap:14px;margin:16px 0 14px}.auth-page-login .auth-divider:before,.auth-page-login .auth-divider:after{background:linear-gradient(90deg,#0000,#10233f1f,#0000)}.auth-page-login .auth-divider span{color:#31445f85;font-size:12.5px}.auth-page-login .auth-footer{margin-top:0}.auth-page-login .auth-footer-link{color:#10233f;background:#ffffffad;border:1px solid #10233f21;border-radius:15px;width:100%;min-height:46px;margin-top:0;padding:12px 18px;font-size:14.5px;font-weight:800;box-shadow:0 10px 22px #10233f0f}.auth-page-login .auth-footer-link:hover{filter:none;background:#ffffffeb;border-color:#7a27443d;transform:translateY(-1px);box-shadow:0 14px 28px #10233f1a}.auth-site-signature{text-align:center;border-top:1px solid #10233f14;margin-top:18px;padding-top:14px}.auth-site-signature-link{color:#8b6d2ed1;text-shadow:0 1px #ffffffbf;font-family:Segoe Script,Brush Script MT,cursive;font-size:1.38rem;font-style:italic;font-weight:600;line-height:1;text-decoration:none;transition:color .2s,transform .2s;display:inline-block;transform:rotate(-2deg)}.auth-site-signature-link:hover{color:#10233f;transform:rotate(-2deg)scale(1.01)}.auth-page-login .auth-alert{background:#fef2f2c7;border-color:#991b1b24;border-radius:14px}@media (max-width:520px){.auth-page-login{align-items:flex-start;padding:18px}.auth-login-card{border-radius:24px;padding:20px}.auth-page-login .auth-card>a:first-child{margin-bottom:16px!important}.auth-page-login .auth-card>a:first-child h1{font-size:1.72rem}.auth-page-login .auth-card>a:first-child img{height:40px}.auth-page-login .auth-input{min-height:42px;font-size:16px}.auth-page-login .auth-btn,.auth-page-login .auth-footer-link{min-height:44px}.auth-site-signature{margin-top:16px;padding-top:12px}.auth-site-signature-link{font-size:1.18rem}}.auth-page-register{background:radial-gradient(760px 420px at 50% -12%,#c89b3c14,#0000 58%),radial-gradient(820px 480px at 100% 12%,#1e3a5f0f,#0000 60%),linear-gradient(#f8fbff 0%,#eef5fb 100%);align-items:flex-start;padding:22px}.auth-page-register:before,.auth-page-register:after{opacity:.24;filter:blur(18px)saturate(.65)}.auth-register-card{background:#ffffffe6;border:1px solid #10233f1a;border-radius:28px;max-width:460px;padding:22px 34px 24px;box-shadow:0 24px 70px #10233f24,inset 0 1px #ffffffdb}.auth-register-card:hover{box-shadow:0 28px 78px #10233f29,inset 0 1px #ffffffe6}.auth-page-register .auth-card>a:first-child{margin-bottom:10px!important}.auth-page-register .auth-card>a:first-child h1{gap:10px;font-size:1.9rem}.auth-page-register .auth-card>a:first-child img{filter:drop-shadow(0 10px 20px #10233f1a);height:42px}.auth-page-register .auth-card>a:first-child h1 span span:first-child{color:#10233f;-webkit-text-fill-color:#10233f;letter-spacing:-.04em;background:0 0}.auth-page-register .auth-card>a:first-child h1 span span:last-child{color:#33445f;font-weight:300}.auth-page-register .auth-card>a:first-child>div{opacity:1;background:linear-gradient(90deg,#0000,#c89b3cdb,#0000);width:46px;height:1px;margin-top:4px}.auth-page-register .auth-card>a:first-child p{color:#8b6d2e;text-shadow:none;margin-top:4px;font-size:clamp(.76rem,2.8vw,.9rem);font-weight:400}.auth-page-register .auth-page-title{letter-spacing:-.04em;background:linear-gradient(135deg,#10233f 0%,#1f3f68 54%,#8b6620 100%);filter:none;-webkit-background-clip:text;background-clip:text;margin:6px auto 14px;padding:0 6px;font-size:29px}.auth-page-register .auth-page-title:after{width:62px;height:2px;box-shadow:none;background:linear-gradient(90deg,#0000,#c89b3ceb,#0000);bottom:-6px}.auth-page-register .auth-alert{color:#31445f;border-radius:14px;margin-bottom:8px;padding:8px 11px;font-size:12.5px;line-height:1.45}.auth-page-register .auth-alert-info{background:#eff6ffc7;border-color:#1e3a5f1a}.auth-page-register .auth-alert-error{color:#7f1d1df2;background:#fef2f2c7;border-color:#991b1b24}.auth-page-register .auth-alert-icon{opacity:.72}.auth-page-register .auth-form{gap:8px}.auth-page-register .auth-form-group{gap:4px}.auth-page-register .auth-form-group label{color:#31445f;margin-left:2px;font-size:12.5px;font-weight:700}.auth-page-register .auth-input{color:#10233f;background:#ffffffc7;border:1px solid #10233f21;border-radius:14px;min-height:38px;padding:8px 13px;font-size:14px;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #10233f08}.auth-page-register .auth-input::placeholder{color:#31445f6b}.auth-page-register .auth-input:focus{background:#fffffff5;border-color:#c89b3cad;box-shadow:0 0 0 3px #c89b3c1f,0 10px 24px #10233f12}.auth-page-register .auth-form-group-invalid label{color:#b42318}.auth-page-register .auth-input-invalid,.auth-page-register .auth-input-invalid:focus{background:#fff7f7eb;border-color:#b42318ad;box-shadow:0 0 0 3px #b423181a,0 10px 22px #b423180f}.auth-page-register .auth-field-error{color:#b42318;margin:1px 0 0 2px;font-size:11.5px;font-weight:700;line-height:1.3}.auth-page-register .auth-checkbox-wrapper{background:#f8fbffb3;border:1px solid #10233f14;border-radius:14px;flex-wrap:wrap;gap:9px;margin:3px 0 0;padding:8px 11px}.auth-page-register .auth-checkbox-wrapper-invalid{background:#fff7f7db;border-color:#b4231873;box-shadow:0 0 0 3px #b4231814}.auth-page-register .auth-checkbox-wrapper-invalid .auth-checkbox-label{color:#8f1f17}.auth-page-register .auth-checkbox-error{margin-top:-3px;margin-left:26px}.auth-page-register .auth-checkbox{accent-color:#8b6620;border-color:#10233f3d;width:17px;height:17px;margin-top:1px}.auth-page-register .auth-checkbox-label{color:#31445fc7;flex:calc(100% - 26px);font-size:12px;line-height:1.42}.auth-page-register .auth-checkbox-label a{color:#7a2744;font-weight:750}.auth-page-register .auth-checkbox-label a:hover{color:#10233f}.auth-page-register .turnstile-premium-wrapper{background:#f8fbffb8;border-color:#10233f14;margin:0;padding:4px;box-shadow:0 8px 18px #10233f0a,inset 0 1px #ffffffc7}.auth-page-register .turnstile-premium-wrapper:before,.auth-page-register .turnstile-premium-wrapper.verified:before{opacity:0}.auth-page-register .turnstile-premium-wrapper:hover{border-color:#c89b3c47;transform:none;box-shadow:0 10px 22px #10233f0f,inset 0 1px #ffffffd9}.auth-page-register .turnstile-premium-wrapper.verified{background:#f0fdfab8;border-color:#0f766e38;box-shadow:0 8px 18px #0f766e0f,inset 0 1px #ffffffd1}.auth-page-register .turnstile-success-display{padding:7px 10px}.auth-page-register .turnstile-success-icon svg{filter:none}.auth-page-register .turnstile-success-text{color:#0f766e;font-size:13px}.auth-page-register .turnstile-cloudflare-badge{background:#ffffff94;border-color:#10233f14}.auth-page-register .turnstile-cf-logo{opacity:.72}.auth-page-register .turnstile-cf-text{color:#31445f99}.auth-page-register .auth-btn{background:linear-gradient(135deg,#10233f 0%,#7a2744 72%,#8b6620 100%);border-radius:15px;min-height:42px;margin-top:0;font-size:14.5px;font-weight:850;transition:transform .3s,box-shadow .3s,filter .3s;box-shadow:0 14px 30px #10233f2e}.auth-page-register .auth-btn:hover:not(:disabled){filter:brightness(1.03);transform:scale(1.01);box-shadow:0 18px 38px #10233f38}.auth-page-register .auth-btn:active:not(:disabled){transform:scale(.98)}.auth-page-register .auth-btn-passive:not(:disabled){cursor:pointer;opacity:.72;filter:saturate(.78)brightness(.98);box-shadow:0 9px 22px #10233f1f}.auth-page-register .auth-btn-passive:hover:not(:disabled){filter:saturate(.82)brightness();transform:none;box-shadow:0 10px 24px #10233f24}.auth-page-register .auth-btn:disabled{opacity:1;filter:saturate(.86)brightness(.96);background:linear-gradient(135deg,#10233f 0%,#7a2744 72%,#8b6620 100%);box-shadow:0 10px 24px #10233f24}.auth-page-register .auth-links{justify-content:center;margin-top:5px}.auth-page-register .auth-root-return-link{color:#31445fc7;background:#ffffffa3;border:1px solid #10233f1c;padding:7px 14px;font-size:12.5px;box-shadow:0 8px 18px #10233f0a}.auth-page-register .auth-root-return-link:hover{color:#10233f;background:#ffffffeb;border-color:#7a274438;transform:translateY(-1px);box-shadow:0 12px 24px #10233f14}@media (max-width:520px){.auth-page-register{padding:16px}.auth-register-card{border-radius:24px;padding:16px 18px}.auth-page-register .auth-card>a:first-child{margin-bottom:8px!important}.auth-page-register .auth-card>a:first-child h1{font-size:1.68rem}.auth-page-register .auth-card>a:first-child img{height:38px}.auth-page-register .auth-page-title{margin:4px auto 12px;font-size:26px}.auth-page-register .auth-input{min-height:38px;font-size:16px}.auth-page-register .auth-checkbox-wrapper{padding:8px 10px}.auth-page-register .auth-btn{min-height:42px}}.auth-page-forgot{background:radial-gradient(760px 420px at 50% -12%,#c89b3c14,#0000 58%),radial-gradient(820px 480px at 100% 12%,#1e3a5f0f,#0000 60%),linear-gradient(#f8fbff 0%,#eef5fb 100%);padding:24px}.auth-page-forgot:before,.auth-page-forgot:after{opacity:.24;filter:blur(18px)saturate(.65)}.auth-forgot-card{background:#ffffffe6;border:1px solid #10233f1a;border-radius:28px;max-width:430px;padding:28px 34px;box-shadow:0 24px 70px #10233f24,inset 0 1px #ffffffdb}.auth-forgot-card:hover{box-shadow:0 28px 78px #10233f29,inset 0 1px #ffffffe6}.auth-page-forgot .auth-card>a:first-child{margin-bottom:18px!important}.auth-page-forgot .auth-card>a:first-child h1{gap:10px;font-size:1.9rem}.auth-page-forgot .auth-card>a:first-child img{filter:drop-shadow(0 10px 20px #10233f1a);height:42px}.auth-page-forgot .auth-card>a:first-child h1 span span:first-child{color:#10233f;-webkit-text-fill-color:#10233f;letter-spacing:-.04em;background:0 0}.auth-page-forgot .auth-card>a:first-child h1 span span:last-child{color:#33445f;font-weight:300}.auth-page-forgot .auth-card>a:first-child>div{opacity:1;background:linear-gradient(90deg,#0000,#c89b3cdb,#0000);width:46px;height:1px;margin-top:6px}.auth-page-forgot .auth-card>a:first-child p{color:#8b6d2e;text-shadow:none;margin-top:6px;font-size:clamp(.76rem,2.8vw,.9rem);font-weight:400}.auth-page-forgot .auth-alert{color:#31445f;border-radius:14px;margin-bottom:12px;padding:10px 12px;font-size:12.5px;line-height:1.45}.auth-page-forgot .auth-alert-info{background:#eff6ffc7;border-color:#1e3a5f1a}.auth-page-forgot .auth-alert-error{color:#7f1d1df2;background:#fef2f2c7;border-color:#991b1b24}.auth-page-forgot .auth-alert-success{color:#0f766e;background:#f0fdfac7;border-color:#0f766e29}.auth-page-forgot .auth-alert-icon{opacity:.72}.auth-page-forgot .auth-form{gap:11px}.auth-page-forgot .auth-form-group{gap:5px}.auth-page-forgot .auth-form-group label{color:#31445f;margin-left:2px;font-size:12.5px;font-weight:700}.auth-page-forgot .auth-input{color:#10233f;background:#ffffffc7;border:1px solid #10233f21;border-radius:14px;min-height:42px;padding:9px 14px;font-size:14px;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #10233f08}.auth-page-forgot .auth-input::placeholder{color:#31445f6b}.auth-page-forgot .auth-input:focus{background:#fffffff5;border-color:#c89b3cad;box-shadow:0 0 0 3px #c89b3c1f,0 10px 24px #10233f12}.auth-page-forgot .turnstile-premium-wrapper{background:#f8fbffb8;border-color:#10233f14;margin:0;padding:5px;box-shadow:0 8px 18px #10233f0a,inset 0 1px #ffffffc7}.auth-page-forgot .turnstile-premium-wrapper:before,.auth-page-forgot .turnstile-premium-wrapper.verified:before{opacity:0}.auth-page-forgot .turnstile-premium-wrapper:hover{border-color:#c89b3c47;transform:none;box-shadow:0 10px 22px #10233f0f,inset 0 1px #ffffffd9}.auth-page-forgot .turnstile-premium-wrapper.verified{background:#f0fdfab8;border-color:#0f766e38;box-shadow:0 8px 18px #0f766e0f,inset 0 1px #ffffffd1}.auth-page-forgot .turnstile-success-display{padding:7px 10px}.auth-page-forgot .turnstile-success-icon svg{filter:none}.auth-page-forgot .turnstile-success-text{color:#0f766e;font-size:13px}.auth-page-forgot .turnstile-cloudflare-badge{background:#ffffff94;border-color:#10233f14}.auth-page-forgot .turnstile-cf-logo{opacity:.72}.auth-page-forgot .turnstile-cf-text{color:#31445f99}.auth-page-forgot .auth-btn{background:linear-gradient(135deg,#10233f 0%,#7a2744 72%,#8b6620 100%);border-radius:15px;min-height:44px;margin-top:0;font-size:14.5px;font-weight:850;transition:transform .3s,box-shadow .3s,filter .3s;box-shadow:0 14px 30px #10233f2e}.auth-page-forgot .auth-btn:hover:not(:disabled){filter:brightness(1.03);transform:scale(1.01);box-shadow:0 18px 38px #10233f38}.auth-page-forgot .auth-btn:active:not(:disabled){transform:scale(.98)}.auth-page-forgot .auth-btn:disabled{opacity:1;filter:saturate(.86)brightness(.96);background:linear-gradient(135deg,#10233f 0%,#7a2744 72%,#8b6620 100%);box-shadow:0 10px 24px #10233f24}.auth-page-forgot .auth-links{justify-content:center;margin-top:7px}.auth-page-forgot .auth-link{color:#31445fb8;font-size:13px;font-weight:650}.auth-page-forgot .auth-link:hover{color:#7a2744}.auth-page-forgot button.auth-link{padding:0;font-family:inherit}@media (max-width:520px){.auth-page-forgot{align-items:flex-start;padding:18px}.auth-forgot-card{border-radius:24px;padding:22px 20px}.auth-page-forgot .auth-card>a:first-child{margin-bottom:16px!important}.auth-page-forgot .auth-card>a:first-child h1{font-size:1.68rem}.auth-page-forgot .auth-card>a:first-child img{height:38px}.auth-page-forgot .auth-input{min-height:42px;font-size:16px}.auth-page-forgot .auth-btn{min-height:42px}}.auth-page-reset{background:radial-gradient(760px 420px at 50% -12%,#c89b3c14,#0000 58%),radial-gradient(820px 480px at 100% 12%,#1e3a5f0f,#0000 60%),linear-gradient(#f8fbff 0%,#eef5fb 100%);padding:24px}.auth-page-reset:before,.auth-page-reset:after{opacity:.24;filter:blur(18px)saturate(.65)}.auth-reset-card{background:#ffffffe6;border:1px solid #10233f1a;border-radius:28px;max-width:430px;padding:28px 34px;box-shadow:0 24px 70px #10233f24,inset 0 1px #ffffffdb}.auth-reset-card:hover{box-shadow:0 28px 78px #10233f29,inset 0 1px #ffffffe6}.auth-page-reset .auth-logo{margin-bottom:18px}.auth-page-reset .auth-logo img{filter:drop-shadow(0 10px 20px #10233f1a);width:76px;height:76px;margin-bottom:12px}.auth-page-reset .auth-logo h1{background:linear-gradient(135deg,#10233f 0%,#1f3f68 56%,#8b6620 100%);letter-spacing:-.04em;filter:none;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:27px}.auth-page-reset .auth-logo p{color:#8b6d2e;font-size:13px;font-weight:500}.auth-page-reset .auth-alert{color:#31445f;border-radius:14px;margin-bottom:12px;padding:10px 12px;font-size:12.5px;line-height:1.45}.auth-page-reset .auth-alert-info{background:#eff6ffc7;border-color:#1e3a5f1a}.auth-page-reset .auth-alert-error{color:#7f1d1df2;background:#fef2f2c7;border-color:#991b1b24}.auth-page-reset .auth-alert-success{color:#0f766e;background:#f0fdfac7;border-color:#0f766e29}.auth-page-reset .auth-alert-icon{opacity:.72}.auth-page-reset .auth-countdown{color:#7a2744}.auth-page-reset .auth-form{gap:11px}.auth-page-reset .auth-form-group{gap:5px}.auth-page-reset .auth-form-group label{color:#31445f;margin-left:2px;font-size:12.5px;font-weight:700}.auth-page-reset .auth-input{color:#10233f;background:#ffffffc7;border:1px solid #10233f21;border-radius:14px;min-height:42px;padding:9px 14px;font-size:14px;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #10233f08}.auth-page-reset .auth-input::placeholder{color:#31445f6b}.auth-page-reset .auth-input:focus{background:#fffffff5;border-color:#c89b3cad;box-shadow:0 0 0 3px #c89b3c1f,0 10px 24px #10233f12}.auth-page-reset .auth-reset-password-toggle{font-size:17px;transition:color .2s,transform .2s;color:#31445f80!important}.auth-page-reset .auth-reset-password-toggle:hover{color:#10233f!important;transform:translateY(-50%)scale(1.03)!important}.auth-page-reset .turnstile-premium-wrapper{background:#f8fbffb8;border-color:#10233f14;margin:0;padding:5px;box-shadow:0 8px 18px #10233f0a,inset 0 1px #ffffffc7}.auth-page-reset .turnstile-premium-wrapper:before,.auth-page-reset .turnstile-premium-wrapper.verified:before{opacity:0}.auth-page-reset .turnstile-premium-wrapper:hover{border-color:#c89b3c47;transform:none;box-shadow:0 10px 22px #10233f0f,inset 0 1px #ffffffd9}.auth-page-reset .turnstile-premium-wrapper.verified{background:#f0fdfab8;border-color:#0f766e38;box-shadow:0 8px 18px #0f766e0f,inset 0 1px #ffffffd1}.auth-page-reset .turnstile-success-display{padding:7px 10px}.auth-page-reset .turnstile-success-icon svg{filter:none}.auth-page-reset .turnstile-success-text{color:#0f766e;font-size:13px}.auth-page-reset .turnstile-cloudflare-badge{background:#ffffff94;border-color:#10233f14}.auth-page-reset .turnstile-cf-logo{opacity:.72}.auth-page-reset .turnstile-cf-text{color:#31445f99}.auth-page-reset .auth-btn{background:linear-gradient(135deg,#10233f 0%,#7a2744 72%,#8b6620 100%);border-radius:15px;min-height:44px;margin-top:0;font-size:14.5px;font-weight:850;transition:transform .3s,box-shadow .3s,filter .3s;box-shadow:0 14px 30px #10233f2e}.auth-page-reset .auth-btn:hover:not(:disabled){filter:brightness(1.03);transform:scale(1.01);box-shadow:0 18px 38px #10233f38}.auth-page-reset .auth-btn:active:not(:disabled){transform:scale(.98)}.auth-page-reset .auth-btn:disabled{opacity:1;filter:saturate(.86)brightness(.96);background:linear-gradient(135deg,#10233f 0%,#7a2744 72%,#8b6620 100%);box-shadow:0 10px 24px #10233f24}.auth-page-reset .auth-links{justify-content:center;margin-top:7px}.auth-page-reset .auth-link{color:#31445fb8;font-size:13px;font-weight:650}.auth-page-reset .auth-link:hover{color:#7a2744}@media (max-width:520px){.auth-page-reset{align-items:flex-start;padding:18px}.auth-reset-card{border-radius:24px;padding:22px 20px}.auth-page-reset .auth-logo{margin-bottom:16px}.auth-page-reset .auth-logo img{width:68px;height:68px;margin-bottom:10px}.auth-page-reset .auth-logo h1{font-size:24px}.auth-page-reset .auth-input{min-height:42px;font-size:16px}.auth-page-reset .auth-btn{min-height:42px}}
