:root {
  --bch-dark: #15120f;
  --bch-dark-2: #241d15;
  --bch-cream: #fff7ec;
  --bch-cream-2: #f0dfc8;
  --bch-gold: #d8b15f;
  --bch-gold-2: #c79a45;
  --bch-text: #181410;
  --bch-muted: #4f4338;
  --bch-radius: 30px;
  --bch-shadow: 0 24px 65px rgba(41, 31, 22, 0.14);
  --bcp-ink: var(--bch-text);
  --bcp-muted: var(--bch-muted);
  --bcp-soft: var(--bch-cream);
  --bcp-panel: var(--bch-cream);
  --bcp-line: var(--bch-cream-2);
  --bcp-green: var(--bch-dark);
  --bcp-green-dark: var(--bch-dark-2);
  --bcp-lime: var(--bch-gold-2);
  --bcp-blue: #2b7cff;
  --bcp-orange: var(--bch-gold);
  --bcp-tab-bg: var(--bch-cream);
  --bcp-tab-text: var(--bch-text);
  --bcp-tab-active-text: var(--bch-cream);
  --bcp-button-text: var(--bch-dark);
  --bcp-header-text: var(--bch-cream);
  --bcp-hero-start: var(--bch-dark);
  --bcp-hero-mid: var(--bch-dark-2);
  --bcp-hero-end: var(--bch-dark);
  --bcp-shadow: var(--bch-shadow);
  --bcp-radius: var(--bch-radius);
  --bcp-tab-radius: 18px;
  --bcp-text-scale: 1;
}

.bcp-shell,
.bcp-shell * {
  box-sizing: border-box;
}

.bcp-shell {
  color: var(--bcp-ink);
  font-family: inherit;
  width: min(1180px, calc(100% - 24px));
  margin: 24px auto;
}

.bcp-hero,
.bcp-logout-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 28px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(216, 177, 95, 0.30), transparent 34%),
    radial-gradient(circle at 20% 20%, rgba(216, 177, 95, 0.22), transparent 28%),
    linear-gradient(135deg, var(--bcp-hero-start) 0%, var(--bcp-hero-mid) 48%, var(--bcp-hero-end) 100%);
  color: var(--bcp-header-text);
  box-shadow: var(--bcp-shadow);
}

.bcp-hero h1,
.bcp-logout-hero h1 {
  margin: 10px 0 14px;
  max-width: 740px;
  color: var(--bcp-header-text);
  font-size: clamp(2.2rem, 5vw, 4.9rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.bcp-hero p,
.bcp-logout-hero p {
  max-width: 720px;
  color: color-mix(in srgb, var(--bcp-header-text) 86%, transparent);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.bcp-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}

.bcp-eyebrow--dark {
  color: var(--bcp-green-dark);
  background: rgba(216, 177, 95, 0.16);
  border-color: rgba(216, 177, 95, 0.22);
}

.bcp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.bcp-button,
.bcp-shell input[type="submit"],
.bcp-shell button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  color: var(--bcp-button-text) !important;
  background: linear-gradient(135deg, var(--bcp-green), var(--bcp-green-dark));
  box-shadow: 0 14px 30px rgba(41, 31, 22, 0.20);
  text-decoration: none !important;
  font-weight: 800;
  cursor: pointer;
}

.bcp-button:hover,
.bcp-shell input[type="submit"]:hover,
.bcp-shell button[type="submit"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.bcp-button--light {
  color: var(--bcp-green-dark) !important;
  background: #fff;
}

.bcp-button--ghost {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: none;
}

.bcp-button--small {
  min-height: 36px;
  padding: 9px 13px;
  font-size: 0.85rem;
}

.bcp-hero__card {
  position: relative;
  min-height: 260px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
}

.bcp-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(0.5px);
}

.bcp-orb--one {
  width: 150px;
  height: 150px;
  right: 24px;
  top: 22px;
  background: radial-gradient(circle, rgba(216, 177, 95, 0.95), rgba(216, 177, 95, 0));
}

.bcp-orb--two {
  width: 190px;
  height: 190px;
  left: 12px;
  bottom: 10px;
  background: radial-gradient(circle, rgba(199, 154, 69, 0.60), rgba(199, 154, 69, 0));
}

.bcp-mini-card {
  position: absolute;
  display: grid;
  gap: 4px;
  width: min(230px, 78%);
  padding: 18px;
  border-radius: var(--bcp-tab-radius);
  color: var(--bcp-ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.bcp-mini-card svg {
  width: 34px;
  height: 34px;
  color: var(--bcp-green);
}

.bcp-mini-card span {
  color: var(--bcp-muted);
  font-size: 0.9rem;
}

.bcp-mini-card--top {
  top: 38px;
  left: 20px;
}

.bcp-mini-card--bottom {
  right: 20px;
  bottom: 38px;
}

.bcp-welcome-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 26px 0 18px;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff, var(--bcp-soft));
  border: 1px solid var(--bcp-line);
  box-shadow: 0 12px 40px rgba(41, 31, 22, 0.10);
}

.bcp-welcome-row h2,
.bcp-panel-heading h2,
.bcp-login-card h2,
.bcp-upload-card h3,
.bcp-design-list-card h3,
.bcp-pod-embed h3 {
  margin: 8px 0 0;
  color: var(--bcp-ink);
  letter-spacing: -0.035em;
}

.bcp-pill-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bcp-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--bcp-line);
  color: var(--bcp-green-dark);
  font-weight: 800;
  font-size: 0.84rem;
}

.bcp-tabs {
  display: grid;
  gap: 18px;
}

.bcp-tab-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(134px, 1fr));
  gap: 12px;
  padding: 12px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(41, 31, 22, 0.10);
  border: 1px solid var(--bcp-line);
}

.bcp-tab-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  min-height: 96px;
  padding: 14px 10px;
  border: 1px solid rgba(216, 177, 95, 0.18);
  border-radius: var(--bcp-tab-radius);
  color: var(--bcp-tab-text);
  background:
    radial-gradient(circle at top right, rgba(216, 177, 95, 0.18), transparent 42%),
    linear-gradient(180deg, var(--bcp-tab-bg), var(--bcp-soft));
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: 180ms ease;
}

.bcp-tab-button:hover,
.bcp-tab-button.is-active {
  color: var(--bcp-tab-active-text);
  background:
    radial-gradient(circle at top right, rgba(216, 177, 95, 0.26), transparent 42%),
    linear-gradient(135deg, var(--bcp-green), var(--bcp-green-dark));
  box-shadow: 0 18px 38px rgba(41, 31, 22, 0.18);
  transform: translateY(-2px);
}

.bcp-tab-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: rgba(216, 177, 95, 0.16);
}

.bcp-tab-button.is-active .bcp-tab-icon,
.bcp-tab-button:hover .bcp-tab-icon {
  background: rgba(255, 255, 255, 0.16);
}

.bcp-tab-icon svg,
.bcp-stat-card svg,
.bcp-brand-card svg,
.bcp-account-card svg {
  width: 26px;
  height: 26px;
}

.bcp-panel {
  display: none;
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--bcp-radius);
  background:
    radial-gradient(circle at top right, rgba(200, 240, 108, 0.16), transparent 34%),
    #fff;
  border: 1px solid var(--bcp-line);
  box-shadow: 0 18px 50px rgba(41, 31, 22, 0.10);
}

.bcp-panel.is-active {
  display: block;
}

.bcp-panel-heading {
  margin-bottom: 20px;
}

.bcp-panel-heading p,
.bcp-muted,
.bcp-notice-card p,
.bcp-login-card p {
  color: var(--bcp-muted);
}

.bcp-stat-grid,
.bcp-brand-grid,
.bcp-product-grid,
.bcp-account-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}

.bcp-stat-card,
.bcp-brand-card,
.bcp-product-card,
.bcp-account-card,
.bcp-notice-card,
.bcp-form-card,
.bcp-upload-card,
.bcp-design-list-card {
  border-radius: 26px;
  background: var(--bcp-panel);
  border: 1px solid var(--bcp-line);
  box-shadow: 0 10px 34px rgba(41, 31, 22, 0.08);
}

.bcp-stat-card {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.bcp-stat-card svg {
  color: var(--bcp-green);
}

.bcp-stat-card strong {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.bcp-stat-card span {
  color: var(--bcp-muted);
  font-weight: 700;
}

.bcp-brand-grid {
  margin-top: 18px;
}

.bcp-brand-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  color: var(--bcp-ink) !important;
  text-decoration: none !important;
  min-height: 150px;
  transition: 180ms ease;
}

.bcp-brand-card:hover {
  transform: translateY(-3px);
  border-color: rgba(216, 177, 95, 0.30);
  box-shadow: 0 18px 44px rgba(41, 31, 22, 0.14);
}

.bcp-brand-card__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  color: var(--bcp-green-dark);
  background: linear-gradient(135deg, rgba(216, 177, 95, 0.32), rgba(216, 177, 95, 0.18));
}

.bcp-brand-card small {
  color: var(--bcp-muted);
}

.bcp-product-grid {
  align-items: stretch;
}

.bcp-product-card {
  overflow: hidden;
  background: #fff;
}

.bcp-product-card__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1.25 / 1;
  background: linear-gradient(135deg, #eefaf3, #ffffff);
  overflow: hidden;
}

.bcp-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.bcp-product-card:hover img {
  transform: scale(1.04);
}

.bcp-product-card__image span svg {
  width: 54px;
  height: 54px;
  color: var(--bcp-green);
}

.bcp-product-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.bcp-product-card__body a:not(.bcp-button) {
  color: var(--bcp-ink);
  text-decoration: none;
}

.bcp-price {
  color: var(--bcp-green-dark);
  font-weight: 900;
}

.bcp-order-list,
.bcp-design-list,
.bcp-account-links {
  display: grid;
  gap: 12px;
}

.bcp-order-card,
.bcp-design-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(120px, 0.5fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--bcp-line);
  border-radius: 22px;
  background: #fff;
}

.bcp-order-card small,
.bcp-design-card small {
  display: block;
  color: var(--bcp-muted);
}

.bcp-order-number {
  display: block;
  color: var(--bcp-green-dark);
  font-weight: 900;
}

.bcp-more-link a,
.bcp-login-links a,
.bcp-account-links a {
  color: var(--bcp-green-dark);
  font-weight: 800;
}

.bcp-notice-card,
.bcp-form-card,
.bcp-account-card,
.bcp-upload-card,
.bcp-design-list-card {
  padding: 22px;
}

.bcp-form-card input,
.bcp-form-card textarea,
.bcp-form-card select,
.bcp-upload-card input,
.bcp-upload-card textarea,
.bcp-upload-card select,
.bcp-login-card input[type="text"],
.bcp-login-card input[type="password"] {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--bcp-line);
  border-radius: 16px;
  background: #fff;
  color: var(--bcp-ink);
}

.bcp-upload-card label,
.bcp-login-card label {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--bcp-green-dark);
  font-weight: 800;
}

.bcp-design-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: start;
}

.bcp-design-card {
  grid-template-columns: minmax(0, 1fr) auto;
}

.bcp-design-card p {
  margin: 8px 0 0;
  color: var(--bcp-muted);
}

.bcp-alert {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(200, 240, 108, 0.32);
  border: 1px solid rgba(216, 177, 95, 0.24);
  color: var(--bcp-green-dark);
  font-weight: 800;
}

.bcp-logout-hero {
  align-items: center;
}

.bcp-login-card {
  padding: 24px;
  border-radius: 28px;
  color: var(--bcp-ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
}

.bcp-login-card h2 {
  margin-top: 0;
}

.bcp-login-card .login-submit {
  margin-bottom: 0;
}

.bcp-login-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.bcp-logout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
}

.bcp-pod-embed {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .bcp-hero,
  .bcp-logout-hero,
  .bcp-design-layout,
  .bcp-logout-grid {
    grid-template-columns: 1fr;
  }

  .bcp-hero__card {
    min-height: 220px;
  }

  .bcp-order-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .bcp-shell {
    width: min(100% - 16px, 1180px);
  }

  .bcp-hero,
  .bcp-logout-hero {
    border-radius: 26px;
    padding: 26px 18px;
  }

  .bcp-welcome-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .bcp-tab-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 22px;
  }

  .bcp-tab-button {
    min-height: 86px;
    font-size: 0.9rem;
  }

  .bcp-panel {
    padding: 20px 14px;
  }
}

.bcp-license-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.bcp-license-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(200, 240, 108, 0.18), transparent 42%),
    #fff;
  border: 1px solid var(--bcp-line);
  box-shadow: 0 12px 38px rgba(41, 31, 22, 0.10);
}

.bcp-license-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.bcp-license-card__top strong,
.bcp-license-key code {
  word-break: break-word;
}

.bcp-license-card__top small,
.bcp-license-key span,
.bcp-license-meta span {
  display: block;
  color: var(--bcp-muted);
}

.bcp-license-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 19px;
  color: var(--bcp-green-dark);
  background: linear-gradient(135deg, rgba(216, 177, 95, 0.32), rgba(216, 177, 95, 0.18));
}

.bcp-license-icon svg {
  width: 28px;
  height: 28px;
}

.bcp-license-key {
  padding: 16px;
  border-radius: 20px;
  background: rgba(16, 32, 28, 0.04);
  border: 1px dashed rgba(216, 177, 95, 0.30);
}

.bcp-license-key code {
  display: block;
  margin-top: 7px;
  color: var(--bcp-green-dark);
  font-size: 0.96rem;
  font-weight: 900;
  white-space: normal;
}

.bcp-license-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bcp-license-meta span {
  padding: 12px;
  border-radius: 18px;
  background: var(--bcp-soft);
}

.bcp-license-meta strong {
  display: block;
  color: var(--bcp-ink);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bcp-license-status.is-active {
  color: var(--bcp-green-dark);
}

.bcp-license-status.is-expired {
  color: #9b2f1f;
  background: rgba(255, 138, 61, 0.16);
}

.bcp-license-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.bcp-button--soft {
  color: var(--bcp-green-dark) !important;
  background: rgba(216, 177, 95, 0.16);
  box-shadow: none;
}

@media (max-width: 640px) {
  .bcp-license-meta {
    grid-template-columns: 1fr;
  }
}

/* v1.2.0 client-area refinements */
.bcp-tab-nav {
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  border-radius: 22px;
}

.bcp-tab-button {
  aspect-ratio: 1 / 0.86;
  min-height: 104px;
  border-radius: 18px;
}

.bcp-dashboard-grid,
.bcp-wishlist-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.bcp-dashboard-card,
.bcp-marketing-card {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: 26px;
  background: var(--bcp-panel);
  border: 1px solid var(--bcp-line);
  box-shadow: 0 10px 34px rgba(41, 31, 22, 0.08);
}

.bcp-dashboard-card--wide {
  max-width: 760px;
}

.bcp-dashboard-card__head {
  display: flex;
  gap: 14px;
  align-items: center;
}

.bcp-dashboard-card__head > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  color: var(--bcp-green-dark);
  background: linear-gradient(135deg, rgba(216, 177, 95, 0.32), rgba(216, 177, 95, 0.18));
}

.bcp-dashboard-card__head svg {
  width: 25px;
  height: 25px;
}

.bcp-dashboard-card__head strong,
.bcp-marketing-card h3,
.bcp-form-card h3 {
  display: block;
  margin: 0;
  color: var(--bcp-ink);
  letter-spacing: -0.025em;
}

.bcp-dashboard-card__head small,
.bcp-payment-row small,
.bcp-mini-list small {
  color: var(--bcp-muted);
}

.bcp-mini-list {
  display: grid;
  gap: 10px;
}

.bcp-mini-list a,
.bcp-payment-row {
  display: grid;
  gap: 3px;
  padding: 12px;
  border-radius: 18px;
  color: var(--bcp-ink) !important;
  background: #fff;
  border: 1px solid var(--bcp-line);
  text-decoration: none !important;
}

.bcp-mini-list a:hover {
  border-color: rgba(216, 177, 95, 0.30);
  transform: translateY(-1px);
}

.bcp-mini-list span,
.bcp-payment-row span {
  color: var(--bcp-green-dark);
  font-weight: 900;
  font-size: 0.82rem;
}

.bcp-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.bcp-inline-form {
  display: inline-flex;
  margin: 0;
}

.bcp-inline-form button {
  font: inherit;
}

.bcp-product-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.bcp-status-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.84rem;
}

.bcp-status-pill.is-active {
  color: var(--bcp-green-dark);
  background: rgba(216, 177, 95, 0.18);
}

.bcp-status-pill.is-paused {
  color: #8a4b11;
  background: rgba(255, 138, 61, 0.16);
}

.bcp-preference-form {
  margin-top: 4px;
}

.bcp-product-wishlist-action {
  margin-top: 10px;
}

.bcp-wishlist-product-button,
.bcp-wishlist-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 0;
  border-radius: 14px;
  color: var(--bcp-green-dark) !important;
  background: rgba(216, 177, 95, 0.16);
  text-decoration: none !important;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 640px) {
  .bcp-tab-button {
    aspect-ratio: auto;
    border-radius: 16px;
  }
}

/* v1.4.0 account, wishlist and courier extensions */
.bcp-wishlist-create-card,
.bcp-wishlist-card,
.bcp-address-card,
.bcp-account-edit-form {
  border: 1px solid var(--bcp-line);
  border-radius: 26px;
  background: var(--bcp-panel);
  box-shadow: 0 18px 45px rgba(41, 31, 22, 0.10);
}

.bcp-wishlist-create-card,
.bcp-wishlist-card,
.bcp-address-card {
  padding: 22px;
}

.bcp-wishlist-stack {
  display: grid;
  gap: 22px;
  margin-top: 22px;
}

.bcp-wishlist-card__head,
.bcp-wishlist-manage,
.bcp-form-actions,
.bcp-share-actions,
.bcp-product-wishlist-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.bcp-wishlist-card__head {
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bcp-line);
  margin-bottom: 18px;
}

.bcp-wishlist-card h3,
.bcp-wishlist-card h4 {
  margin: 8px 0 8px;
}

.bcp-share-link,
.bcp-copy-link {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 12px;
  border: 1px solid rgba(216, 177, 95, 0.18);
  background: rgba(21, 149, 104, 0.08);
  color: var(--bcp-green-dark) !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 0.86rem;
}

.bcp-inline-create-form,
.bcp-account-edit-form .bcp-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.bcp-inline-create-form--compact {
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
}

.bcp-inline-create-form label,
.bcp-field-grid label {
  display: grid;
  gap: 7px;
  font-weight: 800;
  color: var(--bcp-ink);
}

.bcp-inline-create-form label span,
.bcp-field-grid label span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bcp-muted);
}

.bcp-shell input[type="text"],
.bcp-shell input[type="email"],
.bcp-shell input[type="tel"],
.bcp-shell select,
.bcp-shell textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(16, 32, 28, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px 12px;
  color: var(--bcp-ink);
}

.bcp-field-wide {
  grid-column: 1 / -1;
}

.bcp-account-grid--edit {
  grid-template-columns: minmax(260px, 0.7fr) repeat(2, minmax(300px, 1fr));
  align-items: start;
}

.bcp-account-card--profile {
  align-content: start;
}

.bcp-account-edit-form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.bcp-form-actions {
  margin-top: 18px;
}

.bcp-button--ghost-dark {
  color: var(--bcp-green-dark) !important;
  background: transparent;
  border: 1px solid rgba(7, 88, 63, 0.2);
  box-shadow: none;
}

.bcp-order-card__tracking {
  display: grid;
  gap: 4px;
  font-size: 0.86rem;
}

.bcp-order-card__tracking a,
.bcp-tracking-list a {
  color: var(--bcp-green-dark);
  font-weight: 800;
}

.bcp-tracking-card {
  background:
    radial-gradient(circle at top right, rgba(200, 240, 108, 0.22), transparent 34%),
    rgba(255,255,255,.94);
}

.bcp-shared-wishlist-page .bcp-wishlist-card {
  margin-top: 22px;
}

.bcp-hero--shared {
  grid-template-columns: 1fr;
}

.bcp-product-wishlist-form select {
  min-height: 40px;
  max-width: 190px;
  border-radius: 12px;
  font-size: 0.86rem;
}

@media (max-width: 980px) {
  .bcp-account-grid--edit,
  .bcp-inline-create-form {
    grid-template-columns: 1fr;
  }

  .bcp-wishlist-card__head {
    align-items: flex-start;
  }
}

/* v1.5.0 cancelled order/invoice sub-tabs */
.bcp-subtabs {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.bcp-subtab-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  padding: 10px;
  border-radius: 22px;
  background: rgba(246, 251, 248, 0.95);
  border: 1px solid var(--bcp-line);
}

.bcp-subtab-button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon meta";
  gap: 3px 12px;
  align-items: center;
  min-height: 76px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(216, 177, 95, 0.18);
  background: #fff;
  color: var(--bcp-green-dark);
  text-align: left;
  cursor: pointer;
  transition: 180ms ease;
}

.bcp-subtab-button span {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(216, 177, 95, 0.16);
}

.bcp-subtab-button svg {
  width: 24px;
  height: 24px;
}

.bcp-subtab-button strong {
  grid-area: title;
  font-weight: 900;
}

.bcp-subtab-button small {
  grid-area: meta;
  color: var(--bcp-muted);
  font-weight: 800;
}

.bcp-subtab-button:hover,
.bcp-subtab-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--bcp-green), var(--bcp-green-dark));
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(216, 177, 95, 0.22);
}

.bcp-subtab-button:hover span,
.bcp-subtab-button.is-active span {
  background: rgba(255, 255, 255, 0.18);
}

.bcp-subtab-button:hover small,
.bcp-subtab-button.is-active small {
  color: rgba(255, 255, 255, 0.84);
}

.bcp-subtab-panel {
  display: none;
}

.bcp-subtab-panel.is-active {
  display: block;
}

.bcp-status-pill.is-cancelled,
.bcp-order-card.is-cancelled .bcp-status-pill {
  color: #7a271a;
  background: #fff1ee;
  border: 1px solid rgba(180, 35, 24, 0.18);
}

.bcp-order-card.is-cancelled {
  background:
    radial-gradient(circle at top right, rgba(251, 191, 36, 0.14), transparent 36%),
    #fff;
  border-color: rgba(180, 35, 24, 0.12);
}

/* v1.6.0 wishlist takeover and improved navigation */
.bcp-quick-nav {
  margin: 22px 0;
  padding: 22px;
  border: 1px solid var(--bcp-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(200, 240, 108, 0.18), transparent 36%),
    rgba(255,255,255,.94);
  box-shadow: 0 18px 45px rgba(41, 31, 22, 0.10);
}

.bcp-quick-nav__head h3 {
  margin: 4px 0 18px;
}

.bcp-quick-nav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
}

.bcp-quick-nav-card {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 132px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(216, 177, 95, 0.18);
  background: linear-gradient(180deg, #ffffff, #f7fbf8);
  color: var(--bcp-green-dark) !important;
  text-decoration: none !important;
  transition: 180ms ease;
}

.bcp-quick-nav-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 35px rgba(216, 177, 95, 0.22);
  border-color: rgba(216, 177, 95, 0.30);
}

.bcp-quick-nav-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(216, 177, 95, 0.16);
}

.bcp-quick-nav-card svg {
  width: 24px;
  height: 24px;
}

.bcp-quick-nav-card strong {
  font-size: 1rem;
}

.bcp-quick-nav-card small {
  color: var(--bcp-muted);
  line-height: 1.45;
}

.brooled-wishlist-menu-item > a {
  font-weight: 900;
}

/* v2.0 self-service portal additions */
.bcp-service-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:24px;margin:24px 0}.bcp-download-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:22px 0}.bcp-download-card,.bcp-notification-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid rgba(12,40,35,.08);border-radius:22px;padding:18px;box-shadow:0 16px 38px rgba(10,35,30,.08)}.bcp-download-card>span,.bcp-notification-card>span{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#dcfce7,#f0fdf4);color:#0f766e;flex:0 0 44px}.bcp-download-card svg,.bcp-notification-card svg{width:24px;height:24px}.bcp-download-card strong,.bcp-notification-card strong{display:block;color:#0f172a;font-size:1rem}.bcp-download-card small{font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#047857}.bcp-download-card p,.bcp-notification-card p{margin:.35rem 0 .8rem;color:#64748b}.bcp-notification-list{display:grid;gap:14px}.bcp-address-book-card{margin-top:24px}.bcp-address-book-actions{align-items:stretch;gap:12px;flex-wrap:wrap}.bcp-address-book-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin-top:16px}.bcp-address-card--saved p{margin:.7rem 0;color:#64748b}.bcp-gift-settings-form{margin:14px 0 18px;padding:14px;border-radius:18px;background:linear-gradient(135deg,rgba(236,253,245,.9),rgba(240,253,250,.8));border:1px solid rgba(16,185,129,.16)}.bcp-checkbox-label{display:flex!important;gap:9px;align-items:center}.bcp-checkbox-label input{width:auto!important}.bcp-alert--soft{background:#f0fdf4;border-color:rgba(34,197,94,.25);color:#166534}.bcp-form-card--embedded{margin-top:24px}.bcp-service-list .bcp-payment-row a{font-size:.85rem;font-weight:800;color:#047857}.bcp-quick-nav-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:24px 0}.bcp-quick-nav-card{display:flex;flex-direction:column;gap:8px;text-decoration:none;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:18px;color:#0f172a;box-shadow:0 16px 34px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease}.bcp-quick-nav-card:hover{transform:translateY(-2px);box-shadow:0 24px 44px rgba(15,23,42,.1)}.bcp-quick-nav-card span{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#ecfdf5;color:#047857}.bcp-quick-nav-card svg{width:22px;height:22px}.bcp-quick-nav-card small{color:#64748b;line-height:1.35}.bcp-tab-nav{align-items:stretch}.bcp-tab-button{border-radius:16px!important;min-height:76px}.bcp-tab-button span:last-child{font-weight:900}.bcp-account-grid .bcp-account-card p{color:#64748b}.bcp-return-status-pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:.78rem;font-weight:900}.bcp-download-grid--wide{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}@media (max-width:820px){.bcp-service-grid{grid-template-columns:1fr}.bcp-tab-button{min-height:64px}.bcp-quick-nav-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.bcp-quick-nav-grid{grid-template-columns:1fr}.bcp-service-grid{gap:16px}.bcp-download-card,.bcp-notification-card{border-radius:18px}}

.bcp-button--admin {
  color: var(--bcp-green-dark) !important;
  background: linear-gradient(135deg, #ffffff, #d9f7e9);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

/* v2.2 referral engine */
.bcp-referral-link-box{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:16px 0;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.08)}
.bcp-referral-link-box code{flex:1;min-width:240px;white-space:normal;word-break:break-all;color:#0f172a;font-weight:800;background:transparent}
.bcp-share-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}

/* v2.3 release polish/admin tools */
.bcp-admin-tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:18px 0 24px}.bcp-admin-tool-card{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:14px;padding:18px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.bcp-admin-tool-card h3{margin-top:0}.bcp-admin-tool-card p{color:#475569}.bcp-diagnostics-table .bcp-admin-status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.bcp-admin-status--ok{background:#dcfce7;color:#166534}.bcp-admin-status--warning{background:#fef3c7;color:#92400e}.bcp-admin-status--info{background:#e0f2fe;color:#075985}


/* v2.5.0 BROOLED main website warm black / cream / gold front-end palette */
.bcp-shell {
  background: var(--bcp-soft);
}
.bcp-hero,
.bcp-logout-hero {
  background:
    radial-gradient(circle at top right, rgba(216, 177, 95, 0.32), transparent 34%),
    radial-gradient(circle at 20% 20%, rgba(199, 154, 69, 0.22), transparent 28%),
    linear-gradient(135deg, var(--bcp-hero-start) 0%, var(--bcp-hero-mid) 48%, var(--bcp-hero-end) 100%);
}
.bcp-button,
.bcp-shell input[type="submit"],
.bcp-shell button[type="submit"] {
  background: linear-gradient(135deg, var(--bcp-orange), var(--bcp-lime));
  color: var(--bcp-button-text) !important;
  box-shadow: 0 14px 30px rgba(216, 177, 95, 0.26);
}
.bcp-button--light {
  color: var(--bcp-green-dark) !important;
  background: var(--bcp-soft);
}
.bcp-tab-nav,
.bcp-panel,
.bcp-welcome-row,
.bcp-stat-card,
.bcp-brand-card,
.bcp-product-card,
.bcp-account-card,
.bcp-notice-card,
.bcp-form-card,
.bcp-upload-card,
.bcp-design-list-card,
.bcp-download-card,
.bcp-notification-card,
.bcp-quick-nav-card,
.bcp-referral-link-box {
  border-color: var(--bcp-line);
  box-shadow: var(--bcp-shadow);
}
.bcp-tab-nav {
  background: linear-gradient(180deg, #ffffff, var(--bcp-soft));
}
.bcp-tab-button {
  border-color: rgba(216, 177, 95, 0.28);
  background:
    radial-gradient(circle at top right, rgba(216, 177, 95, 0.18), transparent 42%),
    linear-gradient(180deg, var(--bcp-tab-bg), #ffffff);
}
.bcp-tab-button:hover,
.bcp-tab-button.is-active {
  color: var(--bcp-tab-active-text);
  background:
    radial-gradient(circle at top right, rgba(216, 177, 95, 0.26), transparent 42%),
    linear-gradient(135deg, var(--bcp-green), var(--bcp-green-dark));
  box-shadow: 0 18px 38px rgba(41, 31, 22, 0.18);
}
.bcp-tab-icon,
.bcp-quick-nav-card span,
.bcp-download-card > span,
.bcp-notification-card > span {
  background: rgba(216, 177, 95, 0.18);
  color: var(--bcp-green-dark);
}
.bcp-eyebrow--dark {
  color: var(--bcp-green-dark);
  background: rgba(216, 177, 95, 0.16);
  border-color: rgba(216, 177, 95, 0.24);
}
.bcp-mini-card,
.bcp-payment-row,
.bcp-address-card--saved,
.bcp-gift-settings-form {
  background: linear-gradient(180deg, #ffffff, var(--bcp-soft));
  border-color: var(--bcp-line);
}
