.hc-welcome-dialog{width:min(500px,calc(100% - 32px));max-height:calc(100dvh - 32px);margin:auto;padding:44px 38px 30px;overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--line);background:var(--paper);color:var(--ink)}
.hc-welcome-close{position:absolute;top:8px;right:8px}
.hc-welcome-heading .eyebrow{margin-bottom:16px;color:var(--muted)}
.hc-welcome-heading h2{font-size:clamp(36px,4vw,46px);letter-spacing:-.025em;line-height:1.08;margin-bottom:18px}
.hc-welcome-heading>p:last-child{font-size:14px;line-height:1.75;margin-bottom:24px;max-width:35em}
.hc-welcome-email{display:grid;gap:8px;font-size:12px;font-weight:600}
.hc-welcome-email input{width:100%;font-size:16px;font-weight:400;min-height:50px;background:white}
.hc-welcome-consent{display:flex;align-items:flex-start;gap:11px;margin-top:17px;font-size:12px;line-height:1.7}
.hc-welcome-consent input{flex:none;width:18px;height:18px;margin:2px 0 0;padding:0}
.hc-welcome-consent a,.hc-welcome-privacy a,.hc-welcome-terms a{text-decoration:underline;text-underline-offset:3px}
.hc-welcome-privacy{font-size:11px;line-height:1.7;color:var(--muted);margin:12px 0 20px}
.hc-welcome-submit{width:100%;gap:20px}
.hc-welcome-terms{font-size:11px;line-height:1.7;color:var(--muted);margin:18px 0 0;padding-top:16px;border-top:1px solid var(--line)}
.hc-welcome-result{font-size:14px;line-height:1.7;margin-bottom:20px}
.hc-welcome-result p{margin-bottom:12px}
.hc-welcome-code{display:block;padding:15px 18px;margin:12px 0 18px;border:1px solid var(--line);font-size:27px;font-weight:600;letter-spacing:.1em;overflow-wrap:anywhere;background:var(--water)}
.hc-welcome-error{padding:14px;margin-bottom:18px;border:1px solid currentColor;font-size:13px;line-height:1.7}
.hc-welcome-error ul{margin-bottom:0}
.no-js [data-welcome-open],.no-js .hc-welcome-close,.no-js [data-welcome-close]{display:none}
.no-js .hc-welcome-dialog{display:block;position:static;max-height:none;margin:32px auto}
@media(max-width:500px){.hc-welcome-dialog{padding:42px 24px 25px}.hc-welcome-heading h2{font-size:38px}.hc-welcome-heading>p:last-child{font-size:13px;margin-bottom:20px}.hc-welcome-consent{font-size:12px}.hc-welcome-terms{font-size:11px}}
