/* Scoped account styles also support WordPress's native authentication pages. */
.bef-community.bef-auth{box-sizing:border-box;display:block;width:100%;max-width:410px;margin:10px auto;padding:28px;background:var(--bef-paper,#fff);color:var(--bef-ink,#14263c);border:1px solid var(--bef-line,#e3e9f0);border-radius:18px;box-shadow:0 12px 35px rgb(20 38 60 / 6%);font-size:14px;line-height:1.5;white-space:normal;text-align:left}
.bef-auth *,.bef-auth-native #login *{box-sizing:border-box}
.bef-auth-brand{text-align:center;margin:0 0 22px}
.bef-auth-brand a{display:inline-flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;color:var(--bef-ink,#14263c);max-width:100%}
.bef-auth-brand img{display:block;width:auto;max-width:210px;max-height:56px;object-fit:contain}
.bef-auth-brand .bef-logo-word{display:flex;align-items:center;gap:5px;font-family:Arial,Helvetica,sans-serif;font-size:29px;line-height:1;font-weight:900;letter-spacing:-1.3px}
.bef-auth-brand .bef-logo-word strong{display:inline-block;padding:5px 7px;border-radius:4px;background:var(--bef-accent,#d71920);color:#fff}
.bef-auth-brand .bef-logo-tagline{font-size:7px;font-weight:700;letter-spacing:2.5px;line-height:1.4;color:var(--bef-muted,#65748a)}
.bef-auth-brand .bef-auth-site-name{font-size:24px;font-weight:800;letter-spacing:-.7px}
.bef-auth-brand .bef-logo-dark{display:none}
html[data-theme=dark] .bef-auth-brand .bef-logo-light,.bef-auth-theme-dark .bef-auth-brand .bef-logo-light{display:none}
html[data-theme=dark] .bef-auth-brand .bef-logo-dark,.bef-auth-theme-dark .bef-auth-brand .bef-logo-dark{display:block}
.bef-auth .bef-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;margin:0 0 22px;border-radius:10px;background:var(--bef-soft,#f1f4f8)}
.bef-auth .bef-auth-tabs a{display:flex;min-height:40px;align-items:center;justify-content:center;padding:7px 10px;border-radius:7px;font-size:13px;font-weight:700;color:var(--bef-muted,#65748a);text-decoration:none;line-height:1.3}
.bef-auth .bef-auth-tabs [aria-selected=true]{background:var(--bef-paper,#fff);color:var(--bef-ink,#14263c);box-shadow:0 2px 5px rgb(20 38 60 / 8%)}
.bef-auth [hidden]{display:none!important}
.bef-auth-intro{text-align:center;margin:0 0 20px}
.bef-auth .bef-auth-intro h2,.bef-auth-native .bef-auth-intro h2{font-size:21px;line-height:1.3;font-weight:750;letter-spacing:-.5px;margin:0 0 6px;color:var(--bef-ink,#14263c)}
.bef-auth .bef-auth-intro p{font-size:13px;line-height:1.6;margin:0;color:var(--bef-muted,#65748a)}
.bef-community.bef-auth form>p{margin:0 0 13px}
.bef-community.bef-auth label{margin:0 0 6px;font-size:12px;font-weight:650;line-height:1.4}
.bef-community.bef-auth input[type=text],.bef-community.bef-auth input[type=email],.bef-community.bef-auth input[type=password]{height:44px;min-height:44px;padding:10px 12px;border:1px solid var(--bef-line,#d5dce6);border-radius:8px;background:var(--bef-soft,#f7f9fc);box-shadow:none;color:var(--bef-ink,#14263c);font:inherit;transition:border-color .15s}
.bef-community.bef-auth input:focus{border-color:var(--bef-accent,#d71920)}
.bef-community.bef-auth .login-remember{margin:14px 0}
.bef-community.bef-auth .login-remember label{display:flex;align-items:center;gap:7px;min-height:24px;font-weight:400;color:var(--bef-muted,#65748a)}
.bef-community.bef-auth input[type=checkbox]{width:16px;height:16px;min-width:16px;margin:0;accent-color:var(--bef-accent,#d71920)}
.bef-community.bef-auth .bef-button,.bef-community.bef-auth input[type=submit],.bef-auth-action{display:block;width:100%;min-height:44px;padding:11px 14px;border:0;border-radius:8px;background:var(--bef-accent,#d71920);color:#fff;font:inherit;font-weight:700;text-align:center;text-decoration:none;cursor:pointer}
.bef-community.bef-auth .login-submit{margin-bottom:0}
.bef-auth .bef-auth-help{font-size:12px;line-height:1.65;color:var(--bef-muted,#65748a)}
.bef-community.bef-auth .bef-auth-reset{margin:13px 0 0;border:0}
.bef-community.bef-auth .bef-auth-reset summary{min-height:30px;padding:5px 0;text-align:center;list-style:none;color:var(--bef-muted,#65748a);font-size:12px;font-weight:500;cursor:pointer}
.bef-auth-reset summary::-webkit-details-marker{display:none}
.bef-auth-reset[open] summary{color:var(--bef-accent,#d71920)}
.bef-auth-reset form input{margin-bottom:12px}
.bef-auth-reset .bef-auth-help{margin:5px 0 12px}
.bef-auth .bef-auth-footer{margin:20px 0 0;padding-top:15px;border-top:1px solid var(--bef-line,#e3e9f0);text-align:center;font-size:11px}
.bef-auth-footer a{color:var(--bef-muted,#65748a);text-decoration:none}
.bef-auth-footer a:hover,.bef-auth-reset summary:hover{text-decoration:underline}
.bef-auth .bef-auth-notice{margin:0;padding:14px;background:var(--bef-soft,#f1f4f8);border:1px solid var(--bef-line,#e3e9f0);border-radius:9px;color:var(--bef-muted,#65748a);font-size:13px;line-height:1.65}
.bef-auth .bef-auth-member-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-bottom:20px}
.bef-auth-member-actions a{padding:8px 13px;border:1px solid var(--bef-line,#e3e9f0);border-radius:8px;color:var(--bef-ink,#14263c);font-size:12px;text-decoration:none}
.bef-auth.bef-auth-member{max-width:560px}
.bef-auth-member .bef-bookmarks{padding-top:18px;border-top:1px solid var(--bef-line,#e3e9f0)}
.bef-auth-member .bef-bookmarks h3{font-size:16px}
.bef-auth-member .bef-bookmarks article{gap:12px;font-size:13px;border-color:var(--bef-line,#e3e9f0)}
.bef-auth-member .bef-bookmarks article a{min-width:0;overflow-wrap:anywhere}
.bef-auth a:focus-visible,.bef-auth summary:focus-visible,.bef-auth-native a:focus-visible,.bef-auth-native button:focus-visible{outline:3px solid var(--bef-accent,#d71920);outline-offset:3px}
body.login.bef-auth-native{--bef-ink:#14263c;--bef-muted:#65748a;--bef-paper:#fff;--bef-page:#f0f5f9;--bef-soft:#f7f9fc;--bef-line:#dce4ed;min-height:100vh;height:auto;background:radial-gradient(ellipse at 50% 0%,var(--bef-paper) 0%,var(--bef-page) 65%);color:var(--bef-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:light}
.bef-auth-native #login{box-sizing:border-box;width:400px;max-width:calc(100% - 32px);margin:6vh auto 24px;padding:28px;background:var(--bef-paper);border:1px solid var(--bef-line);border-radius:18px;box-shadow:0 12px 40px rgb(20 38 60 / 7%)}
.bef-auth-native #login>h1{display:none}
.bef-auth-native #loginform,.bef-auth-native #registerform,.bef-auth-native #lostpasswordform,.bef-auth-native #resetpassform{margin:0;padding:0;border:0;background:none;box-shadow:none;overflow:visible}
.bef-auth-native #login label{font-size:12px;font-weight:600;color:var(--bef-ink)}
.bef-auth-native #login input[type=text],.bef-auth-native #login input[type=email],.bef-auth-native #login input[type=password]{min-height:44px;margin:6px 0 15px;padding:9px 11px;font-size:15px;line-height:1.6;border:1px solid var(--bef-line);border-radius:8px;background:var(--bef-soft);color:var(--bef-ink);box-shadow:none}
.bef-auth-native #login .wp-pwd input{padding-right:42px}
.bef-auth-native #login .button.wp-hide-pw{top:7px;min-height:40px;color:var(--bef-muted)}
.bef-auth-native #login .button-primary{float:none;display:block;width:100%;min-height:44px;margin-top:15px;padding:8px 14px;border:0;border-radius:8px;background:var(--bef-accent,#d71920);color:#fff;font-size:14px;font-weight:700;text-shadow:none;box-shadow:none}
.bef-auth-native #login .submit{clear:both;padding-top:1px}
.bef-auth-native #login .forgetmenot{float:none;margin-bottom:12px}
.bef-auth-native #login .forgetmenot label{font-weight:400;color:var(--bef-muted)}
.bef-auth-native #login input[type=checkbox]{border-color:var(--bef-line);background:var(--bef-soft);accent-color:var(--bef-accent,#d71920)}
.bef-auth-native #nav,.bef-auth-native #backtoblog{text-align:center;padding:0;font-size:12px;line-height:1.7}
.bef-auth-native #nav a,.bef-auth-native #backtoblog a,.bef-auth-native .privacy-policy-page-link a{color:var(--bef-muted)}
.bef-auth-native #nav{margin-top:22px}
.bef-auth-native #backtoblog{margin:12px 0 0}
.bef-auth-native #login .message,.bef-auth-native #login .notice,.bef-auth-native #login #login_error{margin:0 0 18px;border-radius:8px;background:var(--bef-soft);color:var(--bef-ink);box-shadow:none;font-size:13px;line-height:1.6}
.bef-auth-native .privacy-policy-page-link{margin:20px 0 0}
.bef-auth-native .language-switcher{padding-bottom:24px;color:var(--bef-muted)}
.bef-auth-native .language-switcher select{background:var(--bef-paper);color:var(--bef-ink);border-color:var(--bef-line)}
.bef-auth-native .language-switcher .button{background:var(--bef-paper);color:var(--bef-ink);border-color:var(--bef-line)}
.bef-auth-native #reg_passmail{color:var(--bef-muted);font-size:12px;line-height:1.6}
body.login.bef-auth-theme-dark{--bef-ink:#e8eff7;--bef-muted:#a2b1c4;--bef-paper:#142336;--bef-page:#0c1827;--bef-soft:#1c2e43;--bef-line:#2a3c50;color-scheme:dark}
@media(prefers-color-scheme:dark){body.login.bef-auth-theme-system{--bef-ink:#e8eff7;--bef-muted:#a2b1c4;--bef-paper:#142336;--bef-page:#0c1827;--bef-soft:#1c2e43;--bef-line:#2a3c50;color-scheme:dark}html[data-theme=system] .bef-auth-brand .bef-logo-light,.bef-auth-theme-system .bef-auth-brand .bef-logo-light{display:none}html[data-theme=system] .bef-auth-brand .bef-logo-dark,.bef-auth-theme-system .bef-auth-brand .bef-logo-dark{display:block}}
@media(max-width:480px){.bef-community.bef-auth{padding:22px 20px;border-radius:14px;margin:0 auto}.bef-auth-native #login{margin:24px auto;padding:24px 22px;border-radius:14px}.bef-auth-brand{margin-bottom:20px}.bef-auth .bef-auth-intro h2,.bef-auth-native .bef-auth-intro h2{font-size:20px}.bef-auth-brand img{max-width:185px;max-height:48px}}
@media(prefers-reduced-motion:reduce){.bef-auth *{transition:none!important}}
