.auth-page{position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:64px 24px;background:linear-gradient(145deg,#071812,#0c2416 40%,#071510)}.auth-page:after{content:"";position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:80px 80px;pointer-events:none}.auth-shell{position:relative;z-index:1;width:100%;max-width:420px}.auth-top{text-align:center;margin-bottom:28px}.auth-top .res-back{justify-content:center}.auth-logo{display:inline-block;font-size:20px;font-weight:900;color:#fff;text-decoration:none}.auth-logo:hover{text-decoration:none;opacity:.85}.auth-card{background:#fff;border-radius:var(--radius-xl);padding:40px 36px;box-shadow:0 30px 60px -20px rgba(0,0,0,.45)}.auth-card .slabel{margin-bottom:10px}.auth-card h1{font-size:26px;font-weight:800;color:var(--color-primary);line-height:1.2;margin-bottom:8px}.auth-card .sub{line-height:1.6;margin-bottom:28px}.auth-card .sub,.auth-footer{font-size:13px;color:var(--color-text-muted)}.auth-footer{text-align:center;margin-top:22px}.auth-footer a{font-weight:700}@media (max-width:480px){.auth-card{padding:32px 24px}}