:root{
  --bp-canvas:#f4f6f8;
  --bp-surface:#ffffff;
  --bp-surface-soft:#f8fafc;
  --bp-ink:#111827;
  --bp-muted:#667085;
  --bp-line:#e5e9ef;
  --bp-navy:#0c1729;
  --bp-navy-soft:#15233b;
  --bp-blue:#2864dc;
  --bp-blue-dark:#174aa8;
  --bp-blue-soft:#edf4ff;
  --bp-gold:#b99755;
  --bp-green:#177a4f;
  --bp-red:#be3b48;
  --bp-shadow:0 18px 46px rgba(15,23,42,.08);
  --bp-shadow-soft:0 8px 24px rgba(15,23,42,.055);
  --bp-radius-xl:24px;
  --bp-radius-lg:18px;
  --bp-radius-md:13px;
}

html:has(body.bp-corporate-page){margin-top:0!important;background:var(--bp-canvas)}
body.bp-corporate-page{
  margin-top:0!important;
  background:var(--bp-canvas)!important;
  color:var(--bp-ink);
  font-family:Inter,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.bp-corporate-page #wpadminbar{display:none!important}
body.bp-corporate-page .site-header,
body.bp-corporate-page .site-footer,
body.bp-corporate-page .wp-site-blocks>header,
body.bp-corporate-page .wp-site-blocks>footer,
body.bp-corporate-page .entry-header{display:none!important}
body.bp-corporate-page .site,
body.bp-corporate-page .site-content,
body.bp-corporate-page .content-area,
body.bp-corporate-page .site-main,
body.bp-corporate-page article,
body.bp-corporate-page .entry-content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.bp-corporate-page a:focus-visible,
body.bp-corporate-page button:focus-visible,
body.bp-corporate-page input:focus-visible,
body.bp-corporate-page select:focus-visible,
body.bp-corporate-page textarea:focus-visible{
  outline:3px solid rgba(40,100,220,.22)!important;
  outline-offset:2px;
}

/* Management shell */
body.bp-management-page{overflow-x:hidden}
.bp-corporate-page .bp-mgmt.bp-mgmt-shell{
  width:100%;
  max-width:none;
  min-height:100svh;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:264px minmax(0,1fr);
  background:var(--bp-canvas);
}
.bp-mgmt-sidebar{
  position:sticky;
  top:0;
  z-index:50;
  height:100svh;
  display:flex;
  flex-direction:column;
  overflow:auto;
  padding:24px 18px 18px;
  color:#fff;
  background:
    radial-gradient(circle at 10% 0,rgba(48,104,218,.28),transparent 31%),
    linear-gradient(180deg,#0b1526 0%,#0b1220 100%);
  box-shadow:12px 0 42px rgba(15,23,42,.12);
}
.bp-mgmt-brand{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:58px;
  padding:8px 10px;
  color:#fff!important;
  text-decoration:none!important;
}
.bp-mgmt-brand-mark{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  flex:0 0 42px;
}
.bp-mgmt-brand-mark img{
  display:block;
  width:25px;
  height:38px;
  object-fit:contain;
  filter:drop-shadow(0 7px 12px rgba(255,112,16,.28));
}
.bp-mgmt-brand b{display:block;font-family:Georgia,"Times New Roman",serif;font-size:24px;letter-spacing:-.5px}
.bp-mgmt-brand small{display:block;margin-top:2px;color:#9fb0c9;font-size:9px;font-weight:800;letter-spacing:2.4px}
.bp-mgmt-nav-label{margin:24px 12px 10px;color:#8394ad;font-size:10px;font-weight:800;letter-spacing:2px}
.bp-mgmt-nav{display:grid;gap:4px}
.bp-mgmt-nav>a,.bp-mgmt-nav-parent{
  display:flex;
  align-items:center;
  gap:13px;
  width:100%;
  min-height:45px;
  padding:0 13px;
  border:1px solid transparent;
  border-radius:12px;
  background:transparent;
  color:#c9d3e1!important;
  font-family:inherit;
  font-size:14px;
  font-weight:700;
  text-align:left;
  text-decoration:none!important;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.bp-mgmt-nav>a:hover,.bp-mgmt-nav-parent:hover{color:#fff!important;background:rgba(255,255,255,.075);transform:translateX(2px)}
.bp-mgmt-nav>a.is-active,.bp-mgmt-nav-parent.is-active{color:var(--bp-navy)!important;background:#fff;box-shadow:0 9px 24px rgba(0,0,0,.2)}
.bp-mgmt-nav>a>.dashicons,.bp-mgmt-nav-parent>.dashicons{width:20px;height:20px;font-size:20px;line-height:20px}
.bp-mgmt-nav-group{position:relative}
.bp-mgmt-nav-parent>span:nth-child(2){min-width:0;flex:1}
.bp-mgmt-nav-chevron{margin-left:auto!important;font-size:15px!important;transition:transform .18s ease}
.bp-mgmt-nav-group.is-open .bp-mgmt-nav-chevron{transform:rotate(180deg)}
.bp-mgmt-nav-flyout{
  position:fixed;
  z-index:80;
  left:276px;
  top:var(--bp-flyout-top,160px);
  width:274px;
  padding:13px;
  border:1px solid #dbe3ef;
  border-radius:17px;
  background:rgba(255,255,255,.98);
  box-shadow:0 24px 60px rgba(7,20,38,.24);
  backdrop-filter:blur(16px);
}
.bp-mgmt-nav-flyout[hidden]{display:none!important}
.bp-mgmt-nav-flyout:before{content:"";position:absolute;left:-7px;top:22px;width:13px;height:13px;border-left:1px solid #dbe3ef;border-bottom:1px solid #dbe3ef;background:#fff;transform:rotate(45deg)}
.bp-mgmt-nav-flyout-title{display:block;padding:3px 9px 9px;color:#7c8ba1;font-size:9px;font-weight:900;letter-spacing:1.7px}
.bp-mgmt-nav-flyout a{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:center;min-height:62px;padding:9px 10px;border:1px solid transparent;border-radius:12px;color:#18304f!important;text-decoration:none!important;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.bp-mgmt-nav-flyout a:hover{border-color:#d8e3f5;background:#f3f7fd;transform:translateX(2px)}
.bp-mgmt-nav-flyout a.is-active{border-color:#c9d8f3;background:#edf3ff;box-shadow:inset 3px 0 0 #3d70ea}
.bp-mgmt-nav-flyout a>.dashicons{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#edf3ff;color:#3d70ea;font-size:18px;line-height:18px}
.bp-mgmt-nav-flyout b,.bp-mgmt-nav-flyout small{display:block}
.bp-mgmt-nav-flyout b{font-size:13px}.bp-mgmt-nav-flyout small{margin-top:3px;color:#7a8799;font-size:10px;font-weight:600}
.bp-mgmt-sidebar-foot{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 28px;
  gap:9px;
  align-items:center;
  margin-top:auto;
  padding:14px 10px 4px;
  border-top:1px solid rgba(255,255,255,.12);
}
.bp-mgmt-sidebar-foot>.dashicons{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.1)}
.bp-mgmt-sidebar-foot b,.bp-mgmt-sidebar-foot small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bp-mgmt-sidebar-foot b{font-size:12px}.bp-mgmt-sidebar-foot small{margin-top:2px;color:#8fa0b9;font-size:10px}
.bp-mgmt-sidebar-foot a{display:grid;place-items:center;color:#fff!important;text-decoration:none;font-size:18px}
.bp-mgmt-workspace{min-width:0;background:var(--bp-canvas)}
.bp-mgmt-topbar{
  position:sticky;
  top:0;
  z-index:35;
  height:74px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:0 clamp(22px,3vw,46px);
  background:rgba(255,255,255,.92);
  border-bottom:1px solid var(--bp-line);
  backdrop-filter:blur(14px);
}
.bp-mgmt-topbar-title small,.bp-mgmt-topbar-title strong{display:block}
.bp-mgmt-topbar-title small{color:var(--bp-blue);font-size:9px;font-weight:900;letter-spacing:2px}
.bp-mgmt-topbar-title strong{margin-top:3px;font-size:18px;letter-spacing:-.2px}
.bp-mgmt-top-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.bp-mgmt-top-user{display:flex;align-items:center;gap:8px;color:var(--bp-ink)!important;font-size:13px;font-weight:700;text-decoration:none!important}
.bp-mgmt-top-user .dashicons{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:var(--bp-blue);background:var(--bp-blue-soft)}
.bp-mgmt-menu-toggle{display:none}
.bp-mgmt-content{width:min(100%,1540px);margin:0 auto;padding:clamp(22px,3vw,46px)}
.bp-corporate-page .bp-mgmt-hero{
  position:relative;
  overflow:hidden;
  min-height:174px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin:0;
  padding:32px clamp(26px,4vw,50px);
  border:1px solid #dfe5ed;
  border-radius:var(--bp-radius-xl);
  color:var(--bp-ink);
  background:
    radial-gradient(circle at 88% 12%,rgba(40,100,220,.13),transparent 27%),
    linear-gradient(135deg,#fff 0%,#f3f7ff 100%);
  box-shadow:var(--bp-shadow-soft);
}
.bp-corporate-page .bp-mgmt-hero:after{
  content:"";
  position:absolute;
  right:5%;
  bottom:-58px;
  width:230px;
  height:230px;
  border:38px solid rgba(40,100,220,.055);
  border-radius:50%;
}
.bp-corporate-page .bp-mgmt-hero>div,.bp-corporate-page .bp-mgmt-hero>a{position:relative;z-index:1}
.bp-corporate-page .bp-mgmt-hero small{color:var(--bp-gold);font-size:10px;font-weight:900;letter-spacing:2px}
.bp-corporate-page .bp-mgmt-hero h1{margin:8px 0 8px;color:var(--bp-ink);font-size:clamp(30px,3.2vw,47px);line-height:1;letter-spacing:-1.6px}
.bp-corporate-page .bp-mgmt-hero p{max-width:720px;margin:0;color:var(--bp-muted);font-size:15px;line-height:1.6}
.bp-corporate-page .bp-mgmt-logout{
  display:inline-flex;
  align-items:center;
  min-height:46px;
  padding:0 20px;
  border:1px solid var(--bp-line);
  border-radius:12px;
  color:var(--bp-ink)!important;
  background:#fff;
  font-weight:800;
  text-decoration:none!important;
  box-shadow:var(--bp-shadow-soft);
}
.bp-corporate-page .bp-mgmt-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:20px 0}
.bp-corporate-page .bp-mgmt-stat{
  position:relative;
  overflow:hidden;
  min-height:116px;
  padding:22px;
  border:1px solid var(--bp-line);
  border-radius:var(--bp-radius-lg);
  background:#fff;
  box-shadow:0 6px 20px rgba(15,23,42,.035);
}
.bp-corporate-page .bp-mgmt-stat:before{content:"";position:absolute;left:0;top:19px;bottom:19px;width:4px;border-radius:0 5px 5px 0;background:var(--bp-blue)}
.bp-corporate-page .bp-mgmt-stat small{display:block;color:var(--bp-muted);font-size:12px;font-weight:700}
.bp-corporate-page .bp-mgmt-stat strong{display:block;margin-top:11px;color:var(--bp-ink);font-size:31px;line-height:1}
.bp-corporate-page .bp-mgmt-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.bp-corporate-page .bp-mgmt-card{
  position:relative;
  min-height:174px;
  display:grid;
  grid-template-columns:48px minmax(0,1fr);
  align-content:start;
  gap:15px;
  padding:22px;
  border:1px solid var(--bp-line);
  border-radius:var(--bp-radius-lg);
  color:var(--bp-ink);
  background:#fff;
  text-decoration:none!important;
  box-shadow:0 4px 16px rgba(15,23,42,.035);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.bp-corporate-page .bp-mgmt-card:hover{transform:translateY(-3px);border-color:#cad8f0;box-shadow:var(--bp-shadow-soft)}
.bp-corporate-page .bp-mgmt-card>.dashicons{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;color:var(--bp-blue);background:var(--bp-blue-soft);font-size:23px}
.bp-corporate-page .bp-mgmt-card h2{margin:2px 0 7px;color:var(--bp-ink);font-size:17px;line-height:1.25}
.bp-corporate-page .bp-mgmt-card p{margin:0;color:var(--bp-muted);font-size:13px;line-height:1.55}
.bp-corporate-page .bp-mgmt-card>b{grid-column:2;align-self:end;margin-top:auto;color:var(--bp-blue);font-size:12px;letter-spacing:.2px}
.bp-corporate-page .bp-mgmt-framebar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 16px;padding:13px 16px;border:1px solid var(--bp-line);border-radius:14px;background:#fff}
.bp-corporate-page .bp-mgmt-back{display:inline-flex;align-items:center;gap:9px;color:var(--bp-ink)!important;font-weight:800;text-decoration:none!important}
.bp-corporate-page .bp-mgmt-back-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--bp-blue-soft);color:var(--bp-blue)}
.bp-corporate-page .bp-mgmt-frame{width:100%;min-height:calc(100svh - 150px);border:1px solid var(--bp-line);border-radius:var(--bp-radius-lg);background:#fff;box-shadow:var(--bp-shadow-soft)}
.bp-mgmt-overlay{display:none}

/* Management modules: every section is part of the page, never a nested scrolling frame. */
.bp-mgmt-native{min-width:0;width:100%;overflow:visible}
.bp-mgmt-native>.wrap,
.bp-mgmt-native .wrap{box-sizing:border-box;width:100%;max-width:none;margin:0!important;padding:0!important;overflow:visible!important}
.bp-mgmt-native>.wrap>h1:first-child{
  margin:0 0 18px!important;
  padding:27px 31px!important;
  border:1px solid #dbe4ef;
  border-radius:20px;
  color:#fff!important;
  background:linear-gradient(125deg,#0b172a,#24466f);
  box-shadow:var(--bp-shadow-soft);
  font-size:clamp(27px,3vw,36px)!important;
}
.bp-mgmt-native>.wrap>p:first-of-type{margin:-8px 0 20px!important;color:var(--bp-muted)!important}
.bp-mgmt-native .bp-admin-page,
.bp-mgmt-native .bp-stock-page,
.bp-mgmt-native .bp-finance-admin,
.bp-mgmt-native .bp-statement,
.bp-mgmt-native .bp-cut-wrap{width:100%;max-width:none!important;margin:0!important;padding:0!important}
.bp-mgmt-native .bp-admin-hero,
.bp-mgmt-native .bp-stock-page .bp-admin-hero,
.bp-mgmt-native .bp-finance-hero,
.bp-mgmt-native .bp-statement-hero{
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 16px 38px rgba(7,20,38,.12);
}
.bp-mgmt-native .bp-table-scroll,
.bp-mgmt-native .bp-statement-table,
.bp-mgmt-native .bp-receipt-table,
.bp-mgmt-native .bp-cut-table{max-height:none!important;overflow-x:auto;overflow-y:visible!important;scrollbar-gutter:auto}
.bp-mgmt-native table{max-width:100%}
.bp-mgmt-native .card{box-sizing:border-box}
.bp-mgmt-empty{display:grid;gap:6px;padding:34px;border:1px dashed #cbd5e1;border-radius:18px;background:#fff;color:var(--bp-muted);text-align:center}
.bp-mgmt-empty strong{color:var(--bp-ink);font-size:18px}
.bp-mgmt-native h1,.bp-mgmt-native h2,.bp-mgmt-native h3{color:var(--bp-ink);letter-spacing:-.35px}
.bp-mgmt-native .card,
.bp-mgmt-native .postbox,
.bp-mgmt-native .bp-card,
.bp-mgmt-native section{
  border-color:var(--bp-line);
  border-radius:var(--bp-radius-lg);
  box-shadow:0 5px 20px rgba(15,23,42,.04);
}
.bp-mgmt-native table.widefat,
.bp-mgmt-native .wp-list-table{overflow:hidden;border:1px solid var(--bp-line);border-radius:14px;background:#fff;box-shadow:none}
.bp-mgmt-native table.widefat thead th,
.bp-mgmt-native table.widefat tfoot th{padding:13px 12px;color:#475467;background:#f5f7fa;border-color:var(--bp-line);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.45px}
.bp-mgmt-native table.widefat td{padding:13px 12px;border-color:#edf0f3;vertical-align:middle}
.bp-mgmt-native input[type=text],.bp-mgmt-native input[type=email],.bp-mgmt-native input[type=number],.bp-mgmt-native input[type=tel],.bp-mgmt-native input[type=date],.bp-mgmt-native input[type=password],.bp-mgmt-native input[type=search],.bp-mgmt-native select,.bp-mgmt-native textarea,
body[class*="page_bp-b2b"] input[type=text],body[class*="page_bp-b2b"] input[type=email],body[class*="page_bp-b2b"] input[type=number],body[class*="page_bp-b2b"] input[type=date],body[class*="page_bp-b2b"] select,body[class*="page_bp-b2b"] textarea{
  min-height:43px;
  border:1px solid #d7dde6;
  border-radius:11px;
  color:var(--bp-ink);
  background:#fff;
  box-shadow:none;
}
.bp-mgmt-native textarea{min-height:98px}
.bp-mgmt-native input:focus,.bp-mgmt-native select:focus,.bp-mgmt-native textarea:focus{border-color:#7ba2ed;box-shadow:0 0 0 3px rgba(40,100,220,.11)}
.bp-mgmt-native .button,.bp-mgmt-native button,.bp-mgmt-native input[type=submit],
body[class*="page_bp-b2b"] .button,body[class*="page_bp-b2b"] button{
  min-height:41px;
  padding:0 16px;
  border:1px solid #d9dee6;
  border-radius:11px;
  color:var(--bp-ink);
  background:#fff;
  font-weight:750;
  box-shadow:none;
}
.bp-mgmt-native .button-primary,.bp-mgmt-native button[type=submit],.bp-mgmt-native input[type=submit],
body[class*="page_bp-b2b"] .button-primary,body[class*="page_bp-b2b"] button[type=submit]{border-color:var(--bp-blue);color:#fff;background:var(--bp-blue)}
.bp-mgmt-native .notice{margin:14px 0;padding:12px 14px;border-width:0 0 0 4px;border-radius:12px;background:#fff;box-shadow:none}
.bp-mgmt-native .nav-tab-wrapper{border:0;display:flex;gap:8px;flex-wrap:wrap}
.bp-mgmt-native .nav-tab{margin:0;padding:10px 15px;border:1px solid var(--bp-line);border-radius:11px;background:#fff}
.bp-mgmt-native .nav-tab-active{color:#fff;border-color:var(--bp-navy);background:var(--bp-navy)}

/* Dashboard analytics generated by the reporting module */
.bp-corporate-page .bp-management-insight{border:1px solid var(--bp-line)!important;border-radius:var(--bp-radius-xl)!important;background:#fff!important;box-shadow:var(--bp-shadow-soft)!important;color:var(--bp-ink)!important}
.bp-corporate-page .bp-management-insight h2,.bp-corporate-page .bp-management-insight h3,.bp-corporate-page .bp-management-insight strong{color:var(--bp-ink)!important}
.bp-corporate-page .bp-management-insight p,.bp-corporate-page .bp-management-insight small{color:var(--bp-muted)!important}
.bp-corporate-page .bp-insight-kpis>div{border:1px solid var(--bp-line)!important;background:var(--bp-surface-soft)!important}
.bp-corporate-page .bp-management-insight svg .grid{stroke:#e8edf3!important}
.bp-corporate-page .bp-management-insight svg .axis-label{fill:#7b8799!important}
.bp-corporate-page .bp-management-insight svg .sales-line{stroke:var(--bp-blue)!important}
.bp-corporate-page .bp-management-insight svg .sales-area{fill:rgba(40,100,220,.10)!important}
.bp-corporate-page .bp-management-insight svg .collection-bar{fill:var(--bp-gold)!important}

/* Unified native management screens */
.bp-mgmt-native .bp-page-intro{max-width:820px;margin:-8px 0 22px!important;color:var(--bp-muted);font-size:14px;line-height:1.65}
.bp-mgmt-native .bp-count-badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;color:var(--bp-blue);background:var(--bp-blue-soft);font-size:11px;font-weight:900;white-space:nowrap}
.bp-mgmt-native .bp-empty-row{padding:36px!important;color:var(--bp-muted)!important;text-align:center!important}

/* Customers */
.bp-corporate-page .bp-customers-admin .bp-customer-create-card{max-width:none!important;margin:0 0 24px!important;padding:0!important;overflow:hidden;border:1px solid var(--bp-line);background:#fff}
.bp-corporate-page .bp-customers-admin .bp-customer-create-card>summary{display:flex;align-items:center;gap:14px;padding:20px 24px;cursor:pointer;list-style:none;background:linear-gradient(135deg,#f8fbff,#f3f6fa);border-bottom:1px solid var(--bp-line)}
.bp-corporate-page .bp-customers-admin .bp-customer-create-card>summary::-webkit-details-marker{display:none}
.bp-corporate-page .bp-customers-admin .bp-customer-create-card>summary>.dashicons{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:var(--bp-blue);background:var(--bp-blue-soft);font-size:22px}
.bp-corporate-page .bp-customers-admin .bp-customer-create-card>summary strong,.bp-corporate-page .bp-customers-admin .bp-customer-create-card>summary small{display:block}
.bp-corporate-page .bp-customers-admin .bp-customer-create-card>summary strong{font-size:17px}.bp-corporate-page .bp-customers-admin .bp-customer-create-card>summary small{margin-top:3px;color:var(--bp-muted);font-size:12px;font-weight:500}
.bp-corporate-page .bp-customer-create-form{padding:24px}
.bp-corporate-page .bp-customer-create-form .form-table,.bp-corporate-page .bp-customer-create-form .form-table tbody{display:block;width:100%;margin:0}
.bp-corporate-page .bp-customer-create-form .form-table tbody{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.bp-corporate-page .bp-customer-create-form .form-table tr{display:grid;grid-template-columns:minmax(125px,.52fr) minmax(0,1fr);gap:14px;align-items:start;margin:0;padding:17px;border:1px solid #e8edf3;border-radius:14px;background:#fbfcfe}
.bp-corporate-page .bp-customer-create-form .form-table th,.bp-corporate-page .bp-customer-create-form .form-table td{display:block;width:auto!important;margin:0;padding:0!important;border:0!important;vertical-align:top}
.bp-corporate-page .bp-customer-create-form .form-table th{padding-top:12px!important;color:#344054;font-size:12px;font-weight:850;line-height:1.35}
.bp-corporate-page .bp-customer-create-form .form-table input:not([type=checkbox]):not([type=radio]),.bp-corporate-page .bp-customer-create-form .form-table select,.bp-corporate-page .bp-customer-create-form .form-table textarea{width:100%!important;max-width:none!important;margin:0!important}
.bp-corporate-page .bp-customer-create-form>h2{margin:24px 0 12px;padding-top:22px;border-top:1px solid var(--bp-line);font-size:19px}
.bp-corporate-page .bp-customer-create-form>p.submit{margin:24px 0 0!important;padding:20px 0 0!important;border-top:1px solid var(--bp-line)}
.bp-corporate-page .bp-customer-applications{padding:0!important;overflow:hidden;background:#fff}
.bp-corporate-page .bp-customer-applications>header,.bp-corporate-page .bp-operation-card>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid var(--bp-line);background:#fff}
.bp-corporate-page .bp-customer-applications>header small,.bp-corporate-page .bp-operation-card>header small{color:var(--bp-gold);font-size:9px;font-weight:900;letter-spacing:1.7px}
.bp-corporate-page .bp-customer-applications>header h2,.bp-corporate-page .bp-operation-card>header h2{margin:4px 0 0;font-size:20px}
.bp-corporate-page .bp-customer-applications .bp-table-scroll{padding:0 20px 20px}

/* Reports */
.bp-corporate-page .bp-report-filter{max-width:none!important;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(520px,1.2fr);align-items:end;gap:28px;margin:0!important;padding:24px!important;background:linear-gradient(135deg,#fff,#f8fbff)}
.bp-corporate-page .bp-report-filter small,.bp-corporate-page .bp-report-card small{color:var(--bp-gold);font-size:9px;font-weight:900;letter-spacing:1.7px}
.bp-corporate-page .bp-report-filter h2{margin:5px 0 5px;font-size:20px}.bp-corporate-page .bp-report-filter p{margin:0;color:var(--bp-muted);font-size:13px;line-height:1.55}
.bp-corporate-page .bp-report-filter form{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr)) auto;align-items:end;gap:12px}
.bp-corporate-page .bp-report-filter label{display:grid;gap:7px;color:#344054;font-size:12px}.bp-corporate-page .bp-report-filter input[type=date]{width:100%;margin:0}
.bp-corporate-page .bp-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.bp-corporate-page .bp-report-card{min-height:235px!important;margin:0!important;padding:22px!important;display:grid;grid-template-columns:48px minmax(0,1fr);align-content:start;gap:14px;background:#fff}
.bp-corporate-page .bp-report-card>.dashicons{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;color:var(--bp-blue);background:var(--bp-blue-soft);font-size:23px}
.bp-corporate-page .bp-report-card h2{margin:5px 0 7px;font-size:19px}.bp-corporate-page .bp-report-card p{margin:0;color:var(--bp-muted);font-size:13px;line-height:1.55}
.bp-corporate-page .bp-report-card footer{grid-column:1/-1;display:flex;gap:9px;align-self:end;margin-top:12px;padding-top:17px;border-top:1px solid var(--bp-line)}

/* Warehouse operation */
.bp-corporate-page .bp-operation-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 18px}
.bp-corporate-page .bp-operation-summary article{display:flex;align-items:center;gap:14px;min-height:94px;padding:18px 20px;border:1px solid var(--bp-line);border-radius:16px;background:#fff;box-shadow:0 5px 20px rgba(15,23,42,.04)}
.bp-corporate-page .bp-operation-summary .dashicons{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;color:var(--bp-blue);background:var(--bp-blue-soft);font-size:22px}
.bp-corporate-page .bp-operation-summary small,.bp-corporate-page .bp-operation-summary strong{display:block}.bp-corporate-page .bp-operation-summary small{color:var(--bp-muted);font-size:9px;font-weight:900;letter-spacing:1.45px}.bp-corporate-page .bp-operation-summary strong{margin-top:5px;font-size:26px;line-height:1}
.bp-corporate-page .bp-operation-card{padding:0!important;overflow:hidden;background:#fff}
.bp-corporate-page .bp-operation-card .bp-table-scroll{padding:0 20px 20px}
.bp-corporate-page .bp-order-link{font-weight:900;text-decoration:none}.bp-corporate-page .bp-progress-pill,.bp-corporate-page .bp-status-pill{display:inline-flex;align-items:center;min-height:29px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:850;white-space:nowrap}
.bp-corporate-page .bp-progress-pill{color:#1752b8;background:#edf4ff}.bp-corporate-page .bp-status-pill{color:#5d4a20;background:#fff5d8}.bp-corporate-page .bp-status-pill.is-bp-ready-ship{color:#176c48;background:#e8f7ef}.bp-corporate-page .bp-status-pill.is-bp-picking{color:#9a4d10;background:#fff0df}

/* Settings modules */
.bp-corporate-page :is([data-bp-screen="bp-b2b-notifications"],[data-bp-screen="bp-b2b-exchange"],[data-bp-screen="bp-b2b-bank"],[data-bp-screen="bp-b2b-referrals"])>.wrap>p:first-of-type{max-width:820px;margin:-8px 0 22px!important;color:var(--bp-muted);line-height:1.6}
.bp-corporate-page [data-bp-screen="bp-b2b-notifications"]>.wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.bp-corporate-page [data-bp-screen="bp-b2b-notifications"]>.wrap>h1,.bp-corporate-page [data-bp-screen="bp-b2b-notifications"]>.wrap>p,.bp-corporate-page [data-bp-screen="bp-b2b-notifications"]>.wrap>.notice{grid-column:1/-1}
.bp-corporate-page [data-bp-screen="bp-b2b-notifications"] .card{max-width:none!important;margin:0!important;padding:24px!important;background:#fff}
.bp-corporate-page [data-bp-screen="bp-b2b-notifications"] .card h2{margin:0 0 8px;font-size:20px}.bp-corporate-page [data-bp-screen="bp-b2b-notifications"] .card h3{font-size:16px}
.bp-corporate-page [data-bp-screen="bp-b2b-notifications"] .card p{color:#475467;line-height:1.55}.bp-corporate-page [data-bp-screen="bp-b2b-notifications"] .card hr{border:0;border-top:1px solid var(--bp-line)}
.bp-corporate-page [data-bp-screen="bp-b2b-notifications"] .card input:not([type=checkbox]):not([type=radio]),.bp-corporate-page [data-bp-screen="bp-b2b-notifications"] .card select,.bp-corporate-page [data-bp-screen="bp-b2b-notifications"] .card textarea{width:100%;max-width:none}
.bp-corporate-page [data-bp-screen="bp-b2b-notifications"] .bp-campaign-card{grid-column:1/-1}
.bp-corporate-page :is([data-bp-screen="bp-b2b-exchange"],[data-bp-screen="bp-b2b-bank"],[data-bp-screen="bp-b2b-referrals"]) .card{max-width:none!important;margin:0 0 18px!important;padding:24px!important;background:#fff}
.bp-corporate-page :is([data-bp-screen="bp-b2b-exchange"],[data-bp-screen="bp-b2b-bank"],[data-bp-screen="bp-b2b-referrals"]) .form-table th{width:220px;padding:18px 16px 18px 0;color:#344054;font-size:12px}.bp-corporate-page :is([data-bp-screen="bp-b2b-exchange"],[data-bp-screen="bp-b2b-bank"],[data-bp-screen="bp-b2b-referrals"]) .form-table td{padding:12px 0}

@media(max-width:1100px){
  .bp-corporate-page .bp-report-grid{grid-template-columns:1fr 1fr}.bp-corporate-page .bp-report-card:last-child{grid-column:1/-1}
  .bp-corporate-page .bp-report-filter{grid-template-columns:1fr}.bp-corporate-page [data-bp-screen="bp-b2b-notifications"]>.wrap{grid-template-columns:1fr}
  .bp-corporate-page [data-bp-screen="bp-b2b-notifications"]>.wrap>*{grid-column:1!important}
}
@media(max-width:760px){
  .bp-corporate-page .bp-customer-create-form .form-table tbody,.bp-corporate-page .bp-report-grid,.bp-corporate-page .bp-operation-summary{grid-template-columns:1fr}
  .bp-corporate-page .bp-report-card:last-child{grid-column:auto}.bp-corporate-page .bp-report-filter form{grid-template-columns:1fr}.bp-corporate-page .bp-customer-create-form{padding:16px}
  .bp-corporate-page .bp-customer-create-form .form-table tr{grid-template-columns:1fr}.bp-corporate-page .bp-customer-create-form .form-table th{padding-top:0!important}
}

/* Dealer portal */
body.bp-dealer-page{background:var(--bp-canvas)!important}
body.bp-dealer-page .bp-app,
body.bp-dealer-page .bp-account-shell,
body.bp-dealer-page .bp-application,
body.bp-dealer-page .woocommerce{
  width:min(100% - 36px,1480px);
  max-width:1480px;
  margin:0 auto!important;
  padding:28px 0 70px;
}
body.bp-dealer-page .bp-app{color:var(--bp-ink)}
body.bp-dealer-page .bp-hero{
  overflow:hidden;
  border:1px solid var(--bp-line)!important;
  border-radius:var(--bp-radius-xl)!important;
  color:var(--bp-ink)!important;
  background:
    radial-gradient(circle at 88% 8%,rgba(40,100,220,.14),transparent 29%),
    linear-gradient(135deg,#fff,#f2f7ff)!important;
  box-shadow:var(--bp-shadow-soft)!important;
}
body.bp-dealer-page .bp-hero h1,body.bp-dealer-page .bp-hero h2,body.bp-dealer-page .bp-hero strong{color:var(--bp-ink)!important}
body.bp-dealer-page .bp-hero p,body.bp-dealer-page .bp-hero small{color:var(--bp-muted)!important}
body.bp-dealer-page .bp-controls,
body.bp-dealer-page .bp-summary,
body.bp-dealer-page .bp-cart,
body.bp-dealer-page .bp-catalog article,
body.bp-dealer-page .bp-card,
body.bp-dealer-page .woocommerce-MyAccount-content,
body.bp-dealer-page .bp-account-card{
  border:1px solid var(--bp-line)!important;
  border-radius:var(--bp-radius-lg)!important;
  background:#fff!important;
  box-shadow:0 5px 22px rgba(15,23,42,.045)!important;
}
body.bp-dealer-page input,body.bp-dealer-page select,body.bp-dealer-page textarea{
  border:1px solid #d8dee7!important;
  border-radius:11px!important;
  color:var(--bp-ink)!important;
  background:#fff!important;
  box-shadow:none!important;
}
body.bp-dealer-page button,body.bp-dealer-page .button,body.bp-dealer-page a.button{
  min-height:43px;
  border-radius:11px!important;
  font-weight:800!important;
}
body.bp-dealer-page .woocommerce-MyAccount-navigation{
  overflow:hidden;
  border-radius:var(--bp-radius-lg);
  background:var(--bp-navy)!important;
  box-shadow:var(--bp-shadow-soft);
}
body.bp-dealer-page .woocommerce-MyAccount-navigation ul{margin:0!important;padding:12px!important;list-style:none}
body.bp-dealer-page .woocommerce-MyAccount-navigation a{display:block;padding:12px 14px;border-radius:10px;color:#cdd7e4!important;text-decoration:none!important;font-weight:700}
body.bp-dealer-page .woocommerce-MyAccount-navigation .is-active a,body.bp-dealer-page .woocommerce-MyAccount-navigation a:hover{color:var(--bp-navy)!important;background:#fff}

/* Login and application */
body.bp-dealer-page:has(.bp-ul-shell){min-height:100svh;background:linear-gradient(135deg,#eef3f9,#f8fafc)!important}
.bp-ul-shell{
  width:min(100% - 36px,1120px)!important;
  min-height:680px;
  margin:clamp(24px,6vh,70px) auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr)!important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.8);
  border-radius:28px!important;
  background:#fff;
  box-shadow:0 28px 80px rgba(15,23,42,.16)!important;
}
.bp-ul-brand{
  position:relative;
  display:flex!important;
  flex-direction:column;
  align-items:flex-start!important;
  justify-content:flex-end!important;
  min-height:100%;
  padding:52px!important;
  background:
    radial-gradient(circle at 20% 10%,rgba(54,111,226,.37),transparent 32%),
    linear-gradient(150deg,#0b172a,#142a4a)!important;
}
.bp-ul-brand:before{content:"B2B";position:absolute;right:-20px;top:22%;color:rgba(255,255,255,.035);font-family:Georgia,serif;font-size:180px;font-weight:900;line-height:1}
.bp-ul-brand img{position:relative;width:min(100%,290px)!important;height:auto!important;margin:0 0 24px!important}
.bp-ul-brand p{position:relative;max-width:330px;margin:0!important;color:#bdcbe0!important;font-size:16px!important;line-height:1.6}
.bp-ul-card{align-self:center!important;width:100%!important;max-width:520px!important;margin:0 auto!important;padding:clamp(34px,5vw,64px)!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}
.bp-ul-card>small{color:var(--bp-gold)!important;font-size:10px!important;font-weight:900!important;letter-spacing:2px!important}
.bp-ul-card h2{margin:11px 0 9px!important;color:var(--bp-ink)!important;font-size:34px!important;letter-spacing:-1px!important}
.bp-ul-intro{margin:0 0 26px!important;color:var(--bp-muted)!important}
.bp-ul-card label>span:first-child{color:#344054!important;font-size:12px!important;font-weight:800!important}
.bp-ul-card input[type=text],.bp-ul-card input[type=password]{min-height:52px!important;border:1px solid #d6dde7!important;border-radius:12px!important;background:#fdfefe!important}
.bp-ul-submit{min-height:52px!important;border:0!important;border-radius:12px!important;background:var(--bp-blue)!important;box-shadow:0 10px 24px rgba(40,100,220,.22)!important}
.bp-ul-apply{border:1px solid var(--bp-line)!important;border-radius:13px!important;background:var(--bp-surface-soft)!important}
.bp-application{
  max-width:980px!important;
  margin:36px auto!important;
  padding:clamp(26px,4vw,48px)!important;
  border:1px solid var(--bp-line);
  border-radius:var(--bp-radius-xl);
  background:#fff;
  box-shadow:var(--bp-shadow);
}
.bp-application h1{margin:7px 0 8px;color:var(--bp-ink);font-size:40px;letter-spacing:-1.2px}
.bp-application .bp-eyebrow{color:var(--bp-gold);font-size:10px;font-weight:900;letter-spacing:2px}
.bp-application .bp-form-grid{gap:16px!important}
.bp-application label{color:#344054;font-weight:750}

/* Direct custom admin pages use the same visual language. */
body[class*="page_bp-b2b"]{background:var(--bp-canvas)}
body[class*="page_bp-b2b"] #wpcontent{padding:24px 30px}
body[class*="page_bp-b2b"] .wrap{max-width:1540px;margin:0 auto}
body[class*="page_bp-b2b"] .wrap>h1{font-size:30px;letter-spacing:-.8px}

@media(max-width:1180px){
  .bp-corporate-page .bp-mgmt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bp-corporate-page .bp-mgmt-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
  .bp-corporate-page .bp-mgmt.bp-mgmt-shell{display:block}
  .bp-mgmt-sidebar{position:fixed;left:0;top:0;width:min(86vw,288px);transform:translateX(-105%);transition:transform .22s ease}
  .bp-mgmt-shell.is-nav-open .bp-mgmt-sidebar{transform:translateX(0)}
  .bp-mgmt-menu-toggle{display:flex;align-items:center;gap:4px;min-width:74px;min-height:42px;padding:0 11px;border:1px solid var(--bp-line);border-radius:11px;background:#fff}
  .bp-mgmt-menu-toggle span{display:block;width:4px;height:4px;border-radius:50%;background:var(--bp-navy)}
  .bp-mgmt-menu-toggle b{margin-left:4px;font-size:12px}
  .bp-mgmt-overlay{position:fixed;z-index:45;inset:0;display:block;border:0;opacity:0;visibility:hidden;background:rgba(8,18,34,.48);transition:.22s ease}
  .bp-mgmt-shell.is-nav-open .bp-mgmt-overlay{opacity:1;visibility:visible}
  html.bp-panel-nav-open{overflow:hidden}
  .bp-mgmt-nav-flyout{position:static;width:auto;margin:5px 0 7px 42px;padding:7px;border-color:rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.055);box-shadow:none;backdrop-filter:none}
  .bp-mgmt-nav-flyout:before,.bp-mgmt-nav-flyout-title{display:none}
  .bp-mgmt-nav-flyout a{min-height:50px;padding:7px;color:#dbe5f2!important}
  .bp-mgmt-nav-flyout a:hover,.bp-mgmt-nav-flyout a.is-active{border-color:rgba(255,255,255,.11);background:rgba(255,255,255,.09);box-shadow:none}
  .bp-mgmt-nav-flyout a>.dashicons{width:32px;height:32px;background:rgba(255,255,255,.1);color:#ff8a30}
  .bp-mgmt-nav-flyout small{color:#93a5bd}
  .bp-ul-shell{grid-template-columns:1fr!important;max-width:650px!important}
  .bp-ul-brand{min-height:220px;padding:34px!important}
  .bp-ul-brand:before{font-size:110px;top:18%}
  .bp-ul-brand img{width:230px!important;margin-bottom:14px!important}
}
@media(max-width:680px){
  .bp-mgmt-topbar{height:64px;padding:0 14px}
  .bp-mgmt-top-user span:last-child{display:none}
  .bp-mgmt-content{padding:14px}
  .bp-corporate-page .bp-mgmt-hero{min-height:0;align-items:flex-start;flex-direction:column;padding:26px 22px;border-radius:19px}
  .bp-corporate-page .bp-mgmt-hero h1{font-size:31px}
  .bp-corporate-page .bp-mgmt-stats{gap:10px;margin:12px 0}
  .bp-corporate-page .bp-mgmt-stat{min-height:96px;padding:17px}
  .bp-corporate-page .bp-mgmt-stat strong{font-size:25px}
  .bp-corporate-page .bp-mgmt-grid{grid-template-columns:1fr;gap:11px}
  .bp-corporate-page .bp-mgmt-card{min-height:142px;padding:18px}
  .bp-corporate-page .bp-mgmt-framebar>strong{display:none}
  .bp-ul-shell{width:min(100% - 20px,650px)!important;min-height:0;margin:10px auto!important;border-radius:20px!important}
  .bp-ul-brand{min-height:180px;padding:28px!important}
  .bp-ul-card{padding:30px 24px 36px!important}
  .bp-ul-card h2{font-size:29px!important}
  body.bp-dealer-page .bp-app,body.bp-dealer-page .bp-account-shell,body.bp-dealer-page .bp-application,body.bp-dealer-page .woocommerce{width:min(100% - 22px,1480px);padding-top:12px}
  .bp-application{padding:24px 18px!important}
  .bp-application h1{font-size:32px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}

/* Login v2: centered, balanced and independent from the theme content width. */
body.bp-unified-login-page{
  min-height:100svh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 15% 12%,rgba(40,100,220,.10),transparent 30%),
    radial-gradient(circle at 88% 88%,rgba(255,126,32,.07),transparent 24%),
    #f2f5f9!important;
}
body.bp-unified-login-page main.bp-ul-shell{
  width:100%!important;
  max-width:none!important;
  min-height:100svh!important;
  margin:0!important;
  padding:clamp(30px,5vw,76px)!important;
  display:grid!important;
  grid-template-columns:minmax(360px,430px) minmax(460px,570px)!important;
  justify-content:center!important;
  align-content:center!important;
  align-items:stretch!important;
  justify-items:stretch!important;
  gap:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.bp-unified-login-page .bp-ul-brand{
  position:relative;
  isolation:isolate;
  width:auto!important;
  min-width:0!important;
  min-height:650px!important;
  margin:0!important;
  padding:54px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08)!important;
  border-right:0!important;
  border-radius:28px 0 0 28px!important;
  background:
    radial-gradient(circle at 16% 10%,rgba(51,111,226,.36),transparent 34%),
    linear-gradient(155deg,#142b4d 0%,#0b172a 55%,#08111f 100%)!important;
  box-shadow:-16px 26px 70px rgba(15,23,42,.16)!important;
}
body.bp-unified-login-page .bp-ul-brand:before{
  content:""!important;
  position:absolute!important;
  z-index:-1;
  top:50%!important;
  right:-56px!important;
  bottom:auto!important;
  left:auto!important;
  width:330px!important;
  height:470px!important;
  border:0!important;
  border-radius:0!important;
  opacity:.055;
  transform:translateY(-50%) rotate(5deg);
  background:url("blitzpower-bolt.svg") center/contain no-repeat!important;
  pointer-events:none;
}
body.bp-unified-login-page .bp-ul-brand:after{
  content:"";
  position:absolute;
  z-index:-1;
  left:54px;
  right:54px;
  bottom:42px;
  height:1px;
  background:linear-gradient(90deg,rgba(255,255,255,.25),transparent);
}
body.bp-unified-login-page .bp-ul-brand img{
  position:relative;
  width:min(100%,285px)!important;
  max-height:none!important;
  height:auto!important;
  margin:0 0 26px!important;
  object-fit:contain!important;
}
body.bp-unified-login-page .bp-ul-brand p{
  position:relative;
  display:block!important;
  max-width:300px!important;
  margin:0!important;
  color:#c7d3e4!important;
  font-size:15px!important;
  line-height:1.65!important;
  letter-spacing:.01em!important;
  text-align:left!important;
}
body.bp-unified-login-page .bp-ul-card{
  align-self:stretch!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  min-height:650px!important;
  margin:0!important;
  padding:clamp(48px,5vw,72px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  border:1px solid #e1e6ed!important;
  border-left:0!important;
  border-radius:0 28px 28px 0!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:18px 26px 70px rgba(15,23,42,.13)!important;
}
body.bp-unified-login-page .bp-ul-card>small{color:var(--bp-gold)!important;font-size:10px!important;font-weight:900!important;letter-spacing:2.4px!important}
body.bp-unified-login-page .bp-ul-card h2{margin:10px 0 8px!important;color:var(--bp-ink)!important;font-size:clamp(31px,3vw,40px)!important;line-height:1.1!important;letter-spacing:-1.25px!important}
body.bp-unified-login-page .bp-ul-intro{display:block!important;margin:0 0 29px!important;color:var(--bp-muted)!important;font-size:14px!important;line-height:1.55!important}
body.bp-unified-login-page .bp-ul-card form>label{margin-bottom:17px!important}
body.bp-unified-login-page .bp-ul-card form>label>span:first-child{margin-bottom:8px!important;color:#344054!important;font-size:12px!important;font-weight:800!important}
body.bp-unified-login-page .bp-ul-card input[type=text],
body.bp-unified-login-page .bp-ul-card input[type=password]{
  height:54px!important;
  min-height:54px!important;
  padding:0 15px!important;
  border:1px solid #d5dce6!important;
  border-radius:12px!important;
  background:#f9fbfd!important;
  font-size:15px!important;
}
body.bp-unified-login-page .bp-ul-card input:focus{border-color:#7099e9!important;background:#fff!important;box-shadow:0 0 0 4px rgba(40,100,220,.11)!important}
body.bp-unified-login-page .bp-ul-password button{right:7px!important;min-height:39px!important;padding:0 13px!important;border:0!important;border-radius:9px!important;color:var(--bp-blue)!important;background:var(--bp-blue-soft)!important;font-size:12px!important}
body.bp-unified-login-page .bp-ul-options{margin:2px 0 20px!important}
body.bp-unified-login-page .bp-ul-submit{min-height:53px!important;padding:0 18px!important;border-radius:12px!important;background:linear-gradient(135deg,#326cde,#2458c8)!important;box-shadow:0 12px 26px rgba(40,100,220,.22)!important}
body.bp-unified-login-page .bp-ul-apply{min-height:58px!important;padding:10px 16px!important;border-color:#e0e5ec!important;border-radius:12px!important;background:#f8fafc!important}
body.bp-unified-login-page .bp-ul-help{margin:21px 0 0!important;padding-top:18px!important}

@media(max-width:900px){
  body.bp-unified-login-page main.bp-ul-shell{
    width:min(100% - 28px,580px)!important;
    min-height:auto!important;
    margin:14px auto!important;
    padding:0!important;
    grid-template-columns:1fr!important;
    align-content:start!important;
    overflow:hidden!important;
    border-radius:24px!important;
    box-shadow:0 24px 65px rgba(15,23,42,.16)!important;
  }
  body.bp-unified-login-page .bp-ul-brand{
    min-height:205px!important;
    padding:34px 38px!important;
    align-items:center!important;
    border:0!important;
    border-radius:24px 24px 0 0!important;
    box-shadow:none!important;
  }
  body.bp-unified-login-page .bp-ul-brand:before{right:-20px!important;width:190px!important;height:270px!important;opacity:.07}
  body.bp-unified-login-page .bp-ul-brand:after{display:none}
  body.bp-unified-login-page .bp-ul-brand img{width:min(100%,230px)!important;margin:0 0 12px!important}
  body.bp-unified-login-page .bp-ul-brand p{font-size:13px!important;text-align:center!important}
  body.bp-unified-login-page .bp-ul-card{
    min-height:0!important;
    padding:38px 34px 42px!important;
    border:0!important;
    border-radius:0 0 24px 24px!important;
    box-shadow:none!important;
  }
}
@media(max-width:520px){
  body.bp-unified-login-page main.bp-ul-shell{width:min(100% - 18px,580px)!important;margin:9px auto!important;border-radius:20px!important}
  body.bp-unified-login-page .bp-ul-brand{min-height:150px!important;padding:24px!important;border-radius:20px 20px 0 0!important}
  body.bp-unified-login-page .bp-ul-brand img{width:190px!important;margin:0!important}
  body.bp-unified-login-page .bp-ul-brand p{display:none!important}
  body.bp-unified-login-page .bp-ul-card{padding:29px 21px 33px!important;border-radius:0 0 20px 20px!important}
  body.bp-unified-login-page .bp-ul-card h2{font-size:29px!important}
  body.bp-unified-login-page .bp-ul-intro{margin-bottom:23px!important;font-size:13px!important}
}
