/*
 * Boho Customer Account
 * Structural rules intentionally use !important only where WooCommerce/themes
 * commonly impose floats and fixed widths on My Account columns.
 */
body.bca-account-page{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f7f6f4;color:#18151a}

/* Break the WooCommerce account shell out of narrow theme/page-builder content columns. */
body.bca-account-page .woocommerce:has(> .woocommerce-MyAccount-navigation){
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:minmax(220px,260px) minmax(0,1fr)!important;
  column-gap:30px!important;
  row-gap:0!important;
  align-items:start!important;
  float:none!important;
  width:min(1240px,calc(100vw - 48px))!important;
  max-width:1240px!important;
  min-width:0!important;
  margin:40px 0 56px 50%!important;
  padding:0!important;
  transform:translateX(-50%);
  clear:both!important;
}
body.bca-account-page .woocommerce::before,
body.bca-account-page .woocommerce::after{display:none!important;content:none!important}

/* Neutralise WooCommerce/theme legacy 30%/68% float layout. */
body.bca-account-page .woocommerce-MyAccount-navigation{
  box-sizing:border-box!important;
  float:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  background:#fff;
  border:1px solid #ece8ef;
  border-radius:20px;
  padding:14px;
  position:sticky;
  top:24px;
  box-shadow:0 12px 34px rgba(23,14,28,.05);
  grid-column:1;
}
body.bca-account-page .woocommerce-MyAccount-navigation ul{list-style:none!important;padding:0!important;margin:0!important;display:block!important}
body.bca-account-page .woocommerce-MyAccount-navigation li{margin:3px 0!important;padding:0!important;border:0!important;list-style:none!important}
body.bca-account-page .woocommerce-MyAccount-navigation a{box-sizing:border-box;display:flex!important;align-items:center;min-height:46px;padding:0 14px!important;border-radius:12px;color:#302934!important;text-decoration:none!important;font-weight:600;font-size:14px;line-height:1.3;transition:.18s ease;white-space:normal}
body.bca-account-page .woocommerce-MyAccount-navigation li.is-active a,
body.bca-account-page .woocommerce-MyAccount-navigation a:hover{background:color-mix(in srgb,var(--bca-primary) 10%,white)!important;color:var(--bca-primary)!important}

body.bca-account-page .woocommerce-MyAccount-content{
  box-sizing:border-box!important;
  float:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  grid-column:2;
  background:transparent;
  overflow:visible;
}
body.bca-account-page .woocommerce-MyAccount-content>*{box-sizing:border-box;max-width:100%}

.bca-dashboard{width:100%;min-width:0}
.bca-dashboard__hero{box-sizing:border-box;position:relative;overflow:hidden;display:flex;justify-content:space-between;gap:28px;align-items:flex-end;width:100%;background:linear-gradient(135deg,var(--bca-primary),#35103f);color:#fff;border-radius:24px;padding:34px;margin:0 0 20px;box-shadow:0 18px 50px rgba(57,16,68,.16)}
.bca-dashboard__hero:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;background:var(--bca-accent);opacity:.15;right:-60px;top:-80px}
.bca-dashboard__hero>div:first-child{min-width:0;max-width:720px;position:relative;z-index:1}
.bca-dashboard__hero h1{font-size:clamp(34px,4vw,50px)!important;line-height:1.04!important;margin:7px 0 10px!important;color:#fff!important;word-break:normal!important;overflow-wrap:normal!important}
.bca-dashboard__hero p{margin:0!important;color:rgba(255,255,255,.8)!important;font-size:15px;line-height:1.6;word-break:normal!important}
.bca-eyebrow,.bca-kicker{display:block;text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:11px;color:var(--bca-accent)}
.bca-dashboard__identity{position:relative;z-index:1;text-align:right;flex:0 0 auto}.bca-dashboard__identity span{display:block;font-size:12px;color:rgba(255,255,255,.7)}.bca-dashboard__identity strong{display:block;font-size:18px;color:#fff;margin-top:3px}

.bca-dashboard__grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;width:100%;min-width:0}
.bca-feature-card{box-sizing:border-box;display:flex!important;flex-direction:column!important;gap:18px;min-width:0!important;width:100%!important;min-height:245px;background:#fff;border:1px solid #ece8ef;border-radius:20px;padding:22px;box-shadow:0 12px 34px rgba(23,14,28,.045)}
.bca-feature-card--gift{border-color:color-mix(in srgb,var(--bca-accent) 28%,#ece8ef)}
.bca-feature-card__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:color-mix(in srgb,var(--bca-primary) 9%,white);font-size:18px;flex:0 0 auto}
.bca-feature-card h2{font-size:20px!important;line-height:1.25!important;margin:6px 0 8px!important;color:#211b23!important;word-break:normal!important;overflow-wrap:normal!important}
.bca-feature-card p{font-size:13.5px!important;line-height:1.6!important;margin:0!important;color:#716a74!important;word-break:normal!important;overflow-wrap:normal!important;hyphens:none!important}
.bca-link{margin-top:auto;display:inline-flex;justify-content:space-between;gap:12px;align-items:center;color:var(--bca-primary)!important;font-weight:750;text-decoration:none!important;font-size:13px;word-break:normal!important}
.bca-chip{margin-top:auto;display:inline-flex;align-self:flex-start;border-radius:999px;padding:7px 10px;background:#f4f1f5;color:#736b76;font-size:11px;font-weight:700}
.bca-quick-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;width:100%;margin-top:16px}
.bca-quick-actions a{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #ece8ef;border-radius:15px;padding:16px 18px;text-decoration:none!important;color:#302934!important;font-weight:700;min-width:0}.bca-quick-actions strong{color:var(--bca-primary)}

.bca-module-state{box-sizing:border-box;width:100%;background:#fff;border:1px solid #ece8ef;border-radius:20px;padding:30px;box-shadow:0 12px 34px rgba(23,14,28,.045)}
.bca-module-state h2{margin:8px 0 10px!important;font-size:28px!important;color:#211b23!important}.bca-module-state p{margin:0!important;max-width:700px;color:#716a74!important;line-height:1.65}
body.bca-account-page .woocommerce-MyAccount-content table{width:100%!important;max-width:100%!important;background:#fff;border-radius:18px;overflow:hidden;border:1px solid #ece8ef}
body.bca-account-page .woocommerce-MyAccount-content .button{border-radius:10px!important;background:var(--bca-primary)!important;color:#fff!important}

/* Phase 2 — YITH Gift Cards integration */
.bca-giftcards-hero,.bca-redemption{box-sizing:border-box;width:100%;background:#fff;border:1px solid rgba(20,20,20,.08);border-radius:22px;padding:28px;margin-bottom:24px}.bca-giftcards-hero h1,.bca-redemption h1{margin:6px 0 8px!important;font-size:clamp(28px,4vw,42px)!important;line-height:1.05!important}.bca-giftcards-hero p,.bca-redemption p{max-width:760px;color:#686868!important}.bca-giftcards-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.bca-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid rgba(91,20,107,.18);border-radius:999px;text-decoration:none!important;font-weight:700;background:#fff;color:var(--bca-primary)!important}.bca-button--primary{background:var(--bca-primary);border-color:var(--bca-primary);color:#fff!important}.bca-yith-giftcards-native{box-sizing:border-box;width:100%;background:#fff;border:1px solid rgba(20,20,20,.08);border-radius:22px;padding:20px;overflow:auto}.bca-yith-giftcards-native table{border-collapse:separate!important;border-spacing:0!important;width:100%!important}.bca-yith-giftcards-native th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#777}.bca-redemption__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}.bca-redemption__form label{display:flex;flex-direction:column;gap:7px;font-weight:700}.bca-redemption__form input,.bca-redemption__form select{box-sizing:border-box;width:100%;min-height:48px;border:1px solid rgba(20,20,20,.14);border-radius:12px;padding:0 14px;background:#fff}.bca-redemption__submit{grid-column:1/-1;border:0;cursor:pointer}.bca-redemption__notice{padding:14px 16px;border-radius:12px;margin:18px 0}.bca-redemption__notice--success{background:#eef8ef}.bca-redemption__notice--error{background:#fff1f1}

/* Tablet/mobile: navigation becomes a horizontal account rail and content receives full width. */
@media(max-width:900px){
  body.bca-account-page .woocommerce{grid-template-columns:minmax(0,1fr)!important;row-gap:18px!important;width:min(100%,calc(100vw - 28px))!important;margin:20px 0 40px 50%!important}
  body.bca-account-page .woocommerce-MyAccount-navigation{grid-column:1;grid-row:auto;position:relative!important;top:auto!important;overflow-x:auto!important;overscroll-behavior-inline:contain;padding:8px!important;border-radius:16px}
  body.bca-account-page .woocommerce-MyAccount-navigation ul{display:flex!important;gap:4px!important;min-width:max-content!important}
  body.bca-account-page .woocommerce-MyAccount-navigation li{margin:0!important;flex:0 0 auto}
  body.bca-account-page .woocommerce-MyAccount-navigation a{min-height:42px;padding:0 12px!important;white-space:nowrap}
  body.bca-account-page .woocommerce-MyAccount-content{grid-column:1!important;width:100%!important}
  .bca-dashboard__grid{grid-template-columns:1fr!important}
  .bca-dashboard__hero{align-items:flex-start;flex-direction:column;padding:28px}
  .bca-dashboard__identity{text-align:left}
  .bca-feature-card{min-height:0}
}
@media(max-width:560px){
  body.bca-account-page .woocommerce{width:calc(100vw - 20px)!important;margin-top:12px!important}
  .bca-dashboard__hero{padding:25px 20px;border-radius:18px}.bca-dashboard__hero h1{font-size:32px!important}.bca-quick-actions{grid-template-columns:1fr!important}.bca-feature-card,.bca-module-state{border-radius:16px;padding:18px}.bca-redemption__form{grid-template-columns:1fr}.bca-giftcards-hero,.bca-redemption{padding:20px}.bca-yith-giftcards-native{padding:12px}
}

/* Phase 2.1 — fully branded gift-card account UI; no third-party presentation leaks through. */
.bca-giftcards-page{width:100%;min-width:0}
.bca-giftcards-top{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:30px;background:#fff;border:1px solid #ece8ef;border-radius:22px;margin-bottom:18px;box-shadow:0 12px 34px rgba(23,14,28,.04)}
.bca-giftcards-top>div:first-child{max-width:720px}.bca-giftcards-top h1{font-size:clamp(34px,4vw,48px)!important;line-height:1.05!important;margin:6px 0 10px!important}.bca-giftcards-top p{margin:0!important;color:#706a73!important;line-height:1.6}.bca-giftcards-top__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.bca-gc-notice{margin:0 0 16px;padding:13px 15px;border-radius:12px;font-weight:650}.bca-gc-notice--success{background:#eef8ef;color:#24572e}.bca-gc-notice--error{background:#fff1f1;color:#7b2525}
.bca-link-card-panel{background:#fff;border:1px solid #ece8ef;border-radius:18px;padding:18px;margin-bottom:18px}.bca-link-card-form{display:flex;gap:12px;align-items:flex-end}.bca-link-card-form>div{flex:1}.bca-link-card-form label{display:block;font-size:12px;font-weight:800;margin-bottom:7px}.bca-link-card-form input{box-sizing:border-box;width:100%;height:46px;border:1px solid #ddd7df;border-radius:12px;padding:0 14px;background:#fff}
.bca-giftcards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.bca-giftcard-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(220px,.95fr);overflow:hidden;background:#fff;border:1px solid #ece8ef;border-radius:22px;box-shadow:0 12px 34px rgba(23,14,28,.045)}
.bca-giftcard-card__visual{position:relative;min-height:220px;padding:26px;color:#fff;background:radial-gradient(circle at 100% 0,rgba(205,156,39,.28),transparent 36%),linear-gradient(135deg,var(--bca-primary),#35103f);display:flex;flex-direction:column}.bca-giftcard-card__brand{font-size:19px;font-weight:850;letter-spacing:.06em}.bca-giftcard-card__brand span{display:block;font-size:9px;letter-spacing:.32em;color:var(--bca-accent);margin-top:2px}.bca-giftcard-card__label{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800;color:var(--bca-accent);margin-top:34px}.bca-giftcard-card__balance{font-size:30px;font-weight:800;margin-top:7px}.bca-giftcard-card__code{margin-top:auto;font-size:12px;letter-spacing:.09em;color:rgba(255,255,255,.82)}
.bca-giftcard-card__details{padding:22px;display:flex;flex-direction:column;gap:16px}.bca-giftcard-card__status{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800}.bca-giftcard-card__status span{width:8px;height:8px;border-radius:50%}.bca-giftcard-card__status .is-on{background:#2b9b50}.bca-giftcard-card__status .is-off{background:#a64a4a}.bca-giftcard-card__meta{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #f0edf1;font-size:12px;color:#736d75}.bca-giftcard-card__meta strong{color:#261f29}.bca-giftcard-activity{margin-top:auto}.bca-giftcard-activity summary{cursor:pointer;color:var(--bca-primary);font-weight:800;font-size:12px}.bca-giftcard-activity div{padding-top:10px}.bca-giftcard-activity p,.bca-giftcard-activity a{display:block;margin:5px 0!important;font-size:12px;line-height:1.45}
.bca-giftcards-empty{background:#fff;border:1px solid #ece8ef;border-radius:22px;padding:62px 24px;text-align:center;box-shadow:0 12px 34px rgba(23,14,28,.04)}.bca-giftcards-empty__mark{display:grid;place-items:center;width:58px;height:58px;border-radius:17px;background:color-mix(in srgb,var(--bca-primary) 9%,white);margin:0 auto 16px;font-size:25px}.bca-giftcards-empty h2{font-size:25px!important;margin:0 0 8px!important}.bca-giftcards-empty p{max-width:520px;margin:0 auto!important;color:#746e76!important}.bca-giftcards-empty__actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}
/* Suppress any third-party account table/modal fragments if another hook re-adds them. */
body.bca-account-page .woocommerce-MyAccount-content>.gift-card-panel-title-container,body.bca-account-page .woocommerce-MyAccount-content>#ywgc-my-acount-table,body.bca-account-page .woocommerce-MyAccount-content>.ywgc-empty-table-state{display:none!important}
@media(max-width:1100px){.bca-giftcards-grid{grid-template-columns:1fr}.bca-giftcard-card{grid-template-columns:minmax(0,1fr) minmax(220px,.65fr)}}
@media(max-width:700px){.bca-giftcards-top{align-items:flex-start;flex-direction:column;padding:22px}.bca-giftcards-top__actions{justify-content:flex-start}.bca-link-card-form{flex-direction:column;align-items:stretch}.bca-giftcard-card{grid-template-columns:1fr}.bca-giftcard-card__visual{min-height:210px}.bca-giftcards-empty{padding:44px 18px}}

/* v1.1.3 — dashboard cards behave like controls, not static artwork. */
.bca-feature-card--interactive{
  position:relative;
  overflow:hidden;
  color:inherit!important;
  text-decoration:none!important;
  cursor:pointer;
  isolation:isolate;
  transform:translate3d(0,0,0);
  transition:transform .24s cubic-bezier(.2,.75,.25,1),box-shadow .24s ease,border-color .24s ease,background-color .24s ease;
}
.bca-feature-card--interactive::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:0;
  background:linear-gradient(145deg,color-mix(in srgb,var(--bca-primary) 4%,white),white 58%);
  transition:opacity .24s ease;
}
.bca-feature-card__shine{
  position:absolute;
  width:160px;
  height:160px;
  border-radius:999px;
  right:-95px;
  top:-95px;
  pointer-events:none;
  background:var(--bca-accent);
  opacity:0;
  transform:scale(.72);
  transition:opacity .28s ease,transform .35s cubic-bezier(.2,.8,.2,1);
}
.bca-feature-card__content{position:relative;z-index:1}
.bca-feature-card__action{
  position:relative;
  z-index:1;
  margin-top:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  color:var(--bca-primary)!important;
  font-weight:760;
  font-size:13px;
}
.bca-feature-card__arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  border-radius:50%;
  transition:transform .24s ease,background-color .24s ease,color .24s ease;
}
.bca-feature-card--interactive .bca-feature-card__icon{
  position:relative;
  z-index:1;
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease,background-color .24s ease;
}
.bca-feature-card--interactive:hover,
.bca-feature-card--interactive:focus-visible{
  transform:translateY(-6px);
  border-color:color-mix(in srgb,var(--bca-primary) 24%,#ece8ef);
  box-shadow:0 20px 48px rgba(49,19,55,.12);
  outline:none;
}
.bca-feature-card--interactive:hover::before,
.bca-feature-card--interactive:focus-visible::before{opacity:1}
.bca-feature-card--interactive:hover .bca-feature-card__shine,
.bca-feature-card--interactive:focus-visible .bca-feature-card__shine{opacity:.10;transform:scale(1)}
.bca-feature-card--interactive:hover .bca-feature-card__icon,
.bca-feature-card--interactive:focus-visible .bca-feature-card__icon{
  transform:translateY(-2px) rotate(-4deg) scale(1.07);
  box-shadow:0 9px 22px rgba(64,21,72,.12);
  background:color-mix(in srgb,var(--bca-primary) 14%,white);
}
.bca-feature-card--interactive:hover .bca-feature-card__arrow,
.bca-feature-card--interactive:focus-visible .bca-feature-card__arrow{
  transform:translateX(4px);
  background:var(--bca-primary);
  color:#fff;
}
.bca-feature-card--interactive:active{transform:translateY(-2px) scale(.992);box-shadow:0 12px 28px rgba(49,19,55,.10)}
.bca-feature-card--gift:hover,.bca-feature-card--gift:focus-visible{border-color:color-mix(in srgb,var(--bca-accent) 58%,#ece8ef)}
.bca-feature-card--disabled{opacity:.72}

.bca-quick-actions a{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}
.bca-quick-actions a:hover,.bca-quick-actions a:focus-visible{transform:translateY(-2px);border-color:color-mix(in srgb,var(--bca-primary) 22%,#ece8ef);box-shadow:0 10px 26px rgba(49,19,55,.08);outline:none}
.bca-quick-actions a strong{transition:transform .2s ease}.bca-quick-actions a:hover strong,.bca-quick-actions a:focus-visible strong{transform:translateX(4px)}

@media (prefers-reduced-motion:reduce){
  .bca-feature-card--interactive,.bca-feature-card__shine,.bca-feature-card__arrow,.bca-feature-card--interactive .bca-feature-card__icon,.bca-quick-actions a,.bca-quick-actions a strong{transition:none!important}
  .bca-feature-card--interactive:hover,.bca-feature-card--interactive:focus-visible,.bca-feature-card--interactive:active,.bca-quick-actions a:hover,.bca-quick-actions a:focus-visible{transform:none!important}
}

/* v1.2.0 — root presentation system for every customer account endpoint. */
.bca-page{width:100%;min-width:0}.bca-page__header{background:#fff;border:1px solid #ece8ef;border-radius:22px;padding:30px;margin-bottom:18px;box-shadow:0 12px 34px rgba(23,14,28,.04)}.bca-page__header h1{font-size:clamp(34px,4vw,48px)!important;line-height:1.05!important;margin:6px 0 10px!important;color:#18151a!important}.bca-page__header p{margin:0!important;max-width:740px;color:#706a73!important;line-height:1.6}
.bca-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.bca-address-card{background:#fff;border:1px solid #ece8ef;border-radius:20px;padding:22px;box-shadow:0 12px 34px rgba(23,14,28,.04)}.bca-address-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.bca-address-card__head h2{font-size:22px!important;margin:5px 0 0!important}.bca-address-card__body{margin-top:24px;padding-top:20px;border-top:1px solid #f0edf1}.bca-address-card address{font-style:normal;line-height:1.75;color:#4b454e}.bca-empty-inline{display:flex;flex-direction:column;gap:5px}.bca-empty-inline strong{font-size:15px}.bca-empty-inline span{color:#817a84;font-size:13px}.bca-button--small{min-height:36px;padding:0 14px;font-size:12px}
.bca-order-list{display:grid;gap:14px}.bca-order-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:22px;align-items:center;background:#fff;border:1px solid #ece8ef;border-radius:18px;padding:20px 22px;box-shadow:0 10px 28px rgba(23,14,28,.035)}.bca-order-card h2{font-size:19px!important;margin:5px 0 4px!important}.bca-order-card p{margin:0!important;color:#817a84!important;font-size:13px}.bca-order-card__meta{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.bca-order-card__meta span{font-size:11px;color:#8a838d}.bca-order-card__meta strong{font-size:16px}.bca-order-card__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.bca-pagination{display:flex;justify-content:space-between;gap:12px;margin-top:16px}
.bca-empty-state{background:#fff;border:1px solid #ece8ef;border-radius:22px;padding:58px 24px;text-align:center;box-shadow:0 12px 34px rgba(23,14,28,.04)}.bca-empty-state__icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 16px;border-radius:17px;background:color-mix(in srgb,var(--bca-primary) 9%,white);color:var(--bca-primary);font-size:24px}.bca-empty-state h2{font-size:24px!important;margin:0 0 8px!important}.bca-empty-state p{max-width:500px;margin:0 auto 18px!important;color:#746e76!important}
.bca-profile-form{background:#fff;border:1px solid #ece8ef;border-radius:20px;padding:24px;box-shadow:0 12px 34px rgba(23,14,28,.04)}.bca-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.bca-field{display:flex;flex-direction:column;gap:7px}.bca-field--full{grid-column:1/-1}.bca-field label{font-size:12px;font-weight:800;color:#3b343d}.bca-field input,.bca-field select,.bca-field textarea,body.bca-account-page .woocommerce-address-fields input,body.bca-account-page .woocommerce-address-fields select,body.bca-account-page .woocommerce-address-fields textarea{box-sizing:border-box!important;width:100%!important;min-height:48px!important;border:1px solid #ddd7df!important;border-radius:12px!important;background:#fff!important;padding:0 14px!important;box-shadow:none!important;color:#241f26!important}.bca-field textarea,body.bca-account-page .woocommerce-address-fields textarea{padding-top:12px!important}.bca-field input:focus,body.bca-account-page .woocommerce-address-fields input:focus{outline:2px solid color-mix(in srgb,var(--bca-primary) 20%,transparent)!important;border-color:var(--bca-primary)!important}.bca-security-card{margin:24px 0 0;padding:20px;border:1px solid #eee9f0;border-radius:16px}.bca-security-card legend{padding:0 8px;font-weight:800}.bca-security-card>p{margin:0 0 16px!important;color:#817a84!important;font-size:13px}.bca-form-actions{margin-top:20px}
body.bca-account-page .woocommerce-MyAccount-content .woocommerce-notices-wrapper{margin-bottom:14px}body.bca-account-page .woocommerce-message,body.bca-account-page .woocommerce-error,body.bca-account-page .woocommerce-info{border:0!important;border-radius:14px!important;padding:14px 16px!important;background:#fff!important;box-shadow:0 8px 24px rgba(23,14,28,.05)!important;color:#342c37!important}
/* Native edit-address/view-order fallbacks are deliberately normalized so no default WooCommerce skin leaks through. */
body.bca-account-page .woocommerce-MyAccount-content .woocommerce-address-fields,body.bca-account-page .woocommerce-MyAccount-content form.woocommerce-EditAccountForm,body.bca-account-page .woocommerce-MyAccount-content .woocommerce-order-details,body.bca-account-page .woocommerce-MyAccount-content .woocommerce-customer-details{background:#fff;border:1px solid #ece8ef;border-radius:20px;padding:24px;box-shadow:0 12px 34px rgba(23,14,28,.04)}body.bca-account-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}body.bca-account-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper>p{float:none!important;width:100%!important;margin:0!important}body.bca-account-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper>p.form-row-wide{grid-column:1/-1}body.bca-account-page .woocommerce-MyAccount-content h2,body.bca-account-page .woocommerce-MyAccount-content h3{color:#18151a}
/* Hard stop for the gift-card vendor UI. The engine remains active, its native account presentation does not. */
body.bca-account-page .woocommerce-MyAccount-content .gift-card-panel-title-container,body.bca-account-page .woocommerce-MyAccount-content #ywgc-my-acount-table,body.bca-account-page .woocommerce-MyAccount-content .ywgc-empty-table-state,body.bca-account-page .woocommerce-MyAccount-content .ywgc-my-account-gift-cards,body.bca-account-page .woocommerce-MyAccount-content [class*="ywgc-my-account"],body.bca-account-page .woocommerce-MyAccount-content [id*="ywgc-my-account"]{display:none!important}
@media(max-width:900px){.bca-address-grid{grid-template-columns:1fr}.bca-order-card{grid-template-columns:1fr}.bca-order-card__meta{align-items:flex-start}.bca-order-card__actions{justify-content:flex-start}.bca-form-grid,body.bca-account-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{grid-template-columns:1fr}.bca-field--full,body.bca-account-page .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper>p.form-row-wide{grid-column:1}.bca-page__header{padding:24px}}

/* v1.2.1 — endpoint-controller hardening. These rules style the WooCommerce
   billing/shipping form that is intentionally retained for its validation/save engine. */
.bca-native-form-shell{background:#fff;border:1px solid #ece8ef;border-radius:20px;padding:24px;box-shadow:0 12px 34px rgba(23,14,28,.04)}
.bca-native-form-shell>h3,.bca-native-form-shell .woocommerce-address-fields>h3{display:none!important}
.bca-native-form-shell .woocommerce-address-fields{border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;background:transparent!important}
.bca-native-form-shell .woocommerce-address-fields__field-wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
.bca-native-form-shell .woocommerce-address-fields__field-wrapper .form-row{float:none!important;width:100%!important;margin:0!important;padding:0!important}
.bca-native-form-shell .woocommerce-address-fields__field-wrapper .form-row-wide{grid-column:1/-1!important}
.bca-native-form-shell label{display:block!important;margin:0 0 7px!important;font-size:12px!important;font-weight:800!important;color:#3b343d!important}
.bca-native-form-shell input.input-text,.bca-native-form-shell select,.bca-native-form-shell textarea,.bca-native-form-shell .select2-selection{box-sizing:border-box!important;width:100%!important;min-height:48px!important;border:1px solid #ddd7df!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;color:#241f26!important}
.bca-native-form-shell input.input-text,.bca-native-form-shell select,.bca-native-form-shell textarea{padding:0 14px!important}
.bca-native-form-shell .select2-container{width:100%!important}
.bca-native-form-shell .select2-selection{display:flex!important;align-items:center!important;padding:0 12px!important}
.bca-native-form-shell .button{margin-top:20px!important;min-height:44px!important;padding:0 18px!important;border:0!important;border-radius:999px!important;background:var(--bca-primary)!important;color:#fff!important;font-weight:750!important}
@media(max-width:900px){.bca-native-form-shell .woocommerce-address-fields__field-wrapper{grid-template-columns:1fr!important}.bca-native-form-shell .woocommerce-address-fields__field-wrapper .form-row-wide{grid-column:1!important}}

/* v1.2.2 — isolated Boho control system. Prevent theme/WooCommerce/YITH button rules
   from hiding labels or converting account actions into blank pills. */
body.bca-account-page .woocommerce-MyAccount-content .bca-button,
body.bca-account-page .woocommerce-MyAccount-content button.bca-button,
body.bca-account-page .woocommerce-MyAccount-content a.bca-button{
  -webkit-appearance:none!important;
  appearance:none!important;
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:44px!important;
  height:auto!important;
  margin:0!important;
  padding:10px 18px!important;
  border:1px solid rgba(91,20,107,.22)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:var(--bca-primary)!important;
  -webkit-text-fill-color:var(--bca-primary)!important;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:14px!important;
  font-style:normal!important;
  font-weight:750!important;
  line-height:1.2!important;
  letter-spacing:0!important;
  text-indent:0!important;
  text-transform:none!important;
  text-decoration:none!important;
  text-shadow:none!important;
  white-space:normal!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:visible!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
body.bca-account-page .woocommerce-MyAccount-content .bca-button::before,
body.bca-account-page .woocommerce-MyAccount-content .bca-button::after{
  content:none!important;
  display:none!important;
}
body.bca-account-page .woocommerce-MyAccount-content .bca-button .bca-button__label{
  display:inline!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  margin:0!important;
  padding:0!important;
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
  font:inherit!important;
  letter-spacing:inherit!important;
  line-height:inherit!important;
  text-indent:0!important;
  text-transform:none!important;
  opacity:1!important;
  visibility:visible!important;
  clip:auto!important;
  clip-path:none!important;
  overflow:visible!important;
}
body.bca-account-page .woocommerce-MyAccount-content .bca-button--primary,
body.bca-account-page .woocommerce-MyAccount-content button.bca-button--primary,
body.bca-account-page .woocommerce-MyAccount-content a.bca-button--primary{
  background:var(--bca-primary)!important;
  border-color:var(--bca-primary)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}
body.bca-account-page .woocommerce-MyAccount-content .bca-button:hover,
body.bca-account-page .woocommerce-MyAccount-content .bca-button:focus-visible{
  transform:translateY(-1px)!important;
  box-shadow:0 8px 22px rgba(71,18,82,.12)!important;
}
body.bca-account-page .woocommerce-MyAccount-content .bca-button--primary:hover,
body.bca-account-page .woocommerce-MyAccount-content .bca-button--primary:focus-visible{
  filter:brightness(1.06)!important;
}

body.bca-account-page .bca-link-card-panel{
  padding:24px!important;
  border-radius:20px!important;
}
.bca-link-card-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:20px}
.bca-link-card-panel__head>div{max-width:720px}
.bca-link-card-panel__head h2{margin:5px 0 6px!important;font-size:22px!important;line-height:1.2!important;color:#211b23!important}
.bca-link-card-panel__head p{margin:0!important;color:#746e76!important;line-height:1.55!important}
body.bca-account-page .bca-panel-close{
  -webkit-appearance:none!important;appearance:none!important;display:grid!important;place-items:center!important;
  flex:0 0 38px!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;
  padding:0!important;margin:0!important;border:1px solid #e6e0e8!important;border-radius:50%!important;
  background:#fff!important;color:#4f4652!important;-webkit-text-fill-color:#4f4652!important;
  font:400 25px/1 Arial,sans-serif!important;text-indent:0!important;opacity:1!important;visibility:visible!important;
  cursor:pointer!important;box-shadow:none!important
}
body.bca-account-page .bca-panel-close::before,body.bca-account-page .bca-panel-close::after{content:none!important;display:none!important}
.bca-link-card-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:end!important}
.bca-link-card-form .bca-field{min-width:0!important}
body.bca-account-page .bca-link-card-form label{display:block!important;font-size:12px!important;font-weight:800!important;line-height:1.3!important;margin:0 0 8px!important;color:#29232b!important}
body.bca-account-page .bca-link-card-form input[type="text"]{
  -webkit-appearance:none!important;appearance:none!important;box-sizing:border-box!important;display:block!important;
  width:100%!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0 16px!important;
  border:1px solid #ddd7df!important;border-radius:12px!important;background:#fff!important;color:#211b23!important;
  -webkit-text-fill-color:#211b23!important;font:500 15px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  letter-spacing:.02em!important;box-shadow:none!important;opacity:1!important
}
body.bca-account-page .bca-link-card-form input[type="text"]::placeholder{color:#9a939c!important;-webkit-text-fill-color:#9a939c!important;opacity:1!important}
body.bca-account-page .bca-link-card-submit{min-width:132px!important;min-height:48px!important;padding-inline:22px!important}

@media(max-width:700px){
  .bca-link-card-panel__head{gap:14px}
  .bca-link-card-form{grid-template-columns:1fr!important}
  body.bca-account-page .bca-link-card-submit{width:100%!important}
}


/* v1.3.1 — safe gift-card visual additions. v1.2.2 control isolation retained. */
.bca-button--secondary{background:#fff!important;border-color:rgba(91,20,107,.28)!important;color:var(--bca-primary)!important;box-shadow:none!important}
.bca-button--secondary:hover,.bca-button--secondary:focus-visible{background:color-mix(in srgb,var(--bca-primary) 5%,white)!important;border-color:var(--bca-primary)!important;transform:translateY(-1px)}
.bca-giftcard-card__visual{overflow:hidden;isolation:isolate;background:radial-gradient(circle at 72% 24%,rgba(255,255,255,.035),transparent 31%),linear-gradient(135deg,#2a0737 0%,#4d115d 62%,#33103e 100%)!important;border-right:1px solid rgba(201,153,37,.22)}
.bca-giftcard-card__visual:after{content:"";position:absolute;inset:0;z-index:-2;opacity:.14;background-image:radial-gradient(circle at 30% 30%,rgba(255,255,255,.22) 0 1px,transparent 1.5px);background-size:13px 13px}
.bca-giftcard-card__brand{font-size:31px!important;line-height:.9!important;letter-spacing:-.05em!important;text-transform:lowercase;font-weight:800!important}.bca-giftcard-card__brand span{font-size:8px!important;line-height:1!important;letter-spacing:.42em!important;margin:7px 0 0 44px!important;text-transform:uppercase;color:var(--bca-accent)!important}
.bca-giftcard-card__experience{margin-top:30px;font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.92);font-weight:700}
.bca-giftcard-card__label{margin-top:6px!important;font-size:26px!important;line-height:1!important;letter-spacing:.08em!important;color:var(--bca-accent)!important;font-weight:700!important}
.bca-giftcard-card__places{margin-top:9px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#fff;font-weight:650}.bca-giftcard-card__places i{font-style:normal;color:var(--bca-accent);padding:0 4px}
.bca-giftcard-card__balance{font-size:28px!important;margin-top:auto!important;color:var(--bca-accent);font-weight:800!important;position:relative;z-index:2}.bca-giftcard-card__code{font-size:10px!important;letter-spacing:.12em!important;color:rgba(255,255,255,.8)!important;margin-top:7px!important;position:relative;z-index:2}.bca-giftcard-card__code span{color:var(--bca-accent);text-transform:uppercase;font-size:8px;letter-spacing:.16em;margin-right:6px}
.bca-giftcard-card__petal{position:absolute;display:block;background:linear-gradient(145deg,#e2b84c,#b47a10);border-radius:100% 15% 100% 15%;opacity:.95;z-index:-1;transform-origin:50% 100%;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.bca-giftcard-card__petal--one{width:92px;height:33px;right:-9px;bottom:47px;transform:rotate(25deg)}.bca-giftcard-card__petal--two{width:100px;height:35px;right:25px;bottom:22px;transform:rotate(-17deg)}.bca-giftcard-card__petal--three{width:84px;height:30px;right:2px;bottom:4px;transform:rotate(63deg)}


/* v1.4.0 — membership provider integration */
.bca-feature-card__status{display:inline-flex;align-items:center;align-self:flex-start;margin-top:10px;padding:6px 9px;border-radius:999px;background:color-mix(in srgb,var(--bca-primary) 9%,white);color:var(--bca-primary);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

/* v1.4.1 — mobile viewport/root-shell correction.
 * On narrow screens the account must stay inside the theme's mobile content box.
 * The desktop viewport breakout (50% margin + translate) is intentionally disabled.
 */
@media(max-width:900px){
  body.bca-account-page .woocommerce:has(> .woocommerce-MyAccount-navigation){
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:12px 0 40px!important;
    padding:0!important;
    transform:none!important;
    column-gap:0!important;
    row-gap:14px!important;
    overflow:visible!important;
  }
  body.bca-account-page .woocommerce-MyAccount-navigation,
  body.bca-account-page .woocommerce-MyAccount-content,
  body.bca-account-page .bca-dashboard,
  body.bca-account-page .bca-dashboard__hero,
  body.bca-account-page .bca-dashboard__grid,
  body.bca-account-page .bca-feature-card,
  body.bca-account-page .bca-quick-actions{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  body.bca-account-page .woocommerce-MyAccount-content{
    overflow-x:hidden!important;
  }
  body.bca-account-page .woocommerce-MyAccount-navigation{
    overflow:visible!important;
  }
  body.bca-account-page .woocommerce-MyAccount-navigation ul{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:5px!important;
    width:100%!important;
    min-width:0!important;
  }
  body.bca-account-page .woocommerce-MyAccount-navigation li{
    min-width:0!important;
    width:100%!important;
  }
  body.bca-account-page .woocommerce-MyAccount-navigation a{
    justify-content:center!important;
    min-width:0!important;
    width:100%!important;
    min-height:40px!important;
    padding:7px 8px!important;
    white-space:normal!important;
    text-align:center!important;
    overflow-wrap:anywhere!important;
    font-size:12px!important;
  }
  .bca-dashboard__hero{
    padding:24px 20px!important;
    gap:18px!important;
  }
  .bca-dashboard__hero h1{
    font-size:clamp(30px,9vw,38px)!important;
  }
  .bca-dashboard__grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .bca-feature-card{
    padding:20px!important;
  }
}
@media(max-width:560px){
  body.bca-account-page .woocommerce:has(> .woocommerce-MyAccount-navigation){
    width:100%!important;
    max-width:100%!important;
    margin:8px 0 32px!important;
  }
  body.bca-account-page .woocommerce-MyAccount-navigation{
    padding:6px!important;
    border-radius:14px!important;
  }
  body.bca-account-page .woocommerce-MyAccount-navigation ul{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  body.bca-account-page .woocommerce-MyAccount-navigation a{
    min-height:38px!important;
    padding:6px!important;
    font-size:11px!important;
    line-height:1.2!important;
  }
  .bca-dashboard__hero{
    padding:22px 18px!important;
    border-radius:18px!important;
  }
  .bca-dashboard__identity strong{
    font-size:17px!important;
  }
  .bca-feature-card,
  .bca-module-state{
    padding:18px!important;
    border-radius:16px!important;
  }
}

.bca-giftcard-card__code{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.bca-giftcard-card__code-value{font:inherit;color:inherit;letter-spacing:inherit}
.bca-giftcard-card__code-actions{display:inline-flex;align-items:center;gap:5px;margin-left:3px}
.bca-giftcard-card__code-action{appearance:none;-webkit-appearance:none;border:0!important;background:transparent!important;box-shadow:none!important;padding:1px 2px!important;margin:0!important;min-height:0!important;height:auto!important;width:auto!important;font:inherit!important;font-size:8px!important;line-height:1.35!important;letter-spacing:.08em!important;text-transform:uppercase;color:#fff!important;text-decoration:underline;text-decoration-color:rgba(255,255,255,.42);text-underline-offset:2px;cursor:pointer}
.bca-giftcard-card__code-action:hover,.bca-giftcard-card__code-action:focus{color:var(--bca-accent)!important;text-decoration-color:var(--bca-accent);outline:none}


/* v1.6.0 — My Stays customer account integration */
.bca-feature-card--stay{grid-column:1/-1;min-height:190px;background:linear-gradient(145deg,#fff,#fbf8f2);border-color:#eadfca!important}
.bca-stays .bca-page__header{margin-bottom:24px}
.bca-stay-group{margin:0 0 28px}.bca-stay-group>h2{margin:0 0 13px!important;font-size:18px!important;color:#211b23!important}
.bca-stay-list{display:grid;gap:14px}
.bca-stay-card{background:#fff;border:1px solid #ece8ef;border-radius:18px;padding:20px;box-shadow:0 8px 26px rgba(23,14,28,.04)}
.bca-stay-card__top,.bca-stay-card__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.bca-stay-card__top h3{margin:5px 0 0!important;font-size:20px!important;color:#211b23!important}
.bca-stay-badges{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.bca-stay-badge{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#f1eef2;color:#5d5560;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.bca-stay-badge--confirmed,.bca-stay-badge--paid,.bca-stay-badge--checked_in{background:#eef8f1;color:#22613a}.bca-stay-badge--pending,.bca-stay-badge--unpaid{background:#fff6e6;color:#8a5b11}.bca-stay-badge--cancelled,.bca-stay-badge--failed,.bca-stay-badge--expired,.bca-stay-badge--no_show{background:#fff0f0;color:#963b3b}
.bca-stay-card__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.bca-stay-card__facts span,.bca-stay-fact{display:flex;flex-direction:column;gap:4px}.bca-stay-card__facts strong,.bca-stay-fact strong{font-size:14px;color:#211b23}.bca-stay-card__facts small,.bca-stay-fact span{font-size:11px;color:#807881;text-transform:uppercase;letter-spacing:.06em}
.bca-stay-card__unit{display:flex;justify-content:space-between;gap:12px;margin:0 0 16px;padding:11px 13px;background:#f8f5fa;border-radius:12px}.bca-stay-card__unit span{color:#746e76;font-size:12px}.bca-stay-card__unit strong{color:var(--bca-primary);font-size:13px}
.bca-stay-card__bottom{align-items:center;border-top:1px solid #f0edf1;padding-top:15px}.bca-stay-card__bottom code{font-size:12px;color:#746e76;background:transparent;padding:0}.bca-stay-card__bottom .bca-button{min-height:40px!important;padding:9px 14px!important}
.bca-stay-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.bca-stay-back{display:inline-block;margin:0 0 16px;color:var(--bca-primary);font-weight:700;text-decoration:none}.bca-stay-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#ece8ef;border:1px solid #ece8ef;border-radius:18px;overflow:hidden;margin-bottom:18px}.bca-stay-fact{background:#fff;padding:18px}.bca-stay-fact strong{font-size:15px}
.bca-stay-payment,.bca-stay-note{background:#fff;border:1px solid #ece8ef;border-radius:18px;padding:18px 20px;margin-top:16px}.bca-stay-payment>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #f0edf1}.bca-stay-payment>div:last-child{border-bottom:0}.bca-stay-payment span,.bca-stay-note>span{font-size:12px;color:#746e76}.bca-stay-payment strong{font-size:14px;color:#211b23}.bca-stay-payment__status strong{color:var(--bca-primary)}.bca-stay-note p{margin:8px 0 0!important;color:#3c3540;line-height:1.6}
@media(max-width:700px){.bca-stay-card{padding:16px}.bca-stay-card__top,.bca-stay-detail__header{flex-direction:column}.bca-stay-badges{justify-content:flex-start}.bca-stay-card__facts{grid-template-columns:repeat(2,minmax(0,1fr))}.bca-stay-card__bottom{align-items:stretch;flex-direction:column}.bca-stay-card__bottom .bca-button{width:100%!important}.bca-stay-detail__grid{grid-template-columns:1fr}.bca-stay-card__unit{flex-direction:column;gap:4px}}


/* v1.7.0 — Café Boho customer account integration */
.bca-feature-card--eat{grid-column:1/-1;min-height:190px;background:linear-gradient(145deg,#fff,#fff8f3);border-color:#efdccf!important}
.bca-eats .bca-page__header{margin-bottom:24px}.bca-eat-group{margin:0 0 28px}.bca-eat-group>h2{margin:0 0 13px!important;font-size:18px!important;color:#211b23!important}.bca-eat-list{display:grid;gap:14px}
.bca-eat-card{background:#fff;border:1px solid #ece8ef;border-radius:18px;padding:20px;box-shadow:0 8px 26px rgba(23,14,28,.04)}.bca-eat-card__top,.bca-eat-card__bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.bca-eat-card__top h3{margin:5px 0 0!important;font-size:20px!important;color:#211b23!important}.bca-eat-badges{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.bca-eat-badge{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#f1eef2;color:#5d5560;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.bca-eat-badge--confirmed,.bca-eat-badge--ready,.bca-eat-badge--completed{background:#eef8f1;color:#22613a}.bca-eat-badge--preparing,.bca-eat-badge--whatsapp_opened{background:#fff6e6;color:#8a5b11}.bca-eat-badge--cancelled{background:#fff0f0;color:#963b3b}
.bca-eat-card__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0}.bca-eat-card__facts span,.bca-eat-fact{display:flex;flex-direction:column;gap:4px}.bca-eat-card__facts strong,.bca-eat-fact strong{font-size:14px;color:#211b23}.bca-eat-card__facts small,.bca-eat-fact span{font-size:11px;color:#807881;text-transform:uppercase;letter-spacing:.06em}.bca-eat-card__bottom{align-items:center;border-top:1px solid #f0edf1;padding-top:15px}.bca-eat-card__bottom code{font-size:12px;color:#746e76;background:transparent;padding:0}.bca-eat-card__bottom .bca-button{min-height:40px!important;padding:9px 14px!important}
.bca-eat-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.bca-eat-back{display:inline-block;margin:0 0 16px;color:var(--bca-primary);font-weight:700;text-decoration:none}.bca-eat-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#ece8ef;border:1px solid #ece8ef;border-radius:18px;overflow:hidden;margin-bottom:18px}.bca-eat-fact{background:#fff;padding:18px}.bca-eat-fact strong{font-size:15px}
.bca-eat-section,.bca-eat-status{background:#fff;border:1px solid #ece8ef;border-radius:18px;padding:18px 20px;margin-top:16px}.bca-eat-section h2{margin:0 0 13px!important;font-size:17px!important;color:#211b23!important}.bca-eat-lines{display:grid;gap:0}.bca-eat-line{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #f0edf1}.bca-eat-line:last-child{border-bottom:0}.bca-eat-line>div{display:flex;flex-direction:column;gap:4px}.bca-eat-line strong{font-size:14px;color:#211b23}.bca-eat-line small{font-size:12px;color:#746e76}.bca-eat-line>span{font-weight:800;color:var(--bca-primary)}
.bca-eat-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;background:#f0edf1;border:1px solid #f0edf1;border-radius:12px;overflow:hidden}.bca-eat-detail-list>div{background:#fff;padding:13px}.bca-eat-detail-list dt{font-size:10px;color:#807881;text-transform:uppercase;letter-spacing:.06em}.bca-eat-detail-list dd{margin:5px 0 0;font-size:13px;color:#211b23;overflow-wrap:anywhere}.bca-eat-status{display:flex;align-items:center;justify-content:space-between;gap:16px}.bca-eat-status span{font-size:12px;color:#746e76}.bca-eat-status strong{color:var(--bca-primary)}
@media(max-width:700px){.bca-eat-card{padding:16px}.bca-eat-card__top,.bca-eat-detail__header{flex-direction:column}.bca-eat-badges{justify-content:flex-start}.bca-eat-card__facts{grid-template-columns:repeat(2,minmax(0,1fr))}.bca-eat-card__bottom{align-items:stretch;flex-direction:column}.bca-eat-card__bottom .bca-button{width:100%!important}.bca-eat-detail__grid,.bca-eat-detail-list{grid-template-columns:1fr}.bca-eat-status{align-items:flex-start;flex-direction:column}}


/* v1.8.0 — structured Boho Gift Card Core activity */
.bca-giftcard-activity__list{display:grid;gap:8px;margin-top:10px}.bca-giftcard-activity__entry{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid #ece8ef;border-radius:12px;background:#fff}.bca-giftcard-activity__entry>div{display:flex;min-width:0;flex-direction:column;gap:3px}.bca-giftcard-activity__entry strong{font-size:13px;color:#211b23}.bca-giftcard-activity__entry span,.bca-giftcard-activity__entry small{font-size:11px;color:#746e76;overflow-wrap:anywhere}.bca-giftcard-activity__entry b{white-space:nowrap;color:#963b3b;font-size:13px}.bca-giftcard-activity__order{display:block;padding:10px 12px;border-radius:10px;background:#f8f5fa;color:var(--bca-primary)!important;font-weight:700;text-decoration:none!important}@media(max-width:560px){.bca-giftcard-activity__entry{align-items:flex-start;flex-direction:column}.bca-giftcard-activity__entry b{align-self:flex-end}}


/* v1.10.0 — account status navigation and compact collection cards */
.bca-status-tabs{display:flex;align-items:stretch;gap:6px;padding:5px;margin:0 0 18px;background:#f6f3f7;border:1px solid #ece8ef;border-radius:15px;overflow-x:auto;scrollbar-width:none}.bca-status-tabs::-webkit-scrollbar{display:none}.bca-status-tab{appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;flex:1 0 auto!important;min-width:105px!important;min-height:42px!important;margin:0!important;padding:9px 13px!important;border:0!important;border-radius:11px!important;background:transparent!important;box-shadow:none!important;color:#6e6671!important;font-size:12px!important;font-weight:750!important;line-height:1!important;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.bca-status-tab b{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#e9e4eb;color:#665d69;font-size:10px;line-height:1}.bca-status-tab.is-active{background:#fff!important;color:var(--bca-primary)!important;box-shadow:0 4px 14px rgba(35,19,42,.08)!important}.bca-status-tab.is-active b{background:var(--bca-primary);color:#fff}.bca-tab-panel[hidden]{display:none!important}.bca-tab-empty{padding:34px 20px;text-align:center;background:#fff;border:1px solid #ece8ef;border-radius:18px}.bca-tab-empty h2{margin:0 0 7px!important;font-size:18px!important;color:#211b23!important}.bca-tab-empty p{margin:0!important;color:#746e76!important;font-size:13px;line-height:1.55}.bca-status-tabs--giftcards{margin-top:18px}
@media(max-width:700px){.bca-status-tabs{position:relative;gap:3px;padding:4px;border-radius:13px;margin-bottom:14px}.bca-status-tab{min-width:0!important;min-height:40px!important;padding:8px 7px!important;font-size:11px!important}.bca-status-tab b{min-width:19px;height:19px;padding:0 5px;font-size:9px}.bca-stay-group,.bca-eat-group{margin-bottom:16px}.bca-stay-group>h2,.bca-eat-group>h2{font-size:15px!important;margin-bottom:9px!important}.bca-stay-card,.bca-eat-card{padding:14px;border-radius:16px}.bca-stay-card__top h3,.bca-eat-card__top h3{font-size:18px!important}.bca-stay-card__facts,.bca-eat-card__facts{margin:13px 0;gap:8px}.bca-stay-card__unit{margin-bottom:12px;padding:9px 11px}.bca-stay-card__bottom,.bca-eat-card__bottom{padding-top:11px;gap:9px}.bca-tab-empty{padding:28px 16px}.bca-giftcards-top{margin-bottom:12px}.bca-status-tabs--giftcards{margin-top:12px}}

/* v1.11.0 — approved compact Boho Royale authentication UI. */
body.bca-account-page:not(.logged-in) .entry-title,
body.bca-account-page:not(.logged-in) .page-title,
body.bca-account-page:not(.logged-in) .woocommerce-account-title{display:none!important}
body.bca-account-page:not(.logged-in) .woocommerce:has(.bca-auth){box-sizing:border-box!important;display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important;transform:none!important}
.bca-auth{box-sizing:border-box;width:min(100%,560px);max-width:560px;margin:48px auto 72px!important;padding:0 16px;color:#211b23;font-family:inherit}
.bca-auth *{box-sizing:border-box}
.bca-auth svg{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.bca-auth__intro{text-align:center;margin:0 auto 24px;max-width:540px;padding:0 8px}
.bca-auth__intro .bca-eyebrow{display:block;color:#c98d0b;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.bca-auth__intro h1{margin:8px 0 9px!important;font-size:clamp(36px,5vw,50px)!important;line-height:1.05!important;letter-spacing:-.035em!important;color:#211b23!important}
.bca-auth__intro p{margin:0 auto!important;max-width:510px;color:#746e76!important;font-size:14px;line-height:1.55}
.bca-auth__card{width:100%;background:#fff;border:1px solid #ece8ef;border-radius:24px;padding:30px 32px 28px;box-shadow:0 20px 55px rgba(35,19,42,.08)}
.bca-auth__panel[hidden]{display:none!important}
.bca-auth__panel-head{display:flex;align-items:center;gap:13px;margin-bottom:24px}
.bca-auth__panel-head--center{flex-direction:column;text-align:center;gap:11px;margin-bottom:27px}
.bca-auth__panel-head h2{margin:0 0 4px!important;font-size:22px!important;line-height:1.2!important;color:#211b23!important}
.bca-auth__panel-head p{margin:0!important;font-size:12.5px;color:#807881!important}
.bca-auth__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#f4ebf8;color:var(--bca-primary);font-size:27px}
.bca-auth__form{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.bca-auth__field{display:flex!important;flex-direction:column;gap:7px;margin:0 0 16px!important}
.bca-auth__field>label{margin:0!important;font-size:12.5px!important;font-weight:750!important;color:#312a34!important}
.bca-auth__field small{font-size:10.5px;color:#8a838c;line-height:1.45}
.bca-auth__input{box-sizing:border-box;display:flex;align-items:center;gap:10px;width:100%;min-height:50px;padding:0 13px;border:1px solid #ded9e1;border-radius:11px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}
.bca-auth__input:focus-within{border-color:color-mix(in srgb,var(--bca-primary) 62%,#ded9e1);box-shadow:0 0 0 3px color-mix(in srgb,var(--bca-primary) 8%,transparent)}
.bca-auth__field-icon{display:grid;place-items:center!important;flex:0 0 auto;width:18px;height:18px;color:#938b96!important;font-size:17px!important}
.bca-auth__input input{box-sizing:border-box!important;flex:1!important;width:100%!important;min-width:0!important;height:48px!important;min-height:48px!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:13.5px!important;color:#211b23!important}
.bca-auth__input input::placeholder{color:#a29aa4!important;opacity:1}
.bca-password-toggle{appearance:none!important;display:grid!important;place-items:center!important;flex:0 0 auto!important;border:0!important;background:transparent!important;color:#756d78!important;width:32px!important;height:32px!important;min-height:0!important;padding:0!important;margin:0!important;box-shadow:none!important;cursor:pointer}
.bca-password-toggle svg{width:18px;height:18px}
.bca-password-toggle.is-visible svg{opacity:.45}
.bca-auth__remember{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:1px 0 18px;font-size:11.5px}
.bca-auth__remember label{display:flex!important;align-items:center;gap:7px;margin:0!important;color:#433c45!important}
.bca-auth__remember input,.bca-auth__terms input{appearance:auto!important;width:16px!important;height:16px!important;min-height:0!important;margin:0!important;accent-color:var(--bca-primary)}
.bca-auth__remember a,.bca-auth__terms a,.bca-auth__switch-copy a{color:var(--bca-primary)!important;text-decoration:none!important;font-weight:750}
.bca-auth__remember a:hover,.bca-auth__terms a:hover,.bca-auth__switch-copy a:hover{text-decoration:underline!important;text-underline-offset:2px}
.bca-auth__submit{margin:0!important}
.bca-auth__primary{box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:48px!important;padding:0 18px!important;border:0!important;border-radius:10px!important;background:var(--bca-primary)!important;color:#fff!important;font-size:13.5px!important;font-weight:800!important;line-height:1!important;box-shadow:none!important;transition:transform .16s ease,filter .16s ease!important}
.bca-auth__primary:hover{filter:brightness(1.04);transform:translateY(-1px)}
.bca-auth__choice-separator{box-sizing:border-box!important;position:relative!important;inset:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;clear:both!important;float:none!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:28px!important;margin:10px 0 12px!important;padding:0!important;transform:none!important;color:#aaa2ac!important;font-size:10px!important;line-height:1!important;text-align:center!important;text-transform:lowercase!important;overflow:visible!important;z-index:auto!important}
.bca-auth__choice-separator:before,.bca-auth__choice-separator:after{content:""!important;position:static!important;display:block!important;flex:1 1 auto!important;width:auto!important;height:1px!important;margin:0!important;background:#ece8ef!important;transform:none!important}
.bca-auth__secondary{box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;min-height:46px!important;padding:0 16px!important;border:1px solid color-mix(in srgb,var(--bca-primary) 55%,#e4dfe6)!important;border-radius:10px!important;background:#fff!important;color:var(--bca-primary)!important;font-size:12.5px!important;font-weight:800!important;line-height:1!important;box-shadow:none!important;cursor:pointer}
.bca-auth__button-icon{display:grid;place-items:center;width:18px;height:18px;font-size:18px}
.bca-auth__terms{display:flex;align-items:flex-start;gap:8px;margin:0 0 18px;font-size:10.8px;line-height:1.5;color:#6f6872}
.bca-auth__switch-copy{text-align:center!important;margin:0!important;color:#777078!important;font-size:11.5px}
.bca-auth__switch-copy button{appearance:none!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;color:var(--bca-primary)!important;font:inherit!important;font-weight:800!important;box-shadow:none!important;cursor:pointer}
.bca-auth__privacy{display:flex;align-items:center;justify-content:center;gap:5px;text-align:center;margin:17px 0 0!important;color:#857d87!important;font-size:10.5px}
.bca-auth__privacy a{color:var(--bca-primary)!important;text-decoration:none!important;font-weight:700}
.bca-auth__privacy-icon{display:grid;place-items:center;flex:0 0 auto;width:15px;height:15px;color:var(--bca-primary);font-size:15px}
.bca-auth__benefits{width:min(920px,calc(100vw - 40px));margin:42px 50% 0;transform:translateX(-50%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.bca-auth__benefits>div{display:flex;align-items:center;gap:10px;min-width:0}
.bca-auth__benefits>div>span{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;color:var(--bca-primary);font-size:30px}
.bca-auth__benefits p{display:flex;flex-direction:column;gap:2px;margin:0!important;min-width:0}
.bca-auth__benefits strong{font-size:11.5px;color:#372f39}
.bca-auth__benefits small{font-size:10px;line-height:1.35;color:#817982}
.bca-auth--reset{max-width:520px}
.bca-auth--reset .bca-auth__switch-copy{margin-top:0!important}
@media(max-width:760px){
  .bca-auth{width:100%;max-width:520px;margin:28px auto 52px!important;padding:0 14px}
  .bca-auth__intro{margin-bottom:19px;padding:0 4px}
  .bca-auth__intro h1{font-size:35px!important}
  .bca-auth__intro p{font-size:12.5px;max-width:380px}
  .bca-auth__card{padding:24px 20px 22px;border-radius:20px}
  .bca-auth__panel-head--center{margin-bottom:23px}
  .bca-auth__icon{width:52px;height:52px;font-size:24px}
  .bca-auth__benefits{width:100%;margin:28px 0 0;transform:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 14px}
  .bca-auth__benefits>div>span{width:32px;height:32px;font-size:25px}
}
@media(max-width:420px){
  .bca-auth{margin-top:20px!important;padding:0 10px}
  .bca-auth__intro h1{font-size:31px!important}
  .bca-auth__card{padding:21px 16px 20px;border-radius:18px}
  .bca-auth__remember{font-size:10.8px}
  .bca-auth__benefits{grid-template-columns:1fr 1fr}
}


/* v1.11.1 — authentication control separation / password-toggle hardening. */
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__form > *{position:relative!important;float:none!important;clear:both!important;max-width:100%!important}
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__submit{display:block!important;width:100%!important;margin:0!important;padding:0!important}
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__primary{margin:0!important}
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__secondary{position:relative!important;inset:auto!important;display:flex!important;width:100%!important;margin:0!important;transform:none!important}
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__choice-separator span{position:static!important;display:block!important;flex:0 0 auto!important;margin:0!important;padding:0 2px!important;transform:none!important;background:#fff!important;color:#aaa2ac!important}
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__input .show-password-input,
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__input .password-input .show-password-input,
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__input .woocommerce-password-strength + .show-password-input{display:none!important;visibility:hidden!important;pointer-events:none!important}
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__input input::-ms-reveal,
body.bca-account-page:not(.logged-in) .bca-auth .bca-auth__input input::-ms-clear{display:none!important}
body.bca-account-page:not(.logged-in) .bca-auth .bca-password-toggle{margin-left:auto!important;flex:0 0 34px!important;width:34px!important;height:34px!important;position:static!important;inset:auto!important;transform:none!important}
