

/* ══════════════════════════════════════════════════════════
   My Account — Pre-login (Login Form)   2026-06-07
══════════════════════════════════════════════════════════ */

/* Hide the default WP page title on the account page */
.woocommerce-account .entry-header,
.woocommerce-account .page-header { display: none; }
.woocommerce-account .hestia-title { display: none !important; }

/* Outer wrap — centers the card */
.bc-login-wrap {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem 3rem;
}

.bc-login-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 24px rgba(13,51,73,.10), 0 0 0 1px rgba(13,51,73,.06);
  width: 100%;
  max-width: 440px;
  overflow: hidden;
}

/* Brand header strip */
.bc-login-brand {
  background: linear-gradient(135deg, #0d3349 0%, #1a5270 100%);
  padding: 1.75rem 2rem;
  text-align: center;
}

.bc-login-brand a {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: -.02em;
  display: block;
}

.bc-login-brand p {
  font-family: 'Inter', sans-serif;
  font-size: .78rem;
  color: rgba(255,255,255,.6);
  margin: .35rem 0 0;
}

/* Form area */
.bc-login-body {
  padding: 2rem 2rem 2.5rem;
}

.bc-login-body h2 {
  font-family: 'Sora', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #0d3349;
  margin: 0 0 .2rem;
}

p.bc-login-sub {
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  color: #6b7280;
  margin: 0 0 1.5rem;
}

/* Field groups */
.bc-field { margin-bottom: 1.1rem; }

.bc-field label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: .72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #374151;
  margin-bottom: .4rem;
}

input.bc-input {
  display: block !important;
  width: 100% !important;
  border: 1.5px solid #d1d9e0 !important;
  border-radius: 8px !important;
  padding: .72rem .9rem !important;
  font-family: 'Inter', sans-serif !important;
  font-size: .95rem !important;
  color: #1a2b3c !important;
  background: #f9fafb !important;
  transition: border-color .2s, box-shadow .2s, background .2s;
  box-shadow: none !important;
  box-sizing: border-box !important;
  height: auto !important;
}

input.bc-input:focus {
  outline: none !important;
  border-color: #1a8fa5 !important;
  box-shadow: 0 0 0 3px rgba(26,143,165,.12) !important;
  background: #fff !important;
}

/* Remember + forgot row */
.bc-login-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.1rem 0 1.4rem;
}

.bc-check-label {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  color: #374151;
  cursor: pointer;
}

a.bc-lost-pw {
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  color: #1a8fa5;
  text-decoration: none;
}

a.bc-lost-pw:hover { text-decoration: underline; }

/* Sign-in button */
button.bc-btn-primary {
  display: block;
  width: 100%;
  background: #0d3349;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: .88rem 1rem;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background .2s, transform .15s;
  text-align: center;
}

button.bc-btn-primary:hover {
  background: #1a5270;
  transform: translateY(-1px);
}


/* ══════════════════════════════════════════════════════════
   My Account — Post-login Layout       2026-06-07
══════════════════════════════════════════════════════════ */

/* Outer wrapper */
.bc-acct-wrap {
  margin-top: -1rem;
}

/* ── Account header strip ── */
.bc-acct-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, #0d3349 0%, #1a5270 100%);
  padding: 1.2rem 1.5rem;
  border-radius: 12px 12px 0 0;
}

.bc-acct-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  border: 2px solid rgba(255,255,255,.3);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bc-acct-greet {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.bc-acct-hello {
  font-family: 'Inter', sans-serif;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.55);
}

.bc-acct-name {
  font-family: 'Sora', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}

a.bc-acct-logout {
  font-family: 'Inter', sans-serif;
  font-size: .78rem;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 20px;
  padding: .32rem .85rem;
  transition: all .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

a.bc-acct-logout:hover {
  background: rgba(255,255,255,.12);
  color: #fff;
  border-color: rgba(255,255,255,.45);
}

/* ── Navigation tabs ── */
nav.bc-acct-nav {
  background: #f9fafb;
  border-bottom: 2px solid #e5eaf0;
  margin-bottom: 2rem;
}

nav.bc-acct-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 .75rem;
}

nav.bc-acct-nav ul li { margin: 0; }

nav.bc-acct-nav ul li a {
  display: block;
  padding: .85rem 1rem;
  font-family: 'Inter', sans-serif;
  font-size: .85rem;
  font-weight: 500;
  color: #6b7280;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

nav.bc-acct-nav ul li.is-active a,
nav.bc-acct-nav ul li a:hover {
  color: #0d3349;
  border-bottom-color: #0d3349;
}

/* ── Account content area ── */
.bc-acct-content {
  padding: .5rem 0 1rem;
  min-height: 200px;
}

/* ── Dashboard quick-action cards ── */
.bc-dashboard { padding: .25rem 0; }

p.bc-dash-welcome {
  font-family: 'Inter', sans-serif;
  font-size: .9rem;
  color: #6b7280;
  margin-bottom: 1.75rem;
}

p.bc-dash-welcome strong { color: #0d3349; }

.bc-dash-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}

a.bc-dash-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .55rem;
  background: #fff;
  border: 1.5px solid #e5eaf0;
  border-radius: 12px;
  padding: 1.5rem 1rem 1.25rem;
  text-decoration: none;
  text-align: center;
  transition: border-color .2s, box-shadow .2s, transform .15s;
}

a.bc-dash-card:hover {
  border-color: #1a8fa5;
  box-shadow: 0 4px 16px rgba(26,143,165,.12);
  transform: translateY(-2px);
}

.bc-dash-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #eef6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a8fa5;
  flex-shrink: 0;
}

span.bc-dash-label {
  font-family: 'Inter', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  color: #1a2b3c;
}

span.bc-dash-desc {
  font-family: 'Inter', sans-serif;
  font-size: .73rem;
  color: #9ca3af;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .bc-login-body { padding: 1.5rem 1.25rem 2rem; }
  .bc-login-brand { padding: 1.25rem; }
  .bc-login-card { border-radius: 12px; }
  .bc-acct-header { border-radius: 8px 8px 0 0; padding: 1rem; }
  .bc-acct-name { font-size: .95rem; }
  .bc-dash-cards { grid-template-columns: repeat(2, 1fr); }
  nav.bc-acct-nav ul li a { padding: .75rem .6rem; font-size: .8rem; }
}
