:root {
  --hh-auth-pearl: var(--hh-pearl, #f7f5f0);
  --hh-auth-surface: var(--hh-surface, #ffffff);
  --hh-auth-primary: var(--hh-primary, #075e54);
  --hh-auth-primary-pressed: #064a43;
  --hh-auth-ink: var(--hh-ink, #183330);
  --hh-auth-muted: var(--hh-muted, #60706b);
  --hh-auth-soft: var(--hh-soft-teal, #e7f0ec);
  --hh-auth-gold: var(--hh-champagne, #c6a76b);
  --hh-auth-border: rgba(24,51,48,.14);
  --hh-auth-shadow: 0 30px 80px rgba(16,47,44,.18);
}
.hh-auth-r2-overlay{position:fixed;inset:0;z-index:10050;background:rgba(8,28,30,.58);backdrop-filter:blur(12px);display:grid;place-items:center;padding:18px;overflow:auto}
.hh-auth-r2-dialog{width:min(980px,100%);min-height:620px;display:grid;grid-template-columns:minmax(310px,.86fr) minmax(420px,1.14fr);background:var(--hh-auth-surface);border-radius:30px;overflow:hidden;box-shadow:var(--hh-auth-shadow);border:1px solid rgba(255,255,255,.36);position:relative}
.hh-auth-r2-close{position:absolute;right:16px;top:14px;z-index:4;width:38px;height:38px;border-radius:50%;border:1px solid rgba(24,51,48,.12);background:rgba(255,255,255,.88);color:var(--hh-auth-ink);font-size:24px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(24,51,48,.08)}
.hh-auth-r2-brand{position:relative;overflow:hidden;padding:42px 34px;display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(150deg,#092f33 0%,#075e54 55%,#0d6c62 100%);color:#fff}
.hh-auth-r2-brand:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;border:1px solid rgba(198,167,107,.28);right:-210px;top:-140px;box-shadow:0 0 0 64px rgba(198,167,107,.045),0 0 0 126px rgba(198,167,107,.025)}
.hh-auth-r2-brand:after{content:"";position:absolute;left:0;right:0;bottom:0;height:35%;opacity:.38;background:linear-gradient(90deg,transparent 0 3%,rgba(255,255,255,.13) 3% 8%,transparent 8% 14%,rgba(255,255,255,.08) 14% 20%,transparent 20% 25%,rgba(255,255,255,.14) 25% 31%,transparent 31% 38%,rgba(255,255,255,.1) 38% 45%,transparent 45% 53%,rgba(255,255,255,.16) 53% 60%,transparent 60% 68%,rgba(255,255,255,.1) 68% 74%,transparent 74% 80%,rgba(255,255,255,.13) 80% 88%,transparent 88%);clip-path:polygon(0 76%,4% 67%,8% 67%,8% 38%,11% 38%,11% 62%,16% 60%,18% 47%,21% 47%,22% 71%,26% 69%,28% 18%,30% 10%,32% 18%,34% 70%,38% 70%,39% 48%,44% 48%,45% 68%,49% 66%,50% 29%,54% 29%,55% 66%,60% 65%,61% 44%,66% 44%,68% 70%,72% 69%,74% 54%,79% 54%,81% 73%,86% 72%,88% 42%,93% 42%,94% 73%,100% 70%,100% 100%,0 100%)}
.hh-auth-r2-brand>*{position:relative;z-index:1}.hh-auth-r2-logo{display:flex;gap:12px;align-items:center;font-weight:900;font-size:21px;letter-spacing:-.03em}.hh-auth-r2-logo-mark{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:22px;color:#eadbb8}.hh-auth-r2-brand-copy{margin:65px 0}.hh-auth-r2-brand-copy small{color:#e7d8b5;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.hh-auth-r2-brand-copy h2{font-size:44px;line-height:1.03;letter-spacing:-.05em;margin:16px 0 18px;max-width:360px}.hh-auth-r2-brand-copy p{font-size:16px;line-height:1.62;color:rgba(255,255,255,.79);max-width:360px}.hh-auth-r2-proof{display:flex;flex-wrap:wrap;gap:9px}.hh-auth-r2-proof span{padding:9px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.08);font-size:12px;font-weight:800}
.hh-auth-r2-main{padding:46px 46px 38px;background:radial-gradient(circle at 100% 0,rgba(198,167,107,.12),transparent 33%),var(--hh-auth-pearl);display:flex;align-items:center}.hh-auth-r2-card{width:100%;max-width:510px;margin:auto}.hh-auth-r2-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:24px}.hh-auth-r2-head h2{margin:0 0 7px;font-size:36px;letter-spacing:-.045em;color:var(--hh-auth-ink)}.hh-auth-r2-head p{margin:0;color:var(--hh-auth-muted);line-height:1.5}.hh-auth-r2-badge{white-space:nowrap;background:var(--hh-auth-soft);border:1px solid rgba(7,94,84,.14);color:var(--hh-auth-primary);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900}.hh-auth-r2-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#eceee9;border-radius:14px;margin-bottom:17px}.hh-auth-r2-tab{min-height:42px;border:0;border-radius:11px;background:transparent;color:var(--hh-auth-muted);font-weight:900;cursor:pointer}.hh-auth-r2-tab.is-active{background:#fff;color:var(--hh-auth-ink);box-shadow:0 4px 14px rgba(24,51,48,.08)}
.hh-auth-r2-providers{display:grid;gap:10px}.hh-auth-r2-provider{height:50px;border:1px solid #d7dcd8;border-radius:14px;background:#fff;color:#17231f;font-weight:850;font-size:14px;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:.18s ease}.hh-auth-r2-provider:hover{transform:translateY(-1px);border-color:#9eb1a8;box-shadow:0 8px 20px rgba(24,51,48,.07)}.hh-auth-r2-provider[disabled]{opacity:.46;cursor:not-allowed;transform:none;box-shadow:none}.hh-auth-r2-provider-mark{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;flex:0 0 auto;font-weight:900}.hh-auth-r2-provider-mark.google{color:#4285f4;border:1px solid #e2e5e3;background:#fff}.hh-auth-r2-provider-mark.apple{background:#111;color:#fff;border-radius:50%;font-size:17px}.hh-auth-r2-provider-mark.facebook{background:#1877f2;color:#fff;border-radius:50%;font:900 18px Arial}.hh-auth-r2-provider-mark.microsoft{display:grid;grid-template-columns:repeat(2,8px);grid-template-rows:repeat(2,8px);gap:2px;background:transparent}.hh-auth-r2-provider-mark.microsoft i{width:8px;height:8px;display:block}.hh-auth-r2-provider-mark.microsoft i:nth-child(1){background:#f25022}.hh-auth-r2-provider-mark.microsoft i:nth-child(2){background:#7fba00}.hh-auth-r2-provider-mark.microsoft i:nth-child(3){background:#00a4ef}.hh-auth-r2-provider-mark.microsoft i:nth-child(4){background:#ffb900}
.hh-auth-r2-divider{display:flex;align-items:center;gap:12px;color:#8c9692;text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:900;margin:17px 0}.hh-auth-r2-divider:before,.hh-auth-r2-divider:after{content:"";height:1px;background:#e0e4e0;flex:1}.hh-auth-r2-email-toggle{width:100%;height:50px;border-radius:14px;border:1px solid rgba(7,94,84,.18);background:var(--hh-auth-soft);color:var(--hh-auth-primary);font-weight:900;cursor:pointer}.hh-auth-r2-form{display:grid;gap:12px;margin-top:14px}.hh-auth-r2-field{display:grid;gap:6px}.hh-auth-r2-field label{font-size:12px;font-weight:900;color:var(--hh-auth-ink)}.hh-auth-r2-field input,.hh-auth-r2-field select{box-sizing:border-box;width:100%;min-height:50px;border-radius:13px;border:1px solid #c7d0cb;background:#fff;color:var(--hh-auth-ink);padding:0 14px;font:inherit;outline:none}.hh-auth-r2-field input:focus,.hh-auth-r2-field select:focus{border-color:var(--hh-auth-primary);box-shadow:0 0 0 3px rgba(7,94,84,.09)}.hh-auth-r2-action{height:52px;border:0;border-radius:14px;background:var(--hh-auth-primary);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(7,94,84,.18)}.hh-auth-r2-action:hover{background:var(--hh-auth-primary-pressed)}.hh-auth-r2-secondary{height:46px;border-radius:13px;border:1px solid rgba(7,94,84,.2);background:#fff;color:var(--hh-auth-primary);font-weight:850;cursor:pointer}.hh-auth-r2-message{display:none;margin-top:12px;border-radius:13px;padding:11px 13px;background:var(--hh-auth-soft);color:var(--hh-auth-primary);font-size:12px;font-weight:800;line-height:1.45}.hh-auth-r2-message.show{display:block}.hh-auth-r2-message.error{background:#fff0ee;color:#9c2f26;border:1px solid #f0c6c0}.hh-auth-r2-foot{margin:17px 0 0;text-align:center;color:var(--hh-auth-muted);font-size:11px;line-height:1.5}.hh-auth-r2-note{margin-top:14px;padding:11px 12px;border-radius:12px;background:#fbfaf6;border:1px solid #ebe6da;color:#6c685d;font-size:11px;line-height:1.48}.hh-auth-r2-back{border:0;background:transparent;color:var(--hh-auth-primary);font-weight:900;padding:4px 0 14px;cursor:pointer}.hh-auth-r2-role-grid{display:grid;gap:11px}.hh-auth-r2-role{width:100%;border:1px solid #d9ddd8;border-radius:16px;background:#fff;padding:15px;display:grid;grid-template-columns:42px 1fr auto;gap:12px;text-align:left;align-items:center;cursor:pointer}.hh-auth-r2-role:hover{border-color:rgba(7,94,84,.38);background:#fbfdfc}.hh-auth-r2-role-icon{width:42px;height:42px;border-radius:13px;background:var(--hh-auth-soft);display:grid;place-items:center;color:var(--hh-auth-primary);font-weight:900}.hh-auth-r2-role strong{display:block;color:var(--hh-auth-ink);margin-bottom:2px}.hh-auth-r2-role small{display:block;color:var(--hh-auth-muted);line-height:1.35}.hh-auth-r2-role-arrow{font-size:20px;color:var(--hh-auth-gold);font-weight:900}
.hh-auth-security-launch{grid-column:1/-1}.hh-auth-security-methods{display:grid;gap:9px;margin-top:14px}.hh-auth-security-row{display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;padding:12px 13px;border:1px solid #e0e4e0;border-radius:14px;background:#fff}.hh-auth-security-row .hh-auth-r2-provider-mark{width:34px;height:34px}.hh-auth-security-row strong{display:block;color:var(--hh-auth-ink);font-size:14px}.hh-auth-security-row small{display:block;color:var(--hh-auth-muted);font-size:11px;margin-top:2px}.hh-auth-security-row button{border:0;border-radius:10px;padding:8px 10px;background:var(--hh-auth-soft);color:var(--hh-auth-primary);font-weight:900;cursor:pointer}.hh-auth-security-row button.danger{background:#fff0ee;color:#9c2f26}.hh-auth-security-state{font-size:11px;font-weight:900;color:var(--hh-auth-primary)}
@media(max-width:820px){.hh-auth-r2-overlay{padding:0;align-items:start}.hh-auth-r2-dialog{grid-template-columns:1fr;border-radius:0;min-height:100vh}.hh-auth-r2-brand{padding:24px 20px 28px;min-height:220px}.hh-auth-r2-brand-copy{margin:28px 0 10px}.hh-auth-r2-brand-copy h2{font-size:34px;margin:10px 0 10px;max-width:480px}.hh-auth-r2-brand-copy p{font-size:14px;max-width:520px}.hh-auth-r2-proof{display:none}.hh-auth-r2-main{padding:0 12px 28px;align-items:flex-start}.hh-auth-r2-card{margin-top:-18px;background:rgba(255,255,255,.98);border-radius:23px;padding:23px 16px;box-shadow:0 16px 44px rgba(24,51,48,.12);position:relative;z-index:2}.hh-auth-r2-close{top:12px;right:12px}.hh-auth-r2-head h2{font-size:30px}.hh-auth-r2-badge{display:none}}
@media(max-width:430px){.hh-auth-r2-brand{min-height:188px}.hh-auth-r2-brand-copy{margin:22px 0 8px}.hh-auth-r2-brand-copy h2{font-size:30px}.hh-auth-r2-main{padding:0 9px 18px}.hh-auth-r2-card{padding:21px 14px}.hh-auth-r2-provider{height:49px}.hh-auth-r2-head{margin-bottom:18px}}
