
.balele-site-header {
  position: sticky; top: 0; z-index: var(--ba-z-header);
  width: 100%; min-height: var(--ba-header-h-desktop);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 32px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(35,20,15,0.06);
}
.balele-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 190px; }
.balele-brand-mark {
  width: 34px; height: 34px; border-radius: 12px; display: grid; place-items: center;
  background: var(--ba-color-accent); color: var(--ba-color-ink); font-weight: 900;
}
.balele-brand-copy { display: grid; gap: 1px; line-height: 1; }
.balele-brand-text { font-weight: 900; letter-spacing: .04em; font-size: 18px; }
.balele-brand-subtitle { font-size: 10px; color: var(--ba-color-muted); font-weight: 700; }
.balele-desktop-nav { display: flex; align-items: center; gap: 24px; font-weight: 800; font-size: 14px; }
.balele-desktop-nav a { opacity: .82; }
.balele-desktop-nav a:hover { opacity: 1; color: var(--ba-color-primary); }
.balele-mobile-header, .balele-mobile-tabbar, .balele-mobile-menu-panel, .balele-mobile-search-sheet { display: none; }
.balele-mobile-icon-btn, .balele-tabbar-item, .balele-mobile-search-card button { border: 0; background: transparent; cursor: pointer; }


/* Phase 6 Step 5 shared entitlement entry cards. */
.balele-entitlement-entry-grid{display:grid;gap:12px}.balele-entitlement-entry-card{display:grid;gap:8px;padding:14px 15px;border-radius:20px;background:rgba(255,255,255,.72);border:1px solid rgba(105,73,42,.12);box-shadow:0 12px 28px rgba(80,54,25,.06)}.balele-entitlement-entry-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.balele-entitlement-entry-card strong{font-size:14px;color:#2b2118}.balele-entitlement-entry-card span{border-radius:999px;padding:5px 9px;background:#fff3c4;color:#8a6100;font-size:12px;font-weight:950;white-space:nowrap}.balele-entitlement-entry-card p{margin:0;color:rgba(43,33,24,.62);font-size:13px;line-height:1.45}.balele-entitlement-entry-card small{justify-self:start;border-radius:999px;padding:6px 9px;background:#2b2118;color:#fff;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.balele-entitlement-entry-card.is-locked small{background:#6f6c7a}.balele-entitlement-entry-card.is-reserved span{background:#eeeef6;color:#55536a}@media(max-width:520px){.balele-entitlement-entry-card__top{align-items:flex-start;flex-direction:column}}
