@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+Gujarati:wght@500;700&display=swap";

/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@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-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-outline-style: solid;
      --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-ease: initial;
    }
  }
}
@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-emerald-700: oklch(50.8% .118 165.612);
    --color-slate-400: oklch(70.4% .04 256.788);
    --spacing: .25rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }

  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

  .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-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

  .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-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .min-w-0 {
    min-width: 0;
  }

  .flex-1 {
    flex: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .resize {
    resize: both;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  :where(.space-y-2 > :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)));
  }

  :where(.space-y-3 > :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)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }

  .rounded {
    border-radius: .25rem;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

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

  .text-emerald-700 {
    color: var(--color-emerald-700);
  }

  .text-slate-400 {
    color: var(--color-slate-400);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + 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);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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));
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}
:root {
  --ink: #101827;
  --muted: #667085;
  --line: #e6ece9;
  --surface: #f7faf8;
  --card: #fff;
  --green: #145c35;
  --green-2: #0f6b3b;
  --green-soft: #e9f6ef;
  --orange: #b75a1d;
  --orange-soft: #fff4e8;
  --amber-soft: #fffbeb;
  --shadow: 0 20px 50px #10182821;
}
* {
  box-sizing: border-box;
}
html {
  background: #eef6f1;
}
body {
  min-height: 100vh;
  color: var(--ink);
  background: radial-gradient(circle at 15% 15%, #145c351a, #0000 28%), radial-gradient(circle at 85% 10%, #b75a1d1a, #0000 22%), linear-gradient(135deg, #f6fbf8 0%, #edf6f1 100%);
  margin: 0;
  font-family: Inter, Noto Sans Gujarati, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}
button, input, select, textarea {
  font: inherit;
}
button {
  -webkit-tap-highlight-color: transparent;
}
.app-bg, .mobile-canvas {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 18px;
  display: flex;
}
.mobile-canvas {
  align-items: center;
}
.phone-shell, .wide-shell {
  background: var(--surface);
  width: min(100%, 430px);
  min-height: calc(100vh - 36px);
  box-shadow: var(--shadow);
  border: 8px solid #0e1726;
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}
.wide-shell {
  border-radius: 30px;
  width: min(100%, 1040px);
}
.phone-shell:before, .wide-shell:before {
  content: "";
  z-index: 8;
  background: #0e1726;
  border-radius: 0 0 18px 18px;
  width: 118px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.status-line {
  z-index: 9;
  color: #111827;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 8px 16px 0;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  position: relative;
}
.screen-body {
  height: calc(100vh - 158px);
  min-height: 560px;
  padding: 0 16px;
  overflow-y: auto;
}
.screen-body::-webkit-scrollbar {
  display: none;
}
.chips-row::-webkit-scrollbar {
  display: none;
}
.screen-body, .chips-row {
  scrollbar-width: none;
}
.topbar {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 16px 12px;
  display: flex;
}
.topbar-title {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 19px;
  font-weight: 800;
}
.location-pill {
  border: 1px solid var(--line);
  color: #111827;
  background: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  min-width: 0;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  box-shadow: 0 6px 14px #1018280d;
}
.location-pill strong {
  color: #475467;
  font-size: 11px;
}
.icon-btn, .speaker-btn, .profile-btn {
  border: 1px solid var(--line);
  color: #111827;
  background: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: inline-flex;
  box-shadow: 0 6px 14px #1018280d;
}
.speaker-btn {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.profile-btn {
  border-radius: 50%;
}
.language-shell {
  padding: 0 16px 18px;
}
.admin-floating {
  color: #fff;
  background: #111827;
  border: 0;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  top: 42px;
  right: 18px;
}
.brand-orb {
  color: #fff;
  background: linear-gradient(135deg, #17633a, #0e4b2b);
  border-radius: 24px;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 20px auto 18px;
  display: grid;
  box-shadow: 0 16px 34px #145c3547;
}
.brand-orb.small {
  border-radius: 20px;
  width: 56px;
  height: 56px;
  margin-top: 4px;
}
.screen-title {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.08;
}
.screen-subtitle {
  max-width: 230px;
  color: var(--muted);
  margin: 10px auto 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.language-card {
  text-align: left;
  background: #fff;
  border: 1px solid #0000;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 11px 13px 14px;
  display: flex;
  box-shadow: 0 8px 18px #1018280f;
}
.language-card.selected {
  border-color: var(--green);
  background: #eefaf3;
}
.language-card strong {
  font-size: 18px;
  font-weight: 850;
  display: block;
}
.language-card small {
  color: #475467;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 800;
  display: block;
}
.audio-dot {
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}
.hero-card {
  color: #fff;
  background: linear-gradient(135deg, #17633a, #0d4b2b);
  border-radius: 24px;
  min-height: 118px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px #145c3538;
}
.hero-card span {
  z-index: 2;
  color: #d8f6e5;
  font-size: 11px;
  font-weight: 800;
  position: relative;
}
.hero-card h1 {
  z-index: 2;
  letter-spacing: -.05em;
  max-width: 210px;
  margin: 7px 0 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.02;
  position: relative;
}
.hero-circle {
  background: #ffffff1a;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -44px;
  right: -32px;
  box-shadow: inset 0 0 0 24px #ffffff0d;
}
.quick-actions {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}
.quick-actions button {
  border: 1px solid var(--line);
  text-align: left;
  background: #fff;
  border-radius: 20px;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 12px;
  font-size: 12px;
  font-weight: 850;
  display: flex;
  box-shadow: 0 8px 18px #1018280f;
}
.search-box {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  display: flex;
  box-shadow: 0 8px 18px #1018280d;
}
.search-box input {
  color: #111827;
  background: none;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
}
.category-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}
.category-grid button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  min-height: 82px;
  padding: 10px 5px;
  box-shadow: 0 8px 18px #1018280d;
}
.category-grid button.active {
  border-color: var(--green);
  background: #eefaf3;
}
.category-grid span {
  font-size: 26px;
  line-height: 1;
  display: block;
}
.category-grid strong {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.15;
  display: block;
}
.section-head {
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  display: flex;
}
.section-head h2 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 17px;
  font-weight: 900;
}
.section-head p {
  color: var(--muted);
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 700;
}
.section-head button {
  color: var(--green);
  background: none;
  border: 0;
  font-size: 12px;
  font-weight: 900;
}
.chips-row {
  gap: 8px;
  padding-bottom: 3px;
  display: flex;
  overflow-x: auto;
}
.chips-row button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  flex: none;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 850;
}
.chips-row button.selected {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}
.product-card {
  border: 1px solid var(--line);
  cursor: pointer;
  background: #fff;
  border-radius: 22px;
  padding: 10px;
  position: relative;
  box-shadow: 0 10px 22px #1018280f;
}
.save-badge {
  z-index: 2;
  color: #9a5b00;
  background: #fff3d6;
  border-radius: 999px;
  padding: 3px 6px;
  font-size: 8px;
  font-weight: 900;
  position: absolute;
  top: 9px;
  left: 9px;
}
.stock-badge {
  background: var(--green-soft);
  color: var(--green);
  border-radius: 999px;
  align-items: center;
  margin-top: 6px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 900;
  display: inline-flex;
}
.stock-badge.out {
  color: #b42318;
  background: #fff0ef;
}
.admin-client-name {
  color: var(--green) !important;
  font-weight: 900 !important;
}
.form-help {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  display: block;
}
.product-art {
  background: #f7f8f7;
  border: 1px solid #eef2f0;
  border-radius: 18px;
  place-items: center;
  height: 92px;
  font-size: 42px;
  display: grid;
}
.product-card h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 0 3px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
}
.product-card p {
  color: var(--muted);
  margin: 0;
  font-size: 10px;
  font-weight: 700;
}
.price-row {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}
.price-row strong {
  font-size: 14px;
  font-weight: 950;
}
.price-row button {
  background: var(--green);
  color: #fff;
  border: 0;
  border-radius: 11px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 900;
}
.price-row button:disabled, .primary-action:disabled, .sheet-qty-row button:disabled {
  opacity: .45;
  cursor: not-allowed;
}
.floating-cart {
  background: var(--green);
  color: #fff;
  border: 0;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 16px;
  font-weight: 900;
  display: flex;
  position: sticky;
  bottom: 82px;
  left: 0;
  box-shadow: 0 14px 30px #145c354d;
}
.floating-cart span {
  text-align: left;
  font-size: 13px;
  line-height: 1.1;
}
.floating-cart small {
  color: #d8f6e5;
  font-weight: 800;
}
.floating-cart strong {
  font-size: 14px;
}
.cart-item {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  align-items: center;
  gap: 11px;
  padding: 10px;
  display: flex;
  box-shadow: 0 8px 18px #1018280d;
}
.cart-item.compact {
  box-shadow: none;
  border-radius: 16px;
}
.cart-art {
  background: #f5f7f6;
  border-radius: 15px;
  flex: none;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 26px;
  display: grid;
}
.cart-item h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 13px;
  font-weight: 900;
  overflow: hidden;
}
.cart-item p {
  color: var(--muted);
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 700;
}
.qty-pill {
  background: #e9f6ef;
  border-radius: 999px;
  align-items: center;
  gap: 2px;
  display: inline-flex;
  overflow: hidden;
}
.qty-pill button {
  color: var(--green);
  background: none;
  border: 0;
  padding: 7px;
}
.qty-pill strong {
  text-align: center;
  min-width: 15px;
  color: var(--green);
  font-size: 12px;
}
.trash-btn {
  color: #b42318;
  background: #fff0ef;
  border: 0;
  border-radius: 10px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}
.soft-alert {
  background: var(--orange-soft);
  color: #9a3412;
  border: 1px solid #fed7aa;
  border-radius: 16px;
  align-items: flex-start;
  gap: 9px;
  padding: 11px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  display: flex;
}
.soft-alert.amber {
  background: var(--amber-soft);
  color: #92400e;
  border-color: #fde68a;
  margin: 0 16px;
}
.soft-alert.orange {
  background: var(--orange-soft);
}
.summary-card, .address-card, .checkout-card, .tracking-card, .order-card, .xml-card, .log-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  padding: 15px;
  box-shadow: 0 10px 22px #1018280f;
}
.summary-row, .toggle-line {
  color: #344054;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 750;
  display: flex;
}
.summary-row strong {
  color: #111827;
  text-align: right;
  font-weight: 900;
}
.summary-row.strong {
  border-top: 1px dashed var(--line);
  color: #111827;
  margin-top: 4px;
  padding-top: 12px;
  font-size: 15px;
}
.address-card h3, .checkout-card h3 {
  margin: 0 0 7px;
  font-size: 13px;
  font-weight: 900;
}
.address-card p {
  color: #344054;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.checkout-head {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  display: flex;
}
.checkout-head h3 {
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  display: flex;
}
.checkout-head span {
  color: var(--green);
  font-size: 11px;
  font-weight: 900;
}
.payment-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  display: grid;
}
.payment-grid button {
  border: 1px solid var(--line);
  color: #1f2937;
  background: #fff;
  border-radius: 16px;
  place-items: center;
  min-height: 78px;
  padding: 10px 5px;
  font-size: 11px;
  font-weight: 900;
  display: grid;
}
.payment-grid button.selected {
  border-color: var(--green);
  color: var(--green);
  background: #ecfdf3;
}
.card-fields {
  gap: 8px;
  margin-top: 12px;
  display: grid;
}
.auth-form input, .auth-form select, .auth-form textarea, .card-fields input, .toggle-line select, .xml-card textarea {
  border: 1px solid var(--line);
  background: #fafcfb;
  border-radius: 14px;
  outline: none;
  width: 100%;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 700;
}
.toggle-line select {
  border-radius: 10px;
  width: auto;
  padding: 7px 9px;
}
.primary-action, .secondary-action {
  background: var(--green);
  color: #fff;
  border: 0;
  border-radius: 17px;
  width: 100%;
  min-height: 50px;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 12px 26px #145c3538;
}
.secondary-action {
  color: var(--green);
  border: 1px solid var(--green);
  box-shadow: none;
  background: #fff;
}
.support-link {
  width: 100%;
  color: var(--green);
  text-align: center;
  background: none;
  border: 0;
  padding: 12px 6px 0;
  font-size: 11px;
  font-weight: 900;
  display: block;
}
.success-screen h1 {
  letter-spacing: -.05em;
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 950;
}
.success-screen p {
  color: #475467;
  margin: 3px 0;
  font-size: 13px;
  font-weight: 700;
}
.success-mark {
  background: var(--green);
  color: #fff;
  border-radius: 28px;
  place-items: center;
  width: 92px;
  height: 92px;
  margin: 32px auto 18px;
  display: grid;
  box-shadow: 0 18px 34px #145c3547;
}
.track-step {
  grid-template-columns: 34px 1fr;
  gap: 10px;
  padding: 7px 0;
  display: grid;
}
.track-step > span {
  width: 30px;
  height: 30px;
  color: var(--green);
  background: #eef2f0;
  border-radius: 50%;
  place-items: center;
  font-size: 12px;
  font-weight: 900;
  display: grid;
}
.track-step > span.done {
  background: var(--green);
  color: #fff;
}
.track-step strong {
  font-size: 12px;
  font-weight: 900;
  display: block;
}
.track-step p {
  color: var(--muted);
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 700;
}
.order-top {
  justify-content: space-between;
  align-items: start;
  gap: 12px;
  display: flex;
}
.order-top strong {
  font-size: 13px;
  font-weight: 900;
  display: block;
}
.order-top span {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px;
  font-weight: 700;
  display: block;
}
.order-top b {
  font-size: 14px;
}
.order-items {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
  display: flex;
}
.order-items span {
  color: #344054;
  background: #f4f6f5;
  border-radius: 999px;
  padding: 6px 8px;
  font-size: 10px;
  font-weight: 800;
}
.order-status {
  color: #344054;
  align-items: center;
  gap: 7px;
  margin-top: 11px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}
.order-status span, .log-row > span, .pulse-dot {
  background: #f59e0b;
  border-radius: 50%;
  width: 9px;
  height: 9px;
}
.order-status span.green, .log-row > span.green, .pulse-dot.green {
  background: #16a34a;
}
.log-row > span.red, .pulse-dot.red {
  background: #e11d48;
}
.admin-details {
  border-top: 1px dashed var(--line);
  margin-top: 10px;
  padding-top: 10px;
  font-size: 11px;
  font-weight: 700;
}
.admin-details summary {
  color: var(--green);
  font-weight: 900;
}
.admin-details p {
  margin: 5px 0;
}
.admin-hero, .tally-status-card {
  color: #fff;
  background: linear-gradient(135deg, #17633a, #0d4b2b);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px;
  display: flex;
  box-shadow: 0 14px 34px #145c3538;
}
.admin-hero span {
  color: #d8f6e5;
  font-size: 11px;
  font-weight: 900;
}
.admin-hero h1, .tally-status-card h2 {
  letter-spacing: -.05em;
  margin: 3px 0;
  font-size: 24px;
  font-weight: 950;
}
.admin-hero p, .tally-status-card p {
  color: #d8f6e5;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.admin-hero button, .tally-status-card button, .xml-card button {
  color: var(--green);
  background: #fff;
  border: 0;
  border-radius: 14px;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 950;
  display: inline-flex;
}
.admin-tabs {
  gap: 8px;
  display: flex;
  overflow-x: auto;
}
.admin-tabs button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  align-items: center;
  gap: 6px;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 900;
  display: inline-flex;
}
.admin-tabs button.selected {
  background: var(--green);
  color: #fff;
  border-color: var(--green);
}
.admin-list {
  gap: 10px;
  display: grid;
}
.admin-product {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  align-items: center;
  gap: 11px;
  padding: 11px;
  display: flex;
  box-shadow: 0 8px 18px #1018280d;
}
.admin-product h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
}
.admin-product p {
  color: var(--muted);
  margin: 3px 0;
  font-size: 11px;
  font-weight: 700;
}
.admin-product strong {
  font-size: 12px;
}
.admin-actions {
  flex-direction: column;
  gap: 7px;
  display: flex;
}
.admin-actions button {
  width: 34px;
  height: 34px;
  color: var(--green);
  background: #f4f6f5;
  border: 0;
  border-radius: 12px;
  place-items: center;
  display: grid;
}
.admin-actions button:last-child {
  color: #b42318;
  background: #fff0ef;
}
.tally-status-card {
  color: var(--ink);
  border: 1px solid var(--line);
  background: #fff;
}
.tally-status-card p {
  color: var(--muted);
}
.pulse-dot {
  margin-bottom: 8px;
  display: inline-block;
  box-shadow: 0 0 0 6px #16a34a1f;
}
.tally-metrics {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}
.tally-metrics div {
  border: 1px solid var(--line);
  text-align: center;
  background: #fff;
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 8px 18px #1018280d;
}
.tally-metrics strong {
  font-size: 22px;
  font-weight: 950;
  display: block;
}
.tally-metrics span {
  color: var(--muted);
  margin-top: 4px;
  font-size: 10px;
  font-weight: 800;
  display: block;
}
.xml-card textarea {
  min-height: 170px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
}
.xml-card pre {
  color: #d1fae5;
  background: #111827;
  border-radius: 14px;
  max-height: 160px;
  padding: 12px;
  font-size: 11px;
  overflow: auto;
}
.log-card h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
}
.log-row {
  border-top: 1px solid #f1f4f3;
  grid-template-columns: 10px 1fr auto;
  align-items: start;
  gap: 10px;
  padding: 9px 0;
  display: grid;
}
.log-row:first-of-type {
  border-top: 0;
}
.log-row strong {
  font-size: 12px;
  font-weight: 900;
  display: block;
}
.log-row p {
  color: var(--muted);
  margin: 2px 0 0;
  font-size: 11px;
  font-weight: 700;
}
.log-row small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.empty-mini {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
.bottom-nav {
  z-index: 10;
  border: 1px solid var(--line);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff0;
  border-radius: 22px;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 8px;
  display: grid;
  position: absolute;
  bottom: 14px;
  left: 16px;
  right: 16px;
  box-shadow: 0 14px 30px #1018281f;
}
.bottom-nav button {
  color: #475467;
  background: none;
  border: 0;
  border-radius: 15px;
  place-items: center;
  gap: 3px;
  padding: 7px 3px;
  font-size: 10px;
  font-weight: 900;
  display: grid;
  position: relative;
}
.bottom-nav button.active {
  background: var(--green-soft);
  color: var(--green);
}
.bottom-nav b {
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  min-width: 16px;
  height: 16px;
  font-size: 9px;
  display: grid;
  position: absolute;
  top: 3px;
  right: 8px;
}
.modal-backdrop {
  z-index: 50;
  background: #0f172a6b;
  justify-content: center;
  align-items: flex-end;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 0;
}
.product-sheet, .auth-modal {
  background: var(--surface);
  border-radius: 28px;
  width: min(100%, 410px);
  max-height: calc(100vh - 36px);
  padding: 18px;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 24px 60px #0f172a52;
}
.auth-modal {
  text-align: center;
  background: #fff;
}
.product-form-modal {
  text-align: left;
}
.sheet-handle {
  background: #cbd5d1;
  border-radius: 999px;
  width: 52px;
  height: 5px;
  margin: 0 auto 12px;
}
.sheet-close {
  color: #111827;
  background: #f1f4f3;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
}
.sheet-art {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 24px;
  place-items: center;
  height: 210px;
  margin-bottom: 12px;
  font-size: 96px;
  display: grid;
}
.sheet-product-row {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  padding: 12px;
  display: grid;
}
.sheet-product-row > span {
  background: #f5f7f6;
  border-radius: 14px;
  place-items: center;
  width: 50px;
  height: 50px;
  font-size: 28px;
  display: grid;
}
.sheet-product-row h2 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 17px;
  font-weight: 950;
}
.sheet-product-row p {
  color: var(--muted);
  margin: 3px 0;
  font-size: 12px;
  font-weight: 700;
}
.sheet-product-row strong {
  font-size: 17px;
}
.sheet-qty-row {
  background: #e9f6ef;
  border-radius: 18px;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  padding: 8px;
  display: grid;
}
.sheet-qty-row button {
  color: var(--green);
  background: #d8f0e2;
  border: 0;
  border-radius: 12px;
  place-items: center;
  height: 42px;
  display: grid;
}
.sheet-qty-row strong {
  text-align: center;
  font-size: 15px;
  font-weight: 950;
}
.auth-modal h2 {
  letter-spacing: -.04em;
  margin: 8px 0 6px;
  font-size: 22px;
  font-weight: 950;
}
.auth-modal p {
  color: var(--muted);
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
}
.auth-form {
  gap: 10px;
  display: grid;
}
.form-error, .form-success {
  border-radius: 12px;
  padding: 10px;
  font-size: 12px;
  font-weight: 800;
}
.form-error {
  color: #be123c;
  background: #fff1f2;
}
.form-success {
  color: var(--green);
  background: #ecfdf3;
}
.empty-card {
  text-align: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 24px;
  align-content: center;
  place-items: center;
  gap: 12px;
  min-height: 250px;
  padding: 28px;
  display: grid;
  box-shadow: 0 10px 22px #1018280f;
}
.empty-icon {
  width: 64px;
  height: 64px;
  color: var(--green);
  background: #eefaf3;
  border-radius: 22px;
  place-items: center;
  display: grid;
}
.empty-card h2 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: 17px;
  font-weight: 950;
}
.empty-card p {
  max-width: 250px;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}
.offline-card {
  color: #fff;
  background: linear-gradient(135deg, #a64e17, #c26725);
  border-radius: 24px;
  margin: 0 16px 12px;
  padding: 16px;
  box-shadow: 0 14px 34px #b75a1d38;
}
.offline-card span {
  color: #ffead1;
  font-size: 11px;
  font-weight: 900;
}
.offline-card h2 {
  letter-spacing: -.05em;
  margin: 4px 0 7px;
  font-size: 23px;
  font-weight: 950;
}
.offline-card p {
  color: #ffead1;
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
}
.offline-card .cart-item {
  color: var(--ink);
  background: #fff;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-7 {
  margin-top: 28px;
}
.space-y-3 > * + * {
  margin-top: 12px;
}
.space-y-4 > * + * {
  margin-top: 16px;
}
.space-y-5 > * + * {
  margin-top: 20px;
}
.pb-10 {
  padding-bottom: 40px;
}
.pb-24 {
  padding-bottom: 96px;
}
.text-center {
  text-align: center;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.items-center {
  align-items: center;
}
.gap-2 {
  gap: 8px;
}
.min-w-0 {
  min-width: 0;
}
.grid {
  display: grid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 520px) {
  .app-bg, .mobile-canvas {
    padding: 0;
  }

  .phone-shell, .wide-shell {
    width: 100%;
    min-height: 100vh;
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }

  .phone-shell:before, .wide-shell:before {
    display: none;
  }

  .screen-body {
    height: calc(100vh - 124px);
    min-height: 0;
  }

  .bottom-nav {
    bottom: 10px;
  }

  .modal-backdrop {
    padding: 0;
  }

  .product-sheet, .auth-modal {
    border-radius: 28px 28px 0 0;
    width: 100%;
  }
}
.product-art.has-image, .sheet-art.has-image {
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.product-art.has-image img, .sheet-art.has-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.sheet-art.has-image {
  border-radius: 24px;
}
.product-category-badge {
  background: var(--orange-soft);
  color: var(--orange);
  border-radius: 999px;
  align-items: center;
  margin-top: 6px;
  padding: 4px 8px;
  font-size: 9px;
  font-weight: 950;
  display: inline-flex;
}
.admin-group-name {
  color: var(--orange) !important;
  font-weight: 900 !important;
}
.product-art, .sheet-art {
  content-visibility: auto;
  contain-intrinsic-size: 120px;
}
.product-art.has-image img, .sheet-art.has-image img {
  background: #f5f7f6;
}
.sheet-art.has-image {
  height: 240px;
  box-shadow: 0 18px 36px #1018281a;
}
.sheet-art.has-image img {
  object-fit: contain;
  padding: 8px;
}
.language-card {
  cursor: pointer;
}
.language-card.selected {
  outline: 2px solid #145c352e;
}
.audio-dot {
  cursor: pointer;
  border: 0;
}
.audio-dot:active {
  transform: scale(.96);
}
.speak-product-btn {
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.speaker-btn.active, .audio-guide-toggle.active {
  color: #fff;
  background: #0b7a3d;
  border-color: #0b7a3d;
  box-shadow: 0 0 0 4px #145c3524, 0 10px 22px #145c3533;
}
.audio-guide-toggle.active:after {
  content: "";
  background: #bbf7d0;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 7px;
  right: 7px;
}
.speaker-btn {
  position: relative;
}
.language-switch-btn {
  border: 1px solid var(--line);
  min-width: 44px;
  height: 38px;
  color: var(--green);
  white-space: nowrap;
  background: #fff;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 950;
  display: inline-flex;
  box-shadow: 0 6px 14px #1018280d;
}
.language-switch-btn:active {
  transform: scale(.97);
}
.home-ads-row {
  gap: 10px;
  display: grid;
}
.home-ad-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  align-items: center;
  gap: 12px;
  padding: 10px;
  display: flex;
  box-shadow: 0 8px 18px #1018280f;
}
.home-ad-card img {
  object-fit: cover;
  background: #f5f7f6;
  border-radius: 14px;
  width: 74px;
  height: 54px;
}
.home-ad-card strong {
  font-size: 13px;
  font-weight: 950;
  display: block;
}
.home-ad-card span {
  color: var(--muted);
  margin-top: 3px;
  font-size: 11px;
  font-weight: 800;
  display: block;
}
.analytics-row {
  border-top: 1px dashed var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  display: flex;
}
.analytics-row:first-of-type {
  border-top: 0;
}
.analytics-row strong {
  text-overflow: ellipsis;
  min-width: 0;
  font-size: 12px;
  font-weight: 900;
  overflow: hidden;
}
.analytics-row span {
  color: var(--muted);
  text-align: right;
  flex: none;
  font-size: 11px;
  font-weight: 850;
}
.help-hero {
  border: 1px solid var(--line);
  color: #fff;
  background: linear-gradient(135deg, #17633a, #0d4b2b);
  border-radius: 22px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px;
  display: flex;
  box-shadow: 0 14px 34px #145c352e;
}
.help-hero span {
  color: #d8f6e5;
  font-size: 11px;
  font-weight: 900;
}
.help-hero h1 {
  letter-spacing: -.04em;
  margin: 4px 0;
  font-size: 22px;
  font-weight: 950;
}
.help-hero p {
  color: #e6f8ee;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}
.help-hero button {
  color: var(--green);
  background: #fff;
  border: 0;
  border-radius: 14px;
  flex: none;
  align-items: center;
  gap: 6px;
  padding: 9px 10px;
  font-size: 11px;
  font-weight: 950;
  display: inline-flex;
}
.support-chat-list {
  gap: 8px;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}
.support-chat-list button {
  border: 1px solid var(--line);
  text-align: left;
  background: #fff;
  border-radius: 16px;
  flex: 0 0 190px;
  padding: 10px;
  box-shadow: 0 8px 18px #1018280d;
}
.support-chat-list button.selected {
  border-color: var(--green);
  background: var(--green-soft);
}
.support-chat-list strong {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 950;
  display: block;
  overflow: hidden;
}
.support-chat-list span {
  color: var(--muted);
  margin-top: 4px;
  font-size: 10px;
  font-weight: 850;
  display: block;
}
.support-chat-box, .support-compose {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 10px 22px #1018280f;
}
.support-chat-head {
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
}
.support-chat-head h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 950;
}
.support-chat-head p {
  color: var(--muted);
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 800;
}
.support-chat-head button {
  background: var(--green-soft);
  color: var(--green);
  border: 0;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 950;
}
.support-messages {
  gap: 10px;
  max-height: 360px;
  display: grid;
  overflow-y: auto;
}
.support-message {
  border-radius: 18px;
  max-width: 86%;
  padding: 10px 12px;
  font-size: 12px;
}
.support-message.customer {
  color: #111827;
  background: #f5f7f6;
  justify-self: start;
}
.support-message.manager {
  background: var(--green);
  color: #fff;
  justify-self: end;
}
.support-message strong {
  font-size: 11px;
  font-weight: 950;
  display: block;
}
.support-message p {
  margin: 4px 0;
  font-weight: 750;
  line-height: 1.35;
}
.support-message small {
  opacity: .72;
  font-size: 9px;
  font-weight: 800;
}
.support-compose {
  gap: 10px;
  display: grid;
}
.support-compose input, .support-compose textarea {
  border: 1px solid var(--line);
  background: #fafcfb;
  border-radius: 14px;
  outline: none;
  width: 100%;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 700;
}
.support-compose textarea {
  resize: vertical;
  min-height: 96px;
}
.pack-selector {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  gap: 9px;
  padding: 12px;
  display: grid;
}
.pack-selector > span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
}
.pack-selector > div {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}
.pack-selector button {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #f7faf8;
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 950;
}
.pack-selector button.selected {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
  box-shadow: 0 8px 18px #145c352e;
}
.pack-selector small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
}
.sort-filter-select {
  border: 0;
  border-left: 1px solid var(--line);
  max-width: 108px;
  color: var(--green);
  background: none;
  outline: 0;
  flex: none;
  padding-left: 9px;
  font-size: 11px;
  font-weight: 950;
}
.sort-filter-select option {
  color: #111827;
  font-weight: 800;
}
@media (max-width: 420px) {
  .sort-filter-select {
    max-width: 96px;
    font-size: 10px;
  }
}
.about-page-shell {
  gap: 14px;
  display: grid;
}
.about-neuro-hero, .about-neuro-card, .about-social-panel, .about-policy-panel, .about-policy-detail, .about-footer-neuro {
  background: linear-gradient(145deg, #fff, #f3f8f5);
  border: 1px solid #145c3514;
  box-shadow: 10px 10px 24px #145c3514, -8px -8px 22px #fffffff2;
}
.about-neuro-hero {
  border-radius: 28px;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 18px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.about-neuro-hero:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #145c3524, #0000 70%);
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  top: -70px;
  right: -70px;
}
.about-kicker {
  background: var(--green-soft);
  width: max-content;
  color: var(--green);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 950;
  display: inline-flex;
}
.about-hero-content h1 {
  color: var(--ink);
  letter-spacing: -.06em;
  margin: 12px 0 8px;
  font-size: 27px;
  font-weight: 1000;
  line-height: 1.02;
}
.about-hero-content p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
}
.about-action-row {
  gap: 10px;
  margin-top: 16px;
  display: flex;
}
.about-action-row button {
  border: 0;
  border-radius: 16px;
  flex: 1;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 950;
}
.about-action-row button:first-child {
  background: var(--green);
  color: #fff;
  box-shadow: 0 14px 26px #145c3538;
}
.about-action-row button:last-child {
  color: var(--green);
  border: 1px solid var(--line);
  background: #fff;
}
.about-orb-card {
  min-height: 120px;
  color: var(--green);
  background: radial-gradient(circle at 50% 20%, #145c3524, #0000 44%), linear-gradient(145deg, #f9fffb, #edf5f0);
  border-radius: 24px;
  align-content: center;
  justify-items: center;
  gap: 5px;
  display: grid;
  box-shadow: inset 7px 7px 16px #145c3512, inset -7px -7px 16px #ffffffeb;
}
.about-orb-card strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}
.about-orb-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}
.about-stat-row {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  display: grid;
}
.about-stat-row button {
  text-align: center;
  background: linear-gradient(145deg, #fff, #f3f8f5);
  border: 1px solid #145c3514;
  border-radius: 20px;
  padding: 12px 8px;
  box-shadow: 7px 7px 17px #145c3512, -6px -6px 14px #ffffffe6;
}
.about-stat-row strong {
  color: var(--green);
  font-size: 14px;
  font-weight: 1000;
  display: block;
}
.about-stat-row span {
  color: var(--muted);
  margin-top: 3px;
  font-size: 10px;
  font-weight: 850;
  display: block;
}
.about-neuro-grid {
  gap: 12px;
  display: grid;
}
.about-neuro-card {
  border-radius: 24px;
  padding: 15px;
  overflow: hidden;
}
.about-card-icon {
  background: var(--green-soft);
  width: 42px;
  height: 42px;
  color: var(--green);
  border-radius: 16px;
  place-items: center;
  display: grid;
  box-shadow: inset 4px 4px 9px #145c3514, inset -4px -4px 9px #fff;
}
.about-neuro-card h3 {
  color: var(--ink);
  letter-spacing: -.03em;
  margin: 12px 0 10px;
  font-size: 16px;
  font-weight: 1000;
}
.about-neuro-card p {
  color: var(--muted);
  margin: 0 0 9px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}
.about-chip-wrap, .about-link-list {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}
.about-chip-wrap button, .about-link-list button {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 900;
}
.about-link-list button {
  color: var(--green);
}
.about-social-panel {
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 15px;
  display: flex;
}
.about-social-panel span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  display: block;
}
.about-social-panel strong {
  color: var(--ink);
  margin-top: 4px;
  font-size: 14px;
  font-weight: 950;
  display: block;
}
.about-social-buttons {
  gap: 9px;
  display: flex;
}
.about-social-buttons button {
  background: var(--green);
  color: #fff;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  font-weight: 1000;
  display: grid;
  box-shadow: 0 10px 20px #145c3538;
}
.about-policy-panel {
  border-radius: 24px;
  grid-template-columns: 1fr;
  gap: 9px;
  padding: 12px;
  display: grid;
}
.about-policy-panel button {
  border: 1px solid var(--line);
  color: var(--green);
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  font-size: 12px;
  font-weight: 950;
}
.about-policy-panel button.selected {
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 22px #145c3533;
}
.about-policy-detail {
  border-radius: 24px;
  padding: 16px;
  position: relative;
}
.about-policy-detail h3 {
  color: var(--ink);
  margin: 0 40px 8px 0;
  font-size: 17px;
  font-weight: 1000;
}
.about-policy-detail p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}
.about-policy-detail > button:not(.sheet-close) {
  background: var(--green-soft);
  width: 100%;
  color: var(--green);
  border: 0;
  border-radius: 16px;
  margin-top: 13px;
  padding: 11px;
  font-size: 12px;
  font-weight: 950;
}
.about-footer-neuro {
  text-align: center;
  border-radius: 24px;
  padding: 15px;
}
.about-footer-neuro p {
  color: var(--muted);
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 850;
}
@media (min-width: 760px) {
  .about-neuro-hero {
    grid-template-columns: 1.4fr .75fr;
    align-items: stretch;
  }

  .about-neuro-grid, .about-policy-panel {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 380px) {
  .about-hero-content h1 {
    font-size: 24px;
  }

  .about-stat-row {
    grid-template-columns: 1fr;
  }

  .about-social-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}
.admin-filter-panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  gap: 10px;
  padding: 12px;
  display: grid;
  box-shadow: 0 8px 18px #1018280d;
}
.admin-search-box {
  border: 1px solid var(--line);
  background: #fafcfb;
  border-radius: 16px;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 12px;
  display: flex;
}
.admin-search-box svg {
  color: var(--muted);
  flex: none;
}
.admin-search-box input {
  width: 100%;
  color: var(--ink);
  background: none;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 800;
}
.admin-filter-row {
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  display: grid;
}
.admin-filter-row select {
  border: 1px solid var(--line);
  min-width: 0;
  color: var(--green);
  background: #fff;
  border-radius: 15px;
  outline: 0;
  padding: 11px 10px;
  font-size: 12px;
  font-weight: 950;
}
.admin-filter-panel small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
}
.admin-updated-date {
  color: var(--muted);
  margin-top: 4px;
  font-size: 10px;
  font-weight: 850;
  display: block;
}
@media (max-width: 420px) {
  .admin-filter-row {
    grid-template-columns: 1fr;
  }
}
.optimized-image {
  object-fit: inherit;
  object-position: center;
  background: linear-gradient(90deg, #145c350d, #ffffffc7, #145c350d) 0 0 / 200% 100%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: filter .18s, transform .18s;
  animation: 1.2s ease-in-out infinite image-soft-skeleton;
  display: block;
}
.product-art.has-image .optimized-image, .cart-art.has-image .optimized-image, .sheet-art.has-image .optimized-image, .home-ad-card .optimized-image {
  object-fit: cover;
}
.sheet-art.has-image .optimized-image {
  object-fit: contain;
}
.cart-art.has-image {
  overflow: hidden;
}
.cart-art.has-image .optimized-image {
  border-radius: inherit;
}
@keyframes image-soft-skeleton {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -200% 0;
  }
}
.form-help {
  color: var(--muted);
  margin-top: -4px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  display: block;
}
.product-card {
  touch-action: manipulation;
  will-change: transform;
  transition: transform .18s, border-color .18s, box-shadow .18s, background-color .18s;
  overflow: hidden;
}
.product-art {
  transition: height .22s cubic-bezier(.2, .8, .2, 1), background-color .18s, border-color .18s, box-shadow .18s;
  overflow: hidden;
}
.product-art.has-image {
  isolation: isolate;
}
.product-art.has-image .optimized-image, .product-art.has-image img {
  transform-origin: center;
  object-fit: cover;
  will-change: transform;
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), object-fit .22s, filter .18s;
  transform: scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .product-card:hover {
    background: linear-gradient(#fff 0%, #f8fcfa 100%);
    border-color: #145c3547;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px #1018281a;
  }

  .product-card:hover .product-art {
    background: #eefaf3;
    border-color: #145c3538;
    height: 128px;
    box-shadow: inset 0 0 0 1px #145c350a;
  }

  .product-card:hover .product-art.has-image .optimized-image, .product-card:hover .product-art.has-image img {
    object-fit: contain;
    filter: saturate(1.06) contrast(1.02);
    transform: scale(1.04);
  }

  .product-card:hover .stock-badge {
    box-shadow: 0 6px 14px #145c351a;
  }
}
.product-card:active, .product-card:focus-within {
  background: linear-gradient(#fff 0%, #f8fcfa 100%);
  border-color: #145c3547;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px #10182817;
}
.product-card:active .product-art, .product-card:focus-within .product-art {
  background: #eefaf3;
  border-color: #145c3538;
  height: 128px;
}
.product-card:active .product-art.has-image .optimized-image, .product-card:focus-within .product-art.has-image .optimized-image, .product-card:active .product-art.has-image img, .product-card:focus-within .product-art.has-image img {
  object-fit: contain;
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.04);
}
.product-grid, .product-card, .product-art {
  min-width: 0;
}
.product-art.has-image .optimized-image, .product-art.has-image img {
  max-height: 100%;
}
.sheet-art.has-image {
  overflow: hidden;
}
.sheet-art.has-image .optimized-image, .sheet-art.has-image img {
  transition: transform .22s cubic-bezier(.2, .8, .2, 1), filter .18s;
}
@media (hover: hover) and (pointer: fine) {
  .sheet-art.has-image:hover .optimized-image, .sheet-art.has-image:hover img {
    filter: saturate(1.05) contrast(1.02);
    transform: scale(1.025);
  }
}
.sheet-art.has-image:active .optimized-image, .sheet-art.has-image:active img {
  filter: saturate(1.05) contrast(1.02);
  transform: scale(1.025);
}
@media (prefers-reduced-motion: reduce) {
  .product-card, .product-art, .product-art.has-image .optimized-image, .product-art.has-image img, .sheet-art.has-image .optimized-image, .sheet-art.has-image img {
    transition: none;
  }
}
.product-sheet {
  overscroll-behavior: contain;
  max-height: min(92vh, 760px);
  overflow-y: auto;
}
.sheet-art {
  border-radius: 24px;
  max-height: 390px;
  padding: 8px;
  overflow: hidden;
  height: clamp(285px, 46vh, 390px) !important;
}
.sheet-art.has-image {
  background: #fff;
}
.sheet-art.has-image .optimized-image, .sheet-art.has-image img {
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: contain !important;
  object-position: center center !important;
}
@media (max-width: 430px) {
  .product-sheet {
    width: min(100%, 410px);
    max-height: calc(100vh - 24px);
    padding: 16px;
  }

  .sheet-art {
    max-height: 360px;
    padding: 6px;
    height: clamp(300px, 44vh, 360px) !important;
  }
}
@media (max-height: 720px) {
  .sheet-art {
    height: clamp(245px, 38vh, 320px) !important;
  }
}
.tally-code-chips {
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
  display: flex;
}
.tally-code-chips span {
  border: 1px solid var(--line);
  background: var(--green-soft);
  color: var(--green);
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 950;
}
.xml-card textarea {
  min-height: 76px;
}
.language-shell {
  background: radial-gradient(circle at 50% 8%, #145c3514, #0000 30%), linear-gradient(#f7fbf8 0%, #eef7f2 100%);
  position: relative;
  overflow: hidden;
}
.language-shell > * {
  z-index: 2;
  position: relative;
}
.language-shell:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  opacity: .72;
  filter: saturate(1.02) contrast(1.02);
  background-image: linear-gradient(#f7fbf81a 0%, #f7fbf800 35%), url("/amitrjmart-language-visual.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: min(116%, 460px);
  height: min(42vh, 330px);
  position: absolute;
  bottom: 18px;
  left: 12px;
  right: 12px;
}
.language-shell:before {
  z-index: 8;
}
.language-shell .language-card, .language-shell .primary-action {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.language-shell .brand-orb {
  box-shadow: 0 16px 34px #145c3547, 0 0 0 10px #ffffff73;
}
@media (max-height: 760px) {
  .language-shell:after {
    opacity: .55;
    background-size: min(106%, 410px);
    height: min(34vh, 255px);
  }
}
@media (max-width: 390px) {
  .language-shell:after {
    background-size: min(122%, 430px);
    height: min(38vh, 295px);
    bottom: 12px;
    left: 8px;
    right: 8px;
  }
}
.language-shell:after {
  opacity: .86;
  filter: saturate(1.08) contrast(1.02);
  -webkit-backdrop-filter: blur(16px) saturate(1.28);
  background-image: linear-gradient(#ffffffb8 0%, #ffffff5c 42%, #ffffff1f 100%), radial-gradient(circle at 50% 18%, #ffffffb3, #0000 42%), url("/amitrjmart-language-visual.webp");
  background-position: center, center, bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, min(116%, 460px);
  border: 1px solid #ffffffb8;
  border-radius: 34px;
  height: min(43vh, 338px);
  bottom: 18px;
  left: 16px;
  right: 16px;
  box-shadow: inset 0 1px #ffffffeb, inset 0 -28px 54px #ffffff38, 0 18px 42px #145c351c;
}
.language-shell .language-card, .language-shell .primary-action {
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
  background: #ffffffc7;
  border-color: #ffffffdb;
  box-shadow: 0 10px 24px #10182814, inset 0 1px #ffffffe6;
}
.language-shell .primary-action {
  color: #fff;
  background: #145c35f0;
}
@media (max-height: 760px) {
  .language-shell:after {
    opacity: .76;
    background-size: 100% 100%, 100% 100%, min(108%, 410px);
    height: min(34vh, 270px);
  }
}
@media (max-width: 390px) {
  .language-shell:after {
    background-size: 100% 100%, 100% 100%, min(122%, 430px);
    height: min(38vh, 300px);
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
}
.home-logo-pill {
  border: 1px solid var(--line);
  min-width: 0;
  max-width: 168px;
  height: 38px;
  color: var(--green);
  -webkit-backdrop-filter: blur(10px);
  background: #ffffffdb;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 5px 10px 5px 6px;
  display: inline-flex;
  box-shadow: 0 6px 14px #1018280d;
}
.home-logo-pill img {
  object-fit: cover;
  background: #fff;
  border-radius: 50%;
  flex: none;
  width: 28px;
  height: 28px;
  box-shadow: 0 3px 8px #10182814;
}
.home-logo-pill span {
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -.03em;
  min-width: 0;
  font-size: 12px;
  font-weight: 950;
  overflow: hidden;
}
@media (max-width: 380px) {
  .home-logo-pill {
    max-width: 118px;
    padding-right: 8px;
  }

  .home-logo-pill span {
    display: none;
  }
}
.supreme-only-change-log {
  border-color: #145c3524;
}
.tally-code-chips span {
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.tally-category-fields {
  gap: 9px;
  margin-top: 10px;
  display: grid;
}
.tally-category-fields label {
  gap: 5px;
  display: grid;
}
.tally-category-fields label span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
}
.tally-category-fields input {
  border: 1px solid var(--line);
  width: 100%;
  color: var(--ink);
  background: #fff;
  border-radius: 14px;
  outline: 0;
  padding: 10px 11px;
  font-size: 12px;
  font-weight: 850;
}
.category-grid button strong {
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.category-grid {
  align-items: stretch;
}
.category-grid button {
  min-width: 0;
}
.category-thumb {
  background: #f3f6f3;
  border: 1px solid #104e2e14;
  border-radius: 14px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: inline-flex;
  overflow: hidden;
}
.category-thumb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.category-button-admin-card .form-help {
  margin: 8px 0 14px;
}
.category-button-admin-list {
  gap: 12px;
  display: grid;
}
.category-button-admin-item {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  gap: 8px;
  padding: 12px;
  display: grid;
}
.category-button-admin-head {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}
.category-button-admin-head strong {
  color: var(--green);
  font-size: 12px;
}
.category-button-admin-head span {
  color: var(--muted);
  text-align: right;
  font-size: 12px;
  font-weight: 800;
}
.category-button-admin-item input {
  width: 100%;
}
.category-grid button {
  position: relative;
  overflow: hidden;
}
.category-grid button.has-bg-image {
  background: #f7faf7;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
}
.category-bg-media {
  z-index: 1;
  position: absolute;
  inset: 0;
}
.category-bg-media:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#ffffff05 0% 55%, #ffffff1f 100%);
  position: absolute;
  inset: 0;
}
.category-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.category-grid button.has-bg-image .category-strip-label {
  z-index: 2;
  color: #111;
  text-align: center;
  background: #fffffff5;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: calc(100% - 12px);
  min-height: 26px;
  margin: auto 6px 6px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  display: flex;
  position: relative;
  box-shadow: 0 3px 10px #10182814;
}
.category-grid button.has-bg-image.active .category-strip-label {
  color: #111;
  background: #fffffffa;
}
.category-grid button.has-bg-image > span:not(.category-bg-media) {
  display: none;
}
.tally-category-fields {
  clear: both !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  margin-top: 14px !important;
  display: grid !important;
}
.tally-category-fields label {
  background: #ffffffeb !important;
  border: 1px solid #145c351f !important;
  border-radius: 18px !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 12px !important;
  display: flex !important;
  box-shadow: 0 8px 18px #1018280a !important;
}
.tally-category-fields label span {
  color: var(--green) !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  display: block !important;
  overflow: hidden !important;
}
.tally-category-fields input {
  border: 1px solid var(--line) !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  color: var(--ink) !important;
  background: #fff !important;
  border-radius: 14px !important;
  outline: 0 !important;
  padding: 10px 12px !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  display: block !important;
  box-shadow: inset 0 1px #ffffffe6 !important;
}
.tally-category-fields input:focus {
  border-color: #145c3573 !important;
  box-shadow: 0 0 0 3px #145c351a !important;
}
.tally-code-chips {
  margin-bottom: 4px !important;
}
.xml-card > .form-help {
  clear: both !important;
  margin-top: 12px !important;
  line-height: 1.35 !important;
  display: block !important;
}
@media (max-width: 520px) {
  .tally-category-fields {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 560px) {
  .tally-category-fields label {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }
}
.category-pack-admin-card .category-button-admin-item input {
  font-family: inherit;
}
.category-pack-admin-card .form-help {
  line-height: 1.35;
}
.tally-category-fields {
  flex-direction: column !important;
  grid-template-columns: none !important;
  gap: 12px !important;
  width: 100% !important;
  margin-top: 14px !important;
  display: flex !important;
}
.tally-category-fields label {
  background: #fff !important;
  border: 1px solid #145c3521 !important;
  border-radius: 18px !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 12px 14px !important;
  display: grid !important;
}
.tally-category-fields label span {
  color: var(--green) !important;
  white-space: normal !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  display: block !important;
}
.tally-category-fields input {
  border: 1px solid var(--line) !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  color: var(--ink) !important;
  background: #fff !important;
  border-radius: 14px !important;
  padding: 10px 12px !important;
  font-size: 13px !important;
  font-weight: 850 !important;
}
@media (max-width: 560px) {
  .tally-category-fields label {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }
}
.upi-pay-card {
  border: 1px solid var(--line);
  background: linear-gradient(#fff 0%, #f4fbf6 100%);
  border-radius: 22px;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding: 14px;
  display: grid;
}
.upi-qr-box {
  background: #fff;
  border: 1px solid #10182814;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 118px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 24px #10182814;
}
.upi-qr-box img {
  width: 108px;
  height: 108px;
  display: block;
}
.upi-pay-info {
  gap: 6px;
  min-width: 0;
  display: grid;
}
.upi-pay-info span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}
.upi-pay-info strong {
  color: var(--ink);
  font-size: 24px;
  font-weight: 1000;
}
.upi-pay-info small {
  color: var(--muted);
  word-break: break-word;
  font-size: 11px;
  font-weight: 800;
}
.upi-pay-info .secondary-action {
  min-height: 40px;
  margin-top: 4px;
}
.upi-warning {
  color: #a34a00;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 14px;
  grid-column: 1 / -1;
  margin: 0;
  padding: 9px 10px;
  font-size: 11px;
  font-weight: 850;
}
@media (max-width: 430px) {
  .upi-pay-card {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .upi-qr-box {
    margin: 0 auto;
  }
}
.supreme-ad-crud-card .ad-crud-head-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  display: flex;
}
.supreme-ad-crud-card .ad-active-toggle {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #fff;
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 900;
  display: flex;
}
.supreme-ad-crud-card .ad-active-toggle input {
  width: 16px;
  height: 16px;
  accent-color: var(--green);
}
.ad-crud-row {
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center !important;
  gap: 10px !important;
  display: grid !important;
}
.ad-crud-info {
  gap: 3px;
  min-width: 0;
  display: grid;
}
.ad-crud-info strong, .ad-crud-info small {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ad-crud-info small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}
.ad-crud-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  display: flex;
}
.ad-crud-actions button, .ad-crud-head-actions button {
  color: var(--green);
  background: #fff;
  border: 1px solid #145c3529;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 950;
}
.ad-crud-actions button.danger {
  color: #b91c1c;
  background: #fff5f5;
  border-color: #b91c1c2e;
}
@media (max-width: 640px) {
  .ad-crud-row {
    grid-template-columns: 1fr !important;
    align-items: stretch !important;
  }

  .ad-crud-actions, .supreme-ad-crud-card .ad-crud-head-actions {
    justify-content: stretch;
  }

  .ad-crud-actions button, .ad-crud-head-actions button {
    flex: 1;
  }
}
.customer-data-page {
  border: 1px solid var(--line);
  background: linear-gradient(#fff 0%, #f6fbf7 100%);
  border-radius: 26px;
  padding: 18px;
  box-shadow: 0 14px 42px #10182814;
}
.customer-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  display: grid;
}
.customer-metric-grid > div, .customer-best-strip > div {
  background: #fff;
  border: 1px solid #145c351f;
  border-radius: 18px;
  gap: 5px;
  padding: 14px;
  display: grid;
}
.customer-metric-grid span, .customer-best-strip span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}
.customer-metric-grid strong, .customer-best-strip strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 1000;
}
.customer-best-strip {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
  display: grid;
}
.customer-best-strip small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}
.customer-data-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
  display: grid;
}
.customer-data-panel {
  background: #ffffffe6;
  border: 1px solid #10182814;
  border-radius: 20px;
  gap: 9px;
  padding: 14px;
  display: grid;
}
.customer-data-panel h4 {
  color: var(--ink);
  margin: 0;
  font-size: 13px;
  font-weight: 1000;
}
.customer-data-row {
  border-top: 1px solid #1018280f;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding-top: 9px;
  display: grid;
}
.customer-data-row strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  overflow: hidden;
}
.customer-data-row span {
  color: var(--muted);
  text-align: right;
  font-size: 11px;
  font-weight: 850;
}
.customer-data-note {
  color: var(--muted);
  margin: 12px 0 0;
  font-size: 11px;
  font-weight: 800;
}
@media (max-width: 760px) {
  .customer-metric-grid, .customer-best-strip, .customer-data-grid, .customer-data-row {
    grid-template-columns: 1fr;
  }

  .customer-data-row span {
    text-align: left;
  }
}
.customer-data-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}
.customer-data-actions button, .customer-import-btn {
  color: var(--green);
  cursor: pointer;
  background: #fff;
  border: 1px solid #145c3529;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 950;
}
.customer-import-btn {
  position: relative;
  overflow: hidden;
}
.customer-import-btn input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  inset: 0;
}
.customer-detail-page {
  background: #ffffffeb;
  border: 1px solid #10182814;
  border-radius: 22px;
  margin-top: 14px;
  padding: 14px;
}
.customer-detail-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
  display: grid;
}
.customer-detail-summary > div {
  background: #f8fcf9;
  border: 1px solid #145c351f;
  border-radius: 16px;
  gap: 4px;
  padding: 12px;
  display: grid;
}
.customer-detail-summary span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}
.customer-detail-summary strong {
  color: var(--ink);
  font-size: 22px;
  font-weight: 1000;
}
.customer-detail-table {
  gap: 10px;
  margin-top: 12px;
  display: grid;
}
.customer-detail-card {
  background: #fff;
  border: 1px solid #10182814;
  border-radius: 18px;
  grid-template-columns: minmax(0, 1.5fr) minmax(150px, .5fr);
  gap: 12px;
  padding: 13px;
  display: grid;
}
.customer-detail-main, .customer-detail-stats, .customer-event-list {
  gap: 4px;
  min-width: 0;
  display: grid;
}
.customer-detail-main strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 1000;
}
.customer-detail-main span, .customer-event-list small {
  color: var(--muted);
  word-break: break-word;
  font-size: 11px;
  font-weight: 800;
}
.customer-detail-stats b {
  color: var(--green);
  text-align: right;
  background: #f0f9f3;
  border-radius: 12px;
  padding: 7px 9px;
  font-size: 11px;
  font-weight: 950;
}
.customer-event-list {
  border-top: 1px solid #1018280f;
  grid-column: 1 / -1;
  padding-top: 9px;
}
@media (max-width: 760px) {
  .customer-detail-summary, .customer-detail-card {
    grid-template-columns: 1fr;
  }

  .customer-detail-stats b {
    text-align: left;
  }
}
.website-notification-marquee {
  background: linear-gradient(135deg, #fff 0%, #f0f9f3 100%);
  border: 1px solid #145c3529;
  border-radius: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 10px 26px #10182812;
}
.website-notification-marquee .marquee-label {
  background: var(--green);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 1000;
}
.marquee-track-wrap {
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}
.marquee-track {
  min-width: max-content;
  color: var(--ink);
  gap: 34px;
  font-size: 12px;
  font-weight: 850;
  animation: 22s linear infinite amitrj-marquee;
  display: inline-flex;
}
.marquee-track strong {
  color: var(--green);
  font-weight: 1000;
}
.website-notification-marquee button {
  color: var(--green);
  background: #fff;
  border: 1px solid #145c352e;
  border-radius: 13px;
  padding: 8px 10px;
  font-size: 11px;
  font-weight: 950;
}
@keyframes amitrj-marquee {
  0% {
    transform: translateX(25%);
  }

  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 560px) {
  .website-notification-marquee {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .website-notification-marquee button {
    grid-column: 1 / -1;
  }
}
.smart-saving-card {
  background: linear-gradient(135deg, #fff 0%, #f0f9f3 100%);
  border: 1px solid #145c3529;
  border-radius: 22px;
  gap: 12px;
  padding: 14px;
  display: grid;
  box-shadow: 0 14px 34px #10182814;
}
.smart-saving-top {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}
.smart-saving-badge {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .04em;
  background: #e8f7ed;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 1000;
}
.smart-saving-top button {
  color: var(--muted);
  background: none;
  border: 0;
  font-size: 12px;
  font-weight: 900;
}
.smart-saving-body {
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  display: grid;
}
.smart-saving-art {
  background: #fff;
  border: 1px solid #10182814;
  border-radius: 18px;
  place-items: center;
  width: 68px;
  height: 68px;
  display: grid;
  overflow: hidden;
}
.smart-saving-body h3 {
  color: var(--ink);
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 1000;
}
.smart-saving-body p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}
.smart-saving-price {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  display: flex;
}
.smart-saving-price strong {
  color: var(--green);
  font-size: 18px;
  font-weight: 1000;
}
.smart-saving-price del {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.smart-saving-price span {
  color: #c2410c;
  background: #fff7ed;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 1000;
}
.smart-saving-action {
  background: var(--green);
  color: #fff;
  border: 0;
  border-radius: 16px;
  padding: 12px;
  font-size: 13px;
  font-weight: 1000;
}
.smart-saving-card small, .smart-saving-loading {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.smart-saving-loading {
  background: #fff;
  border: 1px dashed #145c3533;
  border-radius: 16px;
  padding: 12px;
}
.smart-saving-admin-fields {
  background: #f8fcf9;
  border: 1px solid #145c351f;
  border-radius: 18px;
  gap: 10px;
  padding: 12px;
  display: grid;
}
.quick-actions button.voice-listening {
  color: var(--green);
  background: #e8f7ed;
  border-color: #145c352e;
  box-shadow: 0 0 0 4px #145c3514;
}
.quick-actions button.voice-listening svg {
  animation: 1s ease-in-out infinite voicePulse;
}
.voice-search-status {
  color: var(--green);
  background: #fff;
  border: 1px solid #145c3524;
  border-radius: 16px;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 900;
  display: flex;
}
.voice-search-status.error {
  color: #b91c1c;
  background: #fff5f5;
  border-color: #b91c1c2e;
}
@keyframes voicePulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .72;
    transform: scale(1.18);
  }
}
.delivery-address-input, .delivery-area-input {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid #0f172a1a;
  border-radius: 16px;
  outline: none;
  padding: 12px 13px;
  font-size: 13px;
  font-weight: 800;
}
.delivery-address-input {
  resize: vertical;
  min-height: 96px;
  line-height: 1.35;
}
.delivery-address-input:focus, .delivery-area-input:focus {
  border-color: #145c3559;
  box-shadow: 0 0 0 4px #145c3514;
}
.delivery-address-card small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}
.distributed-saving-card {
  gap: 12px;
  display: grid;
}
.distributed-saving-preview {
  background: #ffffffb8;
  border: 1px solid #1665341a;
  border-radius: 16px;
  gap: 7px;
  padding: 10px;
  display: grid;
}
.distributed-saving-preview > div, .distributed-saving-total {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}
.distributed-saving-preview > div > span:last-child, .distributed-saving-total > span:last-child {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  display: inline-flex;
}
.distributed-saving-preview del, .distributed-saving-total del, .cart-price-discounted del, .summary-discount-price del {
  color: #7b8794;
  text-decoration-thickness: 1.5px;
}
.distributed-saving-preview strong, .distributed-saving-total strong, .cart-price-discounted strong, .summary-discount-price strong {
  color: #145c35;
}
.distributed-saving-preview small, .cart-price-discounted small {
  color: #b45309;
  font-weight: 900;
}
.suggested-product-preview {
  border-top: 1px dashed #1665342e;
  padding-top: 7px;
}
.distributed-saving-total {
  background: #eaf7ee;
  border-radius: 15px;
  padding: 11px 12px;
  font-weight: 900;
}
.cart-price-discounted {
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  display: flex;
}
.summary-discount-price {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.smart-saving-admin-fields select, .smart-saving-admin-fields input[type="datetime-local"] {
  background: #fff;
  border: 1px solid #0f172a1a;
  border-radius: 14px;
  width: 100%;
  padding: 11px 12px;
  font-size: 12px;
  font-weight: 800;
}
.admin-clay-shell {
  --admin-clay-bg: #e9f1ea;
  --admin-clay-panel: #edf5ef;
  --admin-clay-panel-2: #f4faf5;
  --admin-clay-text: #173425;
  --admin-clay-muted: #607466;
  --admin-clay-accent: #145c35;
  --admin-clay-line: #145c3514;
  padding: 4px 2px 96px;
  position: relative;
}
.admin-clay-shell:before {
  content: "";
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 0 0, #fffffff2, #0000 34%), radial-gradient(circle at 100% 100%, #145c3514, #0000 34%), linear-gradient(#eaf3ec 0%, #deebe1 100%);
  border-radius: 30px;
  position: absolute;
  inset: -8px -10px 0;
  box-shadow: inset 10px 10px 22px #aab9af4d, inset -10px -10px 22px #ffffffeb;
}
.admin-clay-shell > * {
  z-index: 1;
  position: relative;
}
.admin-clay-shell .admin-hero, .admin-clay-shell .xml-card, .admin-clay-shell .admin-filter-panel, .admin-clay-shell .admin-product, .admin-clay-shell .customer-detail-page, .admin-clay-shell .customer-detail-card, .admin-clay-shell .customer-data-panel, .admin-clay-shell .log-panel, .admin-clay-shell .category-button-admin-item {
  background: linear-gradient(145deg, var(--admin-clay-panel-2), var(--admin-clay-panel));
  border: 1px solid #ffffffb8;
  border-radius: 24px;
  box-shadow: 12px 12px 24px #9caba142, -12px -12px 24px #ffffffeb, inset 1px 1px #ffffffe0, inset -1px -1px #cfdcd347;
}
.admin-clay-shell .admin-hero {
  color: var(--admin-clay-text);
  background: radial-gradient(circle at 100% 0, #145c351a, #0000 33%), linear-gradient(145deg, #eff7f1, #dceadf);
  padding: 18px;
  box-shadow: 14px 14px 28px #96a89d47, -14px -14px 28px #fffffff5, inset 1px 1px #ffffffe0, inset -1px -1px #bbcbc252;
}
.admin-clay-shell .admin-hero span, .admin-clay-shell .admin-hero p {
  color: var(--admin-clay-muted);
}
.admin-clay-shell .admin-hero h1 {
  color: var(--admin-clay-text);
  text-shadow: 0 1px #ffffffbf;
}
.admin-clay-shell .admin-tabs {
  background: linear-gradient(145deg, #dce8df, #f6fbf7);
  border-radius: 20px;
  padding: 4px;
  box-shadow: inset 7px 7px 16px #aebcb34d, inset -7px -7px 16px #fffffff2;
}
.admin-clay-shell .admin-tabs button {
  color: var(--admin-clay-text);
  background: linear-gradient(145deg, #eff6f1, #dfeae2);
  border: 1px solid #ffffffa6;
  border-radius: 16px;
  box-shadow: 6px 6px 12px #9faea43d, -6px -6px 12px #fffffff5;
}
.admin-clay-shell .admin-tabs button.selected {
  color: var(--admin-clay-accent);
  background: linear-gradient(145deg, #d8efe0, #f8fffa);
  box-shadow: inset 4px 4px 9px #96aa9d38, inset -4px -4px 9px #fffffff2;
}
.admin-clay-shell .checkout-head {
  margin-bottom: 10px;
}
.admin-clay-shell .checkout-head h3, .admin-clay-shell .customer-data-panel h4, .admin-clay-shell .admin-product h3 {
  color: var(--admin-clay-text);
}
.admin-clay-shell :is(input, select, textarea) {
  color: var(--admin-clay-text);
  background: linear-gradient(145deg, #f9fdfa, #e3ede6);
  border: 1px solid #ffffffb8;
  border-radius: 16px;
  box-shadow: inset 5px 5px 10px #b6c4bb3d, inset -5px -5px 10px #fffffff5;
}
.admin-clay-shell :is(input, select, textarea)::placeholder {
  color: #809283;
}
.admin-clay-shell :is(input, select, textarea):focus {
  border-color: #145c3533;
  outline: none;
  box-shadow: inset 5px 5px 10px #b6c4bb3d, inset -5px -5px 10px #fffffff5, 0 0 0 3px #145c3514;
}
.admin-clay-shell button, .admin-clay-shell .customer-import-btn {
  color: var(--admin-clay-text);
  background: linear-gradient(145deg, #eef6f0, #dce8df);
  border: 1px solid #ffffffb8;
  border-radius: 16px;
  transition: transform .16s, box-shadow .16s, background .16s;
  box-shadow: 8px 8px 16px #9daca33d, -8px -8px 16px #fffffff5;
}
.admin-clay-shell button:hover, .admin-clay-shell .customer-import-btn:hover {
  transform: translateY(-1px);
  box-shadow: 10px 10px 18px #96a69d42, -10px -10px 18px #fffffffa;
}
.admin-clay-shell button:active, .admin-clay-shell .customer-import-btn:active {
  transform: translateY(0);
  box-shadow: inset 5px 5px 10px #a8b8af47, inset -5px -5px 10px #fffffff0;
}
.admin-clay-shell .admin-hero button, .admin-clay-shell .checkout-head button, .admin-clay-shell .customer-data-actions button, .admin-clay-shell .customer-import-btn {
  color: var(--admin-clay-accent);
  background: linear-gradient(145deg, #dff1e5, #edf7f0);
  font-weight: 900;
}
.admin-clay-shell .admin-product {
  align-items: stretch;
}
.admin-clay-shell .admin-product > div:first-child {
  flex: auto;
}
.admin-clay-shell .admin-product .admin-group-name, .admin-clay-shell .admin-product .admin-client-name, .admin-clay-shell .admin-product .admin-updated-date, .admin-clay-shell .customer-data-note, .admin-clay-shell .empty-mini {
  color: var(--admin-clay-muted);
}
.admin-clay-shell .admin-actions {
  gap: 8px;
  display: grid;
}
.admin-clay-shell .admin-actions button {
  justify-content: center;
  width: 100%;
}
.admin-clay-shell .category-button-admin-list, .admin-clay-shell .customer-card-grid, .admin-clay-shell .customer-data-grid, .admin-clay-shell .admin-list {
  gap: 14px;
}
.admin-clay-shell .category-button-admin-item, .admin-clay-shell .customer-detail-card, .admin-clay-shell .customer-data-panel, .admin-clay-shell .log-panel {
  padding: 14px;
}
.admin-clay-shell .customer-detail-summary > div, .admin-clay-shell .customer-data-row, .admin-clay-shell .log-row {
  background: linear-gradient(145deg, #f7fcf8, #e0ebe3);
  border: 1px solid #ffffffb8;
  border-radius: 18px;
  box-shadow: 7px 7px 14px #a1b0a633, -7px -7px 14px #fffffff0;
}
.admin-clay-shell .customer-detail-summary > div {
  padding: 12px;
}
.admin-clay-shell .customer-data-row, .admin-clay-shell .log-row {
  padding: 12px 13px;
}
.admin-clay-shell .admin-details {
  border-top: 1px dashed #145c3529;
}
.admin-clay-shell .admin-details summary {
  color: var(--admin-clay-accent);
}
.admin-clay-shell .soft-error, .admin-clay-shell .soft-ok {
  border: 1px solid #ffffffb3;
  border-radius: 18px;
  box-shadow: 8px 8px 16px #9faca433, -8px -8px 16px #fffffff2;
}
.admin-clay-shell .soft-error {
  background: linear-gradient(145deg, #fff1ef, #ffe4e0);
}
.admin-clay-shell .soft-ok {
  background: linear-gradient(145deg, #edf8ef, #dff2e4);
}
.admin-clay-shell .form-help {
  color: var(--admin-clay-muted);
}
.admin-clay-shell .customer-import-btn {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.admin-clay-shell .category-button-admin-card .category-button-admin-item :is(input, textarea) {
  font-size: 12px;
}
@media (max-width: 768px) {
  .admin-clay-shell:before {
    border-radius: 24px;
    inset: -4px -4px 0;
  }

  .admin-clay-shell .admin-hero, .admin-clay-shell .xml-card, .admin-clay-shell .admin-filter-panel, .admin-clay-shell .admin-product, .admin-clay-shell .customer-detail-page, .admin-clay-shell .customer-detail-card, .admin-clay-shell .customer-data-panel, .admin-clay-shell .log-panel, .admin-clay-shell .category-button-admin-item {
    border-radius: 20px;
    box-shadow: 8px 8px 18px #9caba138, -8px -8px 18px #fffffff0, inset 1px 1px #ffffffe0, inset -1px -1px #cfdcd33d;
  }

  .admin-clay-shell .admin-product {
    flex-direction: column;
  }

  .admin-clay-shell .admin-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.admin-hero-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
  display: flex;
}
.admin-order-sound-button.active {
  color: #145c35 !important;
  background: #dff4e7 !important;
  box-shadow: inset 4px 4px 9px #95aa9d33, inset -4px -4px 9px #ffffffeb !important;
}
.admin-new-order-alert {
  background: radial-gradient(circle at 0 0, #ffffffeb, #0000 34%), linear-gradient(145deg, #e5f5e9, #cfe7d6);
  border: 1px solid #145c3521;
  border-radius: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  animation: .24s ease-out admin-order-alert-in;
  display: grid;
  box-shadow: 10px 10px 22px #9aaba03d, -10px -10px 22px #fffffff0, inset 1px 1px #ffffffd9;
}
.admin-new-order-icon {
  color: #fff;
  background: #145c35;
  border-radius: 15px;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
  box-shadow: 0 8px 18px #145c3538;
}
.admin-new-order-copy {
  min-width: 0;
}
.admin-new-order-copy > span {
  color: #8b4b11;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 10px;
  font-weight: 950;
  display: block;
}
.admin-new-order-copy strong {
  color: #173425;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 1000;
  display: block;
}
.admin-new-order-copy p {
  color: #5d7364;
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 850;
}
.admin-new-order-alert > button {
  color: #145c35;
  background: linear-gradient(145deg, #f3faf5, #dcebe0);
  border: 1px solid #ffffffc7;
  border-radius: 14px;
  padding: 9px 11px;
  font-size: 11px;
  font-weight: 950;
  box-shadow: 6px 6px 12px #95a69c38, -6px -6px 12px #ffffffeb;
}
@keyframes admin-order-alert-in {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 640px) {
  .admin-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-hero-actions {
    justify-content: stretch;
    width: 100%;
  }

  .admin-hero-actions > button {
    flex: auto;
    justify-content: center;
  }

  .admin-new-order-alert {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .admin-new-order-alert > button {
    grid-column: 1 / -1;
    width: 100%;
  }
}
.website-items-group-card {
  gap: 14px;
  display: grid;
}
.website-items-head-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}
.website-root-group-field {
  gap: 7px;
  display: grid;
}
.website-root-group-field > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}
.website-items-tree {
  gap: 10px;
  display: grid;
}
.website-items-root-node {
  background: linear-gradient(145deg, #e1f2e6, #f7fcf8);
  border: 1px solid #145c3529;
  border-radius: 18px;
  gap: 3px;
  padding: 13px 14px;
  display: grid;
  position: relative;
  box-shadow: 7px 7px 15px #99a99f33, -7px -7px 15px #ffffffeb;
}
.website-items-root-node strong {
  color: #145c35;
  font-size: 14px;
  font-weight: 1000;
}
.website-items-root-node small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}
.website-items-branch {
  gap: 9px;
  padding-left: 20px;
  display: grid;
  position: relative;
}
.website-items-branch:before {
  content: "";
  background: #145c3529;
  border-radius: 99px;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 12px;
  left: 8px;
}
.website-subgroup-option {
  cursor: pointer;
  background: #fff;
  border: 1px solid #10182814;
  border-radius: 17px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  transition: transform .15s, border-color .15s, background .15s;
  display: grid;
  position: relative;
}
.website-subgroup-option:before {
  content: "";
  background: #145c3529;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -13px;
}
.website-subgroup-option.selected {
  background: #edf8f1;
  border-color: #145c353d;
  box-shadow: inset 0 0 0 1px #145c350f;
}
.website-subgroup-option:hover {
  transform: translateY(-1px);
}
.website-subgroup-option input {
  accent-color: #145c35;
  width: 18px;
  height: 18px;
}
.website-subgroup-option > span {
  gap: 3px;
  min-width: 0;
  display: grid;
}
.website-subgroup-option strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
}
.website-subgroup-option small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .website-items-head-actions {
    justify-content: stretch;
    width: 100%;
  }

  .website-items-head-actions button {
    flex: 150px;
  }
}
.goni-pack-option {
  text-align: left;
  gap: 2px;
  min-width: 116px;
  color: #8a450d !important;
  background: #fff7ed !important;
  border: 1px solid #b453092e !important;
  display: inline-grid !important;
}
.goni-pack-option strong {
  font-size: 11px;
  font-weight: 950;
}
.goni-pack-option span {
  font-size: 10px;
  font-weight: 850;
}
.goni-pack-option.selected {
  background: #ffedd5 !important;
  border-color: #b4530961 !important;
  box-shadow: inset 3px 3px 7px #b453091a, inset -3px -3px 7px #ffffffe0 !important;
}
.goni-admin-fields {
  background: linear-gradient(145deg, #fffaf3, #f5eadc);
  border: 1px solid #b4530921;
  border-radius: 18px;
  gap: 10px;
  padding: 12px;
  display: grid;
  box-shadow: inset 1px 1px #ffffffdb, 6px 6px 14px #a6948026, -6px -6px 14px #ffffffe0;
}
.goni-admin-fields > .grid label {
  gap: 5px;
  display: grid;
}
.goni-admin-fields > .grid label > span {
  color: #755536;
  font-size: 10px;
  font-weight: 900;
}
.goni-admin-fields > small {
  color: #795d42;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.45;
}
.tally-price-inspector-card {
  gap: 13px;
  display: grid;
}
.tally-price-inspector-card .checkout-head > div:first-child {
  min-width: 0;
}
.tally-price-inspector-card .checkout-head p {
  color: var(--muted);
  margin: 4px 0 0;
  font-size: 10px;
  font-weight: 750;
}
.tally-inspector-search input {
  width: 100%;
}
.tally-inspector-results {
  gap: 13px;
  display: grid;
}
.tally-inspector-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  display: grid;
}
.tally-inspector-summary > div {
  background: #ffffffb8;
  border: 1px solid #145c351a;
  border-radius: 16px;
  gap: 4px;
  min-width: 0;
  padding: 11px;
  display: grid;
}
.tally-inspector-summary span, .tally-inspector-matches > span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 9px;
  font-weight: 950;
}
.tally-inspector-summary strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 12px;
  font-weight: 1000;
}
.tally-inspector-summary small {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}
.tally-inspector-matches {
  gap: 8px;
  display: grid;
}
.tally-inspector-matches > div {
  gap: 7px;
  padding-bottom: 3px;
  display: flex;
  overflow-x: auto;
}
.tally-inspector-matches button {
  text-align: left;
  background: #f7fbf8;
  border: 1px solid #145c351f;
  border-radius: 14px;
  gap: 2px;
  min-width: 150px;
  max-width: 220px;
  padding: 9px 10px;
  display: grid;
}
.tally-inspector-matches button strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  overflow: hidden;
}
.tally-inspector-matches button small {
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
  overflow: hidden;
}
.tally-inspector-section {
  gap: 9px;
  display: grid;
}
.tally-inspector-section h4 {
  color: var(--ink);
  margin: 0;
  font-size: 12px;
  font-weight: 1000;
}
.tally-inspector-table-wrap {
  background: #fff;
  border: 1px solid #10182814;
  border-radius: 15px;
  overflow-x: auto;
}
.tally-inspector-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 660px;
}
.tally-inspector-table th, .tally-inspector-table td {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #1018280f;
  padding: 9px 10px;
}
.tally-inspector-table th {
  color: var(--muted);
  background: #f2f7f3;
  font-size: 9px;
  font-weight: 950;
}
.tally-inspector-table td {
  color: var(--ink);
  font-size: 10px;
  font-weight: 750;
}
.tally-inspector-value-list {
  gap: 7px;
  display: grid;
}
.tally-inspector-value-list > div {
  background: #fff;
  border: 1px solid #10182812;
  border-radius: 13px;
  grid-template-columns: minmax(80px, auto) minmax(80px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  display: grid;
}
.tally-inspector-value-list strong {
  color: #145c35;
  font-size: 11px;
}
.tally-inspector-value-list span {
  color: var(--ink);
  font-size: 10px;
  font-weight: 850;
}
.tally-inspector-value-list small {
  overflow-wrap: anywhere;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.35;
}
.tally-inspector-raw {
  background: #fff;
  border: 1px solid #10182814;
  border-radius: 15px;
  overflow: hidden;
}
.tally-inspector-raw summary {
  cursor: pointer;
  color: #145c35;
  padding: 11px 12px;
  font-size: 10px;
  font-weight: 950;
}
.tally-inspector-raw pre {
  color: #d9f6e2;
  white-space: pre-wrap;
  word-break: break-word;
  background: #101914;
  border-top: 1px solid #10182812;
  max-height: 430px;
  margin: 0;
  padding: 12px;
  font-size: 9px;
  line-height: 1.5;
  overflow: auto;
}
@media (max-width: 760px) {
  .tally-inspector-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tally-inspector-value-list > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
@media (max-width: 430px) {
  .tally-inspector-summary {
    grid-template-columns: 1fr;
  }

  .tally-price-inspector-card .checkout-head {
    flex-direction: column;
    align-items: stretch;
  }
}
.tally-price-inspector-card .checkout-head p {
  max-width: 620px;
}
.admin-order-alert-required, .admin-required-alert-note {
  border-radius: 14px;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 950;
  display: inline-flex;
}
.admin-order-alert-required {
  color: #145c35;
  background: #e6f6eb;
  border: 1px solid #145c3529;
  min-height: 40px;
  padding: 9px 12px;
  box-shadow: inset 3px 3px 8px #91a99a26, inset -3px -3px 8px #ffffffe6;
}
.admin-order-sound-button.required {
  color: #8a4b0d !important;
  background: linear-gradient(145deg, #fff4dc, #f7dfae) !important;
  border-color: #b4530929 !important;
}
.admin-required-alert-note {
  color: #8a4b0d;
  background: #fff8e8;
  border: 1px solid #b453091f;
  width: 100%;
  padding: 10px 12px;
}
.admin-new-order-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  display: flex;
}
.admin-new-order-actions button {
  color: #145c35;
  background: linear-gradient(145deg, #f6fbf7, #dcebe0);
  border: 1px solid #fffc;
  border-radius: 13px;
  padding: 9px 10px;
  font-size: 10px;
  font-weight: 950;
  box-shadow: 5px 5px 11px #95a69c33, -5px -5px 11px #ffffffe6;
}
.admin-new-order-actions button:nth-child(2) {
  color: #fff;
  background: #145c35;
}
.admin-new-order-actions button:disabled {
  cursor: wait;
  opacity: .55;
}
.order-operations-page {
  --order-green: #146c43;
  --order-soft-green: #eaf7ef;
  --order-orange: #c76a16;
  --order-soft-orange: #fff5e7;
}
.order-report-panel {
  background: radial-gradient(circle at 100% 0, #fffffff0, #0000 34%), linear-gradient(145deg, #edf7f0, #dcece1);
  border: 1px solid #145c351a;
  border-radius: 22px;
  gap: 12px;
  padding: 14px;
  display: grid;
  box-shadow: 10px 10px 22px #97a89d33, -10px -10px 22px #ffffffeb;
}
.order-report-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}
.order-report-heading span {
  color: #6f8175;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 9px;
  font-weight: 950;
}
.order-report-heading h3 {
  color: #173a28;
  margin: 3px 0 0;
  font-size: 17px;
  font-weight: 1000;
}
.order-report-heading > strong {
  color: #145c35;
  font-size: 16px;
  font-weight: 1000;
}
.order-report-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  display: grid;
}
.order-report-grid article {
  background: #ffffffc2;
  border: 1px solid #145c3514;
  border-radius: 15px;
  gap: 3px;
  min-width: 0;
  padding: 10px;
  display: grid;
}
.order-report-grid article.attention {
  background: #fff8ed;
  border-color: #c76a162e;
}
.order-report-grid span {
  color: #66776c;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 900;
  overflow: hidden;
}
.order-report-grid strong {
  color: #173a28;
  font-size: 19px;
  font-weight: 1000;
}
.order-report-grid small {
  color: #7b8b80;
  font-size: 8px;
  font-weight: 750;
}
.blink-order-card {
  background: radial-gradient(circle at 100% 0, #eff9f2d1, #0000 34%), #fff;
  border-color: #145c351a;
  position: relative;
  overflow: hidden;
}
.blink-order-card:before {
  content: "";
  background: #c9d5ce;
  width: 4px;
  position: absolute;
  inset: 0 auto 0 0;
}
.blink-order-card.status-placed:before {
  background: #e67e22;
}
.blink-order-card.status-taken:before {
  background: #2f9d62;
}
.blink-order-card.status-shipped:before {
  background: #2878c8;
}
.blink-order-card.status-received:before {
  background: #145c35;
}
.order-live-status {
  border-radius: 999px;
  width: fit-content;
  padding: 4px 8px;
  margin: 0 0 6px !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  display: inline-flex !important;
}
.order-live-status.placed {
  background: #fff0dc;
  color: #a5500b !important;
}
.order-live-status.taken {
  background: #e8f7ed;
  color: #197247 !important;
}
.order-live-status.shipped {
  background: #e9f3ff;
  color: #2268aa !important;
}
.order-live-status.received {
  background: #dff2e5;
  color: #145c35 !important;
}
.order-total-block {
  text-align: right;
  justify-items: end;
  gap: 4px;
  display: grid;
}
.order-total-block small {
  color: #617368;
  font-size: 9px;
  font-weight: 850;
}
.order-customer-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 11px;
  display: grid;
}
.order-customer-summary > div {
  background: #f5f8f6;
  border-radius: 13px;
  gap: 3px;
  min-width: 0;
  padding: 9px;
  display: grid;
}
.order-customer-summary span {
  color: #7b8980;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}
.order-customer-summary strong {
  overflow-wrap: anywhere;
  color: #243a2e;
  font-size: 10px;
  font-weight: 900;
}
.order-progress-block {
  border-top: 1px dashed #145c351f;
  gap: 10px;
  margin-top: 13px;
  padding-top: 12px;
  display: grid;
}
.order-progress-heading {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}
.order-progress-heading span {
  color: #66776c;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 9px;
  font-weight: 950;
}
.order-progress-heading strong {
  color: #145c35;
  font-size: 10px;
  font-weight: 950;
}
.blink-order-timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  display: grid;
}
.blink-order-step {
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 6px;
  min-width: 0;
  padding-right: 7px;
  display: grid;
  position: relative;
}
.blink-order-step:not(:last-child):after {
  content: "";
  z-index: 0;
  background: #dce3df;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 22px;
  right: -1px;
}
.blink-order-step.completed:not(:last-child):after {
  background: #52a976;
}
.blink-order-step-marker {
  z-index: 1;
  color: #fff;
  background: #fff;
  border: 2px solid #d4ddd8;
  border-radius: 50%;
  place-items: center;
  width: 23px;
  height: 23px;
  display: grid;
  position: relative;
}
.blink-order-step.completed .blink-order-step-marker {
  background: #238150;
  border-color: #238150;
}
.blink-order-step.active .blink-order-step-marker {
  box-shadow: 0 0 0 5px #2381501f;
}
.blink-order-step > div:last-child {
  min-width: 0;
}
.blink-order-step strong {
  color: #34483c;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 9px;
  font-weight: 950;
  display: block;
  overflow: hidden;
}
.blink-order-step p {
  color: #7c8981;
  margin: 3px 0 0;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.35;
}
.blink-order-step small {
  color: #4f6658;
  margin-top: 3px;
  font-size: 7px;
  font-weight: 800;
  display: block;
}
.order-management-actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 13px;
  display: grid;
}
.order-status-action {
  color: #839087;
  background: #f3f6f4;
  border: 1px solid #145c351c;
  border-radius: 13px;
  min-height: 42px;
  padding: 8px 7px;
  font-size: 9px;
  font-weight: 950;
}
.order-status-action.next {
  color: #fff;
  background: #145c35;
  box-shadow: 0 8px 17px #145c3530;
}
.order-status-action.completed {
  color: #176d43;
  background: #e6f5eb;
  justify-content: center;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}
.order-status-action:disabled {
  cursor: not-allowed;
  opacity: .72;
}
.order-status-action.next:disabled {
  opacity: .52;
}
.order-snooze-button {
  color: #9a510e;
  background: #fff5e8;
  border: 1px solid #c76a1629;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  min-height: 38px;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 950;
  display: inline-flex;
}
.order-snoozed-note {
  color: #97500f;
  background: #fff7e9;
  border-radius: 12px;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 8px 10px;
  font-size: 9px;
  font-weight: 900;
  display: flex;
}
.order-meta-row {
  color: #627268;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 11px;
  font-size: 9px;
  font-weight: 850;
  display: flex;
}
.order-meta-row > span {
  align-items: center;
  gap: 6px;
  display: inline-flex;
}
.order-meta-row i {
  background: #d18c25;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.order-meta-row i.green {
  background: #238150;
}
@media (max-width: 760px) {
  .order-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-customer-summary {
    grid-template-columns: 1fr;
  }

  .blink-order-timeline {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .blink-order-step {
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 0 0 7px;
  }

  .blink-order-step:not(:last-child):after {
    width: 2px;
    height: auto;
    inset: 22px auto -8px 11px;
  }

  .blink-order-step strong {
    white-space: normal;
  }

  .order-management-actions {
    grid-template-columns: 1fr;
  }

  .admin-new-order-alert {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .admin-new-order-actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
  }
}
.supreme-system-controls {
  background: radial-gradient(circle at 0 0, #ffffffeb, #0000 34%), linear-gradient(145deg, #eef6f0, #dfeae2);
  border: 1px solid #145c351c;
  border-radius: 24px;
  gap: 14px;
  padding: 16px;
  display: grid;
  box-shadow: 11px 11px 24px #95a59b38, -11px -11px 24px #fffffff0, inset 1px 1px #ffffffd6;
}
.supreme-system-controls.maintenance-active {
  background: radial-gradient(circle at 0 0, #ffffffe0, #0000 34%), linear-gradient(145deg, #faece8, #edd9d5);
  border-color: #a63a2d38;
}
.supreme-system-control-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  display: flex;
}
.supreme-system-control-heading > div:first-child {
  gap: 4px;
  display: grid;
}
.supreme-system-control-heading > div:first-child > span {
  color: #145c35;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 10px;
  font-weight: 1000;
}
.supreme-system-control-heading h3 {
  color: var(--ink);
  margin: 0;
  font-size: 17px;
  font-weight: 1000;
}
.supreme-system-control-heading p {
  color: var(--muted);
  margin: 0;
  font-size: 10px;
  font-weight: 750;
}
.website-state-badge {
  border-radius: 999px;
  flex: none;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 1000;
}
.website-state-badge.live {
  color: #145c35;
  background: #dff4e7;
}
.website-state-badge.stopped {
  color: #9b3528;
  background: #f9ded8;
}
.supreme-system-control-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
  gap: 12px;
  display: grid;
}
.sync-time-control, .maintenance-control {
  background: #ffffffa8;
  border: 1px solid #ffffffc7;
  border-radius: 19px;
  align-content: start;
  gap: 12px;
  padding: 14px;
  display: grid;
  box-shadow: inset 3px 3px 8px #97a89d21, inset -3px -3px 8px #ffffffe6;
}
.sync-time-control > div:first-child, .maintenance-control > div:first-child {
  gap: 4px;
  display: grid;
}
.sync-time-control strong, .maintenance-control strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 1000;
}
.sync-time-control small, .maintenance-control small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.45;
}
.sync-time-buttons {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  display: grid;
}
.sync-time-buttons button {
  color: #4c6657;
  background: #edf4ef;
  border: 1px solid #145c351a;
  border-radius: 13px;
  padding: 9px 6px;
  font-size: 10px;
  font-weight: 950;
}
.sync-time-buttons button.selected {
  color: #fff;
  background: #145c35;
  border-color: #145c35;
  box-shadow: 0 7px 16px #145c3533;
}
.save-sync-time-button {
  color: #fff;
  background: #173f2b;
  border: 0;
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 1000;
}
.sync-time-meta {
  color: var(--muted);
  gap: 3px;
  font-size: 9px;
  font-weight: 800;
  display: grid;
}
.maintenance-switch-button {
  color: #145c35;
  text-align: left;
  background: #edf5ef;
  border: 1px solid #145c351f;
  border-radius: 16px;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 1000;
  display: flex;
}
.maintenance-switch-button.active {
  color: #9b3528;
  background: #f8ded8;
  border-color: #9b352840;
}
.maintenance-switch-track {
  background: #a9b8ae;
  border-radius: 999px;
  flex: none;
  width: 38px;
  height: 22px;
  transition: background .18s;
  position: relative;
}
.maintenance-switch-track i {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: transform .18s;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 2px 6px #00000029;
}
.maintenance-switch-button.active .maintenance-switch-track {
  background: #b53f31;
}
.maintenance-switch-button.active .maintenance-switch-track i {
  transform: translateX(16px);
}
.maintenance-warning {
  color: var(--muted);
  background: #ffffff9e;
  border-radius: 13px;
  margin: 0;
  padding: 9px 10px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.45;
}
.maintenance-canvas {
  align-items: center;
  min-height: 100vh;
}
.maintenance-shell {
  text-align: center;
  align-content: center;
  gap: 14px;
  min-height: min(760px, 100vh);
  display: grid;
}
.maintenance-icon-wrap {
  color: #145c35;
  background: linear-gradient(145deg, #e7f1ea, #cadacf);
  border-radius: 28px;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 20px auto 2px;
  display: grid;
  box-shadow: 12px 12px 25px #8b9e9247, -12px -12px 25px #fffffff0;
}
.maintenance-icon-wrap svg {
  animation: 3.5s linear infinite maintenance-rotate;
}
.maintenance-label {
  color: #9b3528;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: #f5ded8;
  border-radius: 999px;
  width: fit-content;
  margin: 0 auto;
  padding: 7px 11px;
  font-size: 10px;
  font-weight: 1000;
}
.maintenance-shell h1 {
  color: var(--ink);
  margin: 0;
  font-size: 27px;
  font-weight: 1000;
}
.maintenance-shell > p {
  max-width: 410px;
  color: var(--muted);
  margin: 0 auto 4px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.65;
}
.maintenance-shell > small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 750;
}
@keyframes maintenance-rotate {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 760px) {
  .supreme-system-control-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .supreme-system-control-heading {
    flex-direction: column;
  }

  .sync-time-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .website-state-badge {
    align-self: flex-start;
  }
}
.website-notification-marquee {
  isolation: isolate;
  color: #fff;
  background: radial-gradient(circle at 12%, #ffffff47, #0000 34%), linear-gradient(100deg, #0d5d39 0%, #168b50 42%, #0d6840 72%, #104e34 100%);
  border: 1px solid #ffffffb8;
  border-radius: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0;
  width: 100%;
  min-width: 0;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 28px #0f5d3833, inset 0 1px #ffffff4d;
}
.website-notification-marquee:before {
  content: "";
  z-index: -1;
  background: linear-gradient(110deg, #0000 34%, #fff3 44%, #ffffff75 50%, #ffffff2e 56%, #0000 66%);
  animation: 4.8s ease-in-out infinite notice-shine;
  position: absolute;
  inset: -60% -30%;
  transform: translateX(-60%);
}
.website-notification-marquee:after {
  content: "";
  background: linear-gradient(90deg, #0000, #fff5a3, #fff, #ffe86e, #0000) 0 0 / 180% 100%;
  height: 3px;
  animation: 2.4s linear infinite notice-glow-line;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.website-notification-marquee .marquee-label {
  z-index: 3;
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: linear-gradient(145deg, #ffffff38, #ffffff1a);
  border-right: 1px solid #ffffff38;
  align-self: stretch;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 1000;
  display: inline-flex;
  position: relative;
}
.website-notification-marquee .marquee-label i {
  background: #fff28c;
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  animation: 1.6s ease-out infinite notice-pulse-dot;
  box-shadow: 0 0 #fff28cc2, 0 0 12px #fff28ceb;
}
.website-notification-marquee .marquee-track-wrap {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000 0, #000 16px calc(100% - 16px), #0000 100%);
  mask-image: linear-gradient(90deg, #0000 0, #000 16px calc(100% - 16px), #0000 100%);
}
.website-notification-marquee .marquee-track {
  will-change: transform;
  align-items: center;
  width: max-content;
  min-width: 100%;
  animation: 28s linear infinite notice-marquee-scroll;
  display: flex;
}
.website-notification-marquee:hover .marquee-track {
  animation-play-state: paused;
}
.website-notification-marquee .marquee-message-set {
  flex: none;
  align-items: center;
  min-width: max-content;
  display: flex;
}
.website-notification-marquee .marquee-message-set > span {
  color: #fffffff0;
  white-space: nowrap;
  align-items: center;
  gap: 4px;
  padding: 10px 28px 10px 18px;
  font-size: 11px;
  font-weight: 760;
  display: inline-flex;
  position: relative;
}
.website-notification-marquee .marquee-message-set > span:after {
  content: "◆";
  color: #ffe98a;
  opacity: .9;
  font-size: 7px;
  position: absolute;
  right: 4px;
}
.website-notification-marquee .marquee-message-set strong {
  color: #fff8b5;
  font-weight: 1000;
}
.notice-device-alert-button {
  z-index: 6;
  color: #115f3a;
  white-space: nowrap;
  background: linear-gradient(145deg, #fffffffa, #eff9f2f0);
  border: 1px solid #ffffffc7;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 31px;
  padding: 7px 11px;
  font-size: 9px;
  font-weight: 1000;
  transition: opacity .24s, transform .24s, filter .2s;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  box-shadow: 0 8px 20px #042c1947, inset 0 1px #ffffffeb;
}
.notice-device-alert-button:hover {
  filter: brightness(1.04);
  transform: translateY(calc(-50% - 2px)) scale(1.025);
}
.notice-device-alert-button.visible {
  opacity: 1;
  pointer-events: auto;
}
.notice-device-alert-button.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% - 5px)) scale(.94);
}
@keyframes notice-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}
@keyframes notice-shine {
  0%, 62% {
    transform: translateX(-70%);
  }

  82%, 100% {
    transform: translateX(70%);
  }
}
@keyframes notice-glow-line {
  from {
    background-position: 180% 0;
  }

  to {
    background-position: -180% 0;
  }
}
@keyframes notice-pulse-dot {
  0% {
    box-shadow: 0 0 #fff28cb8, 0 0 12px #fff28ceb;
  }

  75%, 100% {
    box-shadow: 0 0 0 8px #fff28c00, 0 0 16px #fff28cd9;
  }
}
@media (prefers-reduced-motion: reduce) {
  .website-notification-marquee:before, .website-notification-marquee:after, .website-notification-marquee .marquee-track, .website-notification-marquee .marquee-label i {
    animation: none !important;
  }
}
@media (max-width: 520px) {
  .website-notification-marquee {
    border-radius: 15px;
  }

  .website-notification-marquee .marquee-label {
    padding: 9px;
    font-size: 9px;
  }

  .notice-device-alert-button {
    text-overflow: ellipsis;
    max-width: 132px;
    min-height: 29px;
    padding: 6px 9px;
    right: 7px;
    overflow: hidden;
  }
}
.invoice-download-button {
  color: #145c35;
  background: #edf6ef;
  border: 1px solid #145c3529;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 1000;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffffe6;
}
.invoice-download-button:hover:not(:disabled) {
  background: #e3f1e7;
  transform: translateY(-1px);
}
.invoice-download-button:disabled {
  cursor: wait;
  opacity: .62;
}
.customer-invoice-download {
  background: #fff;
}
.invoice-layout-editor {
  gap: 14px;
  display: grid;
}
.invoice-editor-heading > div:first-child {
  gap: 4px;
  display: grid;
}
.invoice-editor-heading h3 {
  align-items: center;
  gap: 7px;
  margin: 0;
  display: flex;
}
.invoice-editor-heading p {
  color: var(--muted);
  margin: 0;
  font-size: 10px;
  font-weight: 750;
}
.invoice-editor-actions {
  flex-wrap: wrap;
  gap: 7px;
  display: flex;
}
.invoice-editor-actions button {
  justify-content: center;
  align-items: center;
  gap: 6px;
  display: inline-flex;
}
.invoice-editor-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: start;
  gap: 14px;
  display: grid;
}
.invoice-editor-fields {
  gap: 11px;
  display: grid;
}
.invoice-editor-fields label {
  gap: 5px;
  display: grid;
}
.invoice-editor-fields label > span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 9px;
  font-weight: 950;
}
.invoice-editor-fields textarea {
  resize: vertical;
  min-height: 76px;
}
.invoice-field-grid {
  gap: 9px;
  display: grid;
}
.invoice-field-grid.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.invoice-field-grid.three-column {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.invoice-editor-fields input[type="color"] {
  min-height: 43px;
  padding: 5px;
}
.invoice-tax-controls {
  background: #f7faf8;
  border: 1px solid #145c3517;
  border-radius: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .4fr);
  align-items: end;
  gap: 9px;
  padding: 10px;
  display: grid;
}
.invoice-live-preview {
  --invoice-accent: #145c35;
  color: #17211b;
  background: #fff;
  border: 1px solid #0f311d1a;
  border-radius: 18px;
  gap: 12px;
  min-height: 440px;
  padding: 17px;
  display: grid;
  position: sticky;
  top: 76px;
  overflow: hidden;
  box-shadow: 0 16px 34px #1d3d291f;
}
.invoice-live-preview.layout-classic:before {
  content: "";
  background: var(--invoice-accent);
  z-index: 0;
  height: 92px;
  position: absolute;
  inset: 0 0 auto;
}
.invoice-live-preview.layout-modern {
  border-left: 7px solid var(--invoice-accent);
}
.invoice-live-preview.layout-minimal {
  border-top: 3px solid var(--invoice-accent);
  box-shadow: none;
}
.invoice-preview-header, .invoice-preview-meta, .invoice-preview-table, .invoice-preview-total, .invoice-live-preview > p {
  z-index: 1;
  position: relative;
}
.invoice-preview-header {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  display: grid;
}
.invoice-preview-header img, .invoice-preview-logo {
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  width: 46px;
  height: 46px;
}
.invoice-preview-logo {
  background: var(--invoice-accent);
  color: #fff;
  place-items: center;
  font-size: 20px;
  font-weight: 1000;
  display: grid;
}
.layout-classic .invoice-preview-logo {
  color: var(--invoice-accent);
  background: #fff;
}
.invoice-preview-header > div:nth-child(2) {
  gap: 3px;
  display: grid;
}
.invoice-preview-header strong {
  font-size: 13px;
  font-weight: 1000;
}
.invoice-preview-header span {
  color: #617066;
  font-size: 8px;
  line-height: 1.35;
}
.layout-classic .invoice-preview-header strong, .layout-classic .invoice-preview-title b, .layout-classic .invoice-preview-title span {
  color: #fff;
}
.invoice-preview-title {
  text-align: right;
  justify-items: end;
  gap: 3px;
  display: grid;
}
.invoice-preview-title b {
  color: var(--invoice-accent);
  font-size: 12px;
}
.invoice-preview-meta {
  background: #f3f7f4;
  border-radius: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  display: grid;
}
.invoice-preview-meta span {
  gap: 2px;
  display: grid;
}
.invoice-preview-meta small {
  color: #6f7c73;
  text-transform: uppercase;
  font-size: 7px;
}
.invoice-preview-meta strong {
  font-size: 9px;
}
.invoice-preview-table {
  border: 1px solid #e2e8e4;
  border-radius: 12px;
  overflow: hidden;
}
.invoice-preview-table > div {
  border-bottom: 1px solid #edf1ee;
  grid-template-columns: minmax(0, 1fr) 38px 72px;
  gap: 6px;
  padding: 8px 9px;
  font-size: 8px;
  display: grid;
}
.invoice-preview-table > div:last-child {
  border-bottom: 0;
}
.invoice-preview-table .head {
  background: var(--invoice-accent);
  color: #fff;
  text-transform: uppercase;
  font-weight: 1000;
}
.invoice-preview-total {
  background: var(--invoice-accent);
  color: #fff;
  border-radius: 10px;
  justify-self: end;
  align-items: center;
  gap: 14px;
  padding: 9px 11px;
  font-size: 9px;
  display: flex;
}
.invoice-live-preview > p {
  color: #6c776f;
  text-align: center;
  border-top: 1px solid #e4eae6;
  align-self: end;
  margin: 0;
  padding-top: 10px;
  font-size: 8px;
}
@media (max-width: 900px) {
  .invoice-editor-grid {
    grid-template-columns: 1fr;
  }

  .invoice-live-preview {
    position: relative;
    top: auto;
  }
}
@media (max-width: 620px) {
  .invoice-field-grid.two-column, .invoice-field-grid.three-column, .invoice-tax-controls {
    grid-template-columns: 1fr;
  }

  .invoice-editor-actions {
    width: 100%;
  }

  .invoice-editor-actions button {
    flex: 1;
  }
}
.rate-list-builder {
  margin-top: 18px;
}
.rate-list-grid {
  align-items: start;
  gap: 18px;
}
.rate-list-form {
  gap: 14px;
}
.rate-list-meta {
  color: #1f352ab8;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: -2px;
  display: flex;
}
.rate-list-search-row {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  display: grid;
}
.rate-list-inline-buttons {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}
.rate-list-picker-count {
  color: #145c35;
  align-items: baseline;
  gap: 8px;
  display: inline-flex;
}
.rate-list-picker-count strong {
  font-size: 22px;
  line-height: 1;
}
.rate-list-product-picker {
  gap: 10px;
  max-height: 420px;
  padding-right: 4px;
  display: grid;
  overflow: auto;
}
.rate-list-product-option {
  text-align: left;
  background: #ffffffeb;
  border: 1px solid #145c351f;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 12px 14px;
  transition: transform .18s, border-color .18s, box-shadow .18s, background .18s;
  display: flex;
}
.rate-list-product-option:hover {
  border-color: #145c3542;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px #145c3514;
}
.rate-list-product-option.selected {
  background: #145c3512;
  border-color: #145c356b;
  box-shadow: 0 12px 24px #145c3517;
}
.rate-list-product-option-main {
  flex-direction: column;
  min-width: 0;
  display: flex;
}
.rate-list-product-option-main strong {
  color: #163f2b;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  overflow: hidden;
}
.rate-list-product-option-main small {
  color: #1f352aa8;
  margin-top: 3px;
}
.rate-list-product-option-price {
  color: #145c35;
  flex: none;
  font-size: 14px;
  font-weight: 800;
}
.rate-list-preview-card {
  min-height: 100%;
}
.rate-list-preview-table > div span:last-child, .rate-list-preview-table .head span:last-child {
  text-align: right;
}
.rate-list-preview-empty {
  justify-content: center;
}
.empty-inline-note {
  color: #1f352ab8;
  text-align: center;
  background: #145c350d;
  border-radius: 14px;
  padding: 14px;
}
@media (max-width: 960px) {
  .rate-list-grid {
    grid-template-columns: 1fr;
  }
}
.admin-supreme-login-button {
  color: #145c35;
  background: #ffffffd1;
  border: 1px solid #145c352e;
}
.fixed-photo-preview {
  aspect-ratio: 4 / 5;
  background: linear-gradient(#145c35 0 13%, #f5faf7 13% 100%);
  border: 1px solid #145c3524;
  max-height: 680px;
  position: sticky;
  top: 18px;
  overflow: hidden;
}
.fixed-photo-preview .invoice-preview-header {
  color: #fff;
  align-items: center;
  min-height: 82px;
}
.fixed-photo-preview .invoice-preview-header strong, .fixed-photo-preview .invoice-preview-header span {
  color: #fff;
}
.fixed-photo-preview .rate-list-preview-table {
  background: #fff;
  border-radius: 12px;
  max-height: calc(100% - 106px);
  margin: 12px;
  overflow: hidden;
}
@media (max-width: 780px) {
  .fixed-photo-preview {
    max-height: 620px;
    position: static;
  }
}
.delivery-phone-input {
  width: 100%;
  color: var(--ink);
  background: #fff;
  border: 1px solid #145c351f;
  border-radius: 14px;
  padding: 11px 12px;
  font-size: 12px;
  font-weight: 750;
}
.checkout-policy-card {
  background: #f7fbf8;
  border: 1px solid #145c351f;
  border-radius: 18px;
  gap: 10px;
  padding: 12px;
  display: grid;
}
.checkout-policy-card details {
  background: #fff;
  border-radius: 14px;
  padding: 10px 11px;
}
.checkout-policy-card summary {
  cursor: pointer;
  color: #145c35;
  font-size: 11px;
  font-weight: 1000;
}
.checkout-policy-card details p {
  color: var(--muted);
  white-space: pre-wrap;
  margin: 9px 0 0;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.55;
}
.checkout-policy-agreement {
  color: var(--ink);
  align-items: flex-start;
  gap: 9px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.45;
  display: flex;
}
.checkout-policy-agreement input {
  accent-color: #145c35;
  width: 17px;
  height: 17px;
  margin-top: 1px;
}
.checkout-policy-editor-fields textarea {
  white-space: pre-wrap;
  min-height: 170px;
}
.rate-list-counts {
  flex-wrap: wrap;
  gap: 8px 16px;
  display: flex;
}
.rate-list-counts > span {
  align-items: baseline;
  gap: 5px;
  display: inline-flex;
}
.rate-list-product-option {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0;
  display: grid;
  overflow: hidden;
}
.rate-list-product-option.fixed-photo {
  border-color: #145c356b;
  box-shadow: inset 4px 0 #145c35;
}
.rate-list-product-select-button {
  text-align: left;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 12px 14px;
  display: flex;
}
.rate-list-photo-fix-toggle {
  color: #145c35;
  white-space: nowrap;
  background: #145c350a;
  border-left: 1px solid #145c351a;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  font-size: 9px;
  font-weight: 1000;
  display: inline-flex;
}
.rate-list-photo-fix-toggle input {
  accent-color: #145c35;
  width: 15px;
  height: 15px;
}
@media (max-width: 620px) {
  .rate-list-product-option {
    grid-template-columns: 1fr;
  }

  .rate-list-photo-fix-toggle {
    border-top: 1px solid #145c351a;
    border-left: 0;
  }
}
.delivery-address-card {
  gap: 11px;
  display: grid;
}
.delivery-address-card > h3, .delivery-address-card > p {
  margin: 0;
}
.delivery-address-card > p {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}
.delivery-address-card input, .delivery-address-card textarea {
  width: 100%;
}
.address-validation-error {
  color: #a33a2c !important;
}
.delivery-radius-note, .delivery-radius-confirmation {
  border-radius: 14px;
  align-items: flex-start;
  gap: 9px;
  padding: 10px 11px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
  display: flex;
}
.delivery-radius-note {
  color: #8a4e18;
  background: #fff4e7;
  border: 1px solid #c66f1d29;
}
.delivery-radius-note svg {
  flex: none;
  margin-top: 1px;
}
.delivery-radius-confirmation {
  cursor: pointer;
  color: #184d31;
  background: #eef7f1;
  border: 1px solid #145c3521;
}
.delivery-radius-confirmation input {
  accent-color: #145c35;
  flex: none;
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
}
@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-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: 0;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-ease {
  syntax: "*";
  inherits: false
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
