* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(900px 600px at 50% 10%, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 55%), linear-gradient(180deg, #1b1b1c 0%, #0c0c0d 100%);
  min-height: 100vh;
  display: grid;
  place-items: center;
  justify-content: center;
  overflow-x: hidden;
  color: #fff;
}

a {
  text-decoration: none;
}

.session-page-view {
  position: relative;
  width: min(360px, 100%);
  height: 80vh;
}
@media only screen and (max-width: 991px) {
  .session-page-view {
    width: 100vw;
    height: 100vh;
  }
}
.session-page-view {
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  margin: auto;
  font-family: "SF Pro Display", sans-serif;
}

.success-page, .checkout-page, .payment-page, .cart-drawer, .menu-page, .chat-page, .home-page, .welcome-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.checkout-page .cart-header, .payment-page .cart-header, .cart-header, .home-page .topbar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #F4F4F5;
  border-bottom: 1px solid #E8E8E8;
  z-index: 10;
}
.checkout-page .cart-header h2, .payment-page .cart-header h2, .cart-header h2, .home-page .topbar h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #111;
  text-align: center;
  flex: 1;
}
.cart-header .close-btn, .home-page .topbar .close-btn,
.cart-header .back-btn,
.home-page .topbar .back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
  width: 42px;
  height: 42px;
}
.cart-header .header-spacer, .home-page .topbar .header-spacer {
  width: 42px;
}

.welcome-page .card {
  flex: 1;
  background: #fff;
  color: #121316;
  border-radius: 0;
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow-y: auto;
}
.welcome-page .card .hero {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.welcome-page .card .hero img {
  width: 210px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.18));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.welcome-page .card h1 {
  margin: 18px 0 6px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
  text-align: center;
}
.welcome-page .card .desc {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  color: #71717A;
  max-width: 280px;
}
.welcome-page .card .langList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 25px;
}
.welcome-page .card .langList .langBtn {
  width: 60%;
  height: 44px;
  border-radius: 999px;
  border: 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  transition: transform 0.12s ease, filter 0.12s ease;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.welcome-page .card .langList .langBtn:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}
.welcome-page .card .langList .langBtn:active {
  transform: translateY(0px);
}
.welcome-page .card .langList .langBtn.primary {
  background: #18181B;
  color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}
.welcome-page .card .langList .langBtn.secondary {
  background: linear-gradient(180deg, #e9eaed 0%, #dfe1e6 100%);
  color: #15171b;
}
.welcome-page .card .langList .langBtn .flag {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
  flex: 0 0 26px;
  background: #fff;
}
.welcome-page .card .langList .langBtn .flag span {
  font-size: 16px;
  line-height: 1;
  transform: translateY(1px);
}
.welcome-page .card .langList .langBtn .flag img {
  max-width: 100%;
}
.welcome-page .card .spacer {
  flex: 1;
  width: 100%;
}
.welcome-page .card .cta {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  height: 40px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #1a1b1f 0%, #0e0f12 100%);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}
.welcome-page .card .cta:active {
  transform: translateY(1px);
}
@media (max-width: 380px) {
  .welcome-page .card {
    padding: 16px 14px 14px;
    min-height: 700px;
  }
  .welcome-page .card .langList .langBtn {
    width: 92%;
  }
  .welcome-page .card .hero img {
    width: 190px;
  }
  .welcome-page .card h1 {
    font-size: 24px;
  }
}

.home-page {
  padding: 0;
}
.home-page .topbar {
  background: #fff;
  z-index: 101;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.home-page .topbar .logoText {
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #0f5f4a;
  font-size: 1.25rem;
}
.home-page .topbar .logoText img {
  max-width: 12.5rem;
  width: auto;
  display: block;
}
.home-page .topbar .language-switcher {
  position: relative;
}
.home-page .topbar .language-switcher:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(10px);
}
.home-page .topbar .language-switcher .flag {
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 0.0625rem solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.625rem 1.125rem rgba(0, 0, 0, 0.1);
  flex: 0 0 1.625rem;
  cursor: pointer;
}
.home-page .topbar .language-switcher .flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 999px;
}
.home-page .topbar .language-switcher .flag span {
  font-size: 1rem;
  transform: translateY(0.0625rem);
}
.home-page .topbar .language-switcher .language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  transform: translateY(10px);
  margin-top: 0.5rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
  padding: 0.375rem;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 101;
  width: 10.625rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.home-page .topbar .language-switcher .language-dropdown .language-item {
  width: 100%;
  height: 2.25rem;
  border-radius: 0.375rem;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
  text-decoration: none;
}
.home-page .topbar .language-switcher .language-dropdown .language-item:hover {
  background: rgba(0, 0, 0, 0.03);
}
.home-page .topbar .language-switcher .language-dropdown .language-item.active {
  background: #f4f4f5;
}
.home-page .topbar .language-switcher .language-dropdown .language-item.active:hover {
  background: #ececef;
}
.home-page .topbar .language-switcher .language-dropdown .language-item img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 0 0 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.home-page .topbar .language-switcher .language-dropdown .language-item .lang-name {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #3f3f46;
  white-space: nowrap;
}
.home-page .main-scroll-container {
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home-page .main-scroll-container::-webkit-scrollbar {
  display: none;
}
.home-page .main-scroll-container .top-sections {
  flex: 0 0 auto;
}
.home-page .main-scroll-container .top-sections .assistantRow {
  display: flex;
  align-items: end;
  gap: 0;
  margin: 0.5rem 0 1.5rem;
}
.home-page .main-scroll-container .top-sections .assistantRow .avatar {
  width: 4.5rem;
  height: 6.5rem;
  flex: 0 0 4.5rem;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: -0.5rem;
  z-index: 2;
}
.home-page .main-scroll-container .top-sections .assistantRow .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.home-page .main-scroll-container .top-sections .assistantRow .bubble-container {
  flex: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-left: -1rem;
  z-index: 1;
}
.home-page .main-scroll-container .top-sections .assistantRow .bubble-container .bubble-tail {
  position: absolute;
  left: 1.0625rem;
  top: 0;
  width: 1.75rem;
  height: 1.25rem;
  z-index: 2;
}
.home-page .main-scroll-container .top-sections .assistantRow .bubble-container .bubble-tail path {
  fill: #0b0e03;
}
.home-page .main-scroll-container .top-sections .assistantRow .bubble-container .bubble {
  flex: 1;
  background: #0b0e03;
  color: #fff;
  border-radius: 1.5rem;
  /* Softer look */
  border-top-left-radius: 0 !important;
  padding: 0.75rem 1.125rem;
  position: relative;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  min-height: 4.5rem;
  margin-left: 1.75rem;
  /* Clearance for 28px SVG tail */
  text-decoration: none;
  display: block;
  font-family: "SF Pro Display", -apple-system, sans-serif;
}
.home-page .main-scroll-container .top-sections .assistantRow .bubble-container .bubble .t1 {
  font-weight: 600;
  /* More weight */
  font-size: 1.125rem;
  margin: 0 0 0.125rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
}
.home-page .main-scroll-container .top-sections .assistantRow .bubble-container .bubble .t2 {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  letter-spacing: -0.01em;
}
.home-page .main-scroll-container .top-sections h2 {
  margin: 0.5rem 0 0.625rem;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 600;
  color: #18181B;
}
.home-page .main-scroll-container .top-sections .cards {
  display: flex;
  gap: 0.75rem;
  overflow: auto;
  padding-bottom: 0.75rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.home-page .main-scroll-container .top-sections .cards::-webkit-scrollbar {
  height: 0.375rem;
}
.home-page .main-scroll-container .top-sections .cards::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 999px;
}
.home-page .main-scroll-container .top-sections .cards .swiper {
  width: 100%;
}
.home-page .main-scroll-container .top-sections .cards .card {
  min-width: 15.625rem;
  height: 7.5rem;
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
  box-shadow: 0 0.875rem 1.75rem rgba(0, 0, 0, 0.1);
  background: #111;
  color: #fff;
}
.home-page .main-scroll-container .top-sections .cards .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(1.05);
}
.home-page .main-scroll-container .top-sections .cards .card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0) 100%);
}
.home-page .main-scroll-container .top-sections .cards .card .content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}
.home-page .main-scroll-container .top-sections .cards .card .content .price {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.home-page .main-scroll-container .top-sections .cards .card .content .desc {
  width: 10.625rem;
  font-size: 0.6875rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.85);
}
.home-page .main-scroll-container .sticky-chips-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 0.5rem 1rem 0;
  margin: 0 -1rem;
  will-change: transform;
}
.home-page .main-scroll-container .sticky-chips-header .chips {
  display: flex;
  gap: 0.625rem;
  overflow: auto;
  padding: 0 0 0.5rem;
  -webkit-overflow-scrolling: touch;
}
.home-page .main-scroll-container .sticky-chips-header .chips::-webkit-scrollbar {
  display: none;
}
.home-page .main-scroll-container .sticky-chips-header .chips .chip {
  flex: 0 0 auto;
  padding: 0.5rem 0.875rem;
  border-radius: 999px;
  font-size: 0.875rem;
  color: #71717A;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 500;
}
.home-page .main-scroll-container .sticky-chips-header .chips .chip.active {
  background: #2C8161;
  border-color: #2C8161;
  color: #FAFAFA;
}
.home-page .main-scroll-container .bg-section-title {
  background: #F4F4F5;
  padding: 0.625rem 1rem;
  margin: 0 -1rem;
}
.home-page .main-scroll-container .bg-section-title .section-title {
  font-weight: 900;
  font-size: 0.875rem;
  color: #0f1114;
}
.home-page .main-scroll-container .list {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.home-page .main-scroll-container .list .category-section {
  padding-top: 0.5rem;
}
.home-page .main-scroll-container .list .category-section:first-child {
  padding-top: 0;
}
.home-page .main-scroll-container .list .padding-last-item {
  margin-bottom: 120px !important;
}
.home-page .main-scroll-container .list .animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.home-page .main-scroll-container .list .animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}
.home-page .main-scroll-container .list .unset-border-bottom {
  border-bottom: unset !important;
}
.home-page .main-scroll-container .list .item {
  display: flex;
  align-items: stretch;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #e9eaee;
  min-height: 6.25rem;
}
.home-page .main-scroll-container .list .item .info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-page .main-scroll-container .list .item .info .name {
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0 0 0.25rem;
  color: #0f1114;
}
.home-page .main-scroll-container .list .item .info .sub {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: #6b6f78;
}
.home-page .main-scroll-container .list .item .info .meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #4F4F4F;
  font-size: 0.6875rem;
}
.home-page .main-scroll-container .list .item .info .meta .pepper {
  width: 14px;
  height: 14px;
}
.home-page .main-scroll-container .list .item .info .meta .price2 {
  font-weight: 400;
}
.home-page .main-scroll-container .list .item .thumbWrap {
  position: relative;
  width: 5.75rem;
  height: 4.125rem;
  border-radius: 0.75rem;
  flex: 0 0 6.25rem;
  background: #f1f2f4;
  box-shadow: 0 0.625rem 1.125rem rgba(0, 0, 0, 0.08);
  align-self: center;
}
.home-page .main-scroll-container .list .item .thumbWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}
.home-page .main-scroll-container .list .item .thumbWrap .addBtn {
  position: absolute;
  right: -0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 0.0625rem solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 0.75rem 1.375rem rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 1.25rem;
  color: #20242b;
}
.home-page .main-scroll-container .list .item .thumbWrap .addBtn:active {
  transform: translateY(-50%) scale(0.98);
}

.sr {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.chat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  overflow: hidden;
}
.chat-overlay.active {
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
.chat-overlay.active .overlay-inner {
  transform: translateY(0);
}
.chat-overlay .overlay-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1);
  z-index: 5;
}
.chat-overlay .overlay-inner iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
}

.chat-page .notch {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 6px;
  background: #fff;
}
.chat-page .notch:after {
  content: "";
  width: 86px;
  height: 5px;
  border-radius: 99px;
  background: #0f1114;
  opacity: 0.9;
}
.chat-page .chat {
  padding: 14px 14px 92px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-page .chat .row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.chat-page .chat .row.right {
  justify-content: flex-end;
}
.chat-page .chat .row .avatar {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 26px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.1);
  border: 2px solid #fff;
  background: #f1f2f4;
}
.chat-page .chat .row .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.chat-page .chat .row .bubble {
  max-width: 78%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 12.5px;
  line-height: 1.35;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.chat-page .chat .row .bubble.left {
  background: var(--bubbleL);
  color: #1a1b1f;
  border-top-left-radius: 6px;
}
.chat-page .chat .row .bubble.right {
  background: var(--bubbleR);
  color: #1a1b1f;
  border-top-right-radius: 6px;
}
.chat-page .chat .menuCard {
  width: min(260px, 78%);
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  margin-left: 34px;
}
.chat-page .chat .menuCard .top {
  padding: 10px 12px 8px;
}
.chat-page .chat .menuCard .top .title {
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 2px;
}
.chat-page .chat .menuCard .top .desc {
  margin: 0;
  font-size: 11px;
  color: var(--muted);
}
.chat-page .chat .menuCard .bottom {
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 0 12px 12px;
}
.chat-page .chat .menuCard .bottom .price {
  font-weight: 800;
  font-size: 12px;
  align-self: flex-end;
  color: #1a1b1f;
}
.chat-page .chat .menuCard .bottom .thumb {
  margin-left: auto;
  width: 58px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f2f4;
  border: 1px solid var(--stroke);
  flex: 0 0 58px;
}
.chat-page .chat .menuCard .bottom .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.chat-page .bottomBar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 14px 14px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.chat-page .bottomBar .barInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.chat-page .bottomBar .barInner .iconBtn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #000;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.chat-page .bottomBar .barInner .iconBtn:active {
  transform: translateY(1px);
}
.chat-page .bottomBar .barInner .listen {
  flex: 1;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f4f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #4a4f58;
  font-size: 12.5px;
}
.chat-page .bottomBar .barInner .listen .wave {
  width: 34px;
  height: 16px;
  display: flex;
  gap: 3px;
  align-items: flex-end;
}
.chat-page .bottomBar .barInner .listen .wave span {
  width: 4px;
  background: #6a47ff;
  border-radius: 99px;
  display: block;
  animation: bounce 1.1s infinite ease-in-out;
}
.chat-page .bottomBar .barInner .listen .wave span:nth-child(1) {
  height: 6px;
  animation-delay: 0s;
}
.chat-page .bottomBar .barInner .listen .wave span:nth-child(2) {
  height: 14px;
  animation-delay: 0.12s;
}
.chat-page .bottomBar .barInner .listen .wave span:nth-child(3) {
  height: 9px;
  animation-delay: 0.24s;
}
.chat-page .bottomBar .barInner .listen .wave span:nth-child(4) {
  height: 16px;
  animation-delay: 0.36s;
}
.chat-page .bottomBar .barInner .listen .wave span:nth-child(5) {
  height: 8px;
  animation-delay: 0.48s;
}

@keyframes bounce {
  0%, 100% {
    transform: scaleY(0.75);
    opacity: 0.75;
  }
  50% {
    transform: scaleY(1.2);
    opacity: 1;
  }
}
@media (max-width: 360px) {
  .phone .chat .row .bubble {
    max-width: 82%;
  }
  .phone .chat .menuCard {
    width: 82%;
  }
}
.menu-page .hero {
  position: relative;
  height: 250px;
  background: #000;
  overflow: hidden;
}
.menu-page .hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.menu-page .hero .close-btn {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  font-size: 18px;
  line-height: 0;
  display: grid;
  place-items: center;
}
.menu-page .hero .close-btn:active {
  transform: translateY(1px);
}
.menu-page .content {
  padding: 12px 14px 110px;
}
.menu-page .content .titleRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.menu-page .content .titleRow h1 {
  margin: 6px 0 2px;
  font-size: 16px;
  font-weight: 900;
  color: #0f1114;
}
.menu-page .content .titleRow .sub {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: #4F4F4F;
}
.menu-page .content .titleRow .pepper {
  font-size: 14px;
  color: #d62828;
  margin-top: 4px;
}
.menu-page .content .spacer {
  height: 16px;
}
.menu-page .content .sectionLabel {
  margin: 10px 0 8px;
  font-size: 0.8rem;
  color: #000000;
  font-weight: 400;
  text-transform: none;
}
.menu-page .content .sectionLabel a {
  color: #0f1114;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.menu-page .content .allergyBox {
  border: 1px solid #E4E4E7;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
}
.menu-page .content .allergyBox .infoIcon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: grid;
  place-items: center;
  color: #1a1b1f;
  font-size: 12px;
  flex: 0 0 18px;
  margin-top: 2px;
}
.menu-page .content .allergyBox .allergyText {
  font-size: 14px;
  line-height: 1.35;
  color: #2a2e35;
}
.menu-page .content .allergyBox .allergyText b {
  font-weight: 900;
}
.menu-page .bottomBar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px 14px 12px;
}
.menu-page .bottomBar .qtyRow {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.menu-page .bottomBar .qtyRow .qty {
  height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f2f3f6;
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 120px;
  justify-content: center;
}
.menu-page .bottomBar .qtyRow .qty .trash {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  opacity: 0.7;
}
.menu-page .bottomBar .qtyRow .qty .trash svg {
  width: 16px;
  height: 16px;
}
.menu-page .bottomBar .qtyRow .qty .qtyBtn {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  color: #1a1b1f;
  display: grid;
  place-items: center;
}
.menu-page .bottomBar .qtyRow .qty .qtyBtn:active {
  transform: translateY(1px);
}
.menu-page .bottomBar .qtyRow .qty .qtyNum {
  font-weight: 800;
  font-size: 12px;
  color: #1a1b1f;
  min-width: 14px;
  text-align: center;
}
.menu-page .bottomBar .addBtn {
  width: 100%;
  height: 36px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(180deg, #1a1b1f 0%, #0e0f12 100%);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}
.menu-page .bottomBar .addBtn:active {
  transform: translateY(1px);
}

.cart-drawer {
  background-color: #FFFFFF;
  color: #1A1A1A;
}

.cart-header h2 {
  flex-grow: 1;
}
.cart-header .close-btn {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #000;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cart-header .close-btn:active {
  transform: translateY(1px);
}
.cart-header .header-spacer {
  width: 24px;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.cart-items .cart-item-divider {
  background-color: #F9F9FA;
}
.cart-items .cart-item-divider .line {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #E8E8E8;
}
.cart-items .cart-item-divider .line_2 {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #E8E8E8;
}

.cart-item-wrapper {
  background: #F9F9FA;
  padding: 1rem;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
  height: 10vh;
}
.cart-item:last-child {
  border-bottom: none;
}
.cart-item .item-info {
  flex: 1;
  padding-right: 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cart-item .item-info .item-name {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
}
.cart-item .item-info .item-desc {
  font-size: 0.75rem;
  color: #4F4F4F;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
  font-weight: 400;
}
.cart-item .item-info .item-price {
  font-size: 0.75rem;
  color: #4F4F4F;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
  font-weight: 400;
}
.cart-item .item-info .item-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.cart-item .item-info .item-meta .spicy-icon {
  width: 14px;
  height: 14px;
}
.cart-item .item-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.cart-item .item-actions .qty-control {
  display: flex;
  align-items: center;
  background-color: #F4F4F5;
  border-radius: 20px;
  padding: 0.25rem 0.5rem;
}
.cart-item .item-actions .qty-control .qty-btn {
  background: none;
  border: none;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  color: #1A1A1A;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.cart-item .item-actions .qty-control .qty-btn.delete svg {
  width: 16px;
  height: 16px;
}
.cart-item .item-actions .qty-control .qty-value {
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0 0.75rem;
  min-width: 0.5rem;
  text-align: center;
}
.cart-item .item-actions .customise-link {
  font-size: 0.8rem;
  color: #1A1A1A;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-information {
  padding: 1rem;
  background-color: #FFFFFF;
}
.cart-information .allergy-alert {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #E8E8E8;
  border-radius: 12px;
  align-items: flex-start;
}
.cart-information .allergy-alert .alert-icon {
  color: #4F4F4F;
  margin-top: 2px;
}
.cart-information .allergy-alert .alert-content {
  font-size: 0.9rem;
}
.cart-information .allergy-alert .alert-content strong {
  display: block;
  color: #1A1A1A;
  margin-bottom: 0.25rem;
}
.cart-information .allergy-alert .alert-content p {
  margin: 0;
  color: #4F4F4F;
  line-height: 1.4;
}

.cart-footer {
  padding: 1rem;
  background-color: #FFFFFF;
  box-shadow: 0px -4px 6px -1px rgba(0, 0, 0, 0.1);
}
.cart-footer .cart-summary {
  margin-bottom: 1rem;
}
.cart-footer .cart-summary .summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: #1A1A1A;
}
.cart-footer .cart-summary .summary-row.total {
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.cart-footer .place-order-btn {
  background: #1a1a1a;
  color: #fff;
  width: 100%;
  border: none;
  height: 36px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.cart-footer .place-order-btn:active {
  transform: translateY(1px);
}

.voice-search-bar {
  position: absolute;
  bottom: 45px;
  left: 20px;
  background-color: #121316;
  color: #fff;
  border-radius: 40px;
  height: 60px;
  padding: 0 30px 0 10px;
  z-index: 1100;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  display: none;
  align-items: center;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.3s ease, left 0.3s ease;
}
.cart-hidden .voice-search-bar {
  left: 50%;
  transform: translateX(-50%);
}
.cart-hidden .voice-search-bar:active {
  transform: translateX(-50%) scale(0.96);
}
.voice-search-bar:active {
  transform: scale(0.96);
}
.voice-search-bar .voice-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.voice-search-bar .voice-inner .mic-circle {
  background-color: #9133FF;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.voice-search-bar .voice-inner .mic-circle svg {
  width: 20px;
  height: 20px;
}
.voice-search-bar .voice-inner .voice-text {
  font-size: 1.1rem;
  font-weight: 500;
  white-space: nowrap;
}

.sticky-cart-bar {
  position: absolute;
  bottom: 45px;
  right: 20px;
  background-color: #121316;
  color: #fff;
  border-radius: 40px;
  height: 60px;
  min-width: 100px;
  padding: 0 10px 0 20px;
  z-index: 1100;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  animation: slideUp 0.3s ease-out;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.sticky-cart-bar:active {
  transform: scale(0.96);
}
.sticky-cart-bar .cart-bar-content {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
.sticky-cart-bar .cart-bar-content .bowl-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-cart-bar .cart-bar-content .bowl-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.sticky-cart-bar .cart-bar-content .item-count-circle {
  background-color: #fff;
  color: #121316;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}

.toast-msg {
  background: #000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: fadeInRight 0.3s ease-out;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 500;
}
.toast-msg.success {
  border-left: 4px solid #4CAF50;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.cart-item-wrapper {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.cart-item-wrapper.item-deleting {
  animation: itemSlideOut 0.4s forwards cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  pointer-events: none;
}

@keyframes itemSlideOut {
  0% {
    transform: translateX(0);
    max-height: 200px;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    max-height: 0;
    opacity: 0;
  }
}
.qty-btn.delete {
  transition: all 0.2s ease;
}
.qty-btn.delete:active {
  transform: scale(0.8);
  color: #ff3b30;
}

.payment-page {
  color: #1A1A1A;
}
.payment-page .cart-header .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.payment-page .cart-header h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #000;
}
.payment-page .cart-header .header-spacer {
  width: 42px;
}
.payment-page .payment-content {
  flex: 1;
  padding: 1.5rem 1rem;
}
.payment-page .payment-content .apple-pay-wrapper {
  margin-bottom: 2rem;
}
.payment-page .payment-content .apple-pay-wrapper .apple-pay-btn {
  width: 100%;
  background: #1A1A1A;
  color: #FFF;
  border: none;
  border-radius: 8px;
  height: 36px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.payment-page .payment-content .apple-pay-wrapper .apple-pay-btn:hover {
  opacity: 0.9;
}
.payment-page .payment-content .apple-pay-wrapper .apple-pay-btn .apple-icon {
  display: flex;
  align-items: center;
}
.payment-page .payment-content .separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.payment-page .payment-content .separator::before, .payment-page .payment-content .separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #E8E8E8;
}
.payment-page .payment-content .separator span {
  padding: 0 10px;
  color: #888;
  font-size: 14px;
}
.payment-page .payment-content .card-form .form-group {
  margin-bottom: 1.5rem;
}
.payment-page .payment-content .card-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}
.payment-page .payment-content .card-form .form-group .input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}
.payment-page .payment-content .card-form .form-group .input-with-icon .card-icon {
  position: absolute;
  left: 12px;
  display: flex;
  align-items: center;
}
.payment-page .payment-content .card-form .form-group .input-with-icon .form-control {
  padding-left: 45px;
  padding-right: 100px;
}
.payment-page .payment-content .card-form .form-group .input-with-icon .card-brands {
  position: absolute;
  right: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.payment-page .payment-content .card-form .form-group .input-with-icon .card-brands img {
  height: 20px;
  width: auto;
}
.payment-page .payment-content .card-form .form-group .form-control {
  width: 100%;
  height: 36px;
  border: 1.5px solid #111;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
  box-sizing: border-box;
}
.payment-page .payment-content .card-form .form-group .form-control:focus {
  outline: none;
  border-color: #1A1A1A;
}
.payment-page .payment-content .card-form .form-group .form-control::-moz-placeholder {
  color: #999;
}
.payment-page .payment-content .card-form .form-group .form-control::placeholder {
  color: #999;
}
.payment-page .payment-content .card-form .form-row {
  display: flex;
  gap: 15px;
}
.payment-page .payment-content .card-form .form-row .form-group.half {
  flex: 1;
}
.payment-page .payment-footer {
  padding: 1.5rem;
  margin-top: auto;
}
.payment-page .payment-footer .legal-text {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
.payment-page .payment-footer .legal-text a {
  color: #666;
  text-decoration: underline;
}
.payment-page .payment-footer .pay-now-btn {
  width: 100%;
  background: #1A1A1A;
  color: #FFF;
  border: none;
  border-radius: 30px;
  height: 36px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.payment-page .payment-footer .pay-now-btn:active {
  transform: translateY(1px);
}

.checkout-page {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 991px) {
  .checkout-page {
    width: 360px;
  }
}
.checkout-page .back-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s;
}
.checkout-page .back-btn:hover {
  background: #000;
}
.checkout-page .back-btn i {
  font-size: 14px;
}
.checkout-page .page-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 0;
}

.checkout-content {
  flex: 1;
  padding: 1rem;
}
.checkout-content .email-group {
  margin-bottom: 50px;
}
.checkout-content .email-group label {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  color: #18181B;
}
.checkout-content .email-group .form-control {
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  padding: 12px 16px;
  height: 36px;
  font-size: 16px;
  color: #111;
  width: 100%;
  box-sizing: border-box;
}
.checkout-content .email-group .form-control:focus {
  border-color: #111;
  box-shadow: none;
  outline: none;
}
.checkout-content .email-group .form-control::-moz-placeholder {
  color: #999;
}
.checkout-content .email-group .form-control::placeholder {
  color: #999;
}
.checkout-content .email-group .text-muted {
  font-size: 13px;
  color: #888;
  margin-top: 8px;
  font-weight: 400;
  display: block;
}
.checkout-content .table-selection {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout-content .table-selection h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #111;
  text-align: center;
}
.checkout-content .table-selection .table-input-wrapper {
  margin-bottom: 24px;
}
.checkout-content .table-selection .table-input-wrapper .table-number-input {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 161px;
  height: 36px;
  border: 1px solid #111;
  border-radius: 6px;
  background: #fff;
  color: #111;
  cursor: pointer;
}
.checkout-content .table-selection .table-input-wrapper .table-number-input:focus {
  outline: none;
}
.checkout-content .table-selection .table-icon {
  opacity: 0.9;
}
.checkout-content .table-selection .table-icon svg {
  width: 80px;
  height: auto;
  display: block;
}

.checkout-footer {
  margin-top: auto;
  padding-top: 30px;
  padding: 1rem;
  box-shadow: 0px -4px 6px -1px rgba(0, 0, 0, 0.1);
}
.checkout-footer .payment-toggle {
  display: flex;
  background: #f5f5f5;
  border-radius: 6px;
  padding: 4px;
  margin-bottom: 24px;
}
.checkout-footer .payment-toggle .toggle-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 6px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  color: #888;
  cursor: pointer;
  transition: all 0.3s ease;
}
.checkout-footer .payment-toggle .toggle-btn.active {
  background: #fff;
  color: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.checkout-footer .payment-toggle .toggle-btn:focus {
  outline: none;
}
.checkout-footer .continue-btn {
  background: #1a1a1a;
  color: #fff;
  width: 100%;
  border: none;
  height: 36px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
.checkout-footer .continue-btn:active {
  transform: translateY(1px);
}

.success-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.success-page .confetti-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.success-page .confetti-container .confetti {
  position: absolute;
  width: 10px;
  height: 20px;
  background-color: #f2d74e;
  top: -20px;
  opacity: 0;
}
.success-page .confetti-container .confetti:nth-child(1) {
  width: 6px;
  height: 11px;
  left: 87%;
  background-color: #ff5e00;
  animation: confetti-fall 2271ms 37ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(2) {
  width: 7px;
  height: 13px;
  left: 68%;
  background-color: #95c3de;
  animation: confetti-fall 2641ms 1283ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(3) {
  width: 9px;
  height: 21px;
  left: 83%;
  background-color: #ff9a00;
  animation: confetti-fall 4984ms 1049ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(4) {
  width: 11px;
  height: 21px;
  left: 27%;
  background-color: #f2d74e;
  animation: confetti-fall 2970ms 1210ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(5) {
  width: 15px;
  height: 22px;
  left: 95%;
  background-color: #ff00d4;
  animation: confetti-fall 3227ms 2956ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(6) {
  width: 9px;
  height: 17px;
  left: 35%;
  background-color: #7a00ff;
  animation: confetti-fall 4775ms 2896ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(7) {
  width: 7px;
  height: 12px;
  left: 56%;
  background-color: #95c3de;
  animation: confetti-fall 4332ms 861ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(8) {
  width: 13px;
  height: 19px;
  left: 100%;
  background-color: #00f2ff;
  animation: confetti-fall 2423ms 341ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(9) {
  width: 13px;
  height: 17px;
  left: 100%;
  background-color: #95c3de;
  animation: confetti-fall 4682ms 1393ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(10) {
  width: 10px;
  height: 23px;
  left: 28%;
  background-color: #7a00ff;
  animation: confetti-fall 2537ms 858ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(11) {
  width: 11px;
  height: 22px;
  left: 9%;
  background-color: #00f2ff;
  animation: confetti-fall 3918ms 423ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(12) {
  width: 11px;
  height: 14px;
  left: 3%;
  background-color: #00f2ff;
  animation: confetti-fall 4648ms 2934ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(13) {
  width: 9px;
  height: 17px;
  left: 69%;
  background-color: #00f2ff;
  animation: confetti-fall 3254ms 2515ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(14) {
  width: 6px;
  height: 24px;
  left: 46%;
  background-color: #f2d74e;
  animation: confetti-fall 2917ms 839ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(15) {
  width: 6px;
  height: 22px;
  left: 78%;
  background-color: #f2d74e;
  animation: confetti-fall 3210ms 2276ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(16) {
  width: 9px;
  height: 15px;
  left: 74%;
  background-color: #95c3de;
  animation: confetti-fall 4991ms 956ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(17) {
  width: 14px;
  height: 11px;
  left: 19%;
  background-color: #ff5e00;
  animation: confetti-fall 4773ms 574ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(18) {
  width: 8px;
  height: 14px;
  left: 68%;
  background-color: #95c3de;
  animation: confetti-fall 3462ms 176ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(19) {
  width: 10px;
  height: 24px;
  left: 3%;
  background-color: #ff00d4;
  animation: confetti-fall 2882ms 2426ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(20) {
  width: 13px;
  height: 22px;
  left: 56%;
  background-color: #ff00d4;
  animation: confetti-fall 2815ms 629ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(21) {
  width: 10px;
  height: 17px;
  left: 67%;
  background-color: #ff5e00;
  animation: confetti-fall 4074ms 389ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(22) {
  width: 12px;
  height: 24px;
  left: 75%;
  background-color: #95c3de;
  animation: confetti-fall 3683ms 1554ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(23) {
  width: 9px;
  height: 21px;
  left: 98%;
  background-color: #7a00ff;
  animation: confetti-fall 4276ms 471ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(24) {
  width: 6px;
  height: 25px;
  left: 57%;
  background-color: #ff00d4;
  animation: confetti-fall 3631ms 935ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(25) {
  width: 11px;
  height: 20px;
  left: 83%;
  background-color: #ff9a00;
  animation: confetti-fall 4197ms 1304ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(26) {
  width: 6px;
  height: 18px;
  left: 99%;
  background-color: #ff9a00;
  animation: confetti-fall 2156ms 2847ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(27) {
  width: 9px;
  height: 18px;
  left: 12%;
  background-color: #ff9a00;
  animation: confetti-fall 4330ms 506ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(28) {
  width: 15px;
  height: 19px;
  left: 8%;
  background-color: #ff5e00;
  animation: confetti-fall 4301ms 2273ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(29) {
  width: 8px;
  height: 24px;
  left: 59%;
  background-color: #7a00ff;
  animation: confetti-fall 2387ms 1160ms linear infinite;
}
.success-page .confetti-container .confetti:nth-child(30) {
  width: 6px;
  height: 16px;
  left: 14%;
  background-color: #7a00ff;
  animation: confetti-fall 3969ms 1428ms linear infinite;
}
.success-page .status-section {
  margin-top: clamp(40px, 20vh, 180px);
  text-align: center;
  z-index: 2;
}
.success-page .status-section h1 {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  margin-bottom: 8px;
}
.success-page .status-section .receipt-note {
  font-size: 16px;
  color: #6b6f78;
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.4;
}
.success-page .info-section {
  text-align: center;
  z-index: 2;
}
.success-page .info-section .table-info {
  margin: 40px 0;
}
.success-page .info-section .table-info .table-label {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  margin-bottom: 12px;
}
.success-page .info-section .table-info .table-icon {
  display: flex;
  justify-content: center;
}
.success-page .info-section .table-info .table-icon img {
  width: 70px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.success-page .info-section .order-info .order-label {
  font-size: 24px;
  font-weight: 800;
  color: #000;
}
.success-page .waiter-section {
  flex: 1;
  display: flex;
  align-items: end;
  justify-content: end;
  z-index: 2;
}
.success-page .waiter-section img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.success-page .action-section {
  width: 100%;
  padding: 0 0 24px 0;
  z-index: 3;
}
.success-page .action-section .back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: #1a1b1f;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: transform 0.2s;
}
.success-page .action-section .back-btn:active {
  transform: scale(0.98);
}

@keyframes confetti-fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(720deg);
    opacity: 0;
  }
}
.page-exit-active {
  animation: slideOutRight 0.4s forwards cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0.8;
  }
}
.page-entrance {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-entered .page-entrance {
  opacity: 1;
  transform: translateY(0);
}

.drawer-entrance {
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1);
}
.page-entered .drawer-entrance {
  transform: translateY(0);
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.animate-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.1s !important;
}

.delay-2 {
  transition-delay: 0.2s !important;
}

.delay-3 {
  transition-delay: 0.3s !important;
}

.delay-4 {
  transition-delay: 0.4s !important;
}

.delay-5 {
  transition-delay: 0.5s !important;
}

.delay-6 {
  transition-delay: 0.6s !important;
}

.delay-7 {
  transition-delay: 0.7s !important;
}

.delay-8 {
  transition-delay: 0.8s !important;
}

.delay-9 {
  transition-delay: 0.9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
}

.btn-back {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.btn-back:active {
  transform: scale(0.92);
}
