.egate{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:var(--space-m,1.5rem);background:color-mix(in srgb,var(--base-ultra-dark,#0f172a) 55%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-family:var(--text-font-family,system-ui,-apple-system,Segoe UI,Roboto,sans-serif)}.egate__card{width:100%;max-width:30rem;padding:var(--space-l,2rem);border-radius:var(--radius,8px);background:var(--base-ultra-light,#fff);color:var(--base,#0f172a);display:flex;flex-direction:column;gap:var(--space-m,1.5rem);text-align:center;box-shadow:0 30px 80px rgb(0 0 0 / .3)}.egate__heading{font-family:var(--heading-font-family,inherit);font-size:var(--h3,1.5rem);font-weight:var(--heading-font-weight,700);line-height:var(--heading-line-height,1.25);color:var(--heading-color,inherit);margin:0;text-wrap:balance}.egate__subtext{margin:calc(-1 * var(--space-s, 0.75rem)) 0 0 0;font-size:var(--text-s,.9375rem);line-height:var(--text-line-height,1.5);color:color-mix(in srgb,var(--base,#0f172a) 75%,transparent);text-wrap:pretty}.egate__form{display:flex;flex-direction:column;gap:0;text-align:left}.egate__input{width:100%;padding:.625rem .875rem;border:1px solid var(--base-light,#cbd5e1);border-radius:calc(var(--radius, 8px) * 0.75);font-size:var(--text-m,1rem);font-family:inherit;background:var(--base-ultra-light,#fff);color:inherit;box-sizing:border-box}.egate__input:focus{outline:2px solid var(--primary,#2563eb);outline-offset:2px}.egate__error{display:none;font-size:var(--text-xs,.8125rem);font-weight:600;color:#dc2626;margin:var(--space-xs,.5rem) 0 0 0}.egate__error.is-visible{display:block}.egate__actions{display:flex;flex-direction:row;gap:var(--space-s,.75rem);justify-content:center;align-items:center;flex-wrap:wrap}:where(.egate__btn){cursor:pointer;font-family:inherit;font-weight:600;font-size:1rem;padding:.625rem 1.25rem;border-radius:6px;border:1px solid #fff0;transition:background-color 0.15s ease,color 0.15s ease,border-color 0.15s ease,opacity 0.15s ease;line-height:1.2;text-decoration:none;display:inline-block}:where(.egate__btn[disabled]){opacity:.6;cursor:not-allowed}:where(.egate__btn--primary){background:#2563eb;color:#fff}:where(.egate__btn--primary:hover:not([disabled])){background:#1d4ed8}:where(.egate__btn--secondary){background:#fff0;color:#0f172a;border-color:#0f172a}:where(.egate__btn--secondary:hover:not([disabled])){background:#0f172a;color:#fff}.egate__primary{display:flex;flex-direction:column;gap:var(--space-m,1.5rem);text-align:center}.egate__fallback{display:flex;flex-direction:column;gap:var(--space-xs,.5rem);text-align:center}.egate__fallback[hidden]{display:none}.egate__fallback-text{margin:0;font-size:var(--text-s,.9375rem);color:inherit}.egate__fallback-link{display:inline-block;font-weight:700;text-decoration:underline;text-underline-offset:3px;color:var(--primary,#2563eb)}.egate__fallback-link:hover{color:var(--primary-hover,#1d4ed8)}.egate__fallback-link::after{content:" \2192";display:inline-block;margin-left:.2em;transition:transform 0.15s ease}.egate__fallback-link:hover::after{transform:translateX(3px)}