@supports not (color: color-mix(in oklab, red, white)) {
  *, *::before, *::after { box-sizing: border-box; border-color: rgba(255, 255, 255, 0.14); }
  html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
  body {
    margin: 0;
    min-height: 100vh;
    background: #1e1a24;
    color: #ffffff;
    font-family: "Quicksand", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  body, body * { color: #ffffff; }
  h1, h2, h3, h4, h5, h6 { font-family: "Fredoka", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; margin: 0; letter-spacing: 0; color: #ffffff; }
  p, span, div, label, li, th, td, button, a { color: #ffffff; }
  a { color: inherit; text-decoration: none; }
  button, input, select, textarea { font: inherit; }
  button { cursor: pointer; border: 0; }
  input, select, textarea {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    outline: none;
  }
  input::placeholder, textarea::placeholder { color: #a9a0ad; opacity: 1; }
  img[alt="Mini Box"] { width: auto !important; max-width: 220px !important; max-height: 112px !important; object-fit: contain !important; filter: brightness(0) invert(1); }

  /* POS payment buttons: force white text regardless of gradient helpers */
  [class*="bg-gradient-to-br"]:not(.bg-gradient-to-r) { color: #ffffff !important; }
  [class*="bg-gradient-to-br"] svg, [class*="bg-gradient-to-br"] span { color: #ffffff !important; }
  .text-white { color: #ffffff !important; }

  .card-soft { background: #2a242f; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; box-shadow: 0 4px 16px -6px rgba(180,140,175,.15); }
  .stat-card { background: #2a242f; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; padding: 20px; }
  .font-display { font-family: "Fredoka", "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
  .text-foreground { color: #ffffff; }
  .text-muted-foreground { color: #d4cdd5; }
  .text-primary { color: #eba3b8; }
  .text-primary-foreground { color: #ffffff; }
  .text-card-foreground { color: #ffffff; }
  .text-red-600, .text-red-500 { color: #ef4444; }
  .bg-background { background-color: #1e1a24; }
  .bg-card, .bg-card\/90, .bg-card\/95, .bg-card\/80 { background-color: #2a242f; }
  .bg-primary { background-color: #eba3b8; }
  .bg-accent { background-color: #453640; }
  .bg-muted { background-color: #362f3b; }
  .bg-transparent { background-color: transparent; }
  .bg-gradient-to-r, .bg-gradient-to-br { background: linear-gradient(135deg, #eba3b8, #614c74); }
  .from-primary, .from-pink, .from-purple, .to-purple-foreground, .to-purple, .to-yellow { }

  /* Chrome 92 can't parse color-mix() — override slash-opacity utilities with solid fallbacks */
  [class*="bg-white\\/"], .bg-white\/5, .bg-white\/10, .bg-white\/20, .bg-white\/40, .bg-white\/60, .bg-white\/70, .bg-white\/80, .bg-white\/90 { background-color: #2a242f !important; }
  .bg-card\/50, .bg-card\/60, .bg-card\/70, .bg-card\/80, .bg-card\/90, .bg-card\/95 { background-color: #2a242f !important; }
  .bg-pink\/5, .bg-pink\/10, .bg-pink\/20, .bg-pink\/30, .bg-pink\/40 { background-color: rgba(235,163,184,.14) !important; }
  .bg-purple\/5, .bg-purple\/10, .bg-purple\/20, .bg-purple\/30 { background-color: rgba(97,76,116,.28) !important; }
  .bg-yellow\/10, .bg-yellow\/20, .bg-yellow\/30 { background-color: rgba(235,205,120,.18) !important; }
  .bg-primary\/10, .bg-primary\/20, .bg-primary\/30 { background-color: rgba(235,163,184,.20) !important; }
  .bg-accent\/40, .bg-accent\/50, .bg-accent\/60 { background-color: #453640 !important; }
  .bg-muted\/40, .bg-muted\/50, .bg-muted\/60 { background-color: #362f3b !important; }
  .bg-destructive\/10, .bg-destructive\/20 { background-color: rgba(239,68,68,.18) !important; }
  .bg-neutral-800, .bg-neutral-900 { background-color: #1e1a24 !important; }

  .border-pink\/10, .border-pink\/20, .border-pink\/30, .border-pink\/40, .border-pink\/50 { border-color: rgba(235,163,184,.35) !important; }
  .border-purple\/20, .border-purple\/30, .border-purple\/40 { border-color: rgba(97,76,116,.45) !important; }
  .border-primary\/20, .border-primary\/30, .border-primary\/40 { border-color: rgba(235,163,184,.40) !important; }
  .border-yellow\/30, .border-yellow\/40 { border-color: rgba(235,205,120,.35) !important; }
  .border-white\/10, .border-white\/20, .border-white\/30 { border-color: rgba(255,255,255,.16) !important; }
  .border-dashed { border-style: dashed; }
  .border-2 { border-width: 2px; border-style: solid; }

  .text-pink, .text-primary\/80 { color: #eba3b8 !important; }
  .text-purple { color: #b8a4c9 !important; }
  .text-yellow { color: #ebcd78 !important; }
  .text-destructive { color: #ef4444 !important; }
  .border, .border-t, .border-b, .border-r, .border-l { border-color: rgba(255,255,255,.14); }
  .border { border-width: 1px; border-style: solid; }
  .border-t { border-top-width: 1px; border-top-style: solid; }
  .border-b { border-bottom-width: 1px; border-bottom-style: solid; }
  .border-r { border-right-width: 1px; border-right-style: solid; }
  .border-input, .border-border { border-color: rgba(255,255,255,.14); }
  .shadow-soft, .shadow-card { box-shadow: 0 8px 24px -10px rgba(230,140,170,.25); }
  .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.25), 0 4px 6px -4px rgba(0,0,0,.25); }
  .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,.3), 0 8px 10px -6px rgba(0,0,0,.3); }
  .drop-shadow-sm { filter: drop-shadow(0 1px 1px rgba(0,0,0,.2)); }
  .backdrop-blur, .backdrop-blur-sm, .backdrop-blur-xl { }

  .hidden { display: none; }
  .block { display: block; }
  .flex { display: flex; }
  .inline-flex { display: inline-flex; }
  .grid { display: grid; }
  .contents { display: contents; }
  .flex-col { flex-direction: column; }
  .flex-wrap { flex-wrap: wrap; }
  .items-center { align-items: center; }
  .items-start { align-items: flex-start; }
  .items-end { align-items: flex-end; }
  .justify-center { justify-content: center; }
  .justify-between { justify-content: space-between; }
  .justify-end { justify-content: flex-end; }
  .flex-1 { flex: 1 1 0%; }
  .shrink-0 { flex-shrink: 0; }
  .min-w-0 { min-width: 0; }
  .w-full { width: 100%; }
  .w-auto { width: auto; }
  .w-4 { width: 16px; } .h-4 { height: 16px; }
  .w-5 { width: 20px; } .h-5 { height: 20px; }
  .w-10 { width: 40px; } .h-10 { height: 40px; }
  .w-14 { width: 56px; } .h-14 { height: 56px; }
  .h-9 { height: 36px; } .h-11 { height: 44px; } .h-12 { height: 48px; } .h-28 { height: 112px; }
  .min-h-screen { min-height: 100vh; }
  .max-w-sm { max-width: 384px; }
  .max-w-md { max-width: 448px; }
  .max-w-lg { max-width: 512px; }
  .max-w-xl { max-width: 576px; }
  .max-w-2xl { max-width: 672px; }
  .max-w-4xl { max-width: 896px; }
  .max-w-6xl { max-width: 1152px; }
  .max-w-7xl { max-width: 1280px; }
  .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .sticky { position: sticky; }
  .inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
  .top-0 { top: 0; } .bottom-0 { bottom: 0; } .left-0 { left: 0; } .right-0 { right: 0; }
  .top-10 { top: 40px; } .top-20 { top: 80px; } .bottom-24 { bottom: 96px; } .bottom-32 { bottom: 128px; }
  .left-3 { left: 12px; } .left-8 { left: 32px; } .left-16 { left: 64px; } .right-8 { right: 32px; } .right-12 { right: 48px; }
  .top-1\/2 { top: 50%; } .-translate-y-1\/2 { transform: translateY(-50%); }
  .z-30 { z-index: 30; } .z-50 { z-index: 50; }
  .overflow-hidden { overflow: hidden; } .overflow-y-auto { overflow-y: auto; }
  .object-contain { object-fit: contain; }
  .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .appearance-none { appearance: none; -webkit-appearance: none; }
  .pointer-events-none { pointer-events: none; }

  .p-2 { padding: 8px; } .p-3 { padding: 12px; } .p-4 { padding: 16px; } .p-5 { padding: 20px; } .p-6 { padding: 24px; }
  .px-2 { padding-left: 8px; padding-right: 8px; } .px-3 { padding-left: 12px; padding-right: 12px; } .px-4 { padding-left: 16px; padding-right: 16px; }
  .py-1 { padding-top: 4px; padding-bottom: 4px; } .py-2 { padding-top: 8px; padding-bottom: 8px; } .py-2\.5 { padding-top: 10px; padding-bottom: 10px; } .py-3 { padding-top: 12px; padding-bottom: 12px; } .py-10 { padding-top: 40px; padding-bottom: 40px; }
  .pt-2 { padding-top: 8px; } .pb-24 { padding-bottom: 96px; }
  .pl-9 { padding-left: 36px; } .pl-10 { padding-left: 40px; } .pr-3 { padding-right: 12px; }
  .m-0 { margin: 0; } .mx-auto { margin-left: auto; margin-right: auto; }
  .mt-1 { margin-top: 4px; } .mt-1\.5 { margin-top: 6px; } .mt-2 { margin-top: 8px; } .mt-4 { margin-top: 16px; } .mt-6 { margin-top: 24px; }
  .mb-1 { margin-bottom: 4px; } .mb-3 { margin-bottom: 12px; } .mb-4 { margin-bottom: 16px; } .mb-6 { margin-bottom: 24px; }
  .ml-auto { margin-left: auto; }
  .gap-1 { gap: 4px; } .gap-2 { gap: 8px; } .gap-3 { gap: 12px; } .gap-4 { gap: 16px; } .gap-6 { gap: 24px; }
  .space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 4px; }
  .space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 8px; }
  .space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 16px; }
  .rounded-md { border-radius: 6px; } .rounded-xl { border-radius: 12px; } .rounded-2xl { border-radius: 16px; } .rounded-3xl { border-radius: 24px; }
  .rounded-full { border-radius: 9999px; }
  .text-center { text-align: center; } .text-left { text-align: left; } .capitalize { text-transform: capitalize; }
  .text-\[11px\] { font-size: 11px; } .text-xs { font-size: 12px; line-height: 16px; } .text-sm { font-size: 14px; line-height: 20px; } .text-base { font-size: 16px; line-height: 24px; }
  .text-lg { font-size: 18px; line-height: 28px; } .text-xl { font-size: 20px; line-height: 28px; } .text-2xl { font-size: 24px; line-height: 32px; } .text-3xl { font-size: 30px; line-height: 36px; } .text-4xl { font-size: 36px; line-height: 40px; } .text-7xl { font-size: 72px; line-height: 1; }
  .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; }
  .leading-tight { line-height: 1.25; } .tabular-nums { font-variant-numeric: tabular-nums; }
  .opacity-70 { opacity: .7; } .opacity-80 { opacity: .8; } .opacity-95 { opacity: .95; }
  .transition { transition: all .2s ease; }
  .hover\:bg-accent:hover { background-color: #453640; }
  .hover\:text-foreground:hover { color: #ffffff; }
  .hover\:opacity-95:hover { opacity: .95; }
  .focus-visible\:outline-none:focus-visible { outline: none; }
  .disabled\:opacity-50:disabled { opacity: .5; }
  .disabled\:cursor-not-allowed:disabled { cursor: not-allowed; }

  @keyframes legacy-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
  @keyframes legacy-pop { 0% { transform: scale(.7); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
  @keyframes legacy-flash { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
  .animate-kawaii-float, .animate-kawaii-bounce, .animate-kawaii-twinkle { animation: legacy-float 3s ease-in-out infinite; }
  .animate-kawaii-pop { animation: legacy-pop .35s ease-out both; }
  .animate-flash-red { animation: legacy-flash .9s ease-in-out infinite; color: #ef4444; font-weight: 700; }

  @media (min-width: 768px) {
    .md\:hidden { display: none; }
    .md\:flex { display: flex; }
    .md\:ml-64 { margin-left: 256px; }
    .md\:pb-0 { padding-bottom: 0; }
    .md\:text-sm { font-size: 14px; line-height: 20px; }
  }
  @media (max-width: 767px) {
    .md\:flex { display: none; }
  }
}