/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-tajawal: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --color-base: #F6F5F3;
    --color-surface: #FFFFFF;
    --color-surface-alt: #F3EFE9;
    --color-text-primary: #1F1F1F;
    --color-text-secondary: #8A8580;
    --color-brand-red: #FF1E1E;
    --color-brand-red-hover: #D62828;
    --color-gold: #F5B642;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .-top-0\.5 {
    top: calc(var(--spacing) * -0.5);
  }
  .top-0 {
    top: 0;
  }
  .right-0 {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .-left-0\.5 {
    left: calc(var(--spacing) * -0.5);
  }
  .left-0 {
    left: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-1\.5 {
    margin-right: calc(var(--spacing) * 1.5);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
  .max-h-\[38vh\] {
    max-height: 38vh;
  }
  .max-h-\[65vh\] {
    max-height: 65vh;
  }
  .max-h-\[85vh\] {
    max-height: 85vh;
  }
  .min-h-0 {
    min-height: 0;
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-\[18px\] {
    min-width: 18px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[2\] {
    flex: 2;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#E8E4DD\] {
    border-color: #E8E4DD;
  }
  .border-\[\#FF1E1E\] {
    border-color: #FF1E1E;
  }
  .border-black\/5 {
    border-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .bg-\[\#25D366\] {
    background-color: #25D366;
  }
  .bg-\[\#F3EFE9\] {
    background-color: #F3EFE9;
  }
  .bg-\[\#F5B642\]\/15 {
    background-color: color-mix(in oklab, #F5B642 15%, transparent);
  }
  .bg-\[\#F6F5F3\] {
    background-color: #F6F5F3;
  }
  .bg-\[\#F9F8F6\] {
    background-color: #F9F8F6;
  }
  .bg-\[\#FAFAF8\] {
    background-color: #FAFAF8;
  }
  .bg-\[\#FDFBF7\] {
    background-color: #FDFBF7;
  }
  .bg-\[\#FF1E1E\] {
    background-color: #FF1E1E;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-black\/5 {
    background-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .font-tajawal {
    font-family: var(--font-tajawal);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#1F1F1F\] {
    color: #1F1F1F;
  }
  .text-\[\#5A5550\] {
    color: #5A5550;
  }
  .text-\[\#8A8580\] {
    color: #8A8580;
  }
  .text-\[\#C4880F\] {
    color: #C4880F;
  }
  .text-\[\#E8E4DD\] {
    color: #E8E4DD;
  }
  .text-\[\#F5B642\] {
    color: #F5B642;
  }
  .text-\[\#FF1E1E\] {
    color: #FF1E1E;
  }
  .text-white {
    color: var(--color-white);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .accent-\[\#FF1E1E\] {
    accent-color: #FF1E1E;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:border-\[\#FF1E1E\] {
    &:hover {
      @media (hover: hover) {
        border-color: #FF1E1E;
      }
    }
  }
  .hover\:bg-\[\#1FAD55\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1FAD55;
      }
    }
  }
  .hover\:bg-\[\#D62828\] {
    &:hover {
      @media (hover: hover) {
        background-color: #D62828;
      }
    }
  }
  .hover\:bg-\[\#E8E4DD\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E8E4DD;
      }
    }
  }
  .hover\:bg-\[\#F9F8F6\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F9F8F6;
      }
    }
  }
  .hover\:bg-black\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-black\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#1F1F1F\] {
    &:hover {
      @media (hover: hover) {
        color: #1F1F1F;
      }
    }
  }
  .hover\:text-\[\#FF1E1E\] {
    &:hover {
      @media (hover: hover) {
        color: #FF1E1E;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-\[\#FF1E1E\] {
    &:focus {
      border-color: #FF1E1E;
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#FF1E1E\]\/10 {
    &:focus {
      --tw-ring-color: color-mix(in oklab, #FF1E1E 10%, transparent);
    }
  }
  .active\:scale-90 {
    &:active {
      --tw-scale-x: 90%;
      --tw-scale-y: 90%;
      --tw-scale-z: 90%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .active\:scale-\[0\.95\] {
    &:active {
      scale: 0.95;
    }
  }
  .active\:scale-\[0\.98\] {
    &:active {
      scale: 0.98;
    }
  }
}
html {
  scroll-behavior: smooth;
}
::selection {
  background: rgba(255, 30, 30, 0.15);
  color: var(--color-text-primary);
}
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--color-brand-red);
  outline-offset: 3px;
  border-radius: 4px;
}
a, button, input, textarea, select, [role="button"], .interactive {
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out, background-color 0.25s ease-out, border-color 0.25s ease-out, opacity 0.25s ease-out;
}
.glass {
  background: rgba(246, 245, 243, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.05);
}
.glass-category {
  background: rgba(246, 245, 243, 0.68);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.glass-header {
  background: rgba(246, 245, 243, 0.55);
  backdrop-filter: blur(32px) saturate(200%);
  -webkit-backdrop-filter: blur(32px) saturate(200%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  transition: background 0.3s ease, backdrop-filter 0.3s ease;
}
.shadow-soft {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
}
.shadow-top {
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.06), 0 -1px 2px rgba(0, 0, 0, 0.03);
}
.sheet-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 40;
}
.sheet-backdrop.active, .sheet-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.sheet-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-surface);
  border-radius: 1.25rem 1.25rem 0 0;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  z-index: 50;
}
.sheet-panel.active, .sheet-panel.open {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .sheet-panel {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 420px;
    max-height: 100vh;
    border-radius: 1.25rem 0 0 1.25rem;
    transform: translateX(100%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .sheet-panel.active, .sheet-panel.open {
    transform: translateX(0);
  }
  .sheet-handle {
    display: none;
  }
}
.sheet-handle {
  width: 36px;
  height: 4px;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  margin: 0.75rem auto;
  cursor: grab;
}
.confirm-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 55;
}
.confirm-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}
.confirm-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(40px) saturate(200%);
  -webkit-backdrop-filter: blur(40px) saturate(200%);
  border-radius: 20px;
  max-width: 320px;
  width: calc(100% - 2.5rem);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 60;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08), 0 0 0 0.5px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.confirm-modal.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
.confirm-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.04);
  margin: 0 auto 16px;
}
.confirm-icon-wrap svg {
  width: 26px;
  height: 26px;
  color: #1F1F1F;
  stroke-width: 1.5;
}
.confirm-title {
  font-size: 17px;
  font-weight: 700;
  color: #1F1F1F;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.confirm-text {
  font-size: 13px;
  color: #8A8580;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 24px;
  padding: 0 8px;
}
.confirm-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px 24px;
}
.confirm-btn-primary {
  width: 100%;
  padding: 14px 20px;
  border-radius: 14px;
  border: none;
  background: #1F1F1F;
  color: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.confirm-btn-primary:active {
  transform: scale(0.97);
  background: #000000;
}
.confirm-divider {
  height: 0.5px;
  background: rgba(0, 0, 0, 0.08);
  margin: 0 20px;
}
.confirm-btn-cancel {
  width: 100%;
  padding: 13px 20px;
  border: none;
  background: transparent;
  color: #FF1E1E;
  font-family: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.confirm-btn-cancel:active {
  background: rgba(255, 30, 30, 0.05);
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  z-index: 50;
}
.modal-backdrop.active, .modal-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.modal-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(20px);
  background: var(--color-surface);
  border-radius: 1.25rem;
  max-width: 480px;
  width: calc(100% - 2rem);
  max-height: 85vh;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  pointer-events: none;
  z-index: 60;
}
.modal-panel.active, .modal-panel.open {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0);
  pointer-events: auto;
}
.toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(16px);
  background: var(--color-text-primary);
  color: white;
  padding: 0.625rem 1.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  pointer-events: none;
  z-index: 70;
  white-space: nowrap;
}
.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
#category-bar {
  position: sticky;
  top: var(--header-height, 80px);
  z-index: 25;
  min-height: 60px;
  overflow: hidden;
}
#category-scroll {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  touch-action: pan-x;
}
#site-header {
  position: sticky;
  top: 0;
  z-index: 30;
}
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category-pill {
  transition: background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), color 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.15s ease;
  white-space: nowrap;
}
.category-pill:active {
  transform: scale(0.95);
}
.category-pill-active {
  position: relative;
  background: linear-gradient(135deg, var(--color-brand-red), var(--color-brand-red-hover));
  color: white;
  box-shadow: 0 2px 8px rgba(255, 30, 30, 0.2), 0 0 0 1px rgba(255, 30, 30, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
.category-pill-active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 4px;
  background: var(--color-brand-red);
  border-radius: 999px;
  box-shadow: 0 2px 10px rgba(255, 30, 30, 0.5);
  opacity: 1;
}
.menu-card {
  transition: box-shadow 0.3s ease-out;
}
[data-add-btn] {
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.15s ease;
}
[data-add-btn]:active {
  transform: scale(0.82);
}
.card-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
.card-qty-btn:active {
  transform: scale(0.9);
}
.card-qty-num {
  min-width: 1.25rem;
  text-align: center;
  font-weight: 700;
  user-select: none;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}
.card-qty-num.qty-up {
  animation: qtySlideUp 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.card-qty-num.qty-down {
  animation: qtySlideDown 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes qtySlideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes qtySlideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.size-selector {
  position: relative;
  display: flex;
  gap: 0;
  margin-bottom: 6px;
  background: #F3EFE9;
  border-radius: 10px;
  padding: 3px;
  z-index: 1;
}
.size-slider {
  position: absolute;
  top: 3px;
  right: 3px;
  height: calc(100% - 6px);
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
  pointer-events: none;
}
.size-option {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.15s ease;
  font-size: 12px;
  font-weight: 600;
  color: #8A8580;
}
.size-option:active {
  transform: scale(0.96);
}
.size-option.active {
  color: #FF1E1E;
}
.badge-special {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #B8860B;
  font-size: 0.6875rem;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  background-size: 200% auto;
  background-image: linear-gradient(90deg, rgba(245,182,66,0.12) 0%, rgba(245,182,66,0.28) 50%, rgba(245,182,66,0.12) 100%);
  animation: shimmer 3s ease-in-out infinite;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-base);
  transition: all 0.3s ease-out;
}
.social-icon:hover {
  background: var(--color-surface-alt);
  transform: scale(1.08);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08), 0 0 0 3px rgba(255,30,30,0.06);
}
.social-icon svg {
  width: 20px;
  height: 20px;
}
.form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--color-base);
  border: 1.5px solid rgba(0,0,0,0.06);
  border-radius: 0.75rem;
  font-family: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: var(--color-text-primary);
  outline: none;
  transition: border-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
.form-input:focus {
  border-color: var(--color-brand-red);
  box-shadow: 0 0 0 3px rgba(255,30,30,0.08), 0 2px 8px rgba(255,30,30,0.04);
  background: var(--color-surface);
}
.form-input::placeholder {
  color: var(--color-text-secondary);
  opacity: 0.6;
}
.loading-screen {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--color-surface);
  z-index: 9999;
  transition: opacity 0.4s ease-out;
}
.loading-logo {
  animation: loadingBreathe 3s ease-in-out infinite;
  width: 120px;
  height: 120px;
  border-radius: 0;
  overflow: visible;
}
.loading-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: loadingLogoPulse 3s ease-in-out infinite;
}
.loading-bar-track {
  width: 160px;
  height: 4px;
  background: var(--color-surface-alt);
  border-radius: 999px;
  overflow: hidden;
  margin-top: 1.5rem;
}
.loading-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--color-brand-red), var(--color-gold, #F5B642));
  border-radius: 999px;
  animation: loadingBarSmooth 2.5s ease-in-out infinite;
}
@keyframes loadingBreathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}
@keyframes loadingLogoPulse {
  0%, 100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 transparent);
  }
  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 12px rgba(255, 30, 30, 0.15));
  }
}
@keyframes loadingBarSmooth {
  0% {
    width: 0%;
    margin-left: 0;
  }
  50% {
    width: 70%;
    margin-left: 15%;
  }
  100% {
    width: 0%;
    margin-left: 100%;
  }
}
.offers-toggle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0 16px;
}
.offers-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #FF1E1E, #D62828);
  color: white;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(255, 30, 30, 0.3), 0 0 0 1px rgba(255, 30, 30, 0.08);
  transition: all 0.25s ease;
  font-family: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  animation: offersBtnPulse 3s ease-in-out infinite;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.offers-toggle-btn:active {
  transform: scale(0.96);
  animation-play-state: paused;
}
@keyframes offersBtnPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 2px 12px rgba(255, 30, 30, 0.3), 0 0 0 1px rgba(255, 30, 30, 0.08), 0 0 0 0 rgba(255, 30, 30, 0.3);
  }
  35% {
    transform: scale(1.06);
    box-shadow: 0 6px 28px rgba(255, 30, 30, 0.5), 0 0 0 4px rgba(255, 30, 30, 0.12), 0 0 0 12px rgba(255, 30, 30, 0);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 4px 20px rgba(255, 30, 30, 0.4), 0 0 0 3px rgba(255, 30, 30, 0.1), 0 0 0 16px rgba(255, 30, 30, 0);
  }
}
.offers-toggle-icon {
  font-size: 14px;
}
.offers-toggle-text {
  font-size: 14px;
}
.offers-toggle-arrow {
  font-size: 24px;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: inline-block;
  line-height: 1;
}
.offers-collapse.offers-open ~ .offers-toggle-btn .offers-toggle-arrow, .offers-toggle-arrow.rotated {
  transform: rotate(180deg);
}
.offers-collapse {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  padding-top: 0;
}
.offers-collapse.offers-open {
  height: auto;
  opacity: 1;
  padding-top: 12px;
}
.offers-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 16px 16px;
}
.offers-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
.offer-card {
  width: 100%;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06), 0 0 0 1px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  min-height: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.offer-card:active {
  transform: scale(0.98);
}
.offer-images-row {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
}
.offer-images-row > div {
  flex: 1;
}
.offer-img-box {
  width: 100%;
  aspect-ratio: 1;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.offer-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offer-info-section {
  padding: 10px 14px 12px;
}
.offer-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.offer-card-name {
  font-size: 14px;
  font-weight: 700;
  color: #1F1F1F;
}
.offer-card-desc {
  font-size: 12px;
  color: #8A8580;
  margin-top: 2px;
}
.offer-info-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.offer-prices {
  display: flex;
  align-items: center;
  gap: 6px;
}
.offer-old-price {
  font-size: 11px;
  color: #8A8580;
}
.offer-new-price {
  font-size: 15px;
  font-weight: 800;
  color: #FF1E1E;
}
.offer-save-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: linear-gradient(135deg, #F5B642, #E5A32E);
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 9999px;
  white-space: nowrap;
}
.menu-card img, .offer-img-box img, .suggested-card-img img {
  background: white;
}
.search-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: none;
  background: transparent;
  color: #1F1F1F;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.25s ease;
  padding: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.search-toggle-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.search-toggle-btn:active {
  transform: scale(0.92);
}
.search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease, transform 0.3s ease;
  z-index: 35;
  pointer-events: none;
}
.search-panel.active {
  max-height: 50vh;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.search-panel.dismiss-up {
  opacity: 0;
  transform: translateY(-100%);
  max-height: 0;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 1, 1), opacity 0.25s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.4, 0, 1, 1);
  pointer-events: none;
}
.search-panel-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.search-panel-input {
  flex: 1;
  border: none;
  background: #F3EFE9;
  font-family: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1F1F1F;
  outline: none;
  padding: 10px 14px;
  border-radius: 12px;
  line-height: 1;
}
.search-panel-input::placeholder {
  color: #8A8580;
  opacity: 0.7;
}
.search-panel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.04);
  color: #8A8580;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
  padding: 0;
}
.search-panel-close:hover {
  background: rgba(255, 30, 30, 0.08);
  color: #FF1E1E;
}
.search-results-container {
  max-height: 340px;
  overflow-y: auto;
}
.search-results-container {
  padding: 8px 0;
}
.search-results-header {
  padding: 4px 16px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.search-results-list {
  display: flex;
  flex-direction: column;
}
.search-result-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.15s ease;
}
.search-result-item:hover {
  background: rgba(0, 0, 0, 0.03);
}
.search-result-item:active {
  background: rgba(0, 0, 0, 0.06);
}
.search-result-img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #F9F8F6;
}
.search-result-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}
.search-result-info {
  flex: 1;
  min-width: 0;
}
.search-result-name {
  font-size: 13px;
  font-weight: 700;
  color: #1F1F1F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-result-cat {
  font-size: 11px;
  color: #8A8580;
  margin-top: 1px;
}
.search-result-price {
  font-size: 12px;
  font-weight: 700;
  color: #FF1E1E;
  flex-shrink: 0;
}
.search-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}
.search-glow-highlight {
  box-shadow: 0 0 0 3px rgba(255, 30, 30, 0.5), 0 0 20px rgba(255, 30, 30, 0.2);
  border-radius: 16px;
  transition: box-shadow 0.4s ease;
}
.search-glow-highlight.glow-fade {
  box-shadow: 0 0 0 3px rgba(255, 30, 30, 0), 0 0 0px rgba(255, 30, 30, 0);
}
#cart-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 28;
}
.menu-section {
  padding-top: 4px;
  padding-bottom: 4px;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.15);
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.25);
}
@keyframes counterPop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.35);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes breathe {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}
.suggest-trigger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  padding: 12px 28px;
  background: linear-gradient(135deg, #FF1E1E, #D62828);
  color: #FFFFFF;
  border: none;
  border-radius: 9999px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: 0 4px 20px rgba(255, 30, 30, 0.35), 0 0 0 1px rgba(255, 30, 30, 0.1);
  animation: suggestTriggerPulse 3s ease-in-out infinite;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.suggest-trigger-btn:active {
  transform: scale(0.96);
  animation-play-state: paused;
}
.suggest-trigger-btn svg {
  width: 18px;
  height: 18px;
}
@keyframes suggestTriggerPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(255, 30, 30, 0.35), 0 0 0 1px rgba(255, 30, 30, 0.1), 0 0 0 0 rgba(255, 30, 30, 0.2);
  }
  35% {
    transform: scale(1.06);
    box-shadow: 0 6px 28px rgba(255, 30, 30, 0.5), 0 0 0 4px rgba(255, 30, 30, 0.12), 0 0 0 12px rgba(255, 30, 30, 0);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 4px 24px rgba(255, 30, 30, 0.4), 0 0 0 3px rgba(255, 30, 30, 0.08), 0 0 0 16px rgba(255, 30, 30, 0);
  }
}
#suggest-sheet-content {
  padding: 0 20px 32px;
}
.suggest-header {
  text-align: center;
  padding: 8px 0 24px;
}
.suggest-header h2 {
  color: #1F1F1F;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.suggest-header p {
  color: #8A8580;
  font-size: 13px;
  line-height: 1.6;
}
.suggest-question {
  margin-bottom: 28px;
}
.suggest-question > label {
  display: block;
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}
.suggest-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.suggest-counter-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #E8E4DD;
  background: #fff;
  color: #1F1F1F;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  line-height: 1;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.suggest-counter-btn:active {
  transform: scale(0.9);
  background: #F3EFE9;
}
.suggest-counter-btn.minus {
  color: #FF1E1E;
  border-color: #FF1E1E33;
}
.suggest-counter-num {
  font-size: 28px;
  font-weight: 800;
  color: #1F1F1F;
  min-width: 40px;
  text-align: center;
  display: inline-block;
}
.suggest-counter-num.counter-pop {
  animation: counterPop 0.25s ease-out;
}
.suggest-segmented {
  position: relative;
  display: flex;
  background: #F3EFE9;
  border-radius: 14px;
  padding: 4px;
  gap: 4px;
}
.suggest-segmented-bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc((100% - 12px) / 3);
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.suggest-segmented-bg[data-pos="0"] {
  transform: translateX(0);
}
.suggest-segmented-bg[data-pos="1"] {
  transform: translateX(calc(100% + 4px));
}
.suggest-segmented-bg[data-pos="2"] {
  transform: translateX(calc(200% + 8px));
}
.suggest-segmented-bg {
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.suggest-segmented-btn {
  will-change: color;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.suggest-segmented-btn {
  flex: 1;
  padding: 12px 8px;
  border: none;
  background: none;
  border-radius: 11px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #8A8580;
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  z-index: 1;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
}
.suggest-segmented-btn.active {
  color: #FF1E1E;
}
.suggest-submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #FF1E1E, #D62828);
  color: #fff;
  border: none;
  border-radius: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 16px rgba(255, 30, 30, 0.3);
  margin-top: 8px;
  touch-action: manipulation;
}
.suggest-submit-btn:active {
  transform: scale(0.97);
  box-shadow: 0 2px 8px rgba(255, 30, 30, 0.2);
}
.suggest-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 20px;
  gap: 20px;
}
.suggest-loading-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  animation: suggestPulse 2s ease-in-out infinite;
}
.suggest-loading-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes suggestPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.8;
  }
}
.suggest-loading p {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 700;
}
.suggest-loading-dots {
  display: flex;
  gap: 6px;
}
.suggest-loading-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF1E1E;
  animation: suggestDot 1.4s ease-in-out infinite;
}
.suggest-loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.suggest-loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes suggestDot {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.suggest-result {
  padding-top: 8px;
}
.suggest-result h3 {
  color: #1F1F1F;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.suggest-result-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.suggest-result-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #F9F8F6;
  border-radius: 12px;
  transition: transform 0.2s;
}
.suggest-result-item-img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: transparent;
}
.suggest-result-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2px;
}
.suggest-result-item-info {
  flex: 1;
  min-width: 0;
}
.suggest-result-item-name {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggest-result-item-size {
  color: #8A8580;
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
}
.suggest-result-item-price {
  color: #FF1E1E;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
.suggest-result-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #F9F8F6;
  border: 1.5px solid #E8E4DD;
  border-radius: 14px;
  margin-bottom: 24px;
}
.suggest-result-total span:first-child {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: 600;
}
.suggest-result-total span:last-child {
  color: #FF1E1E;
  font-size: 18px;
  font-weight: 800;
}
.suggest-result-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.suggest-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Arabic", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  touch-action: manipulation;
}
.suggest-action-btn:active {
  transform: scale(0.97);
}
.suggest-action-btn svg {
  width: 18px;
  height: 18px;
}
.suggest-action-btn.primary {
  background: linear-gradient(135deg, #FF1E1E, #D62828);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255, 30, 30, 0.3);
}
.suggest-secondary-actions {
  display: flex;
  gap: 10px;
}
.suggest-secondary-actions .suggest-action-btn {
  flex: 1;
  background: #F3EFE9;
  color: #1F1F1F;
}
.suggest-secondary-actions .suggest-action-btn:active {
  background: #E8E4DD;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
