.ps-auth{--primary: #ff449a;--primary-hover: #e53586;--primary-soft: #ffe3f1;--bg-body: #f6f7fb;--bg-card: #ffffff;--text-main: #132440;--text-muted: #5f6b7a;--border: #e3e7ee;--accent: #16476a;--accent-soft: rgba(22, 71, 106, .1);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;display:flex;justify-content:center;padding:clamp(2rem,5vw,4rem) clamp(1.5rem,4vw,3rem);background:linear-gradient(135deg,#ff449a1f,#16476a14),#f7f8fc;color:var(--text-main);position:relative;overflow:hidden}.ps-auth-content{width:100%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:clamp(2rem,5vw,3rem)}.ps-auth:before,.ps-auth:after{content:"";position:absolute;border-radius:999px;filter:blur(0);z-index:0}.ps-auth:before{width:420px;height:420px;background:radial-gradient(circle,#ff449a2e,#ff449a00 70%);top:-120px;right:-140px}.ps-auth:after{width:520px;height:520px;background:radial-gradient(circle,#16476a2e,#16476a00 70%);bottom:-180px;left:-200px}.ps-auth-hero,.ps-auth-panel{position:relative;z-index:1}.ps-auth-hero{display:flex;flex-direction:column;gap:2rem;justify-content:center}.ps-auth-brand{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-main);font-weight:700}.ps-auth-logo{height:52px;width:52px;border-radius:14px;padding:8px;background:#fff;box-shadow:0 8px 18px #1324402e}.ps-auth-brand-name{font-size:1.05rem;letter-spacing:.02em}.ps-auth-kicker{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.75rem}.ps-auth-headline{font-size:clamp(2.1rem,3.4vw,3.1rem);line-height:1.1;font-weight:700;margin-bottom:1rem;color:var(--text-main)}.ps-auth-copy{font-size:1rem;line-height:1.6;color:var(--text-muted);max-width:540px}.ps-auth-list{margin:1.5rem 0 0;padding:0;list-style:none;display:grid;gap:.75rem;color:var(--text-main)}.ps-auth-list li{display:flex;align-items:center;gap:.75rem;font-weight:600}.ps-auth-list li:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 5px #ff449a26}.ps-auth-panel{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.ps-auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:22px;padding:2.25rem;box-shadow:0 20px 40px #13244014}.ps-auth-card-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.ps-auth-title{font-size:1.5rem;font-weight:700;color:var(--text-main)}.ps-auth-subtitle{color:var(--text-muted);font-size:.95rem;line-height:1.5}.ps-auth-note{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:1rem}.ps-auth-footer{display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.9rem}.ps-auth-footnote{font-weight:600}.ps-auth .form-stack{display:flex;flex-direction:column;gap:1.25rem}.ps-auth .form-field{display:flex;flex-direction:column;gap:.5rem}.ps-auth .form-label{color:var(--text-main);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.ps-auth .form-input{width:100%;padding:.85rem 1rem;border-radius:12px;border:1px solid var(--border);background:#fff;font-size:.95rem;color:var(--text-main);transition:border .2s,box-shadow .2s}.ps-auth .form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ff449a2e}.ps-auth .form-error{color:#c0265c;font-size:.85rem;font-weight:600;margin-top:.25rem}.ps-auth .form-check{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.9rem}.ps-auth .form-checkbox{width:18px;height:18px;accent-color:var(--primary)}.ps-auth .form-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem;flex-wrap:wrap}.ps-auth .form-actions.is-split{justify-content:space-between}.ps-auth .btn{padding:.7rem 1.4rem;border-radius:999px;font-weight:600;font-size:.9rem;border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s}.ps-auth .btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 20px #ff449a3d}.ps-auth .btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.ps-auth .btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.ps-auth .btn-secondary{background:#fff;color:var(--text-main);border-color:var(--border)}.ps-auth .btn-secondary:hover{border-color:#d5dbe5;background:#f7f8fb}.ps-auth .btn-danger{border-color:#e74c3c33;background:#e74c3c14;color:#b42318}.ps-auth .btn-danger:hover{border-color:#e74c3c59;background:#e74c3c24}.ps-auth .ps-link{color:var(--accent);font-weight:600;text-decoration:none}.ps-auth .ps-link:hover{color:var(--primary)}.ps-auth .status-banner{border-radius:14px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;border:1px solid transparent}.ps-auth .status-banner.success{background:#10b9811f;border-color:#10b98133;color:#0f766e}@media(max-width:1024px){.ps-auth-hero{max-width:none}.ps-auth-panel{order:1}}@media(max-width:768px){.ps-auth{padding:1.75rem}.ps-auth-list{display:none}.ps-auth-card{padding:1.75rem}.ps-auth-footer{flex-direction:column;align-items:flex-start;gap:.5rem}}
