.card.svelte-a034u4{display:flex;flex-direction:column;gap:26px;width:100%;max-width:var(--auth-card-width);padding:clamp(24px,3vw,36px);border:1px solid var(--auth-card-line);border-radius:14px;background:var(--auth-ground-card);box-shadow:var(--auth-card-shadow)}.heading.svelte-a034u4{display:flex;flex-direction:column;gap:9px}.eyebrow.svelte-a034u4{font-weight:700;font-size:10px;letter-spacing:.08em;color:var(--accent);text-transform:uppercase}.title.svelte-a034u4{font-family:var(--font-display);font-weight:800;font-size:clamp(28px,3vw,var(--size-auth-card-title));line-height:1.05;color:var(--text);text-transform:uppercase}.lead.svelte-a034u4{font-size:14px;line-height:1.55;color:var(--auth-label)}.page.svelte-e3wec{display:flex;flex-direction:column;min-height:100dvh;background:var(--ground)}.dot.svelte-e3wec{width:6px;height:6px;border-radius:50%;background:var(--ok);flex:0 0 auto}.content.svelte-e3wec{display:flex;flex:1 1 auto;min-height:0}.art.svelte-e3wec{position:relative;display:flex;flex-direction:column;justify-content:space-between;flex:0 0 var(--auth-art-width);width:var(--auth-art-width);padding:76px clamp(32px,5vw,72px) 64px;overflow:hidden;isolation:isolate;container-type:inline-size}.art-image.svelte-e3wec{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.art-image.svelte-e3wec img:where(.svelte-e3wec){width:100%;height:100%;object-fit:cover}.art-veil.svelte-e3wec{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--auth-veil)}.eyebrow.svelte-e3wec{display:flex;align-items:center;gap:10px;font-weight:700;font-size:10px;letter-spacing:.08em;color:var(--accent);text-transform:uppercase}.rule.svelte-e3wec{width:28px;height:2px;background:var(--accent);flex:0 0 auto}.mission.svelte-e3wec{display:flex;flex-direction:column;gap:18px}.headline.svelte-e3wec{font-family:var(--font-display);font-weight:800;font-size:clamp(30px,min(4.1vw,8.4cqi),var(--size-auth-title));line-height:.95;color:var(--text);text-transform:uppercase;text-wrap:balance}.lead.svelte-e3wec{max-width:560px;font-size:16px;line-height:1.6;color:var(--auth-bright);text-wrap:pretty}.trust.svelte-e3wec{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--auth-label)}.trust.svelte-e3wec .dot:where(.svelte-e3wec){width:7px;height:7px}.form-area.svelte-e3wec{display:flex;flex:1 1 0;min-width:0;flex-direction:column;align-items:center;justify-content:center;padding:48px clamp(20px,5vw,76px);background:var(--auth-form-wash)}@media(max-width:1280px){.art.svelte-e3wec{flex-basis:42vw;width:42vw;padding-top:56px;padding-bottom:48px}}@media(max-width:1000px){.content.svelte-e3wec{flex-direction:column}.art.svelte-e3wec{flex:0 0 auto;width:100%;padding:40px clamp(20px,6vw,48px) 36px;gap:24px}.trust.svelte-e3wec{display:none}.form-area.svelte-e3wec{justify-content:flex-start;padding-top:32px;padding-bottom:56px}}.auth-form{display:flex;flex-direction:column;gap:26px}.auth-fields{display:flex;flex-direction:column;gap:18px}.auth-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;border:0;border-radius:var(--radius);background:var(--accent);color:var(--accent-ink);font-family:var(--font-display);font-weight:800;font-size:13px;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:filter .14s ease,transform .14s ease}.auth-submit:hover:not(:disabled){filter:brightness(1.12)}.auth-submit:active:not(:disabled){transform:translateY(1px)}.auth-submit:disabled{opacity:.6;cursor:progress}.auth-submit .arrow{font-family:var(--font-body);font-weight:400;font-size:16px}.auth-check{display:flex;align-items:flex-start;gap:10px}.auth-check input{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:0 0 auto;width:16px;height:16px;margin-top:1px;border:1px solid var(--accent);border-radius:3px;background:var(--auth-pill);cursor:pointer}.auth-check input:checked{background:var(--accent)}.auth-check input:checked:after{content:"";display:block;width:4px;height:8px;margin:1px auto 0;border:solid var(--accent-ink);border-width:0 2px 2px 0;transform:rotate(45deg)}.auth-check input:focus-visible{outline:none;box-shadow:var(--focus-ring)}.auth-check label{font-size:12px;line-height:1.45;color:var(--auth-label);cursor:pointer}.auth-divider{display:flex;align-items:center;gap:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1 1 0;height:1px;background:var(--auth-field-line)}.auth-divider span{font-size:10px;letter-spacing:.08em;color:var(--auth-placeholder);text-transform:uppercase}.auth-social{display:flex;gap:10px}.auth-social button{display:flex;flex:1 1 0;min-width:0;align-items:center;justify-content:center;gap:9px;padding:12px;border:1px solid var(--auth-field-line);border-radius:var(--radius);background:var(--auth-field);color:var(--auth-bright);font-family:inherit;font-weight:700;font-size:12px}.auth-social button:disabled{color:var(--auth-placeholder);cursor:not-allowed}.auth-social .icon{display:flex;width:16px;height:16px}.auth-social .icon svg{width:16px;height:16px}.auth-social .soon{font-weight:400;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.auth-switch{font-size:13px;color:var(--auth-label);text-align:center}.auth-switch a{color:var(--accent);font-weight:700}.auth-switch a:hover{text-decoration:underline}.auth-inline-link{font-size:11px;color:var(--accent)}.auth-inline-link:hover{text-decoration:underline}.auth-alert{padding:12px 14px;border:1px solid var(--danger-line);border-radius:var(--radius);background:var(--danger-ground);font-size:13px;line-height:1.45;color:var(--danger)}.auth-note{font-size:11px;line-height:1.45;color:var(--auth-placeholder)}.auth-strength{display:flex;flex-direction:column;gap:8px}.auth-strength .bars{display:flex;gap:6px}.auth-strength .bars span{flex:1 1 0;height:3px;border-radius:999px;background:var(--auth-field-line);transition:background-color .16s ease}.auth-strength .bars span.on{background:var(--accent)}.auth-strength p{font-size:10px;color:var(--auth-label)}
