html.pb-auth{--auth-page:#f0f2f5;--auth-sheet:#fff;--auth-ink:#1a1a1a;--auth-muted:#888;--auth-line:#e8e6e0;--auth-field-line:#e0dcd4;--auth-accent:#8fa1b3;--auth-accent-hover:#7a8ba1;--auth-ring:#8fa1b32e;--auth-danger:#b3261e;--auth-shadow:0 1px 2px #1a18140a, 0 12px 32px -18px #1a18142e}html.pb-auth.dark{--auth-page:#131211;--auth-sheet:#1c1a18;--auth-ink:#f0ede8;--auth-muted:#9a9388;--auth-line:#2e2b27;--auth-field-line:#3a3835;--auth-accent:#e0a96a;--auth-accent-hover:#d9a056;--auth-ring:#e0a96a2e;--auth-danger:#f2b8b5;--auth-shadow:0 1px 2px #0006, 0 16px 40px -20px #000000a6}html.pb-auth,html.pb-auth *,html.pb-auth :before,html.pb-auth :after{box-sizing:border-box}html.pb-auth{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.pb-auth body.pb-auth-body{background:var(--auth-page);min-height:100vh;color:var(--auth-ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px;line-height:1.6}html.pb-auth h1,html.pb-auth p{margin:0}html.pb-auth button,html.pb-auth input{font:inherit;color:inherit}html.pb-auth .auth-header{background:var(--auth-sheet);border-bottom:1px solid var(--auth-line);align-items:center;padding:13px 24px;display:flex}html.pb-auth .auth-logo{letter-spacing:-.3px;color:var(--auth-ink);border-radius:6px;font-size:17px;font-weight:700;text-decoration:none}html.pb-auth .auth-logo span{color:var(--auth-accent)}html.pb-auth .auth-main{justify-content:center;padding:48px 20px 64px;display:flex}html.pb-auth .auth-col{width:100%;max-width:25rem}html.pb-auth .auth-intro{margin-bottom:22px}html.pb-auth .auth-title{letter-spacing:-.4px;color:var(--auth-ink);font-family:Fraunces,Georgia,Times New Roman,serif;font-size:30px;font-weight:600;line-height:1.15}html.pb-auth .auth-sub{color:var(--auth-muted);margin-top:7px;font-size:13.5px;line-height:1.55}html.pb-auth .auth-sheet{background:var(--auth-sheet);border:1px solid var(--auth-line);box-shadow:var(--auth-shadow);border-radius:14px;flex-direction:column;gap:16px;padding:22px;display:flex}html.pb-auth .auth-field{flex-direction:column;gap:6px;display:flex}html.pb-auth .auth-field-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}html.pb-auth .auth-label{color:var(--auth-ink);font-size:12.5px;font-weight:600}html.pb-auth .auth-input{width:100%;height:42px;color:var(--auth-ink);background:var(--auth-sheet);border:1px solid var(--auth-field-line);border-radius:8px;outline:none;padding:0 12px;font-size:13.5px;transition:border-color .15s,box-shadow .15s}html.pb-auth .auth-input::placeholder{color:var(--auth-muted)}html.pb-auth .auth-input:focus-visible{border-color:var(--auth-accent);box-shadow:0 0 0 3px var(--auth-ring)}html.pb-auth .auth-input.has-error{border-color:var(--auth-danger)}html.pb-auth .auth-hint{color:var(--auth-muted);font-size:11.5px}html.pb-auth .auth-error{color:var(--auth-danger);font-size:11.5px;font-weight:500}html.pb-auth .auth-reveal{color:var(--auth-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:2px 6px;font-size:11.5px;font-weight:600;transition:color .15s}html.pb-auth .auth-reveal:hover{color:var(--auth-accent)}html.pb-auth .auth-check{color:var(--auth-muted);cursor:pointer;align-items:center;gap:8px;font-size:12.5px;display:flex}html.pb-auth .auth-check input{width:15px;height:15px;accent-color:var(--auth-accent);cursor:pointer}html.pb-auth .auth-submit{color:#fff;background:var(--auth-accent);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:42px;padding:0 24px;font-size:13px;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}html.pb-auth.dark .auth-submit{color:#1a1a1a}html.pb-auth .auth-submit:hover{background:var(--auth-accent-hover)}html.pb-auth .auth-submit:active{transform:translateY(1px)}html.pb-auth .auth-alt{text-align:center;color:var(--auth-muted);margin-top:18px;font-size:12.5px}html.pb-auth .auth-alt a{color:var(--auth-accent);border-radius:4px;font-weight:600;text-decoration:none}html.pb-auth .auth-alt a:hover{text-decoration:underline}html.pb-auth a:focus-visible,html.pb-auth button:focus-visible,html.pb-auth input[type=checkbox]:focus-visible{outline:2px solid var(--auth-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){html.pb-auth *{transition:none!important}}
