.auth-page{background:var(--app-cream);min-height:100vh;color:var(--app-ink);display:flex}.auth-tone-lav{--auth-soft:var(--app-lav-s);--auth-text:var(--app-lav-text)}.auth-tone-sky{--auth-soft:var(--app-sky-s);--auth-text:var(--app-sky-text)}.auth-tone-sage{--auth-soft:var(--app-sage-s);--auth-text:var(--app-sage-text)}.auth-aside{display:none}.auth-form-col{flex:auto;place-items:center;padding:40px;display:grid}.auth-card-wrap{flex-direction:column;gap:22px;width:100%;max-width:440px;display:flex}@media (max-width:479px){.auth-form-col{padding:var(--space-lg) var(--space-md)}}.auth-card-wrap--center{text-align:center}.auth-card-wrap--center .auth-badge{margin-inline:auto}.auth-aside-inner{justify-content:space-between;gap:var(--space-xl);flex-direction:column;width:100%;display:flex}.auth-aside-mark{font-family:var(--fs-serif);letter-spacing:-.02em;font-size:28px;font-weight:400;line-height:1}.auth-aside-mark i{color:var(--auth-text);font-style:normal}.auth-aside-mid{flex-direction:column;gap:26px;display:flex}.auth-aside-tagline{font-family:var(--fs-sans);letter-spacing:-.03em;color:var(--app-ink);margin:0;font-size:44px;font-weight:700;line-height:1.02}.auth-aside-tagline b{font-weight:inherit;color:var(--auth-text);display:block}.auth-aside-lead{max-width:400px;color:var(--app-ink-soft);margin:0;font-size:17px;line-height:1.5}.auth-aside-foot{color:var(--app-ink-soft);margin:0;font-size:13px}.auth-values{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.auth-value{align-items:center;gap:14px;display:flex}.auth-value-glyph{background:var(--app-paper);width:44px;height:44px;color:var(--app-ink);border-radius:14px;flex:none;place-items:center;font-size:18px;line-height:1;display:grid}.auth-value-text{flex-direction:column;gap:2px;display:flex}.auth-value-title{color:var(--app-ink);font-size:16px;font-weight:700}.auth-value-sub{color:var(--app-ink-soft);font-size:14px;line-height:1.4}.auth-receipt{border-radius:var(--radius-2xl);background:var(--app-paper);align-items:center;gap:16px;padding:18px 20px;display:flex}.auth-receipt__tick{background:var(--app-sage-fill);width:48px;height:48px;color:var(--app-fill-on);border-radius:50%;flex:none;place-items:center;font-size:20px;line-height:1;display:grid}.auth-receipt__title{font-size:16px;font-weight:700;display:block}.auth-receipt__meta{color:var(--app-ink-soft);font-size:14px}.auth-head{flex-direction:column;gap:8px;display:flex}.auth-kicker{margin:0}.auth-title{font-family:var(--fs-sans);letter-spacing:-.025em;color:var(--app-ink);margin:0;font-size:36px;font-weight:700;line-height:1.08}.auth-sub{color:var(--app-ink-soft);margin:0;font-size:17px;line-height:1.5}.auth-sub b{color:var(--app-ink);font-weight:700}.auth-lead{color:var(--app-ink-soft);margin:0;font-size:15px;line-height:1.5}.auth-msg{border-radius:var(--radius-card);text-align:left;align-items:flex-start;gap:10px;margin:0;padding:12px 14px;font-size:14px;line-height:1.45;display:flex}.auth-msg__glyph{flex:none;line-height:1.45}.auth-msg-err{background:var(--app-coral-s);color:var(--app-coral-text)}.auth-msg-ok{background:var(--app-sage-s);color:var(--app-sage-text)}.auth-card{box-shadow:none;background:0 0;border:none;flex-direction:column;gap:18px;margin:0;padding:0;display:flex}.auth-fields{flex-direction:column;gap:14px;display:flex}.auth-field{gap:6px;display:grid}.auth-label{font-family:var(--fs-sans);letter-spacing:normal;text-transform:none;color:var(--app-ink);font-size:14px;font-weight:600}.auth-labelrow{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-forgot{min-height:24px;color:var(--app-lav-text);align-items:center;font-size:14px;font-weight:600;display:inline-flex}.auth-forgot:hover{text-decoration:underline}.auth-input{border:2px solid var(--app-field-line);background:var(--app-paper);width:100%;min-height:56px;color:var(--app-ink);font-family:var(--fs-sans);border-radius:16px;padding:0 18px;font-size:17px}.auth-input::placeholder{color:var(--app-muted-paper);opacity:1}.auth-input:focus{border-color:var(--app-lav-fill)}.auth-hint{color:var(--app-muted-cream);margin:0;font-size:13px;line-height:1.4}.auth-divider{align-items:center;gap:12px;display:flex}.auth-divider__rule{border-top:1px solid var(--app-hair);flex:1}.auth-divider__text{color:var(--app-muted-cream);font-size:13px}.auth-cta{width:100%;min-height:58px;font-family:var(--fs-sans);cursor:pointer;text-align:center;transition:background var(--motion-quick) var(--ease-standard), box-shadow var(--motion-quick) var(--ease-standard), transform var(--motion-instant) var(--ease-standard);border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:14px 20px;font-size:17px;font-weight:700;display:inline-flex}.auth-cta--ink{background:var(--app-ink);color:var(--app-cream)}.auth-cta--lav{background:var(--app-lav-fill);color:var(--app-fill-on);box-shadow:0 4px 0 var(--app-lav-d)}.auth-cta--lav:active{box-shadow:0 2px 0 var(--app-lav-d);transform:translateY(2px)}.auth-cta--ink:active{transform:translateY(2px)}.auth-cta--outline{background:var(--app-paper);color:var(--app-ink);border:1px solid var(--app-field-line);font-weight:600}.auth-cta[aria-disabled=true]{background:var(--app-paper);color:var(--app-ink-soft);border:1px solid var(--app-field-line);box-shadow:none;cursor:default;transform:none}.auth-google svg{flex:none}.auth-banner{border-radius:var(--radius-card);background:var(--app-butter-s);text-align:left;align-items:flex-start;gap:10px;padding:14px 16px;font-size:14px;line-height:1.45;display:flex}.auth-banner__glyph{flex:none;font-size:18px;line-height:1.3}.auth-banner__text{color:var(--app-ink);margin:0}.auth-banner__link{min-height:24px;font:inherit;color:var(--app-butter-text);text-align:left;align-items:center;padding:0;font-weight:700;display:inline-flex}.auth-banner__link:hover{text-decoration:underline}.auth-badge{background:var(--app-sage-s);width:88px;height:88px;color:var(--app-ink);border-radius:28px;place-items:center;font-size:36px;line-height:1;display:grid}.auth-resendrow{color:var(--app-ink-soft);flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;font-size:15px;display:flex}.auth-cooldown{color:var(--app-muted-cream)}.auth-back{min-height:24px;color:var(--app-ink-soft);align-items:center;font-size:15px;font-weight:600;display:inline-flex}.auth-back:hover{text-decoration:underline}.auth-meter{gap:4px;margin-top:2px;display:flex}.auth-meter__seg{border-radius:var(--radius-pill);background:var(--app-bar-track);flex:1;height:4px}.auth-meter[data-tier="1"] .auth-meter__seg--on{background:var(--app-coral-fill)}.auth-meter[data-tier="2"] .auth-meter__seg--on{background:var(--app-butter-fill)}.auth-meter[data-tier="3"] .auth-meter__seg--on{background:var(--app-sage-fill)}.auth-strength{color:var(--app-ink-soft);min-height:1.4em;margin:0;font-size:13px;line-height:1.4}.auth-switch{text-align:center;color:var(--app-ink-soft);margin:0;font-size:15px}.auth-switch a{color:var(--app-lav-text);font-weight:700}.auth-switch a:hover{text-decoration:underline}.auth-switch a.auth-back{color:var(--app-ink-soft);font-weight:600}.auth-fine{text-align:center;color:var(--app-muted-cream);margin:0;font-size:12px;line-height:1.5}.auth-fine a{color:var(--app-lav-text);text-decoration:underline}.guest-receipt{flex-direction:column;gap:8px;width:100%;display:flex}.guest-receipt__kicker{color:var(--app-ink-soft);margin:0 0 6px}.guest-receipt__rows{flex-direction:column;margin:0;display:flex}.guest-receipt__row{border-bottom:1px solid var(--app-hair);align-items:baseline;gap:12px;padding:10px 0;display:flex}.guest-receipt__row:last-child{border-bottom:none}.guest-receipt__n{font-family:var(--fs-serif);font-variant-numeric:tabular-nums;min-width:58px;margin:0;font-size:30px;line-height:1}.guest-receipt__n.lav{color:var(--app-lav-text)}.guest-receipt__n.but{color:var(--app-butter-text)}.guest-receipt__n.sag{color:var(--app-sage-text)}.guest-receipt__l{color:var(--app-ink-soft);margin:0;font-size:13.5px}.guest-receipt__note{color:var(--app-ink-soft);border-left:2.5px solid var(--app-butter-d);text-align:left;margin:8px 0 0;padding-left:14px;font-size:16px;font-style:italic;line-height:1.4}@media (min-width:1024px){.auth-aside{background:var(--auth-soft);flex:0 0 clamp(360px,42vw,560px);align-items:stretch;padding:44px 52px;display:flex}}
