.aura-preview-bar {
  position: fixed;
  z-index: 99999;
  top: 12px;
  left: 50%;
  display: flex;
  width: min(700px, calc(100% - 24px));
  align-items: center;
  gap: 9px;
  padding: 9px;
  color: #f7f4ee;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  background: rgba(15, 17, 16, .9);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.aura-preview-bar__brand {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 750;
}

.aura-preview-bar__mark {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: #11130f;
  background: #d6ff61;
  font-weight: 900;
}

.aura-preview-bar__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aura-preview-bar a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 11px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.aura-preview-bar a:hover { border-color: rgba(255, 255, 255, .4); }
.aura-preview-bar .aura-preview-bar__cta { color: #11130f; border-color: #d6ff61; background: #d6ff61; }

.aura-preview-notice {
  position: fixed;
  z-index: 100000;
  right: 16px;
  bottom: 16px;
  max-width: min(360px, calc(100% - 32px));
  padding: 13px 16px;
  color: #fff;
  border-radius: 13px;
  background: #171917;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .28);
  font: 700 13px/1.5 Inter, ui-sans-serif, system-ui, sans-serif;
}

/* AuraMenu is a display menu, not an ordering interface. Remove all
   WhatsApp/order CTAs from demo, draft and generated customer menus. */
a[href*="wa.me"],
[data-main-order],
.order-link,
.drawer > a,
a.cart,
.order,
.order-btn,
.whatsapp,
.hero-actions a:last-child,
.order-row .orange,
.bottom-nav a:last-child {
  display: none !important;
}

@media (max-width: 600px) {
  .aura-preview-bar { top: 8px; width: calc(100% - 16px); gap: 6px; padding: 7px; }
  .aura-preview-bar__label { display: none; }
  .aura-preview-bar a { min-height: 36px; padding: 0 10px; }
}
