/*
 * Battlefield Pics Member Area 4.6.0
 * Stable style layers:
 * 1. shared account components
 * 2. authenticated dashboard modules
 * 3. route-scoped authentication layout
 * 4. responsive navigation and content grids
 *
 * The theme must not define Member Area component geometry.
 */

:root{--bfp-orange:#ff8500;--bfp-bg:#07090d;--bfp-card:rgba(12,15,22,.68);--bfp-line:rgba(255,255,255,.1)}
.bfp-account-page{max-width:1180px;margin:40px auto;padding:0 18px;color:#fff}.bfp-account-shell{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:26px;align-items:start}.bfp-account-intro{min-height:420px;border:1px solid rgba(255,133,0,.22);border-radius:28px;padding:42px;background:radial-gradient(circle at 20% 10%,rgba(255,133,0,.24),transparent 35%),linear-gradient(145deg,rgba(15,18,28,.82),rgba(5,7,11,.82));box-shadow:0 25px 80px rgba(0,0,0,.5),0 0 45px rgba(255,133,0,.08);backdrop-filter:blur(18px)}.bfp-account-intro h1{font-size:clamp(32px,5vw,64px);line-height:.95;margin:14px 0;text-transform:uppercase;letter-spacing:-.04em}.bfp-account-intro p,.bfp-account-muted{color:rgba(255,255,255,.68);line-height:1.55}.bfp-account-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--bfp-orange);font-weight:800;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.bfp-account-card,.bfp-dashboard{border:1px solid rgba(255,255,255,.1);border-radius:26px;background:linear-gradient(160deg,rgba(15,18,26,.82),rgba(8,10,15,.76));box-shadow:0 18px 60px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.05);backdrop-filter:blur(18px);padding:24px;color:#fff}.bfp-account-card h2,.bfp-dashboard h2{font-size:30px;line-height:1;margin:10px 0 8px;text-transform:uppercase}.bfp-social-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 8px}.bfp-social-btn{height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;opacity:.65}.bfp-social-btn span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:rgba(255,133,0,.16);color:var(--bfp-orange)}.bfp-social-note{font-size:12px;color:rgba(255,255,255,.45);margin:0}.bfp-divider{display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.45);font-size:12px;text-transform:uppercase;letter-spacing:.1em;margin:18px 0}.bfp-divider:before,.bfp-divider:after{content:"";height:1px;background:rgba(255,255,255,.1);flex:1}.bfp-account-form{display:grid;gap:14px}.bfp-account-form label{font-size:13px;color:rgba(255,255,255,.75);display:grid;gap:7px}.bfp-account-form input:not([type=checkbox]){width:100%;height:48px;border-radius:15px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.32);color:#fff;padding:0 14px;outline:none}.bfp-account-form input:focus{border-color:rgba(255,133,0,.7);box-shadow:0 0 0 3px rgba(255,133,0,.12)}.bfp-pass-wrap{position:relative;display:block}.bfp-pass-toggle{position:absolute;right:8px;top:8px;height:32px;border:0;border-radius:10px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);font-size:12px}.bfp-check{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:9px}.bfp-primary-btn{height:52px;border:0;border-radius:16px;background:linear-gradient(135deg,#ff9b1a,#ff6500);color:#111;font-weight:950;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;box-shadow:0 12px 28px rgba(255,103,0,.25)}.bfp-primary-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}.bfp-form-msg{min-height:20px;font-size:13px;color:rgba(255,255,255,.7)}.bfp-form-msg.is-error{color:#ff6b6b}.bfp-form-msg.is-success{color:#73ff9a}.bfp-account-links{display:flex;justify-content:space-between;gap:12px;margin-top:16px;align-items:center}.bfp-account-links a,.bfp-link-btn{color:rgba(255,255,255,.72);background:none;border:0;padding:0;text-decoration:none;cursor:pointer}.bfp-tabs{display:flex;gap:8px;margin-bottom:12px}.bfp-tabs button{flex:1;height:44px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.05);color:#fff;font-weight:800}.bfp-tabs button.is-active{background:rgba(255,133,0,.18);border-color:rgba(255,133,0,.45);color:#ff9b1a}.bfp-modal{position:fixed;inset:0;z-index:999999;display:none}.bfp-modal.is-open{display:block}.bfp-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(8px)}.bfp-modal-panel{position:absolute;right:22px;top:84px;width:min(440px,calc(100vw - 24px));max-height:calc(100vh - 110px);overflow:auto}.bfp-modal-close{position:absolute;right:12px;top:12px;z-index:2;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.45);color:#fff;font-size:24px}.bfp-user-pill{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,133,0,.35);background:rgba(255,133,0,.12);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 0 24px rgba(255,133,0,.12)}.bfp-user-pill span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--bfp-orange);color:#111}.bfp-dash-hero{display:flex;gap:18px;align-items:center}.bfp-avatar{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#ff9b1a,#ff6500);color:#111;font-size:34px;font-weight:950}.bfp-dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:22px 0}.bfp-dash-stats div,.bfp-dash-tile{border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.05);padding:16px;text-decoration:none;color:#fff}.bfp-dash-stats strong{display:block;font-size:28px;color:#ff9b1a}.bfp-dash-stats span{font-size:12px;color:rgba(255,255,255,.6);text-transform:uppercase}.bfp-dash-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.bfp-dash-tile:hover{border-color:rgba(255,133,0,.4);background:rgba(255,133,0,.1)}
@media(max-width:780px){.bfp-account-page{margin:20px auto;padding:0 14px}.bfp-account-shell{display:block}.bfp-account-intro{min-height:auto;padding:24px;margin-bottom:16px;border-radius:22px}.bfp-account-card,.bfp-dashboard{padding:18px;border-radius:22px}.bfp-modal-panel{left:12px;right:12px;top:70px;width:auto}.bfp-social-row{grid-template-columns:1fr}.bfp-dash-stats,.bfp-dash-grid{grid-template-columns:1fr}.bfp-account-links{flex-direction:column;align-items:flex-start}}


/* v1.0.1 Header Login/Logout + comment-social integration */
.bfp-social-row-comment-style{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.bfp-social-row-comment-style .bfp-social-btn{text-decoration:none}.bfp-user-pill b{font:inherit}.bfp-account-logout-mini{display:inline-flex;align-items:center;min-height:38px;text-transform:uppercase;font-weight:950;letter-spacing:.08em;font-size:11px;text-decoration:none}.bfp-social-btn[disabled]{cursor:not-allowed;opacity:.55}@media(max-width:780px){.bfp-social-row-comment-style{grid-template-columns:repeat(2,minmax(0,1fr))}.bfp-account-logout-mini{display:none}}


/* v1.0.2 Premium centered account modal + integrated header logout */
.bfp-account-auth-zone{display:grid;gap:12px}.bfp-account-page{max-width:1120px;margin:58px auto}.bfp-account-shell{max-width:980px;margin:0 auto;grid-template-columns:minmax(0,.95fr) minmax(360px,440px);align-items:center}.bfp-account-intro{display:flex;flex-direction:column;justify-content:center}.bfp-account-pill-group{display:inline-flex;align-items:center;gap:8px;padding:4px;border-radius:999px;border:1px solid rgba(255,132,32,.30);background:rgba(7,10,15,.58);box-shadow:0 14px 38px rgba(0,0,0,.42),0 0 34px rgba(255,106,19,.12);backdrop-filter:blur(18px)}.bfp-account-pill-group .bfp-user-pill,.bfp-account-pill-group .bfp-account-logout-mini{min-height:34px;border:0;background:transparent;box-shadow:none;margin:0;padding:0 12px;border-radius:999px;color:#fff;gap:8px;text-decoration:none}.bfp-account-pill-group .bfp-user-pill span,.bfp-account-pill-group .bfp-account-logout-mini span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;flex:0 0 24px}.bfp-account-pill-group .bfp-account-logout-mini span{background:rgba(255,255,255,.09);color:#ff9d21}.bfp-modal-panel{left:50%;right:auto;top:50%;transform:translate(-50%,-50%);width:min(520px,calc(100vw - 32px));max-height:calc(100dvh - 42px);padding:8px;border-radius:30px;background:linear-gradient(160deg,rgba(11,19,29,.82),rgba(5,8,13,.72));border:1px solid rgba(255,255,255,.13);box-shadow:0 40px 130px rgba(0,0,0,.72),0 0 80px rgba(255,106,19,.18);backdrop-filter:blur(24px)}.bfp-modal-panel .bfp-account-card{box-shadow:none;background:transparent;border:0}.bfp-modal-panel .bfp-tabs{padding:6px;border-radius:18px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.bfp-modal-panel .bfp-tabs button{border-radius:13px}.bfp-modal-panel .bfp-tabs button.is-active{background:linear-gradient(135deg,rgba(255,132,32,.38),rgba(255,106,19,.16));box-shadow:0 0 28px rgba(255,106,19,.18)}
@media(max-width:780px){.bfp-account-page{margin:24px auto}.bfp-account-shell{display:block;max-width:560px}.bfp-account-intro{min-height:auto}.bfp-account-auth-zone{display:grid}.bfp-modal-panel{width:calc(100vw - 20px);max-height:calc(100dvh - 26px)}}


/* v1.1.0 Battlefield Pics Download Gate */
.bfp-download-gate{position:fixed;inset:0;z-index:1000000;display:none;color:#fff}.bfp-download-gate.is-open{display:block}.bfp-download-gate__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.74);backdrop-filter:blur(10px)}.bfp-download-gate__panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.98);width:min(760px,calc(100vw - 28px));min-height:390px;border-radius:28px;border:1px solid rgba(255,255,255,.12);background:radial-gradient(circle at 15% 18%,rgba(255,132,32,.18),transparent 28%),radial-gradient(circle at 86% 20%,rgba(64,194,255,.14),transparent 26%),linear-gradient(145deg,rgba(34,35,38,.96),rgba(14,17,23,.96));box-shadow:0 42px 140px rgba(0,0,0,.75),0 0 70px rgba(255,110,20,.18),inset 0 1px 0 rgba(255,255,255,.06);padding:34px 150px;display:grid;place-items:center;text-align:center;overflow:hidden;animation:bfpGateIn .22s ease forwards}.bfp-download-gate__panel:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,transparent,#ff8a18,transparent);box-shadow:0 0 28px #ff8a18}.bfp-download-gate__x{position:absolute;right:16px;top:16px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.35);color:#fff;font-size:24px;cursor:pointer}.bfp-download-gate__art{position:absolute;top:42px;filter:drop-shadow(0 20px 30px rgba(0,0,0,.45))}.bfp-download-gate__art--left{left:34px}.bfp-download-gate__art--right{right:34px}.bfp-download-gate__kicker{color:#ff9b22;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:950;margin-bottom:8px}.bfp-download-gate h2{font-size:clamp(26px,4vw,42px);line-height:1.05;margin:0 0 18px;text-transform:uppercase}.bfp-download-gate p{color:rgba(255,255,255,.78);font-size:18px;line-height:1.5;margin:0 0 18px}.bfp-download-gate p strong{color:#fff}.bfp-download-gate__adbox{border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.05);padding:16px;margin:18px auto 20px;max-width:430px;display:grid;gap:8px}.bfp-download-gate__adbox span{color:rgba(255,255,255,.62);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.bfp-download-gate__adbox b{font-size:15px;color:#fff}.bfp-download-gate__donate{justify-self:center;display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 18px;border-radius:999px;background:rgba(255,132,32,.13);border:1px solid rgba(255,132,32,.35);color:#ffb05a;text-decoration:none;font-weight:900}.bfp-download-gate__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.bfp-download-gate__cancel,.bfp-download-gate__start{height:48px;border-radius:15px;padding:0 22px;font-weight:950;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}.bfp-download-gate__cancel{border:0;background:linear-gradient(135deg,#ff8d24,#ff6530);color:#111;box-shadow:0 12px 30px rgba(255,103,0,.25)}.bfp-download-gate__start{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff}.bfp-download-gate__start:disabled{opacity:.45;cursor:not-allowed}.bfp-download-gate__premium{font-size:14px!important;color:#8edfff!important;margin:12px 0 0!important}.bfp-download-gate.is-ready .bfp-download-gate__panel{box-shadow:0 42px 140px rgba(0,0,0,.75),0 0 90px rgba(255,132,32,.26)}@keyframes bfpGateIn{to{transform:translate(-50%,-50%) scale(1)}}
@media(max-width:640px){.bfp-download-gate__panel{padding:92px 18px 26px;min-height:auto;border-radius:24px}.bfp-download-gate__art{top:18px}.bfp-download-gate__art svg{width:62px;height:62px}.bfp-download-gate__art--left{left:22px}.bfp-download-gate__art--right{right:22px}.bfp-download-gate p{font-size:16px}.bfp-download-gate__actions{display:grid}.bfp-download-gate__cancel,.bfp-download-gate__start{width:100%}}


/* v1.1.1 longer readable download gate */
.bfp-download-gate__panel{min-height:430px}
.bfp-download-gate [data-bfp-download-count]{display:inline-grid;place-items:center;min-width:52px;height:52px;margin:0 6px;border-radius:18px;background:linear-gradient(135deg,#ff9b1a,#ff6500);color:#111;font-size:30px;font-weight:950;box-shadow:0 0 32px rgba(255,111,20,.35)}
.bfp-download-gate__content{max-width:520px}
.bfp-download-gate__adbox{margin-top:22px;margin-bottom:22px}
@media(max-width:680px){.bfp-download-gate__panel{padding:30px 18px;min-height:auto}.bfp-download-gate__art{display:none}.bfp-download-gate p{font-size:16px}.bfp-download-gate [data-bfp-download-count]{min-width:46px;height:46px;font-size:26px}}


/* v1.1.3 Buy Me a Coffee support button */
.bfp-download-gate__donate{
  min-height:42px;
  padding:0 22px;
  background:linear-gradient(135deg,rgba(255,183,74,.22),rgba(255,103,0,.16));
  border-color:rgba(255,176,74,.55);
  box-shadow:0 0 24px rgba(255,132,32,.18), inset 0 1px 0 rgba(255,255,255,.12);
}
.bfp-download-gate__donate:hover{
  transform:translateY(-1px);
  color:#fff;
  box-shadow:0 0 34px rgba(255,132,32,.32),0 10px 26px rgba(0,0,0,.28);
}


/* v1.1.4 Dual support cards: Buy Me a Coffee + PayPal */
.bfp-download-gate__support{
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  padding:16px;
  margin:18px auto 20px;
  max-width:540px;
  display:grid;
  gap:12px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 50px rgba(0,0,0,.22);
}
.bfp-download-gate__support-label{
  color:rgba(255,155,34,.95);
  font-size:12px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:950;
}
.bfp-download-gate__support>b{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.35;
}
.bfp-download-gate__support-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.bfp-download-gate__support-card{
  min-height:72px;
  border-radius:18px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  gap:12px;
  text-align:left;
  color:#fff;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 28px rgba(0,0,0,.18);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.bfp-download-gate__support-card:hover{
  transform:translateY(-2px);
  color:#fff;
  border-color:rgba(255,150,38,.55);
  background:rgba(255,255,255,.08);
  box-shadow:0 16px 38px rgba(0,0,0,.3),0 0 34px rgba(255,132,32,.22),inset 0 1px 0 rgba(255,255,255,.12);
}
.bfp-support-paypal:hover{border-color:rgba(86,190,255,.58);box-shadow:0 16px 38px rgba(0,0,0,.3),0 0 34px rgba(66,180,255,.24),inset 0 1px 0 rgba(255,255,255,.12)}
.bfp-support-icon{
  width:38px;
  height:38px;
  border-radius:14px;
  display:grid;
  place-items:center;
  flex:0 0 38px;
  background:rgba(255,132,32,.16);
  border:1px solid rgba(255,132,32,.34);
  font-size:18px;
}
.bfp-support-paypal .bfp-support-icon{background:rgba(55,160,255,.14);border-color:rgba(75,185,255,.34)}
.bfp-download-gate__support-card strong{
  display:block;
  font-size:14px;
  line-height:1.2;
  font-weight:950;
}
.bfp-download-gate__support-card em{
  display:block;
  margin-top:3px;
  color:rgba(255,255,255,.62);
  font-size:12px;
  line-height:1.25;
  font-style:normal;
}
@media(max-width:640px){
  .bfp-download-gate__support{padding:13px;margin:14px auto 16px;border-radius:20px}
  .bfp-download-gate__support-grid{grid-template-columns:1fr;gap:9px}
  .bfp-download-gate__support-card{min-height:62px;border-radius:16px;padding:10px 12px}
  .bfp-download-gate__support>b{font-size:14px}
}


/* v1.1.6 Premium Account Hub + Admin Dashboard tile */
.bfp-account-page{
  width:min(1180px,calc(100% - 32px))!important;
  margin:54px auto 72px!important;
}
.bfp-dashboard{
  position:relative!important;
  overflow:hidden!important;
  border-radius:34px!important;
  padding:30px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,106,19,.18),transparent 34%),
    radial-gradient(circle at 88% 18%,rgba(70,190,255,.10),transparent 30%),
    linear-gradient(145deg,rgba(14,23,33,.94),rgba(5,9,15,.92))!important;
  box-shadow:0 34px 110px rgba(0,0,0,.55),0 0 70px rgba(255,106,19,.10),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.bfp-dashboard:before{
  content:"";position:absolute;left:0;right:0;top:0;height:2px;
  background:linear-gradient(90deg,transparent,#ff8a1e,rgba(91,199,255,.85),transparent);
  box-shadow:0 0 30px rgba(255,132,32,.45);opacity:.8;
}
.bfp-dash-hero{
  position:relative!important;z-index:1!important;
  border-radius:28px!important;
  padding:24px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.11)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 54px rgba(0,0,0,.30)!important;
}
.bfp-avatar{
  background:linear-gradient(135deg,#ff6a13,#ffb12d)!important;
  box-shadow:0 0 34px rgba(255,106,19,.38),inset 0 1px 0 rgba(255,255,255,.24)!important;
  color:#111!important;
}
.bfp-dash-stats{
  position:relative!important;z-index:1!important;
  gap:14px!important;
  margin:20px 0!important;
}
.bfp-dash-stats>div{
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.11)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;
  box-shadow:0 16px 42px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)!important;
}
.bfp-dash-grid{
  position:relative!important;z-index:1!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.bfp-dash-tile{
  min-height:92px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  gap:7px!important;
  padding:20px 22px!important;
  border-radius:22px!important;
  color:#fff!important;
  text-decoration:none!important;
  text-transform:none!important;
  letter-spacing:0!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;
  box-shadow:0 16px 44px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.08)!important;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease!important;
}
.bfp-dash-tile span{
  display:block!important;
  color:#ff9d21!important;
  text-transform:uppercase!important;
  font-size:11px!important;
  font-weight:1000!important;
  letter-spacing:.16em!important;
}
.bfp-dash-tile strong{
  display:block!important;
  font-size:18px!important;
  line-height:1.15!important;
  font-weight:1000!important;
  letter-spacing:.01em!important;
}
.bfp-dash-tile:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(255,132,32,.48)!important;
  box-shadow:0 22px 58px rgba(0,0,0,.40),0 0 34px rgba(255,106,19,.16),inset 0 1px 0 rgba(255,255,255,.11)!important;
}
.bfp-dash-admin{
  background:
    radial-gradient(circle at 90% 0%,rgba(91,199,255,.18),transparent 38%),
    linear-gradient(135deg,rgba(255,132,32,.18),rgba(255,255,255,.04))!important;
  border-color:rgba(255,132,32,.36)!important;
}
.bfp-dash-admin strong:after{content:" →";color:#ff9d21}
.bfp-primary-btn,.bfp-account-card button[type="submit"],.bfp-tabs button.is-active{
  background:linear-gradient(135deg,#ff6a13,#ffb12d)!important;
  border:1px solid rgba(255,185,91,.36)!important;
  box-shadow:0 14px 34px rgba(255,106,19,.24),0 0 30px rgba(255,106,19,.16),inset 0 1px 0 rgba(255,255,255,.25)!important;
}
.bfp-primary-btn:hover,.bfp-account-card button[type="submit"]:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 20px 46px rgba(255,106,19,.32),0 0 42px rgba(255,106,19,.24),inset 0 1px 0 rgba(255,255,255,.30)!important;
}
@media(max-width:760px){
  .bfp-account-page{width:min(100% - 24px,1180px)!important;margin:28px auto 48px!important}
  .bfp-dashboard{padding:18px!important;border-radius:26px!important}
  .bfp-dash-grid{grid-template-columns:1fr!important}
  .bfp-dash-tile{min-height:78px!important;border-radius:19px!important;padding:17px 18px!important}
}

/* Member Area v1.0 */
.bfp-member-area{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:680px;border:1px solid rgba(255,255,255,.1);border-radius:28px;overflow:hidden;background:linear-gradient(145deg,#07111a,#0b1621);box-shadow:0 30px 90px rgba(0,0,0,.48);color:#fff}
.bfp-member-sidebar{display:flex;flex-direction:column;padding:24px 18px;background:rgba(2,8,13,.72);border-right:1px solid rgba(255,255,255,.08)}
.bfp-member-brand{display:flex;align-items:center;gap:12px;padding:4px 8px 26px}.bfp-member-brandmark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#ff6a13,#ffae2f);color:#071019;font-weight:1000;font-size:20px}.bfp-member-brand strong,.bfp-member-brand small{display:block}.bfp-member-brand strong{font-size:13px;letter-spacing:.12em}.bfp-member-brand small{color:#8c9cad;font-size:11px;margin-top:3px}
.bfp-member-nav{display:grid;gap:7px}.bfp-member-nav button{display:flex;align-items:center;gap:11px;width:100%;padding:13px 14px;border:0;border-radius:14px;background:transparent;color:#aeb9c5;text-align:left;font:inherit;font-weight:800;cursor:pointer}.bfp-member-nav button span{width:22px;text-align:center;color:#ff8a1e}.bfp-member-nav button:hover,.bfp-member-nav button.is-active{color:#fff;background:linear-gradient(90deg,rgba(255,106,19,.22),rgba(255,106,19,.05));box-shadow:inset 3px 0 #ff7b18}
.bfp-member-sidebar-footer{display:grid;gap:8px;margin-top:auto;padding:24px 10px 4px}.bfp-member-sidebar-footer a{color:#8fa0b0;text-decoration:none;font-size:13px}.bfp-member-sidebar-footer a:hover{color:#ff9b25}
.bfp-member-main{min-width:0;padding:28px}.bfp-member-topbar{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:26px}.bfp-member-topbar h1{margin:4px 0 0;font-size:clamp(27px,4vw,40px);line-height:1}.bfp-member-user{display:flex;align-items:center;gap:11px;padding:10px 12px 10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.035)}.bfp-member-user strong,.bfp-member-user small{display:block}.bfp-member-user strong{font-size:13px}.bfp-member-user small{color:#8fa0b0;font-size:11px;margin-top:2px}.bfp-member-status-dot{width:8px;height:8px;border-radius:50%;background:#35dd72;box-shadow:0 0 12px rgba(53,221,114,.8)}.bfp-avatar-small{width:42px!important;height:42px!important;font-size:17px!important}
.bfp-member-panel{animation:bfpMemberFade .22s ease}.bfp-member-panel[hidden]{display:none!important}@keyframes bfpMemberFade{from{opacity:.2;transform:translateY(5px)}to{opacity:1;transform:none}}
.bfp-member-welcome{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:30px;border:1px solid rgba(255,255,255,.11);border-radius:24px;background:radial-gradient(circle at 90% 10%,rgba(255,119,24,.2),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}.bfp-member-welcome h2{font-size:clamp(28px,4vw,44px);margin:6px 0 9px}.bfp-member-welcome p{max-width:620px;color:#aeb9c5;margin:0}.bfp-member-welcome-actions{display:flex;flex-wrap:wrap;gap:10px}.bfp-secondary-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border:1px solid rgba(255,255,255,.14);border-radius:13px;color:#fff;text-decoration:none;font-weight:900;background:rgba(255,255,255,.04)}
.bfp-member-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0 30px}.bfp-member-stats article{padding:19px;border:1px solid rgba(255,255,255,.09);border-radius:19px;background:rgba(255,255,255,.035)}.bfp-member-stats span,.bfp-member-stats small{display:block;color:#8fa0b0}.bfp-member-stats strong{display:block;margin:8px 0 4px;font-size:30px}.bfp-member-stats .bfp-stat-text{font-size:17px;line-height:1.2;color:#ff9a25}
.bfp-member-section-head{display:flex;justify-content:space-between;align-items:end;margin:0 0 17px}.bfp-member-section-head h2{font-size:28px;margin:5px 0}.bfp-member-section-head p{color:#9aa8b5;margin:0;max-width:680px}
.bfp-member-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bfp-member-tool-grid a,.bfp-member-tool-grid button{display:flex;align-items:center;gap:14px;min-height:94px;padding:17px;border:1px solid rgba(255,255,255,.1);border-radius:19px;background:rgba(255,255,255,.035);color:#fff;text-decoration:none;text-align:left;font:inherit;cursor:pointer;transition:.2s ease}.bfp-member-tool-grid a:hover,.bfp-member-tool-grid button:hover{transform:translateY(-2px);border-color:rgba(255,132,32,.48);background:rgba(255,119,24,.08)}.bfp-member-tool-grid div{min-width:0;flex:1}.bfp-member-tool-grid strong,.bfp-member-tool-grid small{display:block}.bfp-member-tool-grid small{color:#91a0ad;margin-top:4px}.bfp-member-tool-grid>b,.bfp-member-tool-grid a>b,.bfp-member-tool-grid button>b{color:#ff9321;font-size:22px}.bfp-tool-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,rgba(255,106,19,.28),rgba(255,178,47,.09));color:#ff9a25;font-size:21px}
.bfp-member-empty{display:grid;place-items:center;text-align:center;min-height:360px;padding:42px;border:1px dashed rgba(255,255,255,.15);border-radius:24px;background:rgba(255,255,255,.025)}.bfp-member-empty>span{display:grid;place-items:center;width:72px;height:72px;border-radius:22px;background:rgba(255,116,21,.12);color:#ff9723;font-size:34px}.bfp-member-empty h3{font-size:25px;margin:17px 0 7px}.bfp-member-empty p{max-width:620px;color:#98a7b4;margin:0 0 20px}
.bfp-premium-card{display:grid;grid-template-columns:1fr 220px;gap:30px;min-height:430px;padding:36px;border:1px solid rgba(255,151,35,.28);border-radius:26px;background:radial-gradient(circle at 85% 15%,rgba(255,132,32,.25),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02))}.bfp-premium-card h2{font-size:clamp(32px,5vw,52px);margin:8px 0 12px}.bfp-premium-card p,.bfp-premium-card li{color:#adbac5}.bfp-premium-card li{margin:10px 0}.bfp-premium-badge{align-self:center;display:grid;place-items:center;text-align:center;padding:28px;border-radius:24px;background:linear-gradient(145deg,#ff6812,#ffad2d);color:#09121a;box-shadow:0 25px 60px rgba(255,106,19,.28)}.bfp-premium-badge span{font-size:44px}.bfp-premium-badge strong{font-size:20px;margin:8px 0}.bfp-premium-badge small{font-weight:800}
.bfp-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.bfp-profile-card{padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.035)}.bfp-profile-card h3{font-size:22px;margin:0 0 18px}
@media(max-width:980px){.bfp-member-area{grid-template-columns:1fr}.bfp-member-sidebar{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.bfp-member-brand{padding-bottom:14px}.bfp-member-nav{display:flex;overflow:auto;padding-bottom:4px}.bfp-member-nav button{white-space:nowrap;width:auto}.bfp-member-sidebar-footer{display:none}.bfp-member-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.bfp-member-main{padding:18px}.bfp-member-topbar{align-items:flex-start}.bfp-member-user>span:nth-child(2){display:none}.bfp-member-welcome{align-items:flex-start;flex-direction:column;padding:23px}.bfp-member-welcome-actions{width:100%}.bfp-member-welcome-actions a{flex:1}.bfp-member-stats,.bfp-member-tool-grid,.bfp-profile-grid,.bfp-premium-card{grid-template-columns:1fr}.bfp-member-stats article{padding:16px}.bfp-premium-card{padding:24px}.bfp-premium-badge{max-width:220px}}

/* Account button → Member Area route */
.bfp-member-account-page{padding:clamp(28px,5vw,72px) 0 80px;min-height:70vh}
.bfp-member-account-wrap{width:min(1440px,calc(100% - 32px));margin-inline:auto}
@media (max-width:680px){.bfp-member-account-wrap{width:min(100% - 20px,1440px)}.bfp-member-account-page{padding-top:22px}}

/* Premium Center v1.1 */
.bfp-premium-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}.bfp-premium-feature-grid article{display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.035)}.bfp-premium-feature-grid article>span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:rgba(255,132,32,.14);color:#ff9b24;font-size:20px}.bfp-premium-feature-grid strong,.bfp-premium-feature-grid small{display:block}.bfp-premium-feature-grid small{color:#92a1ae;margin-top:3px}.bfp-premium-actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-top:20px}.bfp-premium-actions small{max-width:520px;color:#8494a3}.bfp-premium-active-note{display:flex;align-items:center;gap:13px;margin-top:22px;padding:16px;border:1px solid rgba(53,221,114,.24);border-radius:17px;background:rgba(53,221,114,.07)}.bfp-premium-active-note>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#35dd72;color:#071019;font-weight:1000}.bfp-premium-active-note strong,.bfp-premium-active-note small{display:block}.bfp-premium-active-note small{color:#9aacb7;margin-top:3px}.bfp-premium-card.is-active{border-color:rgba(53,221,114,.28);background:radial-gradient(circle at 85% 15%,rgba(53,221,114,.15),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.02))}.bfp-premium-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900}.bfp-premium-status.is-premium{background:rgba(53,221,114,.12);color:#5ff28d}.bfp-premium-status.is-free{background:rgba(255,255,255,.08);color:#aab5bf}@media(max-width:680px){.bfp-premium-feature-grid{grid-template-columns:1fr}}

/* Premium visual redesign v1.3.1 */
.bfp-premium-section-head{margin-bottom:17px}
.bfp-premium-overview{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:22px;align-items:stretch;padding:28px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:radial-gradient(circle at 92% 12%,rgba(255,129,30,.19),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}
.bfp-premium-overview.is-active{background:radial-gradient(circle at 92% 12%,rgba(53,221,114,.12),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border-color:rgba(53,221,114,.22)}
.bfp-premium-overview-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.bfp-premium-eyebrow{display:inline-flex;align-self:flex-start;padding:7px 10px;border-radius:999px;background:rgba(255,132,32,.12);border:1px solid rgba(255,132,32,.25);color:#ff9a24;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.09em}
.bfp-premium-overview.is-active .bfp-premium-eyebrow{background:rgba(53,221,114,.1);border-color:rgba(53,221,114,.24);color:#66ee91}
.bfp-premium-overview h3{margin:15px 0 8px;font-size:clamp(26px,4vw,38px);line-height:1.08}
.bfp-premium-overview p{max-width:680px;margin:0;color:#9cacb9;line-height:1.55}
.bfp-premium-plan-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:210px;padding:24px;border-radius:22px;background:linear-gradient(145deg,#ff6d15,#ffad2c);color:#071019;box-shadow:0 22px 48px rgba(255,107,20,.24)}
.bfp-premium-overview.is-active .bfp-premium-plan-card{background:linear-gradient(145deg,#ff7316,#ffb12e)}
.bfp-premium-plan-icon{font-size:36px;line-height:1;margin-bottom:12px}.bfp-premium-plan-card small{font-weight:850;opacity:.72}.bfp-premium-plan-card strong{display:block;margin:5px 0 10px;font-size:20px;line-height:1.15}.bfp-premium-plan-name{padding:6px 10px;border-radius:999px;background:rgba(7,16,25,.12);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.bfp-premium-benefits-head{margin-top:28px}.bfp-premium-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bfp-premium-benefit-grid article{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:92px;padding:17px;border:1px solid rgba(255,255,255,.1);border-radius:19px;background:rgba(255,255,255,.035)}.bfp-premium-benefit-grid article>span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,rgba(255,106,19,.28),rgba(255,178,47,.09));color:#ff9a25;font-size:20px}.bfp-premium-benefit-grid strong,.bfp-premium-benefit-grid small{display:block}.bfp-premium-benefit-grid small{margin-top:4px;color:#91a0ad}.bfp-premium-benefit-grid b{padding:6px 9px;border-radius:999px;background:rgba(255,132,32,.1);color:#ff9b24;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.bfp-premium-overview.is-active~.bfp-premium-benefits-head+.bfp-premium-benefit-grid b{background:rgba(53,221,114,.1);color:#63eb8d}
.bfp-premium-overview .bfp-premium-actions{margin-top:20px}.bfp-premium-overview .bfp-premium-active-note{max-width:520px;margin-top:20px}
@media(max-width:760px){.bfp-premium-overview{grid-template-columns:1fr;padding:22px}.bfp-premium-plan-card{min-height:170px}.bfp-premium-benefit-grid{grid-template-columns:1fr}.bfp-premium-benefit-grid article{grid-template-columns:44px minmax(0,1fr) auto}}
@media(max-width:480px){.bfp-premium-benefit-grid article{grid-template-columns:42px 1fr}.bfp-premium-benefit-grid b{grid-column:2;justify-self:start}.bfp-premium-overview h3{font-size:27px}}

/* Member Area v1.2 — profile, ranks and local media */
.bfp-member-area-v2 .bfp-member-main{padding-top:28px}.bfp-profile-hero{border:1px solid rgba(144,180,201,.2);border-radius:26px;overflow:hidden;background:#0d1a24;margin-bottom:22px;box-shadow:0 22px 65px rgba(0,0,0,.2)}
.bfp-profile-cover{height:250px;position:relative;background:radial-gradient(circle at 80% 15%,rgba(255,119,18,.3),transparent 30%),linear-gradient(135deg,#142431,#07121b 65%,#20170f);background-size:cover;background-position:center}.bfp-media-edit{position:absolute;right:18px;top:18px;border:1px solid rgba(255,255,255,.24);background:rgba(5,13,19,.72);color:#fff;padding:10px 14px;border-radius:12px;font-weight:800;cursor:pointer;backdrop-filter:blur(10px)}
.bfp-profile-hero-body{display:flex;align-items:flex-end;gap:22px;padding:0 28px 24px;position:relative}.bfp-local-avatar{width:132px;height:132px;flex:0 0 132px;margin-top:-66px;border:6px solid #0d1a24;border-radius:28px;background:linear-gradient(145deg,#ff7517,#ff9f25);display:grid;place-items:center;font-size:46px;font-weight:950;color:#071019;position:relative;background-size:cover;background-position:center}.bfp-local-avatar.has-image span{display:none}.bfp-local-avatar button{position:absolute;right:-7px;bottom:-7px;width:38px;height:38px;border-radius:50%;border:3px solid #0d1a24;background:#38c9ff;color:#06121a;font-weight:900;cursor:pointer}.bfp-profile-identity{flex:1}.bfp-profile-identity h1{font-size:42px;margin:4px 0 3px;color:#fff}.bfp-profile-identity p{margin:0;color:#a7b7c3}.bfp-rank-chip{display:flex;align-items:center;gap:13px;padding:13px 16px;border-radius:17px;background:#13232e;border:1px solid rgba(255,255,255,.1);min-width:230px}.bfp-rank-chip div{display:flex;flex-direction:column}.bfp-rank-chip small,.bfp-rank-chip em{color:#91a5b3;font-size:12px;font-style:normal}.bfp-rank-chip strong{color:#fff;font-size:18px}.bfp-rank-insignia{display:grid;place-items:center;min-width:54px;height:54px;padding:0 8px;border-radius:15px;background:linear-gradient(145deg,#ffb347,#ff7a18);color:#1a0d03;font-weight:950;letter-spacing:-2px;box-shadow:0 9px 25px rgba(255,122,24,.24)}.bfp-rank-insignia.is-large{width:96px;height:96px;font-size:28px;border-radius:24px}.bfp-local-storage-note{padding:11px 28px;background:rgba(53,198,255,.07);border-top:1px solid rgba(53,198,255,.14);color:#8ea6b5;font-size:12px}
.bfp-rank-progress-card{display:grid;grid-template-columns:1fr auto;gap:5px 20px;align-items:end;background:#111f29;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:22px 24px;margin-bottom:20px}.bfp-rank-progress-card h2{margin:4px 0;color:#fff}.bfp-rank-progress-card>strong{color:#ff941e}.bfp-rank-progress{grid-column:1/-1;height:12px;background:#07121a;border-radius:99px;overflow:hidden;margin-top:10px}.bfp-rank-progress i{display:block;height:100%;background:linear-gradient(90deg,#ff7517,#ffb347);border-radius:inherit;box-shadow:0 0 20px rgba(255,132,32,.34)}
.bfp-member-stats-v2{margin-bottom:32px}.bfp-current-rank-card{display:flex;align-items:center;gap:22px;padding:26px;background:linear-gradient(135deg,#142631,#21170f);border:1px solid rgba(255,132,32,.28);border-radius:24px;margin-bottom:22px}.bfp-current-rank-card h3{font-size:32px;color:#fff;margin:2px 0}.bfp-current-rank-card p,.bfp-current-rank-card small{color:#9fb0bc;margin:0}.bfp-rank-ladder{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bfp-rank-ladder article{display:flex;align-items:center;gap:14px;background:#101e28;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:15px}.bfp-rank-ladder article>div{display:flex;flex:1;flex-direction:column}.bfp-rank-ladder strong{color:#fff}.bfp-rank-ladder small{color:#8da1af}.bfp-rank-ladder b{font-size:12px;color:#ff9a32}.bfp-rank-ladder .is-locked{opacity:.48;filter:saturate(.25)}.bfp-points-rules,.bfp-local-media-settings{margin-top:22px;padding:22px;background:#101e28;border:1px solid rgba(255,255,255,.1);border-radius:20px}.bfp-points-rules h3,.bfp-local-media-settings h3{color:#fff;margin-top:0}.bfp-points-rules>div{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#c7d2da}.bfp-points-rules b{color:#ff9a32}.bfp-points-rules p,.bfp-local-media-settings p{color:#8fa3b0;font-size:13px}.bfp-local-media-settings>div{display:flex;gap:10px;flex-wrap:wrap}.bfp-danger-btn{border:1px solid rgba(255,93,93,.35);background:rgba(255,60,60,.08);color:#ff8b8b;border-radius:12px;padding:11px 14px;font-weight:800;cursor:pointer}
@media(max-width:760px){.bfp-profile-cover{height:170px}.bfp-profile-hero-body{align-items:flex-start;flex-wrap:wrap;padding:0 18px 20px}.bfp-local-avatar{width:98px;height:98px;flex-basis:98px;margin-top:-49px;border-radius:22px;font-size:34px}.bfp-profile-identity{min-width:calc(100% - 125px)}.bfp-profile-identity h1{font-size:31px}.bfp-rank-chip{width:100%;min-width:0}.bfp-local-storage-note{padding:10px 18px}.bfp-rank-ladder{grid-template-columns:1fr}.bfp-rank-progress-card{grid-template-columns:1fr}.bfp-rank-progress-card>strong{grid-row:2}.bfp-rank-progress{grid-row:3}.bfp-media-edit{font-size:12px;right:10px;top:10px}}

/* Member Area v1.3 — role-aware navigation, premium benefits and clearer downloads */
.bfp-member-sidebar-footer{gap:9px;padding:20px 4px 4px}
.bfp-sidebar-action{display:flex!important;align-items:center;gap:10px;width:100%;min-height:44px;padding:11px 12px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:13px!important;background:rgba(255,255,255,.035)!important;color:#c7d2db!important;text-decoration:none!important;text-align:left!important;font:inherit!important;cursor:pointer!important;transition:.2s ease!important}
.bfp-sidebar-action span{display:grid;place-items:center;width:24px;color:#ff9620;font-weight:900}.bfp-sidebar-action strong{font-size:12px;font-weight:900}.bfp-sidebar-action:hover{transform:translateY(-1px);border-color:rgba(255,139,28,.42)!important;background:rgba(255,126,23,.1)!important;color:#fff!important}.bfp-sidebar-action.is-admin{border-color:rgba(64,190,255,.24)!important}.bfp-sidebar-action.is-logout{border-color:rgba(255,90,90,.18)!important}.bfp-sidebar-action.is-logout span{color:#ff7777}
.bfp-member-tool-grid .is-locked{opacity:.82;border-style:dashed;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.015))}.bfp-member-tool-grid .is-locked .bfp-tool-icon{filter:saturate(.4)}.bfp-member-tool-grid .is-upgrade{border-color:rgba(255,139,28,.36);background:radial-gradient(circle at 15% 50%,rgba(255,139,28,.14),transparent 40%),rgba(255,255,255,.035)}
.bfp-download-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.bfp-download-summary article{padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:19px;background:rgba(255,255,255,.035)}.bfp-download-summary span,.bfp-download-summary strong,.bfp-download-summary small{display:block}.bfp-download-summary span{color:#9eafbb;font-size:13px}.bfp-download-summary strong{margin:7px 0 4px;color:#fff;font-size:32px}.bfp-download-summary small{color:#7f919f;font-size:12px}.bfp-download-explainer{min-height:300px}.bfp-download-explainer p{max-width:650px}
.bfp-premium-benefits-head{margin-top:28px}.bfp-premium-benefits-head h3{margin:5px 0 14px;font-size:25px}
@media(max-width:760px){.bfp-download-summary{grid-template-columns:1fr}.bfp-sidebar-action{min-height:46px}}

/* Member Area 1.4 – moderater, community-orientierter Aufbau */
.bfp-member-area-moderate .bfp-member-main{min-height:720px}
.bfp-member-area-moderate .bfp-member-nav button{min-height:48px}
.bfp-member-area-moderate .bfp-member-section-head p{max-width:680px}
.bfp-member-area-moderate .bfp-profile-hero{margin-bottom:22px}
.bfp-member-area-moderate .bfp-profile-hero-compact{margin-bottom:20px}
.bfp-member-area-moderate .bfp-profile-hero-compact .bfp-profile-cover{min-height:180px}
.bfp-member-area-moderate .bfp-single-profile-form{max-width:720px;margin-top:20px}
.bfp-member-area-moderate .bfp-settings-actions{display:flex;flex-direction:column;align-items:flex-start;gap:16px}
.bfp-member-area-moderate .bfp-settings-actions .bfp-secondary-btn{display:inline-flex;text-decoration:none;justify-content:center}
.bfp-member-area-moderate .bfp-member-tool-grid a{min-height:88px}
.bfp-member-area-moderate .bfp-member-tool-grid:empty:after{content:'Aktuell sind keine zusätzlichen Tools aktiv.';display:block;padding:24px;border:1px dashed rgba(148,163,184,.28);border-radius:16px;color:#9fb0c1}
@media (max-width:780px){
  .bfp-member-area-moderate .bfp-member-main{min-height:0}
  .bfp-member-area-moderate .bfp-profile-hero-compact .bfp-profile-cover{min-height:130px}
}

/* Member Area 1.4.1 — erreichbares Rangsystem und modernisierte Rangübersicht */
.bfp-rank-ladder{gap:14px}
.bfp-rank-ladder article{position:relative;min-height:92px;padding:18px 18px 18px 16px;overflow:hidden;background:linear-gradient(145deg,rgba(18,34,45,.96),rgba(10,22,31,.96));transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.bfp-rank-ladder article:after{content:"";position:absolute;inset:auto -35px -45px auto;width:110px;height:110px;border-radius:50%;background:rgba(255,145,29,.07);filter:blur(2px)}
.bfp-rank-ladder article:hover{transform:translateY(-2px)}
.bfp-rank-ladder .is-unlocked{opacity:1;filter:none;border-color:rgba(255,132,32,.24)}
.bfp-rank-ladder .is-current{border-color:rgba(255,132,32,.78);background:radial-gradient(circle at 8% 50%,rgba(255,132,32,.15),transparent 34%),linear-gradient(145deg,#142a32,#21170f);box-shadow:0 0 0 1px rgba(255,132,32,.09),0 16px 38px rgba(0,0,0,.24),0 0 30px rgba(255,132,32,.12)}
.bfp-rank-ladder .is-locked{opacity:.66;filter:saturate(.45)}
.bfp-rank-ladder .bfp-rank-insignia{min-width:62px;height:62px;border-radius:18px;font-size:17px;box-shadow:none}
.bfp-rank-ladder .is-locked .bfp-rank-insignia{background:linear-gradient(145deg,#69747b,#434d54);color:#111b18}
.bfp-rank-ladder article>div{gap:3px}
.bfp-rank-ladder article>div strong{font-size:17px}
.bfp-rank-ladder article>b{position:relative;z-index:1;max-width:92px;text-align:right;line-height:1.25;color:#ff9a32}
.bfp-rank-ladder .is-locked>b{color:#8fa099}
.bfp-rank-step{position:absolute;right:14px;top:10px;color:rgba(255,255,255,.22);font-size:9px;font-weight:900;letter-spacing:.14em}
.bfp-points-rules{padding:26px;border-radius:24px;background:linear-gradient(145deg,#10212c,#0b1821);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.bfp-points-rules-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;padding:0 0 18px!important;border-bottom:0!important}
.bfp-points-rules-head h3{margin:5px 0 0;font-size:25px}
.bfp-points-rules-head>strong{padding:9px 12px;border-radius:999px;background:rgba(255,132,32,.10);border:1px solid rgba(255,132,32,.20);color:#ffad52;font-size:11px;white-space:nowrap}
.bfp-points-rules .bfp-points-action{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.bfp-points-rules .bfp-points-action>span:nth-child(2){display:flex;flex-direction:column;gap:3px}
.bfp-points-rules .bfp-points-action b{color:#fff;font-size:15px}
.bfp-points-rules .bfp-points-action small{color:#8fa3b0;font-size:12px}
.bfp-points-rules .bfp-points-action em{min-width:72px;padding:9px 12px;border-radius:12px;background:rgba(255,132,32,.12);color:#ffad52;font-size:14px;font-style:normal;font-weight:950;text-align:center}
.bfp-points-icon{width:44px;height:44px;border-radius:14px;display:grid!important;place-items:center;background:linear-gradient(145deg,rgba(255,139,28,.23),rgba(255,139,28,.08));border:1px solid rgba(255,139,28,.18);color:#ff9b26;font-size:18px;font-weight:900}
@media(max-width:620px){.bfp-points-rules-head{display:block!important}.bfp-points-rules-head>strong{display:inline-block;margin-top:12px}.bfp-points-rules .bfp-points-action{grid-template-columns:42px minmax(0,1fr)}.bfp-points-rules .bfp-points-action em{grid-column:2;justify-self:start}.bfp-rank-ladder article>b{font-size:11px}}

/* Member Area v2.0 — klarer Player-Hub und neue Download-Ansicht */
.bfp-member-area-v2{--bfp-v2-orange:#ff8a1c;--bfp-v2-orange-2:#ffb32f;--bfp-v2-panel:#101d27;--bfp-v2-line:rgba(156,184,202,.16)}
.bfp-member-area-v2 .bfp-member-main{background:radial-gradient(circle at 88% 4%,rgba(255,126,22,.07),transparent 28%),#08151e}
.bfp-member-area-v2 .bfp-member-panel{animation:bfpV2In .22s ease both}
@keyframes bfpV2In{from{opacity:.65;transform:translateY(5px)}to{opacity:1;transform:none}}
.bfp-member-area-v2 .bfp-member-section-head h2{font-size:34px;letter-spacing:-.025em}.bfp-member-area-v2 .bfp-member-section-head p{font-size:15px;line-height:1.6}
.bfp-v2-page-head{margin-bottom:24px}
.bfp-v2-download-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:26px;align-items:center;padding:30px;border:1px solid var(--bfp-v2-line);border-radius:25px;background:radial-gradient(circle at 92% 15%,rgba(255,139,28,.15),transparent 34%),linear-gradient(145deg,#12222d,#0d1922);box-shadow:0 24px 60px rgba(0,0,0,.22);margin-bottom:16px}
.bfp-v2-download-icon{width:112px;height:112px;border-radius:28px;display:grid;place-items:center;font-size:46px;color:var(--bfp-v2-orange);background:linear-gradient(145deg,rgba(255,138,28,.22),rgba(255,138,28,.06));border:1px solid rgba(255,145,38,.18);box-shadow:inset 0 1px rgba(255,255,255,.06)}
.bfp-v2-download-copy h3{margin:5px 0 8px;color:#fff;font-size:36px;letter-spacing:-.025em}.bfp-v2-download-copy p{max-width:720px;margin:0 0 21px;color:#a9bac6;line-height:1.65}
.bfp-v2-gallery-button{display:inline-grid;grid-template-columns:34px auto 24px;align-items:center;gap:9px;min-height:54px;padding:8px 15px 8px 10px;border-radius:15px;text-decoration:none!important;background:linear-gradient(135deg,var(--bfp-v2-orange),var(--bfp-v2-orange-2));color:#09121a!important;border:1px solid rgba(255,197,103,.65);box-shadow:0 13px 30px rgba(255,116,14,.22);transition:.2s ease}
.bfp-v2-gallery-button>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:rgba(7,16,24,.14);font-size:17px}.bfp-v2-gallery-button strong{font-size:14px;letter-spacing:.01em}.bfp-v2-gallery-button>b{font-size:20px;transition:transform .2s ease}.bfp-v2-gallery-button:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 17px 34px rgba(255,116,14,.3)}.bfp-v2-gallery-button:hover>b{transform:translateX(3px)}
.bfp-v2-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:16px}.bfp-v2-stat-grid article{padding:20px 21px;border-radius:19px;border:1px solid var(--bfp-v2-line);background:rgba(255,255,255,.03)}.bfp-v2-stat-grid span,.bfp-v2-stat-grid strong,.bfp-v2-stat-grid small{display:block}.bfp-v2-stat-grid span{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:#889eac;font-weight:800}.bfp-v2-stat-grid strong{margin:7px 0 3px;color:#fff;font-size:27px;letter-spacing:-.02em}.bfp-v2-stat-grid small{color:#8297a5}
.bfp-v2-next-rank{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,360px);gap:28px;align-items:center;padding:23px 25px;border-radius:20px;border:1px solid rgba(255,132,32,.20);background:linear-gradient(135deg,rgba(255,132,32,.08),rgba(255,255,255,.025))}.bfp-v2-next-rank h3{font-size:25px;margin:4px 0;color:#fff}.bfp-v2-next-rank p{margin:0;color:#93a6b3}.bfp-v2-progress-wrap>span{display:block;text-align:right;margin-bottom:8px;color:#ffad52;font-weight:900}.bfp-v2-next-rank .bfp-rank-progress{margin:0;height:11px;background:#061119}
.bfp-v2-download-note{margin:14px 3px 0;color:#7f95a3;font-size:12px}
@media(max-width:820px){.bfp-v2-download-card{grid-template-columns:82px minmax(0,1fr);padding:23px}.bfp-v2-download-icon{width:82px;height:82px;border-radius:22px;font-size:36px}.bfp-v2-download-copy h3{font-size:30px}.bfp-v2-next-rank{grid-template-columns:1fr}.bfp-v2-progress-wrap>span{text-align:left}}
@media(max-width:620px){.bfp-v2-download-card{grid-template-columns:1fr;padding:20px}.bfp-v2-download-icon{width:68px;height:68px;border-radius:18px;font-size:29px}.bfp-v2-download-copy h3{font-size:27px}.bfp-v2-gallery-button{width:100%;grid-template-columns:34px 1fr 24px}.bfp-v2-stat-grid{grid-template-columns:1fr}.bfp-member-area-v2 .bfp-member-section-head h2{font-size:29px}}

/* Battlefield Pics Member Area v3.0 Core */
.bfp-achievement-head{align-items:flex-end;gap:20px}
.bfp-achievement-counter{display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:12px 16px;border:1px solid rgba(255,139,31,.38);border-radius:14px;background:rgba(255,139,31,.1);color:#ff9a32;font-size:18px}
.bfp-achievement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0 0 30px}
.bfp-achievement-grid-compact{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:34px}
.bfp-achievement-card{display:flex;gap:16px;min-height:132px;padding:20px;border:1px solid rgba(123,155,181,.2);border-radius:18px;background:linear-gradient(145deg,rgba(15,29,42,.96),rgba(7,17,26,.96));box-shadow:0 14px 34px rgba(0,0,0,.18);transition:transform .18s ease,border-color .18s ease}
.bfp-achievement-card:hover{transform:translateY(-2px)}
.bfp-achievement-card.is-unlocked{border-color:rgba(255,139,31,.52);background:linear-gradient(145deg,rgba(39,29,17,.96),rgba(11,22,31,.96))}
.bfp-achievement-card.is-locked{opacity:.72;filter:saturate(.72)}
.bfp-achievement-icon{display:flex;align-items:center;justify-content:center;flex:0 0 58px;width:58px;height:58px;border-radius:16px;border:1px solid rgba(113,153,184,.28);background:rgba(5,13,20,.75);color:#b8cadd;font-size:24px;font-weight:900}
.bfp-achievement-card.is-unlocked .bfp-achievement-icon{border-color:rgba(255,139,31,.55);background:rgba(255,139,31,.13);color:#ff9a32;box-shadow:0 0 24px rgba(255,139,31,.12)}
.bfp-achievement-card strong{display:block;color:#f5f9fc;font-size:17px;margin:2px 0 7px}
.bfp-achievement-card p{margin:0 0 10px;color:#95a9ba;font-size:13px;line-height:1.5}
.bfp-achievement-card small{color:#ff9a32;font-weight:800;text-transform:uppercase;letter-spacing:.06em;font-size:10px}
.bfp-achievement-progress{height:7px;margin:9px 0 7px;border-radius:99px;background:rgba(255,255,255,.07);overflow:hidden}
.bfp-achievement-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff6a00,#ffad39)}
.bfp-single-profile-form textarea,.bfp-single-profile-form select{width:100%;box-sizing:border-box;border:1px solid rgba(124,154,180,.25);border-radius:12px;background:#09131d;color:#eef5fa;padding:13px 14px;font:inherit;outline:none}
.bfp-single-profile-form textarea:focus,.bfp-single-profile-form select:focus{border-color:#ff8b1f;box-shadow:0 0 0 3px rgba(255,139,31,.1)}
.bfp-single-profile-form textarea{resize:vertical;min-height:110px}
@media(max-width:900px){.bfp-achievement-grid,.bfp-achievement-grid-compact{grid-template-columns:1fr}.bfp-achievement-head{align-items:stretch}.bfp-achievement-head .bfp-secondary-btn{width:100%}}
@media(max-width:520px){.bfp-achievement-card{padding:16px;min-height:0}.bfp-achievement-icon{flex-basis:50px;width:50px;height:50px}.bfp-achievement-counter{min-width:70px;padding:9px 12px}}

/* Battlefield Pics Member Area v3.1 – Community */
.bfp-member-nav .bfp-member-nav-link{display:flex;align-items:center;gap:12px;width:100%;padding:13px 14px;border-radius:12px;color:inherit;text-decoration:none;font-weight:700;transition:.2s ease}
.bfp-member-nav .bfp-member-nav-link:hover{background:rgba(255,138,24,.1);color:#ff9b32;transform:translateX(2px)}
.bfp-member-nav .bfp-member-nav-link span{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:rgba(255,255,255,.06)}
.bfp-community-toggle{display:flex!important;align-items:flex-start!important;gap:12px!important;padding:16px!important;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(255,255,255,.025)}
.bfp-community-toggle input{margin-top:3px;min-width:18px;width:18px!important;height:18px!important}
.bfp-community-toggle span{display:flex;flex-direction:column;gap:4px}.bfp-community-toggle strong{color:#fff}.bfp-community-toggle small{color:#9eabb8;line-height:1.45}
.bfp-profile-form-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.bfp-profile-form-actions .bfp-primary-btn,.bfp-profile-form-actions .bfp-secondary-btn{width:auto}
.bfp-community-directory,.bfp-public-profile{max-width:1240px;margin:0 auto;padding:44px 20px 70px;color:#eef4f8}
.bfp-community-hero{position:relative;overflow:hidden;padding:42px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:radial-gradient(circle at 85% 20%,rgba(255,125,22,.16),transparent 33%),linear-gradient(135deg,#101a24,#071018);box-shadow:0 22px 60px rgba(0,0,0,.24);margin-bottom:28px}
.bfp-community-hero h1{font-size:clamp(32px,5vw,58px);line-height:1;margin:8px 0 14px}.bfp-community-hero p{max-width:720px;color:#b0bdc9;font-size:17px;margin:0 0 22px}
.bfp-community-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bfp-community-card{display:block;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(145deg,rgba(20,31,42,.96),rgba(8,16,24,.96));color:#eef4f8;text-decoration:none;transition:.22s ease;box-shadow:0 14px 34px rgba(0,0,0,.18)}
.bfp-community-card:hover{transform:translateY(-4px);border-color:rgba(255,138,24,.55);box-shadow:0 18px 42px rgba(0,0,0,.28),0 0 0 1px rgba(255,138,24,.08)}
.bfp-community-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.bfp-community-card h2{font-size:22px;margin:0 0 5px}.bfp-community-card p{margin:0 0 16px;color:#aebbc7}.bfp-community-card>div:last-child{display:flex;justify-content:space-between;gap:10px;padding-top:14px;border-top:1px solid rgba(255,255,255,.07);color:#d9e3ea;font-size:13px}
.bfp-public-avatar{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;background:linear-gradient(145deg,#ffad42,#ff6a00);color:#071019;font-size:28px;font-weight:900;box-shadow:0 0 0 5px rgba(255,255,255,.06)}
.bfp-community-rank{display:grid;place-items:center;min-width:44px;height:44px;padding:0 10px;border-radius:12px;background:rgba(255,138,24,.12);border:1px solid rgba(255,138,24,.28);color:#ff9c34;font-weight:900}
.bfp-community-empty{padding:44px;border:1px dashed rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.025);text-align:center;color:#b7c3cd}.bfp-community-empty h1,.bfp-community-empty h2{color:#fff;margin-top:0}
.bfp-public-profile-cover{min-height:210px;border-radius:24px 24px 0 0;background:radial-gradient(circle at 75% 20%,rgba(255,138,24,.25),transparent 28%),linear-gradient(135deg,#162330,#071019);position:relative;border:1px solid rgba(255,255,255,.08);border-bottom:0}
.bfp-community-back{position:absolute;left:20px;top:20px;padding:10px 14px;border-radius:10px;background:rgba(2,8,13,.72);backdrop-filter:blur(8px);color:#fff;text-decoration:none;font-weight:700}
.bfp-public-profile-head{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;padding:24px 28px;border:1px solid rgba(255,255,255,.08);border-top:0;border-radius:0 0 24px 24px;background:#0b151f;margin-bottom:22px}.bfp-public-profile-head .bfp-public-avatar{width:92px;height:92px;font-size:38px;margin-top:-58px;border:5px solid #0b151f}
.bfp-public-identity h1{margin:4px 0 4px;font-size:34px}.bfp-public-identity p{margin:0;color:#9facb8}
.bfp-public-about{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.025);margin-bottom:20px}.bfp-public-about h2{margin:5px 0 8px}.bfp-public-about p{margin:0;color:#b2bec8;line-height:1.65;max-width:760px}.bfp-favorite-tag{flex:none;padding:10px 14px;border-radius:999px;background:rgba(255,138,24,.11);border:1px solid rgba(255,138,24,.26);color:#ffab54;font-weight:800;font-size:13px}
.bfp-public-stats{margin-bottom:28px}.bfp-achievement-grid-public{margin-bottom:20px}
@media(max-width:900px){.bfp-community-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bfp-public-profile-head{grid-template-columns:auto 1fr}.bfp-public-profile-head .bfp-rank-chip{grid-column:1/-1;width:100%}.bfp-public-about{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.bfp-community-directory,.bfp-public-profile{padding:24px 12px 50px}.bfp-community-hero{padding:28px 22px}.bfp-community-grid{grid-template-columns:1fr}.bfp-public-profile-cover{min-height:150px}.bfp-public-profile-head{padding:20px;gap:14px}.bfp-public-profile-head .bfp-public-avatar{width:72px;height:72px;font-size:30px;margin-top:-48px}.bfp-public-identity h1{font-size:25px}.bfp-profile-form-actions>*{width:100%!important;text-align:center}}


/* Battlefield Pics Member Area v3.2 – Rangliste & Aktivitätsfeed */
.bfp-community-hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.bfp-community-hero-actions .bfp-primary-btn,.bfp-community-hero-actions .bfp-secondary-btn{width:auto;text-decoration:none}
.bfp-community-dashboard{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:22px;align-items:start;margin:0 0 34px}.bfp-community-leaderboard,.bfp-community-feed{padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(145deg,rgba(14,25,36,.98),rgba(6,14,21,.98));box-shadow:0 16px 44px rgba(0,0,0,.2)}
.bfp-community-dashboard .bfp-member-section-head{margin:0 0 18px}.bfp-community-dashboard .bfp-member-section-head h2{font-size:28px;margin:4px 0 6px}.bfp-community-dashboard .bfp-member-section-head p{margin:0;color:#93a5b4}
.bfp-leaderboard-list{display:flex;flex-direction:column;gap:9px}.bfp-leaderboard-row{display:grid;grid-template-columns:44px minmax(0,1fr) 48px auto;gap:12px;align-items:center;padding:13px 15px;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:rgba(255,255,255,.025);color:#eef4f8;text-decoration:none;transition:.18s ease}.bfp-leaderboard-row:hover{transform:translateX(3px);border-color:rgba(255,139,31,.42);background:rgba(255,139,31,.055)}.bfp-leaderboard-row.is-podium{border-color:rgba(255,139,31,.25);background:linear-gradient(90deg,rgba(255,139,31,.09),rgba(255,255,255,.02))}
.bfp-leader-place{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#08131d;color:#ff9b32;font-weight:900}.bfp-leader-row.is-podium .bfp-leader-place{background:linear-gradient(145deg,#ffad42,#ff6a00);color:#071019}.bfp-leader-name{display:flex;flex-direction:column;min-width:0}.bfp-leader-name strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bfp-leader-name small{color:#8fa2b1;margin-top:2px}.bfp-leader-rank{display:grid;place-items:center;height:38px;border-radius:10px;background:rgba(255,255,255,.05);color:#ff9b32;font-weight:900}.bfp-leader-xp{color:#fff;white-space:nowrap}
.bfp-activity-list{display:flex;flex-direction:column;gap:9px;max-height:590px;overflow:auto;padding-right:4px}.bfp-activity-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;align-items:start;padding:13px;border:1px solid rgba(255,255,255,.065);border-radius:13px;background:rgba(255,255,255,.022);color:#eef4f8;text-decoration:none}.bfp-activity-item:hover{border-color:rgba(255,139,31,.35)}.bfp-activity-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:rgba(255,139,31,.1);color:#ff9b32;font-weight:900}.bfp-activity-item>span:last-child{display:flex;flex-direction:column;gap:3px}.bfp-activity-item small{color:#a9b6c1;line-height:1.4}.bfp-activity-item time{color:#667b8c;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.bfp-community-members-head{margin-top:4px}
@media(max-width:980px){.bfp-community-dashboard{grid-template-columns:1fr}.bfp-activity-list{max-height:none}}
@media(max-width:620px){.bfp-community-leaderboard,.bfp-community-feed{padding:18px}.bfp-leaderboard-row{grid-template-columns:38px minmax(0,1fr) auto}.bfp-leader-rank{display:none}.bfp-leader-xp{font-size:13px}.bfp-community-hero-actions>*{width:100%!important;text-align:center}}

/* v3.2.1 Global Avatar Integration */
.bfp-public-avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}
.bfp-local-avatar.has-image>span{opacity:0}

/* v3.2.2 – Mobile login/register layout */
@media (max-width: 780px) {
  .bfp-account-page {
    width: min(100% - 24px, 560px) !important;
    max-width: 560px !important;
    margin: 18px auto 40px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .bfp-account-shell,
  .bfp-account-auth-zone,
  .bfp-account-intro,
  .bfp-account-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .bfp-account-shell {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
    gap: 14px !important;
  }
  .bfp-account-intro {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 28px 26px !important;
    border-radius: 24px !important;
  }
  .bfp-account-intro h1 {
    max-width: 100% !important;
    margin: 12px 0 18px !important;
    font-size: clamp(32px, 10vw, 46px) !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: auto !important;
  }
  .bfp-account-intro p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }
  .bfp-account-auth-zone {
    gap: 12px !important;
  }
  .bfp-tabs {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
  }
  .bfp-tabs button {
    width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    padding: 0 10px !important;
    border-radius: 15px !important;
    color: #f4f7fa !important;
    opacity: 1 !important;
    font-size: 15px !important;
    white-space: nowrap !important;
  }
  .bfp-tabs button.is-active {
    color: #111820 !important;
    text-shadow: none !important;
  }
  .bfp-account-card {
    padding: 22px 20px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }
  .bfp-account-card h2 {
    font-size: clamp(29px, 9vw, 38px) !important;
    overflow-wrap: anywhere !important;
  }
  .bfp-account-form input:not([type=checkbox]),
  .bfp-primary-btn {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 420px) {
  .bfp-account-page {
    width: calc(100% - 20px) !important;
    margin-top: 14px !important;
  }
  .bfp-account-intro {
    padding: 24px 22px !important;
  }
  .bfp-account-intro h1 {
    font-size: clamp(29px, 10.5vw, 39px) !important;
  }
  .bfp-account-intro p {
    font-size: 15px !important;
  }
  .bfp-tabs button {
    height: 48px !important;
    font-size: 14px !important;
  }
  .bfp-account-card {
    padding: 20px 17px !important;
  }
}


/* v3.2.3 – Member Area spacing polish for desktop and mobile */
body .bfp-member-account-page {
  width: min(1120px, calc(100% - 32px)) !important;
  max-width: 1120px !important;
  min-height: 0 !important;
  margin: 24px auto 56px !important;
  padding: 0 !important;
}
body .bfp-member-account-page .bfp-member-account-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body .bfp-member-account-page .bfp-member-area {
  width: 100% !important;
  margin: 0 !important;
}

@media (min-width: 981px) {
  body .bfp-member-account-page {
    margin-top: 24px !important;
  }
  body .bfp-member-account-page .bfp-member-area {
    border-radius: 26px !important;
  }
}

@media (max-width: 980px) {
  body .bfp-member-account-page {
    width: calc(100% - 24px) !important;
    margin: 16px auto 42px !important;
  }
  body .bfp-member-account-page .bfp-member-area {
    border-radius: 22px !important;
  }
  body .bfp-member-account-page .bfp-member-sidebar {
    padding-top: 18px !important;
    padding-bottom: 14px !important;
  }
}

@media (max-width: 620px) {
  body .bfp-member-account-page {
    width: calc(100% - 16px) !important;
    margin: 8px auto 30px !important;
  }
  body .bfp-member-account-page .bfp-member-area {
    border-radius: 18px !important;
  }
  body .bfp-member-account-page .bfp-member-sidebar {
    padding: 14px 12px 10px !important;
  }
  body .bfp-member-account-page .bfp-member-main {
    padding: 14px !important;
  }
  body .bfp-member-account-page .bfp-profile-hero {
    border-radius: 18px !important;
  }
}

/* v3.2.4 – Premium Layout Polish (visual only, no premium/paywall features) */
:root{
  --bfp-premium-surface:#0b1721;
  --bfp-premium-surface-2:#101f2b;
  --bfp-premium-border:rgba(142,178,202,.16);
  --bfp-premium-glow:rgba(255,125,18,.16);
}
body .bfp-member-account-page{
  width:min(1240px,calc(100% - 40px))!important;
  margin:28px auto 64px!important;
}
body .bfp-member-account-page .bfp-member-area{
  grid-template-columns:270px minmax(0,1fr);
  border-color:rgba(126,161,186,.18)!important;
  background:
    radial-gradient(circle at 84% 4%,rgba(255,126,20,.07),transparent 28%),
    linear-gradient(145deg,#07121b 0%,#0a1721 48%,#08131c 100%)!important;
  box-shadow:0 38px 110px rgba(0,0,0,.56),0 0 0 1px rgba(255,255,255,.018) inset!important;
}
body .bfp-member-account-page .bfp-member-sidebar{
  padding:28px 20px 22px;
  background:
    radial-gradient(circle at 15% 4%,rgba(255,126,20,.08),transparent 25%),
    linear-gradient(180deg,rgba(3,10,15,.96),rgba(4,12,18,.9));
  border-right-color:rgba(128,166,194,.13);
}
body .bfp-member-account-page .bfp-member-brand{
  padding:3px 9px 27px;
  border-bottom:1px solid rgba(255,255,255,.055);
  margin-bottom:16px;
}
body .bfp-member-account-page .bfp-member-brandmark{
  box-shadow:0 10px 30px rgba(255,111,11,.24),inset 0 1px 0 rgba(255,255,255,.32);
}
body .bfp-member-account-page .bfp-member-nav{gap:8px}
body .bfp-member-account-page .bfp-member-nav button{
  min-height:48px;
  padding:13px 15px;
  border:1px solid transparent;
  border-radius:15px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease;
}
body .bfp-member-account-page .bfp-member-nav button:hover{
  transform:translateX(2px);
  border-color:rgba(255,135,28,.16);
}
body .bfp-member-account-page .bfp-member-nav button.is-active{
  border-color:rgba(255,135,28,.22);
  background:linear-gradient(90deg,rgba(255,111,14,.22),rgba(255,139,31,.055));
  box-shadow:inset 3px 0 #ff7c18,0 8px 22px rgba(0,0,0,.14);
}
body .bfp-member-account-page .bfp-member-sidebar-footer a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.075);
  border-radius:13px;
  background:rgba(255,255,255,.025);
}
body .bfp-member-account-page .bfp-member-main{padding:30px 30px 34px}
body .bfp-member-account-page .bfp-profile-hero{
  border-color:rgba(128,168,196,.22)!important;
  background:linear-gradient(155deg,#0e1d28,#0a1721)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.32),0 0 32px rgba(255,122,17,.035),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
body .bfp-member-account-page .bfp-profile-cover:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:52%;
  pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(5,13,19,.58));
}
body .bfp-member-account-page .bfp-media-edit{z-index:2}
body .bfp-member-account-page .bfp-local-avatar{
  box-shadow:0 16px 36px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.08) inset;
}
body .bfp-member-account-page .bfp-profile-identity h1{
  letter-spacing:-.035em;
  text-shadow:0 4px 24px rgba(0,0,0,.28);
}
body .bfp-member-account-page .bfp-rank-chip{
  background:linear-gradient(145deg,rgba(20,39,52,.96),rgba(13,29,40,.94));
  border-color:rgba(150,185,208,.17);
  box-shadow:0 12px 30px rgba(0,0,0,.19),inset 0 1px 0 rgba(255,255,255,.035);
}
body .bfp-member-account-page .bfp-rank-progress-card,
body .bfp-member-account-page .bfp-member-stats article,
body .bfp-member-account-page .bfp-achievement-card,
body .bfp-member-account-page .bfp-member-tool-grid a,
body .bfp-member-account-page .bfp-member-tool-grid button,
body .bfp-member-account-page .bfp-profile-card,
body .bfp-member-account-page .bfp-points-rules,
body .bfp-member-account-page .bfp-local-media-settings{
  border-color:var(--bfp-premium-border)!important;
  background:linear-gradient(145deg,rgba(17,33,45,.92),rgba(10,24,34,.94))!important;
  box-shadow:0 14px 34px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.025);
}
body .bfp-member-account-page .bfp-rank-progress-card{border-radius:20px}
body .bfp-member-account-page .bfp-member-stats{gap:14px}
body .bfp-member-account-page .bfp-member-stats article{
  position:relative;
  overflow:hidden;
  min-height:112px;
  padding:20px;
  transition:transform .18s ease,border-color .18s ease;
}
body .bfp-member-account-page .bfp-member-stats article:after{
  content:"";
  position:absolute;
  width:74px;
  height:74px;
  right:-28px;
  top:-28px;
  border-radius:50%;
  background:rgba(255,132,25,.055);
}
body .bfp-member-account-page .bfp-member-stats article:hover{
  transform:translateY(-2px);
  border-color:rgba(255,139,31,.25)!important;
}
body .bfp-member-account-page .bfp-member-stats strong{letter-spacing:-.03em}
body .bfp-member-account-page .bfp-member-section-head{margin-top:4px}
body .bfp-member-account-page .bfp-member-section-head h2{letter-spacing:-.025em}
body .bfp-member-account-page .bfp-achievement-grid{gap:14px}
body .bfp-member-account-page .bfp-achievement-card{
  border-radius:19px;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
body .bfp-member-account-page .bfp-achievement-card.is-unlocked{
  border-color:rgba(255,135,25,.36)!important;
  background:linear-gradient(145deg,rgba(38,28,17,.94),rgba(10,24,34,.96))!important;
}
body .bfp-member-account-page .bfp-achievement-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 42px rgba(0,0,0,.22),0 0 28px rgba(255,126,18,.055);
}
body .bfp-member-account-page .bfp-member-tool-grid{gap:14px}
body .bfp-member-account-page .bfp-member-tool-grid a,
body .bfp-member-account-page .bfp-member-tool-grid button{
  min-height:98px;
  border-radius:19px;
  position:relative;
  overflow:hidden;
}
body .bfp-member-account-page .bfp-member-tool-grid a:after,
body .bfp-member-account-page .bfp-member-tool-grid button:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:0;
  background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.045),transparent 65%);
  transform:translateX(-45%);
  transition:opacity .2s ease,transform .35s ease;
}
body .bfp-member-account-page .bfp-member-tool-grid a:hover:after,
body .bfp-member-account-page .bfp-member-tool-grid button:hover:after{
  opacity:1;
  transform:translateX(45%);
}
body .bfp-member-account-page .bfp-tool-icon{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(0,0,0,.18);
}
body .bfp-member-account-page .bfp-secondary-btn,
body .bfp-member-account-page .bfp-primary-btn{
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease,border-color .18s ease;
}
body .bfp-member-account-page .bfp-secondary-btn:hover{
  transform:translateY(-1px);
  border-color:rgba(255,139,31,.34);
  background:rgba(255,139,31,.075);
}
body .bfp-member-account-page .bfp-primary-btn:hover{
  box-shadow:0 14px 34px rgba(255,104,0,.28);
}

@media (max-width:980px){
  body .bfp-member-account-page{width:calc(100% - 24px)!important;margin-top:18px!important}
  body .bfp-member-account-page .bfp-member-area{grid-template-columns:1fr}
  body .bfp-member-account-page .bfp-member-sidebar{padding:18px 16px 14px}
  body .bfp-member-account-page .bfp-member-brand{margin-bottom:10px;padding-bottom:16px}
  body .bfp-member-account-page .bfp-member-nav{gap:7px}
  body .bfp-member-account-page .bfp-member-nav button{min-height:44px;padding:11px 13px}
  body .bfp-member-account-page .bfp-member-main{padding:22px}
}
@media (max-width:620px){
  body .bfp-member-account-page{width:calc(100% - 14px)!important;margin:8px auto 32px!important}
  body .bfp-member-account-page .bfp-member-main{padding:12px!important}
  body .bfp-member-account-page .bfp-profile-hero{border-radius:20px!important}
  body .bfp-member-account-page .bfp-profile-cover{min-height:150px!important}
  body .bfp-member-account-page .bfp-profile-hero-body{padding:0 15px 18px!important;gap:14px!important}
  body .bfp-member-account-page .bfp-profile-identity h1{font-size:29px!important}
  body .bfp-member-account-page .bfp-member-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  body .bfp-member-account-page .bfp-member-stats article{min-height:96px;padding:15px!important;border-radius:16px!important}
  body .bfp-member-account-page .bfp-member-stats strong{font-size:25px!important}
  body .bfp-member-account-page .bfp-achievement-grid{grid-template-columns:1fr!important;gap:10px!important}
  body .bfp-member-account-page .bfp-member-tool-grid{grid-template-columns:1fr!important;gap:10px!important}
  body .bfp-member-account-page .bfp-member-tool-grid a,
  body .bfp-member-account-page .bfp-member-tool-grid button{min-height:84px!important;padding:15px!important}
}
@media (prefers-reduced-motion:reduce){
  body .bfp-member-account-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}


/* v3.3.0 – Compact application sidebar */
body .bfp-member-account-page .bfp-member-sidebar{
  align-self:start;
  height:auto;
  min-height:0;
  border-bottom:1px solid rgba(128,166,194,.13);
  border-bottom-left-radius:25px;
  border-bottom-right-radius:0;
  box-shadow:0 20px 45px rgba(0,0,0,.18);
}
body .bfp-member-account-page .bfp-member-sidebar-footer{display:none!important}
body .bfp-member-account-page .bfp-sidebar-profile{
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 10px;
  align-items:center;
  gap:11px;
  margin:0 5px 17px;
  padding:12px;
  border:1px solid rgba(139,176,201,.14);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(17,34,46,.9),rgba(8,20,29,.92));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 12px 26px rgba(0,0,0,.15);
}
body .bfp-member-account-page .bfp-sidebar-avatar{
  width:46px;height:46px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(145deg,#ff7514,#ffae2c);color:#07121a;font-weight:950;font-size:19px;
  background-size:cover;background-position:center;box-shadow:0 8px 20px rgba(255,111,12,.2);
}
body .bfp-member-account-page .bfp-sidebar-avatar.has-image span{display:none}
body .bfp-member-account-page .bfp-sidebar-profile-copy{min-width:0;display:grid;gap:3px}
body .bfp-member-account-page .bfp-sidebar-profile-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f5f8fa;font-size:14px}
body .bfp-member-account-page .bfp-sidebar-profile-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#91a4b3;font-size:10px}
body .bfp-member-account-page .bfp-sidebar-online{width:8px;height:8px;border-radius:50%;background:#42ef91;box-shadow:0 0 12px rgba(66,239,145,.7)}
body .bfp-member-account-page .bfp-settings-actions{align-content:start}
body .bfp-member-account-page .bfp-settings-actions .bfp-admin-dashboard-btn,
body .bfp-member-account-page .bfp-settings-actions .bfp-settings-logout{
  display:flex;align-items:center;justify-content:center;gap:8px;width:100%;text-decoration:none;box-sizing:border-box;
}
body .bfp-member-account-page .bfp-settings-actions .bfp-admin-dashboard-btn{border-color:rgba(64,190,255,.28)!important}
body .bfp-member-account-page .bfp-settings-actions .bfp-settings-logout{margin-top:2px}
@media(max-width:980px){
  body .bfp-member-account-page .bfp-member-sidebar{align-self:stretch;border-radius:0;border-bottom:1px solid rgba(128,166,194,.13);box-shadow:none}
  body .bfp-member-account-page .bfp-sidebar-profile{display:none}
}

/* v3.3.1 – Community CTA readability fix */
body .bfp-community-directory .bfp-community-hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  overflow:visible;
}
body .bfp-community-directory .bfp-community-hero-actions .bfp-primary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:154px;
  min-height:48px;
  padding:12px 20px;
  box-sizing:border-box;
  border:1px solid rgba(255,205,126,.72);
  border-radius:14px;
  background:linear-gradient(135deg,#ff971f,#ff7413);
  color:#08121a !important;
  font-size:13px;
  font-weight:950;
  line-height:1.15;
  letter-spacing:.055em;
  text-align:center;
  text-transform:uppercase;
  white-space:nowrap;
  text-shadow:none !important;
  box-shadow:0 12px 28px rgba(255,111,14,.27),inset 0 1px 0 rgba(255,255,255,.32);
  overflow:visible;
}
body .bfp-community-directory .bfp-community-hero-actions .bfp-primary-btn:hover,
body .bfp-community-directory .bfp-community-hero-actions .bfp-primary-btn:focus-visible{
  color:#08121a !important;
  transform:translateY(-1px);
  filter:brightness(1.05);
  box-shadow:0 15px 34px rgba(255,111,14,.34),inset 0 1px 0 rgba(255,255,255,.36);
}
@media(max-width:620px){
  body .bfp-community-directory .bfp-community-hero-actions .bfp-primary-btn,
  body .bfp-community-directory .bfp-community-hero-actions .bfp-secondary-btn{
    width:100% !important;
    max-width:100%;
  }
}

/* Battlefield Pics Member Area v4.0.1 – public profile width and overflow fix */
html,
body {
  max-width: 100%;
}

body .bfp-community-directory,
body .bfp-public-profile {
  width: min(100%, 1240px);
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: clamp(14px, 2vw, 24px);
  box-sizing: border-box;
  overflow-x: clip;
}

body .bfp-community-directory *,
body .bfp-public-profile * {
  box-sizing: border-box;
  min-width: 0;
}

body .bfp-public-profile-cover,
body .bfp-public-profile-head,
body .bfp-public-about,
body .bfp-public-stats,
body .bfp-achievement-grid-public,
body .bfp-community-grid,
body .bfp-community-dashboard {
  width: 100%;
  max-width: 100%;
}

body .bfp-public-profile-head {
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) minmax(210px, auto);
}

body .bfp-public-identity,
body .bfp-public-about > div,
body .bfp-achievement-card,
body .bfp-member-stat,
body .bfp-community-card {
  min-width: 0;
  overflow-wrap: anywhere;
}

body .bfp-public-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

body .bfp-favorite-tag {
  max-width: min(100%, 420px);
  white-space: normal;
  text-align: center;
  line-height: 1.35;
}

body .bfp-achievement-grid-public {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  body .bfp-public-profile-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  body .bfp-public-about {
    grid-template-columns: 1fr;
  }

  body .bfp-favorite-tag {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  body .bfp-community-directory,
  body .bfp-public-profile {
    width: 100%;
    padding-inline: 12px;
  }

  body .bfp-achievement-grid-public {
    grid-template-columns: 1fr;
  }
}


/* v4.0.2: isolated public profile route — prevents theme/404 wrapper clipping */
html, body.bfp-member-public-route {
  max-width: 100%;
  overflow-x: clip;
}
body.bfp-member-public-route #bfp-member-public-main,
body.bfp-member-public-route .bfp-public-route-main {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: clamp(24px, 4vw, 56px) 0 clamp(48px, 6vw, 88px) !important;
  overflow: visible !important;
  float: none !important;
  clear: both !important;
  transform: none !important;
}
body.bfp-member-public-route .bfp-public-route-shell {
  display: block !important;
  width: min(1240px, calc(100% - 32px)) !important;
  max-width: 1240px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  float: none !important;
  transform: none !important;
}
body.bfp-member-public-route .bfp-public-profile-page,
body.bfp-member-public-route .bfp-account-page {
  max-width: none !important;
}
body.bfp-member-public-route .bfp-public-profile {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
body.bfp-member-public-route .bfp-public-profile > *,
body.bfp-member-public-route .bfp-public-profile-head,
body.bfp-member-public-route .bfp-public-about,
body.bfp-member-public-route .bfp-public-stats,
body.bfp-member-public-route .bfp-achievement-grid-public {
  min-width: 0 !important;
  max-width: 100% !important;
}
body.bfp-member-public-route .bfp-public-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
body.bfp-member-public-route .bfp-achievement-grid-public {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media (max-width: 900px) {
  body.bfp-member-public-route .bfp-public-route-shell {
    width: min(100% - 24px, 1240px) !important;
  }
  body.bfp-member-public-route .bfp-public-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 620px) {
  body.bfp-member-public-route #bfp-member-public-main,
  body.bfp-member-public-route .bfp-public-route-main {
    padding-top: 18px !important;
  }
  body.bfp-member-public-route .bfp-public-route-shell {
    width: calc(100% - 20px) !important;
  }
  body.bfp-member-public-route .bfp-public-stats,
  body.bfp-member-public-route .bfp-achievement-grid-public {
    grid-template-columns: 1fr !important;
  }
}

/* v4.1.0 Notification Center */
.bfp-notification-center{position:relative;display:flex;justify-content:flex-end;margin:0 0 14px;z-index:40}
.bfp-notification-trigger{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:8px 12px;border:1px solid rgba(145,170,187,.22);border-radius:14px;background:rgba(12,27,38,.92);color:#f7fafc;box-shadow:0 12px 30px rgba(0,0,0,.2);cursor:pointer;font:inherit}
.bfp-notification-trigger:hover,.bfp-notification-trigger[aria-expanded="true"]{border-color:rgba(255,132,25,.55);background:rgba(26,35,42,.98)}
.bfp-notification-trigger>span{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:linear-gradient(145deg,rgba(255,126,20,.28),rgba(255,172,48,.1));color:#ff941f;font-size:18px}
.bfp-notification-trigger strong{font-size:13px;letter-spacing:.01em}
.bfp-notification-trigger em{display:grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#ff8217;color:#111820;font-style:normal;font-size:11px;font-weight:900;box-shadow:0 0 18px rgba(255,122,18,.42)}
.bfp-notification-panel{position:absolute;top:50px;right:0;width:min(420px,calc(100vw - 34px));max-height:560px;overflow:hidden;border:1px solid rgba(147,172,190,.24);border-radius:20px;background:linear-gradient(155deg,rgba(13,28,39,.99),rgba(7,17,25,.99));box-shadow:0 28px 70px rgba(0,0,0,.48)}
.bfp-notification-panel[hidden]{display:none!important}
.bfp-notification-panel header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid rgba(148,172,188,.14)}
.bfp-notification-panel header h3{margin:2px 0 0;color:#fff;font-size:20px}
.bfp-notification-panel header button{border:0;background:transparent;color:#ff941f;font-size:12px;font-weight:800;cursor:pointer}
.bfp-notification-list{max-height:470px;overflow:auto;padding:8px}
.bfp-notification-item{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 28px;gap:11px;align-items:start;padding:13px 9px 13px 11px;border-radius:14px;color:#aebbc5}
.bfp-notification-item+.bfp-notification-item{border-top:1px solid rgba(148,172,188,.1)}
.bfp-notification-item.is-unread{background:linear-gradient(90deg,rgba(255,127,20,.11),rgba(255,127,20,.025))}
.bfp-notification-item.is-unread:before{content:"";position:absolute;left:0;top:18px;width:3px;height:28px;border-radius:4px;background:#ff8919;box-shadow:0 0 14px rgba(255,132,25,.6)}
.bfp-notification-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(255,139,25,.36);border-radius:13px;background:rgba(255,127,18,.12);color:#ff941f;font-size:18px;font-weight:900}
.bfp-notification-item a,.bfp-notification-item>div>span{display:block;color:inherit;text-decoration:none}
.bfp-notification-item strong{display:block;margin:1px 0 4px;color:#f7fafc;font-size:14px}
.bfp-notification-item p{margin:0 0 5px;color:#aebbc5;font-size:13px;line-height:1.45}
.bfp-notification-item small{color:#728491;font-size:11px}
.bfp-notification-dismiss{width:28px;height:28px;border:0;border-radius:9px;background:transparent;color:#71828e;font-size:20px;line-height:1;cursor:pointer}
.bfp-notification-dismiss:hover{background:rgba(255,92,92,.12);color:#ff8b8b}
.bfp-notification-empty{padding:42px 20px;text-align:center;color:#8fa0ad}
.bfp-notification-empty span{display:grid;place-items:center;width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:rgba(112,255,162,.1);color:#65f79a;font-size:22px}
.bfp-notification-empty strong{display:block;color:#fff;font-size:17px}.bfp-notification-empty p{margin:7px 0 0}
@media(max-width:980px){.bfp-notification-center{justify-content:flex-end;margin:0 0 10px}.bfp-notification-trigger strong{display:none}.bfp-notification-panel{right:0}}
@media(max-width:520px){.bfp-notification-center{position:sticky;top:8px;z-index:80}.bfp-notification-trigger{min-height:40px;padding:6px 9px}.bfp-notification-panel{position:fixed;top:76px;right:10px;left:10px;width:auto;max-height:calc(100vh - 96px)}.bfp-notification-list{max-height:calc(100vh - 180px)}}


/* Battlefield Pics Member Area 4.1 — consolidated rank palette */
.bfp-rank-insignia{
  background:linear-gradient(145deg,#ffb347 0%,#ff8a20 55%,#e56608 100%);
  color:#1a0d03;
  box-shadow:0 10px 28px rgba(255,122,24,.25);
}
.bfp-rank-progress i{
  background:linear-gradient(90deg,#ff6f12 0%,#ff9a28 55%,#ffc15a 100%);
  box-shadow:0 0 22px rgba(255,132,32,.34);
}
.bfp-current-rank-card{
  background:radial-gradient(circle at 10% 50%,rgba(255,132,32,.11),transparent 34%),linear-gradient(135deg,#142631,#1d1713);
  border-color:rgba(255,132,32,.28);
}
.bfp-rank-ladder .is-unlocked{border-color:rgba(255,132,32,.24)}
.bfp-rank-ladder .is-current{
  border-color:rgba(255,132,32,.78);
  background:radial-gradient(circle at 8% 50%,rgba(255,132,32,.15),transparent 34%),linear-gradient(145deg,#142a32,#21170f);
  box-shadow:0 0 0 1px rgba(255,132,32,.09),0 16px 38px rgba(0,0,0,.24),0 0 30px rgba(255,132,32,.12);
}
.bfp-rank-ladder article>b,.bfp-rank-ladder b,.bfp-points-rules b{color:#ff9a32}
.bfp-points-rules-head>strong,.bfp-points-rules .bfp-points-action em{
  background:rgba(255,132,32,.10);
  border-color:rgba(255,132,32,.20);
  color:#ffad52;
}
.bfp-v2-next-rank{
  border-color:rgba(255,132,32,.20);
  background:linear-gradient(135deg,rgba(255,132,32,.08),rgba(255,255,255,.025));
}
.bfp-v2-progress-wrap>span{color:#ffad52}
.bfp-rank-ladder .is-locked .bfp-rank-insignia{
  background:linear-gradient(145deg,#69747b,#434d54);
  color:#10171b;
  box-shadow:none;
}

/* =========================================================
   v4.1.1 – Mobile viewport / right clipping fix
   Scoped to the logged-in Member Area only.
   ========================================================= */
@media (max-width: 820px) {
  html,
  body:has(.bfp-member-account-page) {
    max-width: 100% !important;
    overflow-x: clip !important;
  }

  body .bfp-member-account-page,
  body .bfp-member-account-page .bfp-member-account-wrap,
  body .bfp-member-account-page .bfp-member-area,
  body .bfp-member-account-page .bfp-member-main,
  body .bfp-member-account-page .bfp-member-panel,
  body .bfp-member-account-page .bfp-profile-hero,
  body .bfp-member-account-page .bfp-rank-progress-card,
  body .bfp-member-account-page .bfp-member-stats,
  body .bfp-member-account-page .bfp-member-stats article {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body .bfp-member-account-page {
    width: calc(100% - 16px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
  }

  body .bfp-member-account-page .bfp-member-area {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
    overflow: hidden !important;
  }

  body .bfp-member-account-page .bfp-member-main {
    padding: 12px !important;
    overflow: hidden !important;
  }

  body .bfp-member-account-page .bfp-profile-hero {
    overflow: hidden !important;
  }

  body .bfp-member-account-page .bfp-profile-cover {
    width: 100% !important;
    min-width: 0 !important;
    height: 150px !important;
    min-height: 150px !important;
    overflow: hidden !important;
  }

  body .bfp-member-account-page .bfp-media-edit {
    right: 10px !important;
    top: 10px !important;
    max-width: calc(100% - 20px) !important;
    padding: 9px 11px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body .bfp-member-account-page .bfp-profile-hero-body {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr) !important;
    align-items: end !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 14px 16px !important;
    box-sizing: border-box !important;
  }

  body .bfp-member-account-page .bfp-local-avatar {
    grid-column: 1 !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    max-width: 96px !important;
    flex: none !important;
    margin-top: -48px !important;
    border-width: 5px !important;
    border-radius: 22px !important;
    font-size: 32px !important;
  }

  body .bfp-member-account-page .bfp-profile-identity {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-bottom: 2px !important;
  }

  body .bfp-member-account-page .bfp-profile-identity h1,
  body .bfp-member-account-page .bfp-profile-identity p,
  body .bfp-member-account-page .bfp-profile-identity span {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body .bfp-member-account-page .bfp-profile-identity h1 {
    font-size: clamp(27px, 8vw, 34px) !important;
    line-height: 1.05 !important;
  }

  body .bfp-member-account-page .bfp-rank-chip {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 13px !important;
    padding: 13px !important;
    box-sizing: border-box !important;
  }

  body .bfp-member-account-page .bfp-rank-chip > div {
    min-width: 0 !important;
  }

  body .bfp-member-account-page .bfp-rank-chip strong,
  body .bfp-member-account-page .bfp-rank-chip small,
  body .bfp-member-account-page .bfp-rank-chip em {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body .bfp-member-account-page .bfp-local-storage-note {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 11px 14px !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body .bfp-member-account-page .bfp-rank-progress-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 19px 16px !important;
    overflow: hidden !important;
  }

  body .bfp-member-account-page .bfp-rank-progress-card > strong,
  body .bfp-member-account-page .bfp-rank-progress-card h2 {
    grid-column: 1 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body .bfp-member-account-page .bfp-rank-progress {
    grid-column: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body .bfp-member-account-page .bfp-member-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body .bfp-member-account-page .bfp-member-stats article {
    padding: 15px !important;
    overflow: hidden !important;
  }

  body .bfp-member-account-page .bfp-member-stats strong,
  body .bfp-member-account-page .bfp-member-stats span,
  body .bfp-member-account-page .bfp-member-stats small {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 420px) {
  body .bfp-member-account-page {
    width: calc(100% - 10px) !important;
  }

  body .bfp-member-account-page .bfp-member-main {
    padding: 9px !important;
  }

  body .bfp-member-account-page .bfp-profile-hero-body {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    padding-inline: 11px !important;
    gap: 10px !important;
  }

  body .bfp-member-account-page .bfp-local-avatar {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
    margin-top: -41px !important;
  }

  body .bfp-member-account-page .bfp-profile-identity h1 {
    font-size: 27px !important;
  }

  body .bfp-member-account-page .bfp-member-stats {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* =========================================================
   v4.1.2 – Mobile button alignment polish
   Only affects navigation, notifications and cover edit button.
   ========================================================= */
@media (max-width: 620px) {
  body .bfp-member-account-page .bfp-member-sidebar {
    padding: 16px 14px 14px !important;
    overflow: hidden !important;
  }

  body .bfp-member-account-page .bfp-member-brand {
    margin-bottom: 12px !important;
    padding: 0 2px 14px !important;
  }

  body .bfp-member-account-page .bfp-member-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .bfp-member-account-page .bfp-member-nav button {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 11px 12px !important;
    gap: 9px !important;
    border-radius: 14px !important;
    white-space: normal !important;
    line-height: 1.15 !important;
    overflow: hidden !important;
  }

  body .bfp-member-account-page .bfp-member-nav button span {
    flex: 0 0 22px !important;
    width: 22px !important;
    min-width: 22px !important;
  }

  body .bfp-member-account-page .bfp-member-nav button strong,
  body .bfp-member-account-page .bfp-member-nav button:not(:has(strong)) {
    min-width: 0 !important;
  }

  body .bfp-member-account-page .bfp-notification-center {
    position: relative !important;
    top: auto !important;
    z-index: 40 !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
  }

  body .bfp-member-account-page .bfp-notification-trigger {
    min-width: 82px !important;
    min-height: 44px !important;
    padding: 7px 10px !important;
    justify-content: center !important;
    border-radius: 14px !important;
  }

  body .bfp-member-account-page .bfp-media-edit {
    right: 12px !important;
    top: 12px !important;
    max-width: calc(100% - 24px) !important;
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 9px 14px !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 380px) {
  body .bfp-member-account-page .bfp-member-nav {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .bfp-member-account-page .bfp-member-nav button {
    min-height: 46px !important;
  }
}

/* =========================================================
   v4.2.0 – Mobile Navigation Redesign
   Uniform 2 × 4 navigation tiles on phones.
   ========================================================= */
@media (max-width: 620px) {
  body .bfp-member-account-page .bfp-member-sidebar {
    padding: 16px 14px 18px !important;
  }

  body .bfp-member-account-page .bfp-member-nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: minmax(66px, auto) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .bfp-member-account-page .bfp-member-nav > button,
  body .bfp-member-account-page .bfp-member-nav > a.bfp-member-nav-link {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: center !important;
    align-content: center !important;
    column-gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 66px !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 12px 13px !important;
    border: 1px solid rgba(255,255,255,.075) !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.018) !important;
    color: #b4beca !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025) !important;
    text-align: left !important;
    text-decoration: none !important;
    font: inherit !important;
    font-size: 14px !important;
    font-weight: 850 !important;
    line-height: 1.18 !important;
    white-space: normal !important;
    overflow: hidden !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body .bfp-member-account-page .bfp-member-nav > button > span,
  body .bfp-member-account-page .bfp-member-nav > a.bfp-member-nav-link > span {
    display: grid !important;
    place-items: center !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 9px !important;
    background: rgba(255,125,24,.09) !important;
    color: #ff8a1e !important;
    font-size: 16px !important;
    line-height: 1 !important;
  }

  body .bfp-member-account-page .bfp-member-nav > button:hover,
  body .bfp-member-account-page .bfp-member-nav > button:focus-visible,
  body .bfp-member-account-page .bfp-member-nav > a.bfp-member-nav-link:hover,
  body .bfp-member-account-page .bfp-member-nav > a.bfp-member-nav-link:focus-visible {
    border-color: rgba(255,135,28,.24) !important;
    background: rgba(255,125,24,.055) !important;
    color: #fff !important;
    transform: none !important;
    outline: none !important;
  }

  body .bfp-member-account-page .bfp-member-nav > button.is-active {
    border-color: rgba(255,135,28,.48) !important;
    background: linear-gradient(135deg,rgba(255,111,14,.24),rgba(255,139,31,.07)) !important;
    color: #fff !important;
    box-shadow: inset 3px 0 #ff7c18, 0 10px 28px rgba(0,0,0,.18), 0 0 24px rgba(255,111,14,.07) !important;
  }

  body .bfp-member-account-page .bfp-member-nav > button.is-active > span {
    background: linear-gradient(135deg,rgba(255,106,19,.24),rgba(255,154,35,.10)) !important;
    color: #ff9a2b !important;
  }
}

@media (max-width: 350px) {
  body .bfp-member-account-page .bfp-member-nav {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .bfp-member-account-page .bfp-member-nav > button,
  body .bfp-member-account-page .bfp-member-nav > a.bfp-member-nav-link {
    min-height: 58px !important;
  }
}


/* =========================================================
   4.4 Authentication route baseline
   Valid, route-scoped CSS. It deliberately outranks legacy theme rules.
   ========================================================= */
body.bfp-member-account-route-page {
  overflow-x: clip !important;
}
body.bfp-member-account-route-page .bfp-member-account-route {
  width: 100% !important;
  min-height: calc(100dvh - 76px) !important;
  margin: 0 !important;
  padding: clamp(28px, 5vw, 58px) 18px 64px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-start !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 8% 0, rgba(54,180,255,.08), transparent 34rem),
    radial-gradient(circle at 92% 0, rgba(255,112,20,.08), transparent 30rem),
    linear-gradient(180deg,#060b10,#02070b) !important;
}
body.bfp-member-account-route-page .bfp-member-account-route__inner,
body.bfp-member-account-route-page .bfp-ma-account-root,
body.bfp-member-account-route-page .bfp-ma-auth {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  overflow: visible !important;
  display: block !important;
  box-sizing: border-box !important;
}
body.bfp-member-account-route-page .bfp-ma-auth__header {
  margin: 0 0 18px !important;
  padding: 0 6px !important;
  text-align: center !important;
}
body.bfp-member-account-route-page .bfp-ma-auth__header h1 {
  margin: 7px 0 6px !important;
  font-size: clamp(30px, 5vw, 40px) !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
  color: #fff !important;
}
body.bfp-member-account-route-page .bfp-ma-auth__header p {
  margin: 0 !important;
  color: #9eabb9 !important;
  font-size: 14px !important;
}
body.bfp-member-account-route-page .bfp-ma-auth__tabs {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 10px !important;
  padding: 5px !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 6px !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: 16px !important;
  background: #0a1017 !important;
  box-shadow: 0 16px 38px rgba(0,0,0,.34) !important;
  box-sizing: border-box !important;
}
body.bfp-member-account-route-page .bfp-ma-auth__tabs button {
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 11px !important;
  background: rgba(255,255,255,.04) !important;
  color: #fff !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  position: static !important;
  transform: none !important;
  box-sizing: border-box !important;
}
body.bfp-member-account-route-page .bfp-ma-auth__tabs button.is-active {
  background: linear-gradient(135deg,#ff9b1a,#ff6a00) !important;
  border-color: rgba(255,151,35,.8) !important;
  color: #0b0d10 !important;
  box-shadow: 0 10px 26px rgba(255,106,0,.24) !important;
}
body.bfp-member-account-route-page .bfp-ma-auth__panel {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}
body.bfp-member-account-route-page .bfp-ma-auth__panel[hidden] {
  display: none !important;
}
body.bfp-member-account-route-page .bfp-ma-auth__panel > .bfp-account-card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 24px !important;
  display: block !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  overflow: hidden !important;
  border: 1px solid rgba(255,255,255,.11) !important;
  border-radius: 22px !important;
  background: linear-gradient(160deg,rgba(15,25,36,.98),rgba(7,13,20,.98)) !important;
  box-shadow: 0 22px 70px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.045) !important;
  box-sizing: border-box !important;
}
body.bfp-member-account-route-page .bfp-account-card h2 {
  margin: 8px 0 7px !important;
  font-size: 28px !important;
}
body.bfp-member-account-route-page .bfp-account-card .bfp-account-muted {
  margin: 0 0 14px !important;
}
body.bfp-member-account-route-page .bfp-social-row-comment-style {
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 8px !important;
  margin: 15px 0 8px !important;
}
body.bfp-member-account-route-page .bfp-social-btn {
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
}
body.bfp-member-account-route-page .bfp-divider {
  margin: 15px 0 !important;
}
body.bfp-member-account-route-page .bfp-account-form {
  width: 100% !important;
  max-width: 100% !important;
  gap: 12px !important;
  margin: 0 !important;
}
body.bfp-member-account-route-page .bfp-account-form label,
body.bfp-member-account-route-page .bfp-account-form input:not([type=checkbox]),
body.bfp-member-account-route-page .bfp-pass-wrap,
body.bfp-member-account-route-page .bfp-primary-btn {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
body.bfp-member-account-route-page .bfp-account-form input:not([type=checkbox]) {
  height: 46px !important;
}
body.bfp-member-account-route-page .bfp-primary-btn {
  height: 48px !important;
}
body.bfp-member-account-route-page .bfp-account-links {
  margin-top: 14px !important;
}
@media (max-width: 620px) {
  body.bfp-member-account-route-page .bfp-member-account-route {
    min-height: calc(100dvh - 64px) !important;
    padding: 22px 12px 48px !important;
  }
  body.bfp-member-account-route-page .bfp-member-account-route__inner,
  body.bfp-member-account-route-page .bfp-ma-account-root,
  body.bfp-member-account-route-page .bfp-ma-auth {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.bfp-member-account-route-page .bfp-ma-auth__header h1 {
    font-size: 32px !important;
  }
  body.bfp-member-account-route-page .bfp-ma-auth__panel > .bfp-account-card {
    padding: 19px 16px !important;
    border-radius: 18px !important;
  }
  body.bfp-member-account-route-page .bfp-social-row-comment-style {
    grid-template-columns: 1fr !important;
  }
  body.bfp-member-account-route-page .bfp-account-links {
    align-items: flex-start !important;
  }
}


/* =========================================================
   4.4 Authenticated dashboard baseline
   The compact 520px account width applies to guests only.
   ========================================================= */
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated {
  padding: clamp(24px, 4vw, 54px) 20px 72px !important;
  align-items: flex-start !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-account-route__inner,
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-ma-account-root {
  width: min(1240px, 100%) !important;
  max-width: 1240px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  overflow: visible !important;
  display: block !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-area {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  grid-template-columns: 270px minmax(0, 1fr) !important;
  margin: 0 !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-main,
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-panel,
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-profile-hero,
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-rank-progress-card,
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-stats,
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-achievement-grid,
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-rank-ladder {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-main {
  overflow: visible !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-achievement-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-rank-ladder {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
@media (max-width: 980px) {
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated {
    padding: 18px 12px 52px !important;
  }
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-account-route__inner,
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-ma-account-root {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-area {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-achievement-grid,
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-rank-ladder {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 620px) {
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated {
    padding: 8px 7px 38px !important;
  }
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-achievement-grid,
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-rank-ladder,
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-tool-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-member-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   4.4 Compact sidebar identity
   Prevent legacy/theme media rules from stretching the small profile avatar.
   The sidebar now uses a compact text-only identity line.
   ========================================================= */
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-sidebar-profile {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 8px !important;
  align-items: center !important;
  gap: 10px !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 4px 14px !important;
  padding: 0 8px 12px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(139,176,201,.13) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-sidebar-avatar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-sidebar-profile-copy {
  grid-column: 1 !important;
  min-width: 0 !important;
  display: grid !important;
  gap: 3px !important;
  overflow: hidden !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-sidebar-profile-copy strong,
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-sidebar-profile-copy small {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  line-height: 1.25 !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-sidebar-profile-copy strong {
  font-size: 14px !important;
  color: #f5f8fa !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-sidebar-profile-copy small {
  font-size: 10px !important;
  color: #91a4b3 !important;
}
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated .bfp-sidebar-online {
  grid-column: 2 !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  border-radius: 50% !important;
}

/* 4.4.2 — compatibility only: do not restyle or reposition the theme header. */
body.bfp-member-account-route-page > .bfp-header,
body.bfp-member-public-route > .bfp-header {
  left: auto !important;
  right: auto !important;
}

/* Account Hub 4.5 — cinematic reference layout */
body.bfp-view-account .bfp-ma-account-root{width:100%;}
body.bfp-view-account .bfp-ma-auth{width:min(1280px,calc(100vw - 48px));max-width:none;margin:28px auto 64px;padding:0;border:1px solid rgba(151,170,184,.28);border-radius:22px;background:linear-gradient(145deg,rgba(7,15,23,.94),rgba(5,10,16,.91));box-shadow:0 34px 95px rgba(0,0,0,.58),inset 0 1px rgba(255,255,255,.035);overflow:hidden;backdrop-filter:blur(18px)}
body.bfp-view-account .bfp-ma-auth__header{padding:24px 38px 28px;text-align:center;border-bottom:1px solid rgba(148,163,184,.18)}
body.bfp-view-account .bfp-ma-brand{display:grid;justify-items:center;gap:5px;margin-bottom:24px;color:#f7f8fa;font-size:20px;letter-spacing:.02em}
body.bfp-view-account .bfp-ma-brand strong{font-weight:950}.bfp-ma-brand em{font-style:normal;color:#ff810d}.bfp-ma-brand__mark{display:grid;place-items:center;width:48px;height:48px;border:2px solid #ff810d;clip-path:polygon(50% 0,94% 17%,86% 75%,50% 100%,14% 75%,6% 17%);color:#ff810d;font-size:23px;transform:rotate(-2deg)}
body.bfp-view-account .bfp-ma-auth__header h1{margin:0;color:#f5f7fa;font-size:clamp(38px,4vw,58px);line-height:1.03;letter-spacing:-.035em;text-transform:none}
body.bfp-view-account .bfp-ma-auth__header p{margin:10px 0 0;color:#aeb7c1;font-size:20px}
body.bfp-view-account .bfp-ma-auth__tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:30px 36px 24px;padding:0;border:1px solid rgba(148,163,184,.24);border-radius:11px;background:rgba(8,14,21,.65);overflow:hidden}
body.bfp-view-account .bfp-ma-auth__tabs button{height:66px;border:0!important;border-radius:0!important;background:transparent!important;color:#c7cbd1!important;font-size:19px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:14px;box-shadow:none!important}
body.bfp-view-account .bfp-ma-auth__tabs button+button{border-left:1px solid rgba(148,163,184,.18)!important}
body.bfp-view-account .bfp-ma-auth__tabs button.is-active{color:#ff850f!important;background:linear-gradient(90deg,rgba(255,129,13,.035),rgba(255,129,13,.08))!important;box-shadow:inset 0 -2px #ff850f!important}
body.bfp-view-account .bfp-ma-auth__panel{margin:0 36px 36px;border:1px solid rgba(148,163,184,.28)!important;border-radius:12px!important;background:linear-gradient(145deg,rgba(12,22,31,.96),rgba(8,16,24,.96))!important;box-shadow:0 18px 55px rgba(0,0,0,.28)!important;overflow:hidden}
body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);column-gap:62px;align-content:start;padding:26px 28px 24px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card:after{content:"";position:absolute;top:38px;bottom:38px;left:calc(47.6% + 2px);width:1px;background:rgba(148,163,184,.17)}
body.bfp-view-account .bfp-ma-auth__panel .bfp-account-kicker,body.bfp-view-account .bfp-ma-auth__panel h2,body.bfp-view-account .bfp-ma-auth__panel .bfp-account-muted,body.bfp-view-account .bfp-ma-auth__panel .bfp-social-divider,body.bfp-view-account .bfp-ma-auth__panel .bfp-social-row,body.bfp-view-account .bfp-ma-auth__panel .bfp-social-note{grid-column:1}
body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card>.bfp-divider:not(.bfp-social-divider),body.bfp-view-account .bfp-ma-auth__panel .bfp-account-form,body.bfp-view-account .bfp-ma-auth__panel .bfp-account-links{grid-column:2}
body.bfp-view-account .bfp-ma-auth__panel .bfp-account-kicker{color:#ff850f;font-size:14px;letter-spacing:.09em;font-weight:900}
body.bfp-view-account .bfp-ma-auth__panel h2{margin:8px 0 7px;font-size:32px;line-height:1;text-transform:uppercase}
body.bfp-view-account .bfp-ma-auth__panel .bfp-account-muted{margin:0 0 21px;font-size:17px;color:#c2c7ce}
body.bfp-view-account .bfp-divider{display:flex;align-items:center;gap:14px;color:#b9c0c8;font-size:14px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
body.bfp-view-account .bfp-divider:before,body.bfp-view-account .bfp-divider:after{content:"";height:1px;flex:1;background:rgba(148,163,184,.25)}
body.bfp-view-account .bfp-social-divider{margin:15px 0 20px}
body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card>.bfp-divider:not(.bfp-social-divider){grid-row:1;margin:10px 0 25px}
body.bfp-view-account .bfp-social-row-comment-style{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;margin:0}
body.bfp-view-account .bfp-social-btn{position:relative;display:flex!important;align-items:center;justify-content:center;gap:16px;height:64px!important;min-height:64px!important;padding:0 20px!important;border:1px solid rgba(148,163,184,.33)!important;border-radius:10px!important;background:linear-gradient(180deg,rgba(29,40,50,.86),rgba(12,20,28,.88))!important;color:#f5f6f7!important;font-size:17px!important;font-weight:850!important;text-decoration:none!important;opacity:1!important;box-shadow:inset 0 1px rgba(255,255,255,.025)!important;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s!important}
body.bfp-view-account .bfp-social-btn:hover{transform:translateY(-2px)!important;box-shadow:0 10px 28px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.05)!important}
body.bfp-view-account .bfp-social-btn[disabled]{cursor:not-allowed!important;filter:saturate(.6);opacity:.68!important}
body.bfp-view-account .bfp-social-icon{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;flex:0 0 32px!important;border:0!important;border-radius:0!important;background:none!important}
body.bfp-view-account .bfp-social-icon svg{display:block;width:32px;height:32px}
body.bfp-view-account .bfp-social-btn strong{font:inherit;color:inherit}
body.bfp-view-account .bfp-social-google{background:linear-gradient(180deg,#fff,#eceff2)!important;color:#16191d!important;border-color:#fff!important}
body.bfp-view-account .bfp-social-youtube{border-color:#ff2c2c!important;background:linear-gradient(180deg,rgba(78,20,24,.72),rgba(31,16,20,.82))!important}
body.bfp-view-account .bfp-social-discord{border-color:#6d78ff!important;background:linear-gradient(180deg,rgba(48,54,100,.7),rgba(21,26,50,.85))!important}
body.bfp-view-account .bfp-social-steam{border-color:rgba(160,180,196,.42)!important}
body.bfp-view-account .bfp-social-xbox{border-color:#32b13a!important;background:linear-gradient(180deg,rgba(18,70,28,.62),rgba(10,35,17,.84))!important}
body.bfp-view-account .bfp-social-facebook{border-color:#3b86f7!important;background:linear-gradient(180deg,rgba(28,65,119,.67),rgba(13,31,58,.86))!important}
body.bfp-view-account .bfp-social-note{margin:20px 0 0;color:#aeb8c1;font-size:14px;line-height:1.55}
body.bfp-view-account .bfp-account-form{grid-row:2 / span 6;display:grid;gap:17px}
body.bfp-view-account .bfp-account-form label{display:grid;gap:9px;color:#f0f2f4;font-size:16px}
body.bfp-view-account .bfp-account-form input:not([type=checkbox]){height:58px;border:1px solid rgba(148,163,184,.28);border-radius:10px;background:rgba(5,12,19,.54);padding:0 18px;color:#fff;font-size:16px}
body.bfp-view-account .bfp-pass-toggle{right:10px;top:10px;height:38px;padding:0 12px;border:0;background:transparent;color:#c4c9d0;text-transform:uppercase;letter-spacing:.09em}
body.bfp-view-account .bfp-check{display:flex!important;align-items:center;gap:11px;font-size:16px!important}
body.bfp-view-account .bfp-check input{appearance:none;width:23px;height:23px;border:1px solid #ff850f;border-radius:4px;background:#ff850f;display:grid;place-items:center}.bfp-check input:checked:after{content:"✓";color:#111;font-weight:950;font-size:16px}
body.bfp-view-account .bfp-primary-btn{height:64px;border-radius:9px;background:linear-gradient(100deg,#ff7600,#ff9d24)!important;color:#111!important;font-size:18px;font-weight:950;box-shadow:0 13px 30px rgba(255,118,0,.18)}
body.bfp-view-account .bfp-primary-btn:before{content:"→";margin-right:15px;font-size:26px;font-weight:500}
body.bfp-view-account .bfp-account-links{grid-row:8;display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;border-top:1px solid rgba(148,163,184,.18)}
body.bfp-view-account .bfp-account-links a,body.bfp-view-account .bfp-account-links button{color:#c3c8ce!important;font-size:15px;text-decoration:none}.bfp-account-links .bfp-link-btn{color:#ff850f!important}
@media(max-width:980px){body.bfp-view-account .bfp-ma-auth{width:min(760px,calc(100vw - 28px))}body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card{grid-template-columns:1fr;gap:0}body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card:after{display:none}body.bfp-view-account .bfp-ma-auth__panel .bfp-account-kicker,body.bfp-view-account .bfp-ma-auth__panel h2,body.bfp-view-account .bfp-ma-auth__panel .bfp-account-muted,body.bfp-view-account .bfp-ma-auth__panel .bfp-social-divider,body.bfp-view-account .bfp-ma-auth__panel .bfp-social-row,body.bfp-view-account .bfp-ma-auth__panel .bfp-social-note,body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card>.bfp-divider:not(.bfp-social-divider),body.bfp-view-account .bfp-ma-auth__panel .bfp-account-form,body.bfp-view-account .bfp-ma-auth__panel .bfp-account-links{grid-column:1;grid-row:auto}body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card>.bfp-divider:not(.bfp-social-divider){margin:28px 0 22px}}
@media(max-width:620px){body.bfp-view-account .bfp-ma-auth{width:calc(100vw - 14px);margin:8px auto 28px;border-radius:14px}body.bfp-view-account .bfp-ma-auth__header{padding:20px 16px 22px}.bfp-ma-brand{margin-bottom:18px!important}body.bfp-view-account .bfp-ma-auth__header h1{font-size:37px}body.bfp-view-account .bfp-ma-auth__header p{font-size:16px}body.bfp-view-account .bfp-ma-auth__tabs{margin:16px 12px}body.bfp-view-account .bfp-ma-auth__tabs button{height:56px;font-size:15px}body.bfp-view-account .bfp-ma-auth__panel{margin:0 12px 12px}body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card{padding:22px 16px!important}body.bfp-view-account .bfp-social-row-comment-style{grid-template-columns:1fr;gap:11px}body.bfp-view-account .bfp-social-btn{height:58px!important;min-height:58px!important}body.bfp-view-account .bfp-account-links{flex-direction:column;align-items:flex-start;gap:15px}}


/* Account Hub 4.5.1 — premium refinement, four providers, no center seam */
body.bfp-view-account .bfp-ma-auth{
  border-color:rgba(164,184,199,.22)!important;
  background:
    radial-gradient(circle at 50% -10%,rgba(255,129,13,.08),transparent 34%),
    linear-gradient(155deg,rgba(8,17,25,.98),rgba(4,10,16,.98))!important;
  box-shadow:0 38px 110px rgba(0,0,0,.66),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
body.bfp-view-account .bfp-ma-auth__panel{
  border-color:rgba(157,180,196,.19)!important;
  background:linear-gradient(145deg,rgba(13,25,35,.985),rgba(7,16,24,.985))!important;
  box-shadow:0 24px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.025)!important;
}
body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card:after{display:none!important;content:none!important;width:0!important;background:transparent!important}
body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card{
  column-gap:72px!important;
  padding:34px 36px 30px!important;
}
body.bfp-view-account .bfp-social-row-comment-style{gap:14px 16px!important}
body.bfp-view-account .bfp-social-btn{
  height:66px!important;min-height:66px!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,rgba(29,43,55,.82),rgba(13,24,34,.9))!important;
  border-color:rgba(150,176,194,.24)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 8px 22px rgba(0,0,0,.14)!important;
}
body.bfp-view-account .bfp-social-btn:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(255,139,31,.52)!important;
  box-shadow:0 14px 32px rgba(0,0,0,.32),0 0 0 1px rgba(255,139,31,.07),inset 0 1px rgba(255,255,255,.06)!important;
}
body.bfp-view-account .bfp-social-google{background:linear-gradient(180deg,#fff,#eef1f4)!important;border-color:#fff!important}
body.bfp-view-account .bfp-social-youtube{background:linear-gradient(180deg,rgba(67,24,28,.78),rgba(25,17,22,.94))!important;border-color:rgba(255,52,52,.7)!important}
body.bfp-view-account .bfp-social-discord{background:linear-gradient(180deg,rgba(53,59,112,.78),rgba(22,28,55,.94))!important;border-color:rgba(112,124,255,.72)!important}
body.bfp-view-account .bfp-social-steam{background:linear-gradient(180deg,rgba(28,42,54,.9),rgba(11,20,28,.96))!important;border-color:rgba(172,193,208,.34)!important}
body.bfp-view-account .bfp-account-form input:not([type=checkbox]){
  background:linear-gradient(180deg,rgba(7,16,24,.88),rgba(10,22,31,.88))!important;
  border-color:rgba(151,177,195,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
}
body.bfp-view-account .bfp-account-form input:not([type=checkbox]):focus{
  border-color:rgba(255,137,24,.78)!important;
  box-shadow:0 0 0 3px rgba(255,132,20,.12),inset 0 1px 0 rgba(255,255,255,.035)!important;
}
body.bfp-view-account .bfp-primary-btn{
  background:linear-gradient(100deg,#ff7200,#ffa33b)!important;
  box-shadow:0 16px 36px rgba(255,116,0,.24),inset 0 1px 0 rgba(255,255,255,.28)!important;
}
body.bfp-view-account .bfp-account-links:before,
body.bfp-view-account .bfp-account-links:after{display:none!important;content:none!important}

@media(max-width:980px){
  body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card{padding:30px 28px!important}
  body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card:after{display:none!important;content:none!important}
}
@media(max-width:620px){
  body.bfp-view-account .bfp-ma-auth{background:linear-gradient(160deg,#07131d,#040b11)!important}
  body.bfp-view-account .bfp-ma-auth__header{border-bottom-color:rgba(151,177,195,.12)!important}
  body.bfp-view-account .bfp-ma-auth__panel{border-radius:14px!important;background:linear-gradient(155deg,#132430,#0b1822)!important}
  body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card{display:block!important;padding:28px 22px 24px!important}
  body.bfp-view-account .bfp-ma-auth__panel>.bfp-account-card:after{display:none!important;content:none!important}
  body.bfp-view-account .bfp-social-row-comment-style{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body.bfp-view-account .bfp-social-btn{height:62px!important;min-height:62px!important;padding:0 10px!important;gap:10px!important;font-size:15px!important}
  body.bfp-view-account .bfp-social-icon,body.bfp-view-account .bfp-social-icon svg{width:28px!important;height:28px!important;flex-basis:28px!important}
  body.bfp-view-account .bfp-social-note{font-size:13px!important;margin-top:16px!important}
  body.bfp-view-account .bfp-account-links{position:relative!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;border-top:1px solid rgba(148,163,184,.14)!important}
  body.bfp-view-account .bfp-account-links>*{max-width:48%;font-size:13px!important}
}
@media(max-width:390px){
 body.bfp-view-account .bfp-social-row-comment-style{grid-template-columns:1fr!important}
 body.bfp-view-account .bfp-account-links{flex-direction:column!important;align-items:flex-start!important}
 body.bfp-view-account .bfp-account-links>*{max-width:100%}
}


/* Account Hub 4.5.2 — clean Steam mark and vertically centered password toggle */
body.bfp-view-account .bfp-social-steam .bfp-social-icon,
body.bfp-view-account .bfp-social-steam .bfp-social-icon svg{
  width:30px!important;
  height:30px!important;
  flex-basis:30px!important;
}
body.bfp-view-account .bfp-pass-wrap{
  position:relative!important;
  display:block!important;
}
body.bfp-view-account .bfp-pass-wrap input{
  padding-right:108px!important;
}
body.bfp-view-account .bfp-pass-toggle{
  position:absolute!important;
  top:50%!important;
  right:10px!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  height:34px!important;
  min-height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0 13px!important;
  line-height:1!important;
  border:1px solid rgba(255,255,255,.055)!important;
  border-radius:9px!important;
  background:rgba(23,39,53,.9)!important;
  color:#eef3f6!important;
  letter-spacing:.045em!important;
}
body.bfp-view-account .bfp-pass-toggle:hover{
  background:rgba(33,52,68,.98)!important;
  border-color:rgba(255,139,31,.28)!important;
}
@media(max-width:620px){
  body.bfp-view-account .bfp-pass-wrap input{padding-right:104px!important}
  body.bfp-view-account .bfp-pass-toggle{right:9px!important;padding:0 12px!important}
}


/* Account Hub 4.5.6 — Steam icon strictly clipped to one round mark */
body.bfp-view-account .bfp-social-steam .bfp-social-icon{overflow:hidden!important;border-radius:50%!important;}
body.bfp-view-account .bfp-social-steam .bfp-social-icon svg{overflow:hidden!important;}

/* premium social */
.bfp-social-row{grid-template-columns:repeat(2,1fr)}
.bfp-social-btn{height:64px;border-radius:12px;opacity:1;background:linear-gradient(180deg,#222d39,#1d2732);justify-content:flex-start;padding:0 22px;font-size:18px}
.bfp-social-btn span{background:none!important;width:34px;height:34px;border-radius:0}
.bfp-social-btn img,.bfp-social-btn svg{width:30px;height:30px}
.bfp-social-btn .steam-extra,.bfp-social-btn .steam-small,.bfp-social-btn .icon-overlay{display:none!important}
.bfp-pass-toggle{top:50%;transform:translateY(-50%);height:38px;display:flex;align-items:center;justify-content:center;padding:0 16px}

/* =========================================================
   v4.6.0 – Slim Battlefield Pics member area
   Compact dashboard geometry aligned with the Calm theme.
   ========================================================= */
body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated{
  padding:30px 18px 56px!important;
  background:
    radial-gradient(circle at 14% 0,rgba(55,188,246,.055),transparent 30rem),
    radial-gradient(circle at 90% 8%,rgba(255,128,28,.045),transparent 28rem),
    #111820!important;
}
body.bfp-member-account-route-page .bfp-member-account-route__inner.is-authenticated,
body.bfp-member-account-route-page .bfp-member-account-route__inner.is-authenticated .bfp-ma-account-root{
  width:min(100%,1180px)!important;
  max-width:1180px!important;
}
body.bfp-member-account-route-page .bfp-member-area-v2{
  grid-template-columns:210px minmax(0,1fr)!important;
  min-height:0!important;
  border-radius:20px!important;
  border:1px solid rgba(92,137,164,.22)!important;
  background:#111b24!important;
  box-shadow:0 24px 70px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.025)!important;
}
body.bfp-member-account-route-page .bfp-member-area-v2 .bfp-member-sidebar{
  padding:18px 14px!important;
  background:linear-gradient(180deg,#0c141c,#0a1118)!important;
  border-right:1px solid rgba(93,142,171,.15)!important;
}
body.bfp-member-account-route-page .bfp-member-area-v2 .bfp-member-brand{
  margin:0 0 12px!important;
  padding:0 4px 14px!important;
  border-bottom:1px solid rgba(100,145,173,.13)!important;
}
body.bfp-member-account-route-page .bfp-member-area-v2 .bfp-member-brandmark{
  width:36px!important;height:36px!important;border-radius:11px!important;font-size:16px!important;
  box-shadow:0 8px 22px rgba(255,126,22,.18)!important;
}
body.bfp-member-account-route-page .bfp-sidebar-profile{
  padding:10px!important;margin:0 0 12px!important;border-radius:14px!important;
  background:rgba(255,255,255,.025)!important;border:1px solid rgba(100,145,173,.12)!important;
}
body.bfp-member-account-route-page .bfp-sidebar-avatar{width:38px!important;height:38px!important;border-radius:12px!important;font-size:15px!important}
body.bfp-member-account-route-page .bfp-sidebar-profile-copy strong{font-size:12px!important}
body.bfp-member-account-route-page .bfp-sidebar-profile-copy small{font-size:10px!important}
body.bfp-member-account-route-page .bfp-member-nav{gap:5px!important}
body.bfp-member-account-route-page .bfp-member-nav button,
body.bfp-member-account-route-page .bfp-member-nav a.bfp-member-nav-link{
  min-height:39px!important;padding:0 11px!important;border-radius:11px!important;font-size:12px!important;
  color:#aebbc6!important;border:1px solid transparent!important;background:transparent!important;
}
body.bfp-member-account-route-page .bfp-member-nav button span,
body.bfp-member-account-route-page .bfp-member-nav a.bfp-member-nav-link span{width:22px!important;font-size:13px!important;color:#57c8f4!important}
body.bfp-member-account-route-page .bfp-member-nav button:hover,
body.bfp-member-account-route-page .bfp-member-nav a.bfp-member-nav-link:hover{
  background:rgba(55,188,246,.065)!important;border-color:rgba(55,188,246,.12)!important;color:#fff!important;
}
body.bfp-member-account-route-page .bfp-member-nav button.is-active{
  color:#fff!important;background:linear-gradient(90deg,rgba(55,188,246,.13),rgba(255,129,26,.055))!important;
  border-color:rgba(74,180,224,.22)!important;box-shadow:inset 3px 0 0 #43c6f5!important;
}
body.bfp-member-account-route-page .bfp-member-area-v2 .bfp-member-main{
  padding:20px!important;min-height:0!important;
  background:radial-gradient(circle at 90% 0,rgba(255,128,28,.045),transparent 24rem),#111920!important;
}
body.bfp-member-account-route-page .bfp-profile-hero{
  margin-bottom:14px!important;border-radius:17px!important;border-color:rgba(92,137,164,.2)!important;
  background:#13202a!important;box-shadow:0 14px 38px rgba(0,0,0,.18)!important;
}
body.bfp-member-account-route-page .bfp-profile-cover{height:132px!important;min-height:132px!important}
body.bfp-member-account-route-page .bfp-profile-hero-body{gap:15px!important;padding:0 20px 16px!important}
body.bfp-member-account-route-page .bfp-local-avatar{
  width:88px!important;height:88px!important;flex-basis:88px!important;margin-top:-44px!important;
  border-width:4px!important;border-radius:20px!important;font-size:30px!important;
}
body.bfp-member-account-route-page .bfp-local-avatar button{width:30px!important;height:30px!important;font-size:12px!important}
body.bfp-member-account-route-page .bfp-profile-identity h1{font-size:30px!important;letter-spacing:-.035em!important}
body.bfp-member-account-route-page .bfp-profile-identity p{font-size:12px!important}
body.bfp-member-account-route-page .bfp-rank-chip{
  min-width:190px!important;padding:10px 12px!important;border-radius:13px!important;background:#152631!important;
}
body.bfp-member-account-route-page .bfp-rank-insignia{min-width:42px!important;height:42px!important;border-radius:12px!important;font-size:13px!important}
body.bfp-member-account-route-page .bfp-rank-chip strong{font-size:15px!important}
body.bfp-member-account-route-page .bfp-rank-chip small,
body.bfp-member-account-route-page .bfp-rank-chip em{font-size:10px!important}
body.bfp-member-account-route-page .bfp-local-storage-note{padding:8px 20px!important;font-size:10px!important}
body.bfp-member-account-route-page .bfp-rank-progress-card{
  margin-bottom:12px!important;padding:15px 17px!important;border-radius:15px!important;
  background:linear-gradient(135deg,rgba(54,188,246,.055),rgba(255,128,28,.035))!important;
}
body.bfp-member-account-route-page .bfp-rank-progress-card h2{font-size:20px!important;margin:3px 0!important}
body.bfp-member-account-route-page .bfp-rank-progress-card>strong{font-size:12px!important}
body.bfp-member-account-route-page .bfp-member-stats{gap:9px!important;margin:0 0 18px!important}
body.bfp-member-account-route-page .bfp-member-stats article,
body.bfp-member-account-route-page .bfp-v2-stat-grid article{
  min-height:0!important;padding:13px 14px!important;border-radius:14px!important;
  background:#13202a!important;border:1px solid rgba(93,142,171,.16)!important;
  box-shadow:none!important;
}
body.bfp-member-account-route-page .bfp-member-stats strong,
body.bfp-member-account-route-page .bfp-v2-stat-grid strong{font-size:23px!important}
body.bfp-member-account-route-page .bfp-member-stats span,
body.bfp-member-account-route-page .bfp-member-stats small{font-size:10px!important}
body.bfp-member-account-route-page .bfp-member-section-head{margin:18px 0 10px!important;gap:16px!important}
body.bfp-member-account-route-page .bfp-member-area-v2 .bfp-member-section-head h2{font-size:25px!important;margin:3px 0!important}
body.bfp-member-account-route-page .bfp-member-area-v2 .bfp-member-section-head p{font-size:12px!important;line-height:1.45!important;margin:0!important}
body.bfp-member-account-route-page .bfp-account-kicker{font-size:9px!important;letter-spacing:.15em!important;color:#52c8f5!important}
body.bfp-member-account-route-page .bfp-achievement-grid,
body.bfp-member-account-route-page .bfp-member-tool-grid,
body.bfp-member-account-route-page .bfp-profile-grid{gap:10px!important}
body.bfp-member-account-route-page .bfp-achievement-card,
body.bfp-member-account-route-page .bfp-member-tool-grid a,
body.bfp-member-account-route-page .bfp-profile-card,
body.bfp-member-account-route-page .bfp-v2-download-card,
body.bfp-member-account-route-page .bfp-v2-next-rank{
  border-radius:15px!important;border-color:rgba(93,142,171,.16)!important;background:#13202a!important;
  box-shadow:none!important;
}
body.bfp-member-account-route-page .bfp-member-tool-grid a{min-height:68px!important;padding:13px!important}
body.bfp-member-account-route-page .bfp-secondary-btn,
body.bfp-member-account-route-page .bfp-danger-btn,
body.bfp-member-account-route-page .bfp-v2-gallery-button{min-height:40px!important;border-radius:11px!important;font-size:11px!important}

@media(max-width:980px){
  body.bfp-member-account-route-page .bfp-member-area-v2{grid-template-columns:1fr!important}
  body.bfp-member-account-route-page .bfp-member-area-v2 .bfp-member-sidebar{padding:14px!important;border-right:0!important;border-bottom:1px solid rgba(93,142,171,.15)!important}
  body.bfp-member-account-route-page .bfp-member-brand,
  body.bfp-member-account-route-page .bfp-sidebar-profile{display:none!important}
  body.bfp-member-account-route-page .bfp-member-nav{display:flex!important;gap:7px!important;overflow-x:auto!important;padding-bottom:2px!important;scrollbar-width:none!important}
  body.bfp-member-account-route-page .bfp-member-nav::-webkit-scrollbar{display:none!important}
  body.bfp-member-account-route-page .bfp-member-nav button,
  body.bfp-member-account-route-page .bfp-member-nav a.bfp-member-nav-link{flex:0 0 auto!important;white-space:nowrap!important}
}
@media(max-width:680px){
  body.bfp-member-account-route-page .bfp-member-account-route.is-authenticated{padding:14px 8px 34px!important}
  body.bfp-member-account-route-page .bfp-member-area-v2{border-radius:16px!important}
  body.bfp-member-account-route-page .bfp-member-area-v2 .bfp-member-main{padding:10px!important}
  body.bfp-member-account-route-page .bfp-profile-cover{height:112px!important;min-height:112px!important}
  body.bfp-member-account-route-page .bfp-profile-hero-body{grid-template-columns:72px minmax(0,1fr)!important;padding:0 12px 13px!important;gap:10px!important}
  body.bfp-member-account-route-page .bfp-local-avatar{width:72px!important;height:72px!important;min-width:72px!important;max-width:72px!important;margin-top:-36px!important;border-radius:17px!important}
  body.bfp-member-account-route-page .bfp-profile-identity h1{font-size:24px!important}
  body.bfp-member-account-route-page .bfp-rank-chip{grid-template-columns:48px minmax(0,1fr)!important;padding:10px!important}
  body.bfp-member-account-route-page .bfp-member-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.bfp-member-account-route-page .bfp-member-section-head{align-items:flex-start!important}
}

/* Battlefield Pics Member Area 4.7.0 — unified premium navigation + cleaner layout */
body.bfp-member-account-route-page .bfp-member-area-v2{
  --bfp-panel:#101b24;
  --bfp-panel-2:#14232e;
  --bfp-line:rgba(102,174,211,.20);
  --bfp-cyan:#57c8f4;
  --bfp-orange:#ff8a24;
  grid-template-columns:238px minmax(0,1fr)!important;
  background:linear-gradient(145deg,rgba(10,18,24,.98),rgba(15,27,35,.98))!important;
  border:1px solid rgba(104,176,212,.20)!important;
  box-shadow:0 28px 80px rgba(0,0,0,.34)!important;
}
body.bfp-member-account-route-page .bfp-member-sidebar{
  padding:18px 14px!important;
  background:
    radial-gradient(circle at 25% 0,rgba(87,200,244,.08),transparent 34%),
    linear-gradient(180deg,#0d171f,#0b141b)!important;
}
body.bfp-member-account-route-page .bfp-member-nav{
  display:grid!important;
  gap:14px!important;
  overflow:visible!important;
}
body.bfp-member-account-route-page .bfp-member-nav-group{
  display:grid;
  gap:7px;
}
body.bfp-member-account-route-page .bfp-member-nav-label{
  padding:0 9px 2px;
  color:#6f8492;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:44px!important;
  padding:9px 11px!important;
  border:1px solid rgba(111,166,198,.20)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,rgba(29,46,58,.92),rgba(22,37,48,.92))!important;
  color:#dce7ed!important;
  text-decoration:none!important;
  text-align:left!important;
  box-shadow:inset 0 1px rgba(255,255,255,.025),0 6px 18px rgba(0,0,0,.10)!important;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease!important;
}
body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item > span{
  display:grid!important;
  place-items:center!important;
  flex:0 0 28px!important;
  width:28px!important;
  height:28px!important;
  border-radius:9px!important;
  background:rgba(87,200,244,.08)!important;
  border:1px solid rgba(87,200,244,.12)!important;
  color:var(--bfp-cyan)!important;
  font-size:12px!important;
}
body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item strong{
  min-width:0;
  color:inherit;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
}
body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item:hover,
body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item:focus-visible{
  transform:translateY(-1px)!important;
  border-color:rgba(87,200,244,.46)!important;
  background:linear-gradient(180deg,rgba(31,55,70,.98),rgba(22,41,53,.98))!important;
  box-shadow:0 10px 24px rgba(0,0,0,.18),0 0 0 1px rgba(87,200,244,.05)!important;
  outline:none!important;
}
body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item.is-active{
  border-color:rgba(255,138,36,.48)!important;
  background:linear-gradient(100deg,rgba(255,138,36,.18),rgba(87,200,244,.09))!important;
  color:#fff!important;
  box-shadow:inset 3px 0 var(--bfp-orange),0 10px 25px rgba(0,0,0,.16)!important;
}
body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item.is-active > span{
  color:#10171b!important;
  background:linear-gradient(135deg,#ff8a24,#ffad55)!important;
  border-color:rgba(255,176,92,.8)!important;
}
body.bfp-member-account-route-page .bfp-member-main{
  padding:18px!important;
}
body.bfp-member-account-route-page .bfp-profile-hero,
body.bfp-member-account-route-page .bfp-rank-progress-card,
body.bfp-member-account-route-page .bfp-member-stats article,
body.bfp-member-account-route-page .bfp-achievement-card,
body.bfp-member-account-route-page .bfp-member-tool-grid a,
body.bfp-member-account-route-page .bfp-profile-card{
  border-color:var(--bfp-line)!important;
}
body.bfp-member-account-route-page .bfp-member-panel[data-bfp-member-panel="dashboard"]{
  display:grid;
  gap:14px;
}
body.bfp-member-account-route-page .bfp-member-panel[data-bfp-member-panel="dashboard"] > *{
  margin-top:0!important;
  margin-bottom:0!important;
}
body.bfp-member-account-route-page .bfp-member-section-head{
  padding-top:4px!important;
}
@media(max-width:980px){
  body.bfp-member-account-route-page .bfp-member-area-v2{grid-template-columns:1fr!important}
  body.bfp-member-account-route-page .bfp-member-nav{
    display:flex!important;
    gap:10px!important;
    overflow-x:auto!important;
    padding:2px 0 5px!important;
    scroll-snap-type:x proximity;
  }
  body.bfp-member-account-route-page .bfp-member-nav-group{
    display:flex!important;
    gap:7px!important;
    flex:0 0 auto;
  }
  body.bfp-member-account-route-page .bfp-member-nav-label{display:none!important}
  body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item{
    flex:0 0 auto!important;
    width:auto!important;
    min-height:42px!important;
    padding:7px 10px!important;
    scroll-snap-align:start;
  }
}
@media(max-width:680px){
  body.bfp-member-account-route-page .bfp-member-main{padding:10px!important}
  body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item strong{font-size:11px!important}
  body.bfp-member-account-route-page .bfp-member-nav > .bfp-member-nav-group > .bfp-member-nav-item > span{
    width:26px!important;height:26px!important;flex-basis:26px!important
  }
}

/* =========================================================
   v4.7.1 – Sticky Premium Member Navigation
   ========================================================= */
@media (min-width: 981px) {
  body .bfp-member-account-page .bfp-member-area {
    align-items: start;
    overflow: visible;
  }

  body .bfp-member-account-page .bfp-member-sidebar {
    position: sticky;
    top: 88px;
    align-self: start;
    height: max-content;
    max-height: calc(100vh - 112px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(76, 190, 238, .35) transparent;
    border-radius: 28px 0 0 28px;
    z-index: 25;
  }

  body .bfp-member-account-page .bfp-member-sidebar::-webkit-scrollbar {
    width: 5px;
  }

  body .bfp-member-account-page .bfp-member-sidebar::-webkit-scrollbar-track {
    background: transparent;
  }

  body .bfp-member-account-page .bfp-member-sidebar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(75, 191, 239, .5), rgba(255, 133, 31, .45));
  }

  body .bfp-member-account-page .bfp-member-main {
    min-height: 760px;
  }
}

@media (max-width: 980px) {
  body .bfp-member-account-page .bfp-member-area {
    overflow: hidden;
  }

  body .bfp-member-account-page .bfp-member-sidebar {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
    border-radius: 28px 28px 0 0;
  }
}

/* =========================================================
   v4.7.2 – real sticky sidebar fix (correct route selectors)
   ========================================================= */
@media (min-width: 981px) {
  body.bfp-member-account-route-page,
  body.bfp-member-account-route-page .bfp-member-account-route,
  body.bfp-member-account-route-page .bfp-member-account-route__inner,
  body.bfp-member-account-route-page .bfp-ma-account-root {
    overflow: visible !important;
  }

  body.bfp-member-account-route-page .bfp-member-area-v2 {
    align-items: start !important;
    overflow: visible !important;
  }

  body.bfp-member-account-route-page .bfp-member-area-v2 > .bfp-member-sidebar {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 82px !important;
    align-self: start !important;
    height: fit-content !important;
    min-height: 0 !important;
    max-height: calc(100vh - 102px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    z-index: 30 !important;
    border-radius: 20px 0 0 20px !important;
    scrollbar-width: thin;
    scrollbar-color: rgba(87,200,244,.38) transparent;
  }

  body.bfp-member-account-route-page .bfp-member-area-v2 > .bfp-member-sidebar::-webkit-scrollbar {
    width: 5px;
  }

  body.bfp-member-account-route-page .bfp-member-area-v2 > .bfp-member-sidebar::-webkit-scrollbar-track {
    background: transparent;
  }

  body.bfp-member-account-route-page .bfp-member-area-v2 > .bfp-member-sidebar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(180deg,rgba(87,200,244,.48),rgba(255,138,36,.44));
  }
}

@media (max-width: 980px) {
  body.bfp-member-account-route-page .bfp-member-area-v2 {
    overflow: hidden !important;
  }

  body.bfp-member-account-route-page .bfp-member-area-v2 > .bfp-member-sidebar {
    position: static !important;
    top: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    border-radius: 20px 20px 0 0 !important;
  }
}

/* =========================================================
   Battlefield Pics Member Arena 1.0.0
   Complete standalone visual system
   ========================================================= */
:root{
  --arena-black:#050607;
  --arena-panel:#0c1014;
  --arena-panel-2:#11161b;
  --arena-line:#252b31;
  --arena-muted:#8d969f;
  --arena-white:#f4f4f1;
  --arena-orange:#ff651f;
  --arena-orange-2:#ff8a26;
}
body.bfp-member-account-route-page,
body.bfp-member-account-route-page #page,
body.bfp-member-account-route-page .site,
body.bfp-member-account-route-page .site-content{background:var(--arena-black)!important;color:var(--arena-white)!important}
body.bfp-member-account-route-page footer,
body.bfp-member-account-route-page .site-footer,
body.bfp-member-account-route-page #colophon{background:#000!important;border-color:#171a1d!important;color:#8d969f!important}
body.bfp-member-account-route-page footer a,
body.bfp-member-account-route-page .site-footer a{color:#9ba3aa!important}
body.bfp-member-account-route-page footer a:hover,
body.bfp-member-account-route-page .site-footer a:hover{color:var(--arena-orange)!important}
body.bfp-member-account-route-page footer [style*="#00"],
body.bfp-member-account-route-page footer [class*="online"]{color:var(--arena-orange)!important}
.bfp-member-account-route{background:var(--arena-black)!important;padding:72px 24px 96px!important;min-height:72vh}
.bfp-member-account-route__inner{width:min(1420px,100%)!important;max-width:1420px!important;margin:0 auto!important}

.bfp-arena-auth,.bfp-arena-dashboard{font-family:Arial,Helvetica,sans-serif;color:var(--arena-white);box-sizing:border-box}
.bfp-arena-auth *,.bfp-arena-dashboard *{box-sizing:border-box}
.bfp-arena-auth{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(680px,1.28fr);gap:76px;align-items:start;max-width:1320px;margin:0 auto}
.bfp-arena-auth__intro{position:sticky;top:100px;padding:42px 0 0}
.bfp-arena-eyebrow{display:block;color:var(--arena-orange)!important;font-size:11px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.18em!important;text-transform:uppercase!important;margin:0 0 18px!important}
.bfp-arena-auth__intro h1{margin:0!important;color:var(--arena-white)!important;font-size:clamp(48px,5.1vw,82px)!important;line-height:.91!important;letter-spacing:-.055em!important;text-transform:uppercase!important;max-width:690px}
.bfp-arena-auth__intro h1 em{font-style:normal;color:var(--arena-orange)!important}
.bfp-arena-auth__intro>p{max-width:500px;margin:28px 0 38px!important;color:#a4abb1!important;font-size:16px!important;line-height:1.7!important}
.bfp-arena-benefits{display:grid;gap:0;border-top:1px solid var(--arena-line)}
.bfp-arena-benefits span{display:flex;gap:18px;align-items:center;min-height:58px;border-bottom:1px solid var(--arena-line);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.bfp-arena-benefits b{color:var(--arena-orange);font-size:10px}
.bfp-arena-auth__shell{background:var(--arena-panel);border:1px solid var(--arena-line);box-shadow:0 30px 80px rgba(0,0,0,.4)}
.bfp-arena-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;background:#080a0c!important;border:0!important;border-bottom:1px solid var(--arena-line)!important}
.bfp-arena-tabs button{height:68px!important;background:transparent!important;border:0!important;border-right:1px solid var(--arena-line)!important;color:#777f87!important;font-size:12px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important;position:relative!important}
.bfp-arena-tabs button:last-child{border-right:0!important}
.bfp-arena-tabs button.is-active{color:#fff!important;background:#11151a!important}
.bfp-arena-tabs button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--arena-orange)}
.bfp-arena-auth__content{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr)}
.bfp-ma-auth__panel{min-width:0!important}
.bfp-arena-form-card{padding:46px 50px 42px!important;background:var(--arena-panel)!important;border:0!important;min-height:100%}
.bfp-arena-form-head span{color:var(--arena-orange);font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.bfp-arena-form-head h2,.bfp-arena-auth__social h2{margin:12px 0 10px!important;color:#fff!important;font-size:34px!important;line-height:1!important;letter-spacing:-.035em!important;text-transform:uppercase!important}
.bfp-arena-form-head p,.bfp-arena-auth__social>p{color:#8f979f!important;font-size:14px!important;line-height:1.55!important;margin:0 0 30px!important}
.bfp-arena-form{display:grid;gap:20px}
.bfp-arena-form label,.bfp-arena-settings-form label{display:grid!important;gap:9px!important;color:#d4d7da!important;font-size:12px!important;font-weight:800!important}
.bfp-arena-form input:not([type=checkbox]),.bfp-arena-settings-form input:not([type=checkbox]),.bfp-arena-settings-form textarea{width:100%!important;min-height:58px!important;border:1px solid #31383f!important;background:#080b0e!important;color:#fff!important;padding:0 17px!important;border-radius:0!important;box-shadow:none!important;font-size:15px!important;outline:0!important}
.bfp-arena-settings-form textarea{min-height:150px!important;padding:16px 17px!important;resize:vertical}
.bfp-arena-form input:focus,.bfp-arena-settings-form input:focus,.bfp-arena-settings-form textarea:focus{border-color:var(--arena-orange)!important;box-shadow:inset 3px 0 0 var(--arena-orange)!important}
.bfp-pass-wrap{display:grid!important;grid-template-columns:1fr auto!important}
.bfp-pass-wrap input{grid-column:1/-1!important;grid-row:1!important;padding-right:105px!important}
.bfp-pass-toggle{grid-column:2!important;grid-row:1!important;z-index:2!important;margin:8px!important;border:1px solid #3a424a!important;background:#171d23!important;color:#fff!important;padding:0 14px!important;font-size:10px!important;font-weight:900!important;text-transform:uppercase!important}
.bfp-arena-form-row{display:flex;align-items:center;justify-content:space-between;gap:20px}
.bfp-arena-form-row>a{color:#929aa2!important;font-size:12px!important;text-decoration:none!important}
.bfp-arena-form-row>a:hover{color:var(--arena-orange)!important}
.bfp-check{display:flex!important;align-items:center!important;grid-template-columns:none!important;gap:10px!important;font-weight:500!important}
.bfp-check input{appearance:none!important;width:20px!important;height:20px!important;min-height:20px!important;margin:0!important;border:1px solid #49525a!important;background:#080b0e!important;position:relative!important}
.bfp-check input:checked{border-color:var(--arena-orange)!important;background:var(--arena-orange)!important}
.bfp-check input:checked:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#080808;font-weight:900;font-size:13px}
.bfp-arena-primary{min-height:62px!important;width:100%!important;border:0!important;background:linear-gradient(135deg,var(--arena-orange-2),var(--arena-orange))!important;color:#090909!important;padding:0 20px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:13px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,0 100%)!important;transition:.18s ease!important}
.bfp-arena-primary:hover{transform:translateY(-2px)!important;filter:brightness(1.05)!important;box-shadow:0 14px 32px rgba(255,101,31,.2)!important}
.bfp-arena-switch{margin-top:34px;padding-top:28px;border-top:1px solid var(--arena-line);display:flex;justify-content:space-between;align-items:center;gap:18px;color:#838c94;font-size:12px}
.bfp-arena-switch .bfp-link-btn{border:0!important;background:none!important;color:#fff!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important;padding:0!important;text-decoration:underline;text-decoration-color:var(--arena-orange);text-underline-offset:5px}
.bfp-arena-auth__social{border-left:1px solid var(--arena-line);background:linear-gradient(145deg,#11161b 0%,#0b0e11 68%,rgba(255,101,31,.06) 100%);padding:46px 42px}
.bfp-arena-auth__social>small{display:block;margin-top:22px;color:#707880;font-size:11px;line-height:1.55}
.bfp-arena-social-list{display:grid;gap:10px}
.bfp-arena-social{width:100%!important;min-height:66px!important;border:1px solid #303840!important;background:#0a0d10!important;color:#fff!important;display:grid!important;grid-template-columns:42px 1fr auto!important;align-items:center!important;gap:14px!important;padding:10px 16px!important;text-decoration:none!important;text-align:left!important;overflow:hidden!important;transition:.18s ease!important}
.bfp-arena-social:hover{border-color:var(--arena-orange)!important;transform:translateX(3px)!important;background:#101419!important}
.bfp-arena-social:disabled{opacity:.48!important;cursor:not-allowed!important}
.bfp-arena-social__icon{width:38px;height:38px;display:grid;place-items:center;background:#171d23;border:1px solid #2d353d}
.bfp-arena-social__icon svg{display:block!important;width:24px!important;height:24px!important;max-width:24px!important}
.bfp-arena-social__copy{display:grid;gap:3px;min-width:0}
.bfp-arena-social__copy strong{font-size:12px!important;color:#fff!important;text-transform:uppercase!important;letter-spacing:.07em!important;white-space:nowrap!important}
.bfp-arena-social__copy small{font-size:10px!important;color:#78818a!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.bfp-arena-social__arrow{color:var(--arena-orange);font-size:16px}
.bfp-arena-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}

/* Logged-in Member Arena */
.bfp-arena-dashboard{max-width:1360px;margin:0 auto;background:var(--arena-panel);border:1px solid var(--arena-line);box-shadow:0 30px 90px rgba(0,0,0,.38)}
.bfp-arena-dashboard__top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:34px 38px;border-bottom:1px solid var(--arena-line);background:linear-gradient(120deg,#11161b,#090c0f)}
.bfp-arena-dashboard__identity{display:flex;align-items:center;gap:20px}
.bfp-arena-avatar{width:70px;height:70px;background:#181d22 center/cover no-repeat;border:2px solid var(--arena-orange);display:grid;place-items:center;font-size:26px;font-weight:900;color:#fff}
.bfp-arena-avatar.has-image span{display:none}
.bfp-arena-dashboard__identity h1{margin:0!important;font-size:30px!important;line-height:1!important;color:#fff!important;text-transform:none!important;letter-spacing:-.03em!important}
.bfp-arena-dashboard__identity p{margin:8px 0 0!important;color:#89929a!important;font-size:13px!important}
.bfp-arena-dashboard__actions{display:flex;gap:10px;flex-wrap:wrap}
.bfp-arena-dashboard__actions a{min-height:42px;display:flex;align-items:center;padding:0 16px;border:1px solid #333a42;color:#fff!important;text-decoration:none!important;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.bfp-arena-dashboard__actions a:hover{border-color:var(--arena-orange);color:var(--arena-orange)!important}
.bfp-arena-nav{display:flex;overflow:auto;background:#07090b;border-bottom:1px solid var(--arena-line)}
.bfp-arena-nav button{min-height:58px;padding:0 24px;border:0;border-right:1px solid var(--arena-line);background:transparent;color:#7f8890;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;position:relative}
.bfp-arena-nav button.is-active{color:#fff;background:#11151a}
.bfp-arena-nav button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--arena-orange)}
.bfp-arena-dashboard .bfp-member-panel{padding:40px!important;background:var(--arena-panel)!important}
.bfp-arena-command{display:grid;grid-template-columns:1fr auto;gap:20px;padding:34px;background:linear-gradient(125deg,#151b21,#0a0d10);border:1px solid #2d353c;position:relative;overflow:hidden}
.bfp-arena-command:after{content:"";position:absolute;width:280px;height:280px;right:-120px;top:-150px;border:1px solid rgba(255,101,31,.22);transform:rotate(45deg)}
.bfp-arena-command__copy h2{margin:0!important;color:#fff!important;font-size:42px!important;line-height:1!important;text-transform:uppercase!important}
.bfp-arena-command__copy p{margin:10px 0 0!important;color:#929aa1!important}
.bfp-arena-command__score{text-align:right;position:relative;z-index:2}
.bfp-arena-command__score strong{display:block;color:var(--arena-orange);font-size:44px;line-height:1}
.bfp-arena-command__score span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#89929a}
.bfp-arena-progress{grid-column:1/-1;height:6px;background:#050607;overflow:hidden}
.bfp-arena-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--arena-orange),#ffc05c)}
.bfp-arena-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0 42px}
.bfp-arena-stat-grid article{padding:22px;background:#0a0d10;border:1px solid #293038}
.bfp-arena-stat-grid span{display:block;color:#8b949c;font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.bfp-arena-stat-grid strong{display:block;margin:12px 0 8px;color:#fff;font-size:28px}
.bfp-arena-stat-grid small{color:#737c84;font-size:11px}
.bfp-arena-section-head,.bfp-arena-panel-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:36px 0 18px}
.bfp-arena-section-head h2,.bfp-arena-panel-head h2{margin:0!important;color:#fff!important;font-size:30px!important;line-height:1!important;text-transform:uppercase!important}
.bfp-arena-section-head button{border:0;background:none;color:var(--arena-orange);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.bfp-arena-achievements{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.bfp-arena-achievements article{display:flex;gap:15px;padding:20px;border:1px solid #2a3239;background:#0a0d10}
.bfp-arena-achievements article>span{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--arena-orange);color:var(--arena-orange);font-weight:900}
.bfp-arena-achievements strong{color:#fff;font-size:14px}
.bfp-arena-achievements p{margin:7px 0 0!important;color:#838c94!important;font-size:12px!important;line-height:1.45!important}
.bfp-arena-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.bfp-arena-links>a{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:15px;padding:18px;border:1px solid #2a3239;background:#0a0d10;text-decoration:none!important;color:#fff!important}
.bfp-arena-links>a:hover{border-color:var(--arena-orange)}
.bfp-arena-links .bfp-tool-icon{width:44px;height:44px;display:grid;place-items:center;background:rgba(255,101,31,.12);color:var(--arena-orange)}
.bfp-arena-links strong{display:block;color:#fff}.bfp-arena-links small{display:block;margin-top:4px;color:#7e878f}.bfp-arena-links b{color:var(--arena-orange)}
.bfp-arena-panel-head{display:block;margin-top:0;max-width:720px}.bfp-arena-panel-head p{color:#8b949c!important;line-height:1.6!important}
.bfp-arena-settings-form{max-width:820px;display:grid;gap:20px;padding:28px;border:1px solid #2a3239;background:#090c0f}
.bfp-arena-rank-list{display:grid;gap:8px}.bfp-arena-rank-list article{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:16px;padding:17px;border:1px solid #242b31;background:#090c0f;opacity:.5}.bfp-arena-rank-list article.is-active{opacity:1;border-color:#3a3028}.bfp-arena-rank-list article>span{width:44px;height:44px;display:grid;place-items:center;background:#15191d;color:var(--arena-orange);font-weight:900}.bfp-arena-rank-list strong{color:#fff}.bfp-arena-rank-list small{display:block;color:#7f8890;margin-top:4px}.bfp-arena-rank-list b{font-size:10px;text-transform:uppercase;color:var(--arena-orange)}
.bfp-arena-achievement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.bfp-arena-achievement-grid .bfp-achievement-card{background:#090c0f!important;border:1px solid #293038!important;border-radius:0!important;padding:20px!important}.bfp-arena-achievement-grid .bfp-achievement-card.is-unlocked{border-color:#6b421f!important}.bfp-arena-achievement-grid .bfp-achievement-icon{color:var(--arena-orange)!important}

@media(max-width:1100px){
 .bfp-arena-auth{grid-template-columns:1fr;gap:36px}.bfp-arena-auth__intro{position:static;padding:0}.bfp-arena-auth__intro h1{font-size:56px!important}.bfp-arena-benefits{grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--arena-line)}.bfp-arena-benefits span{padding:0 14px;border-right:1px solid var(--arena-line);border-bottom:0}
 .bfp-arena-auth__content{grid-template-columns:1fr 1fr}.bfp-arena-stat-grid{grid-template-columns:repeat(2,1fr)}.bfp-arena-achievement-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
 .bfp-member-account-route{padding:42px 14px 64px!important}.bfp-arena-auth__intro h1{font-size:42px!important}.bfp-arena-benefits{grid-template-columns:1fr}.bfp-arena-benefits span{border-right:0;border-bottom:1px solid var(--arena-line)}
 .bfp-arena-auth__content{grid-template-columns:1fr}.bfp-arena-auth__social{border-left:0;border-top:1px solid var(--arena-line)}.bfp-arena-form-card,.bfp-arena-auth__social{padding:30px 22px!important}.bfp-arena-form-grid{grid-template-columns:1fr}.bfp-arena-form-row{align-items:flex-start;flex-direction:column}.bfp-arena-switch{align-items:flex-start;flex-direction:column}
 .bfp-arena-dashboard__top{padding:24px;align-items:flex-start;flex-direction:column}.bfp-arena-dashboard__actions{width:100%}.bfp-arena-dashboard__actions a{flex:1;justify-content:center}.bfp-arena-dashboard .bfp-member-panel{padding:22px!important}.bfp-arena-command{grid-template-columns:1fr}.bfp-arena-command__score{text-align:left}.bfp-arena-stat-grid{grid-template-columns:1fr 1fr}.bfp-arena-achievements,.bfp-arena-achievement-grid,.bfp-arena-links{grid-template-columns:1fr}.bfp-arena-section-head{align-items:flex-start;flex-direction:column}.bfp-arena-command__copy h2{font-size:32px!important}
}
@media(max-width:480px){.bfp-arena-stat-grid{grid-template-columns:1fr}.bfp-arena-tabs button{height:58px!important}.bfp-arena-dashboard__identity{align-items:flex-start}.bfp-arena-avatar{width:58px;height:58px}.bfp-arena-dashboard__identity h1{font-size:24px!important}}

/* v1.0.1 Compact Member Arena pass */
@media (min-width: 1040px){
  body .bfp-arena-auth{
    grid-template-columns:minmax(250px,.62fr) minmax(620px,1.38fr);
    gap:42px;
    max-width:1140px;
    align-items:center;
  }
  body .bfp-arena-auth__intro{position:relative;top:auto;padding:0}
  body .bfp-arena-auth__intro h1{
    font-size:clamp(42px,4vw,64px)!important;
    line-height:.9!important;
    max-width:510px;
  }
  body .bfp-arena-auth__intro>p{
    max-width:410px;
    margin:20px 0 26px!important;
    font-size:14px!important;
    line-height:1.55!important;
  }
  body .bfp-arena-benefits span{
    min-height:46px;
    gap:14px;
    font-size:11px;
  }
  body .bfp-arena-tabs button{height:54px!important}
  body .bfp-arena-auth__content{
    grid-template-columns:minmax(0,1.05fr) minmax(285px,.95fr);
  }
  body .bfp-arena-form-card{padding:30px 34px 28px!important}
  body .bfp-arena-auth__social{padding:30px 32px}
  body .bfp-arena-form-head h2,
  body .bfp-arena-auth__social h2{font-size:27px!important;margin:9px 0 7px!important}
  body .bfp-arena-form-head p,
  body .bfp-arena-auth__social>p{font-size:12px!important;line-height:1.45!important;margin:0 0 20px!important}
  body .bfp-arena-form{gap:14px}
  body .bfp-arena-form input:not([type=checkbox]){min-height:48px!important}
  body .bfp-pass-toggle{top:6px;height:36px}
  body .bfp-arena-form-row{gap:14px}
  body .bfp-arena-primary{min-height:50px!important}
  body .bfp-arena-switch{margin-top:22px;padding-top:20px}
  body .bfp-arena-social-list{gap:8px}
  body .bfp-arena-social{min-height:54px!important;grid-template-columns:36px 1fr auto!important;padding:7px 12px!important;gap:11px!important}
  body .bfp-arena-social__icon{width:32px;height:32px}
  body .bfp-arena-social__icon svg{width:20px!important;height:20px!important}
  body .bfp-arena-social__copy strong{font-size:11px!important}
  body .bfp-arena-social__copy small{font-size:9px!important}
  body .bfp-arena-auth__social>small{margin-top:14px;font-size:10px}
}

@media (min-width: 781px) and (max-width: 1039px){
  body .bfp-arena-auth{grid-template-columns:1fr;gap:24px;max-width:760px}
  body .bfp-arena-auth__intro{position:relative;top:auto;padding:0;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end}
  body .bfp-arena-auth__intro h1{font-size:48px!important;max-width:520px}
  body .bfp-arena-auth__intro>p{margin:14px 0 0!important;max-width:520px}
  body .bfp-arena-benefits{display:none}
}

/* v1.0.2 Centered composition pass */
@media (min-width: 1040px){
  body.bfp-member-account-route-page .bfp-member-account-route{
    padding-top:46px!important;
    padding-bottom:64px!important;
  }
  body.bfp-member-account-route-page .bfp-member-account-route__inner{
    width:min(1280px,calc(100% - 48px))!important;
    max-width:1280px!important;
    margin-inline:auto!important;
  }
  body .bfp-arena-auth{
    width:100%;
    max-width:1240px;
    margin-inline:auto;
    grid-template-columns:minmax(330px,380px) minmax(720px,820px);
    justify-content:center;
    gap:56px;
    align-items:center;
  }
  body .bfp-arena-auth__intro{
    width:100%;
    max-width:380px;
    justify-self:end;
    overflow:visible;
  }
  body .bfp-arena-auth__intro h1{
    max-width:380px!important;
    font-size:clamp(48px,3.5vw,60px)!important;
    line-height:.92!important;
    letter-spacing:-.045em!important;
    overflow:visible!important;
    word-break:normal!important;
  }
  body .bfp-arena-auth__intro>p{
    max-width:360px;
    margin:22px 0 28px!important;
    font-size:14px!important;
    line-height:1.6!important;
  }
  body .bfp-arena-benefits{max-width:360px}
  body .bfp-arena-auth__shell{
    width:100%;
    max-width:820px;
    justify-self:start;
  }
  body .bfp-arena-auth__content{
    grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);
  }
  body .bfp-arena-form-card{padding:34px 40px 32px!important}
  body .bfp-arena-auth__social{padding:34px 38px!important}
  body .bfp-arena-form-head p,
  body .bfp-arena-auth__social>p{max-width:310px}
  body .bfp-arena-social{min-height:58px!important;padding:8px 14px!important}
  body .bfp-arena-switch{margin-top:26px;padding-top:22px}
}

@media (min-width: 1280px){
  body .bfp-arena-auth{
    grid-template-columns:380px 820px;
    gap:60px;
  }
}


/* v1.0.3 — interaction repair and final auth polish */
body.bfp-member-account-route-page .bfp-arena-tabs,
body.bfp-member-account-route-page .bfp-arena-tabs button{
  position:relative;
  z-index:20;
  pointer-events:auto!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button{
  cursor:pointer!important;
  touch-action:manipulation;
}
body.bfp-member-account-route-page .bfp-arena-auth__content,
body.bfp-member-account-route-page .bfp-ma-auth__panel,
body.bfp-member-account-route-page .bfp-arena-auth__social{
  position:relative;
  z-index:1;
}
@media (min-width:1040px){
  body .bfp-arena-auth__intro h1{
    font-size:clamp(44px,3.2vw,56px)!important;
    line-height:.94!important;
    max-width:355px!important;
  }
  body .bfp-arena-form-card{padding:28px 34px 26px!important}
  body .bfp-arena-auth__social{padding:28px 32px!important}
  body .bfp-arena-form{gap:12px!important}
  body .bfp-arena-form label>span:first-child{margin-bottom:7px!important}
  body .bfp-arena-form input:not([type=checkbox]){min-height:46px!important;padding:0 15px!important}
  body .bfp-pass-toggle{top:5px!important;height:36px!important}
  body .bfp-arena-form-row{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:18px!important;
    margin-top:1px!important;
  }
  body .bfp-check{
    display:inline-flex!important;
    align-items:center!important;
    gap:10px!important;
    min-height:38px!important;
    width:max-content!important;
    cursor:pointer!important;
  }
  body .bfp-check input[type=checkbox]{
    appearance:none!important;
    -webkit-appearance:none!important;
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    margin:0!important;
    border:1px solid #49535d!important;
    background:#080b0e!important;
    display:grid!important;
    place-items:center!important;
    cursor:pointer!important;
  }
  body .bfp-check input[type=checkbox]:checked{
    border-color:#ff6a1f!important;
    background:#ff6a1f!important;
  }
  body .bfp-check input[type=checkbox]:checked:after{
    content:'✓';
    color:#080b0e;
    font-size:13px;
    font-weight:950;
    line-height:1;
  }
  body .bfp-check>span{
    margin:0!important;
    line-height:1.25!important;
  }
  body .bfp-arena-form-row>a{
    align-self:center!important;
    white-space:nowrap!important;
  }
  body .bfp-arena-primary{margin-top:2px!important;min-height:48px!important}
  body .bfp-arena-switch{
    margin-top:14px!important;
    padding-top:16px!important;
    gap:12px!important;
  }
  body .bfp-arena-social-list{gap:7px!important}
  body .bfp-arena-social{min-height:50px!important;padding:6px 12px!important}
  body .bfp-arena-auth__social>small{margin-top:12px!important;line-height:1.4!important}
}
@media(max-width:760px){
  body .bfp-arena-form-row{display:flex!important;align-items:flex-start!important;gap:12px!important}
  body .bfp-check{display:inline-flex!important;align-items:center!important;gap:10px!important}
  body .bfp-check input[type=checkbox]{width:20px!important;height:20px!important;min-width:20px!important;margin:0!important}
}

/* v1.0.4 — square premium checkbox fix */
body.bfp-member-account-route-page .bfp-arena-form-row .bfp-check{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:24px!important;
  width:auto!important;
  cursor:pointer!important;
}
body.bfp-member-account-route-page .bfp-arena-form-row .bfp-check input[type="checkbox"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  box-sizing:border-box!important;
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 22px!important;
  width:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  height:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  padding:0!important;
  margin:0!important;
  border:1px solid #4b545d!important;
  border-radius:0!important;
  background:#080b0e!important;
  box-shadow:none!important;
  line-height:1!important;
  vertical-align:middle!important;
  cursor:pointer!important;
  transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease!important;
}
body.bfp-member-account-route-page .bfp-arena-form-row .bfp-check:hover input[type="checkbox"],
body.bfp-member-account-route-page .bfp-arena-form-row .bfp-check input[type="checkbox"]:focus-visible{
  border-color:#ff681f!important;
  box-shadow:0 0 0 3px rgba(255,104,31,.14)!important;
  outline:0!important;
}
body.bfp-member-account-route-page .bfp-arena-form-row .bfp-check input[type="checkbox"]:checked{
  border-color:#ff681f!important;
  background:#ff681f!important;
}
body.bfp-member-account-route-page .bfp-arena-form-row .bfp-check input[type="checkbox"]:checked::after{
  content:'✓'!important;
  display:block!important;
  color:#080b0e!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}
body.bfp-member-account-route-page .bfp-arena-form-row .bfp-check>span{
  display:block!important;
  margin:0!important;
  line-height:1.25!important;
}

/* v1.0.5 — aligned premium auth tabs */
body.bfp-member-account-route-page .bfp-arena-auth__shell{
  overflow:hidden!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs{
  position:relative!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  background:#090c0f!important;
  border:0!important;
  border-bottom:1px solid #30363c!important;
  overflow:visible!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs::after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  left:50%!important;
  width:1px!important;
  background:#30363c!important;
  transform:translateX(-.5px)!important;
  pointer-events:none!important;
  z-index:2!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button{
  position:relative!important;
  z-index:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:58px!important;
  margin:0!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#858b91!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button+button{
  border-left:0!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button:hover{
  color:#fff!important;
  background:#101418!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active{
  color:#fff!important;
  background:#12161a!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-1px!important;
  height:3px!important;
  background:#ff681f!important;
  z-index:4!important;
}
body.bfp-member-account-route-page .bfp-arena-auth__content{
  border-top:0!important;
}
body.bfp-member-account-route-page .bfp-arena-form-card,
body.bfp-member-account-route-page .bfp-arena-auth__social{
  border-top:0!important;
}
@media(max-width:480px){
  body.bfp-member-account-route-page .bfp-arena-tabs button{height:54px!important;font-size:11px!important}
}

/* v1.0.6 – Google contrast + unified tab/panel edge */
body.bfp-member-account-route-page .bfp-social-google{
  background:#f4f4f2!important;
  border-color:#e3e3df!important;
  color:#17191c!important;
}
body.bfp-member-account-route-page .bfp-social-google:hover{
  background:#fff!important;
  border-color:#ff681f!important;
}
body.bfp-member-account-route-page .bfp-social-google .bfp-arena-social__copy strong{
  color:#17191c!important;
  text-shadow:none!important;
}
body.bfp-member-account-route-page .bfp-social-google .bfp-arena-social__copy small{
  color:#60666d!important;
  text-shadow:none!important;
}
body.bfp-member-account-route-page .bfp-social-google .bfp-arena-social__icon{
  background:#151a20!important;
  border-color:#2c333a!important;
}
body.bfp-member-account-route-page .bfp-social-google .bfp-arena-social__arrow{
  color:#ff681f!important;
}

body.bfp-member-account-route-page .bfp-arena-auth__shell{
  border:1px solid #30363c!important;
  background:#0b0f13!important;
  overflow:hidden!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs{
  margin:0!important;
  border:0!important;
  border-bottom:1px solid #30363c!important;
  background:#101418!important;
  overflow:visible!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button+button{
  border-left:1px solid #30363c!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active::after{
  bottom:-1px!important;
  height:3px!important;
}
body.bfp-member-account-route-page .bfp-arena-auth__content{
  border:0!important;
  margin:0!important;
}
body.bfp-member-account-route-page .bfp-ma-auth__panel,
body.bfp-member-account-route-page .bfp-arena-auth__social{
  border-top:0!important;
}

/* v1.0.7 – align tab divider with auth content columns */
body.bfp-member-account-route-page .bfp-arena-tabs{
  grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr)!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs::after{
  content:none!important;
  display:none!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button+button{
  border-left:1px solid #30363c!important;
}
@media(max-width:760px){
  body.bfp-member-account-route-page .bfp-arena-tabs{
    grid-template-columns:1fr 1fr!important;
  }
}

/* v1.0.8 – match upper tab split to the verified content split */
@media (min-width:761px){
  body.bfp-member-account-route-page .bfp-arena-tabs{
    grid-template-columns:minmax(0,calc(100% - 330px)) 330px!important;
  }
  body.bfp-member-account-route-page .bfp-arena-tabs button:first-child{
    border-right:0!important;
  }
  body.bfp-member-account-route-page .bfp-arena-tabs button+button{
    border-left:1px solid #30363c!important;
  }
}

/* v1.0.9 — registration checkbox + profile media editor */
body.bfp-member-account-route-page [data-bfp-panel="register"] .bfp-check{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  width:auto!important;
  min-height:24px!important;
  cursor:pointer!important;
}
body.bfp-member-account-route-page [data-bfp-panel="register"] .bfp-check input[type="checkbox"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  box-sizing:border-box!important;
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 22px!important;
  width:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  height:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  padding:0!important;
  margin:0!important;
  border:1px solid #4b545d!important;
  border-radius:0!important;
  background:#080b0e!important;
  box-shadow:none!important;
}
body.bfp-member-account-route-page [data-bfp-panel="register"] .bfp-check input[type="checkbox"]:hover,
body.bfp-member-account-route-page [data-bfp-panel="register"] .bfp-check input[type="checkbox"]:focus-visible{
  border-color:#ff681f!important;
  box-shadow:0 0 0 3px rgba(255,104,31,.14)!important;
  outline:0!important;
}
body.bfp-member-account-route-page [data-bfp-panel="register"] .bfp-check input[type="checkbox"]:checked{
  border-color:#ff681f!important;
  background:#ff681f!important;
}
body.bfp-member-account-route-page [data-bfp-panel="register"] .bfp-check input[type="checkbox"]:checked::after{
  content:'✓'!important;
  color:#080b0e!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1!important;
}
body.bfp-member-account-route-page [data-bfp-panel="register"] .bfp-check>span{margin:0!important;line-height:1.3!important}

body.bfp-member-account-route-page .bfp-arena-dashboard__top{padding:0!important;overflow:hidden!important;background:#0c1014!important}
body.bfp-member-account-route-page .bfp-arena-cover{height:190px;position:relative;background:linear-gradient(120deg,#171d22,#0c1014 58%,#25150e);background-size:cover;background-position:center;overflow:hidden}
body.bfp-member-account-route-page .bfp-arena-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,8,11,.05),rgba(5,8,11,.74));pointer-events:none}
body.bfp-member-account-route-page .bfp-arena-cover__edit{position:absolute;right:22px;top:20px;z-index:2;height:42px;padding:0 18px;border:1px solid rgba(255,255,255,.2);background:#151b21;color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
body.bfp-member-account-route-page .bfp-arena-cover__edit:hover{border-color:#ff681f;color:#ff681f}
body.bfp-member-account-route-page .bfp-arena-dashboard__bar{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:0 28px 24px}
body.bfp-member-account-route-page .bfp-arena-dashboard__identity{margin-top:-42px;position:relative;z-index:3}
body.bfp-member-account-route-page .bfp-arena-avatar{position:relative;background-size:cover!important;background-position:center!important}
body.bfp-member-account-route-page .bfp-arena-avatar>button{position:absolute;right:-6px;bottom:-6px;min-width:28px;height:28px;padding:0 8px;border:2px solid #0c1014;background:#ff681f;color:#0b0f13;font-size:11px;font-weight:950;cursor:pointer}
body.bfp-member-account-route-page .bfp-arena-avatar>button:hover{filter:brightness(1.08)}

body.bfp-member-account-route-page .bfp-arena-media-editor{display:grid;grid-template-columns:minmax(0,1fr) 110px minmax(220px,.7fr);gap:18px;align-items:center;margin:0 0 26px;padding:18px;border:1px solid #2d343a;background:#0c1115}
body.bfp-member-account-route-page .bfp-arena-media-editor__preview{height:118px;background:linear-gradient(120deg,#171d22,#0c1014 58%,#25150e);background-size:cover!important;background-position:center!important;position:relative;overflow:hidden}
body.bfp-member-account-route-page .bfp-arena-media-editor__preview:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,8,11,.08),rgba(5,8,11,.65));pointer-events:none}
body.bfp-member-account-route-page .bfp-arena-media-editor__preview button{position:absolute;left:14px;bottom:12px;z-index:2;border:0;background:#ff681f;color:#0b0f13;padding:10px 13px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.07em;cursor:pointer}
body.bfp-member-account-route-page .bfp-arena-media-editor__avatar{width:92px!important;height:92px!important;min-width:92px!important;max-width:92px!important;margin:0!important;justify-self:center}
body.bfp-member-account-route-page .bfp-arena-media-editor__avatar>button{right:50%!important;bottom:-34px!important;transform:translateX(50%);width:max-content!important;min-width:0!important;height:28px!important;padding:0 9px!important;white-space:nowrap}
body.bfp-member-account-route-page .bfp-arena-media-editor__copy strong{display:block;color:#fff;font-size:17px;margin-bottom:6px}
body.bfp-member-account-route-page .bfp-arena-media-editor__copy p{margin:0 0 12px;color:#8e979f;font-size:12px;line-height:1.5}
body.bfp-member-account-route-page .bfp-arena-secondary{height:38px;padding:0 13px;border:1px solid #3a4249;background:#13191e;color:#fff;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
body.bfp-member-account-route-page .bfp-arena-secondary:hover{border-color:#ff681f;color:#ff681f}

@media(max-width:760px){
  body.bfp-member-account-route-page .bfp-arena-cover{height:140px}
  body.bfp-member-account-route-page .bfp-arena-dashboard__bar{align-items:flex-start;flex-direction:column;padding:0 18px 20px}
  body.bfp-member-account-route-page .bfp-arena-dashboard__identity{margin-top:-34px}
  body.bfp-member-account-route-page .bfp-arena-media-editor{grid-template-columns:1fr;gap:22px}
  body.bfp-member-account-route-page .bfp-arena-media-editor__avatar{justify-self:start}
  body.bfp-member-account-route-page .bfp-arena-media-editor__avatar>button{right:auto!important;left:108px!important;bottom:27px!important;transform:none!important}
}


/* Member Arena v1.1.0 — rebuilt auth frame + universal square checkboxes */
body.bfp-member-account-route-page .bfp-arena-auth__shell{
  border:1px solid #30363c!important;
  background:#0b0f13!important;
  overflow:hidden!important;
}
body.bfp-member-account-route-page .bfp-arena-auth__header{
  display:flex!important;
  align-items:flex-end!important;
  min-height:66px!important;
  padding:0 22px!important;
  margin:0!important;
  background:#0d1115!important;
  border:0!important;
  border-bottom:1px solid #30363c!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs{
  display:flex!important;
  align-items:stretch!important;
  width:auto!important;
  min-width:360px!important;
  max-width:100%!important;
  height:65px!important;
  margin:0!important;
  padding:0!important;
  gap:0!important;
  grid-template-columns:none!important;
  background:transparent!important;
  border:0!important;
  overflow:visible!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs::before,
body.bfp-member-account-route-page .bfp-arena-tabs::after{
  content:none!important;
  display:none!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button{
  position:relative!important;
  flex:0 0 180px!important;
  width:180px!important;
  height:65px!important;
  margin:0!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#858b91!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  cursor:pointer!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button+button{
  border-left:0!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button:hover{
  color:#fff!important;
  background:#11161b!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active{
  color:#fff!important;
  background:#12171c!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:22px!important;
  right:22px!important;
  bottom:-1px!important;
  height:3px!important;
  background:#ff681f!important;
  z-index:3!important;
}
body.bfp-member-account-route-page .bfp-arena-auth__content{
  margin:0!important;
  border:0!important;
  border-top:0!important;
}
body.bfp-member-account-route-page .bfp-arena-form-card,
body.bfp-member-account-route-page .bfp-arena-auth__social{
  border-top:0!important;
}

/* One checkbox component for login, registration and dashboard/profile settings. */
body.bfp-member-account-route-page .bfp-arena-auth input[type="checkbox"],
body.bfp-member-account-route-page .bfp-arena-dashboard input[type="checkbox"],
body.bfp-member-account-route-page .bfp-member-panel input[type="checkbox"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  box-sizing:border-box!important;
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 22px!important;
  width:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  height:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  aspect-ratio:1 / 1!important;
  padding:0!important;
  margin:0!important;
  border:1px solid #4b545d!important;
  border-radius:0!important;
  background:#080b0e!important;
  box-shadow:none!important;
  line-height:1!important;
  vertical-align:middle!important;
  cursor:pointer!important;
  transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease!important;
}
body.bfp-member-account-route-page .bfp-arena-auth input[type="checkbox"]:hover,
body.bfp-member-account-route-page .bfp-arena-auth input[type="checkbox"]:focus-visible,
body.bfp-member-account-route-page .bfp-arena-dashboard input[type="checkbox"]:hover,
body.bfp-member-account-route-page .bfp-arena-dashboard input[type="checkbox"]:focus-visible,
body.bfp-member-account-route-page .bfp-member-panel input[type="checkbox"]:hover,
body.bfp-member-account-route-page .bfp-member-panel input[type="checkbox"]:focus-visible{
  border-color:#ff681f!important;
  box-shadow:0 0 0 3px rgba(255,104,31,.14)!important;
  outline:0!important;
}
body.bfp-member-account-route-page .bfp-arena-auth input[type="checkbox"]:checked,
body.bfp-member-account-route-page .bfp-arena-dashboard input[type="checkbox"]:checked,
body.bfp-member-account-route-page .bfp-member-panel input[type="checkbox"]:checked{
  border-color:#ff681f!important;
  background:#ff681f!important;
}
body.bfp-member-account-route-page .bfp-arena-auth input[type="checkbox"]:checked::after,
body.bfp-member-account-route-page .bfp-arena-dashboard input[type="checkbox"]:checked::after,
body.bfp-member-account-route-page .bfp-member-panel input[type="checkbox"]:checked::after{
  content:"✓"!important;
  display:block!important;
  color:#080b0e!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}
body.bfp-member-account-route-page label.bfp-check{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:30px!important;
  cursor:pointer!important;
}
body.bfp-member-account-route-page label.bfp-check>span{
  margin:0!important;
  line-height:1.3!important;
}

@media(max-width:760px){
  body.bfp-member-account-route-page .bfp-arena-auth__header{padding:0!important}
  body.bfp-member-account-route-page .bfp-arena-tabs{width:100%!important;min-width:0!important}
  body.bfp-member-account-route-page .bfp-arena-tabs button{flex:1 1 50%!important;width:auto!important;height:58px!important}
  body.bfp-member-account-route-page .bfp-arena-tabs button.is-active::after{left:16px!important;right:16px!important}
}

/* Member Arena v1.1.1 — clean full-width tabs, no decorative divider lines */
body.bfp-member-account-route-page .bfp-arena-auth__header{
  display:block!important;
  min-height:58px!important;
  height:58px!important;
  padding:0!important;
  margin:0!important;
  background:#0d1115!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:58px!important;
  margin:0!important;
  padding:0!important;
  gap:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs::before,
body.bfp-member-account-route-page .bfp-arena-tabs::after{
  content:none!important;
  display:none!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:58px!important;
  min-height:58px!important;
  margin:0!important;
  padding:0 22px!important;
  border:0!important;
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  background:#11151a!important;
  box-shadow:none!important;
  color:#8f969d!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  transform:none!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button+button{
  border-left:0!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button:hover{
  background:#151a1f!important;
  color:#fff!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active{
  background:#171c21!important;
  color:#fff!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  width:auto!important;
  height:3px!important;
  background:#ff681f!important;
  box-shadow:none!important;
  transform:none!important;
  z-index:2!important;
}
body.bfp-member-account-route-page .bfp-arena-auth__content{
  margin:0!important;
  border-top:0!important;
}

@media(max-width:760px){
  body.bfp-member-account-route-page .bfp-arena-auth__header,
  body.bfp-member-account-route-page .bfp-arena-tabs,
  body.bfp-member-account-route-page .bfp-arena-tabs button{
    height:54px!important;
    min-height:54px!important;
  }
  body.bfp-member-account-route-page .bfp-arena-tabs button{
    padding:0 12px!important;
    font-size:11px!important;
  }
  body.bfp-member-account-route-page .bfp-arena-tabs button.is-active::after{
    left:0!important;
    right:0!important;
  }
}

/* Member Arena v1.1.2 — standalone compact tabs, no structural divider lines */
body.bfp-member-account-route-page .bfp-arena-auth__header{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0 0 14px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  gap:8px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs::before,
body.bfp-member-account-route-page .bfp-arena-tabs::after{
  content:none!important;
  display:none!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:176px!important;
  min-width:176px!important;
  max-width:176px!important;
  height:50px!important;
  min-height:50px!important;
  margin:0!important;
  padding:0 22px!important;
  border:1px solid #30363c!important;
  border-radius:0!important;
  background:#13181d!important;
  box-shadow:none!important;
  color:#aeb4ba!important;
  font-size:12px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  transform:none!important;
  transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button+button{
  border-left:1px solid #30363c!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button:hover{
  color:#fff!important;
  border-color:#ff681f!important;
  background:#191f24!important;
  transform:translateY(-1px)!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active{
  color:#0a0d10!important;
  border-color:#ff681f!important;
  background:#ff681f!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active::after{
  content:none!important;
  display:none!important;
}
body.bfp-member-account-route-page .bfp-arena-auth__content{
  margin:0!important;
  border-top:0!important;
}

/* Hard-lock every Member Arena checkbox to one square component. */
body.bfp-member-account-route-page label.bfp-check{
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:32px!important;
  margin:0!important;
  cursor:pointer!important;
}
body.bfp-member-account-route-page label.bfp-check input[type="checkbox"]{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 22px!important;
  inline-size:22px!important;
  block-size:22px!important;
  width:22px!important;
  min-width:22px!important;
  max-width:22px!important;
  height:22px!important;
  min-height:22px!important;
  max-height:22px!important;
  aspect-ratio:1 / 1!important;
  box-sizing:border-box!important;
  padding:0!important;
  margin:0!important;
  border:1px solid #4b545d!important;
  border-radius:0!important;
  background:#080b0e!important;
  box-shadow:none!important;
  overflow:hidden!important;
  vertical-align:middle!important;
}
body.bfp-member-account-route-page label.bfp-check input[type="checkbox"]:checked{
  border-color:#ff681f!important;
  background:#ff681f!important;
}
body.bfp-member-account-route-page label.bfp-check input[type="checkbox"]:checked::after{
  content:"✓"!important;
  display:block!important;
  color:#080b0e!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1!important;
  transform:translateY(-1px)!important;
}
body.bfp-member-account-route-page label.bfp-check>span{
  display:block!important;
  margin:0!important;
  line-height:1.3!important;
}

@media(max-width:760px){
  body.bfp-member-account-route-page .bfp-arena-auth__header{
    margin-bottom:10px!important;
  }
  body.bfp-member-account-route-page .bfp-arena-tabs{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    width:100%!important;
    gap:6px!important;
  }
  body.bfp-member-account-route-page .bfp-arena-tabs button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:48px!important;
    min-height:48px!important;
    padding:0 12px!important;
    font-size:11px!important;
  }
}


/* Member Arena v1.1.3 — aligned auth grid + full-width registration fields */
body.bfp-member-account-route-page .bfp-arena-auth__shell{
  --bfp-auth-left: 56%;
  --bfp-auth-right: 44%;
}
body.bfp-member-account-route-page .bfp-arena-auth__header{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs{
  display:grid!important;
  grid-template-columns:var(--bfp-auth-left) var(--bfp-auth-right)!important;
  width:100%!important;
  max-width:none!important;
  gap:0!important;
  margin:0!important;
  padding:0!important;
  background:#0d1115!important;
  border:1px solid #30363c!important;
  border-bottom:0!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  height:58px!important;
  min-height:58px!important;
  margin:0!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:0!important;
  background:#11151a!important;
  color:#9aa1a8!important;
  transform:none!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button+button{
  border-left:1px solid #30363c!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button:hover{
  background:#151a1f!important;
  color:#fff!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active{
  position:relative!important;
  background:#171c21!important;
  color:#fff!important;
}
body.bfp-member-account-route-page .bfp-arena-tabs button.is-active::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:3px!important;
  background:#ff681f!important;
  display:block!important;
}
body.bfp-member-account-route-page .bfp-arena-auth__content{
  display:grid!important;
  grid-template-columns:var(--bfp-auth-left) var(--bfp-auth-right)!important;
  margin:0!important;
  border:1px solid #30363c!important;
  border-top:0!important;
}
body.bfp-member-account-route-page .bfp-arena-auth__content>.bfp-ma-auth__panel{
  min-width:0!important;
}
body.bfp-member-account-route-page .bfp-arena-auth__social{
  min-width:0!important;
}
body.bfp-member-account-route-page .bfp-arena-form-grid--single{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:18px!important;
}
body.bfp-member-account-route-page .bfp-arena-form label{
  min-width:0!important;
}
body.bfp-member-account-route-page .bfp-arena-form input:not([type="checkbox"]){
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:56px!important;
  min-height:56px!important;
  padding:0 18px!important;
  font-size:16px!important;
  line-height:1.2!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
body.bfp-member-account-route-page .bfp-arena-form input::placeholder{
  color:#8f969d!important;
  opacity:1!important;
  font-size:15px!important;
}
body.bfp-member-account-route-page .bfp-pass-wrap input{
  padding-right:112px!important;
}
@media(max-width:980px){
  body.bfp-member-account-route-page .bfp-arena-auth__shell{
    --bfp-auth-left: 1fr;
    --bfp-auth-right: 1fr;
  }
  body.bfp-member-account-route-page .bfp-arena-tabs,
  body.bfp-member-account-route-page .bfp-arena-auth__content{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:760px){
  body.bfp-member-account-route-page .bfp-arena-tabs{
    grid-template-columns:1fr 1fr!important;
  }
  body.bfp-member-account-route-page .bfp-arena-auth__content{
    grid-template-columns:1fr!important;
  }
  body.bfp-member-account-route-page .bfp-arena-auth__social{
    border-left:0!important;
    border-top:1px solid #30363c!important;
  }
  body.bfp-member-account-route-page .bfp-arena-form input:not([type="checkbox"]){
    height:54px!important;
    min-height:54px!important;
    font-size:15px!important;
  }
}

/* Member Arena v1.1.4 — equal-width registration and social panels */
@media (min-width:761px){
  body.bfp-member-account-route-page .bfp-arena-auth__shell{
    --bfp-auth-left:50%;
    --bfp-auth-right:50%;
  }
  body.bfp-member-account-route-page .bfp-arena-tabs,
  body.bfp-member-account-route-page .bfp-arena-auth__content{
    grid-template-columns:50% 50%!important;
  }
  body.bfp-member-account-route-page .bfp-arena-form-card,
  body.bfp-member-account-route-page .bfp-arena-auth__social{
    padding-left:34px!important;
    padding-right:34px!important;
  }
  body.bfp-member-account-route-page .bfp-arena-auth__social{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
  body.bfp-member-account-route-page .bfp-arena-social-list,
  body.bfp-member-account-route-page .bfp-arena-social,
  body.bfp-member-account-route-page .bfp-arena-auth__social>p,
  body.bfp-member-account-route-page .bfp-arena-auth__social>small{
    width:100%!important;
    max-width:none!important;
  }
  body.bfp-member-account-route-page .bfp-arena-social{
    min-height:56px!important;
  }
}
