.v2-theme .au-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:7rem 1.5rem 4rem;background:radial-gradient(circle at 15% 10%,var(--rw-accent-light) 0,transparent 45%),radial-gradient(circle at 85% 85%,var(--rw-indigo-light) 0,transparent 45%),var(--rw-bg)}.v2-theme .au-card{width:100%;max-width:28rem;background-color:var(--rw-card-bg);border:1px solid var(--rw-border);border-radius:1rem;padding:2.25rem;box-shadow:var(--rw-shadow-lg)}@media (min-width:768px){.v2-theme .au-card{padding:2.75rem}}.v2-theme .au-card-wide{max-width:34rem}.v2-theme .au-header{text-align:center;margin-bottom:2rem}.v2-theme .au-eyebrow{display:inline-block;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--rw-accent);margin-bottom:.5rem}.v2-theme .au-title{font-family:Inter Tight,Inter,sans-serif;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;letter-spacing:-.015em;line-height:1.15;color:var(--rw-text);margin-bottom:.5rem}.v2-theme .au-subtitle{font-size:1rem;line-height:1.55;color:var(--rw-muted)}.v2-theme .au-oauth{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.875rem 1.25rem;background-color:var(--rw-card-bg);border:1px solid var(--rw-border);border-radius:.5rem;color:var(--rw-text);font-family:Inter Tight,Inter,sans-serif;font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.v2-theme .au-oauth:hover{border-color:var(--rw-text);background-color:var(--rw-surface);transform:translateY(-1px)}.v2-theme .au-footer{text-align:center;margin-top:1.75rem;font-size:.9375rem;color:var(--rw-muted)}.v2-theme .au-footer a{color:var(--rw-accent);font-weight:600;text-decoration:none}.v2-theme .au-footer a:hover{text-decoration:underline}.v2-theme .au-forgot{display:flex;justify-content:flex-end;font-size:.85rem}.v2-theme .au-forgot a{color:var(--rw-accent);text-decoration:none}.v2-theme .au-forgot a:hover{text-decoration:underline}.v2-theme .au-alert{display:none;padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;line-height:1.45;margin-bottom:1rem}.v2-theme .au-alert-error{background-color:var(--rw-error-light);color:var(--rw-error);border:1px solid var(--rw-error)}.v2-theme .au-alert-success{background-color:var(--rw-success-light);color:var(--rw-success);border:1px solid var(--rw-success)}.v2-theme .au-role-select{display:flex;flex-direction:column;gap:1.25rem}.v2-theme .au-backup-section.hidden,.v2-theme .au-form-stack.hidden,.v2-theme .au-role-select.hidden{display:none}.v2-theme .au-backup-section,.v2-theme .au-role-list{display:flex;flex-direction:column;gap:.75rem}.v2-theme .au-role-card{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.15rem;background-color:var(--rw-card-bg);border:2px solid var(--rw-border);border-radius:.85rem;text-align:left;cursor:pointer;font-family:inherit;transition:border-color .18s ease,background-color .18s ease}.v2-theme .au-role-card.is-selected,.v2-theme .au-role-card:hover{border-color:var(--rw-accent);background-color:var(--rw-accent-light)}.v2-theme .au-role-icon{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:.7rem;background-color:var(--rw-accent-light);color:var(--rw-accent);display:inline-flex;align-items:center;justify-content:center}.v2-theme .au-role-card--hirer .au-role-icon{background-color:var(--rw-indigo-light);color:var(--rw-indigo)}.v2-theme .au-role-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.v2-theme .au-role-title{font-family:Inter Tight,Inter,sans-serif;font-weight:700;font-size:1rem;color:var(--rw-text);letter-spacing:-.005em}.v2-theme .au-role-sub{font-size:.85rem;color:var(--rw-muted)}.v2-theme .au-role-radio{flex-shrink:0;width:1.35rem;height:1.35rem;border-radius:9999px;border:2px solid var(--rw-border);display:inline-flex;align-items:center;justify-content:center;transition:border-color .18s ease}.v2-theme .au-role-card.is-selected .au-role-radio,.v2-theme .au-role-card:hover .au-role-radio{border-color:var(--rw-accent)}.v2-theme .au-role-card .role-dot{width:.6rem;height:.6rem;border-radius:9999px;background-color:var(--rw-accent);transform:scale(0);transition:transform .18s ease}.v2-theme .au-role-card.is-selected .role-dot{transform:scale(1)}.v2-theme .au-role-continue{width:100%;justify-content:center;margin-top:.25rem}.v2-theme .au-role-continue:disabled,.v2-theme .au-role-continue[disabled]{background-color:var(--rw-surface);color:var(--rw-muted);box-shadow:none;cursor:not-allowed;transform:none}.v2-theme .au-role-continue:disabled:hover{background-color:var(--rw-surface);transform:none;box-shadow:none}.v2-theme .au-role-proof{text-align:center;font-size:.8rem;color:var(--rw-muted);margin:0}.v2-theme .au-role-footer{text-align:center;padding-top:1.25rem;border-top:1px solid var(--rw-border)}.v2-theme .au-form-card{background-color:var(--rw-card-bg);border:1px solid var(--rw-border);border-radius:1rem;padding:1.5rem;box-shadow:var(--rw-shadow-sm)}@media (min-width:768px){.v2-theme .au-form-card{padding:2rem}}.v2-theme .au-form-stack{display:flex;flex-direction:column;gap:1.5rem}.v2-theme .au-google-btn{width:100%;justify-content:center}.v2-theme .au-divider{position:relative;text-align:center;font-size:.82rem;color:var(--rw-muted)}.v2-theme .au-divider:before{content:"";position:absolute;left:0;right:0;top:50%;border-top:1px solid var(--rw-border);z-index:0}.v2-theme .au-divider span{position:relative;z-index:1;padding:0 .9rem;background-color:var(--rw-card-bg)}.v2-theme .au-required{color:var(--rw-error)}.v2-theme .au-inline-field{display:flex;flex-direction:column;gap:.6rem}@media (min-width:640px){.v2-theme .au-inline-field{flex-direction:row;align-items:stretch}.v2-theme .au-inline-field .rw-input{flex:1}.v2-theme .au-inline-field .rw-btn-primary{flex-shrink:0;white-space:nowrap}}.v2-theme .au-field-error{margin-top:.4rem;font-size:.78rem;color:var(--rw-error)}.v2-theme .au-field-success{margin-top:.4rem;font-size:.78rem;color:var(--rw-success)}.v2-theme .au-verify-block{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.v2-theme .au-verified-badge.hidden,.v2-theme .au-verify-block.hidden{display:none}.v2-theme .au-code-input{text-align:center;font-size:1.25rem;letter-spacing:.3em;font-family:SFMono-Regular,Consolas,monospace}.v2-theme .au-verified-badge{margin-top:.75rem;display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:9999px;background-color:var(--rw-success-light);color:var(--rw-success);border:1px solid var(--rw-success);font-size:.85rem;font-weight:600}.v2-theme .au-form-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--rw-border);text-align:center;display:flex;flex-direction:column;gap:.5rem}.v2-theme .au-link-btn{background:none;border:0;padding:0;color:var(--rw-muted);font-weight:600;cursor:pointer;font-family:inherit;font-size:inherit}.v2-theme .au-link-btn:hover{color:var(--rw-text)}.v2-theme .au-form-row{display:grid;gap:.85rem;grid-template-columns:1fr}@media (min-width:640px){.v2-theme .au-form-row{grid-template-columns:1fr 1fr}}.v2-theme .au-password-wrap{position:relative}.v2-theme .au-password-wrap .rw-input{padding-right:2.75rem}.v2-theme .au-password-toggle{position:absolute;right:.6rem;top:50%;transform:translateY(-50%);background:none;border:0;cursor:pointer;color:var(--rw-muted);padding:.35rem;display:inline-flex;border-radius:.3rem}.v2-theme .au-password-toggle:hover{color:var(--rw-text);background-color:var(--rw-surface)}.v2-theme .au-submit-btn{width:100%;justify-content:center;margin-top:.25rem}.v2-theme .au-success-box{display:flex;gap:.75rem;align-items:flex-start;margin-top:1.5rem;padding:.85rem 1rem;border-radius:.65rem;background-color:var(--rw-success-light);color:var(--rw-success);border:1px solid var(--rw-success);font-size:.88rem;line-height:1.5}.v2-theme .au-success-box.hidden{display:none}.v2-theme .au-success-box svg{flex-shrink:0;margin-top:.15rem}.v2-theme .au-success-box strong{display:block;margin-bottom:.2rem}