/* Authentication surfaces: decorative layers never intercept input. */
.page-auth{background:#060a12;isolation:isolate}
.page-auth #particle-canvas{display:block;position:fixed;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.8}
.page-auth .ambient{display:block;position:fixed;z-index:0;pointer-events:none;filter:blur(75px);opacity:.2;animation:auth-glow 14s ease-in-out infinite alternate}
.page-auth .ambient-a{width:min(520px,80vw);height:min(520px,80vw);left:8%;top:8%;background:#166bd6}
.page-auth .ambient-b{width:min(400px,65vw);height:min(400px,65vw);right:5%;top:45%;background:#116077;animation-delay:-7s}
.page-auth .site-footer{position:relative;z-index:2;background:#080d16}
.page-auth .auth-wrap{position:relative;min-height:calc(100dvh - 80px);display:flex;align-items:center;justify-content:center;padding:64px 20px}
.page-auth .auth-card{max-width:460px;background:rgba(12,20,33,.94);border-color:#2b4260;box-shadow:0 22px 90px #0005,0 0 65px #2483d710;backdrop-filter:blur(12px)}
.auth-card .kicker{color:#7dc8ff}.auth-card .sub{margin-bottom:28px}.auth-card .form-group{margin-bottom:18px}
.auth-forgot{display:flex;justify-content:flex-end;margin:-5px 0 18px;font-size:11px}
.auth-forgot a,.auth-legal a,.auth-consent a,.auth-back{color:#80c4ff;text-decoration:none;font-weight:600}
.auth-forgot a:hover,.auth-legal a:hover,.auth-consent a:hover,.auth-back:hover{text-decoration:underline;color:#b9dfff}
.auth-submit{width:100%;margin-top:8px;min-height:46px}
.auth-legal{font-size:10px;line-height:1.9;color:#9cabc1;text-align:center;margin:16px 0 0}
.auth-consent{display:flex;align-items:flex-start;gap:11px;cursor:pointer;margin:24px 0 18px;font-size:11px;line-height:1.9;color:#b5c3d7}
.auth-consent input[type=checkbox]{appearance:auto;accent-color:#3b9df6;width:17px;height:17px;flex:0 0 17px;margin:3px 0 0;cursor:pointer}
.auth-consent span{min-width:0}.auth-back{display:block;text-align:center;font-size:12px;margin-top:24px}
.auth-card #license-key-help{font-size:10px}.auth-card .form-success{margin:20px 0}.auth-card .recovery-note{font-size:11px;line-height:1.9;color:#9aacc4;margin-top:18px}
@keyframes auth-glow{from{transform:translate3d(0,0,0) scale(.93)}to{transform:translate3d(18px,-20px,0) scale(1.04)}}
@media(max-width:520px){.page-auth .auth-wrap{padding:40px 18px;min-height:calc(100dvh - 70px)}.page-auth .auth-card{padding:27px 23px}.auth-consent{font-size:10px}}
@media(prefers-reduced-motion:reduce){.page-auth .ambient{animation:none}.page-auth .auth-card{backdrop-filter:none}}

.turnstile-wrap{display:flex;justify-content:center;min-height:66px;margin:14px 0 9px;overflow:hidden}.turnstile-wrap .cf-turnstile{max-width:100%}@media(max-width:380px){.turnstile-wrap{justify-content:flex-start}}
