.auth-screen{min-height:100vh;display:grid;place-items:center;padding:var(--space-9);background:var(--wash-prism),var(--canvas);position:relative;isolation:isolate}.auth-screen .auth-card{width:100%;max-width:360px;display:flex;flex-direction:column;gap:var(--space-7)}.auth-screen .auth-card__title{font:var(--type-h3);color:var(--text-primary)}.auth-screen .auth-card__desc{margin-top:var(--space-3);font:var(--type-body-sm);color:var(--text-secondary)}.auth-screen .auth-card__caption{font:var(--type-caption);color:var(--text-muted)}.auth-screen .auth-card__links{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3) var(--space-6);font:var(--type-ui-sm)}.auth-screen .auth-flow{display:flex;flex-direction:column;gap:var(--space-6)}.auth-screen .auth-oauth{display:flex;flex-direction:column;gap:var(--space-3)}.auth-screen .auth-notice{padding:var(--space-4) var(--space-5);background:var(--surface-inset);border:var(--border-w) solid var(--border-subtle);border-radius:var(--radius-sm);font:var(--type-body-sm);color:var(--text-secondary)}.auth-screen .auth-divider{display:flex;align-items:center;gap:var(--space-4);font:var(--type-caption);color:var(--text-muted)}.auth-screen .auth-divider:after,.auth-screen .auth-divider:before{content:"";flex:1;height:var(--border-w);background:var(--border-subtle)}.auth-screen .auth-form{display:flex;flex-direction:column;gap:var(--space-5)}.auth-screen .auth-form .fr-btn[type=submit]{margin-top:var(--space-2)}.auth-screen .auth-rules{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.auth-screen .auth-rules__item{display:flex;align-items:center;gap:var(--space-3);font:var(--type-body-sm);color:var(--text-secondary)}.auth-screen .auth-rules__item svg{flex:none;color:var(--text-muted);transition:color var(--dur-fast) var(--ease-standard)}.auth-screen .auth-rules__item--met svg{color:var(--text-accent)}.auth-screen .auth-help,.auth-screen .auth-resend{display:flex;flex-direction:column;gap:var(--space-3)}.auth-screen .auth-help__title{font:var(--type-ui-sm);color:var(--text-secondary)}.auth-screen .auth-help__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2);font:var(--type-body-sm);color:var(--text-secondary)}.auth-screen .glyph-field{position:absolute;inset:0;z-index:-1;overflow:clip;pointer-events:none}.auth-screen .glyph-field__canvas{position:sticky;top:0;display:block;width:100%;height:100lvh;opacity:0}.auth-screen .glyph-field__canvas--on{opacity:1;transition:opacity var(--dur-slower) var(--ease-out)}@media (pointer:coarse){.auth-screen .auth-card__links a{padding-block:var(--space-2)}}@media (max-width:767px){.auth-screen input.fr-input{font-size:max(16px,1em)}}@media (prefers-reduced-motion:reduce){.auth-screen .glyph-field__canvas--on{opacity:.55;transition:none}}