:root{--auth-bg:#ebeae8;--auth-surface:#fff;--auth-text:#1c1917;--auth-text-soft:#57534e;--auth-line:#e7e5e4;--auth-brand:#0f766e;--auth-brand-deep:#115e59;--auth-brand-hover:#0d9488;--auth-brand-soft:#0f766e1f;--auth-accent:#c2410c;--auth-radius-card:16px;--auth-radius-control:10px}[x-cloak]{display:none!important}.auth-body{min-height:100vh;color:var(--auth-text);-webkit-font-smoothing:antialiased;margin:0;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif}.auth-shell{background:var(--auth-bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem 1rem 2rem;display:flex}.auth-shell-inner{width:100%;max-width:472px}.auth-card{background:var(--auth-surface);border-radius:var(--auth-radius-card);border:1px solid var(--auth-line);padding:1.75rem 1.5rem;box-shadow:0 1px 2px #1c19170a,0 12px 32px #1c19170f}@media (width>=480px){.auth-card{padding:2rem 1.75rem}}.auth-card-logo{text-align:center;margin:0 0 1.35rem;line-height:0;display:block}.auth-card-logo img{width:auto;height:34px;margin:0 auto}.auth-card-logo:hover img{opacity:.92}.auth-page-head{margin-bottom:1.35rem}.auth-title{letter-spacing:-.03em;color:var(--auth-text);margin:0;font-family:Space Grotesk,Plus Jakarta Sans,system-ui,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.2}.auth-subtitle{color:var(--auth-text-soft);margin:.5rem 0 0;font-size:.875rem;line-height:1.5}.auth-prose{color:var(--auth-text-soft);margin-bottom:1.25rem;font-size:.875rem;line-height:1.55}.auth-field{margin-bottom:1rem}.auth-field-tight{margin-top:.75rem}.auth-card label.block{text-transform:uppercase;letter-spacing:.04em;color:var(--auth-text-soft);margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.auth-card input[type=text],.auth-card input[type=email],.auth-card input[type=password]{box-sizing:border-box;width:100%;color:var(--auth-text);border:1px solid var(--auth-line);border-radius:var(--auth-radius-control);background:#fafaf9;padding:.65rem .85rem;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s,background .15s;display:block}.auth-card input[type=text]:hover,.auth-card input[type=email]:hover,.auth-card input[type=password]:hover{border-color:#d6d3d1}.auth-card input[type=text]:focus,.auth-card input[type=email]:focus,.auth-card input[type=password]:focus{border-color:var(--auth-brand);box-shadow:0 0 0 3px var(--auth-brand-soft);background:#fff;outline:none}.auth-card .mt-1{margin-top:.35rem!important}.auth-remember{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.auth-remember label{color:var(--auth-text-soft);cursor:pointer;text-transform:none;letter-spacing:0;align-items:center;gap:.5rem;margin:0;font-size:.8125rem;font-weight:500;display:inline-flex}.auth-remember input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--auth-brand);cursor:pointer;border-radius:4px}.auth-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.35rem;display:flex}.auth-actions-end{justify-content:flex-end}.auth-actions-split{justify-content:space-between}.auth-btn{color:#fff;background:var(--auth-brand);border:1px solid var(--auth-brand-deep);border-radius:var(--auth-radius-control);cursor:pointer;justify-content:center;align-items:center;min-height:2.625rem;padding:.5rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:background .15s,border-color .15s,transform .1s;display:inline-flex}.auth-btn:hover{background:var(--auth-brand-hover);border-color:var(--auth-brand)}.auth-btn:focus-visible{box-shadow:0 0 0 3px var(--auth-brand-soft);outline:none}.auth-btn:active{transform:scale(.99)}.auth-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.auth-btn-ghost{color:var(--auth-text);border:1px solid var(--auth-line);background:#fafaf9}.auth-btn-ghost:hover{background:#f5f5f4;border-color:#d6d3d1}.auth-oauth-stack{flex-direction:column;gap:.65rem;margin-bottom:.35rem;display:flex}.auth-alt-signin{margin-top:1.35rem}.auth-alt-signin .auth-or-divider{margin:0 0 1.15rem}.auth-alt-signin .auth-oauth-stack{margin-bottom:0}.auth-register-choice-stack{flex-direction:column;gap:.75rem;display:flex}.auth-register-choice-stack .auth-btn:not(.auth-btn-google){box-sizing:border-box;justify-content:center;width:100%}.auth-register-email-hint{color:var(--auth-text-soft);margin:-.15rem 0 1rem;font-size:.8125rem;line-height:1.5}.auth-register-google-instead{font:inherit;color:var(--auth-brand-deep);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin:0;padding:0;font-weight:600;text-decoration:underline;display:inline}.auth-register-google-instead:visited{color:var(--auth-brand-deep)}.auth-register-google-instead:hover{color:var(--auth-accent)}.auth-register-google-instead:focus-visible{box-shadow:0 0 0 2px var(--auth-brand-soft);border-radius:2px;outline:none}.auth-form-register-email .auth-actions-end,.auth-form-register-email .auth-actions-end .auth-btn{width:100%}.auth-or-divider{text-transform:uppercase;letter-spacing:.06em;color:var(--auth-text-soft);align-items:center;gap:.65rem;margin:1.55rem 0 1.75rem;font-size:.75rem;font-weight:600;display:flex}.auth-or-divider:before,.auth-or-divider:after{content:"";background:var(--auth-line);flex:1;height:1px}.auth-or-divider span{flex-shrink:0}.auth-btn.auth-btn-google{color:#3c4043;box-sizing:border-box;background:#fff;border:1px solid #dadce0;gap:.75rem;width:100%;font-weight:500;text-decoration:none;box-shadow:0 1px 2px #3c404314}.auth-btn.auth-btn-google:hover{color:#3c4043;background:#f8f9fa;border-color:#dadce0;box-shadow:0 1px 3px #3c40431f}.auth-btn.auth-btn-google:focus-visible{outline:none;box-shadow:0 1px 2px #3c404314,0 0 0 3px #4285f459}.auth-btn.auth-btn-google:active{background:#f1f3f4;transform:scale(.995)}.auth-btn-google-icon{flex-shrink:0;width:18px;height:18px}.auth-link{color:var(--auth-brand-deep);font-size:.8125rem;font-weight:600;text-decoration:none}.auth-link:hover{color:var(--auth-accent);text-underline-offset:2px;text-decoration:underline}.auth-muted-link{color:var(--auth-text-soft);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8125rem;font-weight:500;text-decoration:none}.auth-muted-link:hover{color:var(--auth-text);text-decoration:underline}.auth-footer-nav{text-align:center;color:var(--auth-text-soft);margin-top:1.5rem;font-size:.75rem}.auth-footer-nav a{color:var(--auth-text-soft);font-weight:600;text-decoration:none}.auth-footer-nav a:hover{color:var(--auth-brand-deep)}.auth-alert{border-radius:var(--auth-radius-control);margin-bottom:1rem;padding:.65rem .85rem;font-size:.8125rem;line-height:1.45}.auth-alert-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.auth-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.auth-card ul.text-red-600,.auth-card .text-red-600{margin-top:.35rem;font-size:.8125rem;color:#b91c1c!important}.auth-inline-divider{border-top:1px solid var(--auth-line);text-align:center;color:var(--auth-text-soft);margin-top:1.35rem;padding-top:1.25rem;font-size:.8125rem}.auth-inline-divider a{color:var(--auth-brand-deep);font-weight:600;text-decoration:none}.auth-inline-divider a:hover{color:var(--auth-accent);text-decoration:underline}.auth-verify-actions{flex-direction:column;gap:.65rem;margin-top:.25rem;display:flex}@media (width>=400px){.auth-verify-actions{flex-flow:wrap;justify-content:space-between;align-items:center}}
