.foodzilla-button-hover {
  /*width: 200px;*/
  color: #fff;
  padding: 8px 24px;
  cursor: pointer;
  margin: 0 8px;
  margin-left: 0;
  height: 38px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.foodzilla-button-hover:hover {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.foodzilla-button-hover:active {
  transform: translateY(1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.foodzilla-button-hover:focus {
  outline: none;
}

.foodzilla-button-hover:focus-visible {
  outline: none;
}

/* Remove focus outline from parent div wrapper */
.no-print:focus {
  outline: none;
}

.no-print:focus-visible {
  outline: none;
}

.foodzilla-button-hover.primary {
  background-color: #43c37c;
  background-image: none;
  box-shadow: 0 4px 14px rgba(67, 195, 124, 0.25);
}

.foodzilla-button-hover.primary:hover {
  background-color: #3db873;
  box-shadow: 0 6px 20px rgba(67, 195, 124, 0.35);
}

.foodzilla-button-hover.outline {
  background-color: #f8f9fa;
  background-image: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #555;
}

.foodzilla-button-hover.outline:hover {
  background-color: #eef0f2;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.foodzilla-button-hover.ai {
  background-color: #c45296;
  background-image: none;
  box-shadow: 0 4px 14px rgba(196, 82, 150, 0.25);
}

.foodzilla-button-hover.ai:hover {
  background-color: #b8478a;
  box-shadow: 0 6px 20px rgba(196, 82, 150, 0.35);
}

.foodzilla-button-hover.danger {
  background-color: #ec407a;
  background-image: none;
  box-shadow: 0 4px 14px rgba(236, 64, 122, 0.25);
  color: white;
}

.foodzilla-button-hover.danger:hover {
  background-color: #e03371;
  box-shadow: 0 6px 20px rgba(236, 64, 122, 0.35);
  color: white;
}

.foodzilla-button-hover.disabled {
  opacity: 0.6;
  background-color: #d0d0d0;
  background-image: none;
  box-shadow: none;
  cursor: not-allowed;
}

.foodzilla-button-hover.disabled:hover {
  transform: none;
  box-shadow: none;
}

/* Secondary button style */
.foodzilla-button-hover.secondary {
  background-color: #f2f4f6;
  background-image: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.foodzilla-button-hover.secondary:hover {
  background-color: #e5e8ec;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.foodzilla-heading {
    font-size: 1.75rem;
    font-family: 'Inter, system-ui, -apple-system, sans-serif';
    font-weight: 600;
    color: #1A202C;
    letter-spacing: -0.02em;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.foodzilla-heading-container {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.foodzilla-heading-accent {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 24px;
    border-radius: 1.5px;
    background-color: var(--primary-color, #40C057);
}

.foodzilla-heading-accent-bg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 40px;
    border-radius: 3px;
    background-color: var(--primary-color, #40C057);
    opacity: 0.15;
}

h1.foodzilla-heading {
    max-width: 900px;
    font-size: 2rem;
    letter-spacing: -0.03em;
    margin: 0;
    color: #1A202C;
    display: flex;
    align-items: center;
}
h1.foodzilla-heading span {
    display: inline-block;
    position: relative;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

h1.foodzilla-heading > span {
    transform: skew(0, -0.65deg) rotate(-0.65deg);
    flex: 1;
    min-width: 0;
}
h1.foodzilla-heading > span > span {
    transform: skew(0, 0.65deg) rotate(0.65deg);
    margin-right: 4px;
    padding: 3px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Foodzilla Tour Styles - Reusable across all pages */

/* Base popover styling - can be used across the app */
.driver-popover.foodzilla-tour-popover {
  background: white;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 1px solid #e5e7eb;
  font-family: 'Inter', sans-serif;
  max-width: 340px;
  padding: 24px;
  z-index: 10000 !important;
  position: relative !important;
}

.driver-popover.foodzilla-tour-popover .driver-popover-title {
  color: #1f2937;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
}

.driver-popover.foodzilla-tour-popover .driver-popover-description {
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 4px 0;
  font-family: 'Inter', sans-serif;
}

/* Button styling - Force override all default driver.js button styles */
.driver-popover.foodzilla-tour-popover .driver-popover-footer {
  margin-top: 20px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-direction: row !important;
  width: 100% !important;
}

/* Progress indicator positioning */
.driver-popover.foodzilla-tour-popover .driver-popover-progress-text {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.75rem !important;
  color: #6b7280 !important;
  font-weight: 500 !important;
  margin: 0 !important;
  flex: 1 !important;
  text-align: left !important;
}

/* Button container */
.driver-popover.foodzilla-tour-popover .driver-popover-footer .driver-popover-navigation-btns {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
}

/* Reset all button styles to prevent duplication */
.driver-popover.foodzilla-tour-popover .driver-popover-prev-btn,
.driver-popover.foodzilla-tour-popover .driver-popover-next-btn {
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
  user-select: none !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}

.driver-popover.foodzilla-tour-popover .driver-popover-prev-btn {
  background-color: #ffffff !important;
  border: 1px solid #d1d5db !important;
  color: #374151 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: all 0.2s ease;
  min-width: 70px !important;
  margin-right: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.driver-popover.foodzilla-tour-popover .driver-popover-prev-btn:hover:not(:disabled) {
  background-color: #f9fafb !important;
  border-color: #9ca3af !important;
}

.driver-popover.foodzilla-tour-popover .driver-popover-prev-btn:disabled {
  background-color: #f3f4f6 !important;
  color: #9ca3af !important;
  cursor: not-allowed !important;
  border-color: #e5e7eb !important;
}

.driver-popover.foodzilla-tour-popover .driver-popover-next-btn {
  background-color: #43c37c !important;
  color: white !important;
  border: 1px solid #43c37c !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: all 0.2s ease;
  min-width: 70px !important;
  margin-left: 0 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.driver-popover.foodzilla-tour-popover .driver-popover-next-btn:hover {
  background-color: #3ab370 !important;
  border-color: #3ab370 !important;
}

/* Close button */
.driver-popover.foodzilla-tour-popover .driver-popover-close-btn {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  background: none !important;
  border: none !important;
  font-size: 18px !important;
  color: #6b7280 !important;
  cursor: pointer !important;
  padding: 4px !important;
  border-radius: 4px !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
  z-index: 10002 !important;
  pointer-events: auto !important;
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.driver-popover.foodzilla-tour-popover .driver-popover-close-btn:hover {
  color: #374151;
  background-color: #f3f4f6;
}

/* Progress indicator - moved to footer section above */

/* Responsive adjustments */
@media (max-width: 768px) {
  .driver-popover.foodzilla-tour-popover {
    max-width: 300px;
    margin: 8px;
    padding: 20px;
  }

  .driver-popover.foodzilla-tour-popover .driver-popover-footer {
    flex-direction: row !important;
    justify-content: space-between !important;
    margin-top: 16px !important;
    align-items: center !important;
  }

  .driver-popover.foodzilla-tour-popover .driver-popover-progress-text {
    font-size: 0.7rem !important;
  }

  .driver-popover.foodzilla-tour-popover .driver-popover-footer .driver-popover-navigation-btns {
    gap: 6px !important;
  }

  .driver-popover.foodzilla-tour-popover .driver-popover-prev-btn,
  .driver-popover.foodzilla-tour-popover .driver-popover-next-btn {
    min-width: 60px !important;
    padding: 6px 12px !important;
    font-size: 0.75rem !important;
  }
}

/* Animation for smooth transitions */
.driver-popover.foodzilla-tour-popover {
  animation: driverFadeIn 0.3s ease-out;
}

@keyframes driverFadeIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Highlighted element styling */
.driver-highlighted-element {
  border-radius: 8px !important;
  z-index: 9999 !important;
  position: relative !important;
}

/* Overlay styling */
.driver-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  z-index: 9999 !important;
}

/* Fix button interactions */
.driver-popover.foodzilla-tour-popover .driver-popover-footer button {
  pointer-events: auto !important;
  z-index: 10001 !important;
  position: relative !important;
}

/* Ensure buttons specifically work */
.driver-popover.foodzilla-tour-popover button {
  pointer-events: auto !important;
}

/* Fix footer button positioning */
.driver-popover.foodzilla-tour-popover .driver-popover-footer {
  pointer-events: auto !important;
  z-index: 10001 !important;
  position: relative !important;
}

/* Allow controlled scrolling during tour */
body.driver-active {
  /* Allow scrolling for tour navigation */
  overflow: visible !important;
}

/* Ensure tour elements stay in viewport */
.driver-popover.foodzilla-tour-popover {
  position: fixed !important;
  max-height: 90vh !important;
  overflow-y: auto !important;
}

/* Allow smooth scrolling for tour elements */
.driver-highlighted-element {
  scroll-behavior: smooth !important;
}

/* Ensure the page can scroll during tour */
html.driver-active,
body.driver-active {
  overflow: visible !important;
  scroll-behavior: smooth !important;
}

/* 
 * Usage Instructions:
 * 
 * To use these tour styles in any component:
 * 1. Import the CSS: import '../../styles/tour.css';
 * 2. Use the popoverClass: popoverClass: 'foodzilla-tour-popover'
 * 
 * Example:
 * const driverObj = driver({
 *   showProgress: true,
 *   steps: yourSteps,
 *   nextBtnText: 'Next',
 *   prevBtnText: 'Previous', 
 *   doneBtnText: 'Finish',
 *   popoverClass: 'foodzilla-tour-popover',
 *   overlayColor: 'rgba(0, 0, 0, 0.5)',
 *   smoothScroll: true,
 *   allowClose: true
 * });
 */

.selected-item {
    text-align: center;
}

.controls-container {
    --highlight-width: auto;
    --highlight-x-pos: 0;
    --primary-color: #43c37c;

    display: flex;
    width: 100%;
}

.controls {
    display: inline-flex;
    justify-content: space-between;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    max-width: 500px;
    padding: 4px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e7eb;
    gap: 4px;
}

.controls input {
    opacity: 0;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.segment {
    /* width: 100%; uncomment for each segment to have matching width */
    min-width: 110px;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 6px;
    transition: color 0.2s ease;
}

.segment label {
    cursor: pointer;
    display: block;
    font-weight: 500;
    font-family: 'Inter', 'Avenir', system-ui, -apple-system;
    font-size: 0.95rem;
    padding: 8px 16px;
    color: #4b5563;
    transition: color 0.2s ease;
    user-select: none;
}

.segment.active label {
    color: white;
}

.segment:not(.active):hover {
    background-color: color-mix(in srgb, var(--primary-color) 4%, transparent);
}

.controls::before {
    content: "";
    background: var(--primary-color);
    border-radius: 6px;
    width: var(--highlight-width);
    transform: translateX(var(--highlight-x-pos));
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    z-index: 0;
    box-shadow: 0 2px 4px color-mix(in srgb, var(--primary-color) 20%, transparent);
}

/* Only allow transitions once component is ready */
.controls.ready::before {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}


.fdz-spinner::after {
    content: '';
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
}

.fdz-spinner.smooth::after {
    border-top: 4px solid #43c37c;
    border-left: 4px solid #43c37c;
    border-right: 4px solid rgba(67, 195, 124, 0);
    animation: fdz-spinner .6s linear infinite;
}
@keyframes fdz-spinner {
    to {transform: rotate(360deg);}
}

.range-slider {
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 4px;
}
.range-slider[data-vertical] {
  height: 100%;
  width: 8px;
}
.range-slider[data-disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.range-slider .range-slider__thumb {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #2196f3;
}
.range-slider .range-slider__thumb:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 6px rgba(33, 150, 243, 0.5);
}
.range-slider[data-vertical] .range-slider__thumb {
  left: 50%;
}
.range-slider .range-slider__thumb[data-disabled] {
  z-index: 2;
}
.range-slider .range-slider__range {
  position: absolute;
  z-index: 1;
  transform: translate(0, -50%);
  top: 50%;
  width: 100%;
  height: 100%;
  background: #51adf6;
}
.range-slider[data-vertical] .range-slider__range {
  left: 50%;
  transform: translate(-50%, 0);
}
.range-slider input[type="range"] {
  -webkit-appearance: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}
.range-slider input[type="range"]::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0;
}
.range-slider input[type="range"]:focus {
  outline: 0;
}

.container {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  min-width: 120px;
}

.item {
  display: flex;
}

.break,
.page__link {
  background-color: white;
  border: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-family: 'Inter';
  font-weight: 500;
  padding: 4px 8px;
  cursor: pointer;
  color: #000;
  min-width: 32px;
  height: 32px;
  box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.05);
}

.page__link_active {
  background-color: #43c37c;
  color: white;
  font-weight: 600;
}

.break_prev,
.page__link_prev,
.break_next,
.page__link_next {
  padding: 4px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.break_prev::before,
.page__link_prev::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%2715 18 9 12 15 6%27%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.break_next::before,
.page__link_next::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%279 18 15 12 9 6%27%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.break {
  position: relative;
  font-weight: 500;
  width: 32px;
  margin-right: 0;
  cursor: default;
}

.break::before {
  position: absolute;
  content: '...';
  width: min-content;
  height: min-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visually-hidden {
  color: #bdbdbd;
}

.visually-hidden .page__link {
  cursor: default !important;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .container {
    margin: 0;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .break,
  .page__link {
    height: 28px;
    min-width: 28px;
    padding: 4px;
    font-size: 12px;
  }

  .break_prev::before,
  .page__link_prev::before,
  .break_next::before,
  .page__link_next::before {
    width: 16px;
    height: 16px;
  }

  /* Hide all page numbers except the active one */
  .item:not(:first-child):not(:last-child):not(.selected) {
    display: none;
  }

  /* Show the selected page */
  .selected {
    display: flex !important;
  }

  /* Hide break indicators in compact mode */
  .break {
    display: none;
  }
}

#container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
}
#container foodzillaintro {
    display: block;
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    animation-name: zoom-in;
    animation-delay: 0.5s;
    animation-duration: 3.5s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    background-size: 4000px;
    background-position: -1950px 0;
}
#container foodzillaintro::before {
    content: "";
    position: absolute;
    display: block;
    background-color: #FFFFFF;
    width: 150%;
    height: 30%;
    left: -25%;
    bottom: -27%;
    border-radius: 50%;
    z-index: 5;
    transform-origin: left center;
    background-size: 4000px;
    background-position: -1950px 0;
}
#container foodzillaintro[letter=N] {
    transform-origin: 30% center;
}
#container foodzillaintro[letter=N] .helper-1 {
    width: 19.5%;
    height: 100%;
    background-color: rgba(67, 195, 124, 0.5);
    left: 22.4%;
    top: 0;
    transform: rotate(180deg);
    animation-name: fading-lumieres-box;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
#container foodzillaintro[letter=N] .helper-1 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
#container foodzillaintro[letter=N] .helper-1 .effect-brush [class*=fur-] {
    bottom: 0;
    height: 40%;
}
#container foodzillaintro[letter=N] .helper-3 {
    width: 19%;
    height: 150%;
    left: 40.5%;
    top: -25%;
    transform: rotate(-19.5deg);
    box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
#container foodzillaintro[letter=N] .helper-3 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
}
#container foodzillaintro[letter=N] .helper-2 {
    width: 19.5%;
    height: 100%;
    left: 57.8%;
    top: 0;
    transform: rotate(180deg);
    overflow: hidden;
}
#container foodzillaintro[letter=N] .helper-2 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}
#container foodzillaintro[letter=E] {
    transform-origin: 30% center;
}
#container foodzillaintro[letter=E] .helper-1 {
    width: 19.5%;
    height: 100%;
    background-color: rgba(67, 195, 124, 0.5);
    left: 22%;
    top: 0;
    transform: rotate(180deg);
    animation-name: fading-lumieres-box;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
#container foodzillaintro[letter=E] .helper-1 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
#container foodzillaintro[letter=E] .helper-1 .effect-brush [class*=fur-] {
    bottom: 0;
    height: 40%;
}
#container foodzillaintro[letter=E] .helper-2 {
    width: 17.5%;
    height: 50%;
    left: 38%;
    top: -49px;
    transform: rotate(270deg);
    overflow: hidden;
}
#container foodzillaintro[letter=E] .helper-2 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
}
#container foodzillaintro[letter=E] .helper-3 {
    width: 17%;
    height: 39%;
    left: 33%;
    top: 29%;
    transform: rotate(-90deg);
    box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    animation-name: fading-out;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
#container foodzillaintro[letter=E] .helper-3 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
}
#container foodzillaintro[letter=E] .helper-4 {
    width: 17.5%;
    height: 50%;
    left: 38%;
    top: 196px;
    transform: rotate(270deg);
    overflow: hidden;
}
#container foodzillaintro[letter=E] .helper-4 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    animation-delay: 0.5s;
}
#container foodzillaintro[letter=T] {
    transform-origin: center center;
}
#container foodzillaintro[letter=T] .helper-1 {
    width: 19.5%;
    height: 100%;
    background-color: rgba(67, 195, 124, 0.5);
    left: 38%;
    top: 0;
    transform: rotate(180deg);
    animation-name: fading-lumieres-box;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
#container foodzillaintro[letter=T] .helper-1 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
#container foodzillaintro[letter=T] .helper-1 .effect-brush [class*=fur-] {
    bottom: 0;
    height: 40%;
}
#container foodzillaintro[letter=T] .helper-2 {
    width: 17.5%;
    height: 54%;
    left: 39%;
    top: -55px;
    transform: rotate(270deg);
    overflow: hidden;
}
#container foodzillaintro[letter=T] .helper-2 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}
#container foodzillaintro[letter=F] {
    transform-origin: 30% center;
}
#container foodzillaintro[letter=F] .helper-1 {
    width: 19.5%;
    height: 100%;
    background-color: rgba(67, 195, 124, 0.5);
    left: 22%;
    top: 0;
    transform: rotate(180deg);
    animation-name: fading-lumieres-box;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
#container foodzillaintro[letter=F] .helper-1 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
#container foodzillaintro[letter=F] .helper-1 .effect-brush [class*=fur-] {
    bottom: 0;
    height: 40%;
}
#container foodzillaintro[letter=F] .helper-2 {
    width: 17.5%;
    height: 50%;
    left: 38%;
    top: -49px;
    transform: rotate(270deg);
    overflow: hidden;
}
#container foodzillaintro[letter=F] .helper-2 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.7s;
}
#container foodzillaintro[letter=F] .helper-3 {
    width: 17%;
    height: 39%;
    left: 33%;
    top: 29%;
    transform: rotate(-90deg);
    box-shadow: 0px 0px 35px -12px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    animation-name: fading-out;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
#container foodzillaintro[letter=F] .helper-3 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}
#container foodzillaintro[letter=L] {
    transform-origin: 30% center;
}
#container foodzillaintro[letter=L] .helper-1 {
    width: 19.5%;
    height: 100%;
    background-color: rgba(67, 195, 124, 0.5);
    left: 22%;
    top: 0;
    transform: rotate(180deg);
    animation-name: fading-lumieres-box;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
#container foodzillaintro[letter=L] .helper-1 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
}
#container foodzillaintro[letter=L] .helper-1 .effect-brush [class*=fur-] {
    bottom: 0;
    height: 40%;
}
#container foodzillaintro[letter=L] .helper-2 {
    width: 17.5%;
    height: 50%;
    left: 38%;
    top: 196px;
    transform: rotate(270deg);
    overflow: hidden;
}
#container foodzillaintro[letter=L] .helper-2 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}
#container foodzillaintro[letter=I] {
    transform-origin: center center;
}
#container foodzillaintro[letter=I] .helper-1 {
    width: 19.5%;
    height: 100%;
    background-color: rgba(67, 195, 124, 0.5);
    left: 38%;
    top: 0;
    transform: rotate(180deg);
    animation-name: fading-lumieres-box;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
#container foodzillaintro[letter=I] .helper-1 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
#container foodzillaintro[letter=I] .helper-1 .effect-brush [class*=fur-] {
    bottom: 0;
    height: 40%;
}
#container foodzillaintro[letter=X] {
    transform-origin: center center;
}
#container foodzillaintro[letter=X] .helper-1 {
    width: 19%;
    height: 150%;
    left: 40.5%;
    top: -25%;
    transform: rotate(-19.5deg);
    animation-name: fading-lumieres-box;
    animation-duration: 2s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
#container foodzillaintro[letter=X] .helper-1 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-delay: 1.2s;
}
#container foodzillaintro[letter=X] .helper-1 .effect-brush [class*=fur-] {
    bottom: 0;
    height: 40%;
}
#container foodzillaintro[letter=X] .helper-2 {
    width: 19%;
    height: 150%;
    left: 40.5%;
    top: -25%;
    transform: rotate(19.5deg);
    overflow: hidden;
}
#container foodzillaintro[letter=X] .helper-2 .effect-brush {
    animation-name: brush-moving;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}
#container foodzillaintro [class*=helper-] {
    position: absolute;
}
#container foodzillaintro [class*=helper-] .effect-brush {
    position: absolute;
    width: 100%;
    height: 300%;
    top: 0;
    overflow: hidden;
}
#container foodzillaintro [class*=helper-] .effect-brush::before {
    display: block;
    content: "";
    position: absolute;
    background-color: #43C37C;
    width: 100%;
    height: 70%;
    box-shadow: 0px 0px 29px 24px #43C37C;
}
#container foodzillaintro [class*=helper-] .effect-brush [class*=fur-] {
    display: block;
    position: absolute;
    bottom: 10%;
    height: 30%;
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-1 {
    left: 0%;
    width: 3.8%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 15%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-2 {
    left: 3.8%;
    width: 2.8%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 10%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-3 {
    left: 6.6%;
    width: 4.8%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 37%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-4 {
    left: 11.4%;
    width: 4%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 23%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-5 {
    left: 15.4%;
    width: 4%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 15%, rgba(0, 0, 0, 0) 86%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-6 {
    left: 19.4%;
    width: 2.5%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 27%, rgba(0, 0, 0, 0) 89%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-7 {
    left: 21.9%;
    width: 4%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 20%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-8 {
    left: 25.9%;
    width: 2%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 30%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-9 {
    left: 27.9%;
    width: 4%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 35%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-10 {
    left: 31.9%;
    width: 3.5%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 39%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-11 {
    left: 35.4%;
    width: 2%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 34%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-12 {
    left: 37.4%;
    width: 2.6%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 22%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-13 {
    left: 40%;
    width: 6%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 47%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-14 {
    left: 46%;
    width: 2%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 36%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-15 {
    left: 48%;
    width: 5.5%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 29%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-16 {
    left: 53.5%;
    width: 3%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 39%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-17 {
    left: 56.5%;
    width: 4.1%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 45%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-18 {
    left: 60.6%;
    width: 2.4%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 34%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-19 {
    left: 63%;
    width: 4%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 47%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-20 {
    left: 67%;
    width: 1.5%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 27%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-21 {
    left: 68.5%;
    width: 2.8%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 37%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-22 {
    left: 71.3%;
    width: 2.3%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 9%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-23 {
    left: 73.6%;
    width: 2.2%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 28%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-24 {
    left: 75.8%;
    width: 1%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 37%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-25 {
    left: 76.8%;
    width: 2.1%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 28%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-26 {
    left: 78.9%;
    width: 4.1%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 34%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-27 {
    left: 83%;
    width: 2.5%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 21%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-28 {
    left: 85.5%;
    width: 4.5%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 39%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-29 {
    left: 90%;
    width: 2.8%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 30%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-30 {
    left: 92.8%;
    width: 3.5%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 19%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-brush .fur-31 {
    left: 96.3%;
    width: 3.7%;
    background: linear-gradient(to bottom, #43C37C 0%, #43C37C 37%, rgba(0, 0, 0, 0) 100%);
}
#container foodzillaintro [class*=helper-] .effect-lumieres {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation-name: showing-lumieres;
    animation-duration: 2s;
    animation-delay: 1.6s;
    animation-fill-mode: forwards;
}
#container foodzillaintro [class*=helper-] .effect-lumieres [class*=lamp-] {
    position: absolute;
    display: block;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(67, 195, 124, 0.75);
    background: var(--color);
}
#container foodzillaintro [class*=helper-] .effect-lumieres [class*=lamp-]::before {
    position: absolute;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color);
    box-shadow: 0px 0px 10px 0px rgba(67, 195, 124, 0.75);
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-1 {
    --color: #ff0100;
    z: 6;
    left: 0.7%;
    width: 1%;
    animation-delay: 1.23s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-1::before {
    left: 16%;
    animation-delay: 0.98s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-2 {
    --color: #ffde01;
    left: 2.2%;
    width: 1.4%;
    animation-delay: 1.06s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-2::before {
    left: 123%;
    animation-delay: 1.82s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-3 {
    --color: #ff00cc;
    left: 5.8%;
    width: 2.1%;
    animation-delay: 1.62s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-3::before {
    left: 90%;
    animation-delay: 1.15s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-4 {
    --color: #04fd8f;
    left: 10.1%;
    width: 2%;
    animation-delay: 0.61s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-4::before {
    left: 97%;
    animation-delay: 0.18s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-5 {
    --color: #ff0100;
    left: 12.9%;
    width: 1.4%;
    animation-delay: 0.29s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-5::before {
    left: 186%;
    animation-delay: 1.63s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-6 {
    --color: #ff9600;
    left: 15.3%;
    width: 2.8%;
    animation-delay: 0.7s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-6::before {
    left: 107%;
    animation-delay: 0.89s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-7 {
    --color: #0084ff;
    left: 21.2%;
    width: 2.5%;
    animation-delay: 1s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-7::before {
    left: 11%;
    animation-delay: 1.91s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-8 {
    --color: #f84006;
    left: 25%;
    width: 2.5%;
    animation-delay: 0.79s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-8::before {
    left: 23%;
    animation-delay: 0.56s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-9 {
    --color: #ffc601;
    left: 30.5%;
    width: 3%;
    animation-delay: 0.02s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-9::before {
    left: 198%;
    animation-delay: 1.05s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-10 {
    --color: #ff4800;
    left: 36.3%;
    width: 3%;
    animation-delay: 0.71s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-10::before {
    left: 73%;
    animation-delay: 1.72s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-11 {
    --color: #fd0100;
    left: 41%;
    width: 2.2%;
    animation-delay: 0.67s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-11::before {
    left: 7%;
    animation-delay: 0.41s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-12 {
    --color: #01ffff;
    left: 44.2%;
    width: 2.6%;
    animation-delay: 0.12s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-12::before {
    left: 63%;
    animation-delay: 0.06s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-13 {
    --color: #ffc601;
    left: 51.7%;
    width: 0.5%;
    animation-delay: 1.57s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-13::before {
    left: 167%;
    animation-delay: 0.32s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-14 {
    --color: #ffc601;
    left: 52.1%;
    width: 1.8%;
    animation-delay: 1.7s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-14::before {
    left: 42%;
    animation-delay: 0.68s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-15 {
    --color: #0078fe;
    left: 53.8%;
    width: 2.3%;
    animation-delay: 1.86s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-15::before {
    left: 177%;
    animation-delay: 1.31s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-16 {
    --color: #0080ff;
    left: 57.2%;
    width: 2%;
    animation-delay: 1.07s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-16::before {
    left: 101%;
    animation-delay: 1.03s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-17 {
    --color: #ffae01;
    left: 62.3%;
    width: 2.9%;
    animation-delay: 1.84s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-17::before {
    left: 62%;
    animation-delay: 1.08s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-18 {
    --color: #ff00bf;
    left: 65.8%;
    width: 1.7%;
    animation-delay: 1.75s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-18::before {
    left: 172%;
    animation-delay: 1.3s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-19 {
    --color: #a601f4;
    left: 72.8%;
    width: 0.8%;
    animation-delay: 0.57s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-19::before {
    left: 18%;
    animation-delay: 0.71s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-20 {
    --color: #f30b34;
    left: 74.3%;
    width: 2%;
    animation-delay: 1.82s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-20::before {
    left: 161%;
    animation-delay: 1.82s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-21 {
    --color: #ff00bf;
    left: 79.8%;
    width: 2%;
    animation-delay: 0.1s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-21::before {
    left: 183%;
    animation-delay: 0.31s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-22 {
    --color: #04fd8f;
    left: 78.2%;
    width: 2%;
    animation-delay: 0.83s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-22::before {
    left: 9%;
    animation-delay: 0.42s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-23 {
    --color: #01ffff;
    left: 78.5%;
    width: 2%;
    animation-delay: 1.2s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-23::before {
    left: 92%;
    animation-delay: 0.35s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-24 {
    --color: #a201ff;
    left: 85.3%;
    width: 1.1%;
    animation-delay: 1.75s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-24::before {
    left: 19%;
    animation-delay: 1.65s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-25 {
    --color: #ec0014;
    left: 86.9%;
    width: 1.1%;
    animation-delay: 1.76s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-25::before {
    left: 119%;
    animation-delay: 1.21s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-26 {
    --color: #0078fe;
    left: 88.8%;
    width: 2%;
    animation-delay: 1.89s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-26::before {
    left: 183%;
    animation-delay: 0.03s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-27 {
    --color: #ff0036;
    left: 92.4%;
    width: 2.4%;
    animation-delay: 0.21s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-27::before {
    left: 60%;
    animation-delay: 2s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-28 {
    --color: #06f98c;
    left: 96.2%;
    width: 2.1%;
    animation-delay: 0.46s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-28::before {
    left: 76%;
    animation-delay: 1.87s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-1,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-3,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-5,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-7,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-9,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-11,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-13,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-15,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-17,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-19,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-21,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-23,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-25,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-27 {
    animation-name: lumieres-moving-left;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-1::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-3::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-5::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-7::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-9::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-11::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-13::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-15::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-17::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-19::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-21::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-23::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-25::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-27::before {
    animation-name: lumieres-moving-left;
    animation-duration: 5.5s;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-2,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-4,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-6,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-8,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-10,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-12,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-14,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-16,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-18,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-20,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-22,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-24,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-26,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-28 {
    animation-name: lumieres-moving-right;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-2::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-4::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-6::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-8::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-10::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-12::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-14::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-16::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-18::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-20::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-22::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-24::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-26::before,
#container foodzillaintro [class*=helper-] .effect-lumieres .lamp-28::before {
    animation-name: lumieres-moving-right;
    animation-duration: 5.5s;
}

@keyframes brush-moving {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
@keyframes fading-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes lumieres-moving-right {
    0% {
        transform: translate(0);
    }
    40% {
        transform: translate(-10px) scaleX(1);
    }
    50% {
        transform: translate(-60px);
    }
    100% {
        transform: translate(-120px) scaleX(3);
    }
}
@keyframes lumieres-moving-left {
    0% {
        transform: translate(0);
    }
    40% {
        transform: translate(10px) scaleX(1);
    }
    50% {
        transform: translate(60px);
    }
    100% {
        transform: translate(120px) scaleX(3);
    }
}
@keyframes zoom-in {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(15);
    }
}
@keyframes showing-lumieres {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fading-lumieres-box {
    0% {
        background-color: rgba(67, 195, 124, 0.5);
    }
    100% {
        background-color: rgba(67, 195, 124, 0);
    }
}

.play-button {
  width: 0;
  height: 0;
  border-left: 16px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 3px; /* Slight offset to center visually */
}

.play-button-container {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  backdrop-filter: blur(2px);
}

.play-button-container:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.play-button-container:hover .play-button {
  border-left-color: #f0f0f0;
}

.premium-card {
  font-weight: bold;
  padding: 1.5em;
  text-align: left;
  color: #ffffff;
  width: 340px;
  height: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  background-color: #000000;
  background-image: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
  position: relative;
  transition-duration: 300ms;
  transition-property: transform, box-shadow;
  transition-timing-function: ease-out;
  transform: rotate3d(0);
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  margin: 0;
  align-self: flex-start;
}

/* Gold card styling for active subscriptions */
.premium-card.gold {
  background-color: #111111;
  background-image: linear-gradient(135deg, #d4af37 0%, #111111 40%, #111111 60%, #d4af37 100%);
  color: #ffffff;
}

.premium-card:hover {
  transition-duration: 150ms;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.premium-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(128, 128, 128, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  z-index: 1;
}

/* Gold card before pseudo-element */
.premium-card.gold::before {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.premium-card::after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 40%,
    rgba(255, 255, 255, 0.08) 50%,
    rgba(255, 255, 255, 0.03) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(30deg);
  z-index: 1;
  animation: shine 8s infinite paused;
}

/* Gold card after pseudo-element */
.premium-card.gold::after {
  background: linear-gradient(
    to right,
    rgba(212, 175, 55, 0) 0%,
    rgba(212, 175, 55, 0.05) 40%,
    rgba(212, 175, 55, 0.1) 50%,
    rgba(212, 175, 55, 0.05) 60%,
    rgba(212, 175, 55, 0) 100%
  );
}

.premium-card:hover::after {
  animation-play-state: running;
}

@keyframes shine {
  0% {
    transform: translateX(-200%) rotate(30deg);
  }
  100% {
    transform: translateX(200%) rotate(30deg);
  }
}

/* Add additional hover shine effect */
.premium-card-hover-shine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 25%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 255, 255, 0.05) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 3;
  transition: opacity 0.3s ease;
}

/* Gold card hover shine */
.premium-card.gold .premium-card-hover-shine {
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0) 0%,
    rgba(212, 175, 55, 0.1) 25%,
    rgba(212, 175, 55, 0.15) 50%,
    rgba(212, 175, 55, 0.1) 75%,
    rgba(212, 175, 55, 0) 100%
  );
}

.premium-card:hover .premium-card-hover-shine {
  opacity: 1;
}

.premium-card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.premium-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.premium-card-plan {
  display: flex;
  align-items: flex-start;
}

.premium-card-plan-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-right: 10px;
}

.premium-card.gold .premium-card-plan-name {
  color: #d4af37;
}

.premium-card-status {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 2px 8px;
  border-radius: 10px;
  text-transform: uppercase;
}

.premium-card.gold .premium-card-status {
  color: rgba(212, 175, 55, 0.9);
  background-color: rgba(0, 0, 0, 0.3);
}

.premium-card-id {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1rem;
}

.premium-card.gold .premium-card-id {
  color: rgba(212, 175, 55, 0.8);
}

.premium-card-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.1rem;
  margin: 20px 0;
  text-transform: uppercase;
}

.premium-card.gold .premium-card-name {
  color: #d4af37;
}

.premium-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
  flex-wrap: nowrap;
}

.premium-card-info {
  display: flex;
  flex-direction: column;
  min-width: 80px;
}

.premium-card-label {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.premium-card.gold .premium-card-label {
  color: rgba(212, 175, 55, 0.6);
}

.premium-card-value {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
}

.premium-card.gold .premium-card-value {
  color: rgba(255, 255, 255, 0.9);
}

.premium-card-brand {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.premium-card.gold .premium-card-brand {
  color: #d4af37;
}

.premium-card-thanks {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  margin-top: 10px;
  letter-spacing: 0.05rem;
}

.premium-card.gold .premium-card-thanks {
  color: rgba(212, 175, 55, 0.6);
}

/* Mobile responsive card styles */
.premium-card.mobile {
  width: 100%;
  max-width: 320px;
  height: auto;
  min-height: 180px;
  padding: 1.2em;
}

.premium-card.mobile .premium-card-plan-name {
  font-size: 1rem;
}

.premium-card.mobile .premium-card-name {
  font-size: 1.2rem;
  margin: 15px 0;
}

.premium-card.mobile .premium-card-footer {
  flex-wrap: wrap;
  gap: 10px;
}

.premium-card.mobile .premium-card-info {
  min-width: 90px;
}

.premium-card.mobile .premium-card-thanks {
  font-size: 0.55rem;
}

/* Membership Card Container */
.membership-card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  font-family: 'Inter', sans-serif;
}

/* Current Plan Display */
.current-plan-display {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.current-plan-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.current-plan-name {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.current-plan-name.active {
  color: #d4af37;
  text-shadow: 0 2px 4px rgba(212, 175, 55, 0.2);
}

.current-plan-name.inactive {
  color: #374151;
}

.current-plan-status {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
  padding: 4px 12px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.current-plan-status.active {
  background-color: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.current-plan-status.inactive {
  background-color: rgba(107, 114, 128, 0.1);
  color: #6b7280;
  border: 1px solid rgba(107, 114, 128, 0.2);
}

/* Mobile adjustments for plan display */
@media (max-width: 768px) {
  .current-plan-name {
    font-size: 1.5rem;
  }

  .membership-card-container {
    gap: 16px;
  }

  .current-plan-display {
    gap: 6px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background-color: #f5f5f5;
}

/* Global scrollbar styling */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:hover {
  background: #b1b1b1;
}

/* Safari specific scrollbar styling */
@supports (-webkit-hyphens: none) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    -webkit-appearance: none;
  }

  ::-webkit-scrollbar-thumb {
    border: 2px solid rgba(255, 255, 255, 0.5);
  }
}

/* Firefox scrollbar styling */
* {
  scrollbar-width: auto;
  scrollbar-color: #d1d1d1 #f1f1f1;
}

#chat-view > div > div:first-child {
  height: 90% !important;
}

#chat-view > div > div:nth-child(2) {
  height: 10% !important;
}

@keyframes jiggle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px) rotate(-2deg);
  }
  50% {
    transform: translateX(5px) rotate(2deg);
  }
  75% {
    transform: translateX(-3px) rotate(-1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}


/*# sourceMappingURL=webpack/sourcemaps/main.7e7f6b98.css.map*/