.auth-root{--auth-bg:#061a14;--auth-surface:#14241cc7;--auth-surface-solid:#102a20;--auth-surface2:#16332a;--auth-accent:#00d68f;--auth-accent-2:#b8ff4f;--auth-accent-blue:#06f;--auth-text:#eef7f2;--auth-text-muted:#7eb39a;--auth-text-dim:#305548;--auth-border:#00d68f26;--auth-border-strong:#00d68f59;background:var(--auth-bg);min-height:100vh;color:var(--auth-text);flex-direction:column;display:flex;position:relative;overflow-x:hidden}.auth-stage-bg{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.auth-stage-grad{background:radial-gradient(70% 60% at 30% 30%,#00d68f2e 0%,#0000 60%),radial-gradient(70% 60% at 80% 80%,#b8ff4f1a 0%,#0000 60%),linear-gradient(#061a14 0%,#04120d 100%);position:absolute;inset:0}.auth-court-svg{opacity:.18;width:100%;height:100%;position:absolute;inset:0}.auth-court-svg path,.auth-court-svg rect,.auth-court-svg circle,.auth-court-svg line{stroke:#b8ff4f;fill:none;stroke-width:1.5px}.auth-ball{filter:blur(.5px);background:radial-gradient(circle at 30% 30%,#fff,#ccc 60%,#888);border-radius:50%;position:absolute;box-shadow:0 20px 40px #0009}.auth-b1{width:22px;height:22px;animation:9s ease-in-out infinite authFloatBall;top:12%;left:8%}.auth-b2{background:radial-gradient(circle at 30% 30%,#ffe07d,#f4b400 60%,#b27d00);width:28px;height:28px;animation:11s ease-in-out 1s infinite reverse authFloatBall;top:70%;left:84%}.auth-b3{width:16px;height:16px;animation:8s ease-in-out 2s infinite authFloatBall;top:78%;left:12%}@keyframes authFloatBall{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(28px,-30px)rotate(180deg)}}.auth-topbar{z-index:5;justify-content:space-between;align-items:center;padding:22px 32px;display:flex;position:relative}.auth-logo-link{color:var(--auth-text);align-items:center;gap:10px;text-decoration:none;display:flex}.auth-biz-switch{color:#6ba0ff;background:#0066ff1a;border:1px solid #0066ff4d;border-radius:50px;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.auth-biz-switch:hover{background:#0066ff2e;transform:translateY(-1px)}.auth-main{z-index:4;flex:1;justify-content:center;align-items:center;padding:40px 24px 60px;display:flex;position:relative}.auth-stack{width:100%;max-width:540px;position:relative}.auth-stage-banner{text-align:center;margin-bottom:28px}.auth-eyebrow{border:1px solid var(--auth-border-strong);color:var(--auth-accent);letter-spacing:1.5px;text-transform:uppercase;background:#00d68f1a;border-radius:50px;align-items:center;gap:10px;margin-bottom:18px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex}.auth-stage-dot{background:var(--auth-accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.6s infinite authPulse;display:inline-block}@keyframes authPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.5)}}.auth-stage-title{font-family:var(--font-display,"Bebas Neue", sans-serif);letter-spacing:2px;color:var(--auth-text);font-size:clamp(46px,7vw,84px);line-height:.9}.auth-stage-title em{color:var(--auth-accent);font-style:normal;display:block}.auth-stage-sub{color:var(--auth-text-muted);max-width:440px;margin-top:14px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.55}.auth-card{background:var(--auth-surface);-webkit-backdrop-filter:blur(20px);border:1px solid var(--auth-border);border-radius:28px;padding:32px;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000080,0 0 0 1px #00d68f0f,inset 0 1px #ffffff0a}.auth-card:before{content:"";background:linear-gradient(90deg, transparent, var(--auth-accent), var(--auth-accent-2), transparent);opacity:.6;height:2px;position:absolute;top:0;left:0;right:0}.auth-screen{animation:.45s cubic-bezier(.4,0,.2,1) authSlideIn}@keyframes authSlideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.auth-tabs{border:1px solid var(--auth-border);background:#00000040;border-radius:14px;margin-bottom:28px;padding:4px;display:flex}.auth-tab{cursor:pointer;font-family:var(--font-display,"Bebas Neue", sans-serif);letter-spacing:2px;color:var(--auth-text-muted);background:0 0;border:none;border-radius:11px;flex:1;padding:12px;font-size:16px;transition:all .25s}.auth-tab-active{background:var(--auth-accent);color:var(--auth-bg);box-shadow:0 6px 20px #00d68f59}.auth-tab:not(.auth-tab-active):hover{color:var(--auth-text)}.auth-field{margin-bottom:16px}.auth-field-label{color:var(--auth-text);letter-spacing:.5px;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:700;display:flex}.auth-req{color:var(--auth-accent);font-size:10px}.auth-field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-field-wrap{border:1px solid var(--auth-border);background:#00000047;border-radius:14px;align-items:center;transition:all .2s;display:flex;position:relative}.auth-field-wrap:focus-within{border-color:var(--auth-accent);background:#0006;box-shadow:0 0 0 4px #00d68f26}.auth-field-icon{width:48px;height:50px;color:var(--auth-text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.auth-input{font-family:var(--font-body,"DM Sans", sans-serif);color:var(--auth-text);background:0 0;border:none;outline:none;flex:1;width:100%;padding:15px 16px 15px 0;font-size:15px}.auth-input::placeholder{color:var(--auth-text-dim)}.auth-input[type=password]{letter-spacing:2px}.auth-input-pl{padding-left:16px}.auth-eye{cursor:pointer;color:var(--auth-text-muted);background:0 0;border:none;flex-shrink:0;height:100%;padding:0 16px;font-size:14px}.auth-eye:hover{color:var(--auth-accent)}.auth-country-wrap{border:1px solid var(--auth-border);background:#00000047;border-radius:14px;align-items:center;transition:all .2s;display:flex;position:relative}.auth-country-wrap:focus-within{border-color:var(--auth-accent);box-shadow:0 0 0 4px #00d68f26}.auth-pick-icon{width:48px;height:50px;color:var(--auth-text-muted);flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.auth-country-wrap select{appearance:none;font-family:var(--font-body,"DM Sans", sans-serif);color:var(--auth-text);cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:15px 32px 15px 0;font-size:15px}.auth-country-wrap select option{color:var(--auth-text);background:#102a20}.auth-country-wrap:after{content:"▾";color:var(--auth-text-muted);pointer-events:none;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.auth-phone-wrap{gap:10px;display:flex}.auth-phone-prefix{border:1px solid var(--auth-border);background:#00000047;border-radius:14px;flex:0 0 116px;align-items:center;gap:6px;padding:0 12px;display:flex}.auth-phone-prefix select{appearance:none;color:var(--auth-text);cursor:pointer;font-size:14px;font-family:var(--font-body,"DM Sans", sans-serif);background:0 0;border:none;outline:none;flex:1;padding:15px 0}.auth-phone-prefix select option{color:var(--auth-text);background:#102a20}.auth-options-row{justify-content:space-between;align-items:center;margin:6px 0 24px;font-size:13px;display:flex}.auth-check{color:var(--auth-text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:9px;display:inline-flex}.auth-check input{opacity:0;pointer-events:none;position:absolute}.auth-check-box{border:1.5px solid var(--auth-border-strong);background:#0000004d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.auth-check input:checked+.auth-check-box{background:var(--auth-accent);border-color:var(--auth-accent)}.auth-check input:checked+.auth-check-box:after{content:"";border-bottom:2px solid #061a14;border-left:2px solid #061a14;width:9px;height:4px;transform:rotate(-45deg)translate(1px,-1px)}.auth-forgot{color:var(--auth-accent);font-size:11px;font-weight:700;text-decoration:none}.auth-forgot:hover{text-decoration:underline}.auth-terms{color:var(--auth-text-muted);align-items:flex-start;gap:10px;margin:4px 0 20px;font-size:13px;line-height:1.5;display:flex}.auth-terms a{color:var(--auth-accent);font-weight:700;text-decoration:none}.auth-terms a:hover{text-decoration:underline}.auth-helper{color:var(--auth-text-dim);margin-top:6px;font-size:12px}.auth-btn-submit{background:var(--auth-accent);width:100%;color:var(--auth-bg);cursor:pointer;font-family:var(--font-display,"Bebas Neue", sans-serif);letter-spacing:2px;border:none;border-radius:50px;justify-content:center;align-items:center;gap:12px;padding:17px;font-size:19px;text-decoration:none;transition:all .25s;display:flex;box-shadow:0 10px 28px #00d68f59}.auth-btn-submit:hover{transform:translateY(-2px);box-shadow:0 16px 36px #00d68f80}.auth-btn-submit:active{transform:translateY(0)}.auth-arrow{font-family:var(--font-body,"DM Sans", sans-serif);transition:transform .2s}.auth-btn-submit:hover .auth-arrow{transform:translate(5px)}.auth-divider{color:var(--auth-text-dim);letter-spacing:2px;align-items:center;gap:14px;margin:22px 0;font-size:12px;font-weight:700;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--auth-border);flex:1;height:1px}.auth-sso-row{grid-template-columns:1fr 1fr 1fr;gap:10px;display:grid}.auth-sso-btn{border:1px solid var(--auth-border);font-family:var(--font-body,"DM Sans", sans-serif);color:var(--auth-text);cursor:pointer;background:#00000047;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.auth-sso-btn:hover{border-color:var(--auth-border-strong);background:#0006;transform:translateY(-2px)}.auth-form-foot{text-align:center;color:var(--auth-text-muted);margin-top:24px;font-size:14px}.auth-form-foot a{color:var(--auth-accent);font-weight:700;text-decoration:none}.auth-form-foot a:hover{text-decoration:underline}.auth-sport-ribbon{border-top:1px dashed var(--auth-border);flex-wrap:wrap;justify-content:center;gap:8px;margin-top:22px;padding-top:20px;display:flex}.auth-ribbon-chip{border:1px solid var(--auth-border);color:var(--auth-text-muted);background:#00d68f14;border-radius:50px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}.auth-progress{align-items:center;gap:10px;margin-bottom:24px;display:flex}.auth-progress-step{flex-direction:column;flex:1;gap:6px;display:flex}.auth-progress-bar{background:#0000004d;border-radius:3px;height:4px;position:relative;overflow:hidden}.auth-progress-bar>span{background:linear-gradient(90deg, var(--auth-accent), var(--auth-accent-2));transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:translate(-100%)}.auth-progress-active .auth-progress-bar>span,.auth-progress-done .auth-progress-bar>span{transform:translate(0)}.auth-progress-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--auth-text-dim);align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.auth-progress-active .auth-progress-label{color:var(--auth-text)}.auth-progress-done .auth-progress-label{color:var(--auth-accent)}.auth-verify-header{text-align:center;margin-bottom:22px}.auth-verify-title{font-family:var(--font-display,"Bebas Neue", sans-serif);letter-spacing:1.5px;font-size:42px;line-height:1}.auth-accent{color:var(--auth-accent)}.auth-verify-sub{color:var(--auth-text-muted);margin-top:10px;font-size:14px;line-height:1.5}.auth-otp-target{border:1px solid var(--auth-border);background:#00000047;border-radius:14px;align-items:center;gap:10px;margin-bottom:24px;padding:14px 16px;display:flex}.auth-otp-target-ico{background:#00d68f26;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.auth-otp-info{flex:1}.auth-otp-label{color:var(--auth-text-muted);letter-spacing:1px;text-transform:uppercase;font-size:11px;font-weight:700}.auth-otp-value{color:var(--auth-text);margin-top:2px;font-size:14px;font-weight:700}.auth-otp-change{color:var(--auth-accent);cursor:pointer;font-size:12px;font-family:var(--font-body,"DM Sans", sans-serif);background:0 0;border:none;flex-shrink:0;font-weight:700}.auth-otp-change:hover{text-decoration:underline}.auth-otp-wrap{justify-content:space-between;gap:10px;margin:20px 0 8px;display:flex}.auth-otp-input{aspect-ratio:.92;border:2px solid var(--auth-border);text-align:center;max-width:62px;font-family:var(--font-display,"Bebas Neue", sans-serif);letter-spacing:1px;color:var(--auth-text);background:#00000047;border-radius:14px;outline:none;flex:1;font-size:32px;transition:all .15s}.auth-otp-input:focus{border-color:var(--auth-accent);transform:translateY(-2px);box-shadow:0 0 0 4px #00d68f2e}.auth-otp-filled{border-color:var(--auth-accent);color:var(--auth-accent);background:#00d68f14}.auth-otp-resend{text-align:center;color:var(--auth-text-muted);margin-top:14px;font-size:13px}.auth-otp-resend button{cursor:pointer;color:var(--auth-accent);font-size:13px;font-weight:700;font-family:var(--font-body,"DM Sans", sans-serif);background:0 0;border:none}.auth-otp-resend button:disabled{color:var(--auth-text-dim);cursor:not-allowed}.auth-success-wrap{text-align:center;padding:8px 4px}.auth-trophy-bg{justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 20px;display:flex;position:relative}.auth-trophy-bg:before,.auth-trophy-bg:after{content:"";border:2px solid var(--auth-accent);opacity:0;border-radius:50%;animation:2.2s ease-out infinite authRingExpand;position:absolute;inset:0}.auth-trophy-bg:after{animation-delay:1.1s}@keyframes authRingExpand{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(1.6)}}.auth-trophy-disk{background:linear-gradient(135deg, var(--auth-accent), var(--auth-accent-2));z-index:2;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;font-size:40px;display:flex;position:relative;box-shadow:0 16px 40px #00d68f80}.auth-success-title{font-family:var(--font-display,"Bebas Neue", sans-serif);letter-spacing:2px;color:var(--auth-text);font-size:52px;line-height:.9}.auth-success-sub{color:var(--auth-text-muted);margin-top:12px;font-size:15px;line-height:1.55}.auth-success-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0;display:grid}.auth-ss-card{border:1px solid var(--auth-border);background:#0000004d;border-radius:14px;padding:14px 10px}.auth-ss-val{font-family:var(--font-display,"Bebas Neue", sans-serif);letter-spacing:1px;color:var(--auth-accent);font-size:28px}.auth-ss-lbl{color:var(--auth-text-muted);letter-spacing:1px;text-transform:uppercase;margin-top:2px;font-size:10px}.auth-page-foot{z-index:4;text-align:center;color:var(--auth-text-dim);letter-spacing:1px;padding:24px;font-size:12px;position:relative}@media (max-width:600px){.auth-topbar{padding:18px}.auth-main{padding:28px 16px 40px}.auth-card{border-radius:22px;padding:24px 20px}.auth-stage-title{font-size:46px}.auth-field-row{grid-template-columns:1fr;gap:0}.auth-sso-row{grid-template-columns:1fr 1fr}.auth-sso-row .auth-sso-btn:last-child{grid-column:span 2}.auth-phone-prefix{flex:0 0 100px}.auth-otp-wrap{gap:6px}.auth-otp-input{border-radius:10px;max-width:48px;font-size:24px}}
