.auth-layout{min-height:100dvh;display:flex;flex-direction:column}.auth-content{flex:1;display:flex;flex-direction:column;min-height:calc(100dvh - 168px);padding:24px 16px 48px}.auth-page{display:flex;align-items:center;justify-content:center}.auth-page .card{width:100%;max-width:450px;overflow:hidden;padding:10px}.auth-page .brand{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;margin-bottom:16px}.auth-page .eyebrow{margin:0;text-transform:uppercase;font-size:12px;color:#6b7280}.auth-page h1{margin:4px 0 2px;font-size:26px;font-weight:400}.auth-page .sub{margin:0;color:#475569;font-size:14px}.auth-page .card p{margin:.5em 0}.auth-page .providers{margin:18px 0 12px;display:grid;gap:10px}.auth-page .icon{width:24px;height:24px;display:grid;place-items:center}.auth-page .divider{display:flex;align-items:center;gap:10px;margin:14px 0;color:#64748b;font-size:13px}.auth-page .divider:before,.auth-page .divider:after{content:"";flex:1;height:1px;background:#94a3b866}.auth-page .divider-dot{color:#cbd5e1}.auth-page .form{display:flex;flex-direction:column;gap:12px}.auth-page .legal{margin-top:30px;font-size:14px;color:#94a3b8;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.auth-page .status{margin-top:10px;font-size:13.5px}.auth-page .status.error{color:#dc2626}.auth-page .status.info{color:#0f766e}.auth-page label{display:flex;flex-direction:column;gap:6px;color:#334155;font-size:15px}.auth-page input:disabled{background:#eef2f7;color:#64748b;box-shadow:none}.auth-page .form-footer{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#64748b;gap:12px;flex-wrap:wrap}.auth-page .remember{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.auth-page .remember input{width:16px;height:16px}.auth-page .link{color:#2563eb;text-decoration:none;font-weight:500}.auth-page .link:hover{text-decoration:underline}.auth-page .link-button{background:none;border:none;padding:0;margin:0;color:#2563eb;font:inherit;cursor:pointer;text-decoration:none}.auth-page .link-button:hover{text-decoration:underline}.auth-page .input-with-action{display:flex;align-items:center;gap:10px}.auth-page .input-with-action input{flex:1}.auth-page .input-with-action .link-button{white-space:nowrap}.auth-page .input-action{position:relative}.auth-page .input-action input{width:100%;padding-right:90px}.auth-page .inline-action{position:absolute;top:50%;right:12px;transform:translateY(-50%);padding:0}.auth-page .stored-email-section{display:flex;flex-direction:column;gap:12px}.auth-page .stored-email-title{margin:0;font-size:18px;font-weight:500;color:#0f172a}.auth-page .stored-email-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.auth-page .stored-email-item{display:flex;align-items:center;gap:8px}.auth-page .stored-email-button{flex:1;background:transparent;border-radius:0;padding:6px 0;display:flex;align-items:center;gap:12px;cursor:pointer;text-decoration:none;transition:color .12s ease,background-color .12s ease,transform .12s ease;border:none}.auth-page .stored-email-button:hover,.auth-page .stored-email-button:focus-visible{color:#1d4ed8;background-color:#2563eb14;border-radius:10px;transform:translateY(-1px)}.auth-page .stored-email-button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.auth-page .stored-email-button .stored-email-text{flex:1;display:flex;flex-direction:column;gap:2px;text-align:left;font-size:15px}.auth-page .remove-email{font-size:1.3rem;background:transparent;color:#dc2626;border-radius:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border:none;padding:0;text-decoration:none;transition:color .12s ease,background-color .12s ease,transform .12s ease}.auth-page .remove-email:hover,.auth-page .remove-email:focus-visible{color:#b91c1c;background-color:#dc262614;border-radius:8px;transform:translateY(-1px)}.auth-page .remove-email:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.auth-page .add-account-form{margin-top:4px}.auth-page .add-account-link{align-self:flex-start;padding:0;font-weight:400;font-size:.92rem}.auth-page .add-account-link:disabled{opacity:.6;cursor:not-allowed}.auth-page .stored-email-avatar{width:40px;height:40px;border-radius:999px;background:#eef2ff;color:#4338ca;display:grid;place-items:center;overflow:hidden;font-weight:600;font-size:15px}.auth-page .stored-email-avatar img{width:100%;height:100%;object-fit:cover}.auth-page .stored-email-text .name{font-weight:600;color:#0f172a}.auth-page .stored-email-text .email{font-size:13px;color:#475569}@media(min-width:640px){.auth-page .card{padding:32px;border-radius:20px}}.auth-topbar{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid #e2e8f0}.auth-topbar-inner{height:72px;margin:0 auto;max-width:1100px;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.auth-brand{display:inline-flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.auth-brand-logo{width:40px;height:40px;display:flex;align-items:center;gap:.75rem}.auth-brand-name{font-weight:700;font-size:1.25rem;color:var(--primary)}.auth-content :global(.auth-page){margin:0 auto}.auth-footer{border-top:1px solid #e2e8f0;padding:16px;display:flex;justify-content:center;align-items:center;background:#fff;margin-top:auto}.auth-footer :global(.locale-switcher){width:100%;justify-content:center}.locale-switcher.svelte-npjipv{width:100%;display:inline-flex;align-items:center;gap:10px;font-size:14px;color:#0f172a;justify-content:center;flex-wrap:wrap;text-align:center}.label.svelte-npjipv{color:#475569;min-width:90px}select.svelte-npjipv{padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:14px;width:100%;max-width:220px}
