.beez-react-app {
  --beez-bg: radial-gradient(circle at 14% 0%, rgba(214, 174, 96, 0.16), transparent 24%), radial-gradient(circle at 100% 0%, rgba(117, 142, 175, 0.16), transparent 26%), radial-gradient(circle at 50% 100%, rgba(214, 174, 96, 0.10), transparent 30%), linear-gradient(180deg, #0b0f15 0%, #080b10 100%);
  --beez-card: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  --beez-border: rgba(214, 174, 96, 0.16);
  --beez-text: #f5efe3;
  --beez-muted: #a7b0bf;
  --beez-primary: #d6ae60;
  --beez-secondary: #b8842f;
  --beez-accent: #758eaf;
  --beez-shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  min-height: 100vh;
  padding: 18px 16px 196px;
  background: var(--beez-bg);
  color: var(--beez-text);
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.beez-react-app * {
  box-sizing: border-box;
}

.beez-shell {
  max-width: 760px;
  margin: 0 auto;
}

.beez-route-stage {
  position: relative;
}

.beez-route-stage-inner {
  will-change: auto;
  transition: opacity 280ms cubic-bezier(0.22, 1, 0.36, 1), transform 280ms cubic-bezier(0.22, 1, 0.36, 1), filter 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.beez-route-stage.is-transitioning-out .beez-route-stage-inner,
.beez-route-stage.is-transitioning-in .beez-route-stage-inner {
  will-change: transform, opacity, filter;
}

.beez-route-stage.is-transitioning-out .beez-route-stage-inner {
  opacity: 0.18;
  transform: translateY(18px) scale(0.985);
  filter: blur(8px);
}

.beez-route-stage.is-transitioning-in .beez-route-stage-inner {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.beez-route-stage.is-transitioning-in .beez-hero,
.beez-route-stage.is-transitioning-in .beez-search,
.beez-route-stage.is-transitioning-in .beez-shortcuts,
.beez-route-stage.is-transitioning-in .beez-section,
.beez-route-stage.is-transitioning-in .beez-banner-strip,
.beez-route-stage.is-transitioning-in .beez-card,
.beez-route-stage.is-transitioning-in .beez-voucher-card,
.beez-route-stage.is-transitioning-in .beez-review-card,
.beez-route-stage.is-transitioning-in .beez-detail-panel,
.beez-route-stage.is-transitioning-in .beez-service-card,
.beez-route-stage.is-transitioning-in .beez-detail-banner,
.beez-route-stage.is-transitioning-in .beez-gallery-grid img {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  filter: blur(10px);
  animation: beezPremiumRise 620ms cubic-bezier(0.18, 1, 0.32, 1) forwards;
}

.beez-route-stage.is-transitioning-in .beez-hero {
  animation-delay: 30ms;
}

.beez-route-stage.is-transitioning-in .beez-search {
  animation-delay: 70ms;
}

.beez-route-stage.is-transitioning-in .beez-shortcuts {
  animation-delay: 110ms;
}

.beez-route-stage.is-transitioning-in .beez-section:nth-of-type(1) {
  animation-delay: 90ms;
}

.beez-route-stage.is-transitioning-in .beez-section:nth-of-type(2) {
  animation-delay: 150ms;
}

.beez-route-stage.is-transitioning-in .beez-section:nth-of-type(3) {
  animation-delay: 210ms;
}

.beez-route-stage.is-transitioning-in .beez-banner-strip {
  animation-delay: 120ms;
}

.beez-route-stage.is-transitioning-in .beez-card-grid > .beez-card:nth-child(1),
.beez-route-stage.is-transitioning-in .beez-voucher-grid > .beez-voucher-card:nth-child(1),
.beez-route-stage.is-transitioning-in .beez-review-list > .beez-review-card:nth-child(1),
.beez-route-stage.is-transitioning-in .beez-detail-grid > .beez-detail-panel:nth-child(1),
.beez-route-stage.is-transitioning-in .beez-service-grid > .beez-service-card:nth-child(1),
.beez-route-stage.is-transitioning-in .beez-detail-banner-row > .beez-detail-banner:nth-child(1),
.beez-route-stage.is-transitioning-in .beez-gallery-grid > img:nth-child(1) {
  animation-delay: 120ms;
}

.beez-route-stage.is-transitioning-in .beez-card-grid > .beez-card:nth-child(2),
.beez-route-stage.is-transitioning-in .beez-voucher-grid > .beez-voucher-card:nth-child(2),
.beez-route-stage.is-transitioning-in .beez-review-list > .beez-review-card:nth-child(2),
.beez-route-stage.is-transitioning-in .beez-detail-grid > .beez-detail-panel:nth-child(2),
.beez-route-stage.is-transitioning-in .beez-service-grid > .beez-service-card:nth-child(2),
.beez-route-stage.is-transitioning-in .beez-detail-banner-row > .beez-detail-banner:nth-child(2),
.beez-route-stage.is-transitioning-in .beez-gallery-grid > img:nth-child(2) {
  animation-delay: 170ms;
}

.beez-route-stage.is-transitioning-in .beez-card-grid > .beez-card:nth-child(3),
.beez-route-stage.is-transitioning-in .beez-voucher-grid > .beez-voucher-card:nth-child(3),
.beez-route-stage.is-transitioning-in .beez-review-list > .beez-review-card:nth-child(3),
.beez-route-stage.is-transitioning-in .beez-detail-grid > .beez-detail-panel:nth-child(3),
.beez-route-stage.is-transitioning-in .beez-service-grid > .beez-service-card:nth-child(3),
.beez-route-stage.is-transitioning-in .beez-detail-banner-row > .beez-detail-banner:nth-child(3),
.beez-route-stage.is-transitioning-in .beez-gallery-grid > img:nth-child(3) {
  animation-delay: 220ms;
}

.beez-route-stage.is-transitioning-in .beez-card-grid > .beez-card:nth-child(4),
.beez-route-stage.is-transitioning-in .beez-voucher-grid > .beez-voucher-card:nth-child(4),
.beez-route-stage.is-transitioning-in .beez-review-list > .beez-review-card:nth-child(4),
.beez-route-stage.is-transitioning-in .beez-detail-grid > .beez-detail-panel:nth-child(4),
.beez-route-stage.is-transitioning-in .beez-service-grid > .beez-service-card:nth-child(4),
.beez-route-stage.is-transitioning-in .beez-detail-banner-row > .beez-detail-banner:nth-child(4),
.beez-route-stage.is-transitioning-in .beez-gallery-grid > img:nth-child(4) {
  animation-delay: 270ms;
}

.beez-route-stage.is-transitioning-in .beez-card-grid > .beez-card:nth-child(5),
.beez-route-stage.is-transitioning-in .beez-voucher-grid > .beez-voucher-card:nth-child(5),
.beez-route-stage.is-transitioning-in .beez-review-list > .beez-review-card:nth-child(5),
.beez-route-stage.is-transitioning-in .beez-detail-grid > .beez-detail-panel:nth-child(5),
.beez-route-stage.is-transitioning-in .beez-service-grid > .beez-service-card:nth-child(5),
.beez-route-stage.is-transitioning-in .beez-gallery-grid > img:nth-child(5) {
  animation-delay: 320ms;
}

.beez-route-stage.is-transitioning-in .beez-card-grid > .beez-card:nth-child(6),
.beez-route-stage.is-transitioning-in .beez-voucher-grid > .beez-voucher-card:nth-child(6),
.beez-route-stage.is-transitioning-in .beez-review-list > .beez-review-card:nth-child(6),
.beez-route-stage.is-transitioning-in .beez-detail-grid > .beez-detail-panel:nth-child(6),
.beez-route-stage.is-transitioning-in .beez-service-grid > .beez-service-card:nth-child(6),
.beez-route-stage.is-transitioning-in .beez-gallery-grid > img:nth-child(6) {
  animation-delay: 370ms;
}

.beez-route-stage.is-transitioning-in .beez-card-grid > .beez-card:nth-child(n+7),
.beez-route-stage.is-transitioning-in .beez-voucher-grid > .beez-voucher-card:nth-child(n+7),
.beez-route-stage.is-transitioning-in .beez-review-list > .beez-review-card:nth-child(n+7),
.beez-route-stage.is-transitioning-in .beez-detail-grid > .beez-detail-panel:nth-child(n+7),
.beez-route-stage.is-transitioning-in .beez-service-grid > .beez-service-card:nth-child(n+7),
.beez-route-stage.is-transitioning-in .beez-gallery-grid > img:nth-child(n+7) {
  animation-delay: 420ms;
}

@keyframes beezPremiumRise {
  0% {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    filter: blur(10px);
  }
  55% {
    opacity: 0.86;
    transform: translateY(-3px) scale(1.003);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
.beez-route-loader {
  position: fixed;
  left: 50%;
  bottom: 98px;
  width: min(180px, 100vw - 80px);
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  z-index: 9998;
}

.beez-route-loader::before {
  content: "";
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(215, 181, 109, 0.2) 0%, rgba(240, 217, 163, 0.95) 52%, rgba(157, 183, 217, 0.65) 100%);
  box-shadow: 0 0 16px rgba(240, 217, 163, 0.35);
  transform: translateX(-120%);
}

.beez-route-stage.is-fetching .beez-route-loader {
  opacity: 1;
}

.beez-route-stage.is-fetching .beez-route-loader::before {
  animation: beezRoutePulse 900ms cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

@keyframes beezRoutePulse {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(320%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .beez-route-stage-inner,
  .beez-route-loader {
    transition: none !important;
  }
  .beez-route-loader::before,
  .beez-route-stage.is-transitioning-in .beez-hero,
  .beez-route-stage.is-transitioning-in .beez-search,
  .beez-route-stage.is-transitioning-in .beez-shortcuts,
  .beez-route-stage.is-transitioning-in .beez-section,
  .beez-route-stage.is-transitioning-in .beez-banner-strip,
  .beez-route-stage.is-transitioning-in .beez-card,
  .beez-route-stage.is-transitioning-in .beez-voucher-card,
  .beez-route-stage.is-transitioning-in .beez-review-card,
  .beez-route-stage.is-transitioning-in .beez-detail-panel,
  .beez-route-stage.is-transitioning-in .beez-service-card,
  .beez-route-stage.is-transitioning-in .beez-detail-banner,
  .beez-route-stage.is-transitioning-in .beez-gallery-grid img {
    animation: none !important;
  }
  .beez-route-stage.is-transitioning-out .beez-route-stage-inner,
  .beez-route-stage.is-transitioning-in .beez-route-stage-inner {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.beez-topbar,
.beez-hero,
.beez-search,
.beez-shortcuts,
.beez-section,
.beez-banner-strip,
.beez-bottom-nav {
  backdrop-filter: blur(12px);
}

.beez-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.beez-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}

.beez-brand img {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.06);
  padding: 6px;
}

.beez-brand-copy strong {
  display: block;
  font-size: 16px;
}

.beez-brand-copy span,
.beez-balance small,
.beez-section-copy,
.beez-empty p,
.beez-feedback,
.beez-card-meta,
.beez-card-address,
.beez-banner-card span {
  color: var(--beez-muted);
}

.beez-balance {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30, 36, 48, 0.94), rgba(19, 24, 34, 0.96));
  border: 1px solid rgba(214, 174, 96, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--beez-shadow);
  text-decoration: none;
  color: inherit;
}

.beez-balance strong {
  display: block;
  font-size: 14px;
}

.beez-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 24px 20px;
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(214, 174, 96, 0.22), rgba(117, 142, 175, 0.16) 52%, rgba(214, 174, 96, 0.08) 100%), linear-gradient(180deg, #171d26 0%, #121821 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--beez-shadow);
}

.beez-hero::before,
.beez-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(4px);
}

.beez-hero::before {
  width: 160px;
  height: 160px;
  background: rgba(117, 142, 175, 0.26);
  top: -48px;
  right: -26px;
}

.beez-hero::after {
  width: 110px;
  height: 110px;
  background: rgba(214, 174, 96, 0.18);
  bottom: -34px;
  left: -18px;
}

.beez-hero-content {
  position: relative;
  z-index: 1;
  max-width: 420px;
}

.beez-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(214, 174, 96, 0.14);
  color: #f3ddb0;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.beez-hero h1 {
  margin: 14px 0 10px;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.05;
}

.beez-hero p {
  margin: 0 0 16px;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.6;
}

.beez-banner-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 12px;
}

.beez-banner-card {
  min-height: 110px;
  padding: 12px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 22px rgba(118, 103, 176, 0.16);
  overflow: hidden;
}

.beez-banner-card strong {
  display: block;
  color: #24304d;
}

.beez-search {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 12px 12px 12px 14px;
  border-radius: 20px;
  background: var(--beez-card), #1a2029;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--beez-shadow);
}

.beez-search input {
  flex: 1;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 14px;
  color: var(--beez-text);
}

.beez-search button,
.beez-hero-action,
.beez-tab.is-active,
.beez-card-link,
.beez-shortcut-link:hover,
.beez-bottom-nav a.is-active {
  background: linear-gradient(135deg, var(--beez-primary), var(--beez-secondary));
  color: #18130a;
}

.beez-search button,
.beez-hero-action {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 0;
  cursor: pointer;
  border-radius: 16px;
  font-weight: 700;
  padding: 12px 16px;
  box-shadow: 0 16px 30px rgba(184, 132, 47, 0.24);
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, filter 0.22s ease, opacity 0.18s ease;
}

.beez-shortcuts {
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 28px;
  background: var(--beez-card), #1a2029;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--beez-shadow);
}

.beez-shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.beez-shortcut-link {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 10px 14px;
  text-align: center;
  text-decoration: none;
  color: #f1eadb;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(28, 34, 45, 0.98) 0%, rgba(18, 23, 33, 0.98) 100%);
  border: 1px solid rgba(226, 194, 122, 0.1);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.beez-shortcut-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(226, 194, 122, 0.06) 0%, rgba(117, 142, 175, 0.04) 42%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.beez-shortcut-link:hover,
.beez-shortcut-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(226, 194, 122, 0.08) inset;
  border-color: rgba(226, 194, 122, 0.24);
  background: linear-gradient(180deg, rgba(33, 40, 52, 0.98) 0%, rgba(21, 27, 37, 0.98) 100%);
}

.beez-shortcut-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(226, 194, 122, 0.12) 0%, rgba(101, 122, 152, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 194, 122, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 16px rgba(0, 0, 0, 0.14);
}

.beez-shortcut-icon img {
  max-width: 28px;
  max-height: 28px;
  filter: saturate(0.9) contrast(1.02) brightness(0.98);
}

.beez-shortcut-link span {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #f2f5fa;
}

.beez-section {
  padding: 18px;
  border-radius: 28px;
  background: var(--beez-card), #1a2029;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--beez-shadow);
}

.beez-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.beez-section-header h2 {
  margin: 0 0 4px;
  font-size: 20px;
}

.beez-chip-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin: 0 0 16px;
  scrollbar-width: none;
}

.beez-chip-row::-webkit-scrollbar,
.beez-tabs::-webkit-scrollbar {
  display: none;
}

.beez-chip {
  position: relative;
  overflow: hidden;
  padding: 9px 14px;
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(214, 174, 96, 0.12);
  color: #efd7aa;
  border: 1px solid rgba(214, 174, 96, 0.22);
  font-weight: 700;
  font-size: 12px;
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.beez-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 18px;
}

.beez-tab {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #dce2ec;
  font-weight: 700;
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.beez-card-grid {
  display: grid;
  gap: 14px;
}

.beez-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, border-color 0.22s ease, filter 0.22s ease;
}

.beez-card-media {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(215, 181, 109, 0.18), rgba(157, 183, 217, 0.18));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.beez-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beez-card-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.beez-card-title-row strong {
  font-size: 16px;
  line-height: 1.3;
}

.beez-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(214, 174, 96, 0.16);
  color: #f3d9aa;
  border: 1px solid rgba(214, 174, 96, 0.22);
  font-weight: 700;
  font-size: 12px;
}

.beez-card-address {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.5;
}

.beez-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
}

.beez-card-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s ease, filter 0.2s ease;
}

.beez-empty,
.beez-loading,
.beez-feedback {
  padding: 26px 16px;
  text-align: center;
}

.beez-empty strong,
.beez-loading strong,
.beez-feedback strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.beez-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  width: min(760px, 100vw - 24px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 10px;
  border-radius: 28px;
  background: rgba(10, 14, 21, 0.96);
  border: 1px solid rgba(214, 174, 96, 0.14);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(18px);
  z-index: 9999;
}

.beez-bottom-nav a {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 58px;
  padding: 8px 6px;
  border-radius: 18px;
  border: 1px solid transparent;
  color: #909cad;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.beez-bottom-nav a,
.beez-bottom-nav a:focus,
.beez-bottom-nav a:focus-visible {
  -webkit-tap-highlight-color: transparent;
}

.beez-bottom-nav a:focus,
.beez-bottom-nav a:focus-visible {
  outline: none;
  border-color: rgba(214, 174, 96, 0.24);
  background: linear-gradient(135deg, rgba(214, 174, 96, 0.22), rgba(184, 132, 47, 0.18));
  color: #f7efe0;
  box-shadow: 0 0 0 3px rgba(240, 217, 163, 0.18), 0 14px 30px rgba(0, 0, 0, 0.24);
}

.beez-bottom-nav a:focus .beez-bottom-nav-icon,
.beez-bottom-nav a:focus-visible .beez-bottom-nav-icon,
.beez-bottom-nav a:focus .beez-bottom-nav-label,
.beez-bottom-nav a:focus-visible .beez-bottom-nav-label {
  color: #f7efe0;
}

.beez-bottom-nav-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.beez-hero h1 {
  color: #f7efe0;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.beez-hero p {
  color: #c5cede;
}

.beez-search span,
.beez-balance > span:first-child {
  color: #f1d7a5;
}

.beez-shortcut-link span:last-child {
  color: #e9edf5;
}

.beez-shortcut-icon img {
  max-width: 28px;
  max-height: 28px;
  filter: saturate(0.95) contrast(1.02);
}

.beez-bottom-nav a {
  background: rgba(255, 255, 255, 0.02);
}

.beez-bottom-nav a.is-active {
  box-shadow: 0 12px 28px rgba(184, 132, 47, 0.22);
}

.beez-bottom-nav-icon i,
.beez-balance i,
.beez-search span i {
  font-size: 16px;
  line-height: 1;
}

.beez-bottom-nav-icon--scan i {
  font-size: 15px;
}

.beez-bottom-nav-icon--scan {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(214, 174, 96, 0.18), rgba(117, 142, 175, 0.16));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.08);
}

.beez-bottom-nav-label {
  display: block;
  line-height: 1.1;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .beez-react-app {
    padding: 16px 12px 190px;
  }
  .beez-hero {
    padding: 22px 16px;
  }
  .beez-shortcuts,
  .beez-section {
    padding: 16px;
  }
  .beez-shortcuts-grid {
    gap: 10px;
  }
  .beez-shortcut-icon {
    width: 46px;
    height: 46px;
  }
  .beez-card {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .beez-card-media {
    width: 64px;
    height: 64px;
  }
}
/* B v2 online override */
.beez-detail-hero-card,
.beez-detail-panel,
.beez-review-card,
.beez-service-card,
.beez-voucher-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--beez-shadow);
}

.beez-detail-banner,
.beez-service-thumb,
.beez-voucher-cover {
  background: linear-gradient(135deg, rgba(215, 181, 109, 0.18), rgba(157, 183, 217, 0.18));
}

.beez-info-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dce2ec;
  font-size: 12px;
  font-weight: 700;
}

.beez-detail-action {
  padding: 12px 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: var(--beez-text);
  text-align: center;
  font-weight: 700;
  box-shadow: var(--beez-shadow);
}

.beez-detail-action.is-primary,
.beez-card-link,
.beez-tab.is-active,
.beez-shortcut-link:hover,
.beez-bottom-nav a.is-active,
.beez-inline-action,
.beez-hero-action {
  background: linear-gradient(135deg, var(--beez-primary), #f0d9a3);
  color: #1f1809;
}

.beez-review-avatar {
  background: linear-gradient(135deg, rgba(215, 181, 109, 0.22), rgba(157, 183, 217, 0.22));
}

.beez-rating {
  background: rgba(215, 181, 109, 0.16);
  color: #f4e5bc;
}

.beez-loading,
.beez-empty,
.beez-feedback {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* B v3 detail polish */
.beez-detail-cover {
  position: relative;
  min-height: 220px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #151922;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--beez-shadow);
}

.beez-detail-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 11, 16, 0.08) 0%, rgba(9, 11, 16, 0.58) 100%);
}

.beez-detail-hero-card {
  position: relative;
  margin: -56px 14px 18px;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(215, 181, 109, 0.2), rgba(232, 183, 200, 0.12) 46%, rgba(157, 183, 217, 0.12)), linear-gradient(180deg, #1a2028 0%, #161b23 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: var(--beez-shadow);
  z-index: 2;
}

.beez-detail-logo-wrap {
  width: 86px;
  height: 86px;
  border-radius: 24px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  margin-bottom: 12px;
}

.beez-detail-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.beez-detail-copy h1 {
  margin: 0 0 8px;
  color: #f5f6f8;
  font-size: 28px;
  line-height: 1.08;
}

.beez-detail-copy > p {
  margin: 0 0 14px;
  color: #cfd7e4;
  font-size: 14px;
}

.beez-detail-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.beez-info-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dbe4f1;
  max-width: 100%;
}

.beez-info-pill span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.beez-detail-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.beez-detail-action {
  padding: 12px 10px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #eef3fb;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}

.beez-detail-action.is-primary {
  background: linear-gradient(135deg, var(--beez-primary), #f0d9a3);
  color: #1f1809;
}

.beez-detail-message {
  margin-bottom: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #d9e1ed;
}

.beez-detail-grid,
.beez-review-layout {
  display: grid;
  gap: 14px;
}

.beez-detail-panel,
.beez-review-summary-card,
.beez-review-breakdown,
.beez-review-card,
.beez-service-card,
.beez-voucher-card {
  padding: 16px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--beez-shadow);
}

.beez-detail-panel h3,
.beez-review-summary-card strong,
.beez-review-breakdown strong,
.beez-service-card strong,
.beez-voucher-body strong {
  color: #f5f6f8;
}

.beez-detail-panel p,
.beez-rich-text,
.beez-rich-text p,
.beez-review-summary-card span,
.beez-review-summary-card small,
.beez-review-card p,
.beez-voucher-body p,
.beez-service-card p {
  color: #aeb7c6;
}

.beez-contact-list span,
.beez-contact-list a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 10px 0 0;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f3;
  text-decoration: none;
}

.beez-detail-banner-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.beez-detail-banner {
  min-height: 92px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--beez-shadow);
}

.beez-service-card,
.beez-voucher-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: start;
}

.beez-service-thumb,
.beez-voucher-cover {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(215, 181, 109, 0.18), rgba(157, 183, 217, 0.18));
}

.beez-inline-action {
  margin-top: 12px;
}

.beez-review-summary-card {
  text-align: center;
}

.beez-review-summary-card strong {
  display: block;
  font-size: 34px;
  margin-bottom: 6px;
}

.beez-review-breakdown-row {
  display: grid;
  grid-template-columns: 40px 1fr 34px;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  color: #dbe4f1;
}

.beez-review-bar {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.beez-review-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(135deg, var(--beez-primary), #f0d9a3);
}

.beez-review-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
}

.beez-review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(215, 181, 109, 0.24), rgba(157, 183, 217, 0.22));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #f7f7f4;
}

.beez-review-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 6px;
  color: #f5f6f8;
}

@media (max-width: 640px) {
  .beez-detail-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .beez-detail-banner-row {
    grid-template-columns: 1fr;
  }
  .beez-service-card,
  .beez-voucher-card {
    grid-template-columns: 1fr;
  }
}
/* B v4 page layer polish */
.beez-card-title-row strong {
  color: #f5f6f8;
  font-size: 16px;
  line-height: 1.3;
}

.beez-card-address {
  color: #b7c0ce;
  min-height: 36px;
}

.beez-card-tagline {
  color: #9ea9bc;
  letter-spacing: 0.01em;
}

.beez-card-link {
  min-width: 74px;
}

.beez-rich-text,
.beez-rich-text p,
.beez-rich-text li,
.beez-detail-panel p {
  line-height: 1.8;
  font-size: 14px;
}

.beez-rich-text a {
  color: #f0d9a3;
  text-decoration: underline;
  text-decoration-color: rgba(240, 217, 163, 0.35);
}

.beez-detail-panel h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.beez-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.beez-contact-list span,
.beez-contact-list a {
  margin: 0;
}

.beez-empty strong,
.beez-loading strong,
.beez-feedback strong {
  color: #f5f6f8;
}

.beez-search button::before,
.beez-hero-action::before,
.beez-chip::before,
.beez-card-link::before,
.beez-bottom-nav a::before,
.beez-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.34) 48%, transparent 78%);
  transform: translateX(-130%);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.beez-shortcut-link,
.beez-detail-action,
.beez-inline-action,
.beez-card-media,
.beez-bottom-nav-icon,
.beez-bottom-nav-label {
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, border-color 0.22s ease, filter 0.22s ease, background 0.22s ease, color 0.22s ease, text-shadow 0.22s ease;
}

.beez-search button:hover,
.beez-hero-action:hover,
.beez-chip:hover,
.beez-card-link:hover,
.beez-tab:hover,
.beez-bottom-nav a:hover,
.beez-detail-action:hover,
.beez-inline-action:hover {
  transform: translateY(-2px);
  filter: saturate(1.04);
}

.beez-search button:hover::before,
.beez-hero-action:hover::before,
.beez-chip:hover::before,
.beez-card-link:hover::before,
.beez-tab:hover::before,
.beez-bottom-nav a:hover::before {
  transform: translateX(130%);
}

.beez-search button:active,
.beez-hero-action:active,
.beez-chip:active,
.beez-card-link:active,
.beez-tab:active,
.beez-bottom-nav a:active,
.beez-shortcut-link:active,
.beez-detail-action:active,
.beez-inline-action:active {
  transform: translateY(1px) scale(0.97);
  filter: saturate(0.98);
}

.beez-search button:focus-visible,
.beez-hero-action:focus-visible,
.beez-chip:focus-visible,
.beez-card-link:focus-visible,
.beez-tab:focus-visible,
.beez-bottom-nav a:focus-visible,
.beez-shortcut-link:focus-visible,
.beez-detail-action:focus-visible,
.beez-inline-action:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(240, 217, 163, 0.2), 0 14px 30px rgba(0, 0, 0, 0.24);
}

.beez-bottom-nav a.is-active {
  box-shadow: 0 16px 28px rgba(215, 181, 109, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.beez-bottom-nav a.is-active .beez-bottom-nav-icon {
  transform: translateY(-1px) scale(1.08);
  text-shadow: 0 6px 16px rgba(31, 24, 9, 0.24);
}

.beez-bottom-nav a.is-active .beez-bottom-nav-label {
  letter-spacing: 0.02em;
}

.beez-bottom-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.34);
}

.beez-tab.is-active {
  box-shadow: 0 16px 28px rgba(215, 181, 109, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.beez-tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.76);
}

.beez-chip:hover,
.beez-card-link:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.beez-card:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 217, 163, 0.18);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.26);
}

.beez-card:hover .beez-card-media {
  transform: scale(1.03);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
}

.beez-shortcut-link:hover,
.beez-detail-action:hover,
.beez-inline-action:hover {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

@media (hover: none) {
  .beez-search button:hover,
  .beez-hero-action:hover,
  .beez-chip:hover,
  .beez-card-link:hover,
  .beez-tab:hover,
  .beez-bottom-nav a:hover,
  .beez-card:hover,
  .beez-shortcut-link:hover,
  .beez-detail-action:hover,
  .beez-inline-action:hover {
    transform: none;
    filter: none;
    box-shadow: inherit;
  }
  .beez-search button:hover::before,
  .beez-hero-action:hover::before,
  .beez-chip:hover::before,
  .beez-card-link:hover::before,
  .beez-tab:hover::before,
  .beez-bottom-nav a:hover::before {
    transform: translateX(-130%);
  }
}
/* Final polish layer */
.beez-search,
.beez-form-card,
.beez-card,
.beez-detail-panel,
.beez-voucher-card,
.beez-service-card,
.beez-review-card {
  position: relative;
}

.beez-search::after,
.beez-form-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.22s ease;
  background: radial-gradient(circle at 50% 0%, rgba(240, 217, 163, 0.2), transparent 58%);
}

.beez-search:focus-within,
.beez-form-card:focus-within {
  border-color: rgba(240, 217, 163, 0.22);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26), 0 0 0 1px rgba(240, 217, 163, 0.1);
}

.beez-search:focus-within::after,
.beez-form-card:focus-within::after {
  opacity: 1;
}

.beez-search-input,
.beez-premium-input,
.beez-premium-select {
  transition: box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.18s ease;
}

.beez-search input:focus,
.beez-search-input:focus,
.beez-premium-input:focus,
.beez-premium-select:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(240, 217, 163, 0.34) !important;
  box-shadow: 0 0 0 3px rgba(240, 217, 163, 0.12), 0 10px 24px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.beez-tab-panel {
  position: relative;
  transform-origin: 50% 0%;
  animation: beezTabContentIn 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes beezTabContentIn {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.992);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
.beez-form-stage > .beez-form-card {
  opacity: 0;
  transform: translateY(20px) scale(0.99);
  filter: blur(8px);
  animation: beezFormCardIn 600ms cubic-bezier(0.18, 1, 0.32, 1) forwards;
}

.beez-form-stage > .beez-form-card:nth-child(1) {
  animation-delay: 90ms;
}

.beez-form-stage > .beez-form-card:nth-child(2) {
  animation-delay: 170ms;
}

@keyframes beezFormCardIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.99);
    filter: blur(8px);
  }
  55% {
    opacity: 0.88;
    transform: translateY(-2px) scale(1.002);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
.beez-form-stack > .beez-field {
  opacity: 0;
  transform: translateY(16px);
  animation: beezFieldIn 460ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.beez-form-stack > .beez-field:nth-child(1) {
  animation-delay: 150ms;
}

.beez-form-stack > .beez-field:nth-child(2) {
  animation-delay: 220ms;
}

.beez-form-stack > .beez-field:nth-child(3) {
  animation-delay: 290ms;
}

@keyframes beezFieldIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.beez-phone-grid {
  align-items: stretch;
}

.beez-bottom-nav {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.beez-bottom-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 26%, transparent 76%, rgba(255, 255, 255, 0.03));
  opacity: 0.9;
}

.beez-bottom-nav a.is-active {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 30px rgba(215, 181, 109, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -10px 24px rgba(31, 24, 9, 0.1);
}

.beez-bottom-nav a.is-active::before {
  transform: translateX(18%);
  opacity: 0.75;
}

.beez-bottom-nav a.is-active::after {
  width: 28px;
  height: 3px;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.42), 0 0 28px rgba(240, 217, 163, 0.24);
}

@media (prefers-reduced-motion: reduce) {
  .beez-tab-panel,
  .beez-form-stage > .beez-form-card,
  .beez-form-stack > .beez-field {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
/* Sticky action docks for long form pages */
.beez-inline-actions--runtime {
  display: none !important;
}

.beez-action-dock {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(128px + env(safe-area-inset-bottom, 0px));
  max-width: 760px;
  margin: 0 auto;
  z-index: 9997;
  pointer-events: none;
}

.beez-action-dock-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(12, 16, 24, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  pointer-events: auto;
}

.beez-action-dock-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%, transparent 78%, rgba(255, 255, 255, 0.03));
}

.beez-action-dock-inner > * {
  position: relative;
  z-index: 1;
  min-height: 50px;
}

.beez-action-dock-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #eef3fb;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.beez-action-dock-primary {
  width: 100%;
}

@media (max-width: 640px) {
  .beez-action-dock {
    left: 10px;
    right: 10px;
    width: auto;
    max-width: none;
    bottom: calc(124px + env(safe-area-inset-bottom, 0px));
  }
  .beez-action-dock-inner {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
  }
}
.beez-balance > span:first-child,
.beez-balance i {
  color: #e2c27a;
}

.beez-balance strong {
  color: #f6eedf;
}

.beez-balance small {
  color: #b8c0cf;
}

.beez-hero h1 {
  color: #faf2e3;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.beez-hero p {
  color: #b5bfce;
}

.beez-search button,
.beez-hero-action,
.beez-tab.is-active,
.beez-card-link,
.beez-shortcut-link:hover,
.beez-bottom-nav a.is-active {
  border-color: rgba(226, 194, 122, 0.26);
}

.beez-bottom-nav a.is-active {
  background: linear-gradient(180deg, rgba(33, 39, 50, 0.98) 0%, rgba(22, 27, 37, 0.98) 100%);
  color: #f6e8c7;
  border-color: rgba(226, 194, 122, 0.32);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(226, 194, 122, 0.08);
}

.beez-bottom-nav a.is-active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(226, 194, 122, 0.12) 0%, rgba(226, 194, 122, 0.04) 40%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.beez-bottom-nav a.is-active .beez-bottom-nav-icon,
.beez-bottom-nav a.is-active .beez-bottom-nav-label {
  color: #f6e8c7;
}

.beez-bottom-nav a.is-active::after {
  background: linear-gradient(90deg, rgba(240, 214, 154, 0.94), rgba(255, 255, 255, 0.82));
  box-shadow: 0 0 12px rgba(226, 194, 122, 0.26);
}

.beez-shortcut-icon i {
  font-size: 18px;
  color: #e6c987;
  line-height: 1;
}

.beez-shortcut-button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.beez-shortcut-button:focus-visible {
  outline: none;
}

.beez-shortcut-overlay {
  position: fixed;
  inset: 0;
  border: 0;
  background: rgba(4, 8, 14, 0.62);
  backdrop-filter: blur(4px);
  z-index: 10018;
}

.beez-shortcut-drawer {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(760px, 100vw - 24px);
  max-height: min(72vh, 680px);
  overflow: auto;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(18, 23, 33, 0.98) 0%, rgba(10, 14, 21, 0.98) 100%);
  border: 1px solid rgba(226, 194, 122, 0.14);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
  z-index: 10019;
}

.beez-shortcut-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.beez-shortcut-drawer-header strong {
  color: #f7efe0;
  font-size: 18px;
}

.beez-shortcut-drawer-close {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(226, 194, 122, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #f3ddb0;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.beez-shortcut-drawer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.beez-shortcut-drawer-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  text-decoration: none;
  padding: 14px 10px;
  border-radius: 20px;
  color: #edf1f7;
  background: linear-gradient(180deg, rgba(28, 34, 45, 0.98) 0%, rgba(18, 23, 33, 0.98) 100%);
  border: 1px solid rgba(226, 194, 122, 0.1);
}

.beez-shortcut-drawer-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(226, 194, 122, 0.12) 0%, rgba(101, 122, 152, 0.1) 100%);
  border: 1px solid rgba(226, 194, 122, 0.1);
}

.beez-shortcut-drawer-icon i {
  color: #e6c987;
  font-size: 16px;
}

@media (max-width: 640px) {
  .beez-shortcut-drawer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* desktop mobile-preview shell + icon polish v20260422ap */
.beez-react-app {
  --beez-device-width: 468px;
  position: relative;
  isolation: isolate;
}

.beez-shell {
  max-width: var(--beez-device-width);
}

.beez-bottom-nav,
.beez-shortcut-drawer {
  width: min(var(--beez-device-width), 100vw - 28px);
}

.beez-shortcut-link {
  border: 1px solid rgba(226, 194, 122, 0.14);
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 52%), linear-gradient(180deg, rgba(30, 37, 49, 0.98) 0%, rgba(17, 22, 31, 0.985) 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 -10px 24px rgba(0, 0, 0, 0.18);
}

.beez-shortcut-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
  opacity: 0.85;
  pointer-events: none;
}

.beez-shortcut-link:hover,
.beez-shortcut-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(226, 194, 122, 0.1) inset;
}

.beez-shortcut-icon,
.beez-shortcut-drawer-icon {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.16), transparent 34%), linear-gradient(180deg, rgba(229, 199, 133, 0.2) 0%, rgba(100, 121, 152, 0.14) 100%);
  border: 1px solid rgba(226, 194, 122, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -10px 18px rgba(0, 0, 0, 0.16), 0 10px 22px rgba(0, 0, 0, 0.18);
}

.beez-shortcut-icon::before,
.beez-shortcut-drawer-icon::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.beez-shortcut-icon i,
.beez-shortcut-drawer-icon i {
  position: relative;
  z-index: 1;
  color: #f0d8a3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 18px rgba(184, 132, 47, 0.18);
}

.beez-shortcut-icon img {
  position: relative;
  z-index: 1;
  max-width: 30px;
  max-height: 30px;
  filter: saturate(1.04) contrast(1.05) drop-shadow(0 10px 14px rgba(0, 0, 0, 0.18));
}

.beez-shortcut-link[href*="play.google.com"] .beez-shortcut-icon {
  background: radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.22), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
}

.beez-shortcut-drawer {
  border: 1px solid rgba(226, 194, 122, 0.16);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.beez-shortcut-drawer-link {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 194, 122, 0.12);
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.05), transparent 48%), linear-gradient(180deg, rgba(30, 37, 49, 0.98) 0%, rgba(16, 21, 31, 0.985) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 14px 26px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.beez-shortcut-drawer-link:hover,
.beez-shortcut-drawer-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(226, 194, 122, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 30px rgba(0, 0, 0, 0.24);
}

@media (min-width: 768px) {
  .beez-react-app {
    padding-top: 22px;
    padding-bottom: 214px;
  }
  .beez-hero,
  .beez-shortcuts,
  .beez-section {
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
  }
  .beez-bottom-nav {
    bottom: 18px;
  }
}
/* bottom-sheet + floating-dock polish v20260422aq */
.beez-shortcut-overlay {
  background: rgba(4, 8, 14, 0.74);
  backdrop-filter: blur(10px) saturate(1.08);
}

.beez-shortcut-drawer {
  left: 50%;
  right: auto;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(var(--beez-device-width), 100vw - 24px);
  max-height: min(76vh, 720px);
  padding: 26px 18px 18px;
  border-radius: 34px 34px 28px 28px;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 32%), linear-gradient(180deg, rgba(22, 28, 39, 0.985) 0%, rgba(10, 14, 21, 0.992) 100%);
  border: 1px solid rgba(226, 194, 122, 0.18);
  box-shadow: 0 36px 84px rgba(0, 0, 0, 0.56), 0 10px 26px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.beez-shortcut-drawer::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.18));
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.08);
}

.beez-shortcut-drawer-header {
  margin-bottom: 16px;
  padding-top: 2px;
}

.beez-shortcut-drawer-header strong {
  font-size: 19px;
  letter-spacing: 0.01em;
}

.beez-shortcut-drawer-close {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(226, 194, 122, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 18px rgba(0, 0, 0, 0.16);
}

.beez-shortcut-drawer-grid {
  gap: 14px;
}

.beez-shortcut-drawer-link {
  gap: 10px;
  min-height: 112px;
  padding: 16px 12px 14px;
  border-radius: 22px;
}

.beez-shortcut-drawer-link span:last-child {
  line-height: 1.25;
}

.beez-bottom-nav {
  bottom: 14px;
  width: min(var(--beez-device-width) - 28px, 100vw - 34px);
  gap: 10px;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
  border-radius: 32px;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1), transparent 46%), linear-gradient(180deg, rgba(15, 21, 31, 0.95) 0%, rgba(8, 12, 18, 0.98) 100%);
  border: 1px solid rgba(226, 194, 122, 0.16);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.46), 0 8px 22px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px) saturate(1.08);
}

.beez-bottom-nav::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  opacity: 0.85;
}

.beez-bottom-nav a {
  min-height: 60px;
  gap: 7px;
  border-radius: 20px;
  color: #97a4b5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.beez-bottom-nav a:hover,
.beez-bottom-nav a:focus-visible {
  transform: translateY(-1px);
}

.beez-bottom-nav a.is-active {
  background: linear-gradient(180deg, rgba(231, 199, 130, 0.98), rgba(187, 136, 54, 0.96));
  color: #17120a;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 34px rgba(184, 132, 47, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.beez-bottom-nav a.is-active .beez-bottom-nav-icon,
.beez-bottom-nav a.is-active .beez-bottom-nav-label {
  color: #17120a;
}

.beez-bottom-nav-icon {
  width: 24px;
  height: 24px;
}

.beez-bottom-nav-icon--scan {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(214, 174, 96, 0.22), rgba(117, 142, 175, 0.18));
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.12), 0 10px 18px rgba(0, 0, 0, 0.16);
}

.beez-bottom-nav-label {
  font-size: 11px;
  letter-spacing: 0.01em;
}

@media (max-width: 640px) {
  .beez-shortcut-drawer {
    bottom: 10px;
    width: calc(100vw - 18px);
    border-radius: 30px 30px 24px 24px;
    padding: 24px 14px 14px;
  }
  .beez-shortcut-drawer-grid {
    gap: 10px;
  }
  .beez-shortcut-drawer-link {
    min-height: 102px;
    padding: 14px 10px 12px;
  }
  .beez-bottom-nav {
    width: calc(100vw - 18px);
    bottom: 10px;
    gap: 8px;
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom, 0px));
  }
  .beez-bottom-nav a {
    min-height: 56px;
    border-radius: 18px;
  }
}
/* final sheet-focus + dock-separation polish v20260422ar */
.beez-shortcut-overlay {
  background: rgba(2, 6, 12, 0.82);
  backdrop-filter: blur(14px) saturate(1.04) brightness(0.78);
}

.beez-shortcut-drawer {
  box-shadow: 0 46px 110px rgba(0, 0, 0, 0.62), 0 14px 34px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.beez-bottom-nav {
  bottom: 18px;
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.52), 0 12px 28px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

@media (max-width: 640px) {
  .beez-shortcut-overlay {
    backdrop-filter: blur(12px) saturate(1.02) brightness(0.82);
  }
  .beez-bottom-nav {
    bottom: 12px;
  }
}
/* dock separation polish v20260422as */
.beez-bottom-nav {
  width: min(var(--beez-device-width) - 52px, 100vw - 42px);
  bottom: 20px;
  border-color: rgba(231, 199, 130, 0.18);
  box-shadow: 0 40px 96px rgba(0, 0, 0, 0.58), 0 18px 34px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.beez-bottom-nav::after {
  content: "";
  position: absolute;
  inset: -12px -8px -18px;
  border-radius: 40px;
  background: radial-gradient(circle at 50% 0%, rgba(214, 174, 96, 0.18), rgba(0, 0, 0, 0) 58%);
  opacity: 0.55;
  filter: blur(18px);
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 640px) {
  .beez-bottom-nav {
    width: calc(100vw - 22px);
    bottom: 12px;
  }
}
/* native-sheet final polish v20260422at */
.beez-shortcut-overlay {
  background: rgba(1, 5, 10, 0.88);
  backdrop-filter: blur(18px) saturate(1.02) brightness(0.68);
}

.beez-shortcut-drawer {
  bottom: 10px;
  max-height: min(82vh, 760px);
  padding: 28px 18px 20px;
  border-radius: 36px 36px 24px 24px;
  box-shadow: 0 56px 132px rgba(0, 0, 0, 0.68), 0 20px 42px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.beez-shortcut-drawer::after {
  content: "";
  position: absolute;
  inset: -18px -10px 0;
  border-radius: 44px 44px 30px 30px;
  background: radial-gradient(circle at 50% 0%, rgba(214, 174, 96, 0.12), rgba(0, 0, 0, 0) 58%);
  filter: blur(18px);
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
}

.beez-shortcut-drawer-grid {
  gap: 14px;
}

.beez-shortcut-drawer-link {
  min-height: 116px;
}

.beez-bottom-nav {
  bottom: 24px;
  width: min(var(--beez-device-width) - 68px, 100vw - 50px);
}

@media (max-width: 640px) {
  .beez-shortcut-overlay {
    backdrop-filter: blur(14px) saturate(1.01) brightness(0.74);
  }
  .beez-shortcut-drawer {
    bottom: 8px;
    width: calc(100vw - 14px);
    max-height: min(86vh, 760px);
    padding: 26px 14px 16px;
    border-radius: 32px 32px 22px 22px;
  }
  .beez-shortcut-drawer-link {
    min-height: 106px;
  }
  .beez-bottom-nav {
    width: calc(100vw - 28px);
    bottom: 14px;
  }
}
/* dock capsule lift polish v20260422au */
.beez-bottom-nav {
  width: min(var(--beez-device-width) - 96px, 100vw - 58px);
  bottom: 30px;
  gap: 8px;
  padding: 11px 11px calc(11px + env(safe-area-inset-bottom, 0px));
  border-radius: 999px;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0) 42%), linear-gradient(180deg, rgba(18, 24, 35, 0.94) 0%, rgba(8, 12, 18, 0.985) 100%);
  box-shadow: 0 52px 124px rgba(0, 0, 0, 0.64), 0 22px 40px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.beez-bottom-nav::after {
  inset: -16px -12px -28px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% 8%, rgba(214, 174, 96, 0.22), rgba(0, 0, 0, 0) 56%);
  opacity: 0.72;
  filter: blur(22px);
}

.beez-bottom-nav a {
  min-height: 54px;
  padding: 8px 4px;
  gap: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.008));
}

.beez-bottom-nav a.is-active {
  box-shadow: 0 18px 36px rgba(184, 132, 47, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.beez-bottom-nav-label {
  font-size: 10px;
}

@media (max-width: 640px) {
  .beez-bottom-nav {
    width: calc(100vw - 34px);
    bottom: 18px;
    border-radius: 32px;
  }
  .beez-bottom-nav a {
    min-height: 54px;
    border-radius: 18px;
  }
}
/* sheet background recession polish v20260422av */
#app-shell-page {
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
  transform-origin: center top;
}

body:has(.beez-shortcut-overlay) #app-shell-page {
  transform: scale(0.972) translateY(-6px);
  filter: blur(4px) brightness(0.58) saturate(0.86);
  opacity: 0.92;
}

body:has(.beez-shortcut-overlay) .beez-bottom-nav {
  transform: translateX(-50%) scale(0.97);
  filter: brightness(0.78) saturate(0.88);
}

/* ultra native sheet polish v20260422aw */
.beez-shortcut-drawer {
  bottom: 0;
  max-height: min(84vh, 780px);
  padding: 30px 18px 20px;
  border-radius: 38px 38px 0 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(226, 194, 122, 0.14);
  border-right: 1px solid rgba(226, 194, 122, 0.14);
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 72px), radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1), transparent 30%), linear-gradient(180deg, rgba(20, 26, 36, 0.992) 0%, rgba(9, 13, 20, 0.996) 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.03) inset, 0 58px 138px rgba(0, 0, 0, 0.7), 0 24px 48px rgba(0, 0, 0, 0.34);
}

.beez-shortcut-drawer::before {
  top: 12px;
  width: 64px;
  height: 7px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.16));
  box-shadow: 0 2px 12px rgba(255, 255, 255, 0.12);
}

.beez-shortcut-drawer::after {
  inset: 0 0 auto 0;
  height: 92px;
  border-radius: 38px 38px 22px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  filter: none;
  opacity: 1;
  z-index: 0;
}

.beez-shortcut-drawer > * {
  position: relative;
  z-index: 1;
}

.beez-shortcut-drawer-header {
  margin: 0 -2px 18px;
  padding: 0 2px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.beez-shortcut-drawer-header strong {
  font-size: 20px;
  font-weight: 800;
}

.beez-shortcut-drawer-close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
}

.beez-shortcut-drawer-grid {
  gap: 12px;
}

.beez-shortcut-drawer-link {
  min-height: 110px;
  border-radius: 24px;
}

body:has(.beez-shortcut-overlay) .main-wrapper {
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

@media (max-width: 640px) {
  .beez-shortcut-drawer {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    max-height: 88vh;
    padding: 28px 14px 16px;
    border-radius: 30px 30px 0 0;
  }
  .beez-shortcut-drawer::after {
    border-radius: 30px 30px 18px 18px;
  }
}
/* sheet layer takeover polish v20260422ax */
body:has(.beez-shortcut-overlay) #app-shell-page {
  transform: scale(0.962) translateY(-10px);
  filter: blur(6px) brightness(0.44) saturate(0.74);
}

body:has(.beez-shortcut-overlay) .beez-bottom-nav {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(18px) scale(0.92);
  filter: blur(6px) brightness(0.58);
}

body:has(.beez-shortcut-overlay) .main-wrapper::before {
  filter: brightness(0.68);
}

/* true bottom-attached sheet polish v20260422ay */
.beez-shortcut-drawer {
  left: 50%;
  right: auto;
  bottom: -1px;
  width: min(var(--beez-device-width) + 12px, 100vw + 2px);
  max-height: 86vh;
  border-radius: 34px 34px 0 0;
  transform: translateX(-50%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.05) inset, 0 64px 148px rgba(0, 0, 0, 0.72), 0 26px 52px rgba(0, 0, 0, 0.34);
}

.beez-shortcut-drawer::after {
  inset: 0 0 auto 0;
  height: 84px;
  border-radius: 34px 34px 18px 18px;
}

body:has(.beez-shortcut-overlay) .main-wrapper {
  overflow: hidden;
}

@media (max-width: 640px) {
  .beez-shortcut-drawer {
    width: calc(100vw + 2px);
    bottom: -1px;
    max-height: 90vh;
    border-radius: 28px 28px 0 0;
  }
  .beez-shortcut-drawer::after {
    border-radius: 28px 28px 14px 14px;
  }
}
/* sheet positioning root-fix v20260422az */
body:has(.beez-shortcut-overlay) #app-shell-page {
  transform: none !important;
  filter: none !important;
}

body:has(.beez-shortcut-overlay) .main-wrapper {
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body:has(.beez-shortcut-overlay) .main-wrapper::before {
  filter: brightness(0.48) saturate(0.82);
}

body:has(.beez-shortcut-overlay) .beez-react-app {
  filter: brightness(0.72) saturate(0.82);
}

body:has(.beez-shortcut-overlay) .beez-shortcut-drawer {
  bottom: 0 !important;
}

/* sheet fixed-position ancestor fix v20260422ba */
body:has(.beez-shortcut-overlay) .beez-react-app {
  filter: none !important;
}

/* sheet top-reset fix v20260422bb */
.beez-shortcut-drawer {
  top: auto !important;
  inset: auto auto 0 50% !important;
}

/* scan qr nav restore v20260422bc */
.beez-bottom-nav-scan-trigger {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 54px;
  padding: 8px 4px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.008));
  color: #97a4b5;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.beez-bottom-nav-scan-trigger:hover,
.beez-bottom-nav-scan-trigger:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.beez-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 10040;
}

.beez-qr-modal-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(1, 5, 10, 0.88);
  backdrop-filter: blur(18px) saturate(1.04) brightness(0.66);
}

.beez-qr-modal-card {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(var(--beez-device-width) + 8px, 100vw + 2px);
  max-height: 86vh;
  padding: 16px 18px 18px;
  border-radius: 32px 32px 0 0;
  background: linear-gradient(180deg, rgba(22, 28, 39, 0.99), rgba(8, 12, 18, 0.995));
  border: 1px solid rgba(226, 194, 122, 0.14);
  border-bottom: 0;
  box-shadow: 0 56px 132px rgba(0, 0, 0, 0.72), 0 20px 42px rgba(0, 0, 0, 0.34);
}

.beez-qr-modal-handle {
  width: 62px;
  height: 7px;
  border-radius: 999px;
  margin: 0 auto 14px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.16));
}

.beez-qr-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.beez-qr-modal-header strong {
  display: block;
  font-size: 20px;
  color: #f7efe0;
}

.beez-qr-modal-header p {
  margin: 6px 0 0;
  color: #aeb8c7;
  font-size: 13px;
}

.beez-qr-modal-close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(226, 194, 122, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  color: #f1d7a5;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.beez-qr-modal-reader-wrap {
  padding: 14px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.beez-qr-modal-reader {
  min-height: 280px;
  overflow: hidden;
  border-radius: 20px;
  background: #05070c;
}

.beez-qr-modal-reader > div {
  border: 0 !important;
}

@media (max-width: 640px) {
  .beez-qr-modal-card {
    width: 100vw;
    padding: 14px 14px 16px;
    border-radius: 28px 28px 0 0;
  }
}
/* more drawer close-position fix v20260422bh */
.beez-shortcut-drawer {
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  inset: auto auto 0 50% !important;
  transform: translateX(-50%) !important;
}

.beez-shortcut-drawer-header,
.beez-shortcut-drawer-close {
  position: relative;
  z-index: 2;
}

/* runtime centered more popup v20260422bl */
.beez-runtime-more-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
}

.beez-runtime-more-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(1, 5, 10, 0.76);
  backdrop-filter: blur(12px) saturate(1.02);
}

.beez-runtime-more-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(440px, 100vw - 28px);
  max-height: min(78vh, 640px);
  overflow: auto;
  padding: 16px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(22, 28, 39, 0.99), rgba(9, 13, 20, 0.996));
  border: 1px solid rgba(226, 194, 122, 0.14);
  box-shadow: 0 36px 84px rgba(0, 0, 0, 0.56), 0 10px 26px rgba(0, 0, 0, 0.24);
}

.beez-runtime-more-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.beez-runtime-more-header strong {
  color: #f7efe0;
  font-size: 18px;
}

.beez-runtime-more-close {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(226, 194, 122, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #f1d7a5;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.beez-runtime-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.beez-runtime-more-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  min-height: 94px;
  padding: 12px 8px 10px;
  text-align: center;
  text-decoration: none;
  color: #edf1f7;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(28, 34, 45, 0.98), rgba(18, 23, 33, 0.98));
  border: 1px solid rgba(226, 194, 122, 0.1);
}

.beez-runtime-more-link span:last-child {
  font-size: 11px;
  line-height: 1.25;
}

.beez-runtime-more-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(226, 194, 122, 0.12), rgba(101, 122, 152, 0.1));
  border: 1px solid rgba(226, 194, 122, 0.1);
}

.beez-runtime-more-icon i {
  color: #e6c987;
  font-size: 15px;
}

@media (max-width: 640px) {
  .beez-runtime-more-card {
    width: calc(100vw - 20px);
    padding: 14px;
  }
  .beez-runtime-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
  .beez-runtime-more-link {
    min-height: 88px;
    padding: 10px 8px;
  }
}
/* homepage rating alignment + copy cleanup v20260422bm */
.beez-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.beez-card-title-row strong {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.4;
}

.beez-rating {
  flex: 0 0 auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  margin-top: 1px;
  line-height: 1;
  white-space: nowrap;
}

/* homepage rating fine-tune + copy cleanup v20260422bn */
.beez-card-title-row {
  padding-right: 6px;
}

.beez-rating {
  margin-left: 8px;
  transform: translateX(-2px);
}

/* homepage final copy + rating edge safety v20260422bo */
.beez-card-title-row {
  padding-right: 10px;
}

.beez-rating {
  transform: translateX(-4px);
}

/* merchant/community/promotion/event/booking + setting fix v20260422bq */
.beez-legacy-list-card {
  text-decoration: none;
}

.beez-legacy-list-card .beez-card-media {
  width: 74px;
  height: 74px;
}

.beez-legacy-list-card .beez-card-address {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.beez-form-stage--profile {
  display: block !important;
}

.beez-form-card--profile-hero,
.beez-form-card--profile-form {
  width: 100%;
}

.beez-form-card--profile-hero {
  margin-bottom: 16px;
}

.beez-action-dock--profile {
  display: none !important;
}

/* profile nav overlap fix v20260422bs */
.beez-profile-page .beez-bottom-nav {
  display: none !important;
}

/* B v5 merchant detail header redesign */
.beez-detail-shell {
  position: relative;
  padding-top: 8px;
}

.beez-detail-topbar {
  position: absolute;
  top: 18px;
  left: 16px;
  right: 16px;
  z-index: 4;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
}

.beez-detail-back,
.beez-detail-fav {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  border: 1px solid rgba(214, 174, 96, 0.18);
  background: linear-gradient(145deg, rgba(18, 24, 34, 0.88), rgba(10, 14, 22, 0.94));
  color: #f5e8c6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 20px;
}

.beez-detail-fav.is-active {
  background: linear-gradient(135deg, rgba(214, 174, 96, 0.95), rgba(240, 217, 163, 0.98));
  color: #1f1809;
  border-color: rgba(227, 191, 121, 0.38);
}

.beez-detail-title {
  min-width: 0;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 22, 0.52);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #f5f1e8;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.beez-detail-cover {
  position: relative;
  min-height: 250px;
  border-radius: 34px;
  overflow: hidden;
  background-color: #11161f;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(214, 174, 96, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.beez-detail-cover::before {
  content: "";
  position: absolute;
  inset: auto -20% -14% 42%;
  height: 82%;
  background: radial-gradient(circle at center, rgba(214, 174, 96, 0.35), rgba(214, 174, 96, 0) 62%);
  z-index: 0;
  pointer-events: none;
}

.beez-detail-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 11, 17, 0.16) 0%, rgba(8, 11, 17, 0.42) 32%, rgba(8, 11, 17, 0.9) 100%);
}

.beez-detail-hero-card {
  position: relative;
  margin: -74px 16px 20px;
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(165deg, rgba(20, 26, 37, 0.96), rgba(12, 16, 24, 0.99));
  border: 1px solid rgba(214, 174, 96, 0.18);
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  z-index: 2;
}

.beez-detail-logo-wrap {
  width: 96px;
  height: 96px;
  border-radius: 28px;
  padding: 7px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  margin-bottom: 16px;
}

.beez-detail-logo {
  border-radius: 22px;
}

.beez-detail-copy h1 {
  margin: 0 0 10px;
  color: #f5f1e8;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.beez-detail-copy > p {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(214, 174, 96, 0.12);
  border: 1px solid rgba(214, 174, 96, 0.18);
  color: #efd9a5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.beez-detail-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.beez-info-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e7edf7;
  max-width: 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.beez-info-pill span:last-child {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.4;
}

.beez-detail-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 20px;
  padding: 0 4px;
}

.beez-detail-action {
  padding: 14px 12px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(18, 24, 34, 0.88), rgba(12, 16, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f5f1e8;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.beez-detail-action.is-primary {
  background: linear-gradient(135deg, rgba(214, 174, 96, 0.96), rgba(240, 217, 163, 0.98));
  color: #1f1809;
  border-color: rgba(227, 191, 121, 0.38);
}

.beez-detail-message {
  margin-bottom: 14px;
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(214, 174, 96, 0.12);
  color: #d9e1ed;
}

.beez-detail-app .beez-tabs {
  padding: 6px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
}

@media (max-width: 640px) {
  .beez-detail-topbar {
    top: 14px;
    left: 12px;
    right: 12px;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 10px;
  }
  .beez-detail-back,
  .beez-detail-fav {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    font-size: 18px;
  }
  .beez-detail-title {
    padding: 11px 12px;
    font-size: 11px;
  }
  .beez-detail-cover {
    min-height: 228px;
    border-radius: 30px;
  }
  .beez-detail-hero-card {
    margin: -64px 12px 18px;
    padding: 20px;
    border-radius: 28px;
  }
  .beez-detail-logo-wrap {
    width: 88px;
    height: 88px;
    border-radius: 24px;
  }
  .beez-detail-copy h1 {
    font-size: 27px;
  }
  .beez-detail-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
  .beez-detail-action:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
/* B v6 back button fallback hotfix */
.beez-detail-topbar {
  pointer-events: none;
}

.beez-detail-title {
  pointer-events: none;
}

.beez-detail-back,
.beez-detail-fav {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

/* B v8 main header aligned with community */
.beez-main-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.beez-main-topbar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.beez-brand--compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(24, 31, 43, 0.96), rgba(16, 21, 31, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.beez-brand--compact img {
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.beez-main-topbar .beez-brand-copy {
  display: none;
}

.beez-main-topbar .beez-balance {
  min-width: 0;
  flex: 1;
  padding: 11px 14px;
  border-radius: 18px;
}

.beez-main-topbar .beez-balance > span:last-child {
  min-width: 0;
}

.beez-main-topbar .beez-balance strong {
  white-space: nowrap;
}

.beez-topbar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(24, 31, 43, 0.96), rgba(16, 21, 31, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-decoration: none;
  color: #d6ae60;
}

.beez-topbar-icon i {
  font-size: 18px;
}

@media (max-width: 640px) {
  .beez-main-topbar {
    gap: 10px;
  }
  .beez-main-topbar-left {
    gap: 10px;
  }
  .beez-brand--compact,
  .beez-topbar-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 18px;
  }
  .beez-main-topbar .beez-balance {
    padding: 10px 12px;
  }
  .beez-main-topbar .beez-balance strong {
    font-size: 13px;
  }
}
/* B v9 main top row exact density alignment */
.beez-main-topbar .beez-balance {
  min-height: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
}

.beez-main-topbar .beez-balance > span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.beez-main-topbar .beez-balance > span:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  min-width: 0;
}

.beez-main-topbar .beez-balance small {
  display: block;
  margin: 0;
  font-size: 11px;
  line-height: 1.05;
}

.beez-main-topbar .beez-balance strong {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 1.05;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .beez-main-topbar .beez-balance {
    height: 50px;
    min-height: 50px;
    padding: 10px 14px;
  }
  .beez-main-topbar .beez-balance small {
    font-size: 10px;
  }
  .beez-main-topbar .beez-balance strong {
    font-size: 14px;
  }
}

/*# sourceMappingURL=react-app.css.map */
