.surface-auth-page{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;font-size:18px;line-height:1.65;display:flex}.surface-auth-page h1,.surface-auth-page h2,.surface-auth-page h3,.surface-auth-page h4{color:var(--ink)!important}.surface-auth-page h1 em,.surface-auth-page h2 em{font-style:italic;color:var(--accent)!important}.surface-auth-main{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:48px 16px;display:flex}.surface-auth-card{background:var(--bg-2);border:1px solid var(--line);width:100%;max-width:440px;box-shadow:var(--shadow-sm);border-radius:16px;padding:40px 36px}@media (max-width:480px){.surface-auth-card{border-radius:14px;padding:32px 24px}}.surface-auth-card__header{flex-direction:column;gap:16px;margin-bottom:28px;display:flex}.surface-auth-brand{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;align-items:center;gap:10px;font-size:22px;text-decoration:none;display:inline-flex}.surface-auth-brand__accent{color:var(--accent)}.surface-auth-heading{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;margin:0;font-size:28px;font-style:italic;line-height:1.15}.surface-auth-form{flex-direction:column;gap:18px;display:flex}.surface-auth-field{flex-direction:column;gap:6px;display:flex}.surface-auth-label{font-family:var(--sans);color:var(--ink-2);letter-spacing:.01em;font-size:13px;font-weight:600}.surface-auth-input{background:var(--bg-2);border:1px solid var(--line-2);font-family:var(--sans);color:var(--ink);box-sizing:border-box;border-radius:10px;outline:none;align-items:center;gap:8px;width:100%;padding:11px 14px;font-size:15.5px;transition:border-color .15s,box-shadow .15s;display:flex}.surface-auth-input:focus,.surface-auth-input:focus-within{background:var(--bg-2);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.surface-auth-input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--bg-2)inset;-webkit-text-fill-color:var(--ink);caret-color:var(--ink);transition:background-color 5000s ease-in-out}.surface-auth-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px var(--bg-2)inset;-webkit-text-fill-color:var(--ink);caret-color:var(--ink);transition:background-color 5000s ease-in-out}.surface-auth-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px var(--bg-2)inset;-webkit-text-fill-color:var(--ink);caret-color:var(--ink);transition:background-color 5000s ease-in-out}.surface-auth-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--bg-2)inset;-webkit-text-fill-color:var(--ink);caret-color:var(--ink);transition:background-color 5000s ease-in-out}.surface-auth-input[data-error=true]{border-color:var(--accent)}.surface-auth-input::placeholder{color:var(--ink-4)}.surface-auth-input-wrap{align-items:stretch;width:100%;display:flex;position:relative}.surface-auth-input-wrap .surface-auth-input{padding-right:44px}.surface-auth-input-toggle{width:32px;height:32px;color:var(--ink-3);cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.surface-auth-input-toggle:hover{background:var(--bg-3);color:var(--ink)}.surface-auth-input-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.surface-auth-helper{font-family:var(--sans);color:var(--ink-3);margin:0;font-size:12.5px}.surface-auth-helper--error{color:var(--accent-deep)}.surface-auth-remember{font-family:var(--sans);color:var(--ink-2);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:13.5px;display:flex}.surface-auth-remember input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;margin:0}.surface-auth-btn{font-family:var(--sans);cursor:pointer;border:1px solid #0000;border-radius:10px;outline:none;justify-content:center;align-items:center;gap:8px;width:auto;padding:13px 18px;font-size:15px;font-weight:600;line-height:1.1;text-decoration:none;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;display:inline-flex}.surface-auth-btn:focus-visible{box-shadow:0 0 0 3px var(--accent-soft);outline:2px solid var(--accent);outline-offset:1px}.surface-auth-btn:disabled{opacity:.5;cursor:not-allowed}.surface-auth-btn--full{width:100%}.surface-auth-btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.surface-auth-btn--primary:hover:not(:disabled){background:var(--accent-deep);border-color:var(--accent-deep)}.surface-auth-btn--secondary{background:var(--bg-2);color:var(--ink);border-color:var(--line-2)}.surface-auth-btn--secondary:hover:not(:disabled){background:var(--bg-3);border-color:var(--line-3)}.surface-auth-btn--ghost{color:var(--ink-2);background:0 0;border-color:#0000;padding:8px 12px;font-size:13.5px;font-weight:500}.surface-auth-btn--ghost:hover:not(:disabled){background:var(--bg-3);color:var(--ink)}.surface-auth-btn--lg{padding:15px 20px;font-size:16px}.surface-auth-btn--sm{padding:8px 14px;font-size:13.5px}.surface-auth-btn__icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.surface-auth-banner{font-family:var(--sans);border:1px solid #0000;border-radius:10px;padding:12px 14px;font-size:13.5px;line-height:1.5}.surface-auth-banner--error{background:var(--accent-tint);border-color:var(--accent-soft);color:var(--accent-deep)}.surface-auth-banner--success{background:var(--green-soft);border-color:var(--green-soft);color:var(--green-deep)}.surface-auth-banner--info{background:var(--bg-3);border-color:var(--line);color:var(--ink-2)}.surface-auth-divider{align-items:center;gap:14px;margin:8px 0;display:flex}.surface-auth-divider__line{background:var(--line-2);flex:1;height:1px}.surface-auth-divider__label{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--ink-4);font-size:11px;font-weight:600}.surface-auth-sso{flex-direction:column;gap:10px;margin-top:16px;display:flex}.surface-auth-tier-eyebrow{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--ink-4);margin:4px 0 8px;font-size:10.5px;font-weight:600}.surface-auth-tier-row{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.surface-auth-tier-chip{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;background:var(--bg-2);border:1px solid var(--line-2);color:var(--ink-2);cursor:pointer;border-radius:999px;outline:none;padding:7px 12px;font-size:11.5px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.surface-auth-tier-chip:hover:not(:disabled){background:var(--bg-3);border-color:var(--line-3)}.surface-auth-tier-chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.surface-auth-tier-chip[aria-pressed=true],.surface-auth-tier-chip[data-selected=true],.surface-auth-tier-chip[aria-checked=true]{background:var(--accent-tint);border-color:var(--accent);color:var(--accent-deep)}.surface-auth-trial{background:var(--accent-tint);border:1px solid var(--accent-soft);width:100%;max-width:440px;color:var(--accent-deep);border-radius:12px;flex-direction:column;gap:8px;padding:16px 18px;display:flex}.surface-auth-trial__eyebrow{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:var(--accent-deep);font-size:10.5px;font-weight:700}.surface-auth-trial__msg{font-family:var(--sans);color:var(--ink-2);margin:0;font-size:14px;font-weight:500}.surface-auth-trial-inline{background:var(--accent-tint);border:1px solid var(--accent-soft);border-radius:10px;padding:12px 14px}.surface-auth-trial-inline__msg{font-family:var(--sans);color:var(--ink-2);margin:0;font-size:13.5px}.surface-auth-card__foot{flex-direction:column;gap:12px;margin-top:24px;display:flex}.surface-auth-foot-row{font-family:var(--sans);color:var(--ink-3);justify-content:center;align-items:center;gap:8px;font-size:13.5px;display:flex}.surface-auth-foot-row a,.surface-auth-foot-link{color:var(--accent-deep);font-weight:600;text-decoration:none}.surface-auth-foot-row a:hover,.surface-auth-foot-link:hover{text-decoration:underline}.surface-auth-card__legal{font-family:var(--mono);letter-spacing:.06em;color:var(--ink-4);text-align:center;margin:16px 0 0;font-size:10.5px;line-height:1.6}.surface-auth-card__legal a{color:var(--ink-3);text-decoration:underline}.surface-auth-card__legal a:hover{color:var(--ink)}.surface-auth-nudge{font-family:var(--sans);color:var(--ink-3);justify-content:center;align-items:center;gap:8px;font-size:13.5px;display:flex}.surface-auth-toast{background:var(--bg-2);border:1px solid var(--green-soft);color:var(--green-deep);font-family:var(--sans);box-shadow:var(--shadow-md);z-index:60;border-radius:10px;padding:12px 20px;font-size:13.5px;font-weight:500;position:fixed;top:32px;left:50%;transform:translate(-50%)}.surface-auth-strength{flex-direction:column;gap:6px;margin-top:4px;display:flex}.surface-auth-strength__bars{gap:4px;width:100%;display:flex}.surface-auth-strength__segment{background:var(--line-2);border-radius:2px;flex:1;height:3px;transition:background .16s}.surface-auth-strength__segment--filled-1{background:var(--accent)}.surface-auth-strength__segment--filled-2{background:var(--amber)}.surface-auth-strength__segment--filled-3{background:var(--gold)}.surface-auth-strength__segment--filled-4{background:var(--green)}.surface-auth-strength__labels{font-family:var(--mono);letter-spacing:.06em;color:var(--ink-4);gap:12px;font-size:10.5px;display:flex}.surface-auth-strength__labels span[data-active=true]{color:var(--ink-2);font-weight:600}@keyframes surface-auth-shimmer{0%,to{opacity:.4}50%{opacity:.85}}.surface-auth-shimmer{background:var(--bg-3);border-radius:10px;width:80px;height:80px;animation:1.6s ease-in-out infinite surface-auth-shimmer}.surface-auth-state{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:16px 0 8px;display:flex}.surface-auth-state__msg{font-family:var(--sans);color:var(--ink-2);margin:0;font-size:15px;line-height:1.5}.surface-auth-state__sub{font-family:var(--sans);color:var(--ink-3);margin:0;font-size:13px}.surface-auth-loading{font-family:var(--sans);color:var(--ink-3);flex:1;justify-content:center;align-items:center;font-size:14px;display:flex}
/*# sourceMappingURL=45b379dedb1a14d9.css.map*/