/* Customer Modern Responsive Cafe Ordering Styles */

.customer-container {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Header */
.customer-header {
  background: radial-gradient(circle at 50% 10%, rgba(245, 158, 11, 0.25) 0%, transparent 60%),
              radial-gradient(circle at 85% 80%, rgba(217, 119, 6, 0.2) 0%, transparent 50%),
              radial-gradient(circle at 15% 70%, rgba(180, 83, 9, 0.22) 0%, transparent 50%),
              linear-gradient(135deg, #1c0a02 0%, #361405 35%, #59250b 75%, #78350f 100%);
  color: #ffffff;
  padding: 2.75rem 1.5rem 3.8rem;
  border-bottom-left-radius: 36px;
  border-bottom-right-radius: 36px;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 30px -5px rgba(28, 10, 2, 0.35);
}

.header-bg-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(50px);
}

.glow-1 {
  top: -60px;
  left: 20%;
  width: 220px;
  height: 220px;
  background: rgba(251, 191, 36, 0.22);
  animation: floatOrb 7s ease-in-out infinite alternate;
}

.glow-2 {
  bottom: -40px;
  right: 15%;
  width: 200px;
  height: 200px;
  background: rgba(234, 88, 12, 0.22);
  animation: floatOrb 9s ease-in-out infinite alternate-reverse;
}

@keyframes floatOrb {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(25px, 20px) scale(1.15); }
}

.customer-header-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Emblem Logo */
.header-emblem-box {
  margin-bottom: 0.85rem;
}

.header-emblem-img-wrap {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #fde68a 0%, #d97706 50%, #78350f 100%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45), 0 0 22px rgba(245, 158, 11, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.header-emblem-img-wrap:hover {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.6), 0 0 30px rgba(245, 158, 11, 0.55);
}

.header-emblem-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.header-emblem-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(254, 243, 199, 0.25) 0%, rgba(251, 191, 36, 0.1) 100%);
  border: 1.5px solid rgba(253, 230, 138, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fef3c7;
  font-size: 1.65rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.header-emblem-icon:hover {
  transform: scale(1.08) rotate(-4deg);
}

.live-blink-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: blinkPulse 1.8s infinite;
}

@keyframes blinkPulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

.cafe-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 5px 15px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  color: #fef3c7;
  margin-bottom: 0.85rem;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.customer-cafe-name {
  font-size: 2.4rem;
  font-weight: 850;
  letter-spacing: -0.025em;
  margin-bottom: 0.35rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.customer-tagline {
  font-size: 1.02rem;
  color: #fed7aa;
  opacity: 0.95;
  font-weight: 500;
  margin-bottom: 1.25rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Feature Perks */
.header-perks-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.header-perk-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 600;
  color: #fef3c7;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.header-perk-chip:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

/* Floating Table Info Badge */
.table-pill-box {
  max-width: 1200px;
  width: calc(100% - 2.5rem);
  margin: -1.75rem auto 1.5rem;
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 8px 24px -2px rgba(120, 53, 15, 0.15);
  border: 1px solid #fed7aa;
  z-index: 10;
  position: relative;
}

.table-pill-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.table-pill-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-md);
  background: #fef3c7;
  color: #92400e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.table-pill-text {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 500;
}

.table-pill-number {
  font-size: 1.25rem;
  font-weight: 800;
  color: #78350f;
  line-height: 1.2;
}

.table-active-badge {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--success);
  background: var(--success-light);
  padding: 6px 14px;
  border-radius: var(--radius-full);
}

/* Active Order Banner on Menu Page */
.active-order-banner {
  max-width: 1200px;
  width: calc(100% - 2.5rem);
  margin: 0 auto 1.25rem;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1.5px solid #fde68a;
  border-radius: var(--radius-lg);
  padding: 0.85rem 1.5rem;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.1);
  animation: banner-glow 3s infinite ease-in-out;
}

@keyframes banner-glow {
  0%, 100% { box-shadow: 0 4px 14px rgba(217, 119, 6, 0.1); }
  50% { box-shadow: 0 6px 20px rgba(217, 119, 6, 0.22); }
}

.active-order-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.active-order-pulse-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f59e0b;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
  animation: pulse-ring 2s infinite;
  flex-shrink: 0;
}

@keyframes pulse-ring {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(245, 158, 11, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}

/* Menu Search & Category Tabs */
.menu-controls {
  max-width: 1200px;
  width: calc(100% - 2.5rem);
  margin: 0 auto 1.25rem;
  padding: 0.75rem 0;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 20;
  border-bottom: 1px solid var(--border-color);
}

.menu-search {
  position: relative;
  margin-bottom: 0.75rem;
}

.menu-search input {
  width: 100%;
  padding: 0.8rem 1.25rem 0.8rem 2.8rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--border-color);
  background: #f8fafc;
  font-family: inherit;
  font-size: 0.95rem;
}

.menu-search input:focus {
  outline: none;
  background: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(146, 64, 14, 0.12);
}

.menu-search i {
  position: absolute;
  left: 1.1rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
}

.category-tabs {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.cat-tab {
  padding: 0.6rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid var(--border-color);
  background: #f8fafc;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition);
}

.cat-tab:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.cat-tab.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 3px 8px rgba(146, 64, 14, 0.25);
}

/* Product Cards List - Responsive Grid */
.product-list {
  max-width: 1200px;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
  padding: 0.5rem 0 7rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 1.25rem;
}

.product-card {
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: #fde68a;
}

.product-card:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

.product-img-wrapper {
  width: 100px;
  height: 100px;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  background: #f1f5f9;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.product-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-cat-tag {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.product-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-main);
  margin-top: 2px;
  line-height: 1.3;
}

.product-desc {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.product-price {
  font-size: 1rem;
  font-weight: 800;
  color: #78350f;
}

/* Stepper Quantity Control */
.qty-stepper {
  display: inline-flex;
  align-items: center;
  background: #f1f5f9;
  border-radius: var(--radius-full);
  padding: 2px;
}

.btn-stepper {
  width: 28px;
  height: 28px;
  border-radius: var(--radius-full);
  border: none;
  background: #ffffff;
  color: var(--text-main);
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

.btn-stepper:hover {
  background: var(--primary);
  color: #ffffff;
}

.stepper-val {
  min-width: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.btn-add-initial {
  padding: 5px 14px;
  border-radius: var(--radius-full);
  background: var(--primary-light);
  color: var(--primary);
  border: 1px solid #fde68a;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}

.btn-add-initial:hover {
  background: var(--primary);
  color: #ffffff;
}

/* Floating Bottom Cart Bar */
.floating-cart-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid var(--border-color);
  padding: 0.85rem 1.5rem 1rem;
  box-shadow: 0 -4px 25px rgba(0, 0, 0, 0.12);
  z-index: 99;
}

.floating-cart-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cart-bar-info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.cart-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: var(--primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  position: relative;
}

.cart-count-pill {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #dc2626;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}

.cart-bar-total-label {
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 600;
}

.cart-bar-total-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.2;
}

/* Slide-up Cart Drawer */
.cart-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(3px);
  z-index: 100;
}

.cart-drawer-overlay.active {
  display: block;
}

.cart-drawer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  max-width: 680px;
  background: #ffffff;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 101;
}

.cart-drawer.active {
  transform: translate(-50%, 0);
}

.cart-drawer-header {
  padding: 1.25rem;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer-items {
  padding: 1.25rem;
  overflow-y: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cart-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
}

.cart-item-info {
  flex-grow: 1;
  padding-right: 0.75rem;
}

.cart-item-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-main);
}

.cart-item-price {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.cart-drawer-footer {
  padding: 1.25rem;
  border-top: 1px solid var(--border-color);
  background: #fafafa;
}

/* Order Status Tracker Steps */
.status-tracker {
  padding: 1.5rem 0;
  position: relative;
}

.tracker-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
  padding-bottom: 1.75rem;
}

.tracker-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 36px;
  bottom: 0;
  width: 2px;
  background: #e2e8f0;
}

.tracker-step.completed:not(:last-child)::before {
  background: var(--success);
}

.tracker-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  color: #94a3b8;
  font-size: 0.9rem;
  font-weight: 700;
  z-index: 2;
  border: 2px solid #e2e8f0;
}

.tracker-step.active .tracker-icon {
  background: var(--accent);
  color: #ffffff;
  border-color: #fde68a;
  box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.2);
  animation: pulse-ring 2s infinite;
}

.tracker-step.completed .tracker-icon {
  background: var(--success);
  color: #ffffff;
  border-color: #a7f3d0;
}

.tracker-content {
  flex-grow: 1;
  padding-top: 4px;
}

.tracker-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-main);
}

.tracker-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 2px;
}

@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(217, 119, 6, 0); }
  100% { box-shadow: 0 0 0 0 rgba(217, 119, 6, 0); }
}

/* Multi-Order & Step Progress Bar */
.order-group-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}

.order-group-card:hover {
  box-shadow: var(--shadow-md);
}

.order-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f1f5f9;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.order-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

.order-type-main {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
}

.order-type-additional {
  background: #e0e7ff;
  color: #3730a3;
  border: 1px solid #c7d2fe;
}

.order-progress-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.25rem 0;
  position: relative;
}

.order-progress-steps::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 24px;
  right: 24px;
  height: 3px;
  background: #e2e8f0;
  z-index: 1;
}

.order-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 25%;
}

.order-step-bullet {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  border: 2px solid #cbd5e1;
  transition: all 0.3s ease;
}

.order-step-item.active .order-step-bullet {
  background: #f59e0b;
  color: #ffffff;
  border-color: #d97706;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.25);
}

.order-step-item.completed .order-step-bullet {
  background: #10b981;
  color: #ffffff;
  border-color: #059669;
}

.order-step-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: #64748b;
  margin-top: 6px;
}

.order-step-item.active .order-step-label {
  color: #92400e;
  font-weight: 700;
}

.order-step-item.completed .order-step-label {
  color: #059669;
  font-weight: 700;
}

/* Best Seller Showcase & Badges */
.bestseller-section {
  max-width: 1200px;
  width: calc(100% - 2.5rem);
  margin: 0 auto 1.5rem;
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1.5px solid #fed7aa;
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  box-shadow: 0 4px 15px rgba(234, 88, 12, 0.08);
}

.bestseller-header {
  margin-bottom: 1rem;
}

.bestseller-icon-box {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-md);
  background: #ea580c;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  box-shadow: 0 4px 10px rgba(234, 88, 12, 0.3);
  flex-shrink: 0;
}

.bestseller-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #9a3412;
  margin: 0;
  line-height: 1.2;
}

.bestseller-subtitle {
  font-size: 0.8rem;
  color: #c2410c;
  margin-top: 2px;
}

.bestseller-scroll-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.bestseller-mini-card {
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: var(--radius-md);
  padding: 0.85rem;
  display: flex;
  gap: 0.85rem;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.bestseller-mini-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(234, 88, 12, 0.14);
  border-color: #f97316;
}

.bestseller-mini-img-wrapper {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: #f1f5f9;
}

.bestseller-mini-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-flame-tag {
  position: absolute;
  top: 3px;
  left: 3px;
  background: rgba(234, 88, 12, 0.92);
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: 3px;
}

.bestseller-mini-info {
  flex-grow: 1;
  min-width: 0;
}

.bestseller-mini-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-main);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bestseller-mini-price {
  font-size: 0.95rem;
  font-weight: 800;
  color: #78350f;
  margin: 2px 0 6px;
}

.btn-add-mini {
  padding: 4px 12px;
  border-radius: var(--radius-full);
  background: #fff7ed;
  border: 1px solid #fdba74;
  color: #c2410c;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.btn-add-mini:hover {
  background: #ea580c;
  color: #ffffff;
  border-color: #ea580c;
}

/* Badge on standard card */
.bestseller-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.4);
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}

.cat-tab.cat-tab-bestseller.active {
  background: linear-gradient(135deg, #ea580c 0%, #f97316 100%) !important;
  color: #ffffff !important;
  border-color: #ea580c !important;
  box-shadow: 0 3px 8px rgba(234, 88, 12, 0.3) !important;
}

/* Highlight Best Seller cards directly in all menus */
.product-card[data-bestseller="1"] {
  border-color: #fed7aa;
  background: linear-gradient(180deg, #fffbf5 0%, #ffffff 40%);
  position: relative;
}

.product-card[data-bestseller="1"]:hover {
  border-color: #f97316;
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.14);
}

/* Live Order Time & Delivery Banner */
.order-time-banner {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: var(--radius-md);
  padding: 0.9rem 1.25rem;
  margin: 0.75rem 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}

.order-time-banner.time-pending {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border-color: #fde68a;
}

.order-time-banner.time-processing {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border-color: #fdba74;
}

.order-time-banner.time-ready {
  background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
  border-color: #6ee7b7;
  animation: glowReady 2s infinite ease-in-out;
}

@keyframes glowReady {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.12); }
}

.order-time-banner.time-completed {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-color: #bbf7d0;
}

.time-banner-left {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.time-banner-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.time-pending .time-banner-icon { color: #d97706; }
.time-processing .time-banner-icon { color: #ea580c; }
.time-ready .time-banner-icon { color: #059669; }
.time-completed .time-banner-icon { color: #16a34a; }

.time-banner-title {
  font-size: 0.98rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.25;
}

.time-banner-sub {
  font-size: 0.8rem;
  color: #475569;
  margin-top: 3px;
}

.time-banner-sub strong {
  color: #0f172a;
}

.time-badge-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  color: #1e293b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Waiter Call Button & Modal */
.btn-call-waiter-pill {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border: 1.5px solid #fdba74;
  color: #c2410c;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 6px rgba(234, 88, 12, 0.12);
}

.btn-call-waiter-pill:hover {
  background: #ea580c;
  color: #ffffff;
  border-color: #ea580c;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.25);
}

.btn-call-waiter-floating {
  position: fixed;
  bottom: 24px;
  right: 20px;
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 750;
  font-size: 0.88rem;
  box-shadow: 0 8px 24px rgba(234, 88, 12, 0.4);
  z-index: 98;
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

body.has-cart-bar .btn-call-waiter-floating {
  bottom: 88px;
}

.btn-call-waiter-floating:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 28px rgba(234, 88, 12, 0.55);
}

.btn-call-waiter-floating:active {
  transform: scale(0.96);
}

.waiter-chips-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.waiter-chip {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-full);
  padding: 6px 13px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}

.waiter-chip:hover,
.waiter-chip.selected {
  background: #ffedd5;
  border-color: #ea580c;
  color: #c2410c;
}
