body { min-height:100vh; background:radial-gradient(circle at 14% 15%,#d6faf4 0,transparent 28%),radial-gradient(circle at 88% 88%,#ebffd0 0,transparent 25%),#f4f8f9; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }.pgo-auth-page { display:grid; min-height:100vh; place-items:center; padding:30px 15px; }.pgo-auth-card { width:min(100%,480px); padding:34px; border:1px solid rgba(215,232,234,.9); border-radius:25px; background:rgba(255,255,255,.94); box-shadow:0 22px 55px rgba(20,60,75,.13); animation:pgo-auth-in .55s ease both; }.pgo-auth-brand { display:flex; align-items:center; justify-content:center; gap:10px; margin-bottom:22px; color:#102a43; font-size:25px; font-weight:850; letter-spacing:-.04em; }.pgo-auth-brand span { display:grid; width:39px; height:39px; place-items:center; border-radius:13px; color:#073845; background:#c9f45a; }.pgo-auth-card h1 { margin:0; color:#102a43; font-size:27px; font-weight:850; letter-spacing:-.035em; text-align:center; }.pgo-auth-intro { margin:9px 0 27px; color:#627d98; line-height:1.5; text-align:center; }.pgo-auth-card label { margin:0 0 7px; color:#486273; font-size:13px; font-weight:750; }.pgo-auth-card .form-group { margin-bottom:17px; }.pgo-auth-card .form-control { height:48px; border:1px solid #cfdee1; border-radius:11px; box-shadow:none; font-size:15px; }.pgo-auth-card select.form-control { height:48px; }.pgo-auth-card .form-control:focus { border-color:#0d9488; box-shadow:0 0 0 3px rgba(13,148,136,.12); }.pgo-auth-primary,.pgo-auth-secondary { display:block; width:100%; padding:14px; border:0; border-radius:12px; font-size:15px; font-weight:800; text-align:center; text-decoration:none; transition:transform .2s,box-shadow .2s; }.pgo-auth-primary { color:#082f37; background:#c9f45a; box-shadow:0 10px 18px rgba(155,199,48,.23); }.pgo-auth-primary:hover { color:#082f37; transform:translateY(-2px); text-decoration:none; }.pgo-auth-secondary { margin-top:10px; color:#087c7b; background:#e5f8f5; }.pgo-auth-secondary:hover { color:#075f59; text-decoration:none; }.pgo-auth-row { display:flex; justify-content:space-between; gap:12px; margin:3px 0 22px; color:#627d98; font-size:13px; }.pgo-auth-row a { color:#087c7b; font-weight:700; }.pgo-auth-notice { margin:0 0 19px; padding:12px 14px; border-radius:11px; color:#6a5b1f; background:#fff8dd; font-size:13px; line-height:1.45; }.pgo-auth-terms { margin:4px 0 18px; color:#627d98; font-size:12px; line-height:1.5; }.pgo-auth-terms a { color:#087c7b; font-weight:700; }.parsley-errors-list { margin:5px 0 0; padding:0; color:#c44052; font-size:12px; list-style:none; }@keyframes pgo-auth-in { from { opacity:0; transform:translateY(16px) scale(.98); } to { opacity:1; transform:translateY(0) scale(1); } }
