.rg{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#ccfbf1,#e0e7ff 50%,#fef3c7);padding:32px 16px;font-family:Inter,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#0b1220}.rg__card{width:100%;max-width:460px;background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;box-shadow:0 12px 32px -12px rgba(15,23,42,.16);display:flex;flex-direction:column;gap:14px}.rg__brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;letter-spacing:-.01em;color:#0b1220}.rg__brand-mark{display:inline-block;width:26px;height:26px;border-radius:6px;background:#0d9488;color:#fff;text-align:center;line-height:26px;font-family:Menlo,monospace;font-weight:800;font-size:14px}.rg__h{margin:6px 0 0;font-size:22px;font-weight:700;letter-spacing:-.018em}.rg__lede{margin:0;font-size:14px;line-height:1.5;color:#475569}.rg__intent{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:6px}.rg__intent-opt{display:flex;flex-direction:column;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;background:#fff;transition:border-color .12s ease,background .12s ease}.rg__intent-opt input{position:absolute;opacity:0;pointer-events:none}.rg__intent-opt.is-on{border-color:#0d9488;background:#f0fdfa}.rg__intent-title{font-weight:600;font-size:13px}.rg__intent-sub{color:#64748b;font-size:12px;margin-top:2px}.rg__field{display:flex;flex-direction:column;gap:6px}.rg__label{font-size:12px;color:#475569;font-weight:600}.rg__input{height:42px;padding:0 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;outline:none;background:#fff}.rg__input:focus{border-color:#0d9488;box-shadow:0 0 0 3px rgba(13,148,136,.15)}.rg__btn{height:44px;border:0;border-radius:9px;background:#0d9488;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:background .12s ease;margin-top:4px}.rg__btn:hover:not(:disabled){background:#0b8276}.rg__btn:disabled{background:#94a3b8;cursor:not-allowed}.rg__hint{font-size:13px;color:#64748b;margin:0}.rg__link{background:transparent;border:0;color:#0d9488;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit}.rg__err{border:1px solid #f43f5e;background:#fff1f2;color:#9f1239;padding:10px 12px;border-radius:8px;font-size:13px}.rg__foot{border-top:1px solid #e2e8f0;margin-top:8px;padding-top:14px;font-size:13px;color:#475569;text-align:center}.rg__foot a{color:#0d9488;text-decoration:none;font-weight:600}.rg__foot a:hover{text-decoration:underline}.rg__pwhint{font-size:12px;color:#64748b;margin:0}.rg__strength{display:flex;gap:4px;margin-top:6px}.rg__strength-bar{flex:1 1;height:4px;background:#e2e8f0;border-radius:2px;transition:background .12s ease}.rg__strength-bar.is-1{background:#ef4444}.rg__strength-bar.is-2{background:#f59e0b}.rg__strength-bar.is-3{background:#84cc16}.rg__strength-bar.is-4{background:#16a34a}